:root{--bg:#f5f7fb;--panel:#fff;--panel-soft:#f8fafc;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--navy:#08244a;--navy-2:#0d315f;--blue:#4f46e5;--green:#16a34a;--red:#dc2626;--amber:#f59e0b;--shadow:0 14px 35px #0f172a14}*{box-sizing:border-box}html{min-height:100%}body{min-height:100%;color:var(--ink);background:radial-gradient(circle at 0 0,#fff 0,#f5f7fb 38%,#edf2f7 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.shell{min-height:100vh;display:flex}.sidebar{color:#fff;background:linear-gradient(#06234a 0%,#071b37 100%);width:270px;height:100vh;padding:24px 18px;position:sticky;top:0;box-shadow:12px 0 32px #08244a2e}.brand{align-items:center;gap:12px;margin-bottom:34px;font-size:20px;font-weight:800;display:flex}.brand-mark{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:13px;place-items:center;width:38px;height:38px;display:grid}.nav-list{gap:7px;display:grid}.nav-item{color:#ffffffd1;border-radius:12px;align-items:center;gap:12px;padding:13px 14px;font-weight:650;display:flex}.nav-item.active,.nav-item:hover{color:#fff;background:#ffffff1f}.sidebar-footer{background:#ffffff14;border-radius:16px;align-items:center;gap:12px;padding:14px;display:flex;position:absolute;bottom:22px;left:18px;right:18px}.avatar{background:linear-gradient(135deg,#6366f1,#60a5fa);border-radius:999px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.main{flex:1;padding:28px 30px 42px;overflow:hidden}.page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.eyebrow{color:var(--muted);margin:4px 0 0}.h1{letter-spacing:-.04em;margin:0;font-size:clamp(28px,4vw,38px);line-height:1.05}.btn{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;padding:12px 16px;font-weight:800;display:inline-flex;box-shadow:0 10px 22px #4f46e538}.btn.secondary{color:var(--ink);border:1px solid var(--line);box-shadow:none;background:#fff}.btn.approve{background:var(--green);box-shadow:0 10px 22px #16a34a33}.btn.reject{background:var(--red);box-shadow:0 10px 22px #dc26262e}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.kpi-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffe0;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}.kpi-label{color:#475569;font-size:14px;font-weight:650}.kpi-value{letter-spacing:-.04em;margin:4px 0 8px;font-size:34px;font-weight:900}.kpi-trend{color:#15803d;font-size:13px}.kpi-icon{border-radius:999px;place-items:center;width:54px;height:54px;font-size:23px;font-weight:900;display:grid}.kpi-icon.blue{color:#4f46e5;background:#eef2ff}.kpi-icon.amber{color:#f59e0b;background:#fff7ed}.kpi-icon.green{color:#16a34a;background:#dcfce7}.kpi-icon.red{color:#dc2626;background:#fee2e2}.panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffffff0;border-radius:20px;overflow:hidden}.toolbar{border-bottom:1px solid var(--line);grid-template-columns:1fr 140px 160px 160px auto;gap:12px;padding:14px;display:grid}.input,.select,.textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:12px;outline:none;padding:12px 13px}.input:focus,.select:focus,.textarea:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf82e}.table-wrap{overflow-x:auto}.table{border-collapse:collapse;width:100%;min-width:930px}.table th{text-align:left;color:#334155;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--line);background:#f8fafc;padding:14px 18px;font-size:12px}.table td{vertical-align:middle;border-bottom:1px solid #edf2f7;padding:15px 18px}.table tr:hover td{background:#fbfdff}.request-title{margin-bottom:4px;font-weight:850}.request-sub{color:var(--muted);font-size:13px}.badge{border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.badge.pending{color:#a16207;background:#fef3c7}.badge.approved{color:#15803d;background:#dcfce7}.badge.rejected{color:#b91c1c;background:#fee2e2}.badge.waiting{color:#475569;background:#e2e8f0}.badge.active{color:#1d4ed8;background:#dbeafe}.progress-row{align-items:center;gap:10px;display:flex}.progress-track{background:#e8edf3;border-radius:999px;width:150px;height:7px;overflow:hidden}.progress-bar{background:var(--amber);border-radius:inherit;height:100%}.progress-bar.complete{background:var(--green)}.progress-bar.rejected{background:var(--red)}.action-link{color:#2563eb;font-weight:800}.detail-layout{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:20px;display:grid}.detail-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:22px}.meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.meta-item{border:1px solid var(--line);background:#fbfdff;border-radius:14px;padding:14px}.meta-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:12px;font-weight:800}.timeline{gap:12px;display:grid}.timeline-item{grid-template-columns:44px 1fr;align-items:start;gap:12px;display:grid}.timeline-dot{color:#475569;background:#e2e8f0;border-radius:999px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.timeline-dot.approved{color:var(--green);background:#dcfce7}.timeline-dot.active{color:#1d4ed8;background:#dbeafe}.timeline-dot.rejected{color:var(--red);background:#fee2e2}.timeline-box{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px}.approval-shell{background:#f5f7fb;grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.approval-topbar{color:#fff;background:linear-gradient(90deg,#06234a,#0d315f);align-items:center;gap:12px;padding:18px 26px;font-weight:850;display:flex}.approval-main{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:24px;width:min(1120px,100% - 32px);margin:32px auto;display:grid}.approval-title{letter-spacing:-.04em;margin:0 0 16px;font-size:clamp(30px,4vw,42px);line-height:1.05}.approval-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:22px;padding:28px}.attachment{border:1px solid var(--line);background:#fbfdff;border-radius:14px;justify-content:space-between;align-items:center;margin-top:12px;padding:14px;display:flex}.secure-note{color:#475569;gap:10px;margin-top:18px;font-size:13px;display:flex}.footer-note{border-top:1px solid var(--line);text-align:center;color:var(--muted);padding:18px;font-size:13px}.home-hero{max-width:1000px;margin:0 auto;padding:76px 24px}.home-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:26px;padding:36px}.home-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}@media (max-width:980px){.shell{display:block}.sidebar{border-radius:0 0 24px 24px;width:100%;height:auto;position:relative}.sidebar-footer{margin-top:24px;position:static}.main{padding:22px 16px 32px}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar,.detail-layout,.approval-main{grid-template-columns:1fr}}@media (max-width:580px){.page-header{flex-direction:column;align-items:flex-start}.kpi-grid,.meta-grid{grid-template-columns:1fr}.approval-card{padding:20px}}.create-form{gap:22px;margin-top:28px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-field{gap:8px;display:grid}.form-field span{color:#475569;text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:800}.approver-section{border:1px solid var(--line);background:#fbfdff;border-radius:20px;gap:14px;padding:20px;display:grid}.section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:2px;display:flex}.section-heading h2{letter-spacing:-.02em;margin:0;font-size:22px}.section-heading p{color:var(--muted);margin:4px 0 0}.approver-card{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:84px 1fr 1fr 1fr auto;align-items:end;gap:12px;padding:14px;display:grid}.step-chip{color:#1d4ed8;background:#dbeafe;border-radius:999px;place-self:center start;padding:7px 10px;font-size:13px;font-weight:900}.remove-btn{padding:11px 12px}.result{border:1px solid var(--line);border-radius:16px;padding:16px}.result p{margin:5px 0 0}.result.success{color:#14532d;background:#f0fdf4;border-color:#bbf7d0}.result.error{color:#7f1d1d;background:#fef2f2;border-color:#fecaca}.form-actions{flex-wrap:wrap;gap:12px;display:flex}@media (max-width:980px){.form-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start}.approver-card{grid-template-columns:1fr}}:root{--brand-ink:#17211f;--brand-muted:#687572;--brand-line:#dce4e1;--brand-accent:#176c5b;--brand-accent-dark:#105548;--brand-accent-soft:#e7f3ef;--brand-danger:#bb3e32}.app-page,.dashboard-page{min-height:100vh;color:var(--brand-ink);background:#fbfcfb}.app-topbar{border-bottom:1px solid var(--brand-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#fffffff0;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(24px,5vw,72px);display:flex;position:sticky;top:0}.app-brand{letter-spacing:-.02em;align-items:center;gap:11px;font-size:17px;font-weight:750;display:flex}.app-brand>span{color:#fff;background:var(--brand-accent);border-radius:10px;place-items:center;width:34px;height:34px;font-size:15px;display:grid}.dashboard-link{color:#34433f;border-radius:9px;padding:9px 13px;font-size:14px;font-weight:650}.dashboard-link:hover{background:#f4f7f6}.section-eyebrow{color:var(--brand-accent);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;font-size:12px;font-weight:750;display:flex}.section-eyebrow i{width:7px;height:7px;box-shadow:0 0 0 4px var(--brand-accent-soft);background:#42a38d;border-radius:50%}.request-layout{grid-template-columns:minmax(280px,390px) minmax(0,760px);align-items:start;gap:clamp(48px,8vw,112px);max-width:1300px;margin:0 auto;padding:64px clamp(24px,5vw,72px) 96px;display:grid}.request-intro{position:sticky;top:136px}.request-intro h1,.request-mobile-intro h1{letter-spacing:-.05em;max-width:430px;margin:18px 0 16px;font-size:clamp(38px,4vw,54px);font-weight:670;line-height:1.04}.request-intro>p,.request-mobile-intro>p{max-width:430px;color:var(--brand-muted);margin:0;font-size:17px;line-height:1.65}.request-intro ol{margin:44px 0 40px;padding:0;list-style:none}.request-intro li{color:#7b8683;gap:14px;min-height:64px;display:flex;position:relative}.request-intro li:not(:last-child):after{content:"";background:#d3dcda;width:1px;height:23px;position:absolute;top:35px;left:15px}.request-intro li>span{background:#fff;border:1px solid #ccd6d3;border-radius:50%;flex:0 0 31px;place-items:center;width:31px;height:31px;font-size:12px;font-weight:700;display:grid}.request-intro li div{flex-direction:column;gap:3px;padding-top:2px;display:flex}.request-intro li strong{color:#42504d;font-size:14px;font-weight:650}.request-intro li small{font-size:12px}.request-intro li.active>span{color:#fff;background:var(--brand-accent);border-color:var(--brand-accent)}.request-intro li.active strong{color:var(--brand-ink)}.sequence-note{background:#f2f8f6;border:1px solid #dbe9e5;border-radius:13px;gap:13px;padding:17px;display:flex}.sequence-note>span{color:#fff;background:var(--brand-accent);border-radius:50%;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:12px;display:grid}.sequence-note p{color:#52625e;margin:0;font-size:13px;line-height:1.55}.sequence-note strong{color:#24443d}.request-mobile-intro{display:none}.request-column{min-width:0}.request-form{border:1px solid var(--brand-line);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px #1c342e0f}.required-note{text-align:right;color:var(--brand-muted);background:#fafbfb;border-bottom:1px solid #e8edeb;padding:17px 32px;font-size:12px}.required-note b,.field-label b{color:var(--brand-danger);margin-left:4px}.request-section{border-bottom:1px solid #e8edeb;padding:32px}.section-title{grid-template-columns:34px 1fr;align-items:start;gap:13px;margin-bottom:25px;display:grid}.section-title>span{width:32px;height:32px;color:var(--brand-accent);background:var(--brand-accent-soft);border-radius:9px;place-items:center;font-size:13px;font-weight:750;display:grid}.section-title h2{letter-spacing:-.025em;margin:0 0 4px;font-size:19px}.section-title p{color:var(--brand-muted);margin:0;font-size:13px}.section-title.with-action{grid-template-columns:34px 1fr auto;align-items:center}.field-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.field-grid .wide{grid-column:1/-1}.request-form label{min-width:0;display:block}.field-label{color:#34433f;text-transform:none;letter-spacing:0;align-items:baseline;margin-bottom:8px;font-size:13px;font-weight:650;display:flex}.field-label small{color:#8a9491;margin-left:auto;font-size:11px;font-weight:500}.request-form input,.request-form select,.request-form textarea,.dashboard-filters input,.dashboard-filters select{width:100%;color:var(--brand-ink);background:#fff;border:1px solid #cdd7d4;border-radius:9px;outline:none;transition:border-color .15s,box-shadow .15s}.request-form input,.request-form select{height:44px;padding:0 13px}.request-form textarea{resize:vertical;min-height:116px;padding:12px 13px;line-height:1.5}.request-form input:focus,.request-form select:focus,.request-form textarea:focus,.dashboard-filters input:focus,.dashboard-filters select:focus{border-color:var(--brand-accent);box-shadow:0 0 0 3px #176c5b1f}.request-form label>em{color:#87918e;margin-top:7px;font-size:11px;font-style:normal;display:block}.upload-box{background:#fbfdfc;border:1px dashed #afc2bd;border-radius:11px;align-items:center;gap:14px;padding:18px;display:flex}.upload-box>span{width:38px;height:38px;color:var(--brand-accent);background:var(--brand-accent-soft);border-radius:9px;flex:0 0 38px;place-items:center;font-size:21px;display:grid}.upload-box>div{flex:1;min-width:0}.upload-box strong{text-overflow:ellipsis;color:#34433f;font-size:13px;display:block;overflow:hidden}.upload-box p{color:#8a9491;margin:4px 0 0;font-size:11px}.file-button,.add-approver{cursor:pointer;color:var(--brand-accent);background:#fff;border:1px solid #b9cbc7;border-radius:8px;font-size:12px;font-weight:680}.file-button{padding:9px 12px;position:relative;overflow:hidden}.file-button input{opacity:0;width:1px;height:1px;position:absolute}.or-divider{color:#9aa4a1;align-items:center;gap:12px;margin:19px 0;font-size:11px;display:flex}.or-divider:before,.or-divider:after{content:"";background:#e4e9e7;flex:1;height:1px}.add-approver{padding:9px 11px}.approver-list{gap:12px;display:grid}.approver-row{background:#fbfcfc;border:1px solid #dfe6e3;border-radius:12px;grid-template-columns:31px 1fr 28px;align-items:start;gap:13px;padding:17px;display:grid}.approver-fields{grid-template-columns:.85fr 1.15fr;gap:12px;display:grid}.step-number{color:#51615d;background:#edf2f0;border-radius:50%;place-items:center;width:28px;height:28px;margin-top:27px;font-size:12px;font-weight:700;display:grid}.remove-approver{color:#8c9693;cursor:pointer;background:0 0;border:0;border-radius:7px;width:28px;height:28px;margin-top:27px;font-size:20px}.remove-approver:hover{color:var(--brand-danger);background:#fbeeed}.form-result{border:1px solid;border-radius:12px;grid-template-columns:28px 1fr;gap:12px;margin:20px 32px 0;padding:16px;font-size:13px;display:grid}.form-result>span{color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;font-weight:750;display:grid}.form-result p{margin:3px 0 0}.form-result a{margin-top:7px;font-weight:700;text-decoration:underline;display:inline-block}.form-result.success{color:#2e544b;background:#edf8f4;border-color:#cee6de}.form-result.success>span{background:var(--brand-accent)}.form-result.error{color:#7d3933;background:#fdf0ef;border-color:#efcfcc}.form-result.error>span{background:var(--brand-danger)}.request-actions{background:#fafbfb;justify-content:flex-end;align-items:center;gap:24px;padding:23px 32px;display:flex}.request-actions>a{color:#65716e;font-size:13px;font-weight:620}.request-actions>button,.primary-action{color:#fff;background:var(--brand-accent);cursor:pointer;border:0;border-radius:9px;align-items:center;gap:14px;height:44px;padding:0 19px;font-size:13px;font-weight:680;display:flex;box-shadow:0 6px 16px #176c5b2e}.request-actions>button:hover,.primary-action:hover{background:var(--brand-accent-dark)}.request-actions>button:disabled{cursor:wait;opacity:.68}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dashboard-page{background:linear-gradient(#fff 0,#f7faf9 360px 100%)}.dashboard-topbar{grid-template-columns:1fr auto 1fr;display:grid}.dashboard-topbar nav{background:#f6f8f7;border:1px solid #e3e9e7;border-radius:10px;gap:6px;padding:4px;display:flex}.dashboard-topbar nav a{color:#6d7975;border-radius:7px;padding:7px 13px;font-size:12px;font-weight:650}.dashboard-topbar nav a.current{color:#24443d;background:#fff;box-shadow:0 1px 4px #182d2814}.admin-profile{justify-self:end;align-items:center;gap:9px;display:flex}.admin-profile>span{color:#3a554f;background:#edf3f1;border-radius:10px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:750;display:grid}.admin-profile div{flex-direction:column;gap:1px;display:flex}.admin-profile strong{font-size:12px}.admin-profile small{color:#8a9491;font-size:10px}.dashboard-shell{width:min(1280px,100% - 48px);margin:0 auto;padding:52px 0 80px}.dashboard-heading{justify-content:space-between;align-items:end;gap:24px;display:flex}.dashboard-heading h1{letter-spacing:-.045em;margin:15px 0 7px;font-size:clamp(34px,4vw,46px);font-weight:680;line-height:1.05}.dashboard-heading p{color:var(--brand-muted);margin:0;font-size:15px}.primary-action{text-decoration:none}.metrics{grid-template-columns:repeat(4,1fr);gap:14px;margin:34px 0 22px;display:grid}.metric{background:#ffffffe6;border:1px solid #e0e7e4;border-radius:13px;padding:19px;box-shadow:0 7px 24px #1c342e09}.metric-top{align-items:center;gap:9px;display:flex}.metric-top>span{color:#50605c;background:#edf2f0;border-radius:8px;place-items:center;width:27px;height:27px;font-size:12px;font-weight:750;display:grid}.metric-top small{color:#64716d;font-size:12px;font-weight:650}.metric>strong{letter-spacing:-.04em;margin:17px 0 4px;font-size:29px;line-height:1;display:block}.metric>p{color:#929b99;margin:0;font-size:11px}.metric.amber .metric-top>span{color:#9b6b16;background:#fff4d9}.metric.green .metric-top>span{color:var(--brand-accent);background:var(--brand-accent-soft)}.metric.red .metric-top>span{color:#b04c42;background:#faecea}.requests-panel{background:#fff;border:1px solid #dfe6e3;border-radius:15px;overflow:hidden;box-shadow:0 14px 40px #1c342e0d}.panel-header{border-bottom:1px solid #e8edeb;justify-content:space-between;align-items:center;gap:20px;min-height:85px;padding:20px 22px;display:flex}.panel-header h2{letter-spacing:-.02em;margin:0 0 4px;font-size:17px}.panel-header p{color:#8a9491;margin:0;font-size:11px}.dashboard-filters{gap:9px;display:flex}.search-field{width:230px;position:relative}.search-field>span{color:#7d8985;font-size:19px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-field input{padding-left:36px}.dashboard-filters input,.dashboard-filters select{background:#fbfcfc;height:38px;padding:0 12px;font-size:12px}.dashboard-filters select{width:130px}.dashboard-filters>button{color:var(--brand-accent);cursor:pointer;background:#fff;border:1px solid #b9cbc7;border-radius:8px;padding:0 13px;font-size:11px;font-weight:680}.requests-table{border-collapse:collapse;width:100%;min-width:900px}.requests-table th{color:#83908c;text-align:left;text-transform:uppercase;letter-spacing:.07em;background:#fafbfb;border-bottom:1px solid #e7ecea;height:42px;padding:0 18px;font-size:10px;font-weight:720}.requests-table td{vertical-align:middle;border-bottom:1px solid #edf1ef;height:76px;padding:12px 18px;font-size:12px}.requests-table tbody tr:hover{background:#fbfdfc}.requests-table td>strong{white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:12px;display:block;overflow:hidden}.requests-table td>small{color:#87918e;white-space:nowrap;text-overflow:ellipsis;max-width:220px;margin-top:5px;font-size:10px;display:block;overflow:hidden}.status-pill{border-radius:99px;align-items:center;gap:6px;width:max-content;padding:5px 8px;font-size:10px;font-weight:720;display:flex}.status-pill i{border-radius:50%;width:5px;height:5px}.status-pill.pending{color:#946616;background:#fff5df}.status-pill.pending i{background:#d79522}.status-pill.approved{color:#226f5f;background:#e8f4f0}.status-pill.approved i{background:#2f8c77}.status-pill.rejected{color:#a1453c;background:#faecea}.status-pill.rejected i{background:#bd564c}.progress{align-items:center;gap:9px;display:flex}.progress>span{background:#e8edeb;border-radius:99px;width:66px;height:5px;overflow:hidden}.progress>span i{border-radius:inherit;background:#d79522;height:100%;display:block}.progress>span i.approved{background:var(--brand-accent)}.progress>span i.rejected{background:var(--brand-danger)}.progress small{color:var(--brand-muted);font-size:10px}.updated{color:var(--brand-muted);white-space:nowrap;font-size:11px}.view-request{width:max-content;color:var(--brand-accent);align-items:center;gap:8px;font-size:11px;font-weight:680;display:flex}.view-request:hover{text-decoration:underline}.muted-dash{color:#a1aaa7}.empty-state{text-align:center;padding:55px 20px}.empty-state>span{background:var(--brand-accent-soft);width:40px;height:40px;color:var(--brand-accent);border-radius:11px;place-items:center;margin:0 auto 12px;font-size:22px;display:grid}.empty-state h3{margin:0 0 5px;font-size:15px}.empty-state p{color:var(--brand-muted);margin:0 0 16px;font-size:12px}.empty-state a{color:var(--brand-accent);font-size:12px;font-weight:700;text-decoration:underline}@media (max-width:900px){.request-layout{max-width:760px;padding-top:42px;display:block}.request-intro{display:none}.request-mobile-intro{margin-bottom:28px;display:block}.request-mobile-intro h1{margin:15px 0 10px;font-size:38px}.dashboard-topbar{grid-template-columns:1fr auto}.dashboard-topbar nav{display:none}.metrics{grid-template-columns:1fr 1fr}.dashboard-shell{width:min(100% - 30px,760px);padding-top:38px}}@media (max-width:620px){.app-topbar{height:64px;padding:0 18px}.dashboard-link{font-size:0}.dashboard-link span{font-size:20px}.request-layout{padding:30px 14px 56px}.request-mobile-intro{padding:0 5px}.request-mobile-intro h1{font-size:32px}.request-form{border-radius:14px}.required-note{padding:14px 20px}.request-section{padding:25px 20px}.field-grid,.approver-fields{grid-template-columns:1fr}.section-title.with-action{grid-template-columns:34px 1fr}.section-title.with-action .add-approver{grid-column:2;justify-self:start;margin-top:10px}.upload-box{flex-wrap:wrap;align-items:flex-start}.file-button{margin-left:52px}.approver-row{grid-template-columns:28px 1fr 24px;gap:9px;padding:14px 12px}.request-actions{justify-content:space-between;padding:20px}.form-result{margin:16px 20px 0}.admin-profile div{display:none}.dashboard-heading{align-items:flex-start}.dashboard-heading h1{font-size:34px}.dashboard-heading p{max-width:230px}.primary-action{padding:0 13px;font-size:12px}.metrics{gap:10px;margin-top:28px}.metric{padding:15px}.metric>strong{font-size:26px}.metric>p{min-height:28px}.panel-header{flex-direction:column;align-items:flex-start}.dashboard-filters{flex-wrap:wrap;width:100%}.search-field{flex:1;width:auto;min-width:180px}}
