@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{--background:#090d13;--background-elevated:#0c121a;--surface:#101720;--surface-secondary:#141d28;--border:#25303d;--border-subtle:#18222e;--text-primary:#f3f6f8;--text-secondary:#99a6b5;--text-muted:#647181;--accent:#79e5c3;--accent-soft:#79e5c31f;--positive:#79e5c3;--negative:#ff7f86;--font-sans:"Inter", "Noto Sans KR", sans-serif;--container:1180px;--header-height:76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);min-width:320px;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0}body.menu-open{overflow:hidden}button,a{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}h1,h2,h3,p{margin:0}.site-shell{min-height:100vh;overflow:hidden}main{min-height:70vh}.page-container{width:min(var(--container), calc(100% - 48px));margin-inline:auto}.section{padding:112px 0;position:relative}.eyebrow{letter-spacing:.16em;color:var(--text-muted);text-transform:uppercase;font-size:11px;font-weight:700}.accent-text{color:var(--accent)}.site-header{height:var(--header-height);z-index:50;border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#090d13f0;position:relative}.header-inner{grid-template-columns:118px 1fr 230px;align-items:center;height:100%;display:grid}.brand{align-items:center;gap:11px;width:fit-content;display:inline-flex}.brand-mark{border:1px solid var(--border);align-items:flex-end;gap:3px;width:25px;height:25px;padding:4px;display:flex;transform:rotate(45deg)}.brand-mark i{background:var(--accent);transform-origin:bottom;width:3px;display:block;transform:rotate(-45deg)}.brand-mark i:first-child{height:6px}.brand-mark i:nth-child(2){height:12px}.brand-mark i:nth-child(3){height:8px}.brand-text{letter-spacing:-.04em;font-weight:700}.desktop-nav{justify-self:center;align-items:stretch;gap:clamp(16px,2vw,30px);height:100%;display:flex}.nav-link{color:var(--text-secondary);align-items:center;font-size:14px;font-weight:500;transition:color .2s;display:flex;position:relative}.nav-link:hover,.nav-link.is-active{color:var(--text-primary)}.nav-link:after{content:"";background:var(--accent);height:2px;transition:transform .2s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.nav-link.is-active:after{transform:scaleX(1)}.nav-link.is-emphasis{min-height:36px;color:var(--accent);border:1px solid #79e5c359;align-self:center;padding:0 12px}.nav-link.is-emphasis:after{display:none}.nav-link.is-emphasis.is-active{background:var(--accent-soft);border-color:var(--accent)}.header-actions{justify-self:end;align-items:center;gap:7px;display:flex}.header-actions button{min-height:36px;color:var(--text-secondary);cursor:default;opacity:1;background:0 0;border:1px solid #0000;padding:0 11px;font-size:11px;font-weight:600}.header-actions .header-signup{border-color:var(--border);color:var(--text-primary)}.menu-toggle{cursor:pointer;background:0 0;border:0;justify-content:flex-end;align-items:center;gap:14px;min-width:48px;min-height:48px;display:none}.menu-label{letter-spacing:.16em;font-size:10px;font-weight:700}.menu-icon{width:22px;height:12px;display:block;position:relative}.menu-icon i{background:currentColor;width:100%;height:1px;transition:transform .2s,top .2s;position:absolute;left:0}.menu-icon i:first-child{top:2px}.menu-icon i:last-child{top:10px}.menu-icon.is-open i:first-child{top:6px;transform:rotate(45deg)}.menu-icon.is-open i:last-child{top:6px;transform:rotate(-45deg)}.mobile-panel{display:none}.hero-section{min-height:calc(100vh - var(--header-height));border-bottom:1px solid var(--border-subtle);background:radial-gradient(circle at 75% 45%,#79e5c30f,#0000 30%),linear-gradient(90deg,#0000 49.9%,#ffffff06 50%);padding:28px 0 0}.hero-meta{border-bottom:1px solid var(--border-subtle);height:50px;color:var(--text-muted);letter-spacing:.14em;justify-content:space-between;align-items:center;font-size:9px;font-weight:600;display:flex}.hero-layout{grid-template-columns:1.05fr .95fr;align-items:center;min-height:610px;display:grid}.hero-copy{z-index:2;position:relative}.hero-copy h1{letter-spacing:-.075em;margin:22px 0 24px;font-size:clamp(55px,6.5vw,96px);font-weight:600;line-height:.98}.hero-copy h1 em{color:var(--accent);font-style:normal;font-weight:400}.hero-copy p{max-width:570px;color:var(--text-secondary);word-break:keep-all;font-size:16px;line-height:1.85}.hero-actions{gap:12px;margin-top:38px;display:flex}.button{border:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;gap:28px;min-height:50px;padding:0 19px;font-size:13px;font-weight:600;transition:border-color .2s,background .2s;display:inline-flex}.button-primary{background:var(--accent);color:#07110e;border-color:var(--accent)}.button-secondary{color:var(--text-primary);background:0 0}.button-secondary:hover{background:var(--surface);border-color:var(--text-muted)}.hero-visual{place-items:center;height:540px;display:grid;position:relative}.radar-orbit{border:1px solid #79e5c32e;border-radius:50%;position:absolute}.orbit-one{width:180px;height:180px}.orbit-two{width:330px;height:330px}.orbit-three{width:480px;height:480px}.radar-line{border-top:1px solid var(--accent);transform-origin:bottom;opacity:.4;width:240px;height:240px;position:absolute;transform:translateY(-120px)rotate(34deg)}.radar-core{z-index:2;background:var(--accent);color:#07110e;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:118px;height:118px;display:flex;position:relative;box-shadow:0 0 80px #79e5c31f}.radar-core span{letter-spacing:.18em;font-size:8px}.radar-core strong{letter-spacing:-.04em;margin-top:4px;font-size:18px}.coordinate{color:var(--text-muted);letter-spacing:.1em;font-size:9px;position:absolute}.c-one{top:20%;right:12%}.c-two{bottom:21%;left:12%}.hero-index{border-top:1px solid var(--border-subtle);height:70px;color:var(--text-muted);letter-spacing:.08em;align-items:center;gap:38px;font-size:10px;display:flex}.section-header{grid-template-columns:33% 1fr;margin-bottom:44px;display:grid}.section-label{color:var(--text-muted);letter-spacing:.14em;align-items:flex-start;gap:20px;font-size:10px;font-weight:600;display:flex}.section-label span:first-child{color:var(--accent)}.section-heading-copy h2{letter-spacing:-.055em;font-size:clamp(35px,4vw,58px);font-weight:600}.section-heading-copy p{max-width:560px;color:var(--text-secondary);word-break:keep-all;margin-top:16px;line-height:1.75}.preview-section{border-bottom:1px solid var(--border-subtle)}.card{background:var(--surface);border:1px solid var(--border)}.preview-card{grid-template-columns:1.45fr .55fr;min-height:410px;display:grid}.preview-card-body{border-left:1px solid var(--border);flex-direction:column;justify-content:flex-end;padding:42px;display:flex}.preview-card-body p{color:var(--text-secondary);margin:26px 0 28px;font-size:14px;line-height:1.8}.meta-list{flex-wrap:wrap;gap:8px;display:flex}.meta-list span{border:1px solid var(--border);color:var(--text-muted);letter-spacing:.12em;padding:7px 9px;font-size:9px;font-weight:600}.visual-placeholder{background:var(--background-elevated);place-items:center;min-height:300px;display:grid;position:relative;overflow:hidden}.visual-placeholder>span{z-index:2;border:1px solid var(--border);color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;background:#090d13cc;padding:9px 12px;font-size:10px;font-weight:600}.visual-grid{opacity:.35;background-image:linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px);background-size:42px 42px;position:absolute;inset:0}.visual-axis{background:var(--border);position:absolute}.visual-axis-x{height:1px;bottom:20%;left:8%;right:8%}.visual-axis-y{width:1px;top:10%;bottom:12%;left:15%}.visual-bars{opacity:.7;justify-content:space-around;align-items:flex-end;gap:5%;height:60%;display:flex;position:absolute;bottom:20%;left:18%;right:10%}.visual-bars i{border-top:1px solid var(--accent);background:linear-gradient(#79e5c32e,#79e5c305);width:8%}.visual-bars i:first-child{height:22%}.visual-bars i:nth-child(2){height:47%}.visual-bars i:nth-child(3){height:35%}.visual-bars i:nth-child(4){height:72%}.visual-bars i:nth-child(5){height:55%}.visual-bars i:nth-child(6){height:88%}.cta-section{background:var(--accent);color:#07110e;padding:90px 0}.cta-panel{grid-template-columns:.65fr 1fr auto;align-items:center;gap:24px;display:grid}.cta-panel .eyebrow{color:#07110e94}.cta-panel h2{letter-spacing:-.06em;font-size:clamp(38px,4vw,60px);line-height:1.05}.cta-panel .button-secondary{color:#07110e;border-color:#07110e59}.page-hero{border-bottom:1px solid var(--border-subtle);grid-template-columns:33% 1fr;align-items:center;min-height:410px;display:grid}.page-hero-index{color:var(--text-muted);letter-spacing:.15em;align-self:end;padding-bottom:54px;font-size:10px}.page-hero h1{letter-spacing:-.075em;margin:18px 0 24px;font-size:clamp(60px,8vw,110px);line-height:.95}.page-hero p{max-width:590px;color:var(--text-secondary);word-break:keep-all;line-height:1.75}.profile-section,.detail-section,.reviews-section,.product-preview-section,.feature-section{border-bottom:1px solid var(--border-subtle)}.profile-grid{grid-template-columns:1fr 1fr;min-height:440px;display:grid}.profile-copy{border-left:0;flex-direction:column;justify-content:center;gap:40px;padding:50px;display:flex}.skeleton-lines{flex-direction:column;gap:15px;display:flex}.skeleton-lines i{background:var(--border);height:8px;display:block}.skeleton-lines i:nth-child(2){width:86%}.skeleton-lines i:nth-child(3){width:70%}.skeleton-lines i:nth-child(4){width:42%}.detail-grid{grid-template-columns:repeat(3,1fr);display:grid}.outline-card{background:0 0;border-right:0;flex-direction:column;justify-content:space-between;min-height:240px;padding:32px;display:flex}.outline-card:last-child{border-right:1px solid var(--border)}.outline-card>span{color:var(--accent);font-size:11px}.review-tabs{border:1px solid var(--border);grid-template-columns:1fr 1fr;margin-bottom:34px;display:grid}.review-tabs button{min-height:76px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0 24px;font-weight:600;display:flex}.review-tabs button+button{border-left:1px solid var(--border)}.review-tabs button span{letter-spacing:.15em;color:var(--text-muted);font-size:9px}.review-tabs button[aria-selected=true]{background:var(--accent);color:#07110e}.review-tabs button[aria-selected=true] span{color:#07110e8c}.review-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.review-card{overflow:hidden}.visual-placeholder.is-compact{border-bottom:1px solid var(--border);min-height:220px}.review-card-body{padding:26px}.review-card-body h3{margin:13px 0 6px;font-size:18px}.review-card-body p,.review-card-body time{color:var(--text-muted);font-size:11px}.review-card-body time{letter-spacing:.08em;margin-top:30px;display:block}.daily-content-section{border-bottom:1px solid var(--border-subtle)}.daily-date-row{border:1px solid var(--border);color:var(--text-muted);letter-spacing:.14em;justify-content:space-between;margin-bottom:18px;padding:17px 20px;font-size:9px;font-weight:600;display:flex}.picks-list{flex-direction:column;gap:14px;display:flex}.pick-card{grid-template-columns:76px 330px 1fr;min-height:250px;display:grid;overflow:hidden}.pick-number{color:var(--accent);border-right:1px solid var(--border);justify-content:center;align-items:flex-start;padding-top:30px;font-size:11px;display:flex}.pick-card .visual-placeholder{border-right:1px solid var(--border)}.pick-content{flex-direction:column;padding:30px;display:flex}.pick-title-row{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-start;padding-bottom:25px;display:flex}.pick-title-row div{flex-direction:column;gap:7px;display:flex}.pick-title-row div span,.pick-title-row>span{color:var(--text-muted);letter-spacing:.12em;font-size:9px}.pick-title-row strong{font-size:20px}.pick-data-grid{grid-template-columns:1fr 1fr .75fr;gap:28px;padding:25px 0;display:grid}.pick-data-grid>div{flex-direction:column;gap:8px;display:flex}.pick-data-grid span{color:var(--text-muted);margin-bottom:3px;font-size:9px}.pick-data-grid i{background:var(--border);width:100%;height:6px;display:block}.pick-data-grid i:last-child{width:72%}.pick-content time{color:var(--text-muted);letter-spacing:.12em;margin-top:auto;font-size:8px}.brief-tabs{border:1px solid var(--border);grid-template-columns:repeat(3,1fr);margin-bottom:22px;display:grid}.brief-tabs button{border:0;border-right:1px solid var(--border);min-height:78px;color:var(--text-secondary);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:0 22px;font-weight:600;display:flex}.brief-tabs button:last-child{border-right:0}.brief-tabs button em{color:var(--text-muted);letter-spacing:.15em;font-size:8px;font-style:normal}.brief-tabs button[aria-selected=true]{background:var(--accent);color:#07110e}.brief-tabs button[aria-selected=true] em{color:#07110e8c}.content-access-row{color:var(--text-muted);letter-spacing:.13em;justify-content:flex-end;gap:18px;margin-bottom:14px;font-size:8px;display:flex}.content-access-row span:last-child{color:var(--accent)}.brief-layout{grid-template-columns:1.45fr .55fr;gap:18px;display:grid}.brief-featured-card{overflow:hidden}.brief-featured-card .visual-placeholder{border-bottom:1px solid var(--border);min-height:390px}.brief-featured-copy{padding:34px}.brief-meta{color:var(--text-muted);letter-spacing:.1em;justify-content:space-between;font-size:9px;display:flex}.brief-meta span{color:var(--accent)}.brief-featured-copy h2{letter-spacing:-.04em;margin:24px 0 32px;font-size:clamp(26px,3vw,42px)}.brief-aside{grid-template-rows:1fr 1fr;gap:18px;display:grid}.brief-aside .card{padding:28px}.numbered-placeholder{grid-template-columns:25px 1fr;align-items:center;gap:15px 12px;margin-top:34px;display:grid}.numbered-placeholder span{color:var(--accent);font-size:9px}.numbered-placeholder i{background:var(--border);height:6px}.tag-placeholders{flex-wrap:wrap;gap:7px;margin-top:32px;display:flex}.tag-placeholders span{border:1px solid var(--border);color:var(--text-muted);letter-spacing:.08em;padding:8px;font-size:8px}.brief-archive-heading{color:var(--text-muted);letter-spacing:.13em;justify-content:space-between;margin:70px 0 18px;font-size:9px;display:flex}.brief-archive-grid{grid-template-columns:repeat(3,1fr);display:grid}.brief-archive-card{background:0 0;border-right:0;flex-direction:column;min-height:210px;padding:28px;display:flex}.brief-archive-card:last-child{border-right:1px solid var(--border)}.brief-archive-card>span{color:var(--accent);font-size:9px}.brief-archive-card strong{margin-top:45px;font-size:12px}.brief-archive-card p{color:var(--text-secondary);margin-top:8px}.brief-archive-card time{color:var(--text-muted);letter-spacing:.1em;margin-top:auto;font-size:8px}.product-frame{border:1px solid var(--border);background:var(--surface);padding:10px}.product-frame-top{align-items:center;gap:6px;height:34px;padding:0 8px;display:flex}.product-frame-top span{border:1px solid var(--text-muted);border-radius:50%;width:6px;height:6px}.product-frame-top em{color:var(--text-muted);letter-spacing:.14em;margin-left:auto;font-size:8px;font-style:normal}.product-frame .visual-placeholder{border:1px solid var(--border-subtle);min-height:540px}.feature-grid{grid-template-columns:repeat(4,1fr);display:grid}.feature-card{background:0 0;border-right:0;min-height:300px;padding:30px}.feature-card:last-child{border-right:1px solid var(--border)}.feature-card>span{color:var(--accent);font-size:10px}.feature-icon{border:1px solid var(--border);width:52px;height:52px;margin:56px 0 36px;position:relative}.feature-icon:before,.feature-icon:after{content:"";background:var(--accent);position:absolute}.feature-icon:before{width:20px;height:1px;top:25px;left:15px}.feature-icon:after{width:1px;height:20px;top:15px;left:25px}.feature-card h3{letter-spacing:.03em;font-size:14px}.feature-card p{color:var(--text-muted);margin-top:8px;font-size:11px}.not-found{flex-direction:column;justify-content:center;align-items:flex-start;gap:28px;min-height:70vh;display:flex}.not-found h1{letter-spacing:-.06em;font-size:clamp(38px,7vw,80px)}.site-footer{border-top:1px solid var(--border-subtle);background:#070a0f;padding:76px 0 28px}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:50px;display:grid}.footer-brand p{max-width:310px;color:var(--text-muted);margin-top:28px;font-size:12px;line-height:1.8}.footer-column{color:var(--text-muted);flex-direction:column;gap:14px;font-size:12px;display:flex}.footer-column strong{color:var(--text-primary);letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px;font-size:10px}.footer-column a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border-subtle);color:var(--text-muted);letter-spacing:.1em;justify-content:space-between;margin-top:70px;padding-top:24px;font-size:9px;display:flex}@media (width<=900px){.page-container{width:min(var(--container), calc(100% - 36px))}.header-inner{grid-template-columns:1fr auto}.desktop-nav,.header-actions{display:none}.menu-toggle{display:flex}.mobile-panel{top:var(--header-height);height:calc(100vh - var(--header-height));background:var(--background);border-bottom:1px solid var(--border);flex-direction:column;justify-content:space-between;padding:28px 18px 32px;display:flex;position:absolute;left:0;right:0}.mobile-panel nav{flex-direction:column;display:flex}.mobile-nav-link{border-bottom:1px solid var(--border-subtle);min-height:68px;color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:20px;font-weight:600;display:flex}.mobile-nav-link.is-active,.mobile-nav-link.is-emphasis{color:var(--accent)}.mobile-auth-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.mobile-auth-actions button{border:1px solid var(--border);min-height:50px;color:var(--text-secondary);opacity:1;background:0 0}.mobile-auth-actions button:last-child{background:var(--accent);border-color:var(--accent);color:#07110e;font-weight:700}.section{padding:86px 0}.hero-layout{grid-template-columns:1fr;min-height:650px}.hero-copy{padding-top:86px}.hero-visual{opacity:.6;width:500px;position:absolute;bottom:20px;right:-120px}.hero-copy p{max-width:490px}.hero-index{z-index:2;position:relative}.section-header,.page-hero{grid-template-columns:1fr}.section-label{margin-bottom:28px}.page-hero{padding-top:80px}.page-hero-index{order:2;align-self:auto;padding:54px 0 0}.preview-card{grid-template-columns:1fr}.preview-card-body{border-left:0;border-top:1px solid var(--border)}.profile-grid{grid-template-columns:1fr}.profile-copy{border-left:1px solid var(--border);border-top:0}.review-grid,.feature-grid{grid-template-columns:1fr 1fr}.feature-card:nth-child(2){border-right:1px solid var(--border)}.feature-card:nth-child(n+3){border-top:0}.pick-card{grid-template-columns:60px 250px 1fr}.pick-data-grid{grid-template-columns:1fr 1fr}.pick-data-grid>div:last-child{display:none}.brief-layout{grid-template-columns:1fr}.brief-aside{grid-template-rows:auto;grid-template-columns:1fr 1fr}.cta-panel{grid-template-columns:1fr auto}.cta-panel>.eyebrow{grid-column:1/-1}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-column:last-child{display:none}}@media (width<=600px){:root{--header-height:68px}.page-container{width:calc(100% - 28px)}.section{padding:68px 0}.hero-section{padding-top:10px}.hero-meta span:last-child{display:none}.hero-layout{min-height:610px}.hero-copy{padding-top:50px}.hero-copy h1{margin-top:18px;font-size:52px}.hero-copy p{font-size:14px}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.hero-visual{width:340px;height:340px;bottom:50px;right:-150px}.orbit-one{width:110px;height:110px}.orbit-two{width:220px;height:220px}.orbit-three{width:330px;height:330px}.radar-core{width:84px;height:84px}.radar-line{width:160px;height:160px;transform:translateY(-80px)rotate(34deg)}.coordinate{display:none}.hero-index{justify-content:space-between;gap:10px;font-size:8px}.section-heading-copy h2{font-size:38px}.preview-card-body{padding:28px}.visual-placeholder{min-height:250px}.cta-panel{grid-template-columns:1fr}.cta-panel h2{font-size:42px}.cta-panel .button{margin-top:12px}.page-hero{min-height:380px;padding-top:55px}.page-hero h1{font-size:57px}.page-hero p{font-size:14px}.profile-copy{min-height:330px;padding:30px}.detail-grid{grid-template-columns:1fr}.outline-card{border-right:1px solid var(--border);border-bottom:0;min-height:170px}.outline-card:last-child{border-bottom:1px solid var(--border)}.review-tabs{grid-template-columns:1fr}.review-tabs button+button{border-left:0;border-top:1px solid var(--border)}.review-grid{grid-template-columns:1fr}.pick-card{grid-template-columns:46px 1fr}.pick-card .visual-placeholder{border-right:0;border-bottom:1px solid var(--border);grid-column:2}.pick-number{grid-row:1/span 2}.pick-content{grid-column:2;padding:24px}.pick-data-grid{grid-template-columns:1fr}.pick-data-grid>div:nth-child(2){display:none}.brief-tabs{grid-template-columns:1fr}.brief-tabs button{border-right:0;border-bottom:1px solid var(--border)}.brief-tabs button:last-child{border-bottom:0}.brief-aside,.brief-archive-grid{grid-template-columns:1fr}.brief-archive-card{border-right:1px solid var(--border);border-bottom:0}.brief-archive-card:last-child{border-bottom:1px solid var(--border)}.product-frame .visual-placeholder{min-height:360px}.product-frame-top em{white-space:nowrap;max-width:165px;overflow:hidden}.feature-grid{grid-template-columns:1fr}.feature-card,.feature-card:nth-child(2),.feature-card:last-child{border-right:1px solid var(--border);border-bottom:0}.feature-card:last-child{border-bottom:1px solid var(--border)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-column:nth-child(3){display:none}.footer-bottom{flex-direction:column;gap:16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important}}
