:root{--bg:#f7f7f5;--surface:#fff;--surface-2:#eeeeea;--text:#1a1a1a;--text-dim:#666;--border:#d9d9d3;--accent:#1d3557;--free-week:#e2efdd;--free-strip:#cdeac6;--free-line:#5aa84f;--loc-london:#d92d2d;--loc-manchester:#ffcd00;--loc-both:#d9772e;--loc-other:#9459c9;--ghost-mix:100%;--pill-fill:transparent;--pill-sel:#8080802e;--pill-bg:#eeeeea;--pill-london:var(--pill-fill);--pill-manchester:var(--pill-fill);--pill-other:var(--pill-fill);--radius:8px;--radius-sm:5px;--gap:10px;--gap-sm:5px;--font:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--fs-sm:.78rem;--fs-xs:.68rem}@media (prefers-color-scheme:dark){:root{--bg:#14140f;--surface:#1e1e18;--surface-2:#26261f;--text:#ececec;--text-dim:#9a9a90;--border:#33332b;--free-week:#17231a;--free-strip:#223a28}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.35}.topbar{align-items:center;gap:var(--gap);background:var(--surface);border-bottom:1px solid var(--border);z-index:5;flex-wrap:wrap;padding:10px 16px;display:flex;position:sticky;top:0}.topbar__brand{align-items:center;gap:8px;display:flex}.topbar__logo{flex:none;width:26px;height:26px;display:block}.topbar__title{margin:0;font-size:1.05rem}.topbar__nav{gap:var(--gap-sm);display:flex}.topbar__nav a{color:var(--text-dim);border-radius:var(--radius-sm);font-size:var(--fs-sm);align-items:center;gap:6px;padding:5px 10px;text-decoration:none;display:inline-flex}.topbar__nav a.is-active{background:var(--accent);color:#fff}.tabicon{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px}.tabicon__fill{fill:currentColor;stroke:none}.topbar__status{font-size:var(--fs-xs);color:var(--text-dim);text-align:right;max-width:40ch;margin:0 0 0 auto}.topbar__acct{align-items:center;gap:var(--gap-sm);font-size:var(--fs-xs);color:var(--text-dim);margin-left:auto;display:flex}.topbar__acct .acct-name{color:var(--text);font-size:var(--fs-sm)}.topbar__acct .acct-initials{color:var(--text);font-size:var(--fs-sm);font-weight:600;display:none}.sync{font-size:.7rem;line-height:1}.sync--saved{color:#2e9e5b}.sync--saving,.sync--loading,.sync--offline{color:#d99a2e}.sync--error{color:#c0392b}.sync--conflict{color:#c0392b;font-size:var(--fs-xs)}.linkbtn{color:var(--accent);cursor:pointer;font-size:var(--fs-xs);background:0 0;border:none;padding:2px 4px}.linkbtn:hover{text-decoration:underline}.app{width:100%;padding:16px}.ro-banner{color:#fff;text-align:center;font-size:var(--fs-sm);background:#8a4b00;padding:6px 12px}.ro-banner[hidden]{display:none}.signin{text-align:center;gap:var(--gap);flex-direction:column;max-width:30rem;margin:12vh auto 0;display:flex}.signin__btn{font-size:var(--fs);background:var(--accent);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;align-self:center;padding:10px 18px}.signin__btn:hover{filter:brightness(1.05)}.viewhead{align-items:center;gap:var(--gap);margin-bottom:12px;display:flex}.viewhead h2{min-width:12ch;margin:0;font-size:1.15rem}.viewhead button{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-sm);cursor:pointer;padding:4px 12px;font-size:1rem}.viewhead button:hover{background:var(--surface-2)}.viewhead .spacer{flex:1}.viewhead__chk{font-size:var(--fs-sm);color:var(--text-dim);cursor:pointer;align-items:center;gap:5px;display:inline-flex}.cal{background:var(--border);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(7,1fr) 46px;gap:1px;display:grid;overflow:hidden}.cal__dow,.cal__loc-h{background:var(--surface-2);font-size:var(--fs-xs);text-align:center;color:var(--text-dim);padding:6px 4px;font-weight:600}.cal__cell{background:var(--surface);flex-direction:column;gap:3px;min-width:0;min-height:92px;padding:4px;display:flex;overflow:hidden}.cal__cell.is-free{background:var(--free-week)}.cal__daynum{font-size:var(--fs-xs);color:var(--text-dim)}.cal__loc{background:var(--surface);justify-content:center;align-items:center;display:flex}@media (width<=640px){.cal{grid-template-columns:repeat(7,1fr) 30px}.cal__cell{min-height:64px;padding:2px}.topbar__status,.tablabel{display:none}.topbar__nav a{padding:6px 8px}.topbar__acct .acct-name{display:none}.topbar__acct .acct-initials{display:inline}}.chip{border-radius:var(--radius-sm);font-size:var(--fs-xs);justify-content:center;align-items:center;gap:3px;min-width:0;padding:1px 6px;line-height:1.45;display:inline-flex}.chip--compact{white-space:nowrap}.chip--full{white-space:normal}.daygroup--ghost{opacity:.6}.chip__venue{opacity:.8;font-weight:400}.chip__abbr{display:none}.chip__mtitle{font-weight:600}.ev-ico{fill:currentColor;flex:none;width:1em;height:1em}.t-ico{width:1.15em;height:1.15em;display:inline-block}.t-ico-wrap{vertical-align:-.25em;margin-left:4px;display:inline-block}.ord-emblem{vertical-align:-.16em;width:1.05em;height:1.05em;margin-right:3px;display:inline-block}.ord-emblem svg{width:100%;height:100%;display:block}.chip--clickable{cursor:pointer}@media (width<=640px){.chip--full .chip__full{display:none}.chip--full .chip__abbr{display:inline}.chip{padding:1px 3px}}.chip--install{box-shadow:0 0 0 2px #e0b23c}.chip__install{color:#ffe08a;font-size:.7em}.chip__conflict{color:#fff;background:#c0392b;border-radius:50%;justify-content:center;align-items:center;width:12px;height:12px;margin-left:1px;font-size:.6rem;font-weight:700;display:inline-flex}.diary{flex-direction:column;gap:2px;margin-top:3px;display:flex}.diary-ev{font-size:var(--fs-xs);color:var(--text-dim);background:var(--surface-2);border-left:2px solid var(--border);white-space:nowrap;text-overflow:ellipsis;border-radius:3px;padding:0 4px;overflow:hidden}.diary-ev b{font-variant-numeric:tabular-nums;font-weight:600}.diary-ev--free{background:0 0}.locbadge{font-size:var(--fs-xs);color:var(--text-dim);text-align:center;font-weight:700}.daygroup{border:1px solid var(--border);border-left-width:5px;border-radius:6px;flex-direction:column;align-items:stretch;gap:3px;min-width:0;margin-top:3px;padding:3px;display:flex}.daygroup.loc-london{border-left-color:var(--loc-london);background:var(--pill-london)}.daygroup.loc-manchester{border-left-color:var(--loc-manchester);background:var(--pill-manchester)}.daygroup.loc-other{border-left-color:var(--loc-other);background:var(--pill-other)}.daygroup.daygroup--flat{border-color:#0000}.daygroup.daygroup--bare{background:0 0;border:0;padding:0}.clash-tag{font-size:var(--fs-xs);color:#fff;background:#c0392b;border-radius:3px;margin:2px 0 3px;padding:0 6px;font-weight:500;display:inline-block}.agenda__total{font-size:var(--fs-sm);color:var(--text-dim)}.agenda-weeks{flex-direction:column;gap:3px;display:flex}.wk--month-start{margin-top:12px}.wk-head,.wk-row{grid-template-columns:8em repeat(7,minmax(0,1fr));gap:6px;display:grid}.wk-date-long{display:inline}.wk-date-short{display:none}@media (width<=640px){.wk-head,.wk-row{grid-template-columns:4.5ch repeat(7,minmax(0,1fr))}.wk-date-long{display:none}.wk-date-short{display:inline}.daygroup{border-left-width:3px;gap:2px;padding:2px}}.wk-head{font-size:var(--fs-xs);color:var(--text-dim);padding:2px 8px}.wk-head span{text-align:center}.wk-row{cursor:pointer;align-items:stretch;padding:3px 8px}.wk-row:hover{background:var(--surface-2);border-radius:6px}.wk-date{font-size:var(--fs-sm);font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--text-dim);background:var(--surface);border:1px solid var(--border);border-left-width:4px;border-radius:4px;justify-content:center;align-self:stretch;align-items:center;padding:2px 4px;display:flex}.wk-date.loc-strip-london{border-left-color:var(--loc-london)}.wk-date.loc-strip-manchester{border-left-color:var(--loc-manchester)}.wk-date.loc-strip-other{border-left-color:var(--loc-other)}.wk-date.loc-strip-both{border-left-color:var(--loc-both)}.wk-date.loc-strip-free{border-left-color:var(--free-line)}.wk-evefree{color:var(--free-line);align-items:center;margin-left:5px;display:inline-flex}.wk-evefree .t-ico{width:1em;height:1em}.wk-mhead{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:4px 14px;margin-top:14px;padding:3px 8px 4px;display:flex}.wk-mhead-name{font-weight:600}.wk-mhead-stats{font-size:var(--fs-xs);color:var(--text-dim);flex-wrap:wrap;gap:5px 16px;display:flex}.wk-mgrp{align-items:center;gap:5px;display:inline-flex}.wk-mstat{align-items:center;gap:2px;display:inline-flex}.wk-mstat .t-ico{width:1.05em;height:1.05em}.wk-mstat.fam-orange{color:var(--loc-both)}.wk-mstat.fam-red{color:var(--loc-london);font-weight:700}.wk-freepill{background:var(--free-strip);border:1px solid var(--free-line);border-radius:4px;grid-column:2/-1;align-self:stretch;min-height:26px}.wk-freepill--visits{font-size:var(--fs-xs);color:var(--text-dim);justify-content:center;align-items:center;display:flex}.wk-day{border:1px dashed var(--border);border-radius:4px;flex-direction:column;justify-content:center;align-items:stretch;gap:2px;min-width:0;min-height:26px;padding:2px;display:flex}.wk-day[class*=loc-edge-]{background:var(--pill-fill);border:1px solid var(--border);border-left-width:4px}.wk-day.loc-edge-london{border-left-color:var(--loc-london)}.wk-day.loc-edge-manchester{border-left-color:var(--loc-manchester)}.wk-day.loc-edge-other{border-left-color:var(--loc-other)}.wk-day.loc-edge-both{border-left-color:var(--loc-both)}.wk-row:hover .wk-day[class*=loc-edge-]{background:var(--pill-sel)}.wk-day.wk-day--flat{border-color:#0000}.wk-day--ghost{opacity:.3}.wk-day--ghost .chip--ghost{opacity:1}.wk-ghostmore{text-align:center;font-size:var(--fs-xs);color:var(--text-dim);opacity:.75;margin-top:1px;line-height:1.25;display:block}.wk-detail{flex-direction:column;gap:6px;padding:4px 8px 8px;display:flex}.wk-detail-day{border-radius:6px;padding:3px 5px}.wk-detail-date{font-size:var(--fs-xs);color:var(--text-dim);margin-bottom:2px;display:block}.wk-detail .daygroup{align-items:flex-start;width:fit-content;max-width:100%}.wk-detail .chip--full .chip__full{display:inline}.wk-detail .chip--full .chip__abbr{display:none}.wk-detail .chip-line{flex-wrap:wrap;align-items:center;gap:1px 8px;display:flex}.wk-detail .chip-aside{font-size:var(--fs-xs);color:var(--text-dim)}.reg-toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.reg-toolbar input[type=search]{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);min-width:160px;color:var(--text);flex:220px;padding:5px 8px}.reg-toolbar select,.reg-toolbar button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:var(--fs-sm);cursor:pointer;padding:5px 8px}.reg-spacer{flex:1}.reg-danger{color:#c0392b}.reg-status{font-size:var(--fs-xs);color:var(--text-dim);margin:0 0 10px}.reg-status.is-dirty{color:var(--loc-both)}.reg-empty{color:var(--text-dim);font-size:var(--fs-sm);padding:8px 2px}.reg-group{font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);align-items:baseline;gap:6px;margin:14px 0 5px;display:flex}.reg-group span{opacity:.7}.unit-row{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin-bottom:6px}.unit-row.loc-london{border-left:4px solid var(--loc-london)}.unit-row.loc-manchester{border-left:4px solid var(--loc-manchester)}.unit-row.loc-other{border-left:4px solid var(--loc-other)}.unit-row.is-inactive{opacity:.55}.unit-head{cursor:pointer;align-items:center;gap:10px;padding:6px 10px;display:flex}.unit-head:hover{background:var(--surface-2);border-radius:var(--radius)}.unit-chip{cursor:pointer;flex:0 auto;min-width:0}.unit-head .chip--full .chip__full{display:inline}.unit-head .chip--full .chip__abbr{display:none}.unit-sched{color:var(--text-dim);font-size:var(--fs-xs);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.unit-caret{color:var(--text-dim);flex:none;margin-left:auto;font-size:.85em}.lvl-picker{flex-wrap:wrap;align-items:center;gap:5px;display:inline-flex}.lvl-opt{cursor:pointer;border-radius:var(--radius-sm);padding:1px;line-height:0}.lvl-opt.is-current{box-shadow:0 0 0 2px var(--accent)}.ed-grid label.ed-active{flex-direction:row;align-items:center;gap:6px}.ed-active input[type=checkbox]{width:auto;padding:0}@media (width<=640px){.reg-toolbar select{flex:auto}.unit-head{flex-wrap:wrap;gap:4px 8px}.unit-sched{white-space:normal;text-overflow:clip;flex-basis:100%;order:1;overflow:visible}.ed-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}.unit-editor{border-top:1px dashed var(--border);flex-direction:column;gap:10px;padding:10px;display:flex}.ed-clashes{border:1px solid var(--border);border-radius:6px;flex-direction:column;align-items:flex-start;gap:4px;padding:6px 8px;display:flex}.ed-clashes-head{font-size:var(--fs-xs);color:var(--text-dim);align-items:center;gap:6px;display:flex}.ed-clashes-head b{color:var(--text)}.clash-star{color:#e0b23c}.clash-line{max-width:100%;font-size:var(--fs-sm);flex-wrap:wrap;align-items:center;gap:8px;display:flex}.clash-when{color:var(--text-dim);white-space:nowrap}.clash-who{font-weight:500}.clash-who small{color:var(--text-dim);font-weight:400}.ed-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;display:grid}.ed-grid label,.ed-notes{font-size:var(--fs-xs);color:var(--text-dim);flex-direction:column;gap:2px;display:flex}.ed-grid input,.ed-grid select,.ed-notes textarea{border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:var(--fs-sm);border-radius:4px;padding:4px 6px}.ed-colours{gap:6px;display:flex}.ed-colours input[type=color]{cursor:pointer;flex:1;min-width:0;height:28px;padding:2px}.is-readonly input[data-field],.is-readonly select[data-field],.is-readonly textarea[data-field],.is-readonly [data-pfield],.is-readonly input[data-pmonth],.is-readonly [data-action=add],.is-readonly [data-action=orders],.is-readonly [data-action=reset],.is-readonly [data-action=add-pattern],.is-readonly [data-action=del-pattern],.is-readonly [data-action=add-event],.is-readonly [data-action=edit-event],.is-readonly [data-action=del-event],.is-readonly [data-action=del-unit]{pointer-events:none;opacity:.5}.ed-patterns-head{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ed-patterns-head button,.ed-foot button{font-size:var(--fs-xs);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:4px;padding:3px 8px}.pattern{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:6px;padding:5px 0;display:flex}.pattern select{font-size:var(--fs-xs);border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:4px;padding:2px 4px}.pattern .p-title{font-size:var(--fs-xs);border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:4px;flex:0 12ch;min-width:8ch;padding:2px 6px}.pattern .months{flex-wrap:wrap;gap:2px 8px;display:inline-flex}.pattern .mchk{font-size:var(--fs-xs);color:var(--text-dim);align-items:center;gap:2px;display:inline-flex}.pattern button{color:#c0392b;cursor:pointer;background:0 0;border:none;font-size:.9rem}.ed-events{margin-top:4px}.event{border-top:1px solid var(--border);align-items:center;gap:8px;padding:4px 0;display:flex}.event-sum{font-size:var(--fs-sm);flex:1}.event button{border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:var(--fs-xs);cursor:pointer;border-radius:4px;padding:2px 8px}.event button[data-action=del-event]{color:#c0392b;background:0 0;border:none;font-size:.9rem}.modal-back{z-index:50;background:#0006;justify-content:center;align-items:flex-start;padding:6vh 12px;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:9px;width:min(460px,96vw);max-height:88vh;padding:16px 18px;display:flex;overflow:auto}.modal-card h3{margin:0 0 2px;font-size:1rem}.modal-context{font-size:var(--fs-xs);color:var(--text-dim);margin:0}.modal-card label{font-size:var(--fs-xs);color:var(--text-dim);flex-direction:column;gap:3px;display:flex}.modal-card input,.modal-card select{font-size:var(--fs-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;padding:5px 7px}.modal-row{gap:10px;display:flex}.modal-row>label{flex:1}.modal-chk{align-self:flex-end;align-items:center;gap:6px;padding-bottom:6px;flex-direction:row!important}.modal-chk input{width:auto}.modal-actions{align-items:center;gap:8px;margin-top:6px;display:flex}.modal-spacer{flex:1}.modal-actions button{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-size:var(--fs-sm);border-radius:6px;padding:6px 14px}.modal-primary{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}.mi-chip{margin:2px 0 4px}.mi-facts{font-size:var(--fs-sm);grid-template-columns:auto 1fr;gap:4px 14px;margin:0;display:grid}.mi-facts dt{color:var(--text-dim)}.mi-facts dd{margin:0}.mi-facts dd small{color:var(--text-dim)}.imp-text{width:100%;font-family:ui-monospace,Cascadia Code,monospace;font-size:var(--fs-xs);border:1px solid var(--border);background:var(--surface);color:var(--text);resize:vertical;border-radius:6px;padding:6px 8px;line-height:1.4}.imp-err{color:#c0392b;font-size:var(--fs-sm);margin:0}.imp-sum{font-size:var(--fs-sm)}.imp-sum p{margin:0 0 4px}.imp-unmatched{font-size:var(--fs-xs);color:var(--text-dim)}.imp-unmatched summary{cursor:pointer}.imp-unmatched ul{margin:4px 0 0;padding-left:18px}.modal-context code{background:var(--surface-2);border-radius:3px;padding:0 3px;font-size:.92em}.ord-list{flex-direction:column;gap:6px;display:flex}.ord-edit{align-items:center;gap:8px;display:flex}.ord-sw{border:1px solid var(--border);border-radius:4px;flex:none;width:16px;height:16px}.ord-edit input[data-of=name]{flex:1}.ord-edit input[type=color]{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:4px;width:34px;height:26px;padding:0}.ord-rb{font-size:var(--fs-xs);color:var(--text-dim);white-space:nowrap;align-items:center;gap:3px;display:inline-flex}.ord-edit button[data-x=del-ord]{color:#c0392b;cursor:pointer;background:0 0;border:none;font-size:.9rem}.modal-danger{color:#c0392b!important;border-color:var(--border)!important}.legend{font-size:var(--fs-xs);color:var(--text-dim);flex-wrap:wrap;gap:12px;margin-top:14px;display:flex}.legend span{align-items:center;gap:4px;display:inline-flex}.swatch{border-radius:3px;width:12px;height:12px;display:inline-block}.reg-settings{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);margin:0 0 10px}.reg-settings>summary{cursor:pointer;font-size:var(--fs-sm);color:var(--text);-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:600}.reg-settings__body{gap:14px;padding:4px 10px 12px;display:grid}.reg-field{gap:4px;display:grid}.reg-field>span{font-size:var(--fs-sm);color:var(--text);font-weight:600}.reg-field small{color:var(--text-dim);font-size:var(--fs-xs);line-height:1.35}.reg-field input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);font:inherit;padding:5px 8px}.reg-feed{gap:6px;display:flex}.reg-feed input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--fs-xs);flex:auto}.reg-feed button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;white-space:nowrap;padding:5px 12px}
