:root{--navy:#172650;--ink:#18213a;--muted:#6f7890;--line:#e5e9f2;--surface:#f5f7fb;--accent:#12c99b;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--surface)}a{text-decoration:none;color:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}aside{background:var(--navy);color:#dbe3f7;padding:28px 20px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{font-weight:800;font-size:22px;display:flex;align-items:center;gap:10px}.brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--accent);color:var(--navy)}nav{display:grid;gap:8px;margin-top:48px}nav a,.aside-bottom a{padding:13px 15px;border-radius:10px;font-weight:650}nav a.active,nav a:hover,.aside-bottom a:hover{background:#263865;color:#fff}.aside-bottom{margin-top:auto;display:grid;gap:6px}main{min-width:0}header{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:flex-end;padding:0 40px;gap:24px}.languages{display:flex;gap:10px;font-size:12px;font-weight:800}.languages a:hover{color:var(--accent)}.avatar{width:38px;height:38px;border-radius:50%;background:#dff8f1;color:#087e63;display:grid;place-items:center;font-weight:800}.menu-button{display:none}.content{padding:48px;max-width:1500px;margin:auto}.hero{background:linear-gradient(120deg,#172650,#263c76);border-radius:22px;color:#fff;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px}.hero h1{font-size:34px;margin:4px 0 8px}.hero p{color:#cdd8f1}.eyebrow{font-weight:800;font-size:12px;letter-spacing:.15em;color:var(--accent)!important}.primary,.secondary{border:0;border-radius:11px;padding:13px 18px;font-weight:800;cursor:pointer}.primary{background:var(--accent);color:#082f29}.secondary{background:#eef3ff;color:var(--navy)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}.stats article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}.stats strong{display:block;font-size:28px}.stats span{font-size:14px;color:var(--muted)}.section-title{margin:36px 0 16px}.section-title h2{margin:4px 0}.template-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;display:flex;align-items:center;gap:22px}.doc-icon{width:58px;height:68px;border-radius:12px;background:#e4faf4;color:#079975;font-size:36px;display:grid;place-items:center}.grow{flex:1}.grow h3{margin:8px 0}.grow p{color:var(--muted);max-width:760px}.badge{font-size:11px;font-weight:800;color:#9a6a00;background:#fff4ce;padding:5px 8px;border-radius:20px}.meta{display:flex;gap:20px;color:var(--muted);font-size:12px;font-weight:700}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#101d42,#20366d)}.login-card{background:#fff;width:min(430px,calc(100% - 32px));padding:36px;border-radius:20px;box-shadow:0 20px 60px #07112f77}.login-card h1{margin:34px 0 4px}.login-card p,.login-card small{color:var(--muted)}label{display:grid;gap:7px;margin:18px 0;font-weight:700;font-size:14px}input{padding:13px;border:1px solid #ccd3e1;border-radius:10px;font:inherit}.login-card button{width:100%}.alert{background:#ffe7e7;color:#9d2424;padding:10px;border-radius:8px;margin-top:16px}@media(max-width:800px){.app-shell{display:block}aside{position:fixed;z-index:10;transform:translateX(-100%);transition:.2s;width:270px}aside.open{transform:none}.menu-button{display:block;margin-right:auto;border:0;background:none;font-size:22px}header{padding:0 20px}.content{padding:22px 16px}.hero{padding:26px;align-items:flex-start;flex-direction:column}.hero h1{font-size:27px}.stats{grid-template-columns:1fr}.template-card{align-items:flex-start;flex-wrap:wrap}.template-card .secondary{width:100%}.doc-icon{width:46px;height:54px}.grow{min-width:calc(100% - 72px)}}

