:root{--surface: #ffffff;--canvas: #fafafa;--ink: #000000;--ink-muted: #737373;--hairline: #dbdbdb;--accent: #2b6bff;--accent-pressed: #1e4fcc;--danger: #d92d20;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--radius-photo: 4px;--radius-card: 8px;--radius-sheet: 16px;--radius-chip: 999px;--radius-button: 10px;--font: "Schibsted Grotesk", system-ui, -apple-system, sans-serif;--ease-sheet: cubic-bezier(.32, .72, 0, 1)}@media (prefers-color-scheme: dark){:root{--canvas: #000000;--surface: #121212;--ink: #ffffff;--ink-muted: #a3a3a3;--hairline: #262626}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}button,input,textarea{font-family:inherit;color:inherit}a{color:inherit}img{display:block;max-width:100%}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.text-display{font-size:32px;font-weight:600;letter-spacing:-.02em;line-height:1.15;margin:0}.text-title{font-size:24px;font-weight:600;letter-spacing:-.01em;line-height:1.2;margin:0}.text-heading{font-size:20px;font-weight:600;line-height:1.25;margin:0}.text-body{font-size:15px;font-weight:400;line-height:1.5;margin:0}.text-label{font-size:15px;font-weight:500;line-height:1.3;margin:0}.text-caption{font-size:13px;font-weight:400;line-height:1.4;margin:0;color:var(--ink-muted)}.text-micro{font-size:11px;font-weight:500;line-height:1.3;margin:0}.app-shell{display:flex;flex-direction:column;height:100%;max-width:640px;margin:0 auto;background:var(--canvas)}.screen{flex:1;overflow-y:auto;padding-bottom:calc(72px + env(safe-area-inset-bottom))}.topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:var(--space-4) var(--space-4) var(--space-2);background:var(--canvas)}.tab-bar{position:fixed;left:0;right:0;bottom:0;max-width:640px;margin:0 auto;display:flex;background:var(--surface);border-top:1px solid var(--hairline);padding-bottom:env(safe-area-inset-bottom);z-index:10}.tab-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 0 8px;background:none;border:none;color:var(--ink);min-height:44px}.tab-bar__item svg{width:24px;height:24px}.tab-bar__item--active,.tab-bar__item--add{color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:44px;padding:0 var(--space-4);border-radius:var(--radius-button);border:1px solid var(--hairline);background:var(--surface);color:var(--ink);font-size:15px;font-weight:500;cursor:pointer}.btn--primary{background:var(--accent);border-color:var(--accent);color:#fff;width:100%}.btn--primary:active{background:var(--accent-pressed);border-color:var(--accent-pressed)}.btn--text{border:none;background:none;color:var(--accent);padding:0 var(--space-2)}.btn--danger{color:var(--danger);border-color:var(--danger);background:var(--surface)}.btn--icon{width:44px;height:44px;padding:0;border-radius:999px;border:none;background:none}.btn:disabled{opacity:.4;cursor:default}.chip-row{display:flex;gap:var(--space-2);overflow-x:auto;padding-bottom:2px;-ms-overflow-style:none;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;display:inline-flex;align-items:center;min-height:40px;padding:0 var(--space-4);border-radius:var(--radius-chip);border:1px solid var(--hairline);background:var(--surface);color:var(--ink);font-size:15px;font-weight:500;cursor:pointer;white-space:nowrap}.chip--active{background:var(--ink);border-color:var(--ink);color:var(--surface)}.chip--add{color:var(--ink-muted);border-style:dashed}.chip-input{flex:0 0 auto;min-height:40px;padding:0 var(--space-4);border-radius:var(--radius-chip);border:1px solid var(--accent);font-size:15px;min-width:140px}.field{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-6)}.field label{font-size:13px;color:var(--ink-muted)}.field input[type=text],.field input[type=number],.field input[type=date],.field textarea{min-height:44px;border:none;border-bottom:1px solid var(--hairline);background:none;font-size:24px;font-weight:600;letter-spacing:-.01em;padding:var(--space-2) 0}.field textarea{font-size:15px;font-weight:400;resize:vertical}.search-field{display:flex;align-items:center;gap:var(--space-2);min-height:44px;padding:0 var(--space-4);border-radius:var(--radius-button);background:var(--surface);border:1px solid var(--hairline)}.search-field input{flex:1;border:none;background:none;font-size:15px;min-height:42px}.card{background:var(--surface);border-radius:var(--radius-card);border:1px solid var(--hairline)}.room-tile{display:flex;flex-direction:column;border-radius:var(--radius-card);overflow:hidden;border:1px solid var(--hairline);background:var(--surface);text-align:left}.room-tile__photo{aspect-ratio:1;background:var(--canvas);object-fit:cover}.room-tile__meta{padding:var(--space-2) var(--space-3) var(--space-3)}.room-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3);padding:0 var(--space-4) var(--space-4)}.result-row{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);min-height:44px;text-align:left;background:none;border:none;width:100%}.result-row__thumb{width:56px;height:56px;border-radius:var(--radius-photo);object-fit:cover;background:var(--hairline);flex-shrink:0}.result-row__meta{min-width:0;flex:1}.result-row__name{font-size:15px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb{font-size:13px;color:var(--ink)}.breadcrumb .sep{color:var(--ink-muted);margin:0 4px}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.photo-grid__item{aspect-ratio:1;background:var(--hairline);overflow:hidden;border:none;padding:0;position:relative}.photo-grid__item img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .15s ease}.photo-grid__item img.loaded{opacity:1}.photo-grid__section-header{padding:var(--space-4) var(--space-4) var(--space-2);display:flex;align-items:center;justify-content:space-between}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:20}.sheet{position:fixed;left:0;right:0;bottom:0;max-width:640px;margin:0 auto;background:var(--surface);border-top-left-radius:var(--radius-sheet);border-top-right-radius:var(--radius-sheet);box-shadow:0 -4px 24px #0000001f;padding:var(--space-4) var(--space-4) calc(var(--space-4) + env(safe-area-inset-bottom));z-index:21;animation:sheet-up .24s var(--ease-sheet);max-height:80vh;overflow-y:auto}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.sheet{animation:none}}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-3);padding:var(--space-8) var(--space-6);color:var(--ink-muted)}.toast{position:fixed;left:var(--space-4);right:var(--space-4);bottom:calc(80px + env(safe-area-inset-bottom));max-width:608px;margin:0 auto;background:var(--ink);color:var(--surface);border-radius:var(--radius-button);padding:var(--space-3) var(--space-4);font-size:15px;z-index:30}.add-photo{width:100%;aspect-ratio:1;object-fit:cover;background:var(--hairline)}.add-photo-placeholder{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--canvas);border:none;color:var(--ink-muted)}.batch-banner{position:sticky;bottom:calc(72px + env(safe-area-inset-bottom));margin:0 var(--space-4);display:flex;align-items:center;justify-content:space-between;background:var(--ink);color:var(--surface);border-radius:var(--radius-button);padding:var(--space-3) var(--space-4)}.details-toggle{background:none;border:none;color:var(--ink);font-size:15px;font-weight:500;display:flex;align-items:center;gap:var(--space-1);min-height:44px;padding:0}.offline-indicator{font-size:13px;color:var(--ink-muted)}
