:root{--bg:#0d0f11;--panel:#15191d;--panel2:#1c2126;--line:#2a3036;--text:#f4f6f8;--muted:#9aa3ab;--red:#d9232e;--red2:#ff3a45;--green:#26b36a;--yellow:#f2c94c;--orange:#ee8b2f;--danger:#ef4444;--safe:env(safe-area-inset-bottom)}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}body{min-height:100vh}.app-shell{max-width:980px;margin:0 auto;padding-bottom:calc(84px + var(--safe))}.topbar{height:76px;padding:calc(12px + env(safe-area-inset-top)) 16px 10px;display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(13,15,17,.97);position:sticky;top:0;z-index:60}.brand{font-weight:900;letter-spacing:.8px;font-size:18px}.brand b{color:var(--red2)}.subbrand{font-size:11px;color:var(--muted);margin-top:2px}.user-chip{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:20px;background:var(--panel2);color:var(--text);text-decoration:none;font-size:13px;font-weight:700}.content{padding:16px}.bottom-nav{position:fixed;z-index:70;bottom:0;left:0;right:0;max-width:980px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(18,21,24,.98);border-top:1px solid var(--line);padding:7px 6px calc(7px + var(--safe))}.bottom-nav a{color:#8f979f;text-decoration:none;text-align:center;font-size:10px;font-weight:700;min-height:50px;display:flex;flex-direction:column;justify-content:center;gap:2px;border-radius:10px}.bottom-nav a span{font-size:20px;line-height:20px}.bottom-nav a.active{color:#fff;background:#252a30}.bottom-nav a.active span{color:var(--red2)}h1,h2,h3,p{margin-top:0}h1{font-size:26px;margin-bottom:4px}h2{font-size:18px}.muted,.page-head p{color:var(--muted)}.phase-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.phase-pill{background:rgba(217,35,46,.15);border:1px solid rgba(255,58,69,.4);color:#ff737d;padding:6px 9px;border-radius:8px;font-size:11px;font-weight:900;letter-spacing:1px}.hero-progress{display:flex;align-items:center;gap:14px}.hero-num{font-size:42px;font-weight:900;letter-spacing:-2px}.hero-progress h1{margin:0;font-size:21px}.hero-progress p{color:var(--muted);margin:3px 0 0}.progress,.mini-progress{height:8px;background:#252b30;border-radius:99px;overflow:hidden}.progress{margin:12px 0 18px}.progress i,.mini-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--red),var(--red2));border-radius:99px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 0}.stat-grid a{background:var(--panel);border:1px solid var(--line);padding:13px 8px;border-radius:13px;text-decoration:none;color:var(--text);text-align:center}.stat-grid b{font-size:22px;display:block}.stat-grid span{font-size:10px;color:var(--muted)}.action-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.big-action{display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto auto;column-gap:8px;padding:15px;background:var(--panel);border:1px solid var(--line);border-radius:14px;color:var(--text);text-decoration:none}.big-action>span{grid-row:1/3;font-size:28px;color:var(--red2);align-self:center}.big-action b{font-size:15px}.big-action small{font-size:11px;color:var(--muted);margin-top:3px}.panel,.upload-card{background:var(--panel);border:1px solid var(--line);border-radius:15px;padding:15px;margin:14px 0}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.section-head h2{margin:0}.section-head a{color:#ff6b74;text-decoration:none;font-size:12px}.system-row{display:grid;grid-template-columns:140px 1fr;align-items:center;gap:12px;border-top:1px solid var(--line);padding:12px 0}.system-row:first-of-type{border-top:0}.system-row small{display:block;color:var(--muted);margin-top:2px}.activity-row,.user-row{display:flex;gap:10px;padding:11px 0;border-top:1px solid var(--line)}.activity-row:first-child,.user-row:first-child{border-top:0}.avatar{width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:#2c3238;display:grid;place-items:center;font-weight:900}.activity-row b{font-size:13px}.activity-row p,.user-row p{font-size:12px;color:#c2c8cd;margin:3px 0}.activity-row small,.user-row small{font-size:10px;color:var(--muted)}.empty,.empty-card{color:var(--muted);text-align:center;padding:18px}.success-empty{border:1px solid rgba(38,179,106,.35);background:rgba(38,179,106,.08);color:#9ce4bd;border-radius:14px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;margin:4px 0 14px}.page-head p{font-size:13px;margin:0}.more-links{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.more-links a{font-size:11px;color:#fff;text-decoration:none;background:var(--panel2);padding:8px;border-radius:8px}.room-list{display:grid;gap:10px}.room-card{display:grid;grid-template-columns:1fr auto;background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:14px;color:var(--text);text-decoration:none}.room-card h3{margin:0 0 4px}.room-card p{margin:0;color:var(--muted);font-size:12px}.room-card strong{font-size:19px}.room-card .progress{grid-column:1/3;margin:10px 0 0;height:6px}.issue-card{display:flex;gap:12px;padding:14px;background:var(--panel);border:1px solid var(--line);border-left:4px solid var(--orange);border-radius:12px;color:var(--text);text-decoration:none;margin-bottom:10px}.issue-card.problem{border-left-color:var(--danger)}.issue-card h3{font-size:15px;margin:0 0 4px}.issue-card p,.issue-card small{font-size:12px;color:var(--muted);margin:0}.status-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#2b3035;font-weight:900}.closeout-hero{display:flex;gap:14px;align-items:center;padding:16px;border-radius:14px;border:1px solid rgba(239,68,68,.35);background:rgba(239,68,68,.08)}.closeout-hero.ready{border-color:rgba(38,179,106,.4);background:rgba(38,179,106,.08)}.closeout-symbol{font-size:38px;font-weight:900}.closeout-hero h2{margin:0 0 4px;font-size:17px}.closeout-hero p{margin:0;color:var(--muted);font-size:12px}.list-title{margin-top:20px}.closeout-row{display:flex;justify-content:space-between;gap:10px;padding:13px 0;border-bottom:1px solid var(--line);color:var(--text);text-decoration:none}.closeout-row b{font-size:13px}.closeout-row p{font-size:11px;color:var(--muted);margin:3px 0}.missing-tags{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end;align-content:flex-start}.missing-tags span,.status-badge{background:#2b3035;padding:5px 7px;border-radius:7px;font-size:9px;color:#ffb3b8}.status-badge.complete{color:#a5ebc4}.doc-list{display:grid;gap:9px}.doc-card{display:flex;gap:12px;align-items:center;background:var(--panel);border:1px solid var(--line);padding:12px;border-radius:12px;color:var(--text);text-decoration:none}.doc-icon{font-size:24px;color:var(--red2)}.doc-card p,.doc-card small{font-size:11px;color:var(--muted);margin:3px 0}.btn{border:0;border-radius:10px;min-height:44px;padding:0 15px;font-weight:800;font-size:14px}.btn.primary{background:var(--red);color:#fff}.btn.secondary{background:#2b3136;color:#fff}.btn.danger{background:#5e1e22;color:#fff}.full{width:100%}label{display:block;color:#cbd0d5;font-size:12px;font-weight:700;margin:10px 0}input,select,textarea{width:100%;border:1px solid #363d44;background:#111417;color:#fff;border-radius:9px;min-height:44px;padding:10px;font-size:16px;margin-top:6px}textarea{min-height:72px;resize:vertical}.form-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-card{max-width:420px;margin:70px auto;background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:24px}.auth-card.wide{max-width:520px}.auth-logo{font-size:34px;font-weight:1000;letter-spacing:-2px;color:var(--red2)}.auth-card h1{margin:0}.auth-card p{color:var(--muted);font-size:13px}.flash-wrap{position:fixed;top:78px;left:12px;right:12px;z-index:100;max-width:600px;margin:auto}.flash{padding:11px 13px;border-radius:9px;background:#24292e;border:1px solid #3c444b;font-size:13px}.flash.error{border-color:#7a3035;color:#ffb2b7}.flash.success{border-color:#276a46;color:#a4e8c1}
/* plan */.plan-content{padding:10px 0 0}.plan-toolbar{padding:0 10px 8px;display:flex;justify-content:space-between;gap:8px;align-items:center}.page-picker,.plan-tools{display:flex;gap:6px;align-items:center}.page-picker select{margin:0;min-height:38px;padding:6px;width:116px;font-size:14px}.icon-btn,.chip,.filter-strip button{border:1px solid #353b41;background:#1c2126;color:#fff;border-radius:9px;min-height:38px;padding:0 11px;font-weight:800}.icon-btn{width:38px;padding:0;font-size:22px}.primary-chip{background:var(--red);border-color:var(--red)}.filter-strip{display:flex;overflow-x:auto;gap:6px;padding:0 10px 8px;scrollbar-width:none}.filter-strip::-webkit-scrollbar{display:none}.filter-strip button{white-space:nowrap;min-height:34px;font-size:11px;padding:0 10px}.filter-strip button.active{background:#fff;color:#111}.plan-hint{text-align:center;color:var(--muted);font-size:10px;padding:0 10px 7px}.plan-viewport{height:calc(100vh - 260px);min-height:360px;max-height:760px;background:#0a0b0d;overflow:hidden;position:relative;border-top:1px solid var(--line);border-bottom:1px solid var(--line);touch-action:none}.plan-transform{position:absolute;transform-origin:0 0;will-change:transform}.plan-transform img{display:block;max-width:none;user-select:none;-webkit-user-drag:none}.marker-layer{position:absolute;inset:0}.marker-pos{position:absolute;width:0;height:0;z-index:2}.plan-marker{position:absolute;left:-16px;top:-16px;width:32px;height:32px;margin:0;transform:scale(var(--marker-inv,1));transform-origin:center;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:1000;box-shadow:0 2px 8px #000a;z-index:2}.plan-marker::after{content:attr(data-label);position:absolute;left:50%;top:30px;transform:translateX(-50%);background:rgba(0,0,0,.78);padding:2px 5px;border-radius:4px;font-size:8px;white-space:nowrap;pointer-events:none}.plan-marker.not_started{background:#69727a}.plan-marker.in_progress{background:#d5a61f}.plan-marker.complete{background:#1f9d5a}.plan-marker.waiting{background:#d87822}.plan-marker.problem{background:#dc3440}.plan-marker.filtered{display:none}.legend{display:flex;gap:8px;overflow-x:auto;padding:8px 10px;font-size:9px;color:var(--muted)}.legend span{white-space:nowrap}.dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:3px}.dot.not_started{background:#69727a}.dot.in_progress{background:#d5a61f}.dot.complete{background:#1f9d5a}.dot.waiting{background:#d87822}.dot.problem{background:#dc3440}.sheet-backdrop{position:fixed;inset:0;background:#0008;z-index:90}.bottom-sheet{position:fixed;left:0;right:0;bottom:0;z-index:95;background:#161a1e;border-radius:20px 20px 0 0;max-height:82vh;overflow:auto;padding:8px 16px calc(18px + var(--safe));max-width:680px;margin:auto;border:1px solid #31373d}.hidden{display:none!important}.sheet-grab{width:44px;height:5px;background:#4a5158;border-radius:99px;margin:2px auto 12px}.sheet-head{display:flex;justify-content:space-between;gap:10px}.sheet-head h2{font-size:20px;margin:0}.sheet-head p{font-size:12px;color:var(--muted);margin:3px 0}.status-select{min-height:38px;margin:0;width:125px;font-size:12px}.status-banner{font-size:11px;font-weight:900;letter-spacing:.6px;margin:8px 0;padding:7px 9px;border-radius:8px;background:#252a2f;display:inline-block}.status-banner.complete{color:#8de1b2}.status-banner.problem{color:#ff969e}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0}.detail-box{background:#20252a;padding:9px;border-radius:9px;min-width:0}.detail-box small{display:block;color:var(--muted);font-size:9px}.detail-box b{display:block;font-size:12px;margin-top:2px;word-break:break-word}.checklist{margin:12px 0}.check-row{display:flex;align-items:center;gap:9px;padding:9px 0;border-bottom:1px solid #2b3035}.check-row input{width:22px;height:22px;min-height:0;margin:0}.check-row label{margin:0;font-size:13px;flex:1}.check-row small{font-size:9px;color:var(--muted)}.photo-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.camera-label{margin:0}.camera-label input{display:none}.photo-button{display:grid;place-items:center;min-height:46px;border-radius:10px;background:var(--red);font-weight:900;font-size:13px}.photo-button.secondary{background:#2c3238}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:8px}.photo-thumb{aspect-ratio:1;background:#222;border-radius:8px;overflow:hidden;position:relative}.photo-thumb img{width:100%;height:100%;object-fit:cover}.photo-thumb span{position:absolute;left:3px;right:3px;bottom:3px;background:#000a;padding:2px;font-size:7px;border-radius:3px}.sheet-section{border-top:1px solid #2b3035;padding-top:12px;margin-top:12px}.sheet-section h3{font-size:14px;margin-bottom:8px}.sheet-note{font-size:12px;color:#d5dadd;white-space:pre-wrap}.history-mini{font-size:11px;color:#c6ccd1;padding:6px 0;border-bottom:1px solid #282d32}.history-mini small{color:var(--muted)}.sheet-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.modal{width:min(94%,520px);border:1px solid #373d43;border-radius:14px;background:#171b1f;color:#fff;padding:16px}.modal::backdrop{background:#000a}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head h2{margin:0}.modal form{margin:0}
@media(max-width:500px){.content{padding:12px}.stat-grid{grid-template-columns:1fr 1fr}.form-2{grid-template-columns:1fr}.system-row{grid-template-columns:110px 1fr}.topbar{height:72px}.plan-viewport{height:calc(100vh - 248px)}.plan-marker{width:30px;height:30px;left:-15px;top:-15px;margin:0}.action-grid{gap:8px}.big-action{padding:12px}.auth-card{margin:35px auto}.page-head{gap:8px}.page-head h1{font-size:22px}.closeout-row{align-items:flex-start}}
