:root{
  color-scheme:dark;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --bg:#06111d;--side:#071523;--panel:#0b1a29;--panel2:#0e2133;--line:#20384e;--line2:#183049;
  --text:#f7fbff;--muted:#8ba5bd;--blue:#2d9cff;--blue2:#1e74cf;--red:#ff5a55;--salmon:#ff7667;
  --yellow:#f2c133;--green:#42d67b;--purple:#9c7cff;--orange:#ff9a2f;
}
*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#04101b;color:var(--text)}body{background:radial-gradient(circle at 38% 0%,#0d2740 0,#06111d 38%,#040b13 100%)}a{color:inherit;text-decoration:none}button{font:inherit}.hidden{display:none!important}
.hub{width:100vw;height:100vh;display:grid;grid-template-columns:175px 1fr;background:linear-gradient(90deg,rgba(2,10,18,.42),transparent 18%)}
.sidebar{height:100vh;padding:22px 12px 16px;border-right:1px solid rgba(43,74,102,.42);background:linear-gradient(180deg,#071827 0,#05111c 100%);display:flex;flex-direction:column;gap:12px}.sidebar-brand{font-weight:950;letter-spacing:.14em;font-size:15px}.side-nav{display:flex;flex-direction:column;gap:5px}.side-link{height:37px;padding:0 10px;border-radius:8px;color:#d8e6f2;display:flex;align-items:center;gap:12px;font-size:12px}.side-link span{width:20px;color:#91a8ba;font-size:18px;text-align:center}.side-link b{font-weight:650}.side-link.active{background:linear-gradient(90deg,#163e73,#0e2b51);color:white}.side-link.active span{color:#3aa3ff}.side-spacer{flex:1}.dj-signature{padding:0 9px 8px;color:#8198ad}.dj-signature span{font-size:9px;letter-spacing:.18em}.dj-signature strong{display:block;margin-top:20px;font-family:"Segoe Script","Brush Script MT",cursive;font-weight:500;font-size:36px;line-height:1;color:#8ba0b2}.dj-signature small{display:block;font-size:8px;letter-spacing:.28em;margin-top:3px}.side-update{border-top:1px solid #172c3d;padding:11px 8px 0;display:flex;flex-direction:column;font-size:9px;color:#8098ae;gap:2px}.side-update strong{font-size:11px;color:#d9e7f2;font-weight:650}
.workspace{height:100vh;padding:10px 12px 12px;display:grid;grid-template-rows:80px 120px minmax(0,1fr) 208px 68px;gap:9px;overflow:hidden}.top-header{display:grid;grid-template-columns:185px 265px 160px 1fr 128px;align-items:center;border:1px solid var(--line);background:rgba(8,24,39,.83);border-radius:14px;overflow:hidden}.clock-block{padding-left:22px}.clock-line{display:flex;align-items:baseline;gap:8px}.clock-line #clock{font-size:54px;font-weight:850;letter-spacing:-.045em;line-height:1}.clock-line em{font-size:27px;color:var(--blue);font-style:normal}.date-block{border-right:1px solid #1a3044;height:58px;padding:8px 20px}.date-block div{font-size:18px}.date-block small{color:var(--muted);font-size:11px;display:block;margin-top:6px}.weather-current{height:58px;border-right:1px solid #1a3044;display:flex;align-items:center;justify-content:center;gap:10px}.weather-current>span{font-size:34px}.weather-current strong{display:block;font-size:31px;line-height:.9}.weather-current small{color:var(--muted);font-size:10px}.forecast-row{height:58px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0}.forecast-day{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:9px;color:var(--muted)}.forecast-day b{color:white;font-size:10px}.forecast-day .fi{font-size:17px}.quick-add{justify-self:end;margin-right:18px;background:linear-gradient(180deg,#2d9eff,#1476db);padding:11px 16px;border-radius:8px;font-size:12px;font-weight:700}.quick-add span{font-size:17px;margin-left:11px}
.attention-band{border:1px solid var(--line);background:rgba(8,24,39,.82);border-radius:14px;padding:10px 12px;overflow:hidden}.band-title,.kicker{font-size:12px;font-weight:900;letter-spacing:.08em;color:var(--blue)}.band-title{color:#ff675f;margin-bottom:8px}.attention-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.attention-card{min-width:0;height:76px;border:1px solid #1d3951;background:linear-gradient(180deg,#0d2234,#0a1a29);border-radius:10px;padding:10px 12px;display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center}.attention-icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;background:#173a5a;color:white}.attention-card.red .attention-icon{background:#ee4f57}.attention-card.purple .attention-icon{background:#7659df}.attention-card.yellow .attention-icon{background:#d99d00}.attention-card.orange .attention-icon{background:#cf7920}.attention-card.blue .attention-icon{background:#167cd4}.attention-card h3{font-size:12px;margin:0 0 4px;color:#f4f8fb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attention-card.red h3{color:#ff675f}.attention-card.purple h3{color:#ad91ff}.attention-card.yellow h3{color:#ffc84d}.attention-card.orange h3{color:#ffac4e}.attention-card.blue h3{color:#4aaaff}.attention-card p,.attention-card small{display:block;margin:0;color:#d8e4ed;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attention-card small{color:var(--muted);margin-top:3px;font-size:10px}
.main-dashboard-grid{min-height:0;display:grid;grid-template-columns:1.36fr 1.05fr .98fr;gap:9px}.dash-card{border:1px solid var(--line);background:rgba(8,24,39,.9);border-radius:14px;overflow:hidden}.action-panel,.upnext-panel,.week-panel,.japan-panel,.mini-panel{padding:12px}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.card-heading a,.card-heading>span{font-size:10px;color:#359fff}.card-heading .kicker span{font-weight:500;color:var(--muted);letter-spacing:0}.tiny-icon,.week-arrow{border:1px solid #21435f;background:#0d2539;color:#cce6fa;border-radius:8px;width:30px;height:30px;cursor:pointer}.tiny-icon.spinning{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.action-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:12px}.action-tab{height:32px;border:1px solid #214158;background:#091827;color:#a8c1d4;border-radius:7px;font-size:9px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:10px}.action-tab strong{background:#142a3b;border-radius:999px;padding:2px 6px;color:white}.action-tab.active.needs{border-color:#d84e4b;color:#ff6861}.action-tab.active.waiting{border-color:#2d8cd1;color:#60b9ff}.action-tab.active.monitoring{border-color:#a78526;color:#ffd04f}.action-tab.active.done{border-color:#227c52;color:#55dc89}.action-subhead{display:flex;justify-content:space-between;align-items:center;margin:13px 2px 6px;color:#ff625b;font-size:10px;font-weight:850}.action-subhead small{color:var(--muted);font-weight:500}.action-list{height:calc(100% - 86px);overflow:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#2a79c7 transparent}.action-row{display:grid;grid-template-columns:32px 1fr;gap:9px;padding:9px 8px;border:1px solid #17334a;border-radius:9px;background:#081827;margin-bottom:6px}.action-marker{width:28px;height:28px;border:1px solid #8f413f;border-radius:8px;color:#ff5c57;display:flex;align-items:center;justify-content:center;font-weight:900}.action-top{display:flex;align-items:center;justify-content:space-between}.action-status{font-size:8px;font-weight:900;color:#ff5d56}.action-meta{font-size:8px;color:#7f9ab2}.action-title{display:block;border:0;background:none;padding:0;color:white;font-size:12px;font-weight:800;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.action-row.new-submission .action-title{color:#ff635c}.action-detail{font-size:9px;color:#8da8bf;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action-row.waiting_other .action-marker{border-color:#2c668e;color:#56b8ff}.action-row.waiting_other .action-status{color:#56b8ff}.action-row.monitoring .action-marker{border-color:#8c722b;color:#ffd04f}.action-row.monitoring .action-status{color:#ffd04f}.action-row.done .action-marker{border-color:#26734f;color:#50dd88}.action-row.done .action-status{color:#50dd88}.action-empty{color:var(--muted);font-size:11px;padding:18px 8px}
.upnext-list{height:calc(100% - 28px);overflow:auto;margin-top:8px;padding-right:3px}.upnext-day{display:grid;grid-template-columns:48px 1fr;gap:8px;border-top:1px solid #183149;padding:8px 0}.date-tile{border:1px solid #27506c;border-radius:8px;height:50px;text-align:center;display:flex;flex-direction:column;justify-content:center}.date-tile span{font-size:9px;font-weight:850;color:#b7cfe0}.date-tile strong{font-size:21px;line-height:1}.up-events{min-width:0}.up-event{display:grid;grid-template-columns:64px 1fr;gap:8px;font-size:11px;padding:3px 0}.up-event time{color:#39a5ff}.up-event b{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.up-event small{display:block;color:var(--muted);font-size:9px;margin-top:2px}
.right-stack{display:grid;grid-template-rows:minmax(0,1fr) 145px;gap:9px;min-height:0}.week-panel{min-height:0}.week-panel .card-heading{justify-content:space-between}.week-list{margin-top:6px;height:calc(100% - 27px);overflow:hidden}.week-day-row{display:grid;grid-template-columns:62px 1fr;min-height:35px;border-bottom:1px solid #173047;align-items:center}.week-date{display:flex;align-items:center;gap:6px;font-size:9px;color:#b6cada}.week-date b{font-size:18px;color:white}.week-events{min-width:0}.week-event{display:grid;grid-template-columns:55px 1fr;gap:6px;font-size:9px;line-height:1.1;padding:2px 0}.week-event time{color:#78a7ca}.week-event span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.week-none{font-size:9px;color:#6f889e}.japan-panel .kicker{margin-bottom:8px}.japan-body{display:grid;grid-template-columns:126px 1fr;gap:12px}.countdown-box{border-right:1px solid #18334a}.countdown-box small{font-size:9px;color:#91a9bd}.countdown-box div{display:flex;align-items:baseline;gap:6px;margin:3px 0}.countdown-box strong{font-size:39px;line-height:1}.countdown-box span{font-size:12px}.trip-checks{display:grid;gap:6px}.trip-checks div{display:grid;grid-template-columns:18px 1fr auto;gap:4px;align-items:center;font-size:9px}.trip-checks div>span{color:#42d67b}.trip-checks em{color:#42d67b;font-style:normal}
.lower-grid{display:grid;grid-template-columns:1.1fr .82fr .82fr 1.12fr;gap:9px;min-height:0}.mini-panel{min-height:0}.kicker.green{color:#45d877}.kicker.red{color:#ff5e58}.kicker.yellow{color:#ffc843}.mini-list{margin-top:8px;display:grid;gap:6px;overflow:auto;max-height:155px}.mini-item{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;font-size:10px;padding:6px 5px;border-bottom:1px solid #163047}.mini-item>div{min-width:0}.mini-item b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}.mini-item small{color:var(--muted);font-size:9px}.status-pill{font-size:8px;font-weight:900;border-radius:5px;padding:4px 7px;background:#183146;color:#a9c0d2}.status-pill.paid{background:#124128;color:#58d98c}.status-pill.outstanding{background:#4a1c24;color:#ff6e65}.status-pill.pending{background:#493810;color:#f8c43c}.status-pill.missing{background:#30204d;color:#bca0ff}.enquiry-count,.overdue-count{display:flex;align-items:center;gap:9px;margin:10px 0}.enquiry-count strong,.overdue-count strong{font-size:38px;line-height:1}.enquiry-count span,.overdue-count span{font-size:10px;color:#d9e5ee}.overdue-count strong,.overdue-count span{color:#ff5b55}.compact{margin-top:0}.quick-links-panel{padding:9px 12px}.quick-links{display:flex;gap:12px;margin-top:8px;overflow:hidden}.quick-links a{min-width:max-content;border:1px solid #1b3a54;background:#0d2334;border-radius:8px;padding:8px 13px;font-size:10px;color:#e0ebf3}
.login-needed{height:100vh;display:grid;place-items:center;background:#06111d}.login-card{width:min(520px,90vw);padding:32px;background:#0b1a29;border:1px solid #20384e;border-radius:18px}.login-card h1{margin:10px 0}.login-card p{color:var(--muted)}.login-button{display:inline-block;margin-top:12px;background:#258ee8;padding:10px 16px;border-radius:8px}
@media(max-width:1300px){.hub{grid-template-columns:145px 1fr}.side-link{font-size:10px}.workspace{grid-template-rows:72px 110px minmax(0,1fr) 190px 62px}.top-header{grid-template-columns:160px 205px 145px 1fr 110px}.clock-line #clock{font-size:46px}.date-block div{font-size:15px}.attention-card{padding:8px}.attention-card h3{font-size:10px}.main-dashboard-grid{grid-template-columns:1.28fr 1fr .95fr}.action-title{font-size:10px}.action-detail{font-size:8px}}
