@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap";:root{color-scheme:dark;--fc-font-sans: "Plus Jakarta Sans", "Segoe UI", sans-serif;--fc-font-display: "Sora", "Plus Jakarta Sans", "Segoe UI", sans-serif;--fc-font-mono: "IBM Plex Mono", "Consolas", monospace;--fc-ink-strong: #ffffff;--fc-ink-base: #e6e6e6;--fc-ink-soft: #9a9a9a;--fc-ink-inverse: #050505;--fc-surface-base: #0a0a0a;--fc-surface-panel: rgba(255, 255, 255, .03);--fc-surface-panel-strong: #121212;--fc-surface-dark: #0d0d0d;--fc-border-soft: #1e1e1e;--fc-border-strong: #2a2a2a;--fc-shadow-soft: 0 24px 80px rgba(255, 255, 255, .03);--fc-shadow-card: 0 18px 44px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .02);--fc-accent: #f5f5f5;--fc-accent-soft: rgba(255, 255, 255, .08);--fc-positive: #f5f5f5;--fc-positive-soft: rgba(255, 255, 255, .08);--fc-warning: #d4d4d4;--fc-warning-soft: rgba(255, 255, 255, .05);--fc-critical: #cfcfcf;--fc-critical-soft: rgba(255, 255, 255, .05);--fc-radius-xl: 32px;--fc-radius-lg: 24px;--fc-radius-md: 18px;--fc-radius-sm: 12px;--fc-content-max: 1280px}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--fc-font-sans);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--fc-ink-base);background:var(--fc-surface-base);overflow-x:hidden}body:before,body:after{content:"";position:fixed;inset:auto;width:18rem;height:18rem;border-radius:50%;background:#ffffff08;filter:blur(90px);pointer-events:none;z-index:0;animation:fc-ambient-drift 18s ease-in-out infinite}body:before{top:8%;left:-6rem}body:after{right:-5rem;bottom:8%;animation-delay:-9s}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}img,svg{display:block;max-width:100%}#root{min-height:100vh;background:var(--fc-surface-base);position:relative;z-index:1}@keyframes fc-ambient-drift{0%,to{transform:translateZ(0) scale(1);opacity:.22}50%{transform:translate3d(1.5rem,-1.25rem,0) scale(1.08);opacity:.34}}.fc-shell{min-height:100vh;display:grid;grid-template-columns:304px minmax(0,1fr);background:var(--fc-surface-base)}.fc-shell__sidebar{position:sticky;top:0;min-height:100vh;display:grid;align-content:start;gap:1.5rem;padding:1.75rem 1.35rem;background:#121212f0;color:var(--fc-ink-strong);border-right:1px solid var(--fc-border-soft);box-shadow:24px 0 48px #0000005c}.fc-shell__main{padding:clamp(1.9rem,3vw,2.6rem) clamp(1.5rem,3vw,2.75rem) 3rem}.fc-shell__header{max-width:var(--fc-content-max);margin:0 auto 1.75rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.fc-shell__header h1{margin:.15rem 0 .7rem;max-width:14ch;font-family:var(--fc-font-display);font-weight:700;font-size:clamp(2rem,3.5vw,3.15rem);line-height:1.02;letter-spacing:-.04em;color:var(--fc-ink-strong)}.fc-shell__header p,.fc-surface__header p,.fc-brand span,.fc-role-card p,.fc-empty p,.fc-metric-card__detail,.fc-detail-list dt,.fc-driver-row span,.fc-driver-row small,.fc-activity-row span,.fc-table span,.fc-qr-pass p,.fc-protocol-list p,.fc-feedback span,.fc-score-copy p,.fc-admin-driver-card span,.fc-decision-card p{color:var(--fc-ink-soft)}.fc-shell__header p{max-width:56ch;margin:0;font-size:1rem;line-height:1.6}.fc-shell__header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.fc-shell__eyebrow,.fc-surface__eyebrow{display:inline-flex;align-items:center;gap:.35rem;font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fc-accent)}.fc-shell__content{max-width:var(--fc-content-max);margin:0 auto}.fc-brand{display:flex;gap:.9rem;align-items:center}.fc-brand strong{display:block;font-family:var(--fc-font-display);font-weight:600;font-size:1.08rem;letter-spacing:-.02em;color:var(--fc-ink-strong)}.fc-brand__badge{display:grid;place-items:center;width:3rem;height:3rem;border-radius:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);font-weight:800}.fc-role-card,.fc-shell__switcher{padding:1.15rem 1rem;border-radius:var(--fc-radius-md);border:1px solid var(--fc-border-soft);background:#ffffff08;box-shadow:var(--fc-shadow-card)}.fc-role-card__label,.fc-shell__switcher span{display:inline-block;margin-bottom:.5rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#f4f7fba3}.fc-role-card__title{display:block;margin-bottom:.75rem;font-family:var(--fc-font-display);font-weight:600;font-size:1.2rem;line-height:1.2;letter-spacing:-.02em;color:var(--fc-ink-strong)}.fc-role-card p{margin:0;line-height:1.6}.fc-nav{display:grid;gap:.45rem}.fc-nav__link,.fc-shell__switch-link{display:inline-flex;align-items:center;justify-content:flex-start;min-height:3.25rem;padding:.85rem 1rem;border-radius:1rem;border:1px solid transparent;font-weight:600;color:#ffffffd1;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.fc-nav__link:hover,.fc-shell__switch-link:hover,.fc-nav__link.is-active{background:#ffffff14;transform:translate(2px)}.fc-nav__link.is-active{border-color:#ffffff1a;background:#ffffff14;color:var(--fc-ink-strong)}.fc-shell__switcher-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.fc-shell__switch-link{justify-content:center;background:#ffffff08;color:#f4f7fbdb}.fc-shell__switch-link.is-active{border-color:#ffffff14;background:#f4f7fb14;color:var(--fc-ink-strong)}.fc-session-card{display:grid;gap:.45rem}.fc-session-card strong{color:var(--fc-ink-strong)}.fc-session-card p,.fc-session-card small{margin:0;color:#f4f7fbad}.fc-page-grid{display:grid;gap:1.55rem}.fc-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.fc-stats-grid--compact{margin-bottom:1.25rem}.fc-two-column{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:start;gap:1.55rem}.fc-two-column--balanced{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-surface{position:relative;overflow:hidden;padding:1.55rem;border-radius:28px;border:1px solid var(--fc-border-soft);background:var(--fc-surface-panel);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--fc-shadow-card);animation:fc-surface-rise .46s cubic-bezier(.2,.78,.2,1) both}.fc-surface:before{content:none}.fc-surface--hero{background:#ffffff0a;border-color:#ffffff14}.fc-surface__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.25rem;margin-bottom:1.35rem}.fc-surface__header>div{display:grid;gap:.35rem;min-width:0}.fc-surface__header h2{margin:0;font-family:var(--fc-font-display);font-weight:600;font-size:1.5rem;line-height:1.08;letter-spacing:-.03em;color:var(--fc-ink-strong)}.fc-surface__header p{margin:0;line-height:1.6}.fc-surface__aside{display:flex;align-items:center;flex-shrink:0}.fc-metric-card{min-height:152px;display:grid;align-content:start;gap:.45rem;padding:1.2rem 1.25rem;border-radius:var(--fc-radius-lg);border:1px solid var(--fc-border-soft);background:#ffffff08;box-shadow:var(--fc-shadow-card);animation:fc-surface-rise .46s cubic-bezier(.2,.78,.2,1) both}.fc-metric-card__label{display:block;font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fc-ink-soft)}.fc-metric-card__value{display:block;margin:0;font-family:var(--fc-font-display);font-weight:600;font-size:clamp(1.65rem,2.3vw,2.35rem);line-height:1;letter-spacing:-.04em;color:var(--fc-ink-strong)}.fc-metric-card__detail{margin:0;font-size:.96rem;line-height:1.55}.fc-metric-card--positive{background:#ffffff0d;border-color:#ffffff1a}.fc-metric-card--warning{background:#ffffff05;border-color:#ffffff14}.fc-hero-grid,.fc-score-grid{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:1.8rem}.fc-hero-grid{align-items:center}.fc-score-grid{align-items:start}.fc-hero-copy{display:grid;gap:.9rem;align-content:center}.fc-hero-copy strong{display:block;font-family:var(--fc-font-display);font-weight:600;font-size:clamp(2.35rem,3.7vw,3.5rem);line-height:.98;letter-spacing:-.05em;color:var(--fc-ink-strong)}.fc-hero-copy p{margin:0;max-width:38ch;line-height:1.65}.fc-action-strip{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.25rem}.fc-inline-data{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.fc-inline-data span{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.05);color:var(--fc-ink-base);font-size:.9rem}.fc-inline-data--boxed{justify-content:space-between;align-items:center;border-radius:var(--fc-radius-md);background:#ffffff08;border:1px solid var(--fc-border-soft);padding:.9rem 1rem}.fc-inline-data--boxed strong{color:var(--fc-ink-strong)}.fc-score-copy{display:grid;gap:.9rem}.fc-score-copy__line{display:flex;justify-content:space-between;gap:.8rem;align-items:center;padding-bottom:.6rem;border-bottom:1px solid var(--fc-border-soft)}.fc-score-copy__line strong{font-family:var(--fc-font-display);font-weight:600;color:var(--fc-ink-strong);font-size:1.7rem}.fc-risk-pill,.fc-chip,.fc-chip-button{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .8rem;border-radius:999px;font-weight:700;text-transform:capitalize}.fc-risk-pill--low{background:var(--fc-accent);color:var(--fc-ink-inverse)}.fc-risk-pill--watch{background:#ffffff1a;color:var(--fc-ink-strong)}.fc-risk-pill--elevated{background:#ffffff0f;color:var(--fc-ink-strong)}.fc-risk-pill--critical{background:#ffffff08;color:var(--fc-ink-strong);border:1px solid rgba(255,255,255,.12)}.fc-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.fc-detail-list div{padding:1rem;border-radius:var(--fc-radius-md);border:1px solid var(--fc-border-soft);background:#ffffff08}.fc-detail-list dt{margin-bottom:.45rem;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fc-ink-soft)}.fc-detail-list dd,.fc-balance-grid strong,.fc-admin-driver-card dd,.fc-decision-card strong,.fc-driver-row strong,.fc-table strong,.fc-protocol-list span,.fc-activity-row strong,.fc-selected-driver span:last-child{margin:0;color:var(--fc-ink-strong)}.fc-detail-list dd,.fc-balance-grid strong,.fc-admin-driver-card strong,.fc-decision-card strong,.fc-activity-row strong,.fc-checklist__value{font-family:var(--fc-font-display);font-weight:600;letter-spacing:-.02em}.fc-activity-list,.fc-driver-list{display:grid;gap:.9rem}.fc-activity-row,.fc-driver-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;padding:1.05rem 1.15rem;border-radius:var(--fc-radius-md);border:1px solid var(--fc-border-soft);background:#ffffff08}.fc-driver-row{width:100%;text-align:left}.fc-activity-row__copy,.fc-driver-row__main{display:grid;gap:.3rem;min-width:0}.fc-activity-row__copy span{display:block;max-width:44ch;line-height:1.55}.fc-activity-row__amount,.fc-driver-row__metrics{display:grid;gap:.3rem;justify-items:end;align-content:start;min-width:8.5rem}.fc-activity-row__amount strong{font-size:1.15rem;line-height:1}.fc-activity-row__amount .is-positive{color:var(--fc-positive)}.fc-activity-row__meta{white-space:nowrap;text-align:right}.fc-inline-link{display:inline-flex;gap:.35rem;align-items:center;white-space:nowrap;color:var(--fc-accent);font-weight:700}.fc-form{display:grid;gap:1rem}.fc-field{display:grid;gap:.45rem}.fc-field span{font-size:.92rem;font-weight:700;color:var(--fc-ink-base)}.fc-field input,.fc-field select{width:100%;padding:.95rem 1rem;border-radius:1rem;border:1px solid var(--fc-border-strong);background:#ffffff08;color:var(--fc-ink-strong);outline:none;transition:border-color .16s ease,box-shadow .16s ease}.fc-field input:focus,.fc-field select:focus{border-color:#ffffff38;box-shadow:0 0 0 4px #ffffff0a}.fc-chip-row{display:flex;flex-wrap:wrap;gap:.65rem}.fc-chip{background:#ffffff0f;color:var(--fc-accent)}.fc-chip-button{border:1px solid transparent;background:#ffffff08;color:var(--fc-ink-base)}.fc-chip-button.is-selected,.fc-method-card.is-selected,.fc-driver-row.is-selected{border-color:#ffffff2e;background:#ffffff14}.fc-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.fc-method-card{display:grid;gap:.45rem;padding:1rem;text-align:left;border-radius:var(--fc-radius-md);border:1px solid var(--fc-border-soft);background:#ffffff08;animation:fc-surface-rise .46s cubic-bezier(.2,.78,.2,1) both}.fc-method-card:disabled{opacity:.56;cursor:not-allowed}.fc-primary-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:0 1.2rem;min-height:3.25rem;border:0;border-radius:999px;background:var(--fc-accent);color:var(--fc-ink-inverse);font-weight:700;letter-spacing:.02em;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.fc-primary-button--inline{width:auto}.fc-primary-button:hover{transform:translateY(-1px);box-shadow:0 10px 26px #ffffff1f}.fc-primary-button:disabled{opacity:.62;cursor:not-allowed}.fc-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1.1rem;min-height:2.9rem;border-radius:999px;border:1px solid var(--fc-border-strong);background:#ffffff08;color:var(--fc-ink-strong);font-weight:700;text-decoration:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.fc-secondary-button--inline{width:auto;min-height:3.25rem}.fc-secondary-button--ghost{border-color:#ffffff1a;background:#ffffff0a;color:var(--fc-ink-strong)}.fc-secondary-button--ghost:hover{background:#ffffff14}.fc-feedback{display:grid;gap:.2rem;padding:.9rem 1rem;border-radius:var(--fc-radius-md);background:#ffffff08;border:1px solid var(--fc-border-soft);line-height:1.55}.fc-feedback--error{color:var(--fc-ink-strong);background:#ffffff0a;border-color:#ffffff24}.fc-qr-pass{display:grid;align-content:start;justify-items:center;gap:1rem;min-height:0;padding:1.25rem;border-radius:calc(var(--fc-radius-xl) - 8px);border:1px solid var(--fc-border-soft);background:#ffffff08}.fc-qr-pass__meta,.fc-qr-pass__footer{width:100%;display:grid;justify-items:center;gap:.4rem}.fc-qr-pass__code{padding:1rem;border-radius:24px;background:#fff;box-shadow:0 16px 32px #00000047}.fc-qr-pass__footer span,.fc-protocol-list article span{display:inline-flex;align-items:center;gap:.45rem}.fc-qr-pass code,.fc-table td,.fc-table th{font-family:var(--fc-font-mono);font-size:.84rem}.fc-protocol-list{display:grid;gap:1rem;margin-top:1rem}.fc-protocol-list article{padding:1rem;border-radius:var(--fc-radius-md);background:#ffffff08;border:1px solid var(--fc-border-soft)}.fc-balance-grid,.fc-admin-driver-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.fc-balance-grid>div,.fc-admin-driver-card{padding:1rem;border-radius:var(--fc-radius-md);border:1px solid var(--fc-border-soft);background:#ffffff08}.fc-balance-grid span,.fc-admin-driver-card dt{display:block;margin-bottom:.35rem;color:var(--fc-ink-soft)}.fc-balance-grid strong{font-size:1.55rem;line-height:1.02}.fc-utilization-bar{margin-top:1.4rem;height:.9rem;border-radius:999px;background:#ffffff0d;overflow:hidden}.fc-utilization-bar span{display:block;height:100%;border-radius:inherit;background:var(--fc-accent)}.fc-admin-driver-card dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1rem}.fc-selected-driver{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1rem}.fc-selected-driver span{display:inline-flex;align-items:center;padding:.5rem .8rem;border-radius:999px;background:#ffffff0a}.fc-table-shell{overflow:auto;border-radius:var(--fc-radius-lg);border:1px solid var(--fc-border-soft);background:#ffffff08}.fc-table{width:100%;border-collapse:collapse}.fc-table th,.fc-table td{padding:1rem 1.1rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--fc-border-soft)}.fc-table tbody tr:last-child td{border-bottom:0}.fc-table th{color:var(--fc-ink-soft);text-transform:uppercase;letter-spacing:.08em;font-size:.74rem}.fc-table td strong,.fc-table td span{display:block}.fc-table__amount{white-space:nowrap;color:var(--fc-ink-strong)}.fc-empty{padding:1rem;border-radius:var(--fc-radius-md);background:#ffffff08;border:1px solid var(--fc-border-soft)}.fc-decision-card{display:grid;gap:1rem;padding:1.15rem;border-radius:var(--fc-radius-lg);border:1px solid var(--fc-border-soft);background:#ffffff08}.fc-gauge,.fc-progress-ring,.fc-animation-card{display:grid;place-items:center;min-height:220px}.fc-animation-card--compact{min-height:120px}.fc-gauge{position:relative;display:grid;justify-items:center;gap:.7rem}.fc-gauge__svg{width:190px;height:190px;transform:rotate(-90deg)}.fc-gauge__track,.fc-gauge__arc{fill:none;stroke-width:10}.fc-gauge__track{stroke:#ffffff14}.fc-gauge__arc{stroke:#fff;stroke-linecap:round;transition:stroke-dashoffset .48s ease}.fc-gauge__copy{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:.35rem;text-align:center}.fc-gauge__copy strong{font-family:var(--fc-font-display);font-weight:600;font-size:2rem;line-height:1;color:var(--fc-ink-strong)}.fc-gauge__icon{display:inline-grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:50%;background:#ffffff0f;color:var(--fc-accent)}.fc-gauge__caption{margin-top:-.15rem;font-size:.92rem;line-height:1.2;color:var(--fc-ink-soft)}.fc-progress-ring__shell{position:relative;width:182px;height:182px;border-radius:50%;display:grid;place-items:center}.fc-progress-ring__shell>.fc-gauge__svg,.fc-progress-ring__shell>.fc-progress-ring__center{grid-area:1 / 1}.fc-progress-ring__center{width:128px;height:128px;border-radius:50%;display:grid;place-content:center;justify-items:center;align-self:center;justify-self:center;gap:.28rem;text-align:center;background:#121212f0;box-shadow:inset 0 0 0 1px #ffffff0f}.fc-progress-ring__icon{display:inline-grid;place-items:center;width:2.1rem;height:2.1rem;margin-bottom:.08rem;border-radius:50%;background:#ffffff0f;color:var(--fc-accent)}.fc-progress-ring__center strong{font-family:var(--fc-font-display);font-weight:600;font-size:2rem;line-height:1;color:var(--fc-ink-strong)}.fc-progress-ring__center span{line-height:1.1;color:var(--fc-ink-soft)}.fc-status-panel{display:grid;gap:1rem;align-content:start}.fc-status-panel__lead{margin:0;line-height:1.6;color:var(--fc-ink-soft)}.fc-checklist{display:grid;gap:.85rem}.fc-checklist__item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.9rem;align-items:start;padding:1rem;border-radius:var(--fc-radius-md);border:1px solid var(--fc-border-soft);background:#ffffff08}.fc-checklist__icon{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:#ffffff0f;color:var(--fc-accent)}.fc-checklist__copy{display:grid;gap:.25rem}.fc-checklist__copy strong,.fc-checklist__value{color:var(--fc-ink-strong)}.fc-checklist__copy span{color:var(--fc-ink-soft);line-height:1.55}.fc-checklist__value{white-space:nowrap}.fc-success-mark{position:relative;display:grid;justify-items:center;gap:.8rem}.fc-success-mark__pulse{position:absolute;width:82px;height:82px;border-radius:50%;background:#ffffff1f;animation:fc-pulse 1.8s ease-out infinite}.fc-success-mark__icon{position:relative;z-index:1;display:grid;place-items:center;width:3rem;height:3rem;border-radius:50%;background:var(--fc-accent);color:var(--fc-ink-inverse)}.fc-success-mark__label{position:relative;z-index:1;font-family:var(--fc-font-display);font-weight:700;color:var(--fc-ink-strong)}.fc-loading-surface{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);align-items:center;gap:1.75rem;min-height:320px}.fc-loading-surface__copy{display:grid;gap:.7rem;max-width:34rem}.fc-loading-surface__copy h2{margin:0;font-family:var(--fc-font-display);font-weight:600;font-size:clamp(1.95rem,3.2vw,2.75rem);line-height:1.02;letter-spacing:-.04em;color:var(--fc-ink-strong)}.fc-loading-surface__copy p{margin:0;max-width:38ch;line-height:1.7;color:var(--fc-ink-soft)}.fc-loading-surface__visual{width:min(100%,18rem);min-height:18rem;justify-self:end}.fc-loading-orbit{position:relative;width:15.5rem;height:15.5rem;display:grid;place-items:center}.fc-loading-orbit:before{content:"";position:absolute;inset:22%;border-radius:50%;background:radial-gradient(circle,#ffffff29,#fff0);filter:blur(18px);animation:fc-loading-pulse 2.6s ease-in-out infinite}.fc-loading-orbit__ring{position:absolute;inset:0;border-radius:50%;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px #ffffff08;animation:fc-spin-slow 8s linear infinite}.fc-loading-orbit__ring:before,.fc-loading-orbit__ring:after{content:"";position:absolute;inset:0;border-radius:50%}.fc-loading-orbit__ring:before{inset:1rem;border:1px solid rgba(255,255,255,.06)}.fc-loading-orbit__ring:after{inset:1.9rem;border:1px solid rgba(255,255,255,.05)}.fc-loading-orbit__ring--inner{inset:1.45rem;border-color:#ffffff17;animation:fc-spin-reverse 6s linear infinite}.fc-loading-orbit__ring--inner:before{inset:.8rem}.fc-loading-orbit__ring--inner:after{inset:1.55rem}.fc-loading-orbit__dot{position:absolute;width:.7rem;height:.7rem;border-radius:50%;background:#fff;box-shadow:0 0 0 6px #ffffff0f,0 0 24px #ffffff2e;animation:fc-loading-orbit 3s linear infinite}.fc-auth{min-height:100vh;display:grid;place-items:center;padding:2rem}.fc-auth__panel{width:min(1100px,100%);display:grid;gap:1.4rem}.fc-auth__hero{display:grid;gap:.85rem}.fc-auth__hero h1{margin:0;max-width:12ch;font-family:var(--fc-font-display);font-weight:700;font-size:clamp(2.4rem,5vw,4.2rem);line-height:.92;letter-spacing:-.05em;color:var(--fc-ink-strong)}.fc-auth__hero p{margin:0;max-width:64ch;font-size:1.02rem;line-height:1.7;color:var(--fc-ink-soft)}.fc-auth__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.fc-auth-card{display:grid;gap:1rem;padding:1.4rem;border-radius:28px;border:1px solid var(--fc-border-soft);background:#ffffff08;box-shadow:var(--fc-shadow-card);animation:fc-surface-rise .46s cubic-bezier(.2,.78,.2,1) both}.fc-auth-card__header{display:flex;gap:.9rem;align-items:flex-start}.fc-auth-card__header h2{margin:.2rem 0 0;font-family:var(--fc-font-display);font-weight:600;font-size:1.35rem;letter-spacing:-.03em;color:var(--fc-ink-strong)}.fc-auth-card__icon{display:inline-grid;place-items:center;width:2.9rem;height:2.9rem;border-radius:1rem;background:#ffffff0f;color:var(--fc-accent)}.fc-auth-card__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fc-accent)}.fc-auth-card p{margin:0;line-height:1.65;color:var(--fc-ink-soft)}.fc-metric-card__value,.fc-hero-copy strong,.fc-gauge__copy strong,.fc-progress-ring__center strong,.fc-detail-list dd,.fc-balance-grid strong,.fc-activity-row__amount strong,.fc-activity-row__meta,.fc-table__amount,.fc-checklist__value{font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1,"lnum" 1}@keyframes fc-pulse{0%{transform:scale(.6);opacity:.9}to{transform:scale(1.2);opacity:0}}@keyframes fc-surface-rise{0%{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fc-spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fc-spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes fc-loading-orbit{0%{transform:rotate(0) translate(7.2rem) rotate(0)}to{transform:rotate(360deg) translate(7.2rem) rotate(-360deg)}}@keyframes fc-loading-pulse{0%,to{opacity:.35;transform:scale(.94)}50%{opacity:.7;transform:scale(1.04)}}@media(max-width:1080px){.fc-shell{grid-template-columns:1fr;background:none}.fc-shell__sidebar{position:relative;min-height:auto}.fc-shell__main,.fc-shell__sidebar{padding:1.25rem}.fc-shell__switcher-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fc-stats-grid,.fc-two-column,.fc-balance-grid,.fc-admin-driver-grid,.fc-auth__grid,.fc-method-grid,.fc-detail-list,.fc-admin-driver-card dl,.fc-hero-grid,.fc-score-grid,.fc-loading-surface{grid-template-columns:1fr}.fc-loading-surface__visual{justify-self:start}}@media(max-width:720px){.fc-shell__header{align-items:flex-start;flex-direction:column}.fc-shell__header h1{max-width:none;font-size:clamp(2rem,8vw,2.9rem)}.fc-driver-row,.fc-activity-row{grid-template-columns:1fr}.fc-driver-row__metrics,.fc-activity-row__amount{justify-items:start;min-width:0}.fc-inline-link,.fc-activity-row__meta{white-space:normal}.fc-shell__switcher-grid{grid-template-columns:1fr}.fc-auth{padding:1.25rem}.fc-auth__hero h1{max-width:none;font-size:clamp(2rem,10vw,3rem)}.fc-loading-orbit{width:13rem;height:13rem}}@media(prefers-reduced-motion:reduce){.fc-surface,.fc-metric-card,.fc-auth-card,.fc-method-card,.fc-loading-orbit:before,.fc-loading-orbit__ring,.fc-loading-orbit__dot,body:before,body:after{animation:none!important}}
