:root{--brand:#ff5a3c;--brand2:#ffefe9;--ink:#16191d;--muted:#707780;--line:#e7eaee;--bg:#f7f8fa;--card:#fff;--green:#0a9b64;--blue:#3267e3;--radius:14px;--shadow:0 8px 30px rgba(25,35,45,.07)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Pretendard,"Noto Sans KR",system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);font-size:15px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.topbar{height:76px;display:flex;align-items:center;gap:24px}.logo{display:flex;align-items:center;gap:9px;font-size:24px;font-weight:900;white-space:nowrap}.logo-mark{display:inline-grid;place-items:center;width:38px;height:38px;background:var(--brand);color:#fff;border-radius:11px;font-size:19px}.global-search{flex:1;display:flex;max-width:610px;margin:0 auto;border:1.5px solid #dfe3e8;border-radius:12px;overflow:hidden;background:#fafbfc}.global-search:focus-within{border-color:var(--brand)}.global-search input{border:0;background:transparent;outline:0;padding:13px 15px;flex:1;min-width:0}.global-search button{border:0;background:var(--ink);color:#fff;padding:0 18px;font-weight:700;cursor:pointer}.account-nav{display:flex;gap:14px;font-size:14px;align-items:center}.join-link{padding:9px 13px;border-radius:9px;background:var(--brand);color:white}.mobile-menu-btn{display:none;border:0;background:transparent;font-size:26px}.category-nav{border-top:1px solid #f0f1f3}.nav-scroll{display:flex;gap:26px;height:46px;align-items:center;overflow:auto;scrollbar-width:none}.nav-scroll::-webkit-scrollbar{display:none}.nav-scroll a{white-space:nowrap;color:#474d55;font-size:14px}.nav-scroll a:hover,.nav-scroll .strong{font-weight:800;color:var(--ink)}main{min-height:65vh}.hero{margin-top:22px}.hero-card{background:linear-gradient(120deg,#1c2026,#343a43);color:#fff;border-radius:18px;padding:36px 42px;display:flex;justify-content:space-between;align-items:center;min-height:210px;overflow:hidden;position:relative}.hero-card:after{content:"";width:280px;height:280px;border-radius:50%;position:absolute;right:-50px;top:-40px;background:linear-gradient(135deg,var(--brand),#ff886f);opacity:.95}.hero-card h1{font-size:34px;margin:0 0 8px;position:relative;z-index:1}.hero-card p{margin:0;color:#d5d9df;position:relative;z-index:1;font-size:17px}.hero-badge{position:relative;z-index:1;background:#fff;color:var(--ink);border-radius:14px;padding:15px 20px;font-weight:800;margin-right:130px}.section{margin:28px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px;gap:14px}.section-head h2{margin:0;font-size:23px}.section-head p{margin:2px 0 0;color:var(--muted)}.more{font-size:14px;color:var(--muted)}.trending{display:flex;gap:9px;overflow:auto;padding-bottom:4px}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;white-space:nowrap;font-size:13px}.deal-list{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.deal-row{display:grid;grid-template-columns:58px 118px minmax(0,1fr) 180px;gap:18px;padding:18px;border-bottom:1px solid var(--line);align-items:center}.deal-row:last-child{border-bottom:0}.rank{text-align:center;font-weight:900;font-size:22px}.rank small{display:block;font-size:11px;margin-top:4px;color:var(--green)}.thumb{width:118px;height:92px;border-radius:12px;background:#f1f3f5;overflow:hidden;display:grid;place-items:center}.thumb img{width:100%;height:100%;object-fit:cover}.deal-title{font-weight:800;font-size:17px;margin-bottom:6px;display:block}.deal-meta{display:flex;flex-wrap:wrap;gap:7px 12px;color:var(--muted);font-size:13px}.price{font-size:20px;font-weight:900;margin-bottom:5px}.original{text-decoration:line-through;color:#a2a8b0;font-size:12px;font-weight:400}.deal-actions{text-align:right}.shop-btn{display:inline-block;background:var(--brand);color:#fff;padding:10px 13px;border-radius:10px;font-weight:800;font-size:13px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}.product-card .image{aspect-ratio:4/3;background:#eef0f3;display:grid;place-items:center}.product-card .image img{width:100%;height:100%;object-fit:cover}.product-card .body{padding:14px}.product-card h3{font-size:15px;margin:0 0 8px;line-height:1.4}.product-card .price{font-size:17px}.two-col{display:grid;grid-template-columns:2fr 1fr;gap:18px}.panel{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px}.post-mini{padding:11px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:16px}.post-mini:last-child{border-bottom:0}.muted{color:var(--muted)}.badge{display:inline-block;background:var(--brand2);color:#d74427;padding:3px 7px;border-radius:999px;font-size:11px;font-weight:800}.badge.gray{background:#f1f3f5;color:#59616b}.badge.green{background:#e9f8f2;color:#0a8358}.page-wrap{padding:28px 0}.page-title{margin:0 0 18px;font-size:28px}.table-list{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.list-row{display:grid;grid-template-columns:74px minmax(0,1fr) 120px 95px 70px;gap:12px;padding:13px 16px;border-bottom:1px solid var(--line);align-items:center}.list-row.header{background:#fafbfc;font-size:12px;color:var(--muted);font-weight:700}.list-row:last-child{border-bottom:0}.list-title{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pagination{display:flex;justify-content:center;gap:6px;margin:24px 0}.pagination a{min-width:36px;height:36px;padding:0 9px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;font-size:13px}.pagination a.active{background:var(--ink);color:#fff;border-color:var(--ink)}.form-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;max-width:820px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:15px}.field label{display:block;font-weight:800;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid #dce0e5;border-radius:10px;padding:11px 12px;outline:0;background:#fff}.field input:focus,.field textarea:focus{border-color:var(--brand)}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:11px 16px;background:var(--ink);color:#fff;font-weight:800;cursor:pointer}.btn.brand{background:var(--brand)}.btn.light{background:#f0f2f4;color:#333}.notice{padding:13px 15px;border-radius:10px;background:#fff6e7;color:#7b5206;font-size:13px}.article{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.article-head{padding:24px;border-bottom:1px solid var(--line)}.article-head h1{margin:0 0 10px;font-size:26px}.article-body{padding:28px;min-height:240px;font-size:16px;line-height:1.85}.article-body img{height:auto;margin:16px auto;border-radius:10px}.article-actions{padding:18px 24px;border-top:1px solid var(--line);display:flex;justify-content:center;gap:10px}.article-toolbar{padding:18px 24px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px}.article-toolbar-center{display:flex;justify-content:center}.article-toolbar-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.article-toolbar-actions form{margin:0}.article-toolbar-side{min-height:1px}.recommend-btn{border:1px solid var(--brand);background:#fff;color:var(--brand);border-radius:999px;padding:10px 17px;font-weight:800}.comments{margin-top:18px}.comment{padding:15px 0;border-bottom:1px solid var(--line)}.comment-meta{font-size:12px;color:var(--muted);margin-bottom:5px}.editor-toolbar{display:flex;gap:5px;flex-wrap:wrap;border:1px solid var(--line);border-bottom:0;border-radius:10px 10px 0 0;padding:8px;background:#fafbfc}.editor-toolbar button{border:1px solid var(--line);background:#fff;border-radius:6px;padding:6px 9px;cursor:pointer}.editor{min-height:330px;border:1px solid var(--line);border-radius:0 0 10px 10px;padding:14px;background:#fff;overflow:auto}.editor img{max-width:100%}.video-wrap{position:relative;padding-top:56.25%;margin:18px 0}.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:12px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:9px}.faq-q{padding:16px 18px;font-weight:800;cursor:pointer}.faq-a{display:none;padding:0 18px 18px;color:#515862;line-height:1.8}.faq-item.open .faq-a{display:block}.toast{position:fixed;top:92px;left:50%;transform:translateX(-50%);padding:12px 18px;border-radius:10px;color:#fff;z-index:100;box-shadow:var(--shadow)}.toast.success{background:#0a9b64}.toast.error{background:#cc3b3b}.site-footer{background:#1d2025;color:#d3d6da;margin-top:55px;padding:40px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:28px}.footer-grid h4{margin:0 0 10px;color:#fff}.footer-grid a{display:block;margin:7px 0;color:#b9bec5;font-size:13px}.footer-logo{color:#fff}.share-row{border-top:1px solid #343940;margin-top:26px;padding-top:20px;display:flex;align-items:center;gap:13px;flex-wrap:wrap;font-size:13px}.share-row a,.link-button{color:#d9dde2;background:#2b3036;border:1px solid #3a4048;border-radius:8px;padding:7px 10px}.link-button{cursor:pointer}.footer-bottom{border-top:1px solid #343940;margin-top:20px;padding-top:18px;font-size:12px;color:#9299a2;display:flex;justify-content:space-between;gap:20px}.kakao-float{position:fixed;right:20px;bottom:20px;z-index:40;display:flex;align-items:center;gap:9px;background:#fee500;color:#1e1e1e;padding:10px 14px 10px 10px;border-radius:999px;box-shadow:0 8px 25px rgba(0,0,0,.18)}.kakao-float span{width:34px;height:34px;border-radius:50%;background:#3c1e1e;color:#fee500;display:grid;place-items:center;font-weight:900}.kakao-float b{font-size:13px}.detail-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:34px}.detail-image{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;min-height:390px;display:grid;place-items:center}.detail-info{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}.detail-info h1{margin:0 0 12px;font-size:28px}.buy-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.buy-btn{padding:14px;border-radius:11px;text-align:center;font-weight:900;color:#fff}.buy-btn.coupang{background:#e33d31}.buy-btn.naver{background:#03c75a}.search-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:15px}.search-tabs a{padding:8px 12px;border:1px solid var(--line);border-radius:9px;background:#fff}.search-tabs a.active{background:var(--ink);color:#fff}.empty{padding:50px;text-align:center;color:var(--muted)}
@media(max-width:900px){.account-nav{display:none}.mobile-menu-btn{display:block}.topbar{gap:12px}.global-search{max-width:none}.deal-row{grid-template-columns:48px 92px minmax(0,1fr)}.deal-actions{grid-column:3}.thumb{width:92px;height:76px}.cards{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-badge{margin-right:60px}.list-row{grid-template-columns:minmax(0,1fr) 86px}.list-row>*:nth-child(1),.list-row>*:nth-child(4),.list-row>*:nth-child(5){display:none}.list-row.header>*:nth-child(2){display:block}.list-row.header>*:nth-child(3){display:block}}
@media(max-width:640px){body{font-size:14px}.container{width:min(100% - 22px,1180px)}.site-header{position:relative}.topbar{height:auto;padding:12px 0;flex-wrap:wrap}.logo{font-size:21px}.logo-mark{width:34px;height:34px}.global-search{order:3;width:100%;flex-basis:100%}.category-nav{position:sticky;top:0;background:#fff;z-index:40}.nav-scroll{gap:20px}.hero-card{padding:25px 22px;min-height:175px}.hero-card h1{font-size:27px;max-width:260px}.hero-card p{font-size:14px;max-width:230px}.hero-card:after{width:190px;height:190px;right:-80px}.hero-badge{display:none}.section{margin:22px 0}.section-head h2{font-size:20px}.deal-row{grid-template-columns:38px 78px minmax(0,1fr);gap:10px;padding:13px 10px}.rank{font-size:18px}.thumb{width:78px;height:68px}.deal-title{font-size:14px;margin-bottom:4px}.deal-meta{font-size:11px;gap:4px 8px}.deal-actions{display:flex;align-items:center;justify-content:space-between;text-align:left}.price{font-size:16px}.shop-btn{padding:8px 9px}.cards{gap:9px}.product-card .body{padding:10px}.footer-grid{grid-template-columns:1fr 1fr;gap:18px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.kakao-float b{display:none}.kakao-float{padding:8px;right:12px;bottom:12px}.form-grid{grid-template-columns:1fr}.form-card{padding:16px}.article-head,.article-body{padding:18px}.article-head h1{font-size:22px}.buy-grid{grid-template-columns:1fr}.detail-info{padding:20px}.detail-image{min-height:280px}}
.custom-banner{display:block;border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line)}.custom-banner img{width:100%;height:auto;display:block}
.share-chip{display:inline-flex!important;align-items:center;gap:6px}.share-chip span{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;color:#242930;font-size:11px;font-weight:900}

/* v0.1.2 UI polish */
body{overflow-x:hidden}
.site-body main{display:block}
.logo-image{display:block;height:40px;width:auto}
.footer-logo-image{display:block;height:38px;width:auto}
.footer-logo{display:inline-flex;align-items:center}
.page-home .hero,.page-home .section{width:min(1180px,calc(100% - 32px));margin-left:auto;margin-right:auto}
.page-home .hero{margin-top:24px}
.page-home .section{margin-top:30px;margin-bottom:30px}
.page-home .deal-list,.page-home .panel,.page-home .product-card,.page-home .hero-card{box-shadow:0 10px 30px rgba(15,23,42,.05)}
.page-home .section-head{align-items:center}
.page-home .section-head .more{font-weight:700}
.page-home .trending{flex-wrap:wrap;gap:10px}
.page-home .hero-card{min-height:230px}
.site-footer{margin-top:60px;background:linear-gradient(180deg,#0f1726,#11192b);color:#e8eef7;padding:34px 0 28px}
.site-footer a{color:#e8eef7}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:30px;align-items:flex-start}
.footer-grid h4{margin:0 0 14px;font-size:15px;color:#fff}
.footer-grid p,.footer-grid .muted{color:#9aa5b5}
.footer-grid div>a{display:block;margin:8px 0;color:#d6dce4;font-size:14px}
.footer-share-wrap{margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}
.footer-share-title{display:block;margin-bottom:14px;color:#fff;font-size:14px}
.footer-share-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.share-pill{border:0;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;font-size:13px;font-weight:700;color:#fff;cursor:pointer;background:#2f3640}
.share-pill span{display:inline-grid;place-items:center;min-width:32px;height:32px;border-radius:10px;background:rgba(255,255,255,.14);font-size:12px;font-weight:900;padding:0 6px}
.share-pill small{font-size:12px;font-weight:800;opacity:.95}
.share-x{background:#0f1115}.share-facebook{background:#4267B2}.share-blog{background:#03c75a}.share-whatsapp{background:#1FAF38}.share-band{background:#2db400}.share-tumblr{background:#36465D}.share-reddit{background:#ff5700}.share-pinterest{background:#bd081c}.share-copy{background:#1e90ff}.share-native{background:#00a3d9}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:22px;padding-top:18px;font-size:12px;color:#9aa5b5;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.kakao-float{box-shadow:0 14px 34px rgba(0,0,0,.18)}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:640px){.logo-image{height:34px}.page-home .hero,.page-home .section{width:min(100% - 22px,1180px)}.footer-share-row{gap:8px}.share-pill{padding:7px 10px}.share-pill small{display:none}.footer-bottom{display:block}}

/* v0.1.3 community / share / hover polish */
.deal-row,.product-card,.article-mini-item,.humor-row{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.deal-row:hover,.deal-row:focus-within{border-color:#ff7b45;box-shadow:0 12px 24px rgba(255,90,60,.08)}
.product-card:hover,.product-card:focus-visible{border-color:#ff7b45;box-shadow:0 16px 30px rgba(255,90,60,.12);transform:translateY(-2px)}
.product-card .image{overflow:hidden}
.product-card:hover img{transform:scale(1.03);transition:transform .25s ease}
.rank-change{display:inline-flex;align-items:center;justify-content:center;min-width:42px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:900;line-height:1.1}
.rank-change.up{background:#ffebe7;color:#d92d20}
.rank-change.down{background:#edf5ff;color:#2563eb}
.rank-change.same{background:#f1f3f5;color:#6b7280}

.footer-share-reference{text-align:center}
.footer-share-title{display:inline-block;margin-right:14px;margin-bottom:0;vertical-align:middle;font-weight:700}
.share-reference-row{display:inline-flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center}
.share-ref-btn{border:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;min-width:40px;height:40px;padding:0 12px;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 8px 16px rgba(0,0,0,.16)}
.share-ref-btn span{display:inline-flex;align-items:center;justify-content:center;font-size:13px;line-height:1;white-space:nowrap}
.share-ref-btn.share-x{background:#0f1115}.share-ref-btn.share-facebook{background:#4267B2}.share-ref-btn.share-blog{background:#03c75a}.share-ref-btn.share-whatsapp{background:#20bf55}.share-ref-btn.share-band{background:#ff8b00}.share-ref-btn.share-tumblr{background:#3b4758}.share-ref-btn.share-reddit{background:#ff5a00}.share-ref-btn.share-pinterest{background:#c81e1e}.share-ref-btn.share-source{background:#1da1f2;padding:0 16px}
.panel .share-reference-row{justify-content:flex-start}
.post-command-row{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;margin-top:14px}
.post-command-row form{margin:0}
.article-list-box{margin-top:14px}
.article-mini-list{display:grid;gap:8px}
.article-mini-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}
.article-mini-item .title{font-weight:700;color:#152033}.article-mini-item .title em{font-style:normal;color:#64748b}.article-mini-item .meta{color:#6b7280;font-size:13px}.article-mini-item.active{border-color:#ff7b45;background:#fff7f3}

.write-wrap .write-form{max-width:1180px}.editor.large{min-height:500px}
.inquiry-layout{grid-template-columns:1.55fr .95fr;align-items:start}
.inquiry-layout .panel{height:fit-content}

.humor-board-list{display:grid;gap:8px}
.humor-row{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fff}
.humor-row:hover{border-color:#ff7b45;box-shadow:0 12px 24px rgba(255,90,60,.08);transform:translateY(-1px)}
.humor-vote{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;font-weight:800;line-height:1.1}.humor-vote i{font-style:normal;font-size:18px;color:#b1b8c3}.humor-vote b{font-size:18px;color:#98a1ae}
.humor-main{min-width:0;display:grid;gap:6px}.humor-main .list-title{font-size:18px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.humor-main small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.humor-tail{display:flex;align-items:center}

@media(max-width:900px){.inquiry-layout{grid-template-columns:1fr}.article-mini-item{grid-template-columns:1fr}.article-mini-item .meta{font-size:12px}.footer-share-title{display:block;margin:0 0 12px}.panel .share-reference-row{justify-content:center}}
@media(max-width:640px){.share-ref-btn{min-width:36px;height:36px;padding:0 10px}.share-ref-btn span{font-size:12px}.humor-row{grid-template-columns:54px minmax(0,1fr);padding:12px}.humor-tail{display:none}.humor-main .list-title{font-size:15px}.write-wrap .write-form{padding:16px}.editor.large{min-height:420px}}

/* v0.1.4 member / header / card interaction */
.logo-image{height:52px}
.account-nav{gap:12px}
.top-utility-link{color:#4b5563;font-weight:700}
.top-utility-link:hover,.mypage-link:hover{color:var(--brand)}
.mypage-link{font-weight:900;color:#111827}
.mobile-utility{display:none!important}

/* 실시간 핫랭크: 각 상품이 독립된 네모 박스로 반응 */
.page-home .deal-list{background:transparent;border:0;border-radius:0;overflow:visible;display:grid;gap:10px;box-shadow:none!important}
.page-home .deal-row{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 5px 16px rgba(15,23,42,.035)}
.page-home .deal-row:last-child{border-bottom:1px solid var(--line)}
.page-home .deal-row:hover,.page-home .deal-row:focus-within{border-color:#ff6b48;background:#fffaf8;box-shadow:0 12px 28px rgba(255,90,60,.14);transform:translateY(-2px)}
/* 카테고리 상품카드: 파랑/하늘색 테두리 */
.page-home .product-card:hover,.page-home .product-card:focus-visible{border-color:#55a8ff;background:#fafdff;box-shadow:0 14px 30px rgba(59,130,246,.16);transform:translateY(-2px)}

/* 회원가입 */
.auth-page-wrap{max-width:980px;margin:0 auto;padding-top:38px;padding-bottom:50px}
.auth-heading{text-align:center;margin-bottom:22px}
.auth-heading .auth-kicker{display:inline-flex;padding:6px 12px;border-radius:999px;background:#fff0ea;color:#e4532e;font-weight:900;font-size:11px;letter-spacing:.12em}
.auth-heading h1{font-size:34px;margin:12px 0 6px}.auth-heading p{margin:0;color:var(--muted)}
.signup-card{max-width:860px;margin:0 auto;padding:30px;border-radius:20px;box-shadow:0 14px 38px rgba(15,23,42,.07)}
.signup-section{padding:24px 0;border-bottom:1px solid var(--line)}.signup-section:first-of-type{padding-top:0}.signup-section:last-of-type{border-bottom:0}
.signup-section-title{display:flex;gap:12px;align-items:center;margin-bottom:16px}.signup-section-title>span{width:32px;height:32px;border-radius:10px;background:#111827;color:#fff;display:grid;place-items:center;font-weight:900}.signup-section-title strong{display:block;font-size:17px}.signup-section-title small{display:block;color:var(--muted);margin-top:2px}
.agree-box{display:grid;gap:10px;background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:16px 18px}.agree-box label{display:flex;align-items:center;gap:8px}.agree-box .agree-all{padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:2px}
.signup-grid{gap:14px 18px}.signup-help{background:#fff8f1;border:1px solid #ffe5d6;border-radius:12px;padding:12px 14px;color:#73503d;font-size:13px;line-height:1.7}
.email-verify-card{border:1px solid #dedcfb;background:linear-gradient(180deg,#fbfbff,#f8f9ff);border-radius:16px;padding:20px}.email-verify-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}.email-verify-head b{display:block;font-size:16px}.email-verify-head small{display:block;color:var(--muted);margin-top:3px}.email-verify-head>span{font-size:10px;color:#969bb0;letter-spacing:.07em}
.email-verify-row{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:9px;margin-top:9px}.email-verify-row input{width:100%;border:1px solid #d9dde7;border-radius:10px;padding:12px}.btn.dark{background:#111827;color:#fff}.verify-status{margin-top:12px;border-radius:10px;background:#fff;padding:10px 12px;color:#6b7280;font-size:13px}.verify-status.ok{background:#eafaf2;color:#087a50}.verify-status.error{background:#fff0f0;color:#b42318}.signup-submit{width:100%;margin-top:22px;padding:14px;font-size:16px}.auth-bottom-text{text-align:center;color:var(--muted);margin:16px 0 0}.auth-bottom-text a{font-weight:900;color:#111827}

/* 마이페이지 */
.mypage-wrap{padding-top:34px}.mypage-hero{background:linear-gradient(135deg,#141b2b,#263348);color:#fff;border-radius:22px;padding:30px 34px;display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative;overflow:hidden}.mypage-hero:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-70px;top:-80px;background:linear-gradient(135deg,#ff7a45,#ff5a3c);opacity:.92}.mypage-hero>div{position:relative;z-index:1}.mypage-kicker{font-size:11px;letter-spacing:.16em;color:#ffc8b5;font-weight:900}.mypage-hero h1{font-size:30px;margin:8px 0 4px}.mypage-hero p{margin:0;color:#cbd5e1}.mypage-level-badge{min-width:150px;background:#fff;color:#111827;border-radius:16px;padding:14px 18px;text-align:center;margin-right:70px}.mypage-level-badge small{display:block;color:#6b7280}.mypage-level-badge strong{display:block;font-size:20px;margin-top:3px}
.mypage-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.mypage-summary-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.mypage-summary-card span,.mypage-summary-card small{display:block;color:var(--muted)}.mypage-summary-card strong{display:block;font-size:30px;line-height:1.2;margin:7px 0 4px}
.mypage-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.mypage-grid.lower{grid-template-columns:1fr 1fr;margin-top:18px}.mypage-profile-card,.mypage-quick-card{margin-bottom:0}.profile-info-list{display:grid;gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden}.profile-info-list>div{display:grid;grid-template-columns:130px minmax(0,1fr);padding:12px 14px;border-bottom:1px solid var(--line)}.profile-info-list>div:last-child{border-bottom:0}.profile-info-list span{color:var(--muted)}
.level-progress-card{margin-top:16px;padding:16px;border-radius:14px;background:#f8fafc;border:1px solid var(--line)}.level-progress-head{display:flex;justify-content:space-between;gap:10px}.level-progress{height:9px;border-radius:999px;background:#e9edf3;overflow:hidden;margin:10px 0}.level-progress span{display:block;height:100%;background:linear-gradient(90deg,#ff7a45,#ff5a3c);border-radius:999px}.level-progress-card p{margin:0;color:var(--muted);font-size:13px}.nickname-box{margin-top:18px}.nickname-box h3{margin:0 0 9px}.nickname-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.nickname-row input{border:1px solid var(--line);border-radius:10px;padding:11px 12px}.nickname-box small{display:block;margin-top:7px;color:var(--muted)}
.mypage-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mypage-quick-grid a{border:1px solid var(--line);border-radius:14px;padding:16px;background:#fafbfc;transition:.18s}.mypage-quick-grid a:hover{border-color:#ff8a66;background:#fff8f5;transform:translateY(-1px)}.mypage-quick-grid b{display:block;font-size:15px}.mypage-quick-grid span{display:block;color:var(--muted);font-size:12px;margin-top:5px}
.mypage-list{display:grid}.mypage-list>a{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.mypage-list>a:last-child{border-bottom:0}.mypage-list b{display:block}.mypage-list small{display:block;color:var(--muted);margin-top:4px}.mypage-list em{font-style:normal;color:var(--muted);font-size:12px;white-space:nowrap}.empty.slim{padding:24px}

@media(max-width:900px){
  .logo-image{height:42px}.account-nav{display:none}
  .mypage-summary-grid{grid-template-columns:1fr 1fr}.mypage-grid,.mypage-grid.lower{grid-template-columns:1fr}.mypage-level-badge{margin-right:40px}
  .signup-card{max-width:100%}
}
@media(max-width:640px){
  .logo-image{height:38px}.auth-page-wrap{padding-top:24px}.auth-heading h1{font-size:28px}.signup-card{padding:18px}.email-verify-head>span{display:none}.email-verify-row{grid-template-columns:1fr}.email-verify-row .btn{width:100%}
  .mypage-hero{padding:24px;display:block}.mypage-level-badge{display:inline-block;margin:18px 0 0;min-width:130px}.mypage-summary-grid{grid-template-columns:1fr 1fr;gap:9px}.mypage-summary-card{padding:14px}.mypage-summary-card strong{font-size:25px}.profile-info-list>div{grid-template-columns:90px 1fr}.mypage-quick-grid{grid-template-columns:1fr}.mypage-list>a{display:block}.mypage-list em{display:block;margin-top:5px}
}

.category-nav .mobile-utility{display:none!important}
@media(max-width:900px){
  .article-toolbar{grid-template-columns:1fr;justify-items:stretch}
  .article-toolbar-center{justify-content:flex-start}
  .article-toolbar-actions{justify-content:flex-start}
}

/* v0.1.7 premium post view */
.post-view-page{background:#f5f7fa}
.post-view-page .page-wrap{max-width:1100px}
.post-view-page .article{border:1px solid #e3e8ef;border-radius:22px;box-shadow:0 18px 45px rgba(15,23,42,.07);overflow:hidden;background:#fff}
.post-view-page .article-head{position:relative;padding:30px 34px 24px;background:linear-gradient(180deg,#ffffff,#fbfcfe)}
.post-view-page .article-head:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#ff7a45,#ff5a3c)}
.post-view-page .article-category{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#fff1eb;color:#d94c27;font-size:12px;font-weight:900;margin-bottom:12px}
.post-view-page .article-head h1{font-size:30px;line-height:1.35;letter-spacing:-.03em;margin:0 0 15px;color:#101828}
.post-view-page .article-meta{display:flex;flex-wrap:wrap;gap:8px 16px;color:#7b8491;font-size:13px}
.post-view-page .article-meta span{position:relative}
.post-view-page .article-meta span+span:before{content:"";position:absolute;left:-9px;top:50%;width:3px;height:3px;border-radius:50%;background:#c4cad3;transform:translateY(-50%)}
.post-view-page .article-body{padding:40px 38px 48px;min-height:320px;font-size:16px;line-height:1.95;color:#263241}
.post-view-page .article-body img{max-width:100%;border-radius:14px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.post-view-page .article-toolbar{padding:18px 24px;background:#fbfcfd;border-top:1px solid #e9edf2}
.post-view-page .recommend-btn{min-width:116px;border:1px solid #ff8d6d;background:#fff;color:#e44d29;padding:11px 20px;box-shadow:0 6px 16px rgba(255,90,60,.08)}
.post-view-page .recommend-btn:hover{background:#fff5f1;border-color:#ff6f49}
.post-view-page .article-toolbar-actions .btn{min-width:68px}
.post-view-page .panel{border:1px solid #e3e8ef;border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,.045);padding:22px 24px;background:#fff}
.post-view-page .share-panel{margin-top:16px}
.post-view-page .share-panel .section-head{padding-bottom:10px;border-bottom:1px solid #f0f2f5}
.post-view-page .share-panel .share-reference-row{padding-top:4px}
.post-view-page .comments{margin-top:16px}
.post-view-page .comments .section-head{padding-bottom:10px;border-bottom:1px solid #f0f2f5}
.post-view-page .comment{padding:16px 4px;border-bottom:1px solid #eef1f4}
.post-view-page .comment:last-of-type{border-bottom:0}
.post-view-page .comment-meta{font-weight:700;color:#68717e;margin-bottom:7px}
.post-view-page .comments textarea{min-height:110px;background:#fbfcfe}
.post-view-page .article-list-box{margin-top:16px}
.post-view-page .article-list-box .section-head{padding-bottom:10px;border-bottom:1px solid #f0f2f5;margin-bottom:12px!important}
.post-view-page .article-mini-list{gap:6px}
.post-view-page .article-mini-item{border:0;border-bottom:1px solid #edf0f3;border-radius:0;padding:11px 4px;background:transparent}
.post-view-page .article-mini-item:last-child{border-bottom:0}
.post-view-page .article-mini-item:hover{background:#fafbfd;padding-left:10px;padding-right:10px;border-radius:10px}
.post-view-page .article-mini-item.active{background:#fff6f2;border:1px solid #ffd8ca;border-radius:10px;padding-left:12px;padding-right:12px}
.post-view-page .article-mini-item .title{font-weight:750}
.post-view-page .article-mini-item .meta{font-variant-numeric:tabular-nums}
@media(max-width:700px){.post-view-page .article-head{padding:22px 20px 18px}.post-view-page .article-head h1{font-size:24px}.post-view-page .article-body{padding:26px 20px 34px}.post-view-page .article-toolbar{padding:14px 16px}.post-view-page .article-toolbar-center{justify-content:center}.post-view-page .article-toolbar-actions{justify-content:flex-end}.post-view-page .panel{padding:18px 16px}}

/* v0.1.8 logo / footer refinement */
.footer-logo-image{height:46px;width:auto}
.footer-affiliate-note{margin:12px 0 0;max-width:410px;color:#aeb7c5;font-size:13px;line-height:1.65}
.footer-bottom{justify-content:flex-end}
@media(max-width:640px){.footer-logo-image{height:42px}.footer-affiliate-note{font-size:12px}.footer-bottom{justify-content:flex-start}}

/* v0.1.10 footer notice + comment management */
.footer-bottom{justify-content:space-between;align-items:flex-end}
.footer-bottom-copy{display:grid;gap:4px;line-height:1.55}
.footer-bottom-copy span:first-child{color:#c2cad6}
.footer-bottom-copy span:last-child{color:#8f99a8}
.post-view-page .comment{position:relative}
.post-view-page .comment-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:7px}
.post-view-page .comment-meta{margin-bottom:0}
.comment-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}
.comment-actions form{margin:0}
.comment-action-btn{border:1px solid #dfe3e8;background:#fff;color:#58616d;border-radius:7px;padding:5px 9px;font-size:12px;font-weight:700;cursor:pointer}
.comment-action-btn:hover{border-color:#aeb7c2;color:#111827;background:#f8fafc}
.comment-action-btn.danger:hover{border-color:#f2b5ac;color:#c53b27;background:#fff6f4}
.comment-content{line-height:1.7;word-break:break-word}
.comment-edit-form{margin-top:12px;padding:14px;border:1px solid #e4e8ed;border-radius:12px;background:#f8fafc}
.comment-edit-form textarea{width:100%;min-height:96px;border:1px solid #d7dde4;border-radius:9px;padding:11px 12px;resize:vertical;background:#fff}
.comment-edit-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:9px}
@media(max-width:640px){
  .footer-bottom{align-items:flex-start}
  .footer-bottom-copy{margin-bottom:9px}
  .post-view-page .comment-head{align-items:flex-start}
  .comment-action-btn{padding:5px 8px}
}

/* v0.1.11 footer linebreak + brand refinement */
.footer-bottom-copy{display:flex;flex-direction:column;gap:5px;line-height:1.55}
.footer-bottom-copy p{display:block;margin:0;white-space:normal}
.footer-bottom-copy p:first-child{color:#cbd5e1}
.footer-bottom-copy p:last-child{color:#8f99a8}
.logo-image{height:54px}
.footer-logo-image{height:49px}
@media(max-width:900px){.logo-image{height:44px}}
@media(max-width:640px){.logo-image{height:40px}.footer-logo-image{height:44px}.footer-bottom-copy{gap:6px}}

/* v0.1.13 footer share title removal + product share */
.footer-share-reference .share-reference-row{display:flex;justify-content:center;width:100%}
.product-notice{padding:13px 15px;border-radius:10px;background:#fff6e7;color:#7b5206;font-size:13px;line-height:1.65}
.product-notice p{margin:0}
.product-notice p+p{margin-top:4px}
.product-share-mini{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:11px}
.product-share-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:7px;color:#fff;font-weight:900;text-decoration:none;box-shadow:0 3px 9px rgba(15,23,42,.12);transition:transform .15s ease,box-shadow .15s ease}
.product-share-btn:hover{transform:translateY(-1px);box-shadow:0 5px 12px rgba(15,23,42,.17)}
.product-share-btn span{font-size:11px;line-height:1;white-space:nowrap}
.product-share-btn.share-x{background:#0f1115}.product-share-btn.share-facebook{background:#4267B2}.product-share-btn.share-blog{background:#03c75a}.product-share-btn.share-band{background:#ff8b00}.product-share-btn.share-whatsapp{background:#20bf55}.product-share-btn.share-tumblr{background:#3b4758}.product-share-btn.share-reddit{background:#ff5a00}.product-share-btn.share-pinterest{background:#c81e1e}

/* v0.1.17 mobile header / product engagement / product detail */
.mobile-menu-btn{flex:0 0 auto;width:42px;height:42px;align-items:center;justify-content:center;border-radius:10px;color:#111827}
.mobile-menu-btn:hover{background:#f4f6f8}
.product-engagement{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.product-engagement form,.product-card-actions form{margin:0}
.product-engagement.compact{margin-top:10px}
.engage-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:32px;padding:6px 10px;border:1px solid #dfe3e8;border-radius:999px;background:#fff;color:#59616b;font-size:12px;font-weight:700;cursor:pointer;text-decoration:none}
.engage-btn:hover{border-color:#aeb8c4;color:#111827;background:#fafbfc}.engage-btn.liked{color:#e5482d;border-color:#ffb9a7;background:#fff6f2}.engage-btn b{font-variant-numeric:tabular-nums}.engage-btn.icon-only{width:34px;padding:0;border-radius:50%}
.product-card{display:flex;flex-direction:column}.product-card-link{display:block;min-width:0}.product-card-actions{margin-top:auto;border-top:1px solid #edf0f3;padding:10px 12px;display:flex;align-items:center;gap:7px}.product-card-actions .engage-btn{border:0;background:transparent;padding:4px 6px}.product-card-actions .engage-btn:hover{background:#f4f6f8}

.product-page-wrap{max-width:1180px}.product-detail-grid{align-items:start}.product-gallery{min-width:0}.product-main-image{min-height:440px}.product-main-image img{width:100%;height:100%;max-height:560px;object-fit:contain}.product-thumbs{display:flex;gap:9px;margin-top:10px;overflow-x:auto;padding:2px}.product-thumb{width:72px;height:72px;flex:0 0 72px;border:2px solid transparent;border-radius:10px;background:#fff;padding:3px;cursor:pointer;overflow:hidden}.product-thumb img{width:100%;height:100%;object-fit:cover;border-radius:7px}.product-thumb.active{border-color:#ff6a41;box-shadow:0 4px 12px rgba(255,90,60,.15)}
.product-detail-info{box-shadow:0 16px 40px rgba(15,23,42,.06)}.product-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-summary{color:#667085;line-height:1.7}.product-detail-price{font-size:32px;margin-top:18px}.product-basic-info{display:flex;gap:12px 20px;flex-wrap:wrap;margin-top:12px;padding:12px 0;border-top:1px solid #eef1f4;border-bottom:1px solid #eef1f4;color:#667085;font-size:13px}.product-basic-info b{color:#111827;margin-right:5px}
.purchase-panel{margin-top:20px;border:1px solid #e3e7ed;border-radius:16px;padding:16px;background:linear-gradient(180deg,#fff,#fbfcfe)}.purchase-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.purchase-head small{display:block;color:#8a94a2;font-size:11px}.purchase-head strong{display:block;margin-top:2px;font-size:15px}.purchase-head>span{color:#7a8492;font-size:12px}.purchase-buttons{display:grid;gap:9px}.purchase-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:15px 18px;border-radius:12px;color:#fff;font-size:15px;font-weight:900;box-shadow:0 8px 20px rgba(15,23,42,.10)}.purchase-btn b{font-size:18px}.purchase-btn.coupang{background:#e64b3b}.purchase-btn.naver{background:#03b956}.purchase-btn.general{background:linear-gradient(135deg,#1967d2,#2879ea)}.purchase-btn:hover{filter:brightness(.98);transform:translateY(-1px)}
.detail-engagement{margin:16px 0 12px;padding-bottom:12px;border-bottom:1px solid #eef1f4}.detail-engagement .engage-btn{min-height:38px;padding:8px 13px}.product-description-card{margin-top:24px}.product-comments{margin-top:18px}.product-comment-list{display:grid}.product-comment{padding:15px 2px;border-bottom:1px solid #edf0f3}.product-comment-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#7a8492;font-size:12px}.product-comment-head form{margin:0}.product-comment-body{margin-top:7px;line-height:1.7;color:#263241;word-break:break-word}.product-comment-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:16px}.product-comment-form textarea{width:100%;min-height:92px;border:1px solid #dce1e8;border-radius:11px;padding:11px 12px;resize:vertical}.product-comment-form .btn{align-self:end;min-height:44px}

@media(max-width:900px){.product-main-image{min-height:360px}}
@media(max-width:640px){
  .topbar{column-gap:8px}.mobile-menu-btn{display:inline-flex;order:0;width:40px;height:40px;font-size:24px;padding:0}.logo{order:1}.global-search{order:3}.logo-image{height:40px}.product-main-image{min-height:300px}.product-detail-info{padding:20px}.product-detail-price{font-size:27px}.purchase-head{align-items:flex-start}.purchase-head>span{display:none}.purchase-btn{font-size:14px;padding:14px 12px}.product-comment-form{grid-template-columns:1fr}.product-comment-form .btn{justify-self:end}.deal-copy .product-engagement{margin-top:7px}.product-card-actions{padding:8px 9px}.product-card-actions .engage-btn{font-size:11px}.product-thumb{width:62px;height:62px;flex-basis:62px}
}

/* v0.1.18 auth / mobile navigation / editor / product list */
.mobile-account-nav{display:none;align-items:center;gap:8px;margin-left:auto;font-size:13px;font-weight:800;white-space:nowrap}
.mobile-account-nav a{padding:8px 9px;border-radius:8px;color:#374151}
.mobile-account-nav .join-link{color:#fff;padding:8px 10px}
.mobile-nav-divider,.mobile-nav-utility{display:none}

.auth-login-wrap{max-width:760px;margin:0 auto;padding-top:44px;padding-bottom:56px}
.login-card{max-width:560px;margin:0 auto;padding:30px;border-radius:20px;box-shadow:0 14px 38px rgba(15,23,42,.07)}
.login-submit{width:100%;min-height:48px;font-size:16px}
.login-help-links{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px;color:#667085;font-size:13px}
.login-help-links span{width:1px;height:12px;background:#dfe3e8}
.login-help-links a:hover{color:var(--brand);font-weight:800}
.recovery-card{max-width:620px}
.recovery-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:22px;padding:5px;background:#f3f5f7;border-radius:12px}
.recovery-tabs a{text-align:center;padding:11px 12px;border-radius:9px;color:#6b7280;font-weight:800}
.recovery-tabs a.active{background:#fff;color:#111827;box-shadow:0 3px 10px rgba(15,23,42,.08)}
.recovery-result{text-align:center;padding:18px 6px 6px}.recovery-result small{display:block;color:#6b7280}.recovery-result strong{display:block;font-size:28px;margin:8px 0 20px;color:#111827}

.page-write .editor.large{height:520px;min-height:520px;max-height:520px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}
.page-write [data-html-area]{height:520px!important;min-height:520px!important;max-height:520px!important;overflow:auto!important;resize:vertical}
.page-write .editor.large img{max-width:100%;height:auto}

.mypage-level-badge em{display:block;margin-top:3px;color:#6b7280;font-size:12px;font-style:normal;font-weight:700}

.page-products .deal-list{background:transparent;border:0;border-radius:0;overflow:visible;display:grid;gap:10px}
.page-products .deal-row{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 5px 16px rgba(15,23,42,.035)}
.page-products .deal-row:last-child{border-bottom:1px solid var(--line)}
.page-products .deal-row:hover,.page-products .deal-row:focus-within{border-color:#55a8ff;background:#fafdff;box-shadow:0 14px 30px rgba(59,130,246,.16);transform:translateY(-2px)}

@media(max-width:900px){
  .site-header{position:relative}
  .topbar{height:auto;min-height:72px;padding:10px 0;display:flex;flex-wrap:wrap;column-gap:8px;row-gap:10px}
  .mobile-menu-btn{display:inline-flex;order:0;flex:0 0 40px;width:40px;height:40px;font-size:23px;padding:0;background:#f6f7f9}
  .logo{order:1;flex:0 1 auto;min-width:0}
  .logo-image{height:40px;max-width:180px}
  .mobile-account-nav{display:flex;order:2;margin-left:auto}
  .global-search{order:3;flex:0 0 100%;width:100%;max-width:none;margin:0}
  .account-nav{display:none}
  .category-nav{display:none;border-top:1px solid #e9edf2;background:#fff;box-shadow:0 12px 24px rgba(15,23,42,.10)}
  .category-nav.open{display:block}
  .category-nav .nav-scroll{height:auto;max-height:70vh;overflow-y:auto;overflow-x:hidden;display:grid;grid-template-columns:1fr 1fr;gap:0;padding:8px 0 12px}
  .category-nav .nav-scroll a{display:block;padding:12px 14px;border-bottom:1px solid #f1f3f5;font-size:14px}
  .category-nav .nav-scroll a:hover{background:#fafbfc}
  .category-nav .nav-scroll .strong{color:#111827}
  .mobile-nav-divider{display:block;grid-column:1/-1;height:8px;background:#f6f7f9;margin:4px 0}
  .mobile-nav-utility{display:block!important}
}

@media(max-width:640px){
  .auth-login-wrap{padding-top:26px}.login-card{padding:20px}.login-help-links{gap:8px;font-size:12px}
  .logo-image{height:38px;max-width:150px}
  .mobile-account-nav{gap:3px;font-size:12px}.mobile-account-nav a{padding:7px 6px}.mobile-account-nav .join-link{padding:7px 8px}
  .category-nav .nav-scroll{grid-template-columns:1fr}
  .page-write .editor.large,.page-write [data-html-area]{height:420px!important;min-height:420px!important;max-height:420px!important}
}

/* v0.1.19 board writing / post controls */
.rss-link{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:#f97316}
.rss-link-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#fff4e8;color:#f97316}
.rss-link:hover{color:#ea580c}

.editor-shell{border:1px solid #d8dde5;border-radius:12px;overflow:hidden;background:#fff}
.clean-editor-toolbar{border:0;border-bottom:1px solid #d8dde5;border-radius:0;padding:8px 10px;background:#f8fafc;align-items:center;gap:6px;position:sticky;top:0;z-index:2}
.clean-editor-toolbar select,.clean-editor-toolbar button,.editor-image-button{height:32px;border:1px solid #d9dee7;background:#fff;border-radius:6px;color:#303846;padding:0 9px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px}
.clean-editor-toolbar select{min-width:74px}
.clean-editor-toolbar button:hover,.editor-image-button:hover,.clean-editor-toolbar select:hover{border-color:#aeb7c5;background:#f2f5f9}
.clean-editor-toolbar button.active{background:#1f2937;color:#fff;border-color:#1f2937}
.editor-divider{width:1px;height:22px;background:#d7dce4;margin:0 2px}
.editor-image-button{font-weight:700}
.page-write .editor.large{border:0;border-radius:0;height:520px;min-height:520px;max-height:520px;overflow-y:auto;overflow-x:hidden;padding:18px;background:#fff;overscroll-behavior:contain}
.page-write [data-html-area]{border:0!important;border-radius:0!important;width:100%;height:520px!important;min-height:520px!important;max-height:520px!important;overflow:auto!important;resize:none;padding:18px}
.editor-statusbar{display:flex;justify-content:space-between;gap:12px;padding:7px 12px;border-top:1px solid #e2e6ec;background:#fafbfc;color:#7a828d;font-size:11px}
.write-guidance{margin:14px 0 18px;padding:14px 16px;border:1px solid #f0dfc7;background:#fffaf1;border-radius:12px;color:#725b3c;font-size:13px;line-height:1.7}
.write-guidance p{margin:0}.write-guidance p+p{margin-top:4px}
.post-file-upload{margin:18px 0;padding:18px;border:1px solid #dfe3e8;border-radius:14px;background:#fff}
.post-file-upload-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;margin-bottom:11px}.post-file-upload-head strong{display:block;font-size:15px}.post-file-upload-head span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.post-file-upload-head small{color:var(--muted)}
.file-upload-control{display:flex;align-items:center;border:1px solid #d9dee5;border-radius:10px;overflow:hidden;background:#fafbfc;cursor:pointer}.file-upload-button{padding:10px 14px;background:#eef1f4;border-right:1px solid #d9dee5;font-weight:800;font-size:13px}.file-upload-name{min-width:0;padding:10px 13px;color:#68717d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.existing-file-list{display:grid;gap:7px;margin-top:10px}.existing-file-list a{display:flex;align-items:center;gap:7px;padding:9px 11px;border-radius:8px;background:#f7f8fa;color:#394150;font-size:13px}.existing-file-list small{margin-left:auto;color:#8a929d}
.write-submit-row{display:flex;gap:8px;justify-content:center;margin-top:20px}

.article-top-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 20px;border-bottom:1px solid var(--line);background:#fafbfc}
.article-top-actions-left,.article-top-actions-right,.article-list-head-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.article-top-actions form{margin:0}
.article-icon-btn{appearance:none;border:1px solid #dce1e7;background:#fff;color:#4a5260;border-radius:8px;height:34px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:800;cursor:pointer}
.article-icon-btn:hover{border-color:#aeb7c3;background:#f6f8fa;color:#1f2937}.article-icon-btn.brand{border-color:#ffbea9;background:#fff4ef;color:#e34e2e}.article-icon-btn.danger{color:#b42318}
.article-attachments{padding:0 28px 22px}.article-attachments>strong{display:block;margin-bottom:8px}.article-attachments>div{display:flex;gap:8px;flex-wrap:wrap}.article-attachments a{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;background:#f5f7f9;border:1px solid #e2e6eb;border-radius:8px;font-size:12px;color:#4b5563}
.article-list-head{align-items:center}.mini-recommend-indicator{height:34px;display:inline-flex;align-items:center;padding:0 10px;border-radius:8px;background:#fff5f1;color:#d84a2a;border:1px solid #ffd4c7;font-size:12px;font-weight:800}
.article-mini-list.ranked .article-mini-item{grid-template-columns:54px minmax(0,1fr);align-items:center}
.article-mini-rank{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:28px;border-radius:7px;background:#f1f3f5;color:#66707c;font-size:12px;font-weight:900}
.article-mini-item.active .article-mini-rank{background:#ffede7;color:#d94b2b}.article-mini-item .title{min-width:0}

@media(max-width:640px){
 .clean-editor-toolbar{overflow-x:auto;flex-wrap:nowrap}.clean-editor-toolbar>*{flex:0 0 auto}.page-write .editor.large,.page-write [data-html-area]{height:420px!important;min-height:420px!important;max-height:420px!important}
 .editor-statusbar{display:none}.post-file-upload-head{display:block}.post-file-upload-head small{display:block;margin-top:6px}.file-upload-name{font-size:12px}
 .article-top-actions{padding:9px 12px;align-items:flex-start}.article-top-actions-left,.article-top-actions-right{gap:5px}.article-icon-btn{padding:0 8px}
 .article-toolbar{grid-template-columns:1fr}.article-toolbar-center,.article-toolbar-actions{justify-content:center}.article-list-head{align-items:flex-start;flex-direction:column}.article-list-head-actions{width:100%}.article-mini-list.ranked .article-mini-item{grid-template-columns:42px minmax(0,1fr)}
}

/* v0.1.20 header / hot-humor list / editor stabilization */
.header-primary{min-height:74px;display:flex;align-items:center;gap:18px}
.header-primary .logo{flex:0 0 auto}
.header-primary .account-nav{margin-left:auto}
.header-search-row{display:flex;justify-content:center;padding:10px 0 8px}
.header-search-row .global-search{width:min(760px,100%);max-width:760px;margin:0}
.header-trend-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:5px 0 11px}
.header-hot-keywords{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}
.header-hot-keywords a{display:inline-flex;align-items:center;height:30px;padding:0 10px;border:1px solid #e5e9ef;border-radius:999px;background:#fff;color:#5f6875;font-size:12px;font-weight:700;white-space:nowrap}
.header-hot-keywords a:hover{border-color:#b8c1ce;background:#f8fafc;color:#222a35}
.header-board-links{display:flex;align-items:center;gap:10px;white-space:nowrap;margin-left:auto}
.header-hot-humor,.header-request{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;border-radius:9px;font-size:13px;font-weight:900}
.header-hot-humor{background:linear-gradient(135deg,#ff6b42 0%,#ff3d77 100%);color:#fff;box-shadow:0 6px 16px rgba(255,76,89,.18)}
.header-hot-humor:hover{filter:brightness(.97);transform:translateY(-1px)}
.header-request{background:transparent;color:#394150;border:1px solid #dfe4ea}
.header-request:hover{background:#f7f9fb}
.category-nav{border-top:1px solid #eef1f4;border-bottom:1px solid #eef1f4}
.category-nav .nav-scroll{height:48px;gap:22px}
.category-nav .nav-scroll>a{font-size:13px}

.article-mini-list.hot-humor-ranked .article-mini-item{grid-template-columns:58px minmax(0,1fr);padding:9px 12px}
.article-mini-rank.hot{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;align-items:center;justify-items:center;gap:0 2px;min-width:44px;height:42px;padding:3px 4px;border-radius:8px;background:#f5f6f8;color:#8b949f}
.article-mini-rank.hot i{grid-column:1/-1;font-style:normal;font-size:12px;line-height:1;color:#aab2bc}
.article-mini-rank.hot b{font-size:15px;line-height:1;color:#697380}
.article-mini-rank.hot small{font-size:9px;line-height:1;color:#9aa3ad;font-weight:800}
.article-mini-item.active .article-mini-rank.hot{background:#fff0ea;color:#e35331}
.article-mini-item.active .article-mini-rank.hot i,.article-mini-item.active .article-mini-rank.hot b,.article-mini-item.active .article-mini-rank.hot small{color:#e35331}
.article-mini-rank.notice{font-size:11px}

.page-write .write-form{max-width:1180px;margin:0 auto}
.page-write .editor-shell{position:relative}
.page-write .clean-editor-toolbar{position:relative;top:auto}
.page-write .editor.large{height:520px!important;min-height:520px!important;max-height:520px!important;overflow-y:auto!important;overflow-x:hidden!important}
.page-write [data-html-area]{height:520px!important;min-height:520px!important;max-height:520px!important;overflow:auto!important}

@media(max-width:900px){
  .header-primary{min-height:68px;padding:9px 0;gap:8px}
  .header-primary .account-nav{display:none}
  .header-primary .mobile-account-nav{display:flex;margin-left:auto}
  .header-search-row{padding:4px 0 7px}
  .header-trend-row{overflow-x:auto;justify-content:flex-start;padding:4px 0 10px;scrollbar-width:none}
  .header-trend-row::-webkit-scrollbar{display:none}
  .header-hot-keywords{flex-wrap:nowrap;flex:0 0 auto}
  .header-board-links{flex:0 0 auto;margin-left:8px}
  .category-nav{display:none}
  .category-nav.open{display:block}
  .category-nav .nav-scroll{height:auto;max-height:70vh;overflow-y:auto;overflow-x:hidden;display:grid;grid-template-columns:1fr 1fr;gap:0;padding:8px 0 12px}
  .category-nav .nav-scroll a{padding:12px 14px;border-bottom:1px solid #f1f3f5;font-size:14px}
}
@media(max-width:640px){
  .header-primary .logo-image{height:38px;max-width:150px}
  .header-hot-keywords a{font-size:11px;height:28px;padding:0 9px}
  .header-hot-humor,.header-request{height:30px;padding:0 11px;font-size:12px}
  .category-nav .nav-scroll{grid-template-columns:1fr}
  .article-mini-list.hot-humor-ranked .article-mini-item{grid-template-columns:48px minmax(0,1fr)}
  .article-mini-rank.hot{min-width:40px;height:38px}
  .page-write .editor.large,.page-write [data-html-area]{height:420px!important;min-height:420px!important;max-height:420px!important}
}

/* v0.1.21 fixed header hierarchy */
.hotrank-header-v21{background:#fff}
.hotrank-header-v21 .header-primary{min-height:76px;display:flex;align-items:center;gap:18px;border:0}
.hotrank-header-v21 .header-primary .logo{flex:0 0 auto}
.hotrank-header-v21 .header-primary .account-nav{display:flex;margin-left:auto;align-items:center;gap:13px}
.hotrank-header-v21 .header-search-band{width:100%;background:#fff;border-top:1px solid #f2f4f6}
.hotrank-header-v21 .header-search-row{min-height:68px;display:flex;align-items:center;justify-content:center;padding:8px 0}
.hotrank-header-v21 .header-search-row .global-search{display:flex;position:static;float:none;width:min(780px,100%);max-width:780px;flex:none;margin:0 auto;border:1.5px solid #dfe3e8;border-radius:12px;overflow:hidden;background:#fafbfc}
.hotrank-header-v21 .header-search-row .global-search input{min-width:0;flex:1;padding:13px 15px}
.hotrank-header-v21 .header-search-row .global-search button{flex:0 0 auto;padding:0 22px}
.hotrank-header-v21 .header-trend-band{width:100%;background:#fbfcfd;border-top:1px solid #f0f2f5}
.hotrank-header-v21 .header-trend-row{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 0}
.hotrank-header-v21 .header-hot-keywords{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}
.hotrank-header-v21 .header-hot-keywords a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 11px;border:1px solid #e0e5eb;border-radius:999px;background:#fff;color:#525c69;font-size:12.5px;font-weight:750;white-space:nowrap}
.hotrank-header-v21 .header-hot-keywords a:hover{border-color:#bcc5d0;background:#f7f9fb;color:#111827}
.hotrank-header-v21 .header-board-links{display:flex;align-items:center;gap:10px;margin-left:auto;white-space:nowrap}
.hotrank-header-v21 .header-hot-humor,.hotrank-header-v21 .header-request{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:9px;font-size:13px;font-weight:900}
.hotrank-header-v21 .header-hot-humor{background:linear-gradient(135deg,#ff783f 0%,#ff466f 55%,#ff5a3c 100%);color:#fff;border:0;box-shadow:0 6px 15px rgba(255,76,89,.17)}
.hotrank-header-v21 .header-request{background:transparent;color:#394150;border:0;padding-right:2px}
.hotrank-header-v21 .header-request:hover{color:var(--brand);background:transparent}
.hotrank-header-v21 .category-nav{display:block;border-top:1px solid #edf0f3;border-bottom:1px solid #e7eaee;background:#fff}
.hotrank-header-v21 .category-nav .nav-scroll{height:54px;display:flex;align-items:center;gap:clamp(10px,1.25vw,20px);overflow-x:auto;overflow-y:hidden;scrollbar-width:none}
.hotrank-header-v21 .category-nav .nav-scroll::-webkit-scrollbar{display:none}
.hotrank-header-v21 .category-nav .nav-scroll>a{flex:0 0 auto;padding:4px 0;font-size:15px;font-weight:700;letter-spacing:-.25px;color:#3f4752;white-space:nowrap}
.hotrank-header-v21 .category-nav .nav-scroll>a:hover,.hotrank-header-v21 .category-nav .nav-scroll>a.strong{color:#111827;font-weight:900}

/* 구버전 메인 키워드 블록이 남아 있어도 중복 노출 방지 */
.page-home .legacy-keyword-row,.page-home .legacy-trending-row{display:none!important}

@media(max-width:900px){
  .hotrank-header-v21{position:relative}
  .hotrank-header-v21 .header-primary{min-height:68px;padding:9px 0;gap:8px}
  .hotrank-header-v21 .header-primary .account-nav{display:none}
  .hotrank-header-v21 .header-primary .mobile-account-nav{display:flex;margin-left:auto}
  .hotrank-header-v21 .mobile-menu-btn{display:inline-flex;order:0}
  .hotrank-header-v21 .header-primary .logo{order:1}
  .hotrank-header-v21 .header-primary .mobile-account-nav{order:2}
  .hotrank-header-v21 .header-search-row{min-height:58px;padding:6px 0}
  .hotrank-header-v21 .header-search-row .global-search{width:100%;max-width:none}
  .hotrank-header-v21 .header-trend-row{overflow-x:auto;justify-content:flex-start;gap:12px;padding:7px 0;scrollbar-width:none}
  .hotrank-header-v21 .header-trend-row::-webkit-scrollbar{display:none}
  .hotrank-header-v21 .header-hot-keywords{flex-wrap:nowrap;flex:0 0 auto}
  .hotrank-header-v21 .header-board-links{flex:0 0 auto;margin-left:6px}
  .hotrank-header-v21 .category-nav{display:none}
  .hotrank-header-v21 .category-nav.open{display:block}
  .hotrank-header-v21 .category-nav .nav-scroll{height:auto;max-height:70vh;overflow-y:auto;overflow-x:hidden;display:grid;grid-template-columns:1fr 1fr;gap:0;padding:8px 0 12px}
  .hotrank-header-v21 .category-nav .nav-scroll>a{padding:12px 14px;border-bottom:1px solid #f1f3f5;font-size:15px}
}
@media(max-width:640px){
  .hotrank-header-v21 .header-primary .logo-image{height:38px;max-width:150px}
  .hotrank-header-v21 .header-hot-keywords a{font-size:11px;min-height:28px;padding:0 9px}
  .hotrank-header-v21 .header-hot-humor,.hotrank-header-v21 .header-request{min-height:30px;padding:0 10px;font-size:12px}
  .hotrank-header-v21 .category-nav .nav-scroll{grid-template-columns:1fr}
}


/* v0.1.22 header spacing refinement */
.hotrank-header-v21{background:#fff}
.hotrank-header-v21 .header-primary{min-height:72px;padding:8px 0 2px;border:0!important}
.hotrank-header-v21 .header-primary .logo{align-self:center;transform:translateY(3px)}
.hotrank-header-v21 .header-search-band{background:transparent!important;border:0!important}
.hotrank-header-v21 .header-search-row{min-height:52px;padding:2px 0 4px}
.hotrank-header-v21 .header-search-row .global-search{width:min(620px,100%);max-width:620px;margin:0 auto}
.hotrank-header-v21 .header-trend-band{background:transparent!important;border:0!important}
.hotrank-header-v21 .header-trend-row{min-height:38px;padding:0 0 5px;gap:14px}
.hotrank-header-v21 .header-hot-keywords{gap:7px}
.hotrank-header-v21 .header-hot-keywords a{min-height:27px;padding:0 9px;background:transparent;border:0;border-radius:7px}
.hotrank-header-v21 .header-hot-keywords a:hover{background:#f7f8fa;border:0}
.hotrank-header-v21 .category-nav{border-top:0!important}

@media(max-width:900px){
  .hotrank-header-v21 .header-primary{min-height:64px;padding:7px 0 1px}
  .hotrank-header-v21 .header-primary .logo{transform:translateY(2px)}
  .hotrank-header-v21 .header-search-row{min-height:50px;padding:2px 0 4px}
  .hotrank-header-v21 .header-search-row .global-search{width:min(620px,100%);max-width:620px}
  .hotrank-header-v21 .header-trend-row{padding:0 0 5px;min-height:34px}
}


/* v0.1.23 header alignment based on approved layout reference */
.hotrank-header-v21 .header-primary{
  min-height:74px;
  padding:10px 0 3px;
  border:0!important;
}
.hotrank-header-v21 .header-primary .logo{
  transform:translateY(3px);
}
.hotrank-header-v21 .header-search-band{
  background:#fff!important;
  border:0!important;
}
.hotrank-header-v21 .header-search-row{
  min-height:50px;
  padding:0 0 3px;
}
.hotrank-header-v21 .header-search-row .global-search{
  width:min(520px,100%);
  max-width:520px;
  margin:0 auto;
}
.hotrank-header-v21 .header-trend-band{
  background:#fff!important;
  border:0!important;
}
.hotrank-header-v21 .header-trend-row{
  position:relative;
  min-height:39px;
  padding:0 0 7px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hotrank-header-v21 .header-hot-keywords{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:nowrap;
  margin:0 auto;
}
.hotrank-header-v21 .header-hot-keywords a{
  min-height:auto;
  padding:2px 0;
  border:0;
  background:transparent;
  border-radius:0;
  color:#4b5563;
  font-size:14px;
  font-weight:800;
  letter-spacing:-.2px;
}
.hotrank-header-v21 .header-hot-keywords a:hover{
  border:0;
  background:transparent;
  color:var(--brand);
}
.hotrank-header-v21 .header-board-links{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-58%);
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
}
.hotrank-header-v21 .header-hot-humor,
.hotrank-header-v21 .header-request{
  min-height:36px;
  padding:0 15px;
  border-radius:10px;
  font-size:13px;
  font-weight:900;
  transition:.18s ease;
}
.hotrank-header-v21 .header-hot-humor{
  background:linear-gradient(135deg,#ff7845 0%,#ff466d 58%,#ff603d 100%);
  color:#fff;
  border:1px solid transparent;
  box-shadow:0 7px 16px rgba(255,76,89,.16);
}
.hotrank-header-v21 .header-request{
  background:#fff;
  color:#4b5563;
  border:1px solid #dfe4ea;
  box-shadow:0 3px 9px rgba(15,23,42,.045);
}
.hotrank-header-v21 .header-request:hover{
  background:#f8fafc;
  color:#111827;
  border-color:#cfd6df;
}
.hotrank-header-v21 .category-nav{
  border-top:1px solid #e5e9ee!important;
  border-bottom:1px solid #e7eaee!important;
  background:#fff;
}
.hotrank-header-v21 .category-nav .nav-scroll{
  height:54px;
}
.hotrank-header-v21 .category-nav .nav-scroll>a{
  font-size:15.5px;
  font-weight:750;
}

@media(max-width:900px){
  .hotrank-header-v21 .header-search-row .global-search{width:100%;max-width:520px}
  .hotrank-header-v21 .header-trend-row{
    justify-content:flex-start;
    overflow-x:auto;
    min-height:38px;
    padding:0 0 7px;
  }
  .hotrank-header-v21 .header-hot-keywords{
    justify-content:flex-start;
    gap:14px;
    margin:0;
    flex:0 0 auto;
  }
  .hotrank-header-v21 .header-hot-keywords a{font-size:13px}
  .hotrank-header-v21 .header-board-links{
    position:static;
    transform:none;
    flex:0 0 auto;
    margin-left:8px;
  }
}
@media(max-width:640px){
  .hotrank-header-v21 .header-hot-keywords{gap:12px}
  .hotrank-header-v21 .header-hot-keywords a{font-size:12.5px}
  .hotrank-header-v21 .header-hot-humor,
  .hotrank-header-v21 .header-request{min-height:30px;padding:0 10px;font-size:12px}
}

/* v0.1.24 header micro-alignment */
@media(min-width:901px){
  .hotrank-header-v21 .header-primary{
    position:relative;
    min-height:78px;
    padding-top:8px;
    padding-bottom:0;
    align-items:flex-start;
  }
  .hotrank-header-v21 .header-primary .logo{
    align-self:flex-start;
    transform:translateY(12px);
  }
  .hotrank-header-v21 .header-primary .account-nav{
    align-self:flex-start;
    margin-top:2px;
    margin-left:auto;
  }
  .hotrank-header-v21 .category-nav .nav-scroll{
    justify-content:center;
    gap:clamp(8px,.85vw,15px);
  }
}


/* v0.1.25 forced desktop header placement fix */
@media(min-width:901px){
  .hotrank-header-v21 .header-primary{
    position:relative!important;
    min-height:84px!important;
    padding:0!important;
    align-items:initial!important;
  }
  .hotrank-header-v21 .header-primary .logo{
    position:absolute!important;
    left:0!important;
    top:22px!important;
    margin:0!important;
    transform:none!important;
    align-self:auto!important;
  }
  .hotrank-header-v21 .header-primary .account-nav{
    position:absolute!important;
    right:0!important;
    top:6px!important;
    margin:0!important;
    align-self:auto!important;
    display:flex!important;
  }
  .hotrank-header-v21 .category-nav .nav-scroll{
    justify-content:center!important;
    width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}


/* v0.1.26 move only search + hot-keyword row upward; logo/utility stay fixed */
@media(min-width:901px){
  .hotrank-header-v21 .header-primary{
    min-height:72px!important;
  }
  .hotrank-header-v21 .header-search-row{
    min-height:46px!important;
    padding:0 0 2px!important;
  }
  .hotrank-header-v21 .header-trend-row{
    min-height:35px!important;
    padding:0 0 5px!important;
  }
}

/* v0.1.27 lift search/trend rows slightly; keep logo + utility fixed */
@media(min-width:901px){
  .hotrank-header-v21 .header-primary{
    min-height:66px!important;
  }
  .hotrank-header-v21 .header-search-row{
    min-height:43px!important;
    padding:0 0 1px!important;
  }
  .hotrank-header-v21 .header-trend-row{
    min-height:33px!important;
    padding:0 0 4px!important;
  }
  .hotrank-header-v21 .header-board-links{
    top:calc(50% - 3px)!important;
  }
}


/* v0.1.28 product comment edit + category card grid */
.product-comment-head .comment-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}
.product-comment-head .comment-actions form{margin:0}
.product-comment-edit-form{margin-top:10px}
.product-comment-edit-form[hidden]{display:none!important}

.page-category-products .category-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}
.page-category-products .category-product-card{position:relative;min-width:0;box-shadow:0 5px 16px rgba(15,23,42,.035)}
.page-category-products .category-product-card:hover,.page-category-products .category-product-card:focus-within{border-color:#ff7b45;box-shadow:0 12px 26px rgba(255,90,60,.12);transform:translateY(-2px)}
.page-category-products .category-product-card .image{position:relative;aspect-ratio:4/3}
.page-category-products .category-rank-badge{position:absolute;left:10px;top:10px;z-index:2;display:inline-flex;align-items:baseline;gap:2px;min-width:42px;justify-content:center;padding:6px 8px;border-radius:9px;background:rgba(17,24,39,.88);color:#fff;font-size:14px;font-weight:900;box-shadow:0 4px 12px rgba(15,23,42,.18)}
.page-category-products .category-rank-badge small{font-size:10px;font-weight:800;opacity:.9}
.page-category-products .category-grid-empty{grid-column:1/-1;background:#fff;border:1px solid var(--line);border-radius:14px}

@media(max-width:900px){
  .page-category-products .category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:520px){
  .page-category-products .category-product-grid{grid-template-columns:1fr;gap:10px}
}


/* v0.1.30 final board numbering + 24h hot community + category rank colors */
.humor-row{grid-template-columns:70px minmax(0,1fr) auto}
.humor-post-no{display:flex;align-items:center;justify-content:center;min-width:50px;height:34px;border-radius:8px;background:#f4f6f8;color:#4b5563;font-size:13px;font-weight:900;font-variant-numeric:tabular-nums}
.article-mini-list.hot-humor-ranked .article-mini-item{grid-template-columns:58px minmax(0,1fr)}
.article-mini-rank.post-number{background:#f1f3f5;color:#5f6975;font-variant-numeric:tabular-nums}
.article-mini-item.active .article-mini-rank.post-number{background:#ffede7;color:#d94b2b}
.hot-community-main{display:flex;align-items:center;gap:7px;min-width:0}
.hot-community-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}
.hot-community-rank{display:inline-flex;align-items:center;justify-content:center;min-width:30px;flex:0 0 auto;font-size:14px;font-weight:950;letter-spacing:-.3px}
.hot-community-rank.top3{color:#e33d31}
.hot-community-rank.normal{color:#17191d}
.hot-community-item>span:last-child{white-space:nowrap}
.page-category-products .category-rank-badge.rank-1{background:#e53935;color:#fff}
.page-category-products .category-rank-badge.rank-2{background:#f57c00;color:#fff}
.page-category-products .category-rank-badge.rank-3{background:#d49a00;color:#fff}
.page-category-products .category-rank-badge.rank-4{background:#1976d2;color:#fff}
.page-category-products .category-rank-badge.rank-5{background:#2e7d32;color:#fff}
.page-category-products .category-rank-badge.rank-rest{background:#17191d;color:#fff}
@media(max-width:640px){
  .humor-row{grid-template-columns:52px minmax(0,1fr)}
  .humor-post-no{min-width:44px;height:32px;font-size:12px}
  .hot-community-item{align-items:flex-start}
  .hot-community-main{gap:5px}
  .hot-community-item>span:last-child{font-size:11px}
}


/* v0.1.32 main community: daily / weekly / recent, equal compact columns */
.community-triple-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}
.community-triple-grid .panel{min-width:0;padding:17px 18px}
.community-triple-grid .section-head{margin-bottom:5px}
.community-triple-grid .section-head h2{font-size:20px;margin:0}
.community-triple-grid .post-mini{padding:10px 0;min-width:0}
.community-rank-item{display:block}
.community-rank-main{display:flex;align-items:center;gap:8px;min-width:0;width:100%}
.community-rank-no{display:inline-flex;align-items:center;justify-content:flex-start;min-width:33px;flex:0 0 auto;font-size:14px;font-weight:950;letter-spacing:-.3px}
.community-rank-no.top3{color:#e33d31}
.community-rank-no.normal{color:#17191d}
.community-rank-title,.community-recent-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}
.community-comment-count{font-style:normal;color:#e44b36;font-size:12px;font-weight:800;margin-left:5px;white-space:nowrap}
.community-recent-panel .post-mini>span:first-child{min-width:0;flex:1}
.community-recent-panel .post-mini .muted{white-space:nowrap;font-size:12px}
.community-triple-grid .compact-empty{padding:32px 10px}
@media(max-width:900px){.community-triple-grid{grid-template-columns:1fr}.community-triple-grid .panel{padding:16px}}

/* v0.1.33 home category showcase + distinguishable community headers */
.home-category-showcase{margin-top:30px}
.home-category-showcase-head{margin-bottom:14px}
.home-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.home-category-panel{min-width:0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 8px 24px rgba(15,23,42,.045)}
.home-category-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:1px 2px 13px;margin-bottom:12px;border-bottom:1px solid #eef1f4}
.home-category-title-wrap{display:flex;align-items:center;gap:8px;min-width:0}
.home-category-title-mark{width:7px;height:22px;flex:0 0 auto;border-radius:999px;background:linear-gradient(180deg,#ff7748,#ff4f3c)}
.home-category-head h3{margin:0;font-size:19px;line-height:1.2;font-weight:900;letter-spacing:-.35px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-category-best{flex:0 0 auto;padding:3px 7px;border-radius:999px;background:#fff1ec;color:#e34d2f;font-size:10px;font-weight:900;letter-spacing:.15px}
.home-category-more{flex:0 0 auto;color:#7b838d;font-size:12px;font-weight:800}
.home-category-more:hover{color:var(--brand)}
.home-category-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.home-category-card{position:relative;min-width:0;border-radius:13px;box-shadow:none}
.home-category-card .image{position:relative;aspect-ratio:4/3}
.home-category-card .body{padding:11px 12px 10px}
.home-category-card h3{font-size:14px;line-height:1.42;margin:0 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:39px}
.home-category-card .price{font-size:16px;margin:0}
.home-category-card .product-card-actions{padding:8px 9px;gap:4px}
.home-category-card .product-card-actions .engage-btn{font-size:11px;padding:3px 5px}
.home-category-rank{position:absolute;left:8px;top:8px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:27px;padding:0 7px;border-radius:8px;color:#fff;background:#17191d;font-size:12px;font-weight:950;box-shadow:0 4px 10px rgba(15,23,42,.18)}
.home-category-rank.rank-1{background:#e53935}.home-category-rank.rank-2{background:#f57c00}.home-category-rank.rank-3{background:#d49a00}.home-category-rank.rank-4{background:#1976d2}
.home-category-empty{display:grid;place-items:center;min-height:190px;border:1px dashed #dfe4ea;border-radius:12px;background:#fafbfc;color:#8a929c;font-size:13px}

.community-box-head{display:flex;align-items:center;margin-bottom:7px;padding-bottom:9px;border-bottom:1px solid #eef1f4}
.community-title-chip{display:inline-flex;align-items:center;gap:8px;padding:5px 10px 5px 6px;border:1px solid #e7eaee;border-radius:10px;background:#f8f9fb;font-size:16px;font-weight:900;letter-spacing:-.25px}
.community-title-icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;font-size:15px;font-weight:950;line-height:1}
.community-title-chip.daily{color:#b83d27;background:#fff8f5;border-color:#ffe1d7}.community-title-chip.daily .community-title-icon{background:#ffebe4;color:#e4492d}
.community-title-chip.weekly{color:#285da9;background:#f5f9ff;border-color:#dce9fb}.community-title-chip.weekly .community-title-icon{background:#e7f0ff;color:#2865bf}
.community-title-chip.recent{color:#3f6656;background:#f6fbf8;border-color:#dcefe5}.community-title-chip.recent .community-title-icon{background:#e7f5ed;color:#2f7a5c}

@media(max-width:900px){
  .home-category-grid{grid-template-columns:1fr}
  .home-category-panel{padding:15px}
}
@media(max-width:560px){
  .home-category-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .home-category-panel{padding:11px;border-radius:14px}
  .home-category-head{margin-bottom:9px;padding-bottom:9px}
  .home-category-head h3{font-size:17px}
  .home-category-best{display:none}
  .home-category-card .body{padding:9px}
  .home-category-card h3{font-size:13px;min-height:37px}
  .home-category-card .price{font-size:15px}
  .home-category-card .product-card-actions{justify-content:space-between}
  .community-title-chip{font-size:15px}
}


/* Legal policy pages */
.legal-policy-page .site-header{position:sticky}
.legal-page-wrap{padding-top:34px;padding-bottom:52px}
.legal-shell{max-width:1040px;margin:0 auto}
.legal-hero{display:flex;flex-direction:column;gap:18px}
.legal-kicker{font-size:13px;letter-spacing:.16em;font-weight:900;color:#5b5bd6}
.legal-title{margin:0;font-size:48px;line-height:1.15;letter-spacing:-.04em;color:#111827}
.legal-version{margin:0;color:#6b7280;font-size:24px;letter-spacing:-.02em}
.legal-intro-card,.legal-notice-box,.legal-section-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 10px 26px rgba(15,23,42,.05)}
.legal-intro-card{padding:28px 30px;background:linear-gradient(180deg,#f8f7ff,#f7f8fc)}
.legal-intro-heading{display:block;font-size:18px;font-weight:900;color:#5450d6;margin-bottom:10px}
.legal-intro-copy p,.legal-notice-box p{margin:0;font-size:18px;line-height:1.9;color:#394150;word-break:keep-all;overflow-wrap:break-word}
.legal-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.legal-summary-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px 18px;min-height:124px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.legal-summary-card small{display:block;font-size:14px;color:#788190;font-weight:800;margin-bottom:10px}
.legal-summary-card strong{display:block;font-size:22px;line-height:1.5;letter-spacing:-.02em;color:#111827;word-break:keep-all;overflow-wrap:break-word}
.legal-notice-box{padding:26px 30px;background:#f7f4ff}
.legal-notice-box strong{display:block;font-size:21px;margin-bottom:10px;color:#3f43c4}
.legal-toc{display:flex;gap:10px;flex-wrap:wrap;padding:6px 0 2px}
.legal-toc a{display:inline-flex;align-items:center;min-height:42px;padding:10px 16px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:14px;font-weight:700;color:#344054;box-shadow:0 6px 18px rgba(15,23,42,.04)}
.legal-toc a:hover{border-color:#cfd6df;background:#fafbfc}
.legal-content-wrap{display:flex;flex-direction:column;gap:18px;margin-top:10px}
.legal-section-card{padding:0;overflow:hidden}
.legal-section-head{padding:26px 30px 18px;border-bottom:1px solid #eef1f5;background:linear-gradient(180deg,#fff,#fbfcfe)}
.legal-section-head h2{margin:0;font-size:36px;line-height:1.32;letter-spacing:-.035em;color:#0f172a;word-break:keep-all}
.legal-rich-content{padding:28px 30px 30px;color:#374151}
.legal-rich-content p,.legal-rich-content li,.legal-subhead{margin:0 0 13px;font-size:19px;line-height:1.95;word-break:keep-all;overflow-wrap:break-word;color:#374151}
.legal-rich-content p:last-child,.legal-rich-content li:last-child{margin-bottom:0}
.legal-bullet-list{margin:0 0 14px 0;padding-left:1.35em}
.legal-bullet-list li{padding-left:.1em}
.legal-subhead{font-weight:800;color:#1f2937;margin-top:10px}
.legal-subhead span{color:#4f46e5}
.legal-empty-state{padding:34px 30px;text-align:center}
.legal-empty-state h2{margin:0 0 10px;font-size:30px}
.legal-empty-state p{margin:0;color:#6b7280;font-size:18px}
@media(max-width:1024px){.legal-title{font-size:42px}.legal-version{font-size:21px}.legal-summary-grid{grid-template-columns:repeat(2,1fr)}.legal-section-head h2{font-size:32px}.legal-summary-card strong{font-size:20px}.legal-rich-content p,.legal-rich-content li,.legal-subhead,.legal-intro-copy p,.legal-notice-box p{font-size:17px}}
@media(max-width:700px){.legal-page-wrap{padding-top:22px;padding-bottom:40px}.legal-title{font-size:32px}.legal-version{font-size:17px}.legal-intro-card,.legal-notice-box,.legal-section-head,.legal-rich-content{padding-left:18px;padding-right:18px}.legal-intro-card,.legal-notice-box{padding-top:20px;padding-bottom:20px}.legal-summary-grid{grid-template-columns:1fr;gap:10px}.legal-summary-card{min-height:auto;padding:16px}.legal-summary-card strong{font-size:18px}.legal-notice-box strong{font-size:18px}.legal-toc{gap:8px}.legal-toc a{font-size:13px;min-height:38px;padding:8px 13px}.legal-section-head{padding-top:20px;padding-bottom:14px}.legal-section-head h2{font-size:24px}.legal-rich-content{padding-top:20px;padding-bottom:22px}.legal-rich-content p,.legal-rich-content li,.legal-subhead,.legal-intro-copy p,.legal-notice-box p{font-size:15px;line-height:1.85}}

/* v0.1.42 product detail shipping / gallery interaction */
.product-view-page .product-topline{justify-content:flex-start}
.product-view-page .product-basic-info{align-items:center;gap:12px 18px}
.product-view-page .product-merchant{display:inline-flex;align-items:center;min-height:34px}
.product-view-page .shipping-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.product-view-page .shipping-badge{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:6px 10px;border-radius:9px;font-size:14px;font-weight:900;line-height:1.2}
.product-view-page .shipping-badge .shipping-icon{font-size:18px;line-height:1}
.product-view-page .shipping-badge.free{background:#eef9f3;color:#079455;border:1px solid #ccefdc}
.product-view-page .shipping-badge.rocket{background:#fff3f1;color:#e54836;border:1px solid #ffd2ca}
.product-view-page .shipping-badge.today{background:#fff8e7;color:#c67a00;border:1px solid #ffe3a6}
.product-view-page .shipping-badge.standard{background:#f6f7f9;color:#59616b;border:1px solid #e5e7eb}
.product-view-page .product-thumbs{padding:4px 2px}
.product-view-page .product-thumb{transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.product-view-page .product-thumb:hover,.product-view-page .product-thumb:focus-visible,.product-view-page .product-thumb.active{border-color:#ff6547;box-shadow:0 0 0 2px rgba(255,101,71,.12),0 6px 15px rgba(255,90,60,.14);transform:translateY(-1px)}
.product-view-page .purchase-head{margin-bottom:12px}
.product-view-page .purchase-head>strong{display:block;font-size:15px;color:#111827}
@media(max-width:640px){.product-view-page .shipping-badge{font-size:13px;padding:6px 9px}.product-view-page .shipping-badge .shipping-icon{font-size:17px}}
