:root{--fly-bg:#0d0d0d;--fly-graphite:#1b1b1b;--fly-surface:#1b1b1b94;--fly-surface-strong:#1b1b1bc7;--fly-border:#ffffff24;--fly-border-strong:#ffffff3d;--fly-text:#fff;--fly-text-muted:#bebebe;--fly-accent:#ff621e;--fly-accent-soft:#ff621e29;--fly-seagrass:#409b83;--fly-success:#409b83;--fly-warning:#ffbf66;--fly-danger:#ff756f;--fly-shadow-soft:0 24px 80px #00000057;--fly-glass:inset 1px 1px 0 #ffffff1f, inset -1px -1px 0 #0006, 0 18px 46px #00000042;--fly-radius-xl:32px;--fly-radius-lg:28px;--fly-radius-md:22px;--fly-radius-sm:16px;--fly-space:16px;--fly-font-display:"Inter", "Avenir Next", "Segoe UI", sans-serif;--fly-font-stat:"Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;--fly-font-body:"Inter", "Segoe UI", sans-serif}*{box-sizing:border-box}html{background:var(--fly-bg)}body{color:var(--fly-text);font-family:var(--fly-font-body);background:linear-gradient(#0000001f,#000000b8),radial-gradient(circle at 22% 12%,#ff621e33,#0000 28%),radial-gradient(circle at 84% 16%,#409b832e,#0000 30%),linear-gradient(145deg,#171717 0%,#080808 58%,#101514 100%);margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.fly-card{-webkit-backdrop-filter:blur(22px)saturate(130%);backdrop-filter:blur(22px)saturate(130%);background:var(--fly-surface);border:1px solid var(--fly-border);border-radius:var(--fly-radius-lg);box-shadow:var(--fly-glass);padding:20px}.fly-button{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:24px;justify-content:center;align-items:center;gap:.55rem;min-height:52px;padding:.85rem 1.05rem;font-size:.98rem;font-weight:700;transition:transform .14s,border-color .14s,background .14s,color .14s,opacity .14s;display:inline-flex}.fly-button:hover{transform:translateY(-1px)}.fly-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.fly-button--primary{background:linear-gradient(90deg, var(--fly-accent) 0%, var(--fly-seagrass) 100%);color:var(--fly-graphite)}.fly-button--secondary{border-color:var(--fly-border-strong);color:var(--fly-text);background:#ffffff14}.fly-button--ghost{border-color:var(--fly-border);color:var(--fly-text-muted);background:#ffffff05}.fly-button--danger{color:#ffd5d3;background:#ff756f1f;border-color:#ff756f57}.fly-app-shell{min-height:100vh}.fly-app-shell__header{-webkit-backdrop-filter:blur(24px)saturate(130%);backdrop-filter:blur(24px)saturate(130%);border-bottom:1px solid var(--fly-border);z-index:5;background:#0d0d0db8;align-items:center;gap:18px;padding:14px 24px;display:flex;position:sticky;top:0}.fly-app-shell__brand,.fly-app-shell__nav,.fly-app-shell__actions{min-width:0}.fly-app-shell__nav{flex:1;justify-content:flex-end;align-items:center;gap:8px;display:flex}.fly-app-shell__actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.fly-app-shell__content{gap:var(--fly-space);width:min(100%,1440px);min-width:0;margin:0 auto;padding:24px 24px 40px;display:grid}.fly-page-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.fly-page-header h1,.fly-empty-state h2{font-family:var(--fly-font-display);letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.02}.fly-page-header p,.fly-empty-state p,.fly-meta,.fly-field__hint{color:var(--fly-text-muted)}.fly-page-header__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.fly-eyebrow{color:var(--fly-accent);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.fly-metric{gap:.45rem;min-height:128px;display:grid}.fly-metric__value{font-family:var(--fly-font-stat);letter-spacing:0;font-size:clamp(1.8rem,3vw,2.75rem);line-height:1}.fly-badge{border:1px solid var(--fly-border);color:var(--fly-text-muted);letter-spacing:.1em;text-transform:uppercase;background:#ffffff0d;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.68rem;font-weight:800;display:inline-flex}.fly-badge--success{color:var(--fly-success)}.fly-badge--warning{color:var(--fly-warning)}.fly-badge--danger{color:var(--fly-danger)}.fly-empty-state,.fly-loading-card{place-items:start;gap:1rem;display:grid}.fly-spinner{border:3px solid #ffffff2e;border-top-color:var(--fly-accent);border-radius:999px;width:22px;height:22px;animation:.9s linear infinite fly-spin}.fly-field{gap:.45rem;display:grid}.fly-field__label{color:var(--fly-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.fly-input{appearance:none;border:1px solid var(--fly-border);border-radius:var(--fly-radius-md);color:var(--fly-text);background:#ffffff0f;width:100%;min-height:52px;padding:.85rem .95rem}.fly-input:disabled{color:var(--fly-text-muted);opacity:.7}.fly-input:focus{outline-offset:1px;border-color:#ff621ecc;outline:3px solid #ff621e2e}.fly-textarea{resize:vertical;min-height:132px}.fly-split-panel{gap:var(--fly-space);grid-template-columns:minmax(0,1.4fr) minmax(340px,.85fr);display:grid}.fly-data-stack{gap:.75rem;margin:0;display:grid}.fly-data-stack__row{border-top:1px solid #ffffff14;grid-template-columns:minmax(120px,160px) 1fr;align-items:baseline;gap:.8rem;padding-top:.75rem;display:grid}.fly-data-stack__row:first-child{border-top:0;padding-top:0}.fly-data-stack__row dt{color:var(--fly-text-muted)}.fly-data-stack__row dd{margin:0}.fly-overlay{z-index:20;align-items:center;padding:1.2rem;display:grid;position:fixed;inset:0}.fly-overlay__backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000ad;border:0;position:absolute;inset:0}.fly-overlay__panel{z-index:1;width:min(100%,920px);max-width:920px;max-height:calc(100vh - 2rem);margin:0 auto;position:relative;overflow:auto}@keyframes fly-spin{to{transform:rotate(360deg)}}@media (width<=980px){.fly-app-shell{min-height:100vh}.fly-app-shell__header{gap:8px;padding:10px 12px;overflow-x:auto}.fly-app-shell__brand{flex:none}.fly-app-shell__nav{flex:none;justify-content:flex-start}.fly-app-shell__content{padding:18px 12px 32px}.fly-split-panel{grid-template-columns:1fr}.fly-button{white-space:normal}}
