:root{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;background-color:#111;--taxio-yellow: #f8d351;--brand-header-bg-start: var(--taxio-yellow);--brand-header-bg-end: var(--taxio-yellow);--brand-header-fg: #111}*{box-sizing:border-box}body{margin:0;min-height:100vh;padding:24px;background:radial-gradient(circle at top,#222,#0b0b0b 60%)}#root{width:100%;min-height:100%}.app{width:100%;min-height:calc(100vh - 48px);border:12px solid #1b1b1b;border-radius:24px;box-shadow:0 30px 60px #0000008c;overflow:hidden;background:#1b1b1b;display:flex;flex-direction:column}.app--skin-ecofy{--brand-header-bg-start: #e8b733;--brand-header-bg-end: #f2c94c;--brand-header-fg: #1f2328}.hero{display:flex;align-items:center;justify-content:space-between;min-height:118px;padding:18px 24px;background:linear-gradient(90deg,var(--brand-header-bg-start),var(--brand-header-bg-end));position:relative}.hero__logo{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;transform:translate(-50%);padding:8px 18px;border-radius:14px;background:#ffffffe0;border:1px solid rgba(17,17,17,.15);box-shadow:0 8px 18px #0000002e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero__logo img{max-width:210px;max-height:82px;width:100%;object-fit:contain}.hero__clock{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;color:var(--brand-header-fg);line-height:1.15}.hero__clockTitle{font-size:14px;font-weight:700}.hero__clockSub{font-size:12px;font-style:italic;opacity:.8}.hero__clockTime{font-size:18px;font-weight:700}.board{flex:1;display:flex;flex-direction:column;padding:16px 48px 24px}.board__head{display:grid;grid-template-columns:repeat(2,1fr);padding:20px 0;text-transform:uppercase;letter-spacing:.08em;font-weight:600;font-size:22px;border-bottom:2px solid rgba(255,255,255,.2)}.board__headCell{display:flex;flex-direction:column;line-height:1.15}.board__headSub{margin-top:4px;font-size:16px;font-style:italic;text-transform:none;letter-spacing:.02em;opacity:.85}.board__body{margin-top:10px;display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;gap:8px}.board__row{display:grid;grid-template-columns:repeat(2,1fr);font-size:34px;font-weight:600;background:linear-gradient(180deg,#ffffff14,#0000001a);border-radius:12px;padding:12px 24px}.board__row:nth-child(2n){background:linear-gradient(180deg,#ffffff0a,#00000040)}.board__cell{display:flex;align-items:center}.board__cell--time{justify-content:flex-start}.board__cell--soon{color:#62e678}.board__cell--boarding{color:var(--taxio-yellow);font-weight:700}.board__empty{text-align:center;padding:40px 0;font-size:24px;color:#ffffffb3;display:flex;flex-direction:column;gap:6px}.board__emptySub{font-size:16px;font-style:italic;opacity:.8}.status{display:flex;justify-content:flex-end;padding:12px 48px 20px;font-size:16px;color:#ffffffb3}.status__error{color:#ff9c9c;font-weight:600}@media (max-width: 960px){body{padding:12px}.hero{flex-direction:column;gap:8px;text-align:center;justify-content:center;position:static}.hero__logo{position:static;transform:none;padding:6px 14px}.hero__clock{margin-left:0;align-items:center}.board__row,.board__head{grid-template-columns:1.2fr 1fr}}
