:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#172033;background:#f4f7fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0}.topbar{height:68px;background:#111a2e;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 32px}.topbar div{display:flex;gap:18px;align-items:center}.topbar strong{font-size:24px}.topbar span{color:#aeb9cf}.link-button{background:none;border:0;color:#fff;cursor:pointer}.page{max-width:1500px;margin:0 auto;padding:28px 32px 60px}.heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.eyebrow{margin:0 0 4px;color:#4674e8;font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.08em}h1{font-size:34px;margin:0}.filters{display:flex;align-items:end;gap:10px}.filters label{font-size:12px;color:#65708a;display:grid;gap:5px}.filters select,.filters input,.filters button,.login-form input,.login-form button{height:42px;border:1px solid #d5dbea;border-radius:9px;background:#fff;padding:0 12px}.filters button,.login-form button{background:#315fe7;color:#fff;border-color:#315fe7;font-weight:700;cursor:pointer}.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:24px 0}.cards article{background:#fff;border:1px solid #e4e8f1;border-radius:12px;padding:18px;box-shadow:0 3px 14px rgba(25,40,75,.04)}.cards span{display:block;color:#748099;font-size:12px;margin-bottom:10px}.cards strong{font-size:23px}.table-card{background:#fff;border:1px solid #e4e8f1;border-radius:14px;overflow:hidden}.table-title{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e8ebf2}.table-title h2{margin:0}.table-title span{color:#7a8498;font-size:12px}.table-scroll{overflow:auto}table{border-collapse:collapse;width:100%;min-width:1100px}th,td{padding:11px 13px;border-bottom:1px solid #edf0f5;text-align:right;white-space:nowrap}th:first-child,td:first-child{text-align:left}th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#66718b;background:#f8f9fc;position:sticky;top:0}.product{font-weight:700;background:#f7f9fe}.color td:first-child{padding-left:34px}.updated{color:#7e8798;font-size:11px}.empty{text-align:center!important;padding:40px;color:#7e8798}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#e5edff,#f6f8fc 55%)}.login-card{width:min(420px,100%);background:#fff;border:1px solid #e1e6f0;border-radius:18px;padding:34px;box-shadow:0 20px 60px rgba(35,53,92,.12)}.brand-mark{display:inline-grid;place-items:center;background:#315fe7;color:#fff;border-radius:10px;width:54px;height:54px;font-weight:800;margin-bottom:22px}.login-card h1{font-size:28px}.login-card p{color:#707b91;line-height:1.5}.login-form{display:grid;gap:16px;margin-top:24px}.login-form label{display:grid;gap:6px;font-size:13px;color:#59647b}.alert{background:#fff0f0;color:#a92c2c;border-radius:8px;padding:10px 12px}

