:root{--ink:#1f2a24;--muted:#66726b;--faint:#8b958f;--paper:#f7f6f1;--surface:#fff;--line:#dfe3de;--line-strong:#cbd2cc;--green:#266b4f;--green-dark:#174b37;--green-soft:#e5f1ea;--mint:#cce6d7;--orange:#cf6c3d;--orange-soft:#f8ebe4;--blue:#426878;--blue-soft:#e6eff2;--shadow:0 12px 32px #1d2b2312;--radius:14px}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink)}body{background:var(--paper);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}.app-shell{grid-template:68px 1fr/232px 1fr;min-height:100vh;display:grid}.topbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;grid-column:1/-1;justify-content:space-between;align-items:center;height:68px;padding:0 24px;display:flex;position:sticky;top:0}.brand{letter-spacing:-.02em;align-items:center;gap:11px;font-size:18px;font-weight:720;text-decoration:none;display:inline-flex}.brand-mark{color:#fff;background:var(--green);border-radius:10px 10px 10px 4px;place-items:center;width:34px;height:34px;font-family:Georgia,serif;font-size:20px;display:grid}.topbar-actions{align-items:center;gap:14px;display:flex}.org-switcher{border:1px solid var(--line);background:var(--surface);border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:inline-flex}.org-dot,.status-dot{width:8px;height:8px;box-shadow:0 0 0 3px var(--green-soft);background:#37a36d;border-radius:50%}.avatar{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;font-family:inherit;font-size:12px;font-weight:700;text-decoration:none;display:grid}.sidebar{border-right:1px solid var(--line);background:#f1f2ed;flex-direction:column;grid-row:2;justify-content:space-between;padding:24px 14px 20px;display:flex}.sidebar nav{flex-direction:column;gap:5px;display:flex}.nav-item{min-height:44px;color:var(--muted);border-radius:10px;align-items:center;gap:11px;padding:0 13px;font-size:14px;font-weight:580;text-decoration:none;display:flex}.nav-item span{text-align:center;width:20px;font-size:18px}.nav-item:hover{color:var(--ink);background:#ffffffb3}.nav-item.active{color:var(--green-dark);background:var(--surface);box-shadow:0 1px 2px #0000000a}.sidebar-foot{border-top:1px solid var(--line);color:var(--muted);flex-direction:column;gap:3px;padding:14px;font-size:12px;display:flex}.sidebar-foot strong{color:var(--ink);font-size:14px}.main-content{min-width:0}.mobile-nav{display:none}.page{width:min(1120px,100% - 48px);margin:0 auto;padding:48px 0 80px}.page-heading,.conductor-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px;display:flex}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.035em;margin-bottom:9px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,49px);font-weight:500;line-height:1.02}h2{letter-spacing:-.02em;margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:500}h3{letter-spacing:-.01em}.eyebrow{color:var(--green);letter-spacing:.11em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:750}.lede{color:var(--muted);margin-bottom:0;font-size:16px}.button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-size:13px;font-weight:680;text-decoration:none;transition:all .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:wait;transform:none}.button.primary{color:#fff;background:var(--green);box-shadow:0 6px 16px #266b4f2e}.button.primary:hover{background:var(--green-dark)}.button.secondary{color:#fff;background:var(--ink)}.button.ghost{color:var(--green-dark);background:var(--surface);border-color:var(--line-strong)}.dashboard-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:42px;display:grid}.stat-card{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffb8;flex-direction:column;justify-content:space-between;min-height:120px;padding:22px;display:flex}.stat-card.accent{color:#fff;border-color:var(--green);background:var(--green)}.stat-value{font-family:Georgia,serif;font-size:34px}.stat-label{opacity:.76;font-size:12px}.section-block{margin-top:36px}.section-title-row{justify-content:space-between;align-items:flex-end;margin-bottom:14px;display:flex}.section-title-row h2{margin-bottom:0}.pilot-badge{color:var(--green-dark);background:var(--green-soft);border-radius:999px;padding:6px 9px;font-size:11px;font-weight:700}.deroule-card{border:1px solid var(--line);background:var(--surface);min-height:154px;box-shadow:var(--shadow);border-radius:18px;grid-template-columns:72px 1fr auto;align-items:center;gap:22px;padding:24px;text-decoration:none;transition:all .2s;display:grid}.deroule-card:hover{border-color:#b8c8be;transform:translateY(-2px);box-shadow:0 16px 38px #1d2b231a}.date-tile{text-align:center;width:66px;height:76px;color:var(--green-dark);background:var(--green-soft);border-radius:12px;place-content:center;display:grid}.date-tile strong{font-family:Georgia,serif;font-size:28px;line-height:1}.date-tile span{letter-spacing:.12em;margin-top:4px;font-size:10px;font-weight:800}.deroule-card h3{margin:3px 0 6px;font-size:20px}.deroule-card p,.card-kicker{color:var(--muted);font-size:13px}.deroule-card p{margin-bottom:12px}.card-kicker{font-weight:650}.tag-row{flex-wrap:wrap;gap:6px;display:flex}.tag-row span{color:var(--muted);background:#f1f3f0;border-radius:6px;padding:5px 8px;font-size:10px}.card-arrow{color:var(--green);font-size:26px}.import-note{border-radius:var(--radius);background:var(--green-soft);border:1px solid #cfe0d5;gap:15px;padding:20px 22px;display:flex}.import-note h2{margin-bottom:4px;font-family:inherit;font-size:15px;font-weight:750}.import-note p{color:#486255;margin-bottom:0;font-size:13px;line-height:1.55}.import-icon{color:#fff;background:var(--green);border-radius:50%;flex:0 0 30px;place-items:center;height:30px;display:grid}.crumbs{color:var(--faint);gap:8px;margin-bottom:22px;font-size:12px;display:flex}.crumbs a{text-decoration:none}.conductor-heading{align-items:center}.conductor-heading h1{max-width:760px;margin-bottom:7px;font-size:clamp(30px,3.5vw,44px)}.conductor-heading p{color:var(--muted);margin-bottom:0}.heading-meta{color:var(--green);align-items:center;gap:8px;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.heading-actions{align-items:center;gap:10px;display:flex}.segmented{border:1px solid var(--line);background:#eceeea;border-radius:11px;padding:3px;display:flex}.segmented button{min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:0 12px;font-size:12px}.segmented button.active{color:var(--ink);background:var(--surface);box-shadow:0 1px 4px #00000014}.of-link-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:42px 1fr auto;align-items:center;gap:14px;margin:0 0 22px;padding:15px 17px;display:grid}.of-logo{color:#fff;background:#202b27;border-radius:10px;place-items:center;width:42px;height:42px;font-size:13px;font-weight:800;display:grid}.of-main{flex-direction:column;gap:2px;display:flex}.of-main .eyebrow{margin-bottom:0}.of-main strong{font-size:14px}.of-main>span:last-child{color:var(--muted);font-size:12px}.seal-result{color:#695630;background:#fff8e9;border:1px solid #d8c8a8;border-radius:12px;justify-content:space-between;gap:20px;margin-bottom:22px;padding:14px 17px;display:flex}.seal-result div{flex-direction:column;gap:3px;display:flex}.seal-result span,.seal-result small{font-size:11px}.day-tabs{scrollbar-width:none;border-bottom:1px solid var(--line);gap:6px;display:flex;overflow-x:auto}.day-tabs::-webkit-scrollbar{display:none}.day-tabs button{min-width:100px;min-height:58px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex-direction:column;align-items:center;gap:3px;padding:9px 16px;display:flex}.day-tabs button.active{color:var(--green-dark);border-color:var(--green)}.day-tabs span{font-size:13px;font-weight:700}.day-tabs small{text-transform:uppercase;letter-spacing:.06em;font-size:10px}.day-summary{justify-content:space-between;align-items:flex-end;gap:20px;padding:25px 0 18px;display:flex}.day-summary h2{margin-bottom:0}.day-metrics{color:var(--muted);gap:18px;font-size:11px;display:flex}.day-metrics span{flex-direction:column;gap:2px;display:flex}.day-metrics strong{color:var(--ink);font-size:13px}.timeline{padding-bottom:8px}.timeline-row{grid-template-columns:62px 24px 1fr;align-items:stretch;min-height:84px;display:grid}.time-column{color:var(--faint);font-variant-numeric:tabular-nums;flex-direction:column;padding-top:18px;font-size:10px;display:flex}.time-column strong{color:var(--ink);font-size:12px}.timeline-line{justify-content:center;display:flex;position:relative}.timeline-line:before{content:"";background:var(--line-strong);width:1px;position:absolute;top:0;bottom:0}.timeline-row:first-child .timeline-line:before{top:24px}.timeline-row:last-child .timeline-line:before{bottom:calc(100% - 25px)}.timeline-dot{z-index:1;border:2px solid var(--paper);background:var(--green);width:10px;height:10px;box-shadow:0 0 0 1px var(--green);border-radius:50%;margin-top:21px}.timeline-dot.kind-content{background:var(--blue);box-shadow:0 0 0 1px var(--blue)}.timeline-dot.kind-break{background:#a1aaa4;box-shadow:0 0 0 1px #a1aaa4}.timeline-dot.kind-opening,.timeline-dot.kind-closing{background:var(--orange);box-shadow:0 0 0 1px var(--orange)}.block-card{text-align:left;border:1px solid var(--line);width:100%;color:var(--ink);background:var(--surface);border-radius:12px;margin:5px 0 7px;padding:14px 16px;transition:all .16s}.block-card:hover{border-color:#b8c6bd;box-shadow:0 5px 16px #1d2b230d}.block-card-toggle{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.block-card-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.block-card h3{margin:4px 0 0;font-size:14px;font-weight:690}.kind-label{letter-spacing:.09em;text-transform:uppercase;color:var(--green);font-size:9px;font-weight:780}.kind-label.kind-content{color:var(--blue)}.kind-label.kind-break{color:var(--faint)}.kind-label.kind-opening,.kind-label.kind-closing{color:var(--orange)}.duration{color:var(--muted);background:#f2f4f1;border-radius:7px;flex:none;padding:5px 8px;font-size:11px;font-weight:700}.block-card p{color:var(--muted);white-space:pre-line;margin:10px 0 0;font-size:12px;line-height:1.55}.block-card p.clamped{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.details-hint{color:var(--green);margin-top:7px;font-size:10px;font-weight:700;display:block}.edit-trigger{color:var(--green);cursor:pointer;background:0 0;border:0;margin-top:10px;padding:0;font-size:11px;font-weight:700}.block-editor{border-top:1px solid var(--line);grid-template-columns:1fr 150px;gap:12px;margin-top:14px;padding-top:14px;display:grid}.block-editor label{color:var(--muted);flex-direction:column;gap:6px;font-size:11px;font-weight:650;display:flex}.block-editor input,.block-editor textarea{border:1px solid var(--line-strong);width:100%;color:var(--ink);background:#fcfdfb;border-radius:8px;padding:10px 11px;font-size:13px}.editor-description,.editor-actions{grid-column:1/-1}.editor-actions{justify-content:flex-end;gap:8px;display:flex}.save-feedback{color:var(--green);margin:14px 0 0 86px;font-size:12px;font-weight:650}.timeline-row.is-break{min-height:66px}.timeline-row.is-break .block-card{background:0 0;border-style:dashed}.timeline-row.is-break .block-card h3{color:var(--muted);font-weight:550}.add-block{border:1px dashed var(--line-strong);width:calc(100% - 86px);min-height:48px;color:var(--green);cursor:pointer;background:0 0;border-radius:12px;margin:5px 0 0 86px;font-weight:680}.source-note{color:var(--faint);margin:28px 0 0 86px;font-size:10px}.conduct-mode .heading-actions .button.secondary,.conduct-mode .add-block,.conduct-mode .details-hint{display:none}.conduct-mode .block-card{cursor:default}.empty-state{text-align:center;border:1px dashed var(--line-strong);color:var(--muted);background:#ffffff80;border-radius:18px;margin-top:30px;padding:60px 24px}.empty-state>span{color:var(--green);font-size:34px}.empty-state h2{color:var(--ink);margin:12px 0 5px}.login-page{place-items:center;min-height:calc(100vh - 68px);display:grid}.login-card{border:1px solid var(--line);background:var(--surface);width:min(460px,100%);box-shadow:var(--shadow);border-radius:20px;padding:42px}.login-card .brand-mark{margin-bottom:28px}.login-card>p:not(.eyebrow):not(.login-error){color:var(--muted);line-height:1.55}.login-card .button{width:100%;margin-top:10px}.login-error{color:#812f25;background:#fbe9e5;border-radius:8px;padding:11px;font-size:12px}@media (max-width:880px){.app-shell{grid-template-columns:82px 1fr}.sidebar{padding-inline:10px}.nav-item{justify-content:center;padding:0}.nav-item span{width:auto}.nav-item{font-size:0}.sidebar-foot{display:none}.dashboard-grid{grid-template-columns:repeat(2,1fr)}.conductor-heading{flex-direction:column;align-items:flex-start}.heading-actions{justify-content:space-between;width:100%}}@media (max-width:640px){.app-shell{padding-bottom:68px;display:block}.topbar{height:58px;padding:0 16px}.brand{font-size:16px}.brand-mark{width:31px;height:31px}.org-switcher{padding:7px 9px}.avatar,.sidebar{display:none}.mobile-nav{z-index:30;height:68px;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff7;grid-template-columns:repeat(3,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav-item{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:3px;text-decoration:none;display:flex}.mobile-nav-item>span{font-size:20px}.mobile-nav-item small{font-size:10px}.mobile-nav-item.active{color:var(--green)}.page{width:calc(100% - 28px);padding:28px 0 48px}.page-heading{align-items:flex-start}.page-heading .button{width:44px;padding:0;font-size:0}.page-heading .button span{font-size:20px}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:30px}.stat-card{min-height:100px;padding:16px}.stat-value{font-size:27px}.deroule-card{grid-template-columns:52px 1fr;gap:13px;padding:16px}.date-tile{width:50px;height:62px}.date-tile strong{font-size:23px}.deroule-card h3{font-size:17px}.card-arrow,.tag-row span:last-child{display:none}.import-note{padding:17px}.crumbs{margin-bottom:16px}.conductor-heading{margin-bottom:20px}.conductor-heading h1{font-size:31px}.heading-actions{flex-direction:column;align-items:stretch}.segmented{width:100%}.segmented button{flex:1}.of-link-card{grid-template-columns:38px 1fr}.of-logo{width:38px;height:38px}.of-link-card .button{grid-column:1/-1;width:100%}.seal-result{flex-direction:column;gap:6px}.day-tabs{margin-inline:-14px;padding-inline:14px}.day-tabs button{min-width:86px;padding-inline:10px}.day-summary{flex-direction:column;align-items:flex-start;padding-top:22px}.day-metrics{justify-content:space-between;gap:7px;width:100%}.timeline-row{grid-template-columns:48px 18px 1fr}.time-column{padding-top:17px}.block-card{padding:13px}.block-card-head{align-items:flex-start}.duration{padding:4px 6px}.add-block{width:calc(100% - 66px);margin-left:66px}.source-note,.save-feedback{margin-left:66px}.block-editor{grid-template-columns:1fr}.block-editor>*{grid-column:1}.login-card{padding:28px 22px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
