:root{--text:#fff;--bg:#090d16;--surface:#131a2b;--border:#ccd4e6;--accent:#60a5fa;--accent-text:#090d16;--error:#ff5252;--success:#4ade80;--warning:#fb923c;--muted:#a7b2cc;--duty-flight:#3fa0ff;--duty-standby:#ffb020;--duty-simulator:#b57bff;--duty-campus:#15803d;--duty-unparsed:#b8c2db;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background:var(--bg);font:600 16px/1.45 system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body{overscroll-behavior:none;height:100%;margin:0;overflow:hidden}#root{flex-direction:column;height:100svh;display:flex;overflow:hidden}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:10px 16px}button:disabled{opacity:.5;cursor:default}button.secondary{background:0 0}input,select{font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:10px 12px}.error-text{color:var(--error)}.auth-screen{text-align:center;flex-direction:column;gap:12px;max-width:420px;margin:10vh auto;padding:24px;display:flex}.passcode-prompt{flex-direction:column;gap:10px;display:flex}.calendar-list{flex-direction:column;gap:8px;padding:0;list-style:none;display:flex}.ics-fallback{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.app-shell{height:100svh;padding-top:env(safe-area-inset-top);flex-direction:column;display:flex;overflow:hidden}.top-bar{border-bottom:1px solid var(--border);flex:0 0 20%;align-items:center;gap:12px;max-height:20%;padding:8px 16px;display:flex;position:relative;overflow:hidden}.top-bar-sync{border:1px solid var(--border);border-radius:8px;flex-direction:column;flex:none;align-items:flex-start;gap:4px;min-width:0;max-width:25%;padding:6px 10px;display:flex}.top-bar-sync .sync-status{max-width:100%}.top-bar-date{color:var(--muted);white-space:nowrap;font-size:.85rem}.top-bar>.timezone-cycle-button{margin-left:auto}.live-clocks{pointer-events:none;grid-template-columns:auto auto;gap:4px 14px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.live-clock-tlv{grid-area:1/1}.live-clock-event{grid-area:1/2}.live-clock-utc{grid-area:2/1/auto/span 2;justify-self:center}.live-clock{border:1px solid var(--border);border-radius:6px;flex-direction:column;align-items:center;padding:2px 8px;line-height:1.2;display:flex}.live-clock-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.65rem}.live-clock-time{font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:700}.orientation-guard{background:var(--bg);text-align:center;z-index:999;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.parse-failures-banner{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:center;gap:12px;margin:8px 16px 0;padding:8px 12px;display:flex}.parse-failures-banner .dismiss{background:0 0;border:none;margin-left:auto}.parse-failure-entry{border-top:1px solid var(--border);text-align:left;padding:10px 0}.parse-failure-entry pre{white-space:pre-wrap;color:var(--muted);margin:4px 0 0;font-size:.85rem}.parse-failure-description{opacity:.8}.sync-status{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:.85rem;overflow:hidden}.timezone-cycle-button{text-align:center;width:110px;color:var(--accent);padding:8px 4px;font-size:.85rem;font-weight:700}.calendar-split{flex-direction:row;flex:1;min-height:0;display:flex}.calendar-split-left{flex-direction:column;flex:0 0 66%;min-height:0;padding:8px;display:flex}.calendar-split-right{border-left:1px solid var(--border);flex:0 0 34%;min-height:0;padding:8px;overflow-y:auto}.calendar-split-right-empty{color:var(--muted);font-size:.9rem}.month-nav{flex:none;justify-content:center;align-items:center;gap:16px;display:flex}.month-nav h2{margin:0;font-size:1rem}.month-grid{flex-direction:column;flex:1;min-height:0;display:flex}.weekday-header{color:var(--muted);text-align:center;flex:none;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:2px;font-size:.7rem;display:grid}.day-grid{flex:1;grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(7,1fr);gap:2px;min-height:0;display:grid}.day-cell{flex-direction:column;justify-content:flex-start;align-items:center;gap:2px;min-height:0;padding:4px 2px 2px;font-size:.75rem;display:flex;overflow:hidden}.day-cell.blank{background:0 0;border:none}.day-cell.today{border-color:var(--accent)}.day-cell.selected{background:var(--accent);color:var(--accent-text)}.day-cell-hours{background:var(--border);border-radius:0;flex:none;width:100%;height:16px;position:relative;overflow:hidden}.day-cell-hour-segment{border:1px solid var(--text);position:absolute;top:0;bottom:0;box-shadow:0 0 4px}.day-cell-abroad-segment{background:var(--error);color:var(--error)}.duty-color-flight{background:var(--duty-flight);color:var(--duty-flight)}.duty-color-standby{background:var(--duty-standby);color:var(--duty-standby)}.duty-color-simulator{background:var(--duty-simulator);color:var(--duty-simulator)}.duty-color-campus{background:var(--duty-campus);color:var(--duty-campus)}.duty-color-unparsed{background:var(--duty-unparsed);color:var(--duty-unparsed)}.day-cell-label{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.6rem;overflow:hidden}.day-cell.selected .day-cell-label{color:var(--accent-text);opacity:.9}.day-detail{padding-top:0}.day-detail ul{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.duty{border:1px solid var(--border);border-radius:8px;padding:10px 12px}.duty-type{text-transform:capitalize;font-weight:600}.duty-times-actual{color:var(--success);font-weight:700}.duty-times-planned{color:var(--muted);font-weight:500}.duty-continued-note{color:var(--muted);font-size:.85rem;font-style:italic}.duty-raw{white-space:pre-wrap;color:var(--muted);margin:6px 0 0;font-size:.85rem}.duty-route{margin-top:4px;font-weight:500}.duty-crew{color:var(--muted);margin-top:4px;font-size:.85rem}.duty-crew-label{font-weight:600}.duty-crew-deadhead{font-style:italic}.timezone-toggle{gap:4px;display:flex}.timezone-toggle button.active{background:var(--accent);color:var(--accent-text)}.version-info-button{border-radius:999px;width:36px;height:36px;padding:0}.version-panel-overlay{z-index:100;background:#0006;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.speech-screen-overlay{align-items:center}.speech-screen-panel{border-radius:16px;max-height:80vh}.version-panel{background:var(--surface);border-radius:16px 16px 0 0;width:100%;max-width:480px;max-height:70vh;padding:20px;position:relative;overflow-y:auto}.sync-diagnostics-table{border-collapse:collapse;width:100%;font-size:.9rem}.sync-diagnostics-table th,.sync-diagnostics-table td{text-align:left;border-bottom:1px solid var(--border);padding:6px 8px}.version-panel .close{z-index:1;background:0 0;border:none;position:absolute;top:12px;right:12px}.version-panel.has-custom-scrollbar{flex-direction:column;display:flex;overflow:hidden}.custom-scrollbar-wrapper{flex:1;min-height:0;display:flex;position:relative}.custom-scrollbar-content{scrollbar-width:none;flex:1;min-height:0;overflow-y:auto}.custom-scrollbar-content::-webkit-scrollbar{display:none}.custom-scrollbar-track{flex:0 0 16px;margin-left:4px;position:relative}.custom-scrollbar-thumb{background:var(--muted);touch-action:none;border-radius:5px;min-height:28px;position:absolute;left:3px;right:3px}.custom-scrollbar-thumb:active,.custom-scrollbar-thumb.dragging{background:var(--accent)}.changelog-entry pre{white-space:pre-wrap;color:var(--muted);font-family:inherit;font-size:.9rem}.settings-note{color:var(--muted);font-size:.9rem}.settings-screen{height:100svh;padding-top:env(safe-area-inset-top);flex-direction:column;display:flex;overflow:hidden}.settings-screen-header{border-bottom:1px solid var(--border);flex:none;align-items:center;gap:16px;padding:12px 16px;display:flex}.settings-screen-header h1{margin:0;font-size:1.25rem}.settings-screen-body{text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:8px;max-width:480px;padding:16px;display:flex;overflow-y:auto}.update-prompt-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.update-prompt{background:var(--surface);text-align:center;border-radius:16px;width:100%;max-width:360px;padding:24px}.update-prompt-actions{justify-content:center;gap:8px;margin-top:16px;display:flex}.checklist-editor{max-width:640px}.checklist-editor-body{text-align:left;gap:16px;margin-top:12px;display:flex}.checklist-editor-list{flex-direction:column;flex:0 0 40%;gap:6px;display:flex}.checklist-editor-list-item{text-align:left}.checklist-editor-list-item.active{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.checklist-editor-detail{border-left:1px solid var(--border);flex-direction:column;flex:1;gap:12px;padding-left:16px;display:flex}.checklist-editor-field{flex-direction:column;gap:4px;font-size:.9rem;display:flex}.checklist-editor-field fieldset{border:none;margin:0;padding:0}.checklist-editor-type-option{text-transform:capitalize;flex-direction:row;align-items:center;gap:6px;display:flex}.checklist-button{border-color:var(--border)}.checklist-button.incomplete{background:var(--error);color:var(--accent-text);border-color:var(--error)}.checklist-button.complete{background:var(--success);color:var(--accent-text);border-color:var(--success)}.checklist-page{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.checklist-page-flight{text-align:left;border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 16px;display:flex}.checklist-page-flight-details{min-width:0}.checklist-page-speech-buttons{flex:none;gap:8px;display:flex}.checklist-page-body{text-align:left;flex:1;max-width:720px;padding:16px;overflow-y:auto}.checklist-screen-item{border:1px solid var(--border);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.checklist-screen-item.tappable{cursor:pointer;touch-action:manipulation}.checklist-screen-item.done{background:var(--success);border-color:var(--success);color:var(--accent-text)}.checklist-screen-item.done .settings-note{color:var(--accent-text)}.checklist-screen-item.highlight{border-color:var(--warning);background:color-mix(in srgb, var(--warning) 15%, var(--surface))}.checklist-screen-item-label{flex:1}.checklist-screen-item input[type=number],.checklist-screen-item input[type=text]{width:100px}.checklist-screen-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.speech-placeholder-picker{flex-wrap:wrap;gap:6px;margin:8px 0;display:flex}.speech-placeholder-picker button{padding:6px 10px;font-size:.8rem}.speech-body-textarea{width:100%;font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text);resize:vertical;border-radius:8px;padding:10px 12px}.speech-template-list-item{justify-content:space-between;align-items:center;gap:8px;display:flex}.speech-role-picker{gap:8px;margin:12px 0;display:flex}.checklist-grid-editor{flex-direction:row;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.checklist-grid-canvas{border-right:1px solid var(--border);flex:0 0 50%;padding:12px;overflow:auto}.checklist-grid{gap:6px;min-width:280px;display:grid}.checklist-grid-slot{border:1px dashed var(--border);border-radius:6px;align-items:stretch;min-height:36px;display:flex}.checklist-grid-slot.filled{border-style:solid}.checklist-grid-slot.hover{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 15%, transparent)}.checklist-grid-item{touch-action:none;text-align:center;flex:1;width:100%;padding:6px 4px;font-size:.8rem}.checklist-grid-item.type-check{border-left:4px solid var(--duty-flight)}.checklist-grid-item.type-number{border-left:4px solid var(--duty-standby)}.checklist-grid-item.type-speech{border-left:4px solid var(--duty-simulator)}.checklist-grid-palette{text-align:left;flex:0 0 50%;padding:16px;overflow-y:auto}.checklist-staged-list{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.checklist-staged-chip{border:1px solid var(--border);background:var(--surface);touch-action:none;cursor:grab;border-radius:8px;align-items:center;gap:6px;padding:8px 10px;font-size:.85rem;display:flex}.checklist-staged-chip-remove{color:var(--muted);background:0 0;border:none;padding:0 0 0 4px}.checklist-drag-ghost{pointer-events:none;background:var(--accent);color:var(--accent-text);z-index:1000;border-radius:8px;padding:8px 14px;font-size:.85rem;position:fixed;transform:translate(-50%,-50%);box-shadow:0 4px 12px #0000004d}.checklist-working-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}
