:root{--bg: #f8fafc;--surface: #ffffff;--text: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--primary: #0d9488;--primary-hover: #0f766e;--danger: #b91c1c;--danger-hover: #991b1b;--focus: #0ea5e9;--radius: 10px;--shadow: 0 1px 3px rgba(15, 23, 42, .08);--font: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;font-family:var(--font);line-height:1.5;color:var(--text);background:var(--bg)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}a{color:var(--primary);text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--primary-hover)}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}button:focus:not(:focus-visible){outline:none}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.app-header-inner{max-width:960px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.app-brand{font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none}.app-brand:hover{color:var(--primary)}.app-nav{display:flex;align-items:center;gap:.75rem}.app-nav a{font-weight:500}.app-main{flex:1;max-width:960px;margin:0 auto;padding:1.5rem 1.25rem 2.5rem;width:100%}.page-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.page h1{margin:0 0 .25rem;font-size:1.75rem}.stack{display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.35rem}.field label{font-weight:600;font-size:.9rem}.field input,.field textarea{font:inherit;padding:.55rem .65rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text)}.field textarea{resize:vertical;min-height:120px}.field-hint{margin:0;font-size:.8rem;color:var(--text-muted)}.char-count{font-size:.75rem;color:var(--text-muted);align-self:flex-end}.btn{font:inherit;font-weight:600;cursor:pointer;border-radius:var(--radius);border:1px solid transparent;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn-secondary:hover:not(:disabled){border-color:var(--text-muted)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover:not(:disabled){color:var(--text);background:#0f172a0d}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:var(--danger-hover)}.btn-small{padding:.3rem .65rem;font-size:.85rem}.msg{margin:.75rem 0}.msg-muted{color:var(--text-muted)}.msg-error{color:var(--danger)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);padding:2rem;box-shadow:var(--shadow)}.auth-card h1{margin:0 0 .35rem;font-size:1.5rem}.auth-lead{margin:0 0 1.25rem;color:var(--text-muted);font-size:.95rem}.auth-footer{margin:1.25rem 0 0;font-size:.9rem;color:var(--text-muted)}.property-grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.property-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.75rem}.property-card-title{margin:0;font-size:1.1rem}.property-card-title a{color:var(--text);text-decoration:none}.property-card-title a:hover{color:var(--primary)}.property-meta{margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.property-meta dt{font-weight:600;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.property-meta dd{margin:.15rem 0 0}.access-code-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.property-card-actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:.5rem}.property-card-actions .btn{flex:1 1 8rem}.property-edit-link{text-align:center;text-decoration:none}.empty-state{text-align:center;padding:2.5rem 1rem;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);max-width:32rem;margin:0 auto}.empty-state h2{margin:0 0 .5rem;font-size:1.2rem}.empty-state p{margin:0 0 1.25rem;color:var(--text-muted)}.breadcrumb{font-size:.9rem;color:var(--text-muted);margin-bottom:.75rem}.guide-header{margin-bottom:1.5rem}.guide-header h1{margin:0 0 .75rem}.guide-access{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.guide-access-label{font-size:.8rem;font-weight:600;color:var(--text-muted);width:100%}@media(min-width:520px){.guide-access-label{width:auto}}.guide-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.guide-sections-heading{margin:0;font-size:1.15rem}.section-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.section-row{display:grid;grid-template-columns:auto 1fr auto;gap:.65rem;align-items:center;padding:.65rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.section-row-dragging{opacity:.92;box-shadow:0 8px 24px #0f172a1f}.drag-handle{cursor:grab;touch-action:none;border:none;background:var(--bg);border-radius:6px;padding:.35rem .45rem;color:var(--text-muted);font-size:1rem;line-height:1}.drag-handle:active{cursor:grabbing}.drag-handle:disabled{cursor:not-allowed;opacity:.45}.section-row-body{min-width:0}.section-row-title{margin:0;font-weight:600;word-break:break-word}.section-row-meta{margin:.2rem 0 0;font-size:.8rem;color:var(--text-muted)}.section-row-actions{display:flex;flex-wrap:wrap;gap:.35rem}.modal{border:none;padding:0;background:transparent;max-width:calc(100vw - 2rem)}.modal::backdrop{background:#0f172a73}.modal-panel{background:var(--surface);border-radius:calc(var(--radius) + 2px);padding:1.5rem;width:min(100vw - 2rem,440px);box-shadow:0 20px 50px #0f172a33}.modal-panel h2{margin:0 0 1rem;font-size:1.2rem}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.renter-page{min-height:100vh;background:#f6f7fb;padding:1.25rem 1rem 3rem}.renter-message-card,.renter-hero,.renter-toolbar,.renter-topbar-actions,.renter-guide-list{max-width:780px;margin-inline:auto}.renter-message-card{margin-top:12vh;padding:1.5rem;border-radius:16px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;box-shadow:0 8px 20px #0f172a14}.renter-message-card h1{margin:0 0 .5rem}.renter-message-card p{margin:.35rem 0}.renter-hero{margin-bottom:.9rem;padding:1.3rem 1.35rem;border-radius:16px;border:1px solid #dbe4f1;background:linear-gradient(145deg,#fff,#f8fbff)}.renter-property-badge{display:inline-flex;max-width:100%;align-items:center;padding:.2rem .65rem;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:.78rem;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.renter-hero-title{margin:.6rem 0 0;font-size:clamp(1.25rem,2.8vw,1.6rem);color:#0f172a}.renter-hero-subtitle{margin:.5rem 0 0;color:#475569;font-size:.95rem}.renter-toolbar{margin-bottom:.9rem;padding:.75rem .85rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem}.renter-section-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.24rem .68rem;background:#f8fafc;border:1px solid #cbd5e1;color:#334155;font-size:.8rem}.renter-topbar-actions{display:flex;justify-content:flex-start;margin-bottom:.9rem;gap:.45rem}.renter-search-box{display:flex;gap:.5rem;width:100%}.renter-search-input{flex:1;min-width:0;font:inherit;padding:.52rem .65rem;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a}.renter-search-result{max-width:780px;margin:0 auto .9rem;border:1px solid #dbeafe;background:#eff6ff;border-radius:12px;padding:.85rem .95rem}.renter-search-result h2{margin:0;color:#1d4ed8;font-size:1rem}.renter-search-result p{margin:.45rem 0 0}.renter-search-sources{margin-top:.7rem;display:flex;flex-direction:column;gap:.45rem}.renter-source-item{text-align:left;border:1px solid #bfdbfe;border-radius:10px;background:#fff;padding:.55rem .65rem;color:#1e3a8a;cursor:pointer;display:flex;flex-direction:column;gap:.18rem}.renter-source-item:hover{background:#f8fbff}.renter-source-item span{color:#475569;font-size:.86rem}.renter-guide-list{display:flex;flex-direction:column;gap:.8rem}.renter-guide-card{width:100%;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 6px 14px #0f172a0f;padding:clamp(1rem,2.8vw,1.4rem)}.renter-hero{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.search-icon-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.search-icon-button:hover:not(:disabled){color:var(--text)}.search-icon-button:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--surface);border-radius:var(--radius);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:600px;width:100%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600}.modal-close-button{background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:color .2s ease}.modal-close-button:hover{color:var(--text)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.search-input-group{display:flex;gap:.5rem;margin-bottom:1rem}.search-input{flex:1;min-width:0;font:inherit;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:1rem}.search-input:focus{outline:none;border-color:var(--focus);box-shadow:0 0 0 3px #0ea5e91a}.search-results{margin-top:1rem}.search-results h3{margin:0 0 .75rem;font-size:1.1rem;font-weight:600;color:var(--text)}.search-sources{display:flex;flex-direction:column;gap:.5rem}.search-source-item{text-align:left;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1rem;color:var(--text);cursor:pointer;display:flex;flex-direction:column;gap:.5rem;transition:all .2s ease}.search-source-item:hover{background:var(--bg);border-color:var(--primary)}.search-source-item strong{font-weight:600;color:var(--text)}.search-source-item span{color:var(--text-muted);font-size:.9rem;line-height:1.4}.renter-guide-card h2{margin:0;color:#0f172a}.renter-guide-card p{margin:.7rem 0 0;white-space:pre-wrap}.renter-guide-meta{color:var(--text-muted);font-size:.88rem}.rich-editor{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.rich-editor-toolbar{display:flex;flex-wrap:wrap;gap:2px;padding:.35rem .5rem;border-bottom:1px solid var(--border);background:var(--bg)}.rich-editor-toolbar button{font:inherit;font-size:.82rem;padding:.28rem .55rem;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text);cursor:pointer;line-height:1.2}.rich-editor-toolbar button:hover{background:var(--surface);border-color:var(--border)}.rich-editor-toolbar button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.rich-editor-content .tiptap{padding:.55rem .65rem;min-height:140px;outline:none;font:inherit;line-height:1.55}.rich-editor-content .tiptap p{margin:0 0 .4rem}.rich-editor-content .tiptap ul{margin:.3rem 0;padding-left:1.4rem}.rich-editor-content .tiptap li{margin-bottom:.2rem}.rich-editor-content .tiptap a{color:var(--primary);text-decoration:underline}.section-body{margin:.7rem 0 0;line-height:1.6}.section-body p{margin:0 0 .4rem}.section-body ul{margin:.3rem 0;padding-left:1.4rem}.section-body li{margin-bottom:.2rem}.section-body a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.section-body a:hover{color:var(--primary-hover)}@media(max-width:700px){.renter-page{padding:.85rem .75rem 2.2rem}.renter-topbar-actions,.renter-topbar-actions .btn{width:100%}.renter-search-box{flex-direction:column}}
