:root{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#18362a;background:#f4f6f5;font-size:16px;--green:#173d2c;--line:#d8e1dc;--muted:#53645b}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{border:1px solid var(--line);border-radius:8px;background:white;color:var(--green);padding:.7rem 1rem;cursor:pointer}button:hover{background:#e9f0eb}button:disabled{opacity:.6;cursor:wait}.primary{background:var(--green);color:white;border-color:var(--green)}.primary:hover{background:#24573f}a{color:var(--green)}header{position:sticky;top:0;z-index:3;display:flex;justify-content:space-between;gap:1rem;align-items:center;background:white;border-bottom:1px solid var(--line);padding:1rem 2rem;padding-top:max(1rem,env(safe-area-inset-top))}.brand{font-size:2rem;text-decoration:none;font-weight:800;display:flex;align-items:center;gap:.75rem}.brand span{font-size:1rem;letter-spacing:.12em}.brand small{display:block;letter-spacing:0;font-weight:400;color:var(--muted)}.header-actions{display:flex;gap:.65rem;align-items:center}#workspace{display:grid;grid-template-columns:235px minmax(0,1fr);min-height:calc(100vh - 90px)}#workspace[hidden]{display:none}aside{background:#eaf0ec;padding:1.5rem 1rem;border-right:1px solid var(--line)}#identity{padding:.3rem .5rem 1.2rem;overflow-wrap:anywhere}#identity small{display:block;color:var(--muted);margin-top:.4rem}nav{display:grid;gap:.4rem}nav button{text-align:left;background:transparent;border-color:transparent}nav button.active{background:var(--green);color:white}.aside-note{font-size:.875rem;color:var(--muted);line-height:1.6;padding:.5rem}main{padding:2rem;max-width:1500px;width:100%;margin:auto}h1{font-size:1.9rem;margin:.25rem 0 1.5rem}h2{font-size:1.2rem;margin:0 0 1rem}h3{font-size:1rem;margin:.3rem 0}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}#eyebrow{font-size:.8rem;letter-spacing:.14em;color:var(--muted);margin:0}.panel{padding:1.5rem;border:1px solid var(--line);background:white;border-radius:12px;margin-bottom:1rem}.narrow{max-width:480px;margin:3rem auto}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}label{display:grid;gap:.4rem;color:#284b39;font-size:.9rem;margin-bottom:1rem}label.check{display:flex;align-items:center;gap:.6rem}input:not([type=checkbox]),select,textarea{width:100%;background:white;color:#1b3025;border:1px solid #9cad9f;border-radius:6px;padding:.7rem;min-height:44px}input[type=checkbox]{width:20px;height:20px}textarea{min-height:90px;resize:vertical}.help,.muted,small{color:var(--muted)}.help{font-size:.875rem;line-height:1.5}.tag{display:inline-block;font-size:.8rem;background:#eaf0ec;border-radius:20px;padding:.3rem .65rem}.tag.warn{background:#fff0cf;color:#7b5100}.tag.good{background:#dcefe2;color:#1e5334}.row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.row:last-child{border-bottom:0}.row p{margin:.5rem 0;line-height:1.5}.actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.7rem}.money{font-size:1.4rem;font-weight:700}.empty{padding:2rem;text-align:center;color:var(--muted);border:1px dashed #aebdb3;border-radius:10px;background:#fbfcfb}.warning{padding:1rem;border-left:4px solid #bc8417;background:#fff4d9;margin-bottom:1rem;line-height:1.5}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1rem}.metric{background:#eaf0ec;padding:1rem;border-radius:8px}.metric strong{display:block;font-size:1.4rem;margin-top:.5rem}table{border-collapse:collapse;width:100%;font-size:.9rem}td,th{padding:.8rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}.table-wrap{overflow-x:auto}dialog{border:1px solid var(--line);border-radius:12px;width:min(760px,95vw);max-height:90vh;padding:1.5rem;color:#18362a}dialog::backdrop{background:#112c20a8}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dialog-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem;position:sticky;bottom:-1.5rem;background:white;padding:1rem 0}.dialog-heading button{padding:.4rem .8rem}.document-image{width:100%;max-height:65vh;object-fit:contain}#notice:not(:empty){position:fixed;right:1rem;bottom:1rem;z-index:20;max-width:500px;padding:1rem 1.5rem;border-radius:10px;background:#173d2c;color:white;box-shadow:0 4px 24px #173d2c44}#editor-error,#reauth-error{color:#ab302c}details{margin:.8rem 0}summary{cursor:pointer;padding:.5rem;font-weight:600}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f2f5f3;padding:1rem;border-radius:8px}button:focus-visible,a:focus-visible{outline:3px solid #c08e27;outline-offset:3px}[hidden]{display:none!important}@media(max-width:850px){header{padding:1rem}.brand{font-size:1.6rem}.header-actions{gap:.35rem;font-size:.875rem}.header-actions button{padding:.6rem}.header-actions a{max-width:45px}#workspace{display:block}aside{padding:.8rem;border-right:0;border-bottom:1px solid var(--line)}#identity{padding:.25rem;display:flex;justify-content:space-between;font-size:.85rem;gap:.5rem}nav{display:flex;overflow-x:auto;padding-top:.6rem}nav button{white-space:nowrap;padding:.65rem}.aside-note{display:none}main{padding:1rem}.fields{grid-template-columns:1fr}.panel{padding:1rem}.page-heading{align-items:flex-start;flex-direction:column;margin-bottom:1rem}h1{font-size:1.6rem;margin-bottom:.4rem}.row{flex-direction:column}.header-actions #lock{max-width:90px}.grid{grid-template-columns:1fr}}@media print{body{display:none}}
:root{--timeline-name:210px}.timeline-controls{display:flex;gap:1rem;flex-wrap:wrap;align-items:end}.timeline-controls label{min-width:180px}.timeline-scroll{overflow:auto;margin-top:1rem;max-height:65vh}.timeline-board{min-width:1400px}.timeline-line{display:grid;grid-template-columns:var(--timeline-name) minmax(0,1fr);border-bottom:1px solid var(--line)}.timeline-line>strong{padding:.65rem;position:sticky;left:0;background:#fff;z-index:2;font-size:.9rem}.timeline-hours{display:grid;grid-template-columns:repeat(24,1fr);background:#eaf0ec;padding:.65rem 0}.timeline-hours span{font-size:.875rem}.timeline-track{position:relative;background:repeating-linear-gradient(to right,transparent 0,transparent calc(100% / 24 - 1px),#d8e1dc calc(100% / 24 - 1px),#d8e1dc calc(100% / 24))}.timeline-bar{position:absolute;height:30px;min-width:4px;overflow:hidden;white-space:nowrap;padding:4px 6px;background:#245d43;color:white;border:0;border-radius:4px;text-align:left;font-size:.875rem}.timeline-bar.draft{background:#738579;border:1px dashed white}.timeline-bar:hover{background:#367a56}.timeline-group{padding:.75rem;background:#dce9df;margin:0}.timeline-totals{background:white;border-top:2px solid var(--green);padding:.6rem;position:sticky;bottom:0;z-index:2;font-size:.9rem}.timeline-totals p{margin:.4rem 0}.download-file{padding:.8rem;border:1px solid var(--line);border-radius:6px}
