:root{--ink:#10233f;--muted:#617087;--line:#dfe8f1;--soft:#f5f9fd;--blue:#1686e8;--blue-dark:#0868bd;--sky:#eaf6ff;--navy:#0b2340}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Noto Sans KR,sans-serif;line-height:1.55;word-break:keep-all}a{color:inherit;text-decoration:none}button{font:inherit}svg{width:20px;height:20px}.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}.section{padding:112px 0}.eyebrow{margin:0 0 14px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.14em}h1,h2,h3,p{margin-top:0}h1{margin-bottom:22px;font-size:clamp(42px,5.2vw,68px);line-height:1.14;letter-spacing:-.055em}h1 em{color:var(--blue);font-style:normal}h2{margin-bottom:16px;font-size:clamp(30px,3.2vw,44px);line-height:1.22;letter-spacing:-.045em}h3{letter-spacing:-.025em}p{color:var(--muted)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(223,232,241,.8);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{height:72px;display:flex;align-items:center;gap:28px}.logo{display:inline-flex;align-items:center;gap:9px;font-size:19px;font-weight:800;letter-spacing:-.04em}.logo span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;color:#fff;background:linear-gradient(145deg,#1697f4,#1269ce)}.header-inner nav{display:flex;gap:19px;margin-left:auto;color:#506078;font-size:12px;font-weight:700}.header-inner nav a:hover{color:var(--blue)}.header-cta{padding:10px 18px;border-radius:8px;color:#fff;background:var(--ink);font-size:13px;font-weight:800}.demo-badge,.sample-outline,.sample-tag{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.08em}.demo-badge{gap:7px;margin-bottom:22px;padding:7px 11px;color:#0873c9;background:#e7f5ff}.demo-badge i{width:6px;height:6px;border-radius:50%;background:#17a0f5}.sample-tag{padding:5px 9px;color:#1675b8;background:#e8f6ff}.sample-outline{padding:7px 11px;color:#4c789b;border:1px solid #cfe3f3;background:#fff}.button-row{display:flex;gap:12px;margin-top:34px}.button{min-height:48px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;font-size:14px;font-weight:800;cursor:pointer}.button.primary{color:#fff;background:var(--blue);box-shadow:0 10px 22px rgba(22,134,232,.22)}.button.secondary{color:var(--ink);border:1px solid var(--line);background:#fff}.button.light{color:var(--navy);background:#fff}.button.small{min-height:40px;padding:0 14px;font-size:12px}.button svg,.text-link svg,.visual-link svg{width:17px;height:17px}.hero{min-height:760px;padding-top:105px;padding-bottom:105px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;grid-gap:74px;gap:74px}.hero-copy>.eyebrow{margin-bottom:15px}.hero-text{max-width:650px;font-size:17px;line-height:1.8}.hero-proof{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#718096;font-size:12px;font-weight:700}.hero-proof span{display:flex;align-items:center;gap:4px}.hero-proof svg{width:15px;height:15px;color:#28a6e8}.hero-visual{position:relative;padding:28px;border:1px solid #d9e7f2;border-radius:18px;background:#fff;box-shadow:0 30px 80px rgba(26,83,128,.14)}.hero-visual:before{content:"";position:absolute;z-index:-1;inset:-60px -35px;border-radius:50%;background:radial-gradient(circle,#e4f5ff 0,rgba(235,248,255,.6) 48%,transparent 70%)}.visual-top{padding-bottom:20px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);font-size:14px;font-weight:800}.visual-top .sample-tag{margin-left:auto}.status-dot{width:8px;height:8px;border-radius:50%;background:#37b4ec;box-shadow:0 0 0 5px #e3f6ff}.score-card{margin:24px 0;padding:22px;display:flex;align-items:center;justify-content:space-between;border-radius:12px;background:linear-gradient(135deg,#f4faff,#eaf6ff)}.score-card span{display:block;margin-bottom:4px;color:#61758d;font-size:12px;font-weight:700}.score-card strong{font-size:40px;letter-spacing:-.05em}.analysis-score small,.category-card small,.score-card small{margin-left:3px;color:#718298;font-size:12px}.donut{width:80px;height:80px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--blue) 0 76%,#cae8fa 76%)}.donut:before{content:"";position:absolute;width:58px;height:58px;border-radius:50%;background:#f4faff}.donut span{z-index:1;margin:0;color:#2b658f;text-align:center;line-height:1.3;font-size:10px}.mini-bars{display:grid;grid-gap:15px;gap:15px}.mini-bar div{display:flex;justify-content:space-between;margin-bottom:5px;color:#52647a;font-size:11px}.mini-bar b{color:var(--ink)}.mini-bar i{height:5px;display:block;overflow:hidden;border-radius:5px;background:#eaf0f5}.mini-bar u{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#1b89e6,#69c5f3);text-decoration:none}.text-link,.visual-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue-dark);font-size:13px;font-weight:800}.visual-link{margin-top:26px}.problem-section,.table-preview-section{background:var(--soft)}.section-heading{max-width:640px;margin-bottom:52px}.section-heading.centered{margin-inline:auto;text-align:center}.section-heading>p:last-child{font-size:16px}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.problem-card{padding:34px;border:1px solid var(--line);border-radius:8px;background:#fff}.problem-card>span{color:#a1cce9;font-size:12px;font-weight:800}.problem-card h3{margin:42px 0 12px;font-size:20px}.problem-card p{margin:0;font-size:14px;line-height:1.7}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.workflow-card{position:relative;padding:30px 24px;border-top:2px solid #d4e8f6}.workflow-card:not(:last-child):after{content:"";position:absolute;top:-5px;right:-13px;width:8px;height:8px;border-top:1px solid #a6cce6;border-right:1px solid #a6cce6;transform:rotate(45deg)}.step-number{width:42px;height:42px;margin-bottom:36px;display:grid;place-items:center;border-radius:8px;color:#1686e8;background:#e9f6ff;font-weight:800}.workflow-card h3{margin-bottom:10px;font-size:18px}.workflow-card p{font-size:13px;line-height:1.7}.output-section{background:var(--navy)}.output-section h2,.output-section h3{color:#fff}.output-section .section-heading>p:last-child{color:#a7b9cb}.output-section .text-link{color:#72c8ff}.output-layout{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;grid-gap:100px;gap:100px}.output-stack{display:grid;grid-gap:12px;gap:12px}.output-row{padding:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:16px;gap:16px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:rgba(255,255,255,.05)}.output-row h3{margin:0 0 3px;font-size:16px}.output-row p{margin:0;color:#96a9ba;font-size:12px}.output-row>svg{color:#6ec7ff}.icon-box{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:#1592e8;background:#e9f6ff}.icon-box.large{width:54px;height:54px}.future-section{padding-bottom:0}.future-card{padding:42px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:24px;gap:24px;border:1px solid #d4e8f5;border-radius:12px;background:linear-gradient(135deg,#f8fcff,#ebf7ff)}.future-card h2{margin-bottom:8px;font-size:26px}.future-card p{margin-bottom:0;font-size:14px}.future-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--blue)}.future-icon svg{width:28px;height:28px}.future-tags{display:flex;gap:8px}.future-tags span{padding:7px 10px;border:1px solid #d1e7f5;border-radius:999px;color:#4e7895;background:#fff;font-size:11px;font-weight:800}.contact-card{padding:58px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#117bd8,#1fa4eb)}.contact-card h2{margin:0}.contact-card .eyebrow{color:#c8ebff}.site-footer{padding:76px 0 24px;color:#fff;background:#0b0f14}.footer-main{display:grid;grid-template-columns:minmax(280px,1.05fr) minmax(560px,1.65fr);grid-gap:82px;gap:82px}.light-logo{color:#fff}.footer-description{max-width:340px;margin:20px 0 23px;color:#9ca8b5;font-size:13px;line-height:1.8}.footer-contact{display:flex;flex-wrap:wrap;gap:8px 18px}.footer-contact a{color:#c6d1dc;font-size:12px;font-weight:700}.footer-contact a:hover{color:#70c5ff}.footer-status{width:-moz-fit-content;width:fit-content;margin:24px 0 15px;padding:7px 10px;display:flex;align-items:center;gap:7px;border:1px solid #25313d;border-radius:8px;color:#aebbc7;background:#111820;font-size:10px;font-weight:800}.footer-status i{width:6px;height:6px;border-radius:50%;background:#48b989;box-shadow:0 0 0 4px rgba(72,185,137,.1)}.footer-company{display:grid;grid-gap:4px;gap:4px;color:#65727f;font-size:10px}.footer-nav{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px;gap:28px}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-column h3{margin:0 0 9px;color:#f1f5f8;font-size:12px;letter-spacing:0}.footer-column a{color:#84919e;font-size:11px;line-height:1.6}.footer-column a:hover{color:#fff}.footer-bottom{margin-top:62px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid #202832;color:#65727f;font-size:10px}.demo-page,.detail-page{background:#fff}.demo-hero{padding:80px 0 60px;display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.demo-hero h1{font-size:clamp(38px,4.5vw,58px)}.demo-hero p{max-width:620px}.demo-notice{max-width:340px;padding:16px;display:flex;gap:11px;border:1px solid #d3e9f7;border-radius:8px;background:#f2faff}.demo-notice svg{flex:0 0 auto;color:var(--blue)}.demo-notice b,.demo-notice span{display:block;font-size:11px}.demo-notice span{color:#708196}.demo-notice b{margin-bottom:3px;color:#245574}.rfp-summary-card{overflow:hidden;border:1px solid #dce7f0;border-radius:12px;background:#fff;box-shadow:0 18px 50px rgba(27,78,118,.08)}.summary-head{padding:24px 28px;display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--line)}.summary-head h2{margin:2px 0 0;font-size:22px}.summary-head .sample-tag{margin-left:auto}.muted-label{color:#8a9aab;font-size:10px;font-weight:800;letter-spacing:.08em}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr)}.summary-grid div{padding:20px 28px;border-right:1px solid var(--line)}.summary-grid div:last-child{border:0}.summary-grid b,.summary-grid span{display:block;font-size:12px}.summary-grid span{margin-bottom:5px;color:#8493a5}.blue-text{display:flex!important;align-items:center;gap:4px;color:var(--blue-dark)}.blue-text svg{width:15px}.keyword-row{padding:15px 28px;display:flex;flex-wrap:wrap;align-items:center;gap:7px;border-top:1px solid var(--line);background:#f9fbfd}.keyword-row span{margin-right:8px;color:#7c8b9c;font-size:11px}.keyword-row b{padding:5px 9px;border-radius:999px;color:#427699;background:#e8f5fd;font-size:10px}.section-title-row{margin-bottom:38px;display:flex;justify-content:space-between;align-items:flex-end;gap:28px}.section-title-row h2{margin-bottom:8px;font-size:34px}.section-title-row p:last-child{margin-bottom:0;font-size:14px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.category-card{min-height:125px;padding:22px;grid-template-columns:auto 1fr auto;grid-gap:14px;gap:14px;align-items:center;border:1px solid var(--line);background:#fff}.category-card,.category-icon{display:grid;border-radius:8px}.category-icon{width:38px;height:38px;place-items:center;font-size:12px;font-weight:900}.category-icon.blue{color:#137dd1;background:#e5f3ff}.category-icon.cyan{color:#138ca6;background:#e2f7fa}.category-icon.violet{color:#7458c8;background:#efeafe}.category-icon.orange{color:#c87925;background:#fff1e1}.category-icon.green{color:#278663;background:#e5f7ef}.category-icon.pink{color:#b65c83;background:#fbe9f1}.category-card h3{margin:0 0 4px;font-size:15px}.category-card p{margin:0;font-size:11px}.category-card strong{font-size:25px;letter-spacing:-.04em}.table-card{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 12px 32px rgba(22,72,111,.06)}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:12px;white-space:nowrap}th{padding:13px 16px;color:#667b90;background:#f5f9fc;text-align:left;font-size:10px;letter-spacing:.02em}td{padding:16px;border-top:1px solid #e8eef4;color:#536477}td b{color:var(--ink)}.wide-cell{min-width:350px;white-space:normal;line-height:1.65}.id-text{color:#167ac3;font-size:11px}.priority,.status-badge,.type-badge{padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800}.type-badge{color:#52728d;background:#eef4f8}.priority{color:#627589;background:#f0f4f7}.priority.high{color:#c24747;background:#fff0f0}.status-badge.blue{color:#1674ba;background:#e8f5ff}.status-badge.orange{color:#ad6b22;background:#fff2e1}.table-card-footer{min-height:64px;padding:12px 16px;gap:20px;border-top:1px solid var(--line);color:#8190a0;font-size:11px}.next-banner,.table-card-footer{display:flex;align-items:center;justify-content:space-between}.next-banner{padding:46px;gap:30px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#0d2a49,#135f98)}.next-banner h2{margin-bottom:7px;font-size:27px}.next-banner p{max-width:680px;margin:0;color:#bad1e2;font-size:13px}.mini-label{display:inline-flex;margin-bottom:16px;padding:4px 8px;border-radius:999px;color:#b9e4ff;background:rgba(255,255,255,.1);font-size:9px;font-weight:800;letter-spacing:.1em}.detail-header{padding:62px 0 52px;background:linear-gradient(160deg,#f8fcff,#edf8ff)}.back-link{display:inline-block;margin-bottom:38px;color:#66809a;font-size:12px;font-weight:700}.detail-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.detail-title-row h1{margin-bottom:10px;font-size:clamp(36px,4vw,52px)}.detail-title-row p:last-child{margin-bottom:0;font-size:13px}.analysis-score{min-width:190px;padding:20px;border:1px solid #d4e7f3;border-radius:10px;background:#fff;box-shadow:0 12px 30px rgba(25,96,145,.08)}.analysis-score b,.analysis-score span{display:block}.analysis-score span{color:#8496a8;font-size:10px}.analysis-score strong{display:block;margin:3px 0 8px;font-size:34px}.analysis-score b{display:flex;align-items:center;gap:4px;color:#1682c9;font-size:10px}.analysis-score svg{width:14px;height:14px}.subnav{position:-webkit-sticky;position:sticky;top:72px;z-index:10;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.95)}.subnav .shell{height:52px;display:flex;align-items:center;gap:30px;overflow-x:auto}.subnav a{flex:0 0 auto;color:#697c8e;font-size:11px;font-weight:800}.subnav a:hover{color:var(--blue)}.category-grid.compact .category-card{min-height:112px}.detailed table{min-width:1040px}.document-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.document-card{padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff}.document-preview{height:145px;margin-bottom:20px;padding:25px;display:flex;flex-direction:column;justify-content:center;border-radius:6px;color:#69a9d4;background:#f2f8fc}.document-preview svg{width:27px;height:27px;margin-bottom:13px}.document-preview span{margin-bottom:10px;color:#4183ae;font-size:10px;font-weight:900;letter-spacing:.12em}.document-preview i{width:90%;height:3px;margin-top:5px;border-radius:3px;background:#d3e8f4}.document-preview i:last-child{width:60%}.document-card h3{margin:4px 0 7px;font-size:17px}.document-card p{min-height:42px;font-size:11px;line-height:1.7}.document-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px;margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}.document-actions button{min-height:36px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:6px;color:#526a80;background:#fff;font-size:10px;font-weight:800;cursor:pointer}.document-actions button:last-child{color:#fff;border-color:var(--blue);background:var(--blue)}.document-actions svg{width:14px;height:14px}.policy-section{background:#f2f8fc}.policy-card{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:80px;gap:80px;align-items:center}.policy-icon{width:52px;height:52px;margin-bottom:22px;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--blue)}.policy-card>div>p:last-child{font-size:13px;line-height:1.75}.policy-card ul{margin:0;padding:0;display:grid;grid-gap:10px;gap:10px;list-style:none}.policy-card li{padding:15px;display:grid;grid-template-columns:auto 1fr;align-items:start;grid-gap:10px;gap:10px;border:1px solid #dce9f2;border-radius:8px;color:#62788d;background:#fff;font-size:11px;line-height:1.65}.policy-card li svg{width:16px;height:16px;color:var(--blue)}.policy-card li b{color:#25445f}.dashboard-page{background:#fff}.dashboard-hero{padding:76px 0 70px;border-bottom:1px solid var(--line);background:linear-gradient(150deg,#f9fcff,#eef8ff 70%,#f7fbfe)}.dashboard-hero-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:54px}.dashboard-hero h1{max-width:760px;font-size:clamp(40px,4.7vw,62px)}.dashboard-hero p:last-child{max-width:700px;margin-bottom:0;font-size:15px;line-height:1.8}.dashboard-hero-note{max-width:330px;padding:18px;display:grid;grid-template-columns:auto 1fr;grid-gap:11px;gap:11px;border:1px solid #d4e9f6;border-radius:8px;background:rgba(255,255,255,.8)}.dashboard-hero-note svg{color:var(--blue)}.dashboard-hero-note b,.dashboard-hero-note span{display:block;font-size:11px}.dashboard-hero-note span{margin-top:4px;color:#718399;line-height:1.65}.dashboard-content{padding-top:70px;padding-bottom:112px}.dashboard-section-head{margin-bottom:34px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.dashboard-section-head.compact{margin-bottom:22px}.dashboard-section-head.centered{justify-content:center;text-align:center}.dashboard-section-head.centered>div{max-width:650px}.dashboard-section-head h2{margin-bottom:7px;font-size:32px}.dashboard-section-head p:last-child{margin-bottom:0;font-size:13px}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.dashboard-stat{position:relative;overflow:hidden;padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(26,77,116,.05)}.stat-mark{position:absolute;top:0;left:0;width:100%;height:3px}.stat-mark.blue{background:#1686e8}.stat-mark.cyan{background:#19a9c1}.stat-mark.violet{background:#8064d7}.stat-mark.orange{background:#e8993c}.dashboard-stat p{margin-bottom:10px;font-size:12px;font-weight:800}.dashboard-stat strong{display:block;margin-bottom:7px;font-size:36px;letter-spacing:-.05em}.dashboard-stat strong small{margin-left:3px;color:#7b8d9e;font-size:11px}.dashboard-stat>span:last-child{color:#8b9aa9;font-size:10px}.dashboard-split{margin-top:74px;display:grid;grid-template-columns:1.08fr .92fr;grid-gap:28px;gap:28px}.source-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.source-card{padding:16px;grid-template-columns:auto 1fr;align-items:center;grid-gap:11px;gap:11px;border:1px solid var(--line)}.source-card,.source-initial{display:grid;border-radius:8px}.source-initial{width:38px;height:38px;place-items:center;color:#2481bf;background:#eaf6fd;font-size:10px;font-weight:900}.source-card h3{margin:0 0 2px;font-size:13px}.source-card p{margin:0;font-size:9px}.source-badge{grid-column:1/-1;width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:800}.source-badge i{width:5px;height:5px;border-radius:50%;background:currentColor}.source-badge.active{color:#23805d;background:#e6f7ef}.source-badge.planned{color:#7560b4;background:#f0ecfb}.source-badge.review{color:#9c6b25;background:#fff2df}.source-badge.candidate{color:#2378b6;background:#e8f5ff}.roadmap-card{height:calc(100% - 61px);padding:22px;border:1px solid var(--line);border-radius:8px;background:#f9fcfe}.roadmap-legend{display:flex;flex-wrap:wrap;gap:13px;margin-bottom:22px;color:#75889b;font-size:9px}.roadmap-legend span{display:flex;align-items:center;gap:4px}.roadmap-item i,.roadmap-legend i{display:block;border-radius:3px}.roadmap-legend i{width:9px;height:9px}.level-3{background:#1686e8}.level-2{background:#82c5ed}.level-1{background:#d5eaf6}.roadmap-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px;gap:8px}.roadmap-item{min-width:0}.roadmap-item b,.roadmap-item span{display:block}.roadmap-item b{margin-bottom:5px;font-size:9px}.roadmap-item i{height:34px;margin-bottom:5px}.roadmap-item span{overflow:hidden;color:#7c8e9f;font-size:8px;white-space:nowrap;text-overflow:ellipsis}.roadmap-card>p{margin:20px 0 0;color:#92a0ae;font-size:9px}.dashboard-policy-section,.dashboard-soft-section,.project-room-section{background:var(--soft)}.featured-notice-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:13px;gap:13px}.featured-notice-card{padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff}.notice-card-top,.room-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.notice-card-top span,.room-top span{color:#4c7898;font-size:9px;font-weight:800}.notice-card-top b{color:#d27431;font-size:11px}.featured-notice-card h3{min-height:52px;margin:25px 0 7px;font-size:16px;line-height:1.6}.featured-notice-card>p{font-size:10px}.notice-keywords{min-height:50px;display:flex;flex-wrap:wrap;align-content:flex-start;gap:5px;padding-top:12px;border-top:1px solid var(--line)}.notice-keywords span{padding:4px 7px;border-radius:999px;color:#5b7e96;background:#eef6fb;font-size:8px;font-weight:800}.featured-notice-card button{width:100%;min-height:36px;margin-top:15px;display:flex;align-items:center;justify-content:space-between;border:1px solid #dce8f0;border-radius:6px;color:#4c6e87;background:#fff;font-size:10px;font-weight:800;cursor:pointer}.dashboard-table table{min-width:1160px}.notice-title-cell{min-width:270px;white-space:normal;line-height:1.5}.dday-text{color:#d06d2b}.status-badge.violet{color:#7355bd;background:#f0ebff}.status-badge.gray{color:#647586;background:#edf2f5}.status-badge.candidate{color:#2378b6;background:#e8f5ff}.source-link-button{border:0;color:var(--blue-dark);background:transparent;font-size:10px;font-weight:800;cursor:pointer}.project-room-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.project-room-card{padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}.room-top b{padding:4px 7px;border-radius:999px;color:#367da9;background:#eaf5fc;font-size:8px}.project-room-card h3{min-height:52px;margin:24px 0;font-size:17px;line-height:1.55}.room-progress-label{display:flex;justify-content:space-between;margin-bottom:7px;color:#7b8b9b;font-size:9px}.room-progress-label b{color:#277eb9}.room-progress{height:5px;overflow:hidden;border-radius:5px;background:#e8f0f5}.room-progress i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#1686e8,#62bced)}.room-composition{margin-top:18px;padding:11px;display:grid;grid-gap:3px;gap:3px;border-radius:6px;background:#f5f9fc;font-size:9px}.room-composition b{color:#3e6079}.room-composition span{color:#718496;line-height:1.6}.room-documents{margin:17px 0 20px}.room-documents>b{display:block;margin-bottom:8px;color:#3e6079;font-size:9px}.room-documents ul{margin:0;padding:0;display:grid;grid-gap:6px;gap:6px;list-style:none}.room-documents li{display:grid;grid-template-columns:auto 1fr;grid-gap:5px;gap:5px;align-items:start;color:#718496;font-size:9px;line-height:1.5}.room-documents svg{width:12px;height:12px;color:#38a1dd}.project-room-card a{display:flex;align-items:center;justify-content:space-between;padding-top:15px;border-top:1px solid var(--line);color:var(--blue-dark);font-size:10px;font-weight:800}.project-room-card a svg{width:15px;height:15px}.dashboard-flow{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}.dashboard-flow article{position:relative;min-height:205px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff}.dashboard-flow article:not(:last-child):after{content:"→";position:absolute;z-index:2;top:50%;right:-18px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:var(--blue);background:#fff;font-size:11px;font-weight:900;box-shadow:0 2px 10px rgba(20,80,120,.12)}.dashboard-flow article>span{color:#9cc9e7;font-size:9px;font-weight:900}.flow-icon{width:38px;height:38px;margin:26px 0 18px;display:grid;place-items:center;border-radius:8px;color:var(--blue);background:#eaf6fd}.flow-icon svg{width:18px;height:18px}.dashboard-flow h3{margin-bottom:7px;font-size:13px}.dashboard-flow p{margin:0;font-size:9px;line-height:1.65}.dashboard-bridge{margin-top:28px;padding:36px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-radius:10px;color:#fff;background:linear-gradient(135deg,#0c2948,#146da7)}.dashboard-bridge h2{margin-bottom:7px;font-size:25px}.dashboard-bridge p{max-width:680px;margin:0;color:#b8d3e4;font-size:11px}.dashboard-policy-card{padding:40px;display:grid;grid-template-columns:auto 1fr;align-items:start;grid-gap:22px;gap:22px;border:1px solid #d8e8f2;border-radius:8px;background:#fff}.dashboard-policy-card .policy-icon{margin:0}.dashboard-policy-card h2{margin-bottom:10px;font-size:26px}.dashboard-policy-card p:last-child{margin:0;font-size:12px;line-height:1.8}@media (max-width:960px){.header-inner nav{display:none}.header-cta{margin-left:auto}.hero{min-height:auto;grid-template-columns:1fr;gap:60px}.hero-copy{max-width:700px}.category-grid,.document-grid,.problem-grid,.workflow-grid{grid-template-columns:repeat(2,1fr)}.workflow-card:nth-child(2):after{display:none}.output-layout,.policy-card{grid-template-columns:1fr;gap:45px}.future-card{grid-template-columns:auto 1fr}.future-tags{grid-column:2}.footer-main{grid-template-columns:1fr;gap:48px}.footer-nav{grid-template-columns:repeat(4,1fr)}.dashboard-stat-grid,.featured-notice-grid{grid-template-columns:repeat(2,1fr)}.dashboard-split{grid-template-columns:1fr}.roadmap-card{height:auto}.dashboard-flow,.project-room-grid{grid-template-columns:repeat(2,1fr)}.dashboard-flow article:not(:last-child):after{display:none}}@media (max-width:640px){.shell{width:min(100% - 28px,1160px)}.section{padding:78px 0}.header-inner{height:64px}.header-cta{padding:8px 13px}.hero{padding-top:65px;padding-bottom:70px}h1{font-size:40px}.button-row{align-items:stretch}.button-row .button{flex:1 1}.hero-proof{gap:8px 14px}.hero-visual{padding:20px}.category-grid,.document-grid,.problem-grid,.workflow-grid{grid-template-columns:1fr}.workflow-card:after{display:none}.contact-card,.demo-hero,.detail-title-row,.future-card,.next-banner{display:flex;flex-direction:column;align-items:flex-start}.future-card{padding:28px}.future-tags{grid-column:auto;flex-wrap:wrap}.contact-card{padding:34px 26px}.contact-card h2{font-size:29px}.footer-nav{grid-template-columns:repeat(2,1fr);gap:34px 24px}.footer-bottom{align-items:flex-start;flex-direction:column}.demo-hero{padding-top:60px}.demo-notice{max-width:none}.summary-head{align-items:flex-start;flex-wrap:wrap}.summary-head .sample-tag{margin-left:0}.summary-grid{grid-template-columns:1fr}.summary-grid div{border-right:0;border-bottom:1px solid var(--line)}.section-title-row{align-items:flex-start;flex-direction:column}.category-card{min-height:105px}.table-card-footer{align-items:flex-start;flex-direction:column}.analysis-score{width:100%}.subnav{top:64px}.policy-card{gap:35px}.dashboard-bridge,.dashboard-hero-inner,.dashboard-section-head{flex-direction:column;align-items:flex-start}.dashboard-flow,.dashboard-stat-grid,.featured-notice-grid,.project-room-grid,.source-grid{grid-template-columns:1fr}.roadmap-grid{grid-template-columns:repeat(4,1fr)}.dashboard-policy-card{grid-template-columns:1fr;padding:28px}}