@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,Noto Sans KR,sans-serif;color:#17151c;background:#f8f8fa;font-synthesis:none;text-rendering:optimizeLegibility;--primary: #6c4df6;--primary-strong: #5638dd;--primary-soft: #eeeaff;--surface: #ffffff;--surface-2: #f2f2f5;--surface-3: #e8e8ed;--text: #17151c;--muted: #706d79;--border: #e4e3e8;--success: #13866f;--warning: #d77432;--danger: #dc4b5d;--shadow: 0 18px 45px rgba(30, 24, 55, .08)}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--border);border-radius:18px;background:var(--surface);overflow:hidden}.faq-item summary{display:grid;grid-template-columns:90px minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--muted);font-size:24px}.faq-item[open] summary:after{content:"−"}.faq-item summary span{color:var(--primary);font-size:13px;font-weight:800}.faq-item summary b{font-size:16px}.faq-item p{margin:0;padding:0 20px 10px 126px;color:var(--text-secondary);line-height:1.75}.faq-item small{display:block;padding:0 20px 20px 126px;color:var(--muted)}@media(max-width:640px){.faq-item summary{grid-template-columns:minmax(0,1fr) auto;gap:8px}.faq-item summary span{grid-column:1 / -1}.faq-item summary b{grid-column:1}.faq-item summary:after{grid-column:2}.faq-item p,.faq-item small{padding-left:20px}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}svg{width:18px;height:18px;stroke-width:1.8}h1,h2,h3,p,dl,dd{margin-top:0}.app{min-height:100vh;color:var(--text);background:#f8f8fa;transition:.2s ease}.app.dark{--surface: #1c1b20;--surface-2: #28262d;--surface-3: #35323d;--text: #f6f4fa;--muted: #aaa6b4;--border: #393640;--primary-soft: #30275c;color:var(--text);background:#121115}.route-loader{min-height:100vh;display:grid;place-items:center;align-content:center;gap:12px;color:var(--muted);background:var(--surface);font-size:11px}.route-loader span{width:34px;height:34px;border:3px solid var(--primary-soft);border-top-color:var(--primary);border-radius:50%;animation:route-spin .7s linear infinite}.route-loader p{margin:0}@keyframes route-spin{to{transform:rotate(360deg)}}.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}.topbar{height:68px;padding-inline:max(20px,calc((100vw - 1160px)/2));display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 91%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:800;letter-spacing:-.04em}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--primary);box-shadow:0 7px 18px #6c4df640}.desktop-nav{display:flex;gap:7px;padding:4px;border-radius:12px;background:var(--surface-2)}.desktop-nav a{padding:8px 15px;border-radius:9px;color:var(--muted);font-size:13px;font-weight:600}.desktop-nav a.active{color:var(--text);background:var(--surface);box-shadow:0 2px 8px #1e18370f}.top-actions{display:flex;gap:7px}.icon-button,.avatar-button{width:38px;height:38px;padding:0;display:grid;place-items:center;border:1px solid var(--border);border-radius:10px;color:var(--text);background:var(--surface)}.avatar-button{color:#fff;border:0;background:var(--primary)}.profile-button{height:38px;padding:0 9px 0 5px;display:flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:10px;color:var(--text);background:var(--surface)}.profile-button>span{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;color:#fff;background:var(--primary);font-size:11px;font-weight:800}.profile-button b{max-width:90px;overflow:hidden;text-overflow:ellipsis;font-size:10px}.profile-button svg{width:14px;color:var(--muted)}.hero{min-height:650px;padding-block:74px;display:grid;grid-template-columns:1fr .84fr;gap:74px;align-items:center}.eyebrow{display:block;margin-bottom:13px;color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.14em}.hero h1,.page-title h1,.product-copy h1{margin-bottom:22px;font-size:clamp(46px,6vw,74px);line-height:1.05;letter-spacing:-.065em}.hero h1 em{color:var(--primary);font-style:normal}.hero-copy>p,.page-title p,.product-copy>p{max-width:580px;color:var(--muted);font-size:16px;line-height:1.75}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.button{min-height:46px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;font-size:13px;font-weight:700}.button.primary{color:#fff;background:var(--primary);box-shadow:0 8px 20px #6c4df633}.button.primary:hover{background:var(--primary-strong)}.button.secondary{color:var(--text);border-color:var(--border);background:var(--surface)}.button.secondary.owned{color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.button:disabled{cursor:not-allowed;opacity:.55}.stats{display:flex;gap:36px;margin:43px 0 0}.stats div{padding-right:36px;border-right:1px solid var(--border)}.stats div:last-child{border:0}.stats dt{font-size:22px;font-weight:800;letter-spacing:-.04em}.stats dd{color:var(--muted);font-size:11px}.hero-card{min-height:490px;display:grid;place-items:center;position:relative;border-radius:24px;background:linear-gradient(145deg,#ece9ff,#ddd6ff);overflow:hidden}.dark .hero-card{background:linear-gradient(145deg,#2e2850,#201b37)}.hero-card:before,.hero-card:after{content:"";position:absolute;border:1px solid rgba(108,77,246,.16);border-radius:50%}.hero-card:before{width:370px;height:370px}.hero-card:after{width:550px;height:280px;transform:rotate(28deg)}.watch-visual{min-height:210px;display:grid;place-items:center;position:relative;overflow:hidden;border-radius:12px}.watch-visual.large{width:100%;min-height:440px;background:transparent!important}.watch-visual.has-product-image{padding:18px;background:var(--surface-2)!important}.watch-visual.has-product-image img{width:100%;height:100%;max-height:310px;position:relative;z-index:1;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(25,20,40,.16))}.watch-visual.large.has-product-image img{max-height:410px}.watch-device{width:105px;height:105px;display:grid;place-items:center;position:relative;z-index:2;color:#fff;border:7px solid;border-radius:50%;background:#17161a;box-shadow:0 18px 30px #19142840}.large .watch-device{width:184px;height:184px;font-size:32px;border-width:9px}.watch-device.square{border-radius:30px}.watch-device:before,.watch-device:after{content:"";width:46%;height:75px;position:absolute;z-index:-1;border-radius:10px 10px 4px 4px;background:#27252c}.large .watch-device:before,.large .watch-device:after{height:135px}.watch-device:before{bottom:90%}.watch-device:after{top:90%;transform:rotate(180deg)}.watch-device span{font-size:20px;font-weight:800}.large .watch-device span{font-size:29px}.watch-device i{width:32px;height:4px;position:absolute;bottom:26px;border-radius:3px}.floating-metric{min-width:112px;padding:13px;display:grid;grid-template-columns:22px 1fr;position:absolute;z-index:3;border:1px solid rgba(255,255,255,.7);border-radius:12px;background:#ffffffd1;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.floating-metric svg{color:var(--primary)}.floating-metric b{font-size:19px}.floating-metric small{grid-column:2;color:#77727e;font-size:10px}.metric-one{top:92px;left:30px}.metric-two{right:27px;bottom:90px}.section{padding-block:88px}.section-heading{margin-bottom:28px;display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading h2,.add-products h2{margin:0;font-size:clamp(30px,4vw,42px);line-height:1.12;letter-spacing:-.05em}.section-heading>a{display:flex;align-items:center;gap:3px;color:var(--primary);font-size:13px;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{position:relative;padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 8px 28px #1e183709}.product-visual-link{display:block;border-radius:12px}.badge{position:absolute;top:24px;left:24px;z-index:4;padding:5px 8px;border-radius:7px;color:#fff;background:var(--primary);font-size:10px;font-weight:700}.product-meta{margin-top:16px;display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.product-meta span:last-child{display:flex;align-items:center;gap:4px;color:var(--warning)}.product-card h3{margin:8px 0 6px;font-size:19px;letter-spacing:-.035em}.product-card>p{min-height:40px;color:var(--muted);font-size:12px;line-height:1.55}.tag-row{display:flex;flex-wrap:wrap;gap:5px}.tag-row span{padding:5px 7px;border-radius:6px;color:var(--muted);background:var(--surface-2);font-size:9px}.card-footer{margin-top:18px;padding-top:14px;display:flex;align-items:end;justify-content:space-between;border-top:1px solid var(--border)}.card-footer small{display:block;color:var(--muted);font-size:9px}.card-footer strong{font-size:15px}.card-actions{display:flex;gap:6px}.compare-button,.detail-button{height:35px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;color:var(--text);background:var(--surface);font-size:11px;font-weight:700}.compare-button{width:35px;padding:0}.compare-button svg{width:15px}.compare-button.selected{color:#fff;border-color:var(--primary);background:var(--primary)}.detail-button{color:var(--primary);border-color:var(--primary-soft);background:var(--primary-soft)}.benefit-band{padding-block:34px;color:#fff;background:#17151c}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr)}.benefit-grid>div{padding:10px 32px;display:flex;align-items:center;gap:15px;border-right:1px solid #39363f}.benefit-grid>div:last-child{border:0}.benefit-grid svg{width:24px;height:24px;color:#9b85ff}.benefit-grid span{display:flex;flex-direction:column}.benefit-grid b{font-size:13px}.benefit-grid small{margin-top:4px;color:#98949f;font-size:10px}.community-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.post-list{display:grid;gap:10px}.post-card{padding:20px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.post-card header{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px}.user-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--primary);font-weight:800}.post-card header div{display:flex;flex-direction:column}.post-card header b{font-size:12px}.post-card header small{margin-top:2px;color:var(--muted);font-size:9px}.post-label{padding:5px 8px;border-radius:6px;color:var(--primary);background:var(--primary-soft);font-size:9px;font-weight:700}.post-label.질문{color:#3575b5;background:#e6f2ff}.post-label.팁{color:#ae612e;background:#fff0e5}.post-card h3{margin:17px 0 7px;font-size:16px;letter-spacing:-.025em}.post-card p{color:var(--muted);font-size:12px;line-height:1.6}.post-card footer{display:flex;gap:15px;color:var(--muted);font-size:10px}.post-card footer span{display:flex;align-items:center;gap:4px}.post-card footer svg{width:14px}.post-card h3 a:hover{color:var(--primary)}.back-link{width:fit-content;margin-bottom:20px;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;font-weight:700}.back-link:hover{color:var(--primary)}.post-detail-page{width:min(780px,calc(100% - 40px))}.post-detail-loading{min-height:55vh;display:grid;place-items:center;align-content:center;gap:12px;color:var(--muted);font-size:11px}.post-detail-loading span{width:34px;height:34px;border:3px solid var(--primary-soft);border-top-color:var(--primary);border-radius:50%;animation:route-spin .7s linear infinite}.post-detail-loading p{margin:0}.post-detail,.comment-section{padding:30px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.post-detail>header{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px}.post-detail>header div{display:flex;flex-direction:column}.post-detail>header b{font-size:12px}.post-detail>header small{margin-top:3px;color:var(--muted);font-size:9px}.post-detail h1{margin:30px 0 18px;font-size:clamp(25px,5vw,36px);line-height:1.35;letter-spacing:-.04em}.post-body{min-height:110px;white-space:pre-wrap;color:var(--text);font-size:14px;line-height:1.9}.post-image-gallery{margin:22px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.post-image-gallery.count-1{grid-template-columns:1fr}.post-image-gallery a{min-height:180px;overflow:hidden;border-radius:12px;background:var(--surface-2)}.post-image-gallery img{width:100%;height:100%;max-height:520px;display:block;object-fit:cover}.post-actions{margin-top:28px;padding-top:18px;display:flex;gap:10px;border-top:1px solid var(--border)}.post-actions button,.post-actions span{min-height:38px;padding:0 13px;display:flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:10px;color:var(--muted);background:var(--surface-2);font-size:11px}.post-actions button.liked{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 30%,var(--border))}.post-actions .report-action{margin-left:auto}.post-actions .report-action:hover{color:var(--danger)}.post-actions .report-action:disabled{cursor:default;opacity:.6}.post-actions svg{width:15px}.post-manage-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:7px}.post-manage-actions button{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:8px;color:var(--muted);background:transparent;font-size:9px;font-weight:700}.post-manage-actions button:hover{color:var(--primary);background:var(--primary-soft)}.post-manage-actions button.danger:hover{color:var(--danger);background:color-mix(in srgb,var(--danger) 9%,var(--surface))}.post-manage-actions button:disabled{opacity:.5}.post-manage-actions svg{width:13px}.comment-section{margin-top:14px}.comment-section h2{font-size:18px}.comment-section h2 span{color:var(--primary)}.comment-form{display:grid;justify-items:end;gap:10px}.comment-form textarea{width:100%;min-height:100px;padding:14px;resize:vertical;outline:0;border:1px solid var(--border);border-radius:12px;color:var(--text);background:var(--surface-2);font:inherit;font-size:12px;line-height:1.6}.comment-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.comment-form .button{width:fit-content}.comment-list{margin-top:25px;display:grid;gap:10px}.comment-card{padding:16px 0;display:grid;grid-template-columns:38px 1fr;gap:11px;border-top:1px solid var(--border)}.comment-card header{display:flex;align-items:center;gap:8px}.comment-card header b{font-size:11px}.comment-card header small{color:var(--muted);font-size:9px}.comment-delete{width:28px;height:28px;margin-left:auto;display:grid;place-items:center;border:0;border-radius:7px;color:var(--muted);background:transparent}.comment-delete:hover{color:var(--danger);background:color-mix(in srgb,var(--danger) 9%,var(--surface))}.comment-delete svg{width:13px}.comment-card p{margin:7px 0 0;white-space:pre-wrap;font-size:12px;line-height:1.7}.comment-empty{padding:28px 0;text-align:center;color:var(--muted);font-size:11px}.comment-loading{padding:12px 0;display:grid;gap:10px}.comment-loading span{height:58px;border-radius:10px;background:linear-gradient(100deg,var(--surface-2) 25%,var(--surface-3) 45%,var(--surface-2) 70%);background-size:200% 100%;animation:shimmer 1.2s linear infinite}.empty-state{display:grid;place-items:center;align-content:center;gap:15px;text-align:center}.my-page{width:min(1040px,calc(100% - 40px))}.my-hero{padding:28px;display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:18px;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.my-avatar{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;color:#fff;background:var(--primary);box-shadow:0 10px 24px #6c4df638;font-size:23px;font-weight:800}.my-hero .eyebrow{margin-bottom:7px}.my-hero h1{margin:0 0 5px;font-size:clamp(25px,5vw,38px);letter-spacing:-.045em}.my-hero p{margin:0;color:var(--muted);font-size:11px}.my-summary{margin:14px 0 55px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.my-summary>div{padding:18px 20px;display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.my-summary>div>svg,.summary-dot{width:30px;height:30px;padding:6px;border-radius:9px;color:var(--primary);background:var(--primary-soft)}.summary-dot{position:relative}.summary-dot:after{width:8px;height:8px;position:absolute;top:11px;left:11px;border-radius:50%;background:var(--success);content:""}.my-summary span:last-child{display:grid;color:var(--muted);font-size:9px}.my-summary b{color:var(--text);font-size:18px}.my-notification-link{margin:-38px 0 48px;padding:16px 18px;display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.my-notification-link>svg{color:var(--primary)}.my-notification-link span{display:grid;gap:3px}.my-notification-link small{color:var(--muted)}.notifications-page{max-width:900px}.notifications-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.notifications-title h1{margin:5px 0 8px;font-size:clamp(32px,5vw,54px)}.notifications-title p{color:var(--muted)}.notification-list{display:grid;gap:10px}.notification-item{display:grid;grid-template-columns:44px minmax(0,1fr) 10px;align-items:center;gap:14px;padding:18px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.notification-item.unread{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));background:var(--primary-soft)}.notification-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;color:var(--primary);background:var(--surface)}.notification-icon svg{width:20px}.notification-item p{margin:0 0 5px;line-height:1.5}.notification-item small{color:var(--muted)}.notification-item i{width:8px;height:8px;border-radius:50%;background:var(--primary)}.my-heading>a.button{color:var(--text)}.my-empty{min-height:300px;padding:40px;display:grid;place-items:center;align-content:center;text-align:center;border:1px dashed var(--border);border-radius:18px;background:var(--surface)}.my-empty>svg{width:42px;height:42px;padding:10px;border-radius:12px;color:var(--primary);background:var(--primary-soft)}.my-empty h3{margin:16px 0 7px;font-size:18px}.my-empty p{max-width:420px;margin-bottom:20px;color:var(--muted);font-size:11px;line-height:1.7}.account-settings{margin-bottom:55px;padding:26px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.account-settings-title{margin-bottom:22px;display:flex;align-items:center;gap:11px}.account-settings-title>svg{width:38px;height:38px;padding:9px;border-radius:11px;color:var(--primary);background:var(--primary-soft)}.account-settings-title .eyebrow{margin-bottom:3px;font-size:8px}.account-settings-title h2{margin:0;font-size:20px}.profile-form{display:grid;grid-template-columns:220px 1fr;gap:12px}.profile-form label{display:grid;gap:7px;color:var(--muted);font-size:9px;font-weight:700}.profile-form input,.profile-form textarea{width:100%;padding:11px 12px;outline:0;border:1px solid var(--border);border-radius:9px;color:var(--text);background:var(--surface-2);font:inherit;font-size:11px}.profile-form textarea{min-height:88px;resize:vertical;line-height:1.6}.profile-form input:focus,.profile-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.profile-form-footer{grid-column:1 / -1;display:flex;align-items:center;justify-content:end;gap:12px}.profile-form-footer>small{margin-right:auto;color:var(--muted);font-size:8px}.profile-form-footer .form-error{margin-right:auto}.account-security,.account-danger{margin-top:20px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--border)}.account-security>div,.account-danger>div{display:flex;align-items:center;gap:10px}.account-security svg,.account-danger svg{width:32px;height:32px;padding:8px;border-radius:9px;color:var(--muted);background:var(--surface-2)}.account-danger svg{color:var(--danger);background:color-mix(in srgb,var(--danger) 9%,var(--surface))}.account-security span,.account-danger span{display:grid;gap:3px}.account-security b,.account-danger b{font-size:10px}.account-security small,.account-danger small{color:var(--muted);font-size:8px}.button.danger-outline{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 35%,var(--border));background:transparent}.delete-account-card label b{color:var(--danger)}.global-search-page{width:min(900px,calc(100% - 40px))}.global-search-form{padding:8px 8px 8px 17px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:1px solid var(--border);border-radius:15px;background:var(--surface);box-shadow:var(--shadow)}.global-search-form>svg{color:var(--primary)}.global-search-form input{height:48px;min-width:0;outline:0;border:0;color:var(--text);background:transparent;font-size:14px}.search-tabs{margin:18px 0 32px;display:flex;gap:7px}.search-tabs button{min-height:37px;padding:0 15px;border:1px solid var(--border);border-radius:9px;color:var(--muted);background:var(--surface);font-size:11px;font-weight:700}.search-tabs button.active{color:#fff;border-color:var(--primary);background:var(--primary)}.search-empty-intro{min-height:320px;display:grid;justify-items:center;align-content:center;text-align:center;border:1px dashed var(--border);border-radius:18px;background:var(--surface)}.search-empty-intro>svg{width:46px;height:46px;padding:12px;border-radius:14px;color:var(--primary);background:var(--primary-soft)}.search-empty-intro h2{margin:18px 0 7px;font-size:20px}.search-empty-intro p{color:var(--muted);font-size:11px}.search-result-count{margin:0 0 25px;color:var(--muted);font-size:11px}.search-result-count b{color:var(--text)}.search-result-section{margin-top:38px}.search-section-title{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.search-section-title>div{display:flex;align-items:center;gap:8px}.search-section-title svg{color:var(--primary)}.search-section-title h2{margin:0;font-size:20px}.search-section-title>span{min-width:25px;height:25px;display:grid;place-items:center;border-radius:8px;color:var(--primary);background:var(--primary-soft);font-size:10px;font-weight:800}.search-result-list{display:grid;gap:8px}.search-result-row{padding:16px;display:grid;grid-template-columns:46px minmax(0,1fr) auto 18px;align-items:center;gap:13px;border:1px solid var(--border);border-radius:13px;background:var(--surface);transition:.18s ease}.search-result-row:hover{border-color:var(--primary);transform:translateY(-1px)}.search-result-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;color:#fff;background:var(--primary);font-size:11px;font-weight:800}.search-result-row>div{min-width:0}.search-result-row small{color:var(--muted);font-size:9px}.search-result-row h3{margin:4px 0;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.search-result-row p{margin:0;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.search-result-row>strong{font-size:12px;white-space:nowrap}.search-result-row>svg{width:16px;color:var(--muted)}.post-result-row{grid-template-columns:46px minmax(0,1fr) auto 18px}.guide-result-row .search-result-icon svg{width:20px}.result-reactions{color:var(--muted);font-size:9px;white-space:nowrap}.not-found-page{min-height:calc(100vh - 68px);display:grid;justify-items:center;align-content:center;text-align:center}.not-found-page>span{color:var(--primary);font-size:clamp(80px,18vw,160px);font-weight:800;letter-spacing:-.08em;line-height:.9;opacity:.15}.not-found-page h1{margin:-15px 0 10px;font-size:clamp(28px,5vw,42px)}.not-found-page p{color:var(--muted);font-size:12px}.info-page{width:min(880px,calc(100% - 40px))}.info-hero{padding-bottom:42px;border-bottom:1px solid var(--border)}.info-icon{width:48px;height:48px;margin-bottom:22px;display:grid;place-items:center;border-radius:14px;color:var(--primary);background:var(--primary-soft)}.info-icon svg{width:23px;height:23px}.info-hero h1{margin-bottom:17px;font-size:clamp(38px,7vw,64px);line-height:1.05;letter-spacing:-.06em}.info-hero>p{max-width:700px;color:var(--muted);font-size:14px;line-height:1.8}.info-hero>small{color:var(--muted);font-size:9px}.info-content{display:grid}.info-content article{padding:30px 0;display:grid;grid-template-columns:48px 1fr;gap:18px;border-bottom:1px solid var(--border)}.info-content article>span{color:var(--primary);font-size:10px;font-weight:800}.info-content h2{margin-bottom:10px;font-size:18px;letter-spacing:-.025em}.info-content p{max-width:720px;margin:0;color:var(--muted);font-size:12px;line-height:1.85}.info-principle{margin-top:30px;padding:20px;display:flex;align-items:start;gap:13px;border-radius:14px;color:var(--text);background:var(--primary-soft)}.info-principle>svg{flex:0 0 auto;color:var(--primary)}.info-principle b{font-size:11px}.info-principle p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.7}.site-footer{padding:52px 0 22px;border-top:1px solid var(--border);background:var(--surface)}.footer-grid{display:grid;grid-template-columns:1fr 180px 180px;gap:50px}.footer-brand p{max-width:330px;margin:16px 0 0;color:var(--muted);font-size:10px;line-height:1.7}.footer-grid nav{display:grid;align-content:start;gap:11px}.footer-grid nav b{margin-bottom:3px;font-size:10px}.footer-grid nav a{width:fit-content;color:var(--muted);font-size:10px}.footer-grid nav a:hover{color:var(--primary)}.footer-bottom{margin-top:38px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--border);color:var(--muted);font-size:8px}.footer-bottom p{margin:0}.admin-page{width:min(1040px,calc(100% - 40px))}.admin-title{display:flex;align-items:end;justify-content:space-between;gap:20px}.admin-title h1{margin-bottom:12px}.admin-metrics{margin-bottom:28px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.admin-metrics>div{padding:20px;display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.admin-metrics svg{width:34px;height:34px;padding:8px;border-radius:10px;color:var(--primary);background:var(--primary-soft)}.admin-metrics span{display:grid;color:var(--muted);font-size:9px}.admin-metrics b{color:var(--text);font-size:20px}.admin-tabs{margin-bottom:12px;padding:5px;display:flex;gap:5px;border-radius:11px;background:var(--surface-2)}.admin-tabs button{min-height:38px;padding:0 15px;display:flex;align-items:center;gap:7px;border:0;border-radius:8px;color:var(--muted);background:transparent;font-size:11px;font-weight:700}.admin-tabs button.active{color:var(--text);background:var(--surface);box-shadow:0 2px 8px #1e18370f}.admin-tabs span{min-width:18px;height:18px;display:grid;place-items:center;border-radius:6px;color:var(--primary);background:var(--primary-soft);font-size:8px}.admin-list{display:grid;gap:10px}.report-row,.admin-product-row{padding:22px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.report-row-head{display:flex;align-items:center;justify-content:space-between;gap:15px}.report-row-head small{color:var(--muted);font-size:8px}.status-pill{width:fit-content;padding:5px 8px;border-radius:7px;font-size:8px;font-weight:800}.status-pill.pending{color:var(--warning);background:color-mix(in srgb,var(--warning) 12%,transparent)}.status-pill.reviewed{color:var(--success);background:color-mix(in srgb,var(--success) 12%,transparent)}.status-pill.dismissed{color:var(--muted);background:var(--surface-2)}.report-row h3{margin:16px 0 9px;font-size:17px}.report-row>p{display:grid;gap:5px;color:var(--muted);font-size:10px;line-height:1.6}.report-row>p b{color:var(--text);font-size:9px}.admin-actions{margin-top:18px;display:flex;justify-content:end;gap:7px}.admin-actions button{min-height:36px;padding:0 11px;display:inline-flex;align-items:center;gap:5px;border:1px solid var(--border);border-radius:8px;color:var(--muted);background:var(--surface);font-size:9px;font-weight:700}.admin-actions button.danger{color:var(--danger)}.admin-actions button:disabled{cursor:default;opacity:.45}.admin-actions svg{width:14px}.admin-product-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:15px}.admin-product-row small,.admin-product-row p{color:var(--muted);font-size:8px}.admin-product-row h3{margin:5px 0;font-size:15px}.admin-product-row p{margin:0}.admin-error{margin-bottom:12px;padding:12px 14px;border-radius:10px;color:var(--danger);background:color-mix(in srgb,var(--danger) 9%,var(--surface));font-size:10px}.admin-list-loading{display:grid;gap:10px}.admin-list-loading span{height:130px;border-radius:14px;background:linear-gradient(100deg,var(--surface-2),var(--surface-3),var(--surface-2));background-size:200% 100%;animation:shimmer 1.2s infinite}.admin-loading{min-height:65vh;display:grid;place-items:center;align-content:center;gap:12px;color:var(--muted);font-size:10px}.admin-loading span{width:32px;height:32px;border:3px solid var(--primary-soft);border-top-color:var(--primary);border-radius:50%;animation:route-spin .7s linear infinite}.admin-loading p{margin:0}.admin-catalog-toolbar{padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px dashed var(--border);border-radius:14px;background:var(--surface)}.admin-catalog-toolbar b{font-size:13px}.admin-catalog-toolbar p{margin:4px 0 0;color:var(--muted);font-size:9px}.topic-card,.trending-card,.seller-card{padding:26px;border-radius:16px;color:#fff;background:var(--primary);box-shadow:0 14px 35px #6c4df62e}.topic-card small{color:#d5cdff;font-weight:700;letter-spacing:.12em}.topic-card h3{margin:14px 0;font-size:25px;line-height:1.3}.topic-card p{color:#ded9f5;font-size:12px;line-height:1.65}.topic-card a{display:flex;align-items:center;gap:6px;margin-top:26px;font-size:12px;font-weight:700}.page{min-height:calc(100vh - 68px);padding-block:70px 100px}.page-title{margin-bottom:38px}.page-title h1{margin-bottom:15px;font-size:clamp(42px,6vw,64px)}.filter-panel,.community-toolbar{padding:12px;display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.search-field{min-width:270px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2)}.search-field input{width:100%;height:42px;border:0;outline:0;color:var(--text);background:transparent;font-size:12px}.chips,.tabs{display:flex;gap:6px;overflow-x:auto}.chip,.tabs button,.filter-button,.add-products button{min-height:38px;padding:0 13px;white-space:nowrap;border:1px solid var(--border);border-radius:8px;color:var(--muted);background:var(--surface);font-size:11px;font-weight:600}.chip.active,.tabs button.active{color:#fff;border-color:var(--primary);background:var(--primary)}.filter-button{margin-left:auto;display:inline-flex;align-items:center;gap:6px;color:var(--text)}.filter-button.active{color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.filter-button>span{min-width:18px;height:18px;display:grid;place-items:center;border-radius:6px;color:#fff;background:var(--primary);font-size:8px}.advanced-filters{margin-top:10px;padding:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:end;gap:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 10px 30px #1e18370a}.advanced-filters label{display:grid;gap:7px;color:var(--muted);font-size:9px;font-weight:700}.advanced-filters select{width:100%;height:40px;padding:0 32px 0 11px;outline:0;border:1px solid var(--border);border-radius:9px;color:var(--text);background:var(--surface-2);font:inherit;font-size:10px}.advanced-filters select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.reset-filter-button{height:40px;padding:0 12px;display:inline-flex;align-items:center;gap:5px;border:0;color:var(--muted);background:transparent;font-size:10px;font-weight:700;white-space:nowrap}.reset-filter-button svg{width:14px}.reset-filter-button:disabled{cursor:default;opacity:.35}.result-line{margin:25px 0 14px;display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.result-line b{color:var(--text);font-size:12px}.empty-state{padding:70px 20px;border:1px dashed var(--border);border-radius:16px;color:var(--muted);background:var(--surface);text-align:center}.loading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.skeleton-card,.skeleton-detail{min-height:430px;border-radius:16px;background:linear-gradient(100deg,var(--surface-2) 30%,var(--surface) 50%,var(--surface-2) 70%);background-size:220% 100%;animation:shimmer 1.2s linear infinite}.skeleton-detail{min-height:560px}@keyframes shimmer{to{background-position-x:-220%}}.back-link{margin-bottom:26px;display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:600}.product-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.product-hero>.watch-visual{min-height:470px;border:1px solid var(--border);border-radius:20px}.product-copy h1{margin:10px 0 14px;font-size:clamp(42px,6vw,65px)}.brand-label{color:var(--primary);font-size:12px;font-weight:800}.rating{display:flex;align-items:center;gap:6px;color:var(--warning);font-size:12px}.rating span{margin-left:5px;color:var(--muted)}.rating svg{width:17px}.price{display:block;margin-top:24px;font-size:24px}.source-note{margin-top:17px;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:9px;line-height:1.5}.source-note svg{flex:0 0 auto;width:15px;color:var(--success)}.media-source-note{flex-wrap:wrap}.media-source-note a{display:inline-flex;align-items:center;gap:3px;color:var(--primary);font-weight:700}.media-source-note a svg{width:12px;color:currentColor}.detail-grid{margin-top:60px;display:grid;grid-template-columns:1fr 330px;gap:18px}.spec-card{padding:28px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.spec-card h2{margin-bottom:20px;font-size:21px}.spec-card>div{padding:14px 0;display:grid;grid-template-columns:150px 1fr;border-top:1px solid var(--border);font-size:12px}.spec-card span{color:var(--muted)}.seller-card{color:var(--text);border:1px solid var(--border);background:var(--surface);box-shadow:none}.seller-card>span{color:var(--primary);font-size:10px;font-weight:700}.seller-card h3{margin:10px 0;font-size:21px}.seller-card p{color:var(--muted);font-size:11px;line-height:1.6}.offer-card{padding:24px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.offer-heading{display:flex;align-items:center;justify-content:space-between}.offer-heading>span{display:flex;align-items:center;gap:6px;color:var(--primary);font-size:10px;font-weight:800}.offer-heading svg{width:15px}.offer-heading small{color:var(--muted);font-size:9px}.offer-card>h3{margin:12px 0 18px;font-size:20px;line-height:1.35}.offer-list{display:grid;gap:8px}.offer-row{padding:13px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2);transition:.18s ease}.offer-row:hover{border-color:var(--primary);transform:translateY(-1px)}.offer-row>div{min-width:0;display:grid;gap:5px}.offer-row span{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700}.offer-row em{padding:3px 5px;border-radius:5px;color:var(--success);background:color-mix(in srgb,var(--success) 12%,transparent);font-size:8px;font-style:normal}.offer-row small{overflow:hidden;color:var(--muted);font-size:8px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.offer-row strong{display:flex;align-items:center;gap:4px;color:var(--primary);font-size:12px;white-space:nowrap}.offer-row strong svg{width:13px}.affiliate-note{margin:14px 0 0;color:var(--muted);font-size:8px;line-height:1.55}.offer-skeleton{height:68px;border-radius:11px;background:linear-gradient(100deg,var(--surface-2) 20%,var(--surface-3) 45%,var(--surface-2) 70%);background-size:200% 100%;animation:skeleton 1.2s infinite}.korean-support-card{grid-column:1 / -1;padding:26px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.support-card-title{margin-bottom:20px;display:flex;align-items:center;gap:11px}.support-card-title>svg{width:38px;height:38px;padding:9px;border-radius:11px;color:var(--success);background:color-mix(in srgb,var(--success) 10%,var(--surface))}.support-card-title .eyebrow{margin-bottom:3px;font-size:8px}.support-card-title h2{margin:0;font-size:20px}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.support-grid>div{padding:14px;display:grid;gap:5px;border-radius:11px;background:var(--surface-2)}.support-grid span{color:var(--muted);font-size:9px}.support-grid b{font-size:12px}.korean-support-card>p{margin:0;color:var(--muted);font-size:11px}.provenance-card{margin-top:14px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.provenance-card>div{display:flex;align-items:center;gap:10px}.provenance-card>div>svg{width:34px;height:34px;padding:8px;border-radius:10px;color:var(--primary);background:var(--primary-soft)}.provenance-card span{display:grid;gap:3px}.provenance-card b{font-size:10px}.provenance-card small,.source-unavailable{color:var(--muted);font-size:8px}.related-posts-section{margin-top:70px}.related-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.active-product-filter{margin:12px 0 18px;padding:11px 14px;display:flex;align-items:center;justify-content:space-between;border-radius:10px;color:var(--muted);background:var(--primary-soft);font-size:10px}.active-product-filter b{color:var(--primary)}.active-product-filter button{border:0;color:var(--primary);background:transparent;font-size:9px;font-weight:700}.guides-page{width:min(1040px,calc(100% - 40px))}.guide-toolbar{padding:12px;display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.guide-card{min-height:250px;padding:24px;display:flex;flex-direction:column;position:relative;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--surface);transition:.18s ease}.guide-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow)}.guide-number{position:absolute;top:10px;right:18px;color:var(--primary-soft);font-size:64px;font-weight:800;line-height:1}.guide-category{width:fit-content;padding:5px 8px;position:relative;z-index:1;border-radius:7px;color:var(--primary);background:var(--primary-soft);font-size:9px;font-weight:800}.guide-card h2{max-width:86%;margin:26px 0 10px;position:relative;z-index:1;font-size:20px;line-height:1.4;letter-spacing:-.035em}.guide-card h2 a:hover{color:var(--primary)}.guide-card>p{color:var(--muted);font-size:11px;line-height:1.7}.guide-card footer{margin-top:auto;padding-top:18px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);color:var(--muted);font-size:9px}.guide-card footer span,.guide-card footer a{display:flex;align-items:center;gap:5px}.guide-card footer a{color:var(--primary);font-weight:700}.guide-card footer svg{width:13px}.guide-detail-page{width:min(800px,calc(100% - 40px))}.guide-detail-hero{padding:24px 0 42px;border-bottom:1px solid var(--border)}.guide-detail-hero h1{margin:20px 0 16px;font-size:clamp(38px,7vw,62px);line-height:1.12;letter-spacing:-.06em}.guide-detail-hero>p{max-width:680px;color:var(--muted);font-size:14px;line-height:1.8}.guide-detail-hero>div{display:flex;gap:16px;color:var(--muted);font-size:9px}.guide-detail-hero>div span{display:flex;align-items:center;gap:5px}.guide-detail-hero svg{width:13px}.guide-article>section{padding:36px 0;display:grid;grid-template-columns:45px 1fr;gap:15px;border-bottom:1px solid var(--border)}.guide-article>section>span{color:var(--primary);font-size:10px;font-weight:800}.guide-article h2{margin-bottom:14px;font-size:23px;letter-spacing:-.035em}.guide-article p{color:var(--muted);font-size:13px;line-height:1.9}.guide-article ul{margin:20px 0 0;padding:16px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;border-radius:12px;background:var(--surface-2);list-style:none}.guide-article li{display:flex;align-items:center;gap:7px;font-size:10px}.guide-article li svg{width:15px;color:var(--success)}.guide-caution{margin-top:28px;padding:18px;display:flex;align-items:start;gap:10px;border-radius:12px;color:var(--muted);background:var(--primary-soft)}.guide-caution svg{flex:0 0 auto;width:18px;color:var(--primary)}.guide-caution p{margin:0;font-size:10px;line-height:1.7}.next-guide-card{margin-top:40px;padding:22px;display:grid;grid-template-columns:1fr auto;gap:5px 15px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.next-guide-card span{color:var(--primary);font-size:8px;font-weight:800}.next-guide-card b{font-size:15px}.next-guide-card svg{grid-column:2;grid-row:1 / 3;align-self:center;color:var(--primary)}.comparison-wrap{overflow-x:auto;padding-bottom:10px}.comparison-table{min-width:740px;display:grid;grid-template-columns:130px repeat(var(--columns),minmax(190px,1fr));border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--surface)}.comparison-labels,.comparison-product{display:grid;grid-template-rows:235px repeat(8,52px);position:relative}.comparison-labels{background:var(--surface-2)}.comparison-labels>*,.comparison-product>*:not(.remove-button){padding:12px;display:flex;align-items:center;border-bottom:1px solid var(--border);font-size:11px}.comparison-labels>*{color:var(--muted)}.comparison-labels>b{align-items:end;color:var(--text)}.comparison-product{border-left:1px solid var(--border)}.comparison-head{padding:28px 12px 12px!important;display:grid!important;grid-template-rows:1fr auto;gap:8px}.comparison-head .watch-visual{min-height:145px;width:100%}.comparison-head a{font-size:12px;font-weight:700}.remove-button{width:30px;height:30px;padding:0;display:grid;place-items:center;position:absolute;top:10px;right:10px;z-index:4;border:0;border-radius:8px;color:var(--muted);background:var(--surface-2)}.remove-button svg{width:14px}.add-products{margin-top:35px}.add-products h2{margin-bottom:15px;font-size:22px}.add-products button{margin:0 7px 7px 0;display:inline-flex;align-items:center;gap:5px;color:var(--text)}.add-products svg{width:14px}.community-title{display:flex;align-items:end;justify-content:space-between;gap:20px}.community-toolbar{margin-bottom:20px;justify-content:space-between}.search-field.compact{min-width:220px}.trending-card{color:var(--text);border:1px solid var(--border);background:var(--surface);box-shadow:none}.trending-card h3{margin-bottom:17px;font-size:15px}.trending-card div{padding:12px 0;display:grid;grid-template-columns:30px 1fr;border-top:1px solid var(--border);font-size:11px}.trending-card b{color:var(--primary);font-size:10px}.mobile-nav{display:none}.snackbar{max-width:calc(100% - 30px);padding:12px 16px;position:fixed;bottom:22px;left:50%;z-index:100;transform:translate(-50%,100px);opacity:0;border-radius:9px;color:#fff;background:#28252d;box-shadow:0 12px 35px #00000038;font-size:11px;transition:.25s ease}.snackbar.show{transform:translate(-50%);opacity:1}.modal-backdrop{padding:20px;display:grid;place-items:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#110f168c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-card{width:min(430px,100%);max-height:calc(100vh - 40px);padding:30px;position:relative;overflow-y:auto;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 24px 70px #0c081c4d}.compose-card{width:min(610px,100%)}.compose-count{margin-top:-6px;display:flex;justify-content:space-between;color:var(--muted);font-size:8px}.post-image-field{display:grid;gap:10px}.post-image-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.post-image-heading b{font-size:10px}.post-image-heading span{color:var(--muted);font-size:8px}.post-image-previews{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.post-image-previews figure{position:relative;aspect-ratio:1;margin:0;overflow:hidden;border-radius:9px;background:var(--surface-2)}.post-image-previews img{width:100%;height:100%;object-fit:cover}.post-image-previews button{position:absolute;top:4px;right:4px;width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:#141418b8;cursor:pointer}.post-image-previews button svg{width:13px}.post-image-picker{min-height:72px;display:flex!important;align-items:center;justify-content:center;gap:7px!important;border:1px dashed var(--border);border-radius:10px;color:var(--primary)!important;background:var(--primary-soft);cursor:pointer}.post-image-picker svg{width:18px}.post-image-picker input{position:absolute;width:1px!important;height:1px;padding:0!important;opacity:0;pointer-events:none}.admin-catalog-dialog{width:min(760px,100%)}.modal-close{width:32px;height:32px;display:grid;place-items:center;position:absolute;top:16px;right:16px;border:0;border-radius:8px;color:var(--muted);background:var(--surface-2)}.modal-close svg{width:15px}.modal-icon{width:40px;height:40px;display:grid;place-items:center;margin-bottom:18px;border-radius:10px;color:var(--primary);background:var(--primary-soft)}.modal-card h2{margin-bottom:8px;font-size:25px;letter-spacing:-.04em}.modal-card>p{color:var(--muted);font-size:11px;line-height:1.6}.modal-card form{margin-top:20px;display:grid;gap:13px}.modal-card label{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:600}.modal-card input,.modal-card select,.modal-card textarea{width:100%;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:9px;outline:none;color:var(--text);background:var(--surface-2);font:12px Inter,Noto Sans KR,sans-serif}.modal-card textarea{min-height:140px;padding-block:11px;resize:vertical;line-height:1.6}.modal-card input:focus,.modal-card select:focus,.modal-card textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.modal-card form .button{width:100%;margin-top:3px}.demo-notice{margin-top:16px;padding:10px 12px;border-radius:8px;color:#70521d;background:#fff4d8;font-size:10px;line-height:1.5}.dark .demo-notice{color:#f2dca8;background:#3d321d}.demo-button{width:100%;margin-top:9px}.text-button{width:100%;margin-top:15px;border:0;color:var(--primary);background:transparent;font-size:10px;font-weight:700}.form-error{margin:0;color:var(--danger)!important;font-size:10px!important}.form-success{margin:0;padding:10px 12px;border-radius:8px;color:var(--success)!important;background:color-mix(in srgb,var(--success) 10%,var(--surface));font-size:10px!important;line-height:1.6}.auth-links{margin-top:7px;display:flex;justify-content:center}.auth-links .text-button{width:auto;margin-top:8px;padding:4px 8px}.auth-links .text-button+.text-button{position:relative}.auth-links .text-button+.text-button:before{margin-right:12px;color:var(--border);content:"·"}.auth-page{position:relative;min-height:calc(100vh - 72px);padding:64px 20px 96px;display:grid;place-items:start center;overflow:hidden;background:radial-gradient(circle at 50% 8%,color-mix(in srgb,var(--primary) 18%,transparent),transparent 38%),var(--background)}.auth-page-glow{position:absolute;top:-180px;width:520px;height:520px;border-radius:50%;background:var(--primary);filter:blur(150px);opacity:.09;pointer-events:none}.auth-panel{position:relative;z-index:1;width:min(100%,430px);padding:34px;border:1px solid var(--border);border-radius:26px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 28px 80px #140f2d1f}.auth-brand{margin-bottom:26px;display:flex;align-items:center;justify-content:center;gap:9px}.auth-brand span,.auth-lock{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--primary);font-weight:900}.auth-brand b{font-size:18px;letter-spacing:-.04em}.auth-lock{margin:0 auto 15px;width:46px;height:46px;background:var(--primary-soft);color:var(--primary)}.auth-lock svg{width:21px}.auth-panel h1{margin:0;text-align:center;font-size:31px;letter-spacing:-.05em}.auth-intro{margin:9px 0 25px;text-align:center;color:var(--muted);font-size:13px}.auth-intro a,.auth-policy a{color:var(--primary);font-weight:700}.social-auth{display:grid;gap:10px}.social-button{min-height:48px;display:flex;align-items:center;justify-content:center;gap:11px;border:1px solid var(--border);border-radius:13px;background:#fff;color:#1f2430;font-weight:750}.social-button span{font-size:19px;font-weight:900;color:#4285f4}.social-button svg{width:18px}.social-button.kakao{border-color:#fee500;background:#fee500;color:#191919}.social-button.naver{border-color:#03c75a;background:#03c75a;color:#fff}.social-button.naver span{color:#fff;font-family:Arial,sans-serif}.social-button:disabled{opacity:.55;cursor:wait}.auth-divider{margin:22px 0;display:flex;align-items:center;gap:12px;color:var(--muted);font-size:11px}.auth-divider:before,.auth-divider:after{height:1px;flex:1;background:var(--border);content:""}.auth-page-form{display:grid;gap:14px}.auth-page-form label{display:grid;gap:7px;color:var(--text-secondary);font-size:12px;font-weight:700}.auth-page-form input{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--border);border-radius:12px;background:var(--background);color:var(--text);outline:none}.auth-page-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.password-field{position:relative;display:block}.password-field input{padding-right:48px}.password-field button{position:absolute;top:50%;right:10px;width:34px;height:34px;display:grid;place-items:center;transform:translateY(-50%);color:var(--muted)}.password-field svg{width:18px}.auth-forgot{justify-self:end;margin-top:-5px;color:var(--primary);font-size:11px;font-weight:700}.auth-submit,.auth-demo{width:100%;min-height:48px}.auth-demo{margin-top:10px}.auth-back{width:100%;margin-top:18px;color:var(--primary);font-size:12px;font-weight:700}.auth-policy{margin:22px 0 0;text-align:center;color:var(--muted);font-size:10px;line-height:1.6}.modal-icon.danger{color:var(--danger);background:color-mix(in srgb,var(--danger) 12%,var(--surface))}.report-card textarea{min-height:100px}.character-count{margin-top:-9px;justify-self:end;color:var(--muted);font-size:9px}.button.danger-button{color:#fff;background:var(--danger)}.button.danger-button:hover{filter:brightness(.92)}.catalog-form-tabs{margin-top:18px;padding:5px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px;border-radius:11px;background:var(--surface-2)}.catalog-form-tabs button{min-height:40px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;color:var(--muted);background:transparent;font-size:10px;font-weight:700}.catalog-form-tabs button.active{color:var(--primary);background:var(--surface);box-shadow:0 2px 8px #1e18370f}.catalog-form-tabs svg{width:15px}.admin-catalog-form textarea{min-height:90px}.admin-catalog-form .check-label{display:flex;grid-template-columns:none;align-items:center;gap:8px;color:var(--text)}.admin-catalog-form .check-label input{width:17px;min-height:17px;margin:0;accent-color:var(--primary)}.catalog-helper{margin:-5px 0 0;color:var(--muted);font-size:9px;line-height:1.6}.password-reset-page{min-height:calc(100vh - 68px);display:grid;place-items:center}.password-reset-card{width:min(470px,100%);padding:36px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.password-reset-card h1{margin-bottom:12px;font-size:34px;letter-spacing:-.045em}.password-reset-card>p,.reset-invalid>p{color:var(--muted);font-size:11px;line-height:1.7}.password-reset-card>p{display:flex;align-items:center;gap:7px}.password-reset-card>p svg{flex:0 0 auto;width:16px;color:var(--success)}.password-reset-card form{margin-top:22px;display:grid;gap:13px}.password-reset-card label{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:700}.password-reset-card input{min-height:44px;padding:0 12px;outline:0;border:1px solid var(--border);border-radius:9px;color:var(--text);background:var(--surface-2);font:inherit}.password-reset-card input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.password-reset-card form .button{width:100%;margin-top:4px}.reset-invalid{padding-top:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sr-only{width:1px;height:1px;padding:0;position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.community-page .community-grid{grid-template-columns:minmax(0,1fr) 300px}.board-main{min-width:0}.board-notice{margin-bottom:14px;padding:13px 17px;display:flex;align-items:center;gap:14px;border:1px solid var(--primary-soft);border-radius:11px;color:var(--muted);background:color-mix(in srgb,var(--primary-soft) 46%,var(--surface));font-size:11px}.board-notice b{flex:0 0 auto;color:var(--primary)}.board-tabs button{display:inline-flex;align-items:center;gap:6px}.board-tabs button span{font-size:8px;opacity:.7}.board-result-bar{min-height:48px;padding:0 4px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.board-result-bar b{color:var(--primary)}.board-result-bar label{display:flex;align-items:center;gap:5px}.board-result-bar label>svg{width:14px}.board-result-bar select{padding:7px 26px 7px 8px;border:0;outline:0;color:var(--text);background:transparent;font:inherit;font-size:10px;font-weight:700}.board-list-header{min-height:38px;padding:0 15px;display:grid;grid-template-columns:64px minmax(0,1fr) 100px 55px 80px;align-items:center;gap:12px;border-block:1px solid var(--border);color:var(--muted);background:var(--surface-2);text-align:center;font-size:9px;font-weight:700}.community-page .post-list{display:grid;gap:0}.post-card.board-row{min-height:102px;padding:16px 15px;display:grid;grid-template-columns:64px minmax(0,1fr) 100px 55px 80px;align-items:center;gap:12px;border:0;border-bottom:1px solid var(--border);border-radius:0;background:var(--surface)}.post-card.board-row:hover{background:color-mix(in srgb,var(--primary-soft) 18%,var(--surface))}.post-card.board-row .post-label{justify-self:center}.post-card .board-post-copy{min-width:0}.post-card .board-post-copy h3{margin:0 0 5px;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.post-card .board-post-copy p{min-height:0;margin:0 0 6px;overflow:hidden;color:var(--muted);font-size:10px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.board-post-copy small{color:var(--muted);font-size:8px}.board-author{min-width:0;display:flex;align-items:center;gap:7px}.board-author .user-avatar{width:28px;height:28px;flex:0 0 auto;font-size:9px}.board-author b{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.board-stat,.post-card.board-row footer{display:flex;align-items:center;justify-content:center;gap:4px;color:var(--muted);font-size:9px}.post-card.board-row footer{gap:9px}.post-card.board-row footer span{display:flex;align-items:center;gap:3px}.board-stat svg,.post-card.board-row footer svg{width:13px}.board-empty{padding:70px 20px;display:grid;justify-items:center;text-align:center;border-bottom:1px solid var(--border);background:var(--surface)}.board-empty>svg{width:34px;height:34px;color:var(--muted)}.board-empty h2{margin:15px 0 7px;font-size:18px}.board-empty p{margin:0 0 20px;color:var(--muted);font-size:11px}.board-row-skeleton{height:102px;border-bottom:1px solid var(--border);background:linear-gradient(100deg,var(--surface) 25%,var(--surface-2) 45%,var(--surface) 70%);background-size:200% 100%;animation:shimmer 1.2s linear infinite}.board-error{padding:26px 18px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--danger);background:color-mix(in srgb,var(--danger) 7%,var(--surface));font-size:11px}.board-error button{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:1px solid color-mix(in srgb,var(--danger) 25%,var(--border));border-radius:8px;color:var(--danger);background:var(--surface);font-size:9px;font-weight:700}.board-error svg{width:13px}.board-pagination{margin-top:24px;display:flex;justify-content:center;gap:5px}.board-pagination button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;color:var(--muted);background:var(--surface);font-size:10px;font-weight:700}.board-pagination button.active{color:#fff;border-color:var(--primary);background:var(--primary)}.board-pagination button:disabled{opacity:.35;cursor:default}.board-pagination svg{width:14px}.community-page .trending-card{position:sticky;top:86px}.community-page .trending-card>a{padding:13px 0;display:grid;grid-template-columns:28px minmax(0,1fr);gap:7px;border-top:1px solid var(--border)}.community-page .trending-card>a:hover strong{color:var(--primary)}.community-page .trending-card>a b{padding-top:2px}.community-page .trending-card>a span{min-width:0;display:grid;gap:4px}.community-page .trending-card>a strong{overflow:hidden;font-size:10px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.community-page .trending-card>a small{color:var(--muted);font-size:8px}@media(min-width:901px){.page .product-grid{grid-template-columns:repeat(4,1fr)}.page .product-card .watch-visual{min-height:180px}}@media(max-width:900px){body{padding-bottom:68px}.topbar{height:60px;padding-inline:16px}.desktop-nav{display:none}.shell{width:min(100% - 32px,680px)}.hero{min-height:0;padding-block:48px 65px;grid-template-columns:1fr;gap:38px}.hero h1,.page-title h1,.product-copy h1{font-size:46px}.hero-card{min-height:400px}.watch-visual.large{min-height:370px}.large .watch-device{width:150px;height:150px}.product-grid{grid-template-columns:88% 88% 88%;overflow-x:auto;scroll-snap-type:x mandatory}.loading-grid{grid-template-columns:1fr}.product-card{scroll-snap-align:start}.benefit-grid{grid-template-columns:1fr}.benefit-grid>div{border-right:0;border-bottom:1px solid #39363f}.community-grid,.detail-grid,.community-page .community-grid{grid-template-columns:1fr}.community-page .trending-card{position:static}.related-post-grid{grid-template-columns:1fr}.guide-toolbar{align-items:stretch;flex-direction:column}.page{padding-block:50px 80px}.filter-panel{align-items:stretch;flex-direction:column}.search-field{min-width:0}.filter-button{margin:0;align-self:flex-start}.advanced-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.reset-filter-button{justify-self:start}.product-hero{grid-template-columns:1fr;gap:35px}.product-hero>.watch-visual{min-height:360px}.mobile-nav{height:64px;display:grid;grid-template-columns:repeat(5,1fr);position:fixed;right:0;bottom:0;left:0;z-index:60;border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-nav.admin-mobile-nav{grid-template-columns:repeat(6,1fr)}.mobile-nav a,.mobile-nav button{padding:7px 2px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;color:var(--muted);background:transparent;font-size:8px}.mobile-nav a.active{color:var(--primary)}.mobile-nav svg{width:19px;height:19px}.snackbar{bottom:78px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:560px){.shell{width:calc(100% - 28px)}.brand>span:last-child{display:none}.profile-button b,.profile-button>svg{display:none}.profile-button{width:38px;padding:4px}.profile-button>span{width:28px}.top-actions .icon-button:first-child{display:grid}.hero h1,.page-title h1,.product-copy h1{font-size:40px}.hero-copy>p,.page-title p,.product-copy>p{font-size:14px}.button-row{display:grid;grid-template-columns:1fr}.stats{gap:16px;justify-content:space-between}.stats div{padding-right:16px}.hero-card{min-height:355px}.watch-visual.large{min-height:330px}.floating-metric{transform:scale(.88)}.metric-one{top:54px;left:6px}.metric-two{right:5px;bottom:58px}.section{padding-block:64px}.section-heading{align-items:start}.section-heading>a{display:none}.section-heading h2{font-size:31px}.product-grid{grid-template-columns:92% 92% 92%}.page .product-grid{grid-template-columns:1fr;overflow:visible}.products-page .product-carousel{width:calc(100% + 14px);margin-right:-14px;padding:2px 14px 14px 0;display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:124px;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none}.products-page .product-carousel::-webkit-scrollbar{display:none}.products-page .product-carousel .product-card{min-width:0;padding:0;scroll-snap-align:start;border:0;border-radius:0;background:transparent;box-shadow:none}.products-page .product-carousel .watch-visual{min-height:112px;aspect-ratio:1;border-radius:22px}.products-page .product-carousel .watch-visual.has-product-image{padding:10px}.products-page .product-carousel .watch-device{width:58px;height:58px;border-width:4px}.products-page .product-carousel .watch-device:before,.products-page .product-carousel .watch-device:after{height:42px}.products-page .product-carousel .watch-device span{font-size:12px}.products-page .product-carousel .watch-device i{width:20px;bottom:13px}.products-page .product-carousel .badge{top:7px;left:7px;padding:4px 6px;font-size:8px}.products-page .product-carousel .product-meta{margin-top:9px}.products-page .product-carousel .product-meta span:first-child{font-size:9px}.products-page .product-carousel .product-meta span:last-child,.products-page .product-carousel>.product-card>p,.products-page .product-carousel .tag-row,.products-page .product-carousel .card-actions,.products-page .product-carousel .card-footer small{display:none}.products-page .product-carousel .product-card h3{min-height:34px;margin:4px 0 3px;display:-webkit-box;overflow:hidden;font-size:13px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.products-page .product-carousel .card-footer{margin:0;padding:0;display:block;border:0}.products-page .product-carousel .card-footer strong{font-size:12px}.community-title{align-items:start;flex-direction:column}.community-title .button{width:100%}.community-toolbar{align-items:stretch;flex-direction:column}.search-field.compact{min-width:0}.board-notice{align-items:flex-start;flex-direction:column;gap:5px}.board-list-header{display:none}.post-card.board-row{min-height:0;padding:17px 4px;grid-template-columns:auto minmax(0,1fr) auto;gap:7px 9px}.post-card.board-row .post-label{grid-column:1;grid-row:1;align-self:start}.post-card .board-post-copy{grid-column:2 / -1;grid-row:1}.post-card .board-post-copy h3{white-space:normal;line-height:1.45}.post-card .board-post-copy p{display:none}.board-author{grid-column:2;grid-row:2}.board-author .user-avatar{display:none}.board-stat{grid-column:3;grid-row:2}.post-card.board-row footer{grid-column:1;grid-row:2;justify-content:flex-start}.board-result-bar{padding-inline:0}.community-page .trending-card,.result-line span{display:none}.advanced-filters{grid-template-columns:1fr;padding:15px}.spec-card>div{grid-template-columns:110px 1fr}.offer-card{padding:20px}.offer-row{grid-template-columns:1fr}.offer-row strong{justify-content:space-between}.provenance-card{align-items:stretch;flex-direction:column}.provenance-card .button{width:100%}.comparison-table{min-width:620px}.modal-backdrop{padding:12px;align-items:end}.modal-card{max-height:calc(100vh - 24px);padding:25px 20px;border-radius:16px 16px 0 0}.form-grid{grid-template-columns:1fr}.my-page{width:calc(100% - 28px)}.my-hero{padding:22px;grid-template-columns:52px 1fr}.my-avatar{width:52px;height:52px;border-radius:14px}.my-hero .button{grid-column:1 / -1;width:100%}.my-summary{grid-template-columns:1fr;margin-bottom:42px}.my-notification-link{margin-top:-26px}.notifications-title{align-items:stretch;flex-direction:column}.notifications-title .button{width:100%}.notification-item{grid-template-columns:40px minmax(0,1fr) 8px;padding:14px}.account-settings{padding:21px 17px}.profile-form{grid-template-columns:1fr}.profile-form-footer{grid-column:auto;align-items:stretch;flex-direction:column}.profile-form-footer .button{width:100%}.account-security,.account-danger{align-items:stretch;flex-direction:column}.account-security .button,.account-danger .button{width:100%}.section-heading.my-heading{align-items:center}.section-heading.my-heading>a{display:inline-flex}.post-actions{flex-wrap:wrap}.post-actions .report-action{margin-left:0}.global-search-page{width:calc(100% - 28px)}.global-search-form{grid-template-columns:auto 1fr;padding:8px 14px}.global-search-form .button{grid-column:1 / -1;width:100%}.search-result-row,.post-result-row{grid-template-columns:42px minmax(0,1fr) 16px;padding:14px}.search-result-icon{width:42px;height:42px}.search-result-row>strong,.result-reactions{grid-column:2 / -1;justify-self:start}.search-result-row>svg{grid-column:3;grid-row:1}.guides-page,.guide-detail-page{width:calc(100% - 28px)}.guide-grid{grid-template-columns:1fr}.guide-article>section{grid-template-columns:30px 1fr;gap:6px}.guide-article ul{grid-template-columns:1fr}.info-page{width:calc(100% - 28px)}.info-content article{grid-template-columns:32px 1fr;gap:8px}.site-footer{padding:40px 0 24px}.footer-grid{gap:32px 20px}.footer-bottom{align-items:start;flex-direction:column}.admin-page{width:calc(100% - 28px)}.admin-title{align-items:stretch;flex-direction:column}.admin-title .button{width:100%}.admin-metrics{grid-template-columns:1fr}.report-row-head{align-items:start;flex-direction:column}.admin-actions{display:grid;grid-template-columns:1fr}.admin-actions button{justify-content:center}.admin-product-row{grid-template-columns:1fr auto}.admin-product-row .button{grid-column:1 / -1;width:100%}.admin-catalog-toolbar{align-items:stretch;flex-direction:column}.admin-catalog-toolbar .button{width:100%}.catalog-form-tabs{grid-template-columns:1fr}.password-reset-card{padding:26px 20px}.auth-links{align-items:center;flex-direction:column}.auth-links .text-button+.text-button:before{display:none}.auth-page{min-height:calc(100vh - 62px);padding:28px 14px 90px}.auth-panel{padding:27px 20px;border-radius:20px}}
