:root{--bg:#0f1115;--surface:#181c23;--surface-2:#212733;--border:#2c3442;--text:#eef2f7;--muted:#8b96a5;--accent:#22c55e;--accent-press:#16a34a;--danger:#f87171;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#root{max-width:560px;min-height:100dvh;margin:0 auto}.screen{padding:20px 18px calc(32px + env(safe-area-inset-bottom));flex-direction:column;gap:18px;display:flex}.hero{text-align:center;padding:28px 0 6px}.logo-badge{background:var(--accent);color:#06240f;border-radius:16px;place-items:center;width:56px;height:56px;margin:0 auto 12px;font-size:20px;font-weight:800;display:grid}.hero h1{letter-spacing:-.02em;margin:0 0 8px;font-size:28px}.tagline{max-width:40ch;color:var(--muted);margin:0 auto;line-height:1.5}.topbar{align-items:center;gap:12px;display:flex}.topbar h1{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:19px;overflow:hidden}.back{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:12px;flex:none;font-size:18px}.btn{cursor:pointer;border:none;border-radius:14px;padding:13px 18px;font-size:16px;font-weight:600;transition:transform 50ms,background .15s}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.45;cursor:default}.btn.primary{background:var(--accent);color:#06240f}.btn.primary:not(:disabled):active{background:var(--accent-press)}.btn.big{padding:16px 18px;font-size:17px}.btn.ghost{border:1px dashed var(--border);color:var(--muted);background:0 0}.btn.danger-link{color:var(--danger);background:0 0;padding:8px;font-weight:500}.btn.small{padding:6px;font-size:13px}.section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 10px;font-size:14px}.card-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.card{text-align:left;background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;border-radius:16px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.card.row{flex-direction:row;justify-content:space-between;align-items:center}.card-top{justify-content:space-between;align-items:center;display:flex}.card-title{font-size:16px;font-weight:600}.pill{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.pill.move-in{color:var(--accent);background:#22c55e26}.pill.move-out{color:#60a5fa;background:#60a5fa26}.muted{color:var(--muted)}.small{font-size:13px}.check{border:1.5px solid var(--border);color:#06240f;border-radius:999px;flex:none;place-items:center;width:28px;height:28px;font-size:15px;display:grid}.check.on{background:var(--accent);border-color:var(--accent)}.form{flex-direction:column;gap:16px;display:flex}label{color:var(--muted);flex-direction:column;gap:7px;font-size:14px;font-weight:600;display:flex}input,textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 14px}input:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}.segmented{background:var(--surface);border:1px solid var(--border);border-radius:12px;gap:4px;padding:4px;display:flex}.segmented button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;padding:10px;font-weight:600}.segmented button.active{background:var(--accent);color:#06240f}.checklist{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:12px 16px}.checklist summary{cursor:pointer;font-weight:600}.checklist ul{color:var(--muted);margin:10px 0 4px;padding-left:20px;font-size:14px;line-height:1.7}.photo-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.photo-grid figure{flex-direction:column;gap:6px;margin:0;display:flex}.photo-grid img{border:1px solid var(--border);border-radius:12px;width:100%;display:block}.caption{padding:8px 10px;font-size:13px}.notes-label textarea{resize:vertical}.done-toggle{color:var(--text);flex-direction:row;align-items:center;gap:10px;font-size:16px}.done-toggle input{width:20px;height:20px;accent-color:var(--accent)}.summary-row{align-items:center;gap:12px;display:flex}.footer-actions{flex-direction:column;gap:8px;margin-top:6px;display:flex}.steps{color:var(--muted);margin:0;padding-left:22px;line-height:1.8}.empty-hint{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px}.modal-backdrop{z-index:50;background:#0009;place-items:end center;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);width:100%;max-width:560px;padding:24px 20px calc(24px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;flex-direction:column;gap:14px;display:flex}.modal h2{margin:0;font-size:21px}.modal p{margin:0;line-height:1.5}.modal .btn{text-align:center;text-decoration:none}.perk-list{color:var(--muted);margin:0;padding-left:20px;font-size:14.5px;line-height:1.8}
