:root { --navy:#143d72; --blue:#1769c2; --ink:#162538; --muted:#64758a; --line:#d7e0ea; --canvas:#f4f7fb; --panel:#fff; --teal:#05a885; }
* { box-sizing:border-box; }
body { margin:0; min-width:1040px; background:var(--canvas); color:var(--ink); font:14px/1.4 Arial, sans-serif; }
.topbar { height:64px; background:#fff; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; padding:0 28px; }
.brand { display:flex; align-items:center; gap:10px; color:var(--navy); text-decoration:none; font-size:24px; font-weight:700; }.brand small { display:block; color:var(--muted); font-size:11px; font-weight:600; }.brand-mark { width:36px; height:36px; display:grid; place-items:center; color:#fff; background:var(--teal); border-radius:7px; }
.topbar-actions,.command-actions { display:flex; align-items:center; gap:10px; }.icon-button,.profile-button,.button { border:1px solid #c9d8e7; background:#fff; color:var(--navy); min-height:36px; padding:0 13px; font-weight:700; border-radius:4px; }.icon-button { width:36px; padding:0; font-size:20px; }.profile-button { background:#eef5fc; }.button { background:var(--blue); border-color:var(--blue); color:#fff; }.button.secondary { background:#fff; color:var(--navy); }
.app-shell { display:grid; grid-template-columns:248px 1fr; min-height:calc(100vh - 64px); }.sidebar { background:#173e71; color:#d8e7f7; padding:18px 12px; }.company-switch { border-bottom:1px solid #41618a; padding:8px 10px 18px; margin-bottom:10px; }.company-switch strong,.company-switch span { display:block; }.company-switch span { margin-top:4px; color:#a9c0dc; font-size:12px; }nav p { color:#93b3d8; font-size:10px; font-weight:700; margin:22px 10px 6px; }nav a { display:block; padding:10px; color:#e5effb; text-decoration:none; border-left:3px solid transparent; }nav a:hover,nav a.active { background:#24538d; border-left-color:#42c7ab; color:#fff; }
.workspace { padding:28px 34px 46px; max-width:1600px; width:100%; }.commandbar { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:23px; }.breadcrumb { color:var(--muted); font-size:12px; }h1 { margin:3px 0 0; font-size:28px; }h2 { margin:0; font-size:16px; }.notice { background:#fff8e1; border:1px solid #efd79a; border-left:4px solid #e9b43b; display:flex; gap:12px; padding:13px 16px; margin-bottom:18px; }.notice span { color:#5f5132; }
.kpis { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:16px; }.kpis article,.panel { background:var(--panel); border:1px solid var(--line); box-shadow:0 2px 8px rgba(25,57,92,.05); }.kpis article { min-height:122px; padding:17px; border-top:3px solid var(--blue); }.kpis span,.kpis small { display:block; color:var(--muted); }.kpis strong { display:block; font-size:26px; margin:9px 0 4px; }
.dashboard-grid { display:grid; grid-template-columns:minmax(0,2fr) minmax(290px,1fr); gap:16px; }.panel { min-height:200px; }.panel-wide { min-width:0; }.panel header { display:flex; align-items:center; justify-content:space-between; padding:14px 17px; border-bottom:1px solid var(--line); }.link-button { border:0; background:transparent; color:var(--blue); font-weight:700; cursor:pointer; }.chart-empty { height:176px; display:grid; place-items:center; color:#8a99a9; background:repeating-linear-gradient(0deg,#fff,#fff 34px,#f6f8fb 35px); }.quick-actions { padding:12px; display:grid; gap:7px; }.quick-actions a { color:var(--navy); text-decoration:none; border:1px solid var(--line); padding:11px; font-weight:700; }.quick-actions a:hover { background:#f1f7fd; border-color:#8eb9e6; }table { width:100%; border-collapse:collapse; }th { background:#f2f5f9; color:#52677e; font-size:10px; text-align:left; padding:11px 16px; }td { padding:16px; border-top:1px solid var(--line); }.empty td { color:#8391a0; text-align:center; }.empty-list { margin:0; padding:8px 18px; list-style:none; }.empty-list li { padding:12px 0; border-bottom:1px solid var(--line); color:#687a8c; }
@media (max-width:1150px) { body { min-width:900px; }.kpis { grid-template-columns:repeat(2,1fr); }.workspace { padding:24px; } }
.public-page { min-width:0; background:#fff; }.public-topbar { padding:0 max(28px, calc((100% - 1260px) / 2)); }.text-link { color:var(--navy); font-weight:700; text-decoration:none; padding:10px; }.hero { min-height:560px; padding:86px max(28px, calc((100% - 1180px) / 2)); display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:78px; background:linear-gradient(120deg,#f2f7fd 0%,#fff 60%,#e6f6f2 100%); }.hero-copy { max-width:650px; }.eyebrow { color:var(--teal); font-size:12px; font-weight:700; }.hero h1 { font-size:48px; line-height:1.1; letter-spacing:0; margin:12px 0 18px; }.hero p { color:#53687d; font-size:18px; line-height:1.55; }.hero-actions { display:flex; gap:12px; margin:28px 0 15px; }.hero-button { text-decoration:none; min-height:44px; display:inline-flex; align-items:center; justify-content:center; }.hero-workspace { background:#fff; border:1px solid #cddbea; border-radius:8px; box-shadow:0 24px 45px rgba(25,61,105,.18); padding:18px; }.demo-bar { display:flex; gap:6px; border-bottom:1px solid var(--line); padding-bottom:13px; }.demo-bar span { width:9px; height:9px; border-radius:50%; background:#cbd8e5; }.demo-bar span:first-child { background:#22b58d; }.demo-title { padding:18px 0 12px; font-size:18px; font-weight:700; }.demo-title b { float:right; font-size:12px; color:var(--blue); }.demo-kpis { display:grid; grid-template-columns:1fr 1fr; gap:10px; }.demo-kpis div,.demo-table { border:1px solid var(--line); padding:12px; }.demo-kpis small { color:var(--muted); display:block; }.demo-kpis strong { font-size:21px; display:block; margin-top:4px; }.demo-table { margin-top:12px; }.demo-table p { display:flex; align-items:center; justify-content:space-between; font-size:12px; margin:10px 0 0; padding-top:10px; border-top:1px solid #edf1f5; }.demo-table i { color:#08775f; background:#ddf6ee; padding:3px 7px; font-style:normal; }.benefits { max-width:1180px; margin:0 auto; padding:45px 28px 62px; display:grid; grid-template-columns:repeat(3,1fr); gap:25px; }.benefits article { border-left:3px solid var(--teal); padding:4px 0 4px 15px; }.benefits strong,.benefits span { display:block; }.benefits strong { font-size:17px; margin-bottom:6px; }.benefits span { color:var(--muted); }.public-footer { background:#10395f; color:#d4e6f6; padding:20px; text-align:center; font-size:13px; }
.auth-page { min-width:0; min-height:100vh; display:grid; place-items:center; padding:32px; background:linear-gradient(140deg,#eef5fc,#f8fbff 55%,#e6f7f1); }.auth-card { width:min(100%,460px); padding:34px; background:#fff; border:1px solid var(--line); box-shadow:0 18px 45px rgba(23,61,113,.13); border-radius:8px; }.auth-card h1 { margin-top:30px; font-size:27px; }.auth-card > p { color:var(--muted); }.auth-card form { margin-top:23px; display:grid; gap:17px; }.auth-card label { color:#405a75; font-weight:700; font-size:12px; }.auth-card input { display:block; width:100%; height:42px; margin-top:7px; padding:0 11px; border:1px solid #bfcfe0; border-radius:4px; font:14px Arial,sans-serif; }.full { width:100%; min-height:43px; }.form-error { color:#a81818; background:#fff0f0; border:1px solid #f1c1c1; padding:11px; }.form-footer { margin-top:20px; font-size:13px; }.form-footer a { color:var(--blue); font-weight:700; }.signed-company { color:#52697e; font-weight:700; }
@media (max-width:800px) { .hero { grid-template-columns:1fr; padding:58px 25px; gap:36px; }.hero h1 { font-size:37px; }.benefits { grid-template-columns:1fr; }.public-topbar { padding:0 18px; } }
