:root{--bg: #f5f5f7;--surface: #fff;--surface-2: #fafafa;--text: #1d1d1f;--muted: #6e6e73;--line: #e5e5ea;--line-2: #d2d2d7;--accent: #0071e3;--accent-soft: #eaf3ff;--danger: #ff3b30;--ok: #34c759;--warn: #ff9f0a;--radius: 14px;--radius-s: 10px;--shadow: 0 1px 2px rgba(0,0,0,.04), 0 6px 20px rgba(0,0,0,.06);--shadow-lg: 0 12px 40px rgba(0,0,0,.14);--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font:14px/1.45 var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,p{margin:0}.muted{color:var(--muted)}.spacer{flex:1}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn{border:1px solid var(--line-2);background:var(--surface);border-radius:10px;padding:8px 14px;font-weight:500;cursor:pointer;transition:background .15s,transform .05s,box-shadow .15s;white-space:nowrap}.btn:hover{background:var(--surface-2)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:default;transform:none}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:#0077ed}.btn-ghost{border-color:transparent;background:transparent;color:var(--muted)}.btn-ghost:hover{background:#0000000d;color:var(--text)}.btn-block{width:100%}.btn-danger-ghost{border-color:transparent;color:var(--danger);background:transparent}.btn-danger-ghost:hover{background:#ff3b3014}.icon-btn{border:0;background:transparent;font-size:24px;line-height:1;width:32px;height:32px;border-radius:8px;cursor:pointer;color:var(--muted)}.icon-btn:hover{background:#0000000f;color:var(--text)}.link-btn{color:var(--accent);cursor:pointer;font-size:13px;font-weight:500}.link-btn:hover{text-decoration:underline}.input,.textarea,.select,.field input,.field textarea,.field select,.search{width:100%;border:1px solid var(--line-2);border-radius:10px;padding:9px 12px;background:var(--surface);outline:none;transition:border-color .15s,box-shadow .15s}.input:focus,.textarea:focus,.select:focus,.field input:focus,.field textarea:focus,.field select:focus,.search:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0071e32e}.textarea,.field textarea{resize:vertical;min-height:60px}.select{width:auto;padding-right:28px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field>span{font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.02em;text-transform:uppercase}.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.check{display:flex;gap:10px;align-items:center;margin:4px 0 12px;cursor:pointer}.form-error{color:var(--danger);font-size:13px;margin:-4px 0 12px}.hint{font-size:12.5px;color:var(--muted);margin-top:8px}.code{font-family:var(--mono);font-size:12px;color:var(--muted);background:#0000000d;padding:2px 7px;border-radius:6px}.pill{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;padding:2px 7px;border-radius:999px;background:#0000000d;color:var(--muted)}.pill-ok{background:#34c75924;color:#1f8f3e}.avatar{width:20px;height:20px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.splash{height:100%;display:grid;place-items:center}.spinner{width:28px;height:28px;border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-wrap{min-height:100%;display:grid;place-items:center;padding:24px}.login-card{width:100%;max-width:360px;background:var(--surface);border-radius:20px;padding:32px 28px 24px;box-shadow:var(--shadow)}.login-sub{color:var(--muted);margin:6px 0 22px}.wordmark{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:17px;letter-spacing:-.01em}.wordmark-dot{width:10px;height:10px;border-radius:3px;background:var(--accent)}.app{min-height:100%;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:14px;padding:12px 24px;background:#f5f5f7d9;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line)}.search{max-width:340px;padding:8px 12px;background:#0000000a;border-color:transparent}.search:focus{background:var(--surface)}.role-chip{font-size:12px;font-weight:600;color:var(--muted);background:#0000000d;padding:4px 10px;border-radius:999px}.main{flex:1;padding:18px 24px 40px;display:flex;flex-direction:column;gap:18px}.empty-board{text-align:center;color:var(--muted);padding:40px}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.tile{background:var(--surface);border-radius:var(--radius);padding:14px 16px;box-shadow:var(--shadow);border-top:3px solid var(--tone, var(--line))}.tile-value{font-size:26px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.tile-label{font-size:13px;font-weight:600;margin-top:4px}.tile-sub{font-size:12px;color:var(--muted);margin-top:2px}.dash-status{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);margin-top:10px}.dash-status .sep{width:1px;height:12px;background:var(--line-2);margin:0 4px}.dot{width:8px;height:8px;border-radius:50%;background:var(--line-2);display:inline-block}.dot.on{background:var(--ok)}.dot.off{background:var(--warn)}.board{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(228px,1fr);gap:14px;overflow-x:auto;padding-bottom:8px;align-items:start;min-height:420px}.column{background:#00000009;border-radius:var(--radius);padding:10px;min-height:380px;transition:background .15s,box-shadow .15s}.column.is-over{background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent)}.column-head{display:flex;align-items:center;gap:8px;padding:4px 6px 10px}.column-head h2{font-size:13px;font-weight:600;letter-spacing:.01em}.column-dot{width:8px;height:8px;border-radius:50%;background:var(--tone)}.column-count{margin-left:auto;font-size:12px;font-weight:600;color:var(--muted);background:#0000000f;padding:1px 8px;border-radius:999px}.column-body{display:flex;flex-direction:column;gap:8px;min-height:60px}.column-empty{color:var(--muted);font-size:12.5px;text-align:center;padding:22px 10px;border:1px dashed var(--line-2);border-radius:var(--radius-s)}.card{background:var(--surface);border-radius:12px;padding:12px 12px 10px;box-shadow:0 1px 2px #0000000f;border:1px solid transparent;cursor:pointer;transition:box-shadow .15s,transform .15s,border-color .15s;user-select:none;-webkit-user-select:none;touch-action:none}.card:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.card.is-draggable{cursor:grab}.card.is-dragging{opacity:.35}.card.is-overlay{box-shadow:var(--shadow-lg);transform:rotate(1.5deg) scale(1.02);cursor:grabbing;width:250px}.card.is-selected{border-color:var(--accent);box-shadow:0 0 0 3px #0071e326}.card-top{display:flex;align-items:center;gap:6px;margin-bottom:6px}.sev{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.area{font-size:11px;color:var(--muted)}.card-title{font-size:13.5px;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:12px}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000002e;z-index:30;animation:fade .15s}.sheet{position:fixed;top:0;right:0;bottom:0;width:min(560px,100vw);background:var(--surface);z-index:31;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;animation:slide .2s ease-out}@keyframes slide{0%{transform:translate(24px);opacity:0}to{transform:none;opacity:1}}@keyframes fade{0%{opacity:0}to{opacity:1}}.sheet-head{padding:18px 22px 14px;border-bottom:1px solid var(--line)}.sheet-head-row{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:12.5px}.status-pill{font-size:12px;font-weight:600;color:#fff;background:var(--tone);padding:2px 9px;border-radius:999px}.sev-label{font-weight:600;font-size:12px}.sheet-title{font-size:20px;font-weight:700;letter-spacing:-.01em;line-height:1.25}.sheet-title.editable{cursor:text;border-radius:6px;margin:-2px -6px;padding:2px 6px}.sheet-title.editable:hover{background:#0000000a}.title-input{width:100%;font-size:20px;font-weight:700;border:1px solid var(--accent);border-radius:8px;padding:2px 6px;outline:none;box-shadow:0 0 0 3px #0071e32e}.sheet-sub{color:var(--muted);font-size:12.5px;margin-top:6px}.actions{display:flex;gap:8px;align-items:center;margin-top:14px}.sheet-body{overflow-y:auto;padding:6px 22px 30px}.sec{padding:16px 0;border-bottom:1px solid var(--line)}.sec:last-of-type{border-bottom:0}.sec-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.sec-head h4{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.prose{white-space:pre-wrap;line-height:1.5}.muted-text{color:#3a3a3c}.callout{border-radius:var(--radius-s);padding:10px 12px;margin:14px 0 0;font-size:13.5px}.callout-err{background:#ff3b3014;border:1px solid rgba(255,59,48,.25)}.shots{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.shots.small{grid-template-columns:repeat(auto-fill,minmax(76px,1fr));margin-top:8px}.shot{padding:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface-2);cursor:zoom-in;aspect-ratio:4/3}.shot img,.shots.small>img{width:100%;height:100%;object-fit:cover;display:block}.shots.small>img{aspect-ratio:4/3;border-radius:8px;border:1px solid var(--line)}.checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.checklist label{display:flex;gap:10px;align-items:flex-start;cursor:pointer;padding:6px 8px;border-radius:8px}.checklist label:hover{background:var(--surface-2)}.checklist input{margin-top:2px;accent-color:var(--accent);width:16px;height:16px}.checklist .done span{color:var(--muted);text-decoration:line-through}.timeline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tl-row{display:flex;align-items:baseline;gap:8px;font-size:13px}.tl-dot{width:8px;height:8px;border-radius:50%;background:var(--tone);flex:0 0 auto;position:relative;top:-1px}.tl-text{flex:1}.tl-time{color:var(--muted);font-size:12px;white-space:nowrap}.tl-quote{margin:6px 0 0 16px;padding:8px 12px;border-left:3px solid var(--danger);background:#ff3b300f;border-radius:0 8px 8px 0;white-space:pre-wrap}.tl-item .shots{margin-left:16px}.comment-box{display:flex;gap:8px;align-items:flex-start;margin-top:14px}.comment-box .textarea{flex:1;min-height:44px}.danger-zone{padding-top:10px;display:flex;justify-content:flex-end}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000047;z-index:40;display:grid;place-items:center;padding:20px;animation:fade .15s}.modal{width:100%;max-width:520px;max-height:92vh;overflow-y:auto;background:var(--surface);border-radius:18px;padding:24px;box-shadow:var(--shadow-lg)}.modal h2{font-size:18px;margin-bottom:16px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000db;z-index:50;display:grid;place-items:center;animation:fade .15s;cursor:zoom-out}.lightbox img{max-width:94vw;max-height:92vh;border-radius:8px;box-shadow:var(--shadow-lg);cursor:default}.lb-nav,.lb-close{position:fixed;border:0;background:#ffffff1f;color:#fff;font-size:28px;width:44px;height:44px;border-radius:50%;cursor:pointer}.lb-nav:hover,.lb-close:hover{background:#ffffff3d}.lb-prev{left:18px;top:50%;transform:translateY(-50%)}.lb-next{right:18px;top:50%;transform:translateY(-50%)}.lb-close{right:18px;top:18px}.lb-counter{position:fixed;bottom:18px;left:50%;transform:translate(-50%);color:#fff;font-size:13px;opacity:.8}.toasts{position:fixed;left:50%;bottom:22px;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;z-index:60;pointer-events:none}.toast{background:#1d1d1f;color:#fff;padding:10px 16px;border-radius:12px;font-size:13.5px;box-shadow:var(--shadow-lg);animation:rise .2s ease-out;max-width:90vw}.toast.ok{background:#1f8f3e}.toast.warn{background:#b26a00}.toast.err{background:var(--danger)}@keyframes rise{0%{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}@media(max-width:720px){.topbar{padding:10px 14px;gap:8px}.search{display:none}.main{padding:12px 14px 30px}.board{grid-auto-columns:82vw}}
