:root{--fg:#222;--muted:#717171;--border:#e0e0e0;--accent:#222;--accent-hover:#000;--bg-soft:#f7f7f7;--teal:#00a699;--coral:#ff5a5f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{color:var(--fg);background:#fff;margin:0;font-family:Inter,Circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{max-width:820px;margin:0 auto;padding:0 20px 64px}.topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:20px 0;display:flex}.nav{align-items:center;gap:18px;display:flex}.nav a{color:var(--muted);font-size:14px;font-weight:600;text-decoration:none}.nav a:hover{color:var(--fg)}.user{align-items:center;gap:12px;display:flex}.login{max-width:380px;margin:64px auto 0}.brand{color:var(--fg);align-items:center;gap:10px;font-size:20px;font-weight:700;text-decoration:none;display:inline-flex}.brand-logo{width:auto;height:32px}h2{font-size:22px}section{margin-bottom:40px}.section-head{justify-content:space-between;align-items:center;display:flex}.section-head-actions{align-items:center;gap:12px;display:flex}.toggle{color:var(--muted);cursor:pointer;align-items:center;gap:6px;font-size:14px;display:inline-flex}.muted{color:var(--muted);margin:4px 0 0;font-size:14px}.error{color:#b00020;font-weight:600}.cards{gap:10px;margin:12px 0 0;padding:0;list-style:none;display:grid}.card{border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;padding:16px;display:flex}.card strong{font-size:16px}.card-main{align-items:center;gap:14px;min-width:0;display:flex}.card-title{align-items:center;gap:8px;display:flex}.card-thumb{object-fit:cover;border-radius:8px;flex-shrink:0;width:72px;height:72px}.card-thumb-icon{background:var(--bg-soft);color:var(--muted);border:1px solid var(--border);justify-content:center;align-items:center;display:flex}.card-actions{white-space:nowrap;align-items:center;gap:16px;display:flex}.detail-photo{object-fit:cover;border-radius:12px;width:100%;max-height:360px;margin-bottom:24px}.detail-section{margin-top:24px}.detail-section h3{margin:0 0 8px;font-size:16px}.detail-list{gap:8px;margin:0;display:grid}.detail-row{grid-template-columns:200px 1fr;gap:8px;display:grid}.detail-row dt{font-weight:600}.detail-row dd{margin:0}@media (width<=640px){.detail-row{grid-template-columns:1fr}}button,.button{font:inherit;background:var(--accent);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:10px 16px;font-weight:600;text-decoration:none;display:inline-block}button:hover:not(:disabled):not(.secondary),.button:hover:not(.secondary){background:var(--accent-hover)}button:disabled{opacity:.6;cursor:default}button.secondary,.button.secondary{color:var(--fg);border-color:var(--border);background:#fff}button.danger,.button.danger{background:var(--coral)}button.danger:hover:not(:disabled),.button.danger:hover{background:#e04b50}.form{gap:24px;display:grid}.grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.field{flex-direction:column;gap:6px;display:flex}.field-label{font-size:14px;font-weight:600}.field input,.field select,.field textarea{font:inherit;border:1px solid var(--border);border-radius:8px;width:100%;padding:10px}.actions{gap:12px;display:flex}.button-content{justify-content:center;align-items:center;gap:8px;display:inline-flex}.spinner{border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.kv{border:1px solid var(--border);border-radius:12px;margin:0;padding:16px}.kv legend{padding:0 6px;font-weight:700}.kv-row{grid-template-columns:200px 1fr auto;align-items:start;gap:8px;margin-bottom:8px;display:grid}.kv-row input,.kv-row textarea{font:inherit;border:1px solid var(--border);border-radius:8px;width:100%;padding:8px}.kv-remove{color:var(--muted);border:1px solid var(--border);background:#fff;padding:6px 12px;font-size:18px;line-height:1}@media (width<=640px){.grid,.kv-row{grid-template-columns:1fr}}.badge{border:1px solid var(--border);background:var(--bg-soft);color:var(--muted);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}.badge-pass{border-color:var(--teal);color:var(--teal);background:#00a6991f}.badge-fail{border-color:var(--coral);color:var(--coral);background:#ff5a5f1f}.badge-host-help{color:#b45309;background:#d977061f;border-color:#d97706}.badge-used{vertical-align:middle;border-color:var(--teal);color:var(--teal);background:#00a6991f;margin-left:8px;padding:1px 8px;font-size:10px}.detail-row.used dt{color:var(--teal)}.used-keys{flex-wrap:wrap;gap:6px;display:flex}.used-keys .badge-used{margin-left:0}.draft-group{margin-top:20px}.draft-group-head{align-items:center;gap:8px;margin-bottom:10px;display:flex}.draft-row-head{align-items:center;gap:10px;display:flex}.pagination{justify-content:center;align-items:center;gap:16px;margin-top:20px;display:flex}.draft-guest{margin:8px 0 2px;font-weight:600}.draft-reply{margin:0}.draft-block{border:1px solid var(--border);white-space:pre-wrap;word-break:break-word;background:var(--bg-soft);border-radius:12px;padding:16px}.conversation{gap:10px;display:grid}.bubble{border:1px solid var(--border);border-radius:12px;max-width:85%;padding:12px 14px}.bubble-guest{background:var(--bg-soft);justify-self:start}.bubble-host{background:#fff;justify-self:end}.bubble-head{justify-content:space-between;gap:12px;margin-bottom:6px;font-size:13px;display:flex}.bubble-body{white-space:pre-wrap;word-break:break-word}.history-card{text-align:left;width:100%}.history-title{margin:0 0 1rem;font-size:1.25rem;font-weight:600}.history-filters{flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;margin-bottom:1.25rem;display:flex}.history-filter{flex-direction:column;gap:.25rem;display:flex}.history-filter-label{color:var(--muted);font-size:.75rem}.history-filter-input{font:inherit;border:1px solid var(--border);color:var(--fg);border-radius:4px;padding:.35rem .5rem;font-size:.875rem}.history-search-button{align-self:flex-end;padding:.5rem 1rem;font-size:.75rem}.history-error,.history-empty{color:var(--muted);padding:.5rem 0;font-size:.875rem}.history-error{color:#c13515}.history-list{flex-direction:column;gap:.75rem;min-height:12rem;display:flex}.history-list.is-loading{opacity:.5}.history-row{border-bottom:1px solid #eee;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:.75rem 1rem;padding:.75rem 0;font-size:.875rem;display:grid}.history-listing{font-weight:600}.history-code{color:var(--muted);margin-top:.15rem;font-size:.75rem}.history-guest-name{font-weight:600}.history-phone{color:var(--fg);margin-top:.15rem;font-size:.75rem;text-decoration:none;display:block}.history-phone:hover{text-decoration:underline}.history-dates{color:#555}.history-cleaner{color:#555;font-size:.8rem}.history-meta-label{color:var(--muted)}@media (width<=768px){.history-row{grid-template-columns:1fr;gap:.35rem}}
