:root{--navy:#0b2447;--navy2:#102f59;--blue:#2d6cdf;--cyan:#42b9b0;--paper:#f3f6fa;--ink:#15243a;--muted:#6d7c91;--line:#dfe6ef;--green:#1e9b70;--amber:#f0a32b;--red:#dc5c61;--white:#fff;--shadow:0 18px 60px rgba(17,44,83,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;position:sticky;top:0;z-index:20}.topbar .container{display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:48px;height:57px;object-fit:contain;filter:drop-shadow(0 5px 9px rgba(15,46,86,.18))}.brand b,.brand small{display:block}.brand b{font-size:20px;letter-spacing:.09em}.brand small{font-size:9px;letter-spacing:.18em;color:#718198}.nav{display:flex;gap:28px;margin-left:30px;font-weight:750;font-size:13px;color:#607086}.nav a{padding:29px 0 25px;border-bottom:3px solid transparent}.nav a.active{color:var(--blue);border-color:var(--blue)}.nav-actions{margin-left:auto;display:flex;gap:9px}.btn{border:0;border-radius:11px;padding:12px 18px;font-weight:800;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 25px rgba(45,108,223,.25)}.btn-secondary{background:#eef3fb;color:#294c78}.btn-outline{background:#fff;color:#294c78;border:1px solid #cad6e5}.btn-danger{background:#ffeff0;color:#b63e46}.btn-small{padding:8px 12px;font-size:11px}.hero{background:var(--navy);color:#fff;min-height:620px;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(92,166,255,.13);border-radius:50%}.hero:before{width:720px;height:720px;right:-100px;top:-230px}.hero:after{width:500px;height:500px;right:40px;top:-110px}.hero-grid{min-height:620px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;position:relative;z-index:2}.eyebrow{font-size:11px;letter-spacing:.22em;color:#79dbd5;font-weight:850}.hero h1{font-size:62px;line-height:1.03;letter-spacing:-.055em;margin:27px 0 22px;font-weight:500}.hero h1 em{font-style:normal;color:#66a6ff}.hero p{font-size:17px;line-height:1.8;color:#b7c6da;max-width:620px}.hero-actions{display:flex;gap:12px;margin-top:34px}.hero-trust{display:flex;gap:22px;color:#9fb0c5;font-size:11px;margin-top:28px}.progress-card{background:#fff;color:var(--ink);border-radius:24px;padding:34px;box-shadow:0 25px 80px rgba(0,0,0,.28);position:relative}.progress-head{display:flex;justify-content:space-between;align-items:center;color:#78869a;font-size:12px}.progress-head b{color:#30405a}.progress-number{font-size:68px;font-weight:850;letter-spacing:-.06em;margin:24px 0 4px}.progress-number small{font-size:16px;color:#8290a4;letter-spacing:0}.bar{height:13px;background:#edf1f6;border-radius:20px;overflow:hidden;margin:20px 0}.bar i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),#4d8df4);border-radius:inherit}.progress-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:25px}.legend{background:#f6f8fb;border-radius:12px;padding:12px}.legend b,.legend small{display:block}.legend b{font-size:18px}.legend small{font-size:9px;color:#8491a3;margin-top:3px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px}.section{padding:76px 0}.section.white{background:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.section-head h2{font-size:35px;letter-spacing:-.04em;margin:7px 0}.section-head p{color:var(--muted);font-size:13px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:24px;box-shadow:0 10px 30px rgba(27,57,99,.05)}.card .value{font-size:34px;font-weight:800;letter-spacing:-.04em}.card label{display:block;color:var(--muted);font-size:11px;margin-top:6px}.card.blue{border-top:4px solid var(--blue)}.card.green{border-top:4px solid var(--green)}.card.amber{border-top:4px solid var(--amber)}.card.red{border-top:4px solid var(--red)}.chart{height:180px;display:flex;align-items:end;gap:12px;padding-top:25px}.chart div{flex:1;min-height:5px;border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,#4f8bed,#2d6cdf);position:relative}.chart div span{position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);font-size:9px;color:#8190a3}.notice{border-radius:12px;padding:13px 16px;margin:18px 0;font-size:12px}.notice.info{background:#e9f3ff;color:#28558f}.notice.error{background:#ffeded;color:#a53a42}.notice.success{background:#e8f7ef;color:#176c4f}.footer{background:#07162d;color:#8ea1ba;padding:28px 0;font-size:11px}.footer .container{display:flex;align-items:center;gap:34px}.footer .brand b{color:#fff}.footer .brand img{width:40px;height:47px}.footer p{margin-left:auto}.auth-page{min-height:100vh;background:linear-gradient(135deg,#071b38,#123663);display:grid;place-items:center;padding:30px}.auth-shell{width:min(970px,100%);background:#fff;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;box-shadow:0 30px 90px rgba(0,0,0,.3)}.auth-side{background:var(--navy);color:white;padding:54px;position:relative;overflow:hidden}.auth-side:after{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(91,164,255,.2);border-radius:50%;right:-150px;bottom:-150px}.auth-side h1{font-size:42px;letter-spacing:-.05em;margin:45px 0 18px}.auth-side p{color:#b5c4d7;line-height:1.7}.auth-main{padding:54px}.auth-main h2{font-size:29px;margin:0 0 8px}.auth-main>p{color:var(--muted);font-size:13px;margin-bottom:30px}.field{margin-bottom:17px}.field label{display:block;font-size:11px;font-weight:800;color:#52637a;margin-bottom:7px}.input,select,textarea{width:100%;border:1px solid #cad5e3;border-radius:10px;padding:12px 13px;background:#fff;color:var(--ink);outline:none}.input:focus,select:focus,textarea:focus{border-color:#5591ed;box-shadow:0 0 0 3px rgba(45,108,223,.11)}.login-tabs{display:flex;background:#eef3f9;border-radius:11px;padding:4px;margin-bottom:22px}.login-tabs button{flex:1;border:0;background:transparent;border-radius:8px;padding:9px;color:#687990;font-weight:800;font-size:11px}.login-tabs button.active{background:#fff;color:var(--navy);box-shadow:0 2px 9px rgba(22,51,89,.1)}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:#081d3a;color:#a9b8cc;padding:25px 20px;position:sticky;top:0;height:100vh}.sidebar .brand b{color:#fff}.sidebar .brand img{width:43px;height:52px}.side-user{margin:35px 0 24px;padding:18px;background:#ffffff0a;border:1px solid #ffffff10;border-radius:14px}.side-user b,.side-user small{display:block}.side-user b{color:#fff;font-size:13px}.side-user small{font-size:10px;margin-top:5px}.menu{display:grid;gap:7px}.menu a{padding:12px 14px;border-radius:10px;font-size:12px;font-weight:750}.menu a:hover,.menu a.active{background:#173b69;color:#fff}.main{padding:30px 35px;min-width:0}.main-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.main-head h1{font-size:30px;letter-spacing:-.04em;margin:0}.main-head p{font-size:11px;color:var(--muted)}.panel{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;margin-bottom:20px}.panel-head{display:flex;justify-content:space-between;align-items:center;padding:19px 22px;border-bottom:1px solid var(--line)}.panel-head h2{font-size:15px;margin:0}.panel-body{padding:22px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px}th,td{padding:13px 12px;border-bottom:1px solid #e8edf3;text-align:left;vertical-align:top}th{background:#f4f7fb;color:#5e6e83;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.badge{display:inline-flex;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:850}.badge.missing{background:#fff0d8;color:#976313}.badge.draft{background:#eaf0f8;color:#58708e}.badge.submitted{background:#e7f1ff;color:#2464b5}.badge.revision{background:#ffe9ea;color:#ae4047}.badge.verified{background:#e5f6ed;color:#197151}.filters{display:flex;gap:10px;flex-wrap:wrap}.filters .input,.filters select{width:auto;min-width:170px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.actions{display:flex;gap:9px;flex-wrap:wrap}.empty{text-align:center;padding:45px;color:#7d8ba0}.muted{color:var(--muted)}.mobile-menu{display:none}
@media(max-width:900px){.nav{display:none}.hero-grid{grid-template-columns:1fr;padding:55px 0}.hero h1{font-size:48px}.hero-visual{max-width:580px}.cards{grid-template-columns:repeat(2,1fr)}.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.menu{grid-template-columns:repeat(2,1fr)}.auth-shell{grid-template-columns:1fr}.auth-side{display:none}}
@media(max-width:600px){.container{width:min(100% - 24px,1180px)}.topbar{height:70px}.brand img{width:40px;height:47px}.brand small{display:none}.nav-actions .btn-secondary{display:none}.hero{min-height:auto}.hero-grid{min-height:auto;gap:35px}.hero h1{font-size:40px}.hero p{font-size:14px}.hero-actions,.hero-trust{flex-direction:column}.hero-actions .btn{width:100%}.cards{grid-template-columns:1fr}.section{padding:55px 0}.footer .container{display:block;text-align:center}.footer .brand{justify-content:center}.footer p{margin:14px 0}.main{padding:22px 14px}.main-head{display:block}.main-head .actions{margin-top:15px}.form-grid{grid-template-columns:1fr}.auth-main{padding:34px 22px}.progress-legend{grid-template-columns:1fr}.filters{display:grid}.filters .input,.filters select{width:100%}}