.view-switch{display:inline-flex;margin-top:22px;padding:4px;background:#e8edf8;border-radius:11px;gap:3px}.view-switch a{padding:9px 16px;border-radius:8px;text-decoration:none;color:#58657e;font-size:13px;font-weight:700}.view-switch a.active{background:#fff;color:#2451cc;box-shadow:0 2px 8px rgba(28,50,96,.1)}.feed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 10px}.quick-periods{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.quick-periods>span{color:#748099;font-size:12px;margin-right:3px}.quick-periods a{border:1px solid #d9dfeb;border-radius:8px;background:#fff;color:#4d5971;text-decoration:none;padding:8px 11px;font-size:12px;font-weight:700}.quick-periods a:hover,.quick-periods a.active{background:#315fe7;border-color:#315fe7;color:#fff}.expand-toggle{font-size:13px;color:#4e5a72;display:flex;gap:8px;align-items:center;white-space:nowrap}.expand-toggle input{accent-color:#315fe7;width:16px;height:16px}.feed-note{color:#778299;font-size:12px;margin:0 0 16px}.feed{display:grid;gap:10px}.feed-block{background:#fff;border:1px solid #e1e6f0;border-radius:13px;overflow:hidden;box-shadow:0 3px 15px rgba(25,40,75,.035);scroll-margin-top:16px}.feed-block.today{border-color:#91afff;box-shadow:0 5px 20px rgba(49,95,231,.12)}.feed-block.week{background:#f0f8f0;border-color:#bad7bd}.feed-block summary{list-style:none;display:grid;grid-template-columns:16px minmax(210px,1.2fr) minmax(720px,4fr);align-items:center;gap:12px;padding:15px 17px;cursor:pointer}.feed-block summary::-webkit-details-marker{display:none}.feed-chevron{width:8px;height:8px;border-right:2px solid #78849a;border-bottom:2px solid #78849a;transform:rotate(-45deg);transition:transform .18s}.feed-block[open] .feed-chevron{transform:rotate(45deg) translate(-2px,-2px)}.feed-date{font-weight:800;font-size:14px}.feed-block.week .feed-date{color:#2f6a37;text-transform:uppercase;font-size:13px;letter-spacing:.025em}.feed-metrics{display:grid;grid-template-columns:repeat(6,minmax(88px,1fr));gap:12px}.feed-metrics>span{display:grid;gap:3px;text-align:right}.feed-metrics small{color:#7d879a;font-size:10px;text-transform:uppercase;letter-spacing:.035em}.feed-metrics b{font-size:13px}.feed-content{border-top:1px solid #e7ebf2;background:#fff}.feed-block.week .feed-content{border-color:#cfe2d1}.feed-loading,.feed-error,.feed-empty{padding:28px;text-align:center;color:#7d879a}.feed-error{color:#a92c2c}.feed-table-scroll{max-height:540px}.feed-table-scroll th{top:0}.feed-table-scroll tbody tr:last-child td{border-bottom:0}
.size-toggle{display:inline-grid;place-items:center;width:20px;height:20px;margin-right:9px;border:0;border-radius:5px;background:#46546d;color:#fff;font-size:15px;line-height:1;cursor:pointer;vertical-align:middle}.size-toggle:hover{background:#315fe7}.size-row{background:#fbfcff;color:#48546b}.size-row td:first-child{padding-left:62px;font-size:12px}.size-row[hidden]{display:none}.color td:first-child{padding-left:34px}.color td:first-child span{vertical-align:middle}

@media(max-width:1100px){.feed-block summary{grid-template-columns:16px 1fr}.feed-metrics{grid-column:2;grid-template-columns:repeat(3,1fr)}.feed-toolbar{align-items:flex-start;flex-direction:column}}
@media(max-width:1000px){.cards{grid-template-columns:repeat(3,1fr)}.heading{align-items:stretch;flex-direction:column}.filters{flex-wrap:wrap}}
@media(max-width:640px){.page{padding:20px 14px}.topbar{padding:0 16px}.topbar span{display:none}.cards{grid-template-columns:repeat(2,1fr)}.filters label{flex:1}.filters select,.filters input{width:100%}.feed-filters label{min-width:135px}.feed-block summary{padding:13px 12px}.feed-date{font-size:13px}.feed-metrics{grid-template-columns:repeat(2,1fr)}.quick-periods a{padding:7px 9px}.expand-toggle{white-space:normal}}

/* Application navigation and turnover page. */
.topbar{display:grid;grid-template-columns:110px 1fr 110px}.topbar-brand{color:#fff;text-decoration:none}.topbar form{justify-self:end}.main-nav{height:100%;display:flex;justify-content:center;gap:4px}.main-nav a{height:100%;display:flex;align-items:center;padding:0 22px;color:#aeb9cf;text-decoration:none;font-size:14px;font-weight:700;border-bottom:3px solid transparent}.main-nav a:hover{color:#fff;background:rgba(255,255,255,.04)}.main-nav a.active{color:#fff;border-bottom-color:#6e91ff;background:rgba(72,105,204,.16)}
.turnover-page{max-width:none}.page-messages{margin:18px 0 -4px}.page-messages .alert.success{background:#e6f5e8;color:#2c6e36}.turnover-rule{display:flex;justify-content:space-between;gap:24px;align-items:end;margin:22px 0 12px;background:#fff;border:1px solid #e1e6f0;border-radius:14px;padding:18px 20px}.turnover-rule h2{font-size:17px;margin:0 0 4px}.turnover-rule p{font-size:12px;color:#778299;margin:0}.turnover-rule form{display:flex;align-items:end;gap:9px}.turnover-rule label{display:grid;gap:5px;color:#65708a;font-size:12px}.turnover-rule select,.turnover-rule input,.turnover-rule button{height:40px;border:1px solid #d5dbea;border-radius:8px;background:#fff;padding:0 11px}.turnover-rule button,.filter-actions button{background:#315fe7;border-color:#315fe7;color:#fff;font-weight:700;cursor:pointer}.turnover-rule button.secondary,.filter-actions button.secondary{background:#fff;color:#57627a;border-color:#d5dbea}.turnover-meta{font-size:12px;color:#69758c;margin:0 0 14px}.turnover-card{overflow:visible}.turnover-scroll{max-height:calc(100vh - 330px);border-radius:0 0 14px 14px}.turnover-scroll table{min-width:2100px}.turnover-scroll thead{position:sticky;top:0;z-index:3}.turnover-scroll th{position:static;padding:0;background:#f8f9fc;border-right:1px solid #edf0f5;text-align:left}.turnover-sort{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:#66718b;font:inherit;text-transform:uppercase;letter-spacing:inherit;padding:11px 4px 11px 11px;cursor:pointer}.value-filter{border:0;background:transparent;color:#71809a;padding:11px 8px;cursor:pointer}.turnover-filter-row th{padding:6px}.turnover-filter-row input{width:100%;min-width:90px;height:30px;border:1px solid #dce2ec;border-radius:6px;padding:0 7px;font-size:11px;text-transform:none;letter-spacing:0}.turnover-scroll td{text-align:left}.turnover-status-next_season{background:#f4cccc}.turnover-status-reload{background:#fce5cd}.turnover-status-on_plan{background:#d9ead3}.turnover-status-no_deadline{background:#fff9e6}.filter-popover{position:fixed;z-index:20;width:330px;max-height:450px;background:#fff;border:1px solid #d8deea;border-radius:12px;padding:13px;box-shadow:0 18px 55px rgba(23,32,51,.24)}.filter-popover-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.filter-popover-head strong{font-size:13px}.filter-popover-head button{border:0;background:transparent;font-size:22px;color:#6d788d;cursor:pointer}.filter-popover>input{width:100%;height:36px;border:1px solid #d8deea;border-radius:7px;padding:0 9px;margin:9px 0}.filter-values{display:grid;max-height:300px;overflow:auto;border:1px solid #edf0f5;border-radius:7px;padding:5px}.filter-values label{display:flex;align-items:center;gap:8px;padding:6px;font-size:12px}.filter-values label:hover{background:#f4f7fb}.filter-actions{display:flex;justify-content:space-between;margin-top:10px}.filter-actions button{height:34px;border:1px solid;border-radius:7px;padding:0 10px}
@media(max-width:900px){.turnover-rule{align-items:stretch;flex-direction:column}.turnover-rule form{flex-wrap:wrap}}
@media(max-width:640px){.topbar{height:auto;min-height:64px;grid-template-columns:58px 1fr 50px;padding:0 12px}.topbar strong{font-size:19px}.main-nav a{padding:0 9px;font-size:12px}.turnover-rule form{display:grid;grid-template-columns:1fr 1fr}.turnover-rule label{grid-column:1/-1}.turnover-scroll{max-height:calc(100vh - 380px)}}
