:root{--bg:#f4f7f6;--paper:#ffffff;--ink:#173241;--muted:#667981;--line:#dce5e7;--olive:#789286;--olive-dark:#173c4e;--sage:#e4ece7;--rose:#f5e8e5;--amber:#f5edda;--blue:#e7f2f8;--accent:#4aa8df;--shadow:0 22px 64px rgba(15,48,62,.11);font-family:"Pretendard Variable",Pretendard,"SUIT Variable",SUIT,-apple-system,BlinkMacSystemFont,"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic","Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-break:strict;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html [hidden]{display:none!important}#privacyCurtain,#privacyCurtain.active{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}#appView:not([hidden]) #content{display:block!important;visibility:visible!important;opacity:1!important;filter:none!important;transform:none!important;min-height:65vh!important}@media(max-width:980px){.layout>.sidebar{height:auto!important;min-height:0!important;max-height:none!important;align-self:start!important;grid-row:auto!important}.layout>.content{margin-top:0!important}}.capture-blank{position:fixed;inset:0;display:none;background:#fff!important;z-index:2147483647;pointer-events:all;opacity:1!important;visibility:visible!important;filter:none!important;transform:none!important}.capture-blank.active{display:block!important}.wm{width:310px!important;gap:7px!important;opacity:.17!important;filter:saturate(.82)!important}.wm .wm-code{font-size:15px;font-weight:950;line-height:1.2;color:rgba(17,48,62,.29);white-space:nowrap}.wm .wm-email{font-size:12px;font-weight:850;line-height:1.32;color:rgba(17,48,62,.25);white-space:normal;overflow-wrap:anywhere;word-break:break-all}.wm .wm-logos{display:flex;align-items:center;justify-content:center;gap:11px}.wm .wm-logos img{display:block!important;width:94px!important;height:58px!important;max-width:none!important;max-height:none!important;object-fit:contain;opacity:.34}.wm .wm-logos img:last-child{width:54px!important;height:54px!important}@media(max-width:680px){.wm{width:232px!important;opacity:.15!important}.wm .wm-code{font-size:12px}.wm .wm-email{font-size:10px}.wm .wm-logos img{width:70px!important;height:44px!important}.wm .wm-logos img:last-child{width:42px!important;height:42px!important}}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg)}body{overscroll-behavior:none}button,input,select{font:inherit}.login-view{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 18% 15%,#faf7ef 0,transparent 38%),linear-gradient(135deg,#e5e9de,#f7f3ec 65%)}.login-card{width:min(480px,100%);background:rgba(255,253,250,.94);border:1px solid rgba(80,86,70,.18);box-shadow:var(--shadow);padding:44px;border-radius:30px;position:relative;overflow:hidden}.login-card:after{content:"";position:absolute;right:-50px;top:-65px;width:190px;height:190px;border:35px solid var(--sage);border-radius:50%;opacity:.65}.eyebrow{font-size:11px;letter-spacing:.19em;color:var(--olive-dark);font-weight:700;position:relative;z-index:1}.login-card h1{font-family:inherit;font-weight:850;font-size:42px;line-height:1.08;margin:16px 0 18px;letter-spacing:-.04em;position:relative;z-index:1}.login-desc{color:var(--muted);line-height:1.65;margin-bottom:27px;position:relative;z-index:1}.login-card form{display:grid;gap:15px;position:relative;z-index:1}.login-card label{display:grid;gap:8px;font-size:13px;font-weight:700}.login-card input{border:1px solid var(--line);background:#fff;padding:15px 16px;border-radius:12px;outline:none}.login-card input:focus{border-color:var(--olive);box-shadow:0 0 0 3px rgba(105,113,91,.13)}button{cursor:pointer}.primary{border:0;border-radius:12px;background:var(--olive-dark);color:#fff;padding:16px;font-weight:800;margin-top:4px}.primary:hover{background:#353d2d}.message{min-height:20px;color:#a33d30;font-size:13px}.policy-links{display:flex;gap:14px;font-size:12px}.policy-links a{color:var(--olive-dark);text-decoration:underline;text-underline-offset:3px}.login-notice{border-top:1px solid var(--line);margin-top:20px;padding-top:18px;color:var(--muted);font-size:12px;line-height:1.55}.login-notice strong{color:var(--ink)}.app-view{min-height:100vh}.topbar{height:74px;background:rgba(255,253,250,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:40}.topbar>div:first-child{display:flex;align-items:center;gap:12px}.brand-mark{width:38px;height:38px;border-radius:13px;background:var(--olive-dark);color:#fff;display:grid;place-items:center;font-family:inherit;font-weight:850;font-size:21px}.topbar strong{display:block;font-size:15px}.topbar span{display:block;color:var(--muted);font-size:11px;margin-top:2px}.account{display:flex;align-items:center;gap:10px}.login-status{display:inline-flex!important;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#e4f3ea;color:#1f6a45!important;font-size:11px!important;font-weight:850;letter-spacing:-.015em;white-space:nowrap}.login-status.loading{background:#e7f2f8;color:#245a70!important}.login-status.error{background:#f5e8e5;color:#9a4036!important}.ghost{border:1px solid var(--line);background:#fff;padding:9px 12px;border-radius:10px;font-size:12px}.layout{display:grid;grid-template-columns:230px 1fr;min-height:calc(100vh - 74px)}.sidebar{background:#ece9e2;border-right:1px solid var(--line);padding:26px 18px;position:sticky;top:74px;height:calc(100vh - 74px);display:flex;flex-direction:column;justify-content:space-between}.sidebar nav{display:grid;gap:7px}.sidebar nav button{display:flex;gap:12px;align-items:center;text-align:left;border:0;background:transparent;padding:13px 12px;border-radius:12px;color:#5f615a;font-weight:700}.sidebar nav button span{font-size:10px;color:#98998f}.sidebar nav button:hover,.sidebar nav button.active{background:var(--paper);color:var(--olive-dark);box-shadow:0 3px 13px rgba(70,68,61,.07)}.sidebar-note{padding:14px;color:var(--muted);font-size:11px;line-height:1.6;border:1px solid #d7d4cc;border-radius:12px}.content-shell{min-width:0}.content{padding:44px clamp(22px,5vw,76px) 60px;max-width:1440px;min-height:65vh;margin:0 auto;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.content *:not(input):not(select):not(option):not(textarea){user-select:none!important;-webkit-user-select:none!important;-webkit-touch-callout:none!important}.content input,.content select,.content textarea{user-select:text!important;-webkit-user-select:text!important;-webkit-touch-callout:default!important}.page-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:32px}.page-head .kicker{font-size:11px;letter-spacing:.17em;color:var(--olive-dark);font-weight:800}.page-head h1{font-family:inherit;font-weight:850;font-size:clamp(34px,4vw,54px);letter-spacing:-.045em;margin:9px 0 8px;line-height:1.08}.page-head p{color:var(--muted);max-width:720px;line-height:1.65}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:26px 0 34px}.metric{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:21px}.metric strong{display:block;font-family:inherit;font-weight:850;font-size:30px}.metric span{color:var(--muted);font-size:12px}.notice-box{border-left:4px solid var(--olive);background:var(--sage);padding:18px 20px;border-radius:0 14px 14px 0;line-height:1.65;margin-bottom:28px}.chapter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.chapter{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:24px}.chapter h2{font-size:19px;margin:0 0 12px}.chapter p{color:#60625c;line-height:1.72;margin:8px 0}.toolbar{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.toolbar input,.toolbar select{border:1px solid var(--line);background:#fff;padding:11px 13px;border-radius:10px;color:var(--ink);min-width:180px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:var(--paper);box-shadow:0 9px 30px rgba(48,45,38,.05)}table{border-collapse:separate;border-spacing:0;width:100%;min-width:920px;font-size:13px}th{position:sticky;top:0;background:#edeae3;text-align:left;padding:13px;border-bottom:1px solid var(--line);white-space:normal;word-break:keep-all;overflow-wrap:normal;z-index:2}td{padding:13px;border-bottom:1px solid #ece9e3;vertical-align:top;line-height:1.62;word-break:keep-all;overflow-wrap:break-word}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfaf6}.money{font-variant-numeric:tabular-nums;font-weight:700}.notice-list{margin:12px 0 0;padding-left:20px;display:grid;gap:7px;color:#5f625b;line-height:1.65}.text-block{white-space:pre-line;word-break:keep-all;overflow-wrap:break-word;line-height:1.68}.cell-note{display:block;margin-top:7px;color:var(--muted);font-weight:400;line-height:1.6;white-space:pre-line;word-break:keep-all}.product-name{display:block;line-height:1.48}.section-label{margin:18px 0 10px;font-size:15px;font-weight:850;color:var(--olive-dark)}.research-badge{display:inline-flex;align-items:center;margin-left:7px;padding:3px 7px;border-radius:999px;background:var(--blue);border:1px solid #c9dde8;color:#295e73;font-size:10px;font-weight:850;line-height:1;white-space:nowrap;vertical-align:middle}.crosscheck-level{font-weight:800;white-space:nowrap}.price-mode{white-space:nowrap}.price-table .col-company{min-width:100px}.price-table .col-product{min-width:190px}.price-table .col-size{min-width:135px}.price-table .col-thickness{min-width:95px}.price-table .col-number{min-width:105px}.price-table .col-count{min-width:85px}.price-table .col-total{min-width:170px}.evidence-table table{min-width:680px}.evidence-table .col-evidence-key{width:185px;min-width:185px}.company-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:26px}.company-card{background:var(--paper);border:1px solid var(--line);border-radius:17px;padding:18px}.company-card h3{margin:0 0 10px;font-size:16px}.company-card ul{padding-left:18px;margin:0;color:var(--muted);font-size:12px;line-height:1.72;word-break:keep-all}.list-panel{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:24px}.question-list{counter-reset:q;display:grid;gap:12px;margin:0;padding:0;list-style:none}.question-list li{counter-increment:q;display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start;padding:15px;border:1px solid #e6e3dc;border-radius:13px;background:#fff}.question-list li:before{content:counter(q);width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--sage);font-family:Georgia,serif}.copy-button{margin-bottom:16px;border:1px solid var(--olive);color:var(--olive-dark);background:#fff;padding:10px 13px;border-radius:10px;font-weight:800}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.check-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:22px}.check-card h2{font-size:18px;margin-top:0}.check-item{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #ece9e3;line-height:1.5}.check-item:last-child{border:0}.check-item input{margin-top:4px;accent-color:var(--olive-dark)}footer{border-top:1px solid var(--line);padding:25px clamp(22px,5vw,76px) 38px;color:var(--muted);font-size:11px;line-height:1.55}.calculator-shell{max-width:820px;margin:0 auto}.calc-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0 0 22px}.calc-progress span{display:grid;place-items:center;min-height:42px;border:1px solid var(--line);border-radius:12px;background:#eeebe5;color:#85877f;font-size:12px;font-weight:800}.calc-progress span.active{background:var(--olive-dark);border-color:var(--olive-dark);color:#fff}.calc-progress span.done{background:var(--sage);color:var(--olive-dark);border-color:#cad1bf}.calc-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:clamp(20px,4vw,34px);box-shadow:0 12px 36px rgba(48,45,38,.06)}.calc-card h2{margin:0 0 9px;font-size:clamp(23px,3vw,31px);letter-spacing:-.035em;word-break:keep-all}.calc-lead{margin:0 0 24px;color:var(--muted);line-height:1.7;word-break:keep-all}.calc-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.calc-choice{border:1px solid var(--line);background:#fff;border-radius:18px;padding:24px;text-align:left;min-height:175px;transition:.18s}.calc-choice:hover,.calc-choice:focus-visible{border-color:var(--olive);box-shadow:0 8px 26px rgba(71,80,60,.1);transform:translateY(-1px)}.calc-choice strong{display:block;font-size:20px;margin-bottom:9px}.calc-choice span{display:block;color:var(--muted);line-height:1.65;font-size:13px;word-break:keep-all}.calc-form{display:grid;gap:18px}.calc-field{display:grid;gap:8px}.calc-field>span,.calc-field legend{font-size:13px;font-weight:800}.calc-field input,.calc-field select{width:100%;border:1px solid var(--line);background:#fff;border-radius:13px;padding:15px 14px;outline:none}.calc-field input:focus,.calc-field select:focus{border-color:var(--olive);box-shadow:0 0 0 3px rgba(105,113,91,.12)}.calc-unit{position:relative}.calc-unit input{padding-right:52px}.calc-unit b{position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--muted)}.measure-rows{display:grid;gap:10px}.measure-row{display:grid;grid-template-columns:1fr 1fr auto;gap:9px;align-items:end;border:1px solid #e8e5de;border-radius:15px;padding:13px;background:#fff}.measure-row label{display:grid;gap:6px;font-size:11px;font-weight:800;color:#63655e}.measure-row input{min-width:0;border:1px solid var(--line);border-radius:10px;padding:12px}.mini-remove{border:1px solid var(--line);background:#fff;border-radius:10px;width:42px;height:42px;font-size:18px}.secondary{border:1px solid var(--olive);background:#fff;color:var(--olive-dark);padding:13px 16px;border-radius:12px;font-weight:800}.calc-actions{display:flex;justify-content:space-between;gap:10px;margin-top:25px}.calc-actions .primary,.calc-actions .secondary{margin:0;min-height:50px;padding-inline:22px}.space-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.space-chip{position:relative}.space-chip input{position:absolute;opacity:0}.space-chip span{display:grid;place-items:center;min-height:52px;border:1px solid var(--line);border-radius:13px;background:#fff;font-size:13px;font-weight:800}.space-chip input:checked+span{background:var(--sage);border-color:var(--olive);color:var(--olive-dark)}.calc-inline{display:grid;grid-template-columns:1fr 1fr;gap:12px}.calc-details{border:1px solid var(--line);border-radius:14px;background:#faf9f5}.calc-details summary{cursor:pointer;padding:15px 16px;font-weight:800}.calc-details>div{padding:0 16px 16px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.calc-help{font-size:12px;color:var(--muted);line-height:1.62;background:#f6f3ec;border-radius:12px;padding:13px 14px;word-break:keep-all}.calc-error{min-height:19px;color:#9a4036;font-size:12px;font-weight:700}.product-availability{font-size:12px;color:var(--muted);line-height:1.6}.product-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.product-preview>div{border:1px solid var(--line);border-radius:13px;background:#fff;padding:13px}.product-preview span{display:block;color:var(--muted);font-size:10px;margin-bottom:6px}.product-preview strong{display:block;font-size:12px;line-height:1.45;word-break:keep-all;overflow-wrap:break-word}.result-hero{background:linear-gradient(145deg,var(--olive-dark),#68745b);color:#fff;border-radius:22px;padding:28px;margin-bottom:18px}.result-hero>span{display:block;font-size:11px;letter-spacing:.14em;opacity:.72;font-weight:800}.result-count{font-family:inherit;font-weight:850;font-size:clamp(45px,8vw,72px);line-height:1;margin:11px 0 18px}.result-money{font-size:clamp(25px,5vw,38px);font-weight:900;letter-spacing:-.035em}.result-range{margin-top:9px;font-size:13px;opacity:.78;line-height:1.55}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:16px 0}.result-card{border:1px solid var(--line);border-radius:15px;background:#fff;padding:17px}.result-card span{display:block;color:var(--muted);font-size:11px;margin-bottom:7px}.result-card strong{display:block;line-height:1.45;word-break:keep-all}.formula-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0}.formula-step{border:1px solid var(--line);border-radius:13px;background:#faf9f5;padding:14px 10px;text-align:center}.formula-step span{display:block;color:var(--muted);font-size:10px;margin-bottom:7px}.formula-step strong{font-size:13px;word-break:keep-all}.calc-disclaimer{border-left:4px solid #b89b62;background:var(--amber);border-radius:0 14px 14px 0;padding:17px 18px;font-size:12px;line-height:1.7;word-break:keep-all}.compare-details{margin-top:16px;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.compare-details summary{cursor:pointer;padding:17px 18px;font-weight:850}.compare-details .table-wrap{border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none}.compare-details table{min-width:880px}.compare-none{color:var(--muted);font-size:12px}.calc-link{border:0;background:transparent;color:var(--olive-dark);text-decoration:underline;text-underline-offset:3px;font-weight:800;padding:0}.calc-source-note{margin-top:15px;color:var(--muted);font-size:11px;line-height:1.65;word-break:keep-all}.watermark-layer{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:30;display:none}.watermark-layer.active{display:block}.wm{position:absolute;transform:rotate(-24deg);font-size:11px;font-weight:850;letter-spacing:.045em;color:rgba(51,66,55,.12);white-space:nowrap;transition:transform .7s ease,left .7s ease,top .7s ease}.privacy-curtain{position:fixed;inset:0;background:rgba(28,37,31,.985);color:#fff;display:none;place-items:center;z-index:9999;text-align:center;padding:30px}.privacy-curtain>div{display:grid;gap:9px}.privacy-curtain strong{font-size:20px;letter-spacing:-.02em}.privacy-curtain span{font-size:12px;color:rgba(255,255,255,.62);letter-spacing:0}.privacy-curtain.active{display:grid}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:#22231f;color:#fff;padding:12px 16px;border-radius:12px;opacity:0;pointer-events:none;transition:.2s;z-index:1000;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}.empty{padding:50px;text-align:center;color:var(--muted)}.error-panel{background:var(--rose);border:1px solid #e4c6bc;padding:18px;border-radius:15px;color:#7d4137}@media(max-width:980px){.layout{grid-template-columns:1fr}.sidebar{position:sticky;top:74px;height:auto;z-index:20;padding:8px;background:rgba(236,233,226,.95);backdrop-filter:blur(12px);overflow:auto}.sidebar nav{display:flex;min-width:max-content}.sidebar nav button{padding:10px 13px}.sidebar-note{display:none}.company-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.calc-choice-grid,.result-grid,.calc-inline,.product-preview{grid-template-columns:1fr}.space-grid{grid-template-columns:1fr 1fr}.calc-details>div{grid-template-columns:1fr}.formula-flow{grid-template-columns:1fr 1fr}.measure-row{grid-template-columns:1fr 1fr}.measure-row .mini-remove{grid-column:1/-1;width:100%}.calc-actions{position:sticky;bottom:10px;background:rgba(244,241,235,.92);backdrop-filter:blur(10px);padding:10px 0;z-index:5}.calc-actions>*{flex:1}.login-card{padding:32px 24px;border-radius:24px}.login-card h1{font-size:36px}.topbar{padding:0 14px}.account #orderText{display:none}.account .login-status{font-size:10px!important;padding:4px 8px}.content{padding:28px 15px 46px}.page-head{display:block}.metrics,.chapter-grid,.check-grid,.company-cards{grid-template-columns:1fr}.page-head h1{font-size:36px}.toolbar>*{width:100%;min-width:0}.table-wrap{border-radius:12px}th,td{padding:11px;font-size:12px}.price-table table{min-width:900px}.evidence-table table{min-width:620px}}@media print{body>*{display:none!important}body:after{content:"인쇄가 제한된 구매자 전용 자료입니다.";display:block;padding:80px;text-align:center;font-size:20px}}
/* v1.6 typography and brand refresh */
body{font-weight:450;letter-spacing:-.012em}.login-view{background:radial-gradient(circle at 14% 10%,rgba(74,168,223,.13),transparent 32%),radial-gradient(circle at 88% 88%,rgba(120,146,134,.16),transparent 34%),linear-gradient(145deg,#edf3f1,#f8faf9 62%,#eef4f7)}.login-view:before,.login-view:after{content:"";position:fixed;pointer-events:none;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.045}.login-view:before{width:420px;height:330px;left:-95px;bottom:-55px;background-image:url('/brand-logo.webp');transform:rotate(-12deg)}.login-view:after{width:240px;height:330px;right:-35px;top:-45px;background-image:url('/mat-logo.webp');transform:rotate(10deg)}.login-card{width:min(500px,100%);padding:42px 46px 40px;border-radius:28px;border-color:rgba(23,60,78,.12);background:rgba(255,255,255,.965);box-shadow:0 30px 90px rgba(15,48,62,.15)}.login-card:after{display:none}.login-brand{height:54px;margin-bottom:22px;position:relative;z-index:2}.login-brand img{height:100%;width:auto;max-width:230px;object-fit:contain;object-position:left center}.eyebrow{color:#537180;font-size:10px;letter-spacing:.2em}.login-card h1{font-size:40px;line-height:1.16;letter-spacing:-.055em;margin:13px 0 15px;color:#143447}.login-desc{font-size:14px;line-height:1.72}.login-card label{font-size:13px;color:#294654}.login-card input{min-height:52px;border-radius:14px;border-color:#d6e1e4;background:#fbfdfd}.primary{border-radius:14px;background:linear-gradient(135deg,#173c4e,#245a70);box-shadow:0 10px 24px rgba(23,60,78,.18);letter-spacing:-.015em}.primary:hover{background:linear-gradient(135deg,#102f40,#1d4c61)}.topbar{height:78px;background:rgba(255,255,255,.94);border-color:#dce6e8;padding-inline:26px}.topbar-brand{display:flex!important;align-items:center;gap:15px}.topbar-logo{width:132px;height:42px;object-fit:contain;object-position:left center}.topbar strong{font-size:15px;font-weight:800;letter-spacing:-.025em;color:#173241}.topbar span{font-size:10px}.layout{grid-template-columns:240px 1fr;min-height:calc(100vh - 78px)}.sidebar{top:78px;height:calc(100vh - 78px);background:linear-gradient(180deg,#edf2f0,#e8efed);border-color:#d6e1df}.sidebar nav button{font-size:13px;font-weight:750;color:#61747b;border:1px solid transparent}.sidebar nav button:hover,.sidebar nav button.active{background:#fff;color:#173c4e;border-color:#dbe6e7;box-shadow:0 8px 22px rgba(22,57,71,.07)}.sidebar nav button.active{box-shadow:inset 3px 0 0 #4aa8df,0 8px 22px rgba(22,57,71,.07)}.content{padding-top:48px}.page-head .kicker{color:#4d7487;font-size:10px}.page-head h1{font-size:clamp(32px,4vw,50px);line-height:1.14;color:#15384a;letter-spacing:-.055em}.page-head p{font-size:14px;line-height:1.75}.metric,.chapter,.company-card,.list-panel,.check-card,.calc-card,.result-card{border-color:#dce5e7;box-shadow:0 12px 34px rgba(22,57,71,.055)}.metric strong{font-size:29px;color:#173c4e}.chapter h2,.company-card h3,.check-card h2,.calc-card h2{font-weight:820;letter-spacing:-.035em;color:#183d4f}.notice-box{border-left-color:#4aa8df;background:linear-gradient(90deg,#e8f4f9,#edf4f1)}.toolbar input,.toolbar select,.calc-card input,.calc-card select{border-color:#d7e2e5;background:#fff}.table-wrap{border-color:#dbe5e7;box-shadow:0 12px 35px rgba(22,57,71,.06)}th{background:#edf3f4;color:#345664;font-weight:800}td{color:#2f4954}.calc-progress span{background:#edf2f2}.calc-progress span.active{background:#173c4e;border-color:#173c4e}.result-hero{background:linear-gradient(145deg,#15384a,#2d697d)}.result-count{font-family:inherit;font-weight:900}.watermark-layer{z-index:29}.wm{display:grid;justify-items:center;gap:4px;width:190px;opacity:.075;filter:saturate(.7);transform:rotate(-19deg);color:rgba(20,53,68,.38);transition:transform .7s ease,left .7s ease,top .7s ease}.wm img{display:block;max-width:100%;max-height:74px;object-fit:contain}.wm-mat{width:72px;opacity:.065}.wm-mat img{max-height:72px}.wm em{font-style:normal;font-size:8px;font-weight:800;letter-spacing:.02em;white-space:nowrap;color:rgba(20,53,68,.5)}.privacy-curtain{background:rgba(13,35,45,.99)}
@media(max-width:980px){.topbar-logo{width:112px}.layout{grid-template-columns:1fr}.sidebar{top:78px}.content{padding-top:34px}}
@media(max-width:680px){.login-card{padding:30px 23px;border-radius:22px}.login-brand{height:45px;margin-bottom:18px}.login-card h1{font-size:34px}.topbar{height:70px;padding-inline:12px}.topbar-logo{width:92px;height:36px}.topbar-brand>div strong{font-size:13px}.layout{min-height:calc(100vh - 70px)}.sidebar{top:70px}.page-head h1{font-size:33px}.content{padding-top:25px}.wm{width:140px;opacity:.06}.wm-mat{width:58px}}
