.report_wrap{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:10px}.post_detail_btm_actions .report_wrap{margin-top:0}.report_btn{display:inline-flex;align-items:center;gap:5px;background:transparent;border:1px solid #d0d0d0;color:#888;border-radius:9999px;padding:5px 12px;font-size:12px;cursor:pointer;transition:color .15s,border-color .15s}.report_btn:hover{color:var(--danger);border-color:var(--danger)}.report_note{margin:0;font-size:11px;color:#999;text-align:center}.report_modal_overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:10001;display:flex;align-items:center;justify-content:center;padding:16px}.report_modal{position:relative;background:var(--surface);color:var(--ink);width:100%;max-width:420px;border-radius:14px;padding:22px 20px;max-height:88vh;overflow-y:auto}.report_modal_close{position:absolute;top:10px;right:12px;width:30px;height:30px;border:none;background:#eee;border-radius:50%;font-size:16px;cursor:pointer;color:#666}.report_modal_ttl{margin:0 0 6px;font-size:18px;font-weight:700}.report_modal_lead{margin:0 0 14px;font-size:13px;color:#666}.report_reasons{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.report_reason{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;cursor:pointer}.report_reason.is_selected{border-color:var(--brand);background:var(--brand-pale)}.report_detail{width:100%;border:1px solid #ddd;border-radius:8px;padding:10px;font-size:13px;resize:vertical;box-sizing:border-box;margin-bottom:12px}.report_error{color:var(--danger-strong);font-size:13px;margin:0 0 10px}.report_actions{display:flex;justify-content:flex-end;gap:8px}.report_cancel{background:#888}.report_done{text-align:center;padding:10px 0}.report_done_ttl{font-size:17px;font-weight:700;margin:0 0 8px}.report_done_txt{font-size:13px;color:#666;line-height:1.7;margin:0 0 16px}.post_detail_overlay{position:fixed;z-index:9996;background-color:#000000b9;width:100%;height:100%;top:0;right:0;display:flex;padding-top:72px}@media (min-width:601px){.post_detail_overlay{padding-top:98px}}@media (max-width:600px){.post_detail_overlay{padding-top:52px;padding-bottom:64px}}.post_detail_contents{background-color:var(--surface);max-width:400px;width:85%;max-height:100%;margin:auto;position:relative;display:flex;flex-direction:column;border-radius:6px;overflow:hidden}.post_detail_header{flex-shrink:0;display:flex;justify-content:flex-end;padding:10px}.post_detail_body{flex:1;overflow-y:auto;padding:0 20px 20px}.post_detail_close_btn{background:var(--danger);border-radius:50rem;border:none;width:30px;height:30px;color:var(--white);display:flex;justify-content:center;align-items:center;cursor:pointer}.post_detail_img_list{display:flex;height:auto;padding:10px 0;gap:10px;overflow-x:scroll}.post_detail_img_wrap{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:200px;min-height:200px}.post_detail_img_skeleton{position:absolute;inset:0;border-radius:4px;background:linear-gradient(90deg,#e6e6e6 25%,#f2f2f2 37%,#e6e6e6 63%);background-size:400% 100%;animation:post_detail_img_shimmer 1.2s ease-in-out infinite}@keyframes post_detail_img_shimmer{0%{background-position:100% 0}to{background-position:0 0}}.post_detail_img,.post_detail_img_list img{max-width:100%;max-height:min(70vh,460px);width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.post_detail_img.is_loading{opacity:0}.post_detail_img.is_loaded{opacity:1;transition:opacity .3s ease}.post_detail_scroll_txt{font-size:12px}.post_detail_txt{font-weight:700;margin:20px 0;white-space:pre-wrap}.post_detail_user_img{width:30px!important;height:30px!important}.post_detail_btm_box{display:flex;justify-content:space-between;align-items:center;gap:10px}.post_detail_btm_actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.post_detail_btm_actions .post_detail_apply_btn,.post_detail_btm_actions .report_btn{height:34px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;white-space:nowrap}.post_detail_btm_actions .post_detail_apply_btn{padding:0 18px;border:1px solid transparent}.post_detail_btm_actions .report_btn{padding:0 14px;gap:5px}.post_detail_report_note_box{margin-top:12px;padding-top:10px;border-top:1px solid #eee}.post_detail_report_note_box .report_note{text-align:right}.post_detail_link{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:underline}.post_detail_link_no_user{text-decoration:none}.no_user{padding:5px 10px;color:var(--ink);border:1px solid var(--border);background:var(--surface-2);border-radius:50rem;font-size:8px;font-weight:600}@media (max-width:600px){.post_detail_contents{max-height:82vh;width:88%}.post_detail_img,.post_detail_img_list img{max-height:52vh}.post_detail_img_wrap{min-height:150px}}.twitter_post_label{text-align:center;font-size:18px;font-weight:800;color:var(--ink);padding:30px 0 16px}.twitter_post_label:after{content:"";display:block;width:44px;height:3px;background:linear-gradient(90deg,var(--brand) 0,var(--brand-deep) 100%);border-radius:999px;margin:8px auto 0}.twitter_page{width:100%;display:flex}.twitter_container{width:90%;max-width:1100px;margin:auto}.twitter_post_list{display:grid;grid-template-columns:repeat(auto-fill,minmax(24%,1fr));list-style:none;gap:10px;max-width:1200px}.twitter_post_item{width:100%;margin:0 auto;display:flex;flex-direction:column;gap:10px;background-color:var(--surface);border:1px solid var(--border);border-radius:0;overflow:hidden;cursor:pointer;transition:border-color .15s ease}.twitter_post_item:hover{border-color:#b8b8b8}.twitter_post_img_box{width:100%;aspect-ratio:1/1;padding:10px;display:flex;position:relative}.post_img_skeleton{position:absolute;inset:10px;background:linear-gradient(90deg,#e6e6e6 25%,#f2f2f2 37%,#e6e6e6 63%);background-size:400% 100%}.post_img_skeleton,.post_text_skeleton{border-radius:4px;animation:post_skeleton_shimmer 1.2s ease-in-out infinite}.post_text_skeleton{width:70%;height:14px;background:linear-gradient(90deg,#d8d8d8 25%,#e8e8e8 37%,#d8d8d8 63%);background-size:400% 100%}@keyframes post_skeleton_shimmer{0%{background-position:100% 0}to{background-position:0 0}}.twitter_post_item .twitter_post_img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%;width:auto;height:auto;margin:auto}.twitter_post_item .twitter_post_img.is_loading{opacity:0}.twitter_post_item .twitter_post_img.is_loaded{opacity:1;transition:opacity .3s ease}.twitter_user_box{display:flex;gap:10px;align-items:center}.twitter_user_img{border-radius:50rem;-o-object-fit:cover;object-fit:cover}.twitter_post_btm_box{background-color:#fff;width:100%;height:100%;padding:20px;display:flex;flex-direction:column;gap:10px}.twitter_post_text{display:flex;flex-wrap:wrap;-moz-column-gap:10px;column-gap:10px;white-space:pre-wrap}.twitter_post_btm_box .hashtag{color:#333}.twitter_post_img.mosaic{filter:blur(5px);transform:scale(.8)}.post_ad_banner{grid-column:1/-1;list-style:none}.post_ad_banner_inner{position:relative;width:100%;aspect-ratio:5/1;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 28px;overflow:hidden;text-decoration:none;color:#2c3d4f;background:linear-gradient(135deg,#f5faff,#e4f0fc 55%,#d5e8fa);border:1px solid #c9dff3;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.post_ad_banner_inner:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--brand) 0,var(--brand-deep) 100%)}.post_ad_banner_inner:after{content:"";position:absolute;right:-10%;top:-60%;width:42%;height:220%;background:linear-gradient(100deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.55));transform:rotate(12deg);pointer-events:none}.post_ad_banner_inner:hover{border-color:#a8cdee;box-shadow:0 6px 20px rgba(21,148,245,.16);transform:translateY(-2px)}.post_ad_banner_label{position:absolute;top:10px;left:16px;font-size:10px;letter-spacing:.12em;color:#7b98b4;border:1px solid #c2d9ee;border-radius:999px;padding:1px 8px;background-color:hsla(0,0%,100%,.7)}.post_ad_banner_body{position:relative;z-index:1;display:flex;flex-direction:column;gap:6px;min-width:0}.post_ad_banner_ttl{font-size:22px;font-weight:800;letter-spacing:.01em;color:#1e3a56;line-height:1.25}.post_ad_banner_amp{color:var(--brand);margin:0 6px}.post_ad_banner_sub{font-size:13px;color:#5b7891;line-height:1.5}.post_ad_banner_tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.post_ad_banner_tag{font-size:11px;color:#43698c;background-color:hsla(0,0%,100%,.8);border:1px solid #c4dcf1;border-radius:999px;padding:2px 10px;white-space:nowrap}.post_ad_banner_cta{position:relative;z-index:1;flex-shrink:0;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#fff;background:linear-gradient(90deg,var(--brand) 0,var(--brand-deep) 100%);border-radius:999px;padding:10px 20px;white-space:nowrap}.post_ad_banner_arrow{transition:transform .2s ease}.post_ad_banner_inner:hover .post_ad_banner_arrow{transform:translateX(3px)}@media (max-width:900px){.post_ad_banner_inner{padding:18px 20px;gap:16px}.post_ad_banner_ttl{font-size:18px}.post_ad_banner_tags{display:none}}.twitter_post_empty{width:100%;height:100%;color:var(--ink-sub);margin-top:80px}.confirm-modal,.twitter_post_empty{display:flex;align-items:center;justify-content:center}.confirm-modal{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:1000}.confirm-box{background:var(--surface);padding:32px;border-radius:12px;max-width:500px;text-align:center;margin:10px}.confirm-actions{display:flex;gap:12px;margin-top:24px}.confirm-actions button{flex:1;padding:10px}.comfirm_close{background-color:#eaeaea;color:#333}@media(max-width:900px){.twitter_post_list{grid-template-columns:repeat(auto-fill,minmax(30%,1fr))}}@media(max-width:500px){.twitter_post_list{gap:5px;grid-template-columns:repeat(auto-fill,minmax(48%,1fr))}.twitter_post_item{gap:0}.twitter_post_btm_box,.twitter_post_img_box{padding:5px}.twitter_post_btm_box{gap:5px;padding-bottom:10px}.twitter_user_box>span{font-size:14px;max-width:150px;word-break:break-all;align-items:start}.twitter_post_btm_box .hashtag{font-size:14px}.twitter_user_img{width:20px;height:20px}.post_ad_banner_inner{aspect-ratio:3/2;flex-direction:column;align-items:flex-start;justify-content:center;gap:14px;padding:28px 20px 20px}.post_ad_banner_ttl{font-size:17px}.post_ad_banner_sub{font-size:12px}.post_ad_banner_tags{display:flex}.post_ad_banner_tag{font-size:10px;padding:2px 8px}.post_ad_banner_cta{font-size:12px;padding:8px 16px}.confirm-box h3{font-size:16px;margin-bottom:10px}.common_btn,.confirm-box p{font-size:14px}}.post_load_more{display:flex;justify-content:center;padding:24px 0 40px}.post_load_more_btn{min-width:200px}.post_load_more_btn:disabled{opacity:.6;cursor:not-allowed}