:root{--navy-950:#061c2f;--navy-900:#082f4d;--navy-800:#0a456f;--navy-700:#0d5d91;--blue-100:#eaf4fb;--orange:#f58220;--orange-100:#fff3e8;--ink:#132435;--muted:#687b8d;--bg:#f4f7f9;--panel:#ffffff;--line:#d7e0e7;--success:#147a4b;--success-bg:#e9f7ef;--warning:#9b5a00;--warning-bg:#fff5df;--danger:#a12622;--danger-bg:#fdeeed;--shadow:0 14px 40px rgba(8,47,77,.09);--radius:16px;--radius-sm:10px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.muted{color:var(--muted)}.brand-mark{display:flex;align-items:center;gap:11px}.brand-symbol{width:38px;height:38px;border-radius:11px;background:var(--navy-800);color:white;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.brand-symbol:before{content:"";width:18px;height:4px;border-radius:4px;background:var(--orange);box-shadow:0 -7px 0 -1px #fff,0 7px 0 -1px #fff}.brand-copy strong{display:block;font-size:15px;letter-spacing:.08em}.brand-copy small{font-size:10px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(440px,.9fr);background:linear-gradient(135deg,var(--navy-950),var(--navy-800) 58%,#0b5a87)}.auth-hero{padding:54px clamp(34px,6vw,88px);color:white;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.auth-hero .brand-copy small{color:#bdd2e3}.auth-hero h1{font-size:clamp(42px,5.2vw,76px);line-height:.98;margin:80px 0 18px;max-width:760px;letter-spacing:-.04em}.auth-hero p{max-width:620px;color:#d7e4ed;font-size:16px;line-height:1.65}.auth-kicker{color:#ffad69;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800}.auth-foot{font-size:11px;color:#a9c3d6}.auth-panel{background:#f9fbfc;padding:38px;display:grid;place-items:center}.auth-card{width:min(100%,500px);background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:34px}.auth-card h2{margin:6px 0 8px;font-size:28px;color:var(--navy-950)}.auth-card p{font-size:13px;line-height:1.6;color:var(--muted)}.field{display:grid;grid-gap:6px;gap:6px;margin:14px 0}.field label{font-size:11px;font-weight:800;color:#486174;text-transform:uppercase;letter-spacing:.06em}.input,.select,.textarea{width:100%;border:1px solid #c9d6df;border-radius:10px;padding:11px 12px;background:white;color:var(--ink);outline:none;transition:.18s}.input:focus,.select:focus,.textarea:focus{border-color:var(--navy-700);box-shadow:0 0 0 3px rgba(13,93,145,.12)}.btn{border:1px solid #b9c9d5;background:white;color:var(--ink);padding:10px 14px;border-radius:10px;font-weight:750;font-size:12px;transition:.16s}.btn:hover{transform:translateY(-1px);border-color:#8ca4b6}.btn-primary{background:var(--navy-800);border-color:var(--navy-800);color:white}.btn-accent{background:var(--orange);border-color:var(--orange)}.btn-danger{color:var(--danger);border-color:#e4b3b0}.btn-ghost{border-color:transparent;background:transparent}.btn-block{width:100%}.auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:14px;font-size:12px;color:var(--navy-700)}.notice{border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.5}.notice.info{background:#edf7fd;border-color:#c6e1f2;color:#20597e}.notice.error{background:var(--danger-bg);border-color:#efc8c5;color:var(--danger)}.notice.success{background:var(--success-bg);border-color:#c6e6d4;color:var(--success)}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr)}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:linear-gradient(180deg,var(--navy-950),#071f34);color:white;padding:18px 14px;display:flex;flex-direction:column;z-index:30}.sidebar .brand-copy small{color:#9dbbd0}.nav-list{display:grid;grid-gap:4px;gap:4px;margin-top:24px}.nav-link{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:10px;color:#cfe0eb;font-size:12px;font-weight:700}.nav-link.active,.nav-link:hover{background:rgba(255,255,255,.08);color:white}.nav-link.active{box-shadow:inset 3px 0 0 var(--orange)}.nav-dot{width:7px;height:7px;border-radius:50%;background:#7697ad}.nav-link.active .nav-dot{background:var(--orange)}.sidebar-spacer{flex:1 1}.sidebar-note{font-size:9px;line-height:1.55;color:#8faabd;border-top:1px solid rgba(255,255,255,.1);padding:13px 8px}.main-shell{min-width:0}.topbar{height:66px;position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 22px}.topbar-title strong{display:block;font-size:15px;color:var(--navy-950)}.topbar-title span{font-size:10px;color:var(--muted)}.profile-menu{display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:50%;background:var(--navy-800);color:white;display:grid;place-items:center;font-size:11px;font-weight:900}.profile-copy{font-size:10px;line-height:1.35;text-align:right}.profile-copy b{display:block;font-size:11px}.content{max-width:1600px;margin:auto;padding:24px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.page-head h1{margin:0;font-size:28px;letter-spacing:-.025em;color:var(--navy-950)}.page-head p{margin:5px 0 0;font-size:12px;color:var(--muted);line-height:1.55}.page-actions{display:flex;gap:8px}.grid{display:grid;grid-gap:14px;gap:14px}.kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card-pad,.kpi{padding:17px}.kpi small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:9px;font-weight:850}.kpi strong{display:block;color:var(--navy-950);font-size:28px;margin:6px 0 2px}.kpi span{font-size:10px;color:var(--muted)}.section{margin-top:15px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.section-title h2,.section-title h3{margin:0;color:var(--navy-950);font-size:14px}.section-title span{font-size:9px;color:var(--muted)}.status-pill{display:inline-flex;align-items:center;gap:5px;border:1px solid;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:850;letter-spacing:.05em}.status-pass{color:var(--success);background:var(--success-bg);border-color:#b8ddc7}.status-warning{color:var(--warning);background:var(--warning-bg);border-color:#ead2a2}.status-fail{color:var(--danger);background:var(--danger-bg);border-color:#efc2bf}.status-draft{color:#5f4c8d;background:#f3effc;border-color:#d7ccef}.status-approved{color:var(--success);background:var(--success-bg);border-color:#b8ddc7}.status-under_review{color:var(--warning);background:var(--warning-bg);border-color:#ead2a2}.status-superseded{color:#617181;background:#eef1f3;border-color:#d6dde2}.two-col{grid-template-columns:minmax(0,1.5fr) minmax(320px,.72fr);grid-gap:14px}.three-col,.two-col{display:grid;gap:14px}.three-col{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px}.table{width:100%;border-collapse:collapse;font-size:11px;min-width:720px}.table th{background:#eef4f7;color:#486174;text-align:left;padding:9px;border-bottom:1px solid var(--line);font-size:9px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.table td{padding:10px;border-bottom:1px solid #edf1f4;vertical-align:top}.table tr:last-child td{border-bottom:0}.tag{display:inline-flex;padding:3px 6px;border-radius:6px;background:#eef3f6;border:1px solid #d7e0e7;font-size:8px;font-weight:800;color:#53687a}.aircraft-legend{display:flex;align-items:center;gap:14px;min-height:34px;padding:6px 8px;margin:0 0 10px;border:1px solid #dce5eb;border-radius:9px;background:#f9fbfc;font-size:8px}.aircraft-legend-title{font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#526879}.aircraft-legend-item{display:inline-flex;align-items:center;gap:5px;font-weight:850;color:#263b4b}.aircraft-legend-item i{width:9px;height:9px;border-radius:2px}.aircraft-legend-note{margin-left:auto;color:#6b7d8c}.calendar-wrap{overflow:auto}.calendar-wrap:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.calendar{min-width:980px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid #cbd8e1;border-radius:13px;overflow:hidden;background:white}.cal-head{background:var(--navy-800);color:white;text-align:center;padding:8px;font-size:9px;font-weight:850}.cal-day{min-height:155px;border-right:1px solid #dbe4ea;border-top:1px solid #dbe4ea;padding:6px}.cal-day:nth-child(7n){border-right:0}.cal-day.out{background:#f8fafb;color:#9aa9b5}.day-num{font-size:9px;font-weight:850;margin-bottom:4px}.trip-card{border:1px solid;border-left:3px solid;border-radius:7px;margin:4px 0;padding:6px;background:white;line-height:1.35}.trip-card,.trip-card b{font-size:8px}.trip-card .route{font-weight:850}.trip-card .crew{color:#516779;font-size:7px}.aircraft-layover{border:1px solid;border-left:4px solid;border-radius:6px;padding:4px 5px;margin:3px 0;line-height:1.25}.aircraft-layover-label{display:flex;align-items:center;gap:4px;font-size:8px;font-weight:900;white-space:nowrap}.aircraft-layover-label i{width:6px;height:6px;border-radius:50%;flex:0 0 auto}.aircraft-layover-next{margin:2px 0 0 10px;font-size:7.25px;font-weight:750}.status-strip{border:1px solid #2f9463;background:#eff9f3;color:#1c6a45;border-radius:5px;padding:3px 4px;margin:3px 0;text-align:center;font-size:7px;font-weight:800}.status-strip.pto{border-color:#dd8d12;background:#fff6e3;color:#845a08}.pilot-hero{background:linear-gradient(135deg,var(--navy-950),var(--navy-800));color:white;border-radius:22px;padding:24px;box-shadow:var(--shadow);position:relative;overflow:hidden}.pilot-hero:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-90px;top:-90px;background:rgba(255,255,255,.06)}.pilot-hero .eyebrow{font-size:10px;color:#ffad69;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.pilot-hero h1{font-size:32px;margin:6px 0 4px;letter-spacing:-.03em}.pilot-hero p{margin:0;color:#c9dbe7;font-size:12px}.next-trip{margin-top:16px;background:white;color:var(--ink);border-radius:16px;padding:18px;position:relative;z-index:1}.next-trip .date-badge{display:inline-flex;background:var(--orange);color:white;font-size:10px;font-weight:900;padding:5px 8px;border-radius:8px}.next-trip .route-big{font-size:30px;color:var(--navy-950);font-weight:900;margin:8px 0 4px;letter-spacing:-.03em}.next-trip .meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:14px}.meta-box{background:#f4f7f9;border-radius:10px;padding:9px}.meta-box small{display:block;color:var(--muted);font-size:8px;text-transform:uppercase;font-weight:850}.meta-box b{font-size:11px}.countdown{position:absolute;right:20px;top:18px;text-align:right}.countdown small{display:block;color:var(--muted);font-size:8px;text-transform:uppercase;font-weight:850}.countdown b{font-size:18px;color:var(--navy-950)}.issue-list{display:grid;grid-gap:8px;gap:8px}.issue-row{display:grid;grid-template-columns:70px 1fr;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:10px;padding:10px}.issue-row h4{margin:0 0 3px;font-size:11px}.issue-row p{margin:0;font-size:10px;color:var(--muted);line-height:1.45}.empty{padding:28px;text-align:center;color:var(--muted);font-size:11px}.upload-zone{border:2px dashed #afc1cf;border-radius:14px;padding:22px;text-align:center;background:#fbfcfd}.upload-zone h3{margin:0 0 7px;color:var(--navy-950);font-size:14px}.upload-zone p{font-size:10px;color:var(--muted);line-height:1.5}.search{max-width:310px}.mobile-nav{display:none}.validation-review{margin-top:16px}.validation-cards{display:grid;grid-gap:12px;gap:12px;margin-top:12px}.validation-card{border:1px solid #e4bd72;border-left:5px solid var(--warning);border-radius:12px;padding:14px;background:#fffdf8}.validation-card.hard-block{border-color:#e5a5a1;border-left-color:var(--danger);background:#fffafa}.validation-card h4{display:inline-block;margin:0 0 0 8px;font-size:12px}.validation-card p{font-size:11px;line-height:1.55}.validation-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:9px;gap:9px;margin:12px 0}.validation-facts div{border:1px solid var(--line);border-radius:8px;padding:8px;background:#fff}.validation-facts dt{font-size:8px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:800}.validation-facts dd{font-size:10px;margin:3px 0 0;font-weight:650;overflow-wrap:anywhere}.validation-modal-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(6,28,47,.62);display:grid;place-items:center;padding:20px}.validation-modal{width:min(680px,100%);max-height:min(760px,92dvh);overflow:auto;background:#fff;border-radius:14px;box-shadow:0 20px 70px rgba(0,0,0,.3);padding:20px}.validation-modal textarea{width:100%;font:inherit;border:1px solid var(--line);border-radius:8px;padding:10px}.validation-confirm{display:flex;gap:9px;align-items:flex-start;margin:14px 0;font-size:11px;font-weight:700}.validation-confirm input{width:18px;height:18px;flex:0 0 auto}.validation-history-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.validation-history-filters label{font-size:9px;font-weight:800}.validation-history-filters input,.validation-history-filters select{display:block;width:100%;margin-top:4px}.import-type-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:9px;gap:9px}.import-type-card{min-height:82px;border:1px solid var(--line);border-radius:12px;background:#f9fbfc;padding:12px;text-align:left;color:var(--ink)}.import-type-card b{display:block;font-size:11px;color:var(--navy-950);margin-bottom:5px}.import-type-card span{display:block;font-size:9px;color:var(--muted);line-height:1.4}.import-type-card.active{border-color:var(--orange);background:var(--orange-100);box-shadow:inset 0 0 0 1px var(--orange)}.mapping-grid{display:grid;grid-gap:7px;gap:7px}.mapping-row{display:grid;grid-template-columns:minmax(180px,.8fr) 28px minmax(220px,1fr);align-items:center;grid-gap:8px;gap:8px;border:1px solid var(--line);border-left-width:5px;border-radius:10px;padding:8px;background:#fff}.mapping-row b{display:block;font-size:11px}.mapping-row small{display:block;margin-top:3px;font-size:8px;font-weight:850}.mapping-row>span{text-align:center;color:var(--muted);font-weight:900}.mapping-green{border-left-color:var(--success)}.mapping-green small{color:var(--success)}.mapping-yellow{border-left-color:#d28a12}.mapping-yellow small{color:var(--warning)}.mapping-red{border-left-color:var(--danger)}.mapping-red small{color:var(--danger)}.selective-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:7px;gap:7px}.selective-grid label{border:1px solid var(--line);border-radius:9px;background:#f9fbfc;padding:9px;font-size:10px;font-weight:750}.pilot-map{margin-top:12px;border:1px solid var(--line);border-radius:12px;padding:12px}.pilot-map h3{margin:0 0 8px;font-size:12px;color:var(--navy-950)}.pilot-map label{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,.8fr);grid-gap:10px;gap:10px;align-items:center;margin-top:7px;font-size:10px}.logbook-filters{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(150px,1fr) repeat(2,140px) minmax(190px,1fr) 140px 120px auto;grid-gap:10px;gap:10px;align-items:end}.logbook-kpis{grid-template-columns:repeat(8,minmax(0,1fr))}.source-json{max-width:360px;max-height:220px;overflow:auto;white-space:pre-wrap;font-size:9px;background:#f4f7f9;padding:8px;border-radius:7px}@media(max-width:1150px){.kpi-grid{grid-template-columns:repeat(3,1fr)}.two-col{grid-template-columns:1fr}.three-col{grid-template-columns:repeat(2,1fr)}.import-type-grid,.selective-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.logbook-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.logbook-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.auth-shell{grid-template-columns:1fr}.auth-hero{display:none}.auth-panel{padding:20px;min-height:100vh}.auth-card{padding:24px}.app-shell{grid-template-columns:1fr}.sidebar{display:none}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:50;background:rgba(6,28,47,.97);padding:7px max(8px,env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));gap:4px;overflow-x:auto}.mobile-nav a{min-width:70px;padding:7px 8px;border-radius:8px;color:#cbdce8;text-align:center;font-size:8px;font-weight:800}.mobile-nav a.active{background:rgba(255,255,255,.1);color:white}.topbar{height:58px;padding:0 12px}.profile-copy{display:none}.content{padding:15px 12px 86px}.page-head{align-items:flex-start;flex-direction:column}.page-head h1{font-size:24px}.kpi-grid{grid-template-columns:repeat(2,1fr)}.three-col{grid-template-columns:1fr}.pilot-hero{padding:18px}.next-trip .route-big,.pilot-hero h1{font-size:26px}.next-trip .meta-grid{grid-template-columns:repeat(2,1fr)}.countdown{position:static;text-align:left;margin-top:10px}.aircraft-legend-note{display:none}.calendar{min-width:920px}.search{width:100%;max-width:none}.app-shell{padding-bottom:0}.import-type-grid,.logbook-filters,.logbook-kpis,.mapping-row,.selective-grid{grid-template-columns:1fr}.mapping-row>span{display:none}.pilot-map label{grid-template-columns:1fr}}.workload-view-switch{display:flex;gap:5px;flex-wrap:wrap;padding:5px;background:#e9eff4;border:1px solid var(--line);border-radius:12px;width:-moz-fit-content;width:fit-content}.workload-view-switch a{padding:11px 18px;border-radius:8px;font-size:12px;font-weight:800;color:var(--muted)}.workload-view-switch a[aria-current=page]{background:var(--navy-800);color:white;box-shadow:0 3px 10px #082f4d20}.workload-period{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:24px 0 18px}.workload-period h2{margin:10px 0 5px;font-size:25px;color:var(--navy-950)}.workload-period p{margin:0;font-size:12px;color:var(--muted)}.workload-period .page-actions{align-items:flex-end}.workload-year{display:grid;grid-gap:5px;gap:5px;font-size:10px;color:var(--muted)}.workload-empty{padding:22px;display:flex;gap:18px;align-items:center;margin-bottom:18px;background:#fafdff;border-style:dashed}.workload-empty-mark{padding:18px 13px;border-radius:12px;background:var(--blue-100);color:var(--navy-800);font-size:18px;font-weight:900}.workload-empty h3{margin:0;color:var(--navy-950);font-size:17px}.workload-empty p{font-size:12px;line-height:1.65;color:var(--muted);max-width:800px}.workload-empty .btn{display:inline-block}.workload-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:12px 0}.workload-table-tools label,.workload-toolbar label{display:grid;grid-gap:6px;gap:6px;font-size:10px;font-weight:750;color:var(--muted)}.workload-toolbar label{min-width:235px}.workload-coverage{text-align:right;display:grid;grid-gap:4px;gap:4px;font-size:11px}.workload-coverage span{color:var(--muted);font-size:10px}.workload-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:13px;gap:13px}.workload-stat{padding:20px;border-top:3px solid var(--navy-700)}.workload-stat:first-child{border-top-color:var(--orange)}.workload-stat small{display:block;text-transform:uppercase;letter-spacing:.07em;font-weight:800;font-size:9px;color:var(--muted)}.workload-stat strong{display:block;font-size:32px;color:var(--navy-950);margin:9px 0 5px}.workload-stat span{display:block;font-size:10px;color:var(--muted);line-height:1.5}.workload-insights{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,.8fr);grid-gap:14px;gap:14px}.workload-month-chart{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:7px;gap:7px;padding-top:14px;min-height:185px}.workload-month{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:0;font-size:11px}.workload-month>span{font-weight:800;color:var(--navy-800)}.workload-month-track{height:115px;width:100%;max-width:35px;background:#f0f4f7;border-radius:5px;display:flex;align-items:flex-end;overflow:hidden}.workload-month-track i{display:block;min-width:100%;background:var(--navy-700);border-radius:5px}.workload-month b{font-size:10px}.workload-month small{font-size:8px;color:var(--muted);white-space:nowrap}.workload-month.outside{opacity:.5}.workload-caption{font-size:10px;line-height:1.65;color:var(--muted);margin-bottom:0}.workload-profile h3{font-size:16px;margin:8px 0 16px}.workload-profile dl{margin:0}.workload-profile dl>div{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #edf1f4;font-size:11px}.workload-profile dt{color:var(--muted)}.workload-profile dd{margin:0;font-weight:800}.workload-profile details{font-size:11px;margin-top:14px}.workload-profile details p{line-height:1.6}.workload-aircraft{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.workload-table-tools{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;margin-bottom:12px}.workload-table-tools label:first-child{flex:1 1;max-width:340px}.workload-ytd-table td{vertical-align:middle;padding:13px 10px}.workload-ytd-table tr.selected{background:#edf7fd}.workload-pilot-link{border:0;background:none;color:var(--navy-800);padding:0;text-align:left;font-size:11px;font-weight:850;text-decoration:underline;-webkit-text-decoration-color:#b5cddd;text-decoration-color:#b5cddd;text-underline-offset:4px}.workload-pilot-link:focus-visible{outline:2px solid var(--orange);outline-offset:4px}.workload-code{display:block;font-size:9px;color:var(--muted);margin-top:5px}.workload-method{font-size:11px;color:var(--muted);line-height:1.7}.workload-method summary{font-weight:850;color:var(--navy-800);cursor:pointer}@media(max-width:1150px){.workload-insights{grid-template-columns:1fr}.workload-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.workload-period,.workload-toolbar{align-items:stretch;flex-direction:column}.workload-period .page-actions{justify-content:space-between}.workload-coverage{text-align:left}.workload-empty{align-items:flex-start;padding:16px}.workload-empty-mark{display:none}.workload-view-switch{width:100%}.workload-view-switch a{flex:1 1;text-align:center;padding:10px;font-size:11px}.workload-stat{padding:14px}.workload-stat strong{font-size:28px}.workload-month-chart{gap:4px;overflow:auto}.workload-month small{font-size:7px}.workload-month b{font-size:9px}.workload-period h2{font-size:22px}}.crew-grid-help summary{cursor:pointer;color:var(--navy-900)}.crew-grid-rule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:12px}.crew-grid-rule{display:grid;grid-template-columns:12px 1fr;grid-gap:9px;gap:9px;padding:10px;border:1px solid var(--line);border-radius:9px}.crew-grid-swatch{width:12px;height:100%;min-height:42px;border-radius:5px}.crew-grid-rule small{display:block;margin-top:3px;color:var(--muted);font-size:8px;font-weight:800}.crew-grid-rule p{margin:5px 0 0;font-size:10px;line-height:1.45}.crew-grid-color-editor{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.crew-grid-color-editor form{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:9px;padding:9px}.crew-grid-color-editor label{display:flex;align-items:center;gap:8px;font-size:10px}.crew-grid-color-editor input[type=color]{width:32px;height:28px;border:0;background:none;padding:0}@media(max-width:600px){.crew-grid-color-editor,.crew-grid-rule-grid{grid-template-columns:1fr}.crew-grid-color-editor form{min-height:48px}}.control-filters{display:flex;flex-wrap:wrap;gap:12px;margin:14px 0}.control-filters>label{flex:1 1;min-width:180px}.build-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:8px;gap:8px;margin:16px 0}.build-steps a{padding:12px;border:1px solid #d7e0e7;border-radius:10px;text-decoration:none;color:inherit}.build-steps small{display:block}.control-choice{display:block;text-decoration:none;color:inherit}.control-choice:hover{border-color:#f58220}.page-actions{flex-wrap:wrap}fieldset:disabled{opacity:.8}@media(max-width:640px){.control-filters>label{min-width:100%}.build-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}html{scroll-padding-top:85px}.card,.content,.grid>*,.main-shell,.three-col>*,.two-col>*{min-width:0}.content{overflow-wrap:anywhere}.sidebar{height:100dvh;overflow-y:auto;overscroll-behavior:contain}.sidebar .brand-mark{flex-shrink:0}.btn,.nav-link{min-height:44px}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center}button:disabled{cursor:not-allowed;opacity:.55}:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.skip-link{position:fixed;left:12px;top:-80px;z-index:100;padding:12px;background:white;border:2px solid var(--navy-800)}.skip-link:focus{top:12px}.mobile-chrome{display:none}.account-menu{position:relative;flex-shrink:0}.account-menu>summary{list-style:none;display:flex;align-items:center;gap:8px;min-height:44px;cursor:pointer;font-size:12px;font-weight:800}.account-menu>summary::-webkit-details-marker{display:none}.account-panel{position:absolute;right:0;top:100%;padding:18px;width:min(300px,calc(100vw - 24px));background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;overflow-wrap:anywhere}.account-panel p{font-size:12px;color:var(--muted)}.account-panel form{display:inline-block;margin:8px 0 0 8px}.detail-sheet{margin:0 0 0 auto;inset:0;height:100dvh;max-height:100dvh;width:min(640px,100%);max-width:100%;padding:0;border:0;color:var(--ink);background:var(--bg);overflow:auto;overscroll-behavior:contain}.detail-sheet::-webkit-backdrop{background:rgba(6,28,47,.55)}.detail-sheet::backdrop{background:rgba(6,28,47,.55)}.detail-sheet-body{min-height:100%;padding:0 22px max(24px,env(safe-area-inset-bottom));overflow-wrap:anywhere}.detail-sheet-header{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:var(--bg);display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);margin-bottom:18px}.detail-sheet-header h2{margin:0;font-size:20px;color:var(--navy-950)}.detail-sheet-header .btn{flex-shrink:0}.detail-sheet .table-wrap{max-width:100%}.detail-sheet .page-actions{margin-top:12px}.sheet-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px;padding-bottom:16px}.detail-fields>div{margin:12px 0}.detail-fields dt{color:var(--muted);font-size:12px}.detail-fields dd{margin:3px 0 0}.mobile-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.mobile-menu-grid .nav-link{color:var(--navy-900);background:white;border:1px solid var(--line)}.mobile-menu-grid .nav-link.active{background:var(--blue-100)}.calendar-controls{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px;margin:12px 0}.calendar-controls label{display:grid;grid-gap:5px;gap:5px;font-size:12px;min-width:0}.view-switch{display:flex;gap:4px;flex-wrap:wrap}.view-switch .btn{padding:10px 12px}.calendar-hint{font-size:11px;line-height:1.6}.calendar-wrap,.table-wrap{max-width:100%;overscroll-behavior-inline:contain}.calendar{min-width:1120px}.day-num{display:block;border:0;border-radius:6px;padding:6px;background:transparent;color:inherit;min-width:44px;min-height:44px;font-size:11px;text-align:left}.day-num[aria-pressed=true]{background:var(--blue-100);color:var(--navy-800)}.trip-card{min-height:44px;padding:8px}.trip-card,.trip-card b{font-size:11px}.trip-card .crew{font-size:10px}.aircraft-layover-label{white-space:normal;font-size:10px}.aircraft-layover-next,.status-strip{font-size:10px}.status-strip{line-height:1.4}.aircraft-legend{flex-wrap:wrap;font-size:10px}.aircraft-legend-note{display:inline}.calendar-agenda{display:grid;grid-gap:12px;gap:12px}.calendar-agenda .cal-day{border:1px solid var(--line);border-radius:12px;min-height:0;padding:12px;background:white}.calendar-agenda .day-num{font-size:14px;color:var(--navy-800)}.calendar-agenda .trip-card{font-size:13px;padding:12px}.calendar-agenda .trip-card .crew,.calendar-agenda .trip-card b,.calendar-empty{font-size:12px}.availability-event{display:block;width:100%;text-align:left;min-height:44px}.schedule-search{position:relative;width:min(440px,100%);margin-bottom:14px}.schedule-search label{display:grid;grid-gap:6px;gap:6px;font-size:12px;font-weight:700}.schedule-search-results{position:absolute;top:100%;left:0;width:100%;z-index:15;max-height:55dvh;overflow:auto;padding:10px}.search-result{display:block;width:100%;min-height:44px;text-align:left;border:0;border-bottom:1px solid var(--line);padding:12px 6px;background:white;color:var(--ink);font-size:12px}.search-result span{display:block;margin-top:5px;color:var(--muted)}.responsive-table{min-width:0;max-width:100%}.table-view-control{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding:6px 0;font-size:11px;color:var(--muted)}.table-view-control .btn{padding:7px 10px}.table-view-control [aria-pressed=true]{background:var(--blue-100);border-color:var(--navy-700);color:var(--navy-800)}.responsive-table[data-presentation=cards] .table{display:block;min-width:0!important;width:100%;font-size:13px}.responsive-table[data-presentation=cards] thead{position:absolute;-webkit-clip-path:inset(50%);clip-path:inset(50%);width:1px;height:1px;overflow:hidden}.responsive-table[data-presentation=cards] tbody{display:grid;grid-gap:12px;gap:12px;padding:10px}.responsive-table[data-presentation=cards] tr{display:block;border:1px solid var(--line);border-radius:10px;background:white;overflow:hidden}.responsive-table[data-presentation=cards] td{display:block;width:100%;padding:10px 12px;border-bottom:1px solid #edf1f4!important}.responsive-table[data-presentation=cards] td:before{content:attr(data-label);display:block;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-weight:800;margin-bottom:7px}.responsive-table[data-presentation=cards] td>*{min-width:0!important;max-width:100%}.responsive-table[data-presentation=cards] .compliance-form{grid-template-columns:1fr}.source-json{max-width:100%;overflow-wrap:anywhere}.compliance-form{display:grid;grid-template-columns:minmax(145px,1fr) minmax(145px,1fr) auto;grid-gap:7px;gap:7px;align-items:end;min-width:430px}.pilot-create-form{grid-template-columns:minmax(180px,1.4fr) 110px minmax(180px,1.2fr) auto;align-items:end}input[type=file]{max-width:100%}input[type=checkbox],input[type=radio]{accent-color:var(--navy-800);min-width:20px;min-height:20px;vertical-align:middle}summary{cursor:pointer;min-height:44px;padding:12px 0}pre{max-width:100%;overflow:auto}.workload-pilot-link{min-height:44px}@media(max-width:1100px){.pilot-create-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.mobile-chrome{display:block}.mobile-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}.mobile-nav .nav-link{justify-content:center;min-width:0;border:0;font-size:11px;padding:8px 2px;gap:0;background:transparent;color:#cfe0eb}.mobile-nav .nav-dot{display:none}.mobile-nav .nav-link.active{color:white;background:#ffffff15}.mobile-nav button[aria-expanded=true]{background:#ffffff20}.topbar{height:auto;min-height:62px;gap:8px;padding:calc(8px + env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) 8px max(12px,env(safe-area-inset-left))}.topbar-title{min-width:0}.topbar-title span{line-height:1.4;display:block}.content{padding:16px max(12px,env(safe-area-inset-right)) calc(94px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.input,.select,.textarea,input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px!important;min-height:44px;min-width:0;max-width:100%}.btn{min-height:44px;min-width:44px;font-size:13px}.page-actions{align-items:center}.page-actions,.page-actions>*{max-width:100%}.page-head,.section-title{flex-wrap:wrap}.card-pad{padding:14px}.field label{font-size:12px}.notice,.table{font-size:13px}.table th{font-size:11px}.import-type-card b{font-size:13px}.import-type-card span,.pilot-map label,.upload-zone p{font-size:12px}.selective-grid label{min-height:44px;font-size:12px}.mapping-row b{font-size:13px}.mapping-row small{font-size:11px}.mapping-row>span{display:block;text-align:left}.aircraft-legend-note{display:block;margin-left:0}.detail-sheet{width:100%;height:auto;max-height:92dvh;margin:auto 0 0;border-radius:18px 18px 0 0}.detail-sheet-body{padding:0 max(16px,env(safe-area-inset-right)) max(28px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))}.detail-sheet .profile-copy{display:block}.workload-month-chart{grid-template-columns:repeat(6,minmax(0,1fr));row-gap:16px;overflow:visible}.workload-month small{font-size:10px;white-space:normal;text-align:center}.workload-month b{font-size:12px}.workload-toolbar label{min-width:0}.workload-profile dl>div{font-size:13px}.auth-panel{padding:16px max(16px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));min-height:100dvh}}@media(max-width:600px){.responsive-table[data-presentation=auto] .table{display:block;min-width:0!important;width:100%;font-size:13px}.responsive-table[data-presentation=auto] thead{position:absolute;-webkit-clip-path:inset(50%);clip-path:inset(50%);width:1px;height:1px;overflow:hidden}.responsive-table[data-presentation=auto] tbody{display:grid;grid-gap:12px;gap:12px;padding:8px}.responsive-table[data-presentation=auto] tr{display:block;border:1px solid var(--line);border-radius:10px;background:white;overflow:hidden}.responsive-table[data-presentation=auto] td{display:block;width:100%;padding:10px;border-bottom:1px solid #edf1f4!important}.responsive-table[data-presentation=auto] td:before{content:attr(data-label);display:block;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-weight:800;margin-bottom:7px}.responsive-table[data-presentation=auto] td>*{min-width:0!important;max-width:100%}.pilot-create-form,.responsive-table .compliance-form{grid-template-columns:1fr;min-width:0}.calendar-controls{align-items:stretch}.calendar-controls>label{width:100%}.calendar-controls .view-switch{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.view-switch .btn{padding:10px 4px;font-size:12px}.build-steps{grid-template-columns:1fr}.workload-empty{flex-wrap:wrap}.issue-row{grid-template-columns:1fr}.validation-facts,.validation-history-filters{grid-template-columns:1fr 1fr}.validation-modal-backdrop{padding:8px}.validation-modal{padding:14px;max-height:96dvh}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition:none!important}}@media print{.calendar-controls,.mobile-chrome,.page-actions,.sidebar,.skip-link,.table-view-control,.topbar{display:none!important}.app-shell{display:block}.content{padding:0}.calendar-wrap,.table-wrap{overflow:visible}}.personal-dashboard{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(290px,1fr);grid-gap:20px;gap:20px;align-items:start}.personal-dashboard>*{min-width:0}.personal-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}.personal-metrics>div{display:flex;flex-direction:column;border-left:3px solid #d8e3ea;padding:4px 10px}.personal-metrics strong{font-size:1.5rem}.personal-metrics span{font-size:.78rem;color:#536575}.calendar-nav{display:flex;justify-content:space-between;gap:6px;margin:12px 0}.personal-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:4px;gap:4px}.calendar-weekday{text-align:center;font-size:.7rem;font-weight:700;padding:8px 0}.calendar-date{min-width:0;min-height:74px;border:1px solid #d8e3ea;border-radius:7px;background:#fff;text-align:left;padding:6px;cursor:pointer;color:#183346}.calendar-date.today{border-color:#287197}.calendar-date.selected{outline:2px solid #173f59;outline-offset:0;background:#f0f6f9}.calendar-markers{display:flex;flex-wrap:wrap;gap:2px;margin-top:5px}.calendar-marker{font-size:.58rem;line-height:1.5;padding:0 3px;border-radius:3px;font-weight:700}.calendar-marker.pending{outline:2px solid #b87907;background:#fff5d6;color:#714400}.calendar-legend{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0;font-size:.7rem}.calendar-legend>span{padding:3px 6px;border-radius:4px}.calendar-day-detail{border-top:1px solid #d8e3ea;padding-top:12px}.calendar-event{padding:8px 10px;border-radius:6px;margin:8px 0}.calendar-event p{margin:5px 0;font-size:.83rem}.request-chip{display:inline-flex;align-items:center;gap:4px;max-width:100%;font-size:.7rem;line-height:1.4;font-weight:700;padding:3px 7px;border-radius:5px;background:#edf1f5;color:#394a57;white-space:normal}.request-status-approved{background:#e0f3e7;color:#17613a}.request-status-pending{background:#fff2ce;color:#794b00;border:1px solid #c99529}.request-status-denied{background:#f8e6e6;color:#8d3434}.request-status-needs_revision{background:#fff0db;color:#8e4f07}.request-status-acknowledged{background:#e2effc;color:#245a90}.request-status-cancelled,.request-status-draft,.request-status-expired{background:#edf0f3;color:#536271}.personal-pto{background:#e0f3e7;color:#17613a}.personal-training{background:#eee5fb;color:#653992}.personal-travel{background:#e9edf1;color:#4b596a}.personal-medical{background:#dff3f2;color:#166a68}.personal-personal{background:#fff0d7;color:#895700}.personal-last_up{background:#e3edf1;color:#3d6375}.personal-other{background:#f0edf5;color:#625475}.tail-orange{background:#ffe8d1;color:#924a00}.tail-blue{background:#e0edff;color:#184d8c}.tail-red{background:#f3dfe1;color:#7d2630}.personal-filters{display:flex;flex-wrap:wrap;gap:5px;margin:12px 0}.personal-filters .btn{font-size:.7rem;min-height:36px;padding:6px 9px}.personal-filters button[aria-pressed=true]{background:#173f59;color:white}.personal-availability{margin:8px 0;padding:10px;border-radius:6px}.personal-availability summary,.recent-request,.request-record summary{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer}.personal-availability small,.personal-trip-table small,.recent-request small,.request-record small{display:block;font-size:.75rem;margin:4px 0;line-height:1.5}.personal-trip-table td{white-space:normal}.personal-trip-table details{margin:8px 0}.personal-trip-table details p{font-size:.78rem}.recent-request{padding:12px 0;border-bottom:1px solid #e0e6eb;text-decoration:none;color:inherit}.request-form{display:grid;grid-gap:16px;gap:16px;min-width:0}.request-conflict label,.request-filter-bar label,.request-form label{display:grid;grid-gap:7px;gap:7px;font-weight:600;font-size:.85rem}.request-conflict .input,.request-form .input{width:100%;min-width:0}.request-fields{border:0;padding:0;margin:0;display:grid;grid-gap:16px;gap:16px;min-width:0}.request-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.request-form label.request-check{display:flex;align-items:center;gap:10px;min-height:44px}.request-check input{width:20px;height:20px;flex:none}.request-summary dl{display:grid;grid-template-columns:130px minmax(0,1fr);grid-gap:10px;gap:10px;font-size:.85rem}.request-summary dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.request-summary dt{font-weight:700}.request-filter-bar{display:flex;flex-wrap:wrap;gap:14px;margin:20px 0}.request-filter-bar label{flex:1 1;min-width:180px}.request-record{border:1px solid #dbe3e9;background:white;border-radius:9px;margin:8px 0;overflow:hidden}.request-record>summary{padding:14px}.request-record-body{padding:0 16px 16px;overflow-wrap:anywhere}.request-record-body p{white-space:pre-wrap}.request-group{margin:24px 0}.request-group h2{font-size:1.1rem}.request-private{border-left:3px solid #c5d6df;padding:8px 12px;background:#f7f9fb}.request-conflict{padding:14px;border:1px solid #d29e55;border-radius:6px;margin:14px 0;background:#fffbf3}.notification-link{margin-left:auto;margin-right:16px;font-size:.8rem;color:#23485e;display:flex;align-items:center;gap:5px}.calendar-nav .btn,.request-form .btn,.request-record .btn{min-height:44px}.calendar-date:focus-visible,.request-record summary:focus-visible{outline:3px solid #287197;outline-offset:2px}@media(max-width:1100px){.personal-dashboard{grid-template-columns:minmax(0,1fr)}.personal-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.personal-dashboard>aside{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:start}.personal-dashboard>aside>.section{margin-top:0}}@media(max-width:600px){.personal-dashboard>aside{display:block}.personal-dashboard>aside>.section{margin-top:16px}.personal-metrics{gap:8px}.personal-metrics>div{padding:3px 6px}.personal-metrics strong{font-size:1.2rem}.calendar-date{min-height:66px;padding:4px}.calendar-marker{font-size:.5rem;padding:0 2px}.personal-calendar-grid{gap:3px}.calendar-nav .btn{font-size:.73rem;padding:7px}.request-summary dl{grid-template-columns:1fr;gap:5px}.request-summary dd{margin-bottom:8px}.request-two{gap:8px}.request-record>summary{align-items:flex-start;padding:12px}.request-chip{font-size:.65rem}.notification-link{font-size:.7rem;margin-right:8px}.personal-dashboard .card-pad{padding:14px}.personal-dashboard .section-title{flex-wrap:wrap;gap:6px}.personal-calendar .calendar-legend{font-size:.65rem}.request-form input[type=date],.request-form input[type=time]{min-height:44px;font-size:16px}.request-form .input{font-size:16px}.request-record-body .page-actions{flex-wrap:wrap}.request-record-body .btn{white-space:normal}}.btn-accent{background:var(--navy-800,#174a65);color:white;border-color:var(--navy-800,#174a65)}.btn-accent:hover{background:#10364d;color:white}.request-form .input{padding:10px;border:1px solid #bccbd6;border-radius:6px;background:white;color:#183346}.personal-trip-table{min-width:0!important;width:100%;table-layout:fixed}.personal-trip-table td,.personal-trip-table th{width:33.333%;overflow-wrap:anywhere;white-space:normal}.personal-trip-table small{white-space:normal}:root{--ui-navy:#102f46;--ui-accent:#195b80;--ui-ink:#203749;--ui-secondary:#526879;--ui-line:#dce5ec;--ui-canvas:#f3f6f9;--ui-surface:#fff;--ui-surface-soft:#f7f9fb;--ui-focus:#277ba8;--ui-shadow:0 2px 5px #122f4610,0 10px 28px #122f4605;--ui-radius:12px;--ui-control-radius:8px;--ui-control-height:44px;--ui-space-1:4px;--ui-space-2:8px;--ui-space-3:12px;--ui-space-4:16px;--ui-space-5:20px;--ui-space-6:24px;--ui-body:13px;--ui-label:12px;--ui-caption:11px;--ui-heading:16px;--ui-success:#17613a;--ui-attention:#794b00;--ui-danger:#8d3434;--ui-info:#245a90}.executive-shell{background:var(--ui-canvas)}.interface-icon{width:18px;height:18px;flex:0 0 18px;vertical-align:middle}.executive-shell .sidebar{background:linear-gradient(180deg,#102a3e,#091f31);border-right:1px solid #263e51;scrollbar-width:thin;scrollbar-color:#486174 transparent}.executive-shell .sidebar>.brand-mark{padding:8px 8px 18px;border-bottom:1px solid #ffffff17}.executive-shell .sidebar .brand-copy strong{font-size:13px;letter-spacing:.1em}.executive-shell .sidebar .brand-copy small{font-size:8px;letter-spacing:.05em}.executive-shell .sidebar .brand-symbol{width:34px;height:34px;border-radius:9px;flex-shrink:0;background:#23475f}.executive-shell .nav-list{margin-top:14px;gap:16px}.executive-shell .nav-section{display:grid;grid-gap:3px;gap:3px}.executive-shell .nav-section-label{color:#95afc2;text-transform:uppercase;font-size:10px;letter-spacing:.13em;font-weight:700;padding:6px 12px}.executive-shell .sidebar .nav-link{border-radius:8px;font-size:12px;font-weight:550;color:#d5e1e9;gap:11px;padding:10px 12px;transition:background .15s,color .15s}.executive-shell .sidebar .nav-link .interface-icon{color:#9ab7ca}.executive-shell .sidebar .nav-link:hover{background:#ffffff0d;color:#fff}.executive-shell .sidebar .nav-link.active{background:#24465e;color:#fff;box-shadow:inset 3px 0 0 #9ccbe4;font-weight:700}.executive-shell .sidebar .nav-link.active .interface-icon{color:#cde7f6}.executive-shell .sidebar-note{margin-top:24px;color:#a9bfce;font-size:10px;line-height:1.65}.executive-shell .topbar{background:#fffffffa;border-color:var(--ui-line);box-shadow:0 2px 8px #122f4604}.executive-shell .topbar-title strong{font-size:14px;letter-spacing:.025em}.executive-shell .topbar-title span{font-size:11px;color:var(--ui-secondary)}.executive-shell .notification-link{min-height:44px;padding:8px 12px;border-radius:8px;gap:8px;font-size:12px;color:var(--ui-secondary)}.executive-shell .notification-link:hover{background:#edf4f8;color:var(--ui-navy)}.executive-shell .notification-link .tag{border:0;background:#e6eff7;color:#174d70;border-radius:6px;font-size:11px}.executive-shell .account-menu>summary{padding-left:14px;border-left:1px solid var(--ui-line)}.executive-shell .avatar{background:#e9f0f5;color:#254f6a;border:1px solid #d7e3ec;border-radius:10px}.executive-shell .account-identity{display:grid;grid-gap:3px;gap:3px;max-width:190px}.executive-shell .account-identity b{font-size:12px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.executive-shell .account-identity small{color:var(--ui-secondary);font-size:10px;font-weight:500}.executive-shell .account-mobile-label{display:none}.executive-shell .account-panel{padding:20px;border-radius:12px;border-color:var(--ui-line);box-shadow:0 16px 44px #102f4620}.executive-shell .account-panel b{font-size:14px}.executive-shell .account-panel .btn{border-radius:8px}.executive-shell .mobile-menu-grid .nav-link{gap:9px;font-size:12px;font-weight:600}.executive-shell .mobile-menu-grid .interface-icon{color:#54758b}.executive-shell .content .page-head:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){align-items:center;padding-bottom:16px;border-bottom:1px solid var(--ui-line);margin-bottom:20px}.executive-shell .content .page-head h1:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:27px;line-height:1.2;letter-spacing:-.025em;font-weight:650;color:var(--ui-navy)}.executive-shell .content .page-head p:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:13px;color:var(--ui-secondary);max-width:760px;line-height:1.6;margin-top:8px}.executive-shell .content .card:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-color:var(--ui-line);border-radius:var(--ui-radius);background:var(--ui-surface);box-shadow:var(--ui-shadow)}.executive-shell .content .card-pad:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:20px}.executive-shell .content .section-title:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){margin-bottom:16px;align-items:center}.executive-shell .content :is(.section-title h2,.section-title h3):not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:var(--ui-heading);line-height:1.4;font-weight:650;letter-spacing:-.015em;color:var(--ui-navy)}.executive-shell .content .section-title span:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:var(--ui-caption);color:var(--ui-secondary)}.executive-shell .content .card>h2:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:18px;letter-spacing:-.02em;color:var(--ui-navy);margin:0 0 10px}.executive-shell .content :is(.card>p,.request-record-body>p):not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:var(--ui-body);line-height:1.65}.executive-shell .content .kpi:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:20px;position:relative;overflow:hidden;border-top:3px solid #638aa5}.executive-shell .content .kpi small:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:10px;letter-spacing:.09em;color:var(--ui-secondary);font-weight:700}.executive-shell .content .kpi strong:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:30px;font-weight:650;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin:10px 0 5px;letter-spacing:-.035em;color:var(--ui-navy)}.executive-shell .content .kpi span:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:12px;line-height:1.5;color:var(--ui-secondary)}.executive-shell .content :is(.input,.select,.textarea):not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border:1px solid #becdd9;border-radius:var(--ui-control-radius);background:#fff;min-height:var(--ui-control-height);padding:10px 12px;color:var(--ui-ink);font-size:var(--ui-body);transition:border-color .15s,box-shadow .15s}.executive-shell .content :is(.input,.select,.textarea):hover:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-color:#8da6b8}.executive-shell .content :is(.input,.select,.textarea):focus:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-color:var(--ui-focus);box-shadow:0 0 0 3px #277ba820;outline:2px solid transparent}.executive-shell .content :is(.input,.select,.textarea):disabled:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){background:#f1f4f6;color:#647687;cursor:not-allowed}.executive-shell .content :is(.field label,.control-filters>label,.request-form label,.request-filter-bar label):not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:var(--ui-label);font-weight:650;line-height:1.5;color:#365063;letter-spacing:.01em;text-transform:none}.executive-shell .content .btn:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-radius:var(--ui-control-radius);font-size:12px;line-height:1.45;min-height:var(--ui-control-height);padding:10px 14px;font-weight:650;box-shadow:0 1px 2px #102f4608;transition:background .15s,border-color .15s,box-shadow .15s}.executive-shell .content .btn:hover:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){transform:none;border-color:#7d9bb0;background:#f1f6f9}.executive-shell .content :is(.btn-primary,.btn-accent):not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){background:var(--ui-navy);border-color:var(--ui-navy);color:#fff;box-shadow:0 2px 3px #102f4615}.executive-shell .content :is(.btn-primary,.btn-accent):hover:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){background:#1b4a68;border-color:#1b4a68;color:#fff}.executive-shell .content .btn-danger:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){color:var(--ui-danger);background:#fff8f8;border-color:#ddb7b7}.executive-shell .content .btn-danger:hover:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){background:#f9eaea;border-color:#bd7777}.executive-shell .content .btn-ghost:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){box-shadow:none;background:transparent;border-color:transparent;color:var(--ui-accent)}.executive-shell .content .btn:active:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){box-shadow:inset 0 1px 3px #102f4622}.executive-shell .content .btn:disabled:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){transform:none;box-shadow:none;opacity:.55}.executive-shell .content :is(.btn,.input,.select,.textarea,summary):focus-visible:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){outline:3px solid var(--ui-focus);outline-offset:3px}.executive-shell .content .table-wrap:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-color:var(--ui-line);border-radius:10px}.executive-shell .content .table:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:12px;line-height:1.55;color:var(--ui-ink)}.executive-shell .content .table th:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){background:#f3f6f9;color:#486174;padding:12px 14px;font-size:10px;font-weight:700;letter-spacing:.065em;border-color:var(--ui-line)}.executive-shell .content .table td:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:14px;border-bottom-color:#e9eef2}.executive-shell .content .table tbody tr:hover:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){background:#f7fafc}.executive-shell .content .table td .muted:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){color:var(--ui-secondary);font-size:11px;line-height:1.65}.executive-shell .content .table-view-control:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:0 0 10px;gap:6px;font-size:12px}.executive-shell .content .table-view-control .btn:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){min-height:36px;padding:7px 11px;font-size:11px;box-shadow:none}.executive-shell .content .table-view-control [aria-pressed=true]:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){background:#e8f0f6;border-color:#799db6;color:#174d70}.executive-shell .content :is(.status-pill,.request-chip):not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:11px;letter-spacing:.02em;line-height:1.4;font-weight:650;border-radius:6px;padding:4px 8px}.executive-shell .content .status-pill:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){flex-shrink:0;white-space:nowrap;align-self:flex-start}.executive-shell .content .tag:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:10px;padding:4px 7px;border-radius:5px;font-weight:650}.executive-shell .content .notice:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:13px;line-height:1.65;padding:13px 16px;border-radius:9px}.executive-shell .content .notice.info:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){background:#edf5fa;border-color:#c7deed;color:#275670}.executive-shell .content .empty:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:30px 20px;font-size:13px;line-height:1.7;color:var(--ui-secondary);background:#f8fafc;border:1px dashed #d6e1e9;border-radius:10px}.executive-shell .content .request-filter-bar:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:16px;background:#fff;border:1px solid var(--ui-line);border-radius:12px;gap:16px}.executive-shell .content .request-record:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-color:var(--ui-line);border-radius:10px;box-shadow:0 1px 3px #102f4606}.executive-shell .content .request-record>summary:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:16px 18px;font-size:13px;align-items:center}.executive-shell .content .request-record>summary:hover:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){background:#f7fafc}.executive-shell .content .request-record[open]>summary:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-bottom:1px solid var(--ui-line);background:#f7fafc}.executive-shell .content .request-record-body:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:4px 18px 18px}.executive-shell .content .request-private:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-left-color:#8aacbf;border-radius:0 6px 6px 0;background:#f4f7fa}.executive-shell .content .request-group h2:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:15px;font-weight:650;color:var(--ui-navy);display:flex;gap:8px;align-items:center}.executive-shell .content .request-conflict:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-radius:10px;padding:16px;font-size:13px;line-height:1.65}.executive-shell .content .request-form:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){gap:20px}.executive-shell .content .request-summary:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){background:#f8fafc;border:1px solid var(--ui-line);border-radius:10px;padding:16px}.executive-shell .content .request-summary dl:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:13px;line-height:1.6}.executive-shell .content .notification-record:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){position:relative}.executive-shell .content .notification-record[data-read=false]:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-left:3px solid #397ca5}.executive-shell .content .notification-heading:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){display:flex;gap:10px;align-items:center;margin-bottom:12px;color:#476c87}.executive-shell .content .notification-read-state:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:11px;font-weight:650;border:1px solid #ccdeeb;background:#edf4f9;border-radius:5px;padding:3px 7px}.executive-shell .content .notification-record[data-read=true] .notification-read-state:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){color:#5c6f7d;border-color:#dfe6eb;background:#f4f6f8}.executive-shell .content .notification-record h2:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:17px;margin:0 0 8px;font-weight:650;color:var(--ui-navy)}.executive-shell .content .upload-zone:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border:1px dashed #8caabd;border-radius:12px;background:#f5f9fc;padding:28px}.executive-shell .content .upload-zone h3:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:16px;font-weight:650}.executive-shell .content .upload-zone p:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:12px;line-height:1.65}.executive-shell .content .import-type-card:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-radius:10px;box-shadow:none;transition:border-color .15s,background .15s}.executive-shell .content .import-type-card b:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:13px}.executive-shell .content .import-type-card span:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:12px;line-height:1.6}.executive-shell .content .build-steps a:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-radius:10px;background:#fff;font-size:13px;line-height:1.5}.executive-shell .content .build-steps small:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){margin-top:5px;color:var(--ui-secondary);font-size:11px}.executive-shell .content .validation-card:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border-radius:10px;padding:16px}.executive-shell .content .validation-card h4:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:13px;line-height:1.5}.executive-shell .content .validation-card p:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:12px;line-height:1.65}.executive-shell .content .validation-facts dt:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:10px}.executive-shell .content .validation-facts dd:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:12px;line-height:1.5}.executive-shell .content .issue-row:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:14px;border-radius:10px}.executive-shell .content .issue-row h4:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:13px;line-height:1.45}.executive-shell .content .issue-row p:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:12px;line-height:1.65}.executive-shell .content .detail-sheet:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){background:var(--ui-surface-soft)}.executive-shell .content .detail-sheet-body:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding-left:24px;padding-right:24px}.executive-shell .content .detail-sheet-header:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:18px 0;background:var(--ui-surface-soft);border-color:var(--ui-line)}.executive-shell .content .detail-sheet-header h2:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:18px;letter-spacing:-.02em;font-weight:650;line-height:1.4}.executive-shell .content .validation-modal:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){border:1px solid var(--ui-line);border-radius:14px;box-shadow:0 24px 80px #102f4633}.executive-auth{background:#0e2b40}.executive-auth .auth-hero{position:relative;background:radial-gradient(ellipse at 10% 0,#244d66 0,transparent 65%);overflow:hidden}.executive-auth .auth-hero:before{content:"";position:absolute;width:440px;height:440px;border:1px solid #b3d2e015;border-radius:50%;right:-190px;bottom:60px;box-shadow:0 0 0 60px #b3d2e008,0 0 0 120px #b3d2e005;pointer-events:none}.executive-auth .auth-hero h1{font-size:clamp(40px,4.5vw,64px);line-height:1.07;font-weight:550;letter-spacing:-.04em;margin:30px 0 24px;max-width:600px}.executive-auth .auth-hero p{font-size:15px;line-height:1.8;max-width:500px;color:#bfced9}.executive-auth .auth-kicker{color:#a6c9df;font-size:10px;letter-spacing:.2em}.executive-auth .auth-foot{font-size:11px;line-height:1.6;color:#a6bdcd;position:relative}.executive-auth .auth-panel{background:#f3f6f9}.executive-auth .auth-card{padding:36px;border-radius:16px;border-color:#dbe4eb;box-shadow:0 4px 8px #102f4605,0 24px 64px #102f460c}.executive-auth .auth-card>.brand-mark{margin-bottom:30px}.executive-auth .auth-card h2{font-size:27px;font-weight:650;letter-spacing:-.025em}.executive-auth .auth-card p{font-size:13px;color:#526879}.executive-auth .field{margin:20px 0;gap:8px}.executive-auth .field label{font-size:12px;text-transform:none;letter-spacing:0;font-weight:650;color:#365063}.executive-auth :is(.input,.select,.textarea){border-radius:8px;min-height:46px;font-size:16px;border-color:#becdd9}.executive-auth .btn{border-radius:8px;min-height:46px;font-size:13px;font-weight:650}.executive-auth .btn-primary{background:#123b56;border-color:#123b56}.executive-auth .btn:hover{transform:none;background:#1b4a68}.executive-auth .auth-links{margin-top:22px;font-size:12px;flex-wrap:wrap}.executive-auth .auth-links a:hover{text-decoration:underline}.executive-auth :focus-visible{outline:3px solid #277ba8;outline-offset:3px}.loading-spinner{display:block;width:24px;height:24px;border:2px solid #d6e3ed;border-top-color:#285f80;border-radius:50%;margin:0 auto 14px;animation:executive-spin .8s linear infinite}.loading-lines{display:grid;grid-gap:10px;gap:10px;padding:24px 0 0}.loading-lines span{display:block;height:12px;background:#edf2f6;border-radius:4px}.loading-lines span:nth-child(2){width:80%}.loading-lines span:nth-child(3){width:55%}@keyframes executive-spin{to{transform:rotate(1turn)}}@media(max-width:800px){.executive-shell .mobile-nav{background:#0e2b40;border-top:1px solid #315065}.executive-shell .mobile-nav .nav-link{flex-direction:column;gap:4px;font-size:10px;min-height:52px;font-weight:600;border-radius:8px}.executive-shell .mobile-nav .nav-link.active{box-shadow:none;background:#24465e}.executive-shell .notification-link{padding:8px;margin-right:4px}.executive-shell .topbar-title span{font-size:10px}.executive-auth .auth-card{padding:28px}.executive-shell .content .page-head:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){align-items:flex-start;padding-bottom:14px}.executive-shell .content .page-head h1:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:24px}.executive-shell .content .card-pad:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:16px}.executive-shell .content .kpi:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:16px}.executive-shell .content .kpi strong:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:26px}.executive-shell .content :is(.input,.select,.textarea):not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:16px}.executive-shell .content .btn:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:13px}.executive-shell .content .table-view-control .btn:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){min-height:44px}.executive-shell .content .table:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){font-size:13px}.executive-shell .content .detail-sheet-body:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding-left:16px;padding-right:16px}.executive-shell .content .detail-sheet-header:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:14px 0}}@media(max-width:600px){.executive-shell .account-identity{display:none}.executive-shell .account-mobile-label{display:inline;font-size:11px}.executive-shell .account-menu>summary{padding-left:8px;gap:6px}.executive-shell .notification-label{display:none}.executive-shell .topbar-title span{max-width:175px}.executive-shell .topbar-title strong{font-size:13px}.executive-shell .notification-link{gap:4px}.executive-auth .auth-card{padding:24px 20px}.executive-shell .content .request-filter-bar:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:14px}.executive-shell .content .request-filter-bar label:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){min-width:0;flex-basis:100%}.executive-shell .content .request-record>summary:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:14px;align-items:flex-start;gap:8px}.executive-shell .content .request-record-body:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:4px 14px 14px}.executive-shell .content .request-two:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){grid-template-columns:minmax(0,1fr)}.executive-shell .content .request-summary dl:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){grid-template-columns:minmax(0,1fr)}.executive-shell .content .page-actions:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){gap:8px}.executive-shell .content .upload-zone:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:20px 14px}.executive-shell .content .table td:not([data-schedule-protected],[data-schedule-protected] *,:has([data-schedule-protected])){padding:12px}}@media(prefers-reduced-motion:reduce){.loading-spinner{animation:none;border-top-color:#285f80}}@media print{.executive-shell{background:white}}