:root{--navy: #0a0a0a;--navy-light: #1f1f1f;--gold: #c9a227;--gold-light: #e8c547;--bg: #f4f6f9;--surface: #ffffff;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--success: #059669;--warning: #d97706;--danger: #dc2626;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 8px 24px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 50px rgba(0, 0, 0, .15);--font: "DM Sans", system-ui, -apple-system, sans-serif;--font-display: "Playfair Display", Georgia, serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit}input,select,textarea{font:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.app-shell{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--navy);color:#fff;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-md)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.875rem 1.5rem;min-height:64px}.brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.brand-logo{height:40px;border-radius:var(--radius-sm)}.brand-name{display:block;font-family:var(--font-display);font-weight:700;font-size:1.15rem;line-height:1.2}.brand-tag{display:block;font-size:.65rem;opacity:.75;letter-spacing:.12em;text-transform:uppercase}.nav{display:flex;gap:.25rem}.nav-link{padding:.5rem 1rem;border-radius:var(--radius-sm);font-weight:500;font-size:.925rem;opacity:.85;transition:background .15s,opacity .15s}.nav-link:hover{opacity:1;background:#ffffff14}.nav-link.active{opacity:1;background:#c9a22733;color:var(--gold-light);font-weight:600}.header-actions{flex-shrink:0}.user-menu{display:flex;align-items:center;gap:.75rem}.user-avatar{width:36px;height:36px;border-radius:50%;background:var(--gold);color:var(--navy);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.user-info{display:flex;flex-direction:column;line-height:1.2}.user-name{font-size:.875rem;font-weight:600}.user-role{font-size:.7rem;opacity:.7;text-transform:capitalize}.main{flex:1;padding:2rem 0 3rem}.footer{text-align:center;padding:1.5rem;color:var(--muted);font-size:.85rem;border-top:1px solid var(--border);background:var(--surface)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.page-title{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--navy);line-height:1.2}.page-subtitle{color:var(--muted);margin-top:.25rem;font-size:.95rem}.page-center{display:flex;align-items:center;justify-content:center;min-height:40vh}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.card-elevated{box-shadow:var(--shadow-md)}.card-header{margin-bottom:1rem}.card-header h2{font-size:1.05rem;font-weight:600;color:var(--navy)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:var(--radius-sm);border:none;font-weight:600;font-size:.9rem;transition:transform .1s,box-shadow .15s,opacity .15s;white-space:nowrap}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:.4rem .875rem;font-size:.825rem}.btn-block{width:100%}.btn-primary{background:var(--navy);color:#fff;box-shadow:0 2px 8px #0f274440}.btn-primary:hover:not(:disabled){background:var(--navy-light)}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--navy);box-shadow:0 2px 8px #c9a22759}.btn-ghost{background:transparent;color:var(--muted);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:var(--bg);color:var(--text)}.header .btn-ghost{color:#ffffffd9;border-color:#fff3}.header .btn-ghost:hover:not(:disabled){background:#ffffff1a;color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-danger-outline{background:transparent;color:var(--danger);border:1px solid #fecaca}.btn-danger-outline:hover:not(:disabled){background:#fef2f2}.badge{display:inline-block;padding:.25rem .65rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.badge-available{background:#d1fae5;color:var(--success)}.badge-pending{background:#fef3c7;color:var(--warning)}.badge-sold{background:#fee2e2;color:var(--danger)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.stat-card-featured{background:linear-gradient(135deg,var(--navy),var(--navy-light));color:#fff;border:none}.stat-card-featured .stat-label{color:#ffffffbf}.stat-icon{font-size:1.5rem;margin-bottom:.5rem;display:block}.stat-value{font-size:1.75rem;font-weight:700;color:var(--navy);line-height:1.2}.stat-card-featured .stat-value{color:#fff}.stat-label{font-size:.825rem;color:var(--muted);margin-top:.25rem}.dashboard-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem}@media (max-width: 900px){.dashboard-grid{grid-template-columns:1fr}}.progress-bar{height:6px;background:var(--border);border-radius:999px;overflow:hidden;min-width:80px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:999px}.quick-actions{display:flex;flex-direction:column;gap:.75rem}.quick-action{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:var(--radius-sm);border:1px solid var(--border);transition:border-color .15s,box-shadow .15s}.quick-action:hover{border-color:var(--gold);box-shadow:var(--shadow)}.quick-action strong{display:block;font-size:.925rem;color:var(--navy)}.quick-action span{font-size:.8rem;color:var(--muted)}.quick-action-icon{font-size:1.5rem}.quick-action-highlight{background:#fffbeb;border-color:var(--gold)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}th{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600}.filter-bar{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-chip{padding:.4rem 1rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-weight:500;font-size:.85rem;transition:all .15s}.filter-chip:hover{border-color:var(--navy);color:var(--navy)}.filter-chip.active{background:var(--navy);border-color:var(--navy);color:#fff}.property-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.property-card{padding:0;overflow:hidden;transition:box-shadow .2s,transform .2s}.property-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.property-image{position:relative;height:160px}.property-image .badge{position:absolute;top:.75rem;left:.75rem;z-index:1}.property-image-placeholder{height:100%;background:linear-gradient(135deg,var(--navy-light) 0%,#333333 100%);display:flex;align-items:flex-end;padding:1rem;color:#ffffffd9;font-size:.85rem;font-weight:500}.property-body{padding:1.25rem}.property-price{font-size:1.35rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.property-title{font-size:1.05rem;font-weight:600;margin-bottom:.35rem}.property-location{font-size:.85rem;color:var(--muted);margin-bottom:.75rem}.property-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--muted);margin-bottom:.75rem}.property-desc{font-size:.85rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.75rem}.property-actions{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}.agent-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.agent-card{text-align:center;padding:1.75rem 1.25rem;transition:box-shadow .2s}.agent-card:hover{box-shadow:var(--shadow-md)}.agent-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--navy-light));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin:0 auto 1rem}.agent-name{font-size:1.05rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}.agent-email{font-size:.875rem;color:var(--muted)}.agent-detail{font-size:.85rem;margin-top:.35rem}.agent-license{font-size:.8rem;color:var(--gold);font-weight:600;margin-top:.5rem}.agent-actions{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.825rem;font-weight:600;color:var(--navy)}.form-group input,.form-group select,.form-group textarea{padding:.625rem .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #0f27441a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row-3{grid-template-columns:2fr 1fr 1fr}.form-row-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 640px){.form-row,.form-row-3,.form-row-4{grid-template-columns:1fr}}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--border)}.alert{padding:.875rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;margin-bottom:1rem}.alert-error{background:#fef2f2;color:var(--danger);border:1px solid #fecaca}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f274480;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .15s ease}.modal{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:480px;max-height:90vh;overflow-y:auto;animation:slideUp .2s ease}.modal-wide{max-width:640px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1.15rem;font-weight:600;color:var(--navy)}.modal-close{width:32px;height:32px;border:none;background:var(--bg);border-radius:50%;font-size:1.25rem;line-height:1;color:var(--muted);display:flex;align-items:center;justify-content:center}.modal-close:hover{background:var(--border);color:var(--text)}.modal-body{padding:1.5rem}.confirm-message{color:var(--muted);margin-bottom:.5rem;line-height:1.6}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}@media (max-width: 768px){.auth-page{grid-template-columns:1fr}.auth-brand{display:none}}.auth-brand{background:linear-gradient(160deg,var(--navy) 0%,#262626 50%,var(--navy-light) 100%);color:#fff;display:flex;align-items:center;justify-content:center;padding:3rem}.auth-brand-inner{max-width:400px}.auth-logo{height:56px;border-radius:var(--radius-sm);margin-bottom:1.5rem}.auth-brand h1{font-family:var(--font-display);font-size:2.25rem;margin-bottom:1rem}.auth-brand p{opacity:.85;line-height:1.7;margin-bottom:2rem}.auth-features{list-style:none;display:flex;flex-direction:column;gap:.75rem}.auth-features li{padding-left:1.5rem;position:relative;opacity:.9}.auth-features li:before{content:"✓";position:absolute;left:0;color:var(--gold-light);font-weight:700}.auth-form-panel{display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg)}.auth-form-wrap{width:100%;max-width:400px}.auth-form-wrap h2{font-family:var(--font-display);font-size:1.75rem;color:var(--navy);margin-bottom:.35rem}.auth-subtitle{color:var(--muted);margin-bottom:1.75rem}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.9rem;color:var(--muted)}.auth-footer a{color:var(--navy);font-weight:600}.auth-footer a:hover{text-decoration:underline}.auth-demo{text-align:center;margin-top:1rem;font-size:.8rem;color:var(--muted);padding:.75rem;background:#fffbeb;border-radius:var(--radius-sm);border:1px dashed var(--gold)}.toast{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--navy);color:#fff;padding:.875rem 1.25rem;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:2000;animation:slideUp .25s ease;font-size:.9rem;font-weight:500}.empty-state{text-align:center;padding:3rem 2rem;color:var(--muted)}.empty-state p{margin-bottom:1rem}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--navy);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.home-page{display:flex;flex-direction:column;gap:3rem}.home-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);color:#fff;border-radius:var(--radius);padding:3rem 2.5rem;box-shadow:var(--shadow-md)}.home-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.75rem}.home-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.15;margin-bottom:1rem}.home-lead{max-width:640px;opacity:.9;line-height:1.7;font-size:1.05rem}.home-cta{display:flex;gap:.75rem;margin-top:2rem;flex-wrap:wrap}.home-hero .btn-ghost{color:#fff;border-color:#ffffff59}.home-hero .btn-ghost:hover:not(:disabled){background:#ffffff1a;color:#fff}.home-section-header{margin-bottom:1.5rem}.home-section-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.home-section-subtitle{color:var(--muted);font-size:.95rem}.architecture-figure{padding:0;overflow:hidden}.architecture-diagram{display:block;width:100%;height:auto}.architecture-caption{padding:1rem 1.25rem;font-size:.85rem;color:var(--muted);border-top:1px solid var(--border);line-height:1.5}.tier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.tier-card{display:flex;flex-direction:column;gap:.5rem}.tier-number{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}.tier-name{font-size:1.1rem;font-weight:700;color:var(--navy)}.tier-tech{font-size:.875rem;font-weight:600;color:var(--navy-light)}.tier-description{font-size:.875rem;color:var(--muted);line-height:1.6;flex:1}.tier-meta{display:flex;gap:1.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.tier-meta dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600;margin-bottom:.15rem}.tier-meta dd{font-size:.85rem}.tier-meta code{background:var(--bg);padding:.15rem .4rem;border-radius:4px;font-size:.8rem;color:var(--navy)}@media (max-width: 768px){.header-inner{flex-wrap:wrap}.nav{order:3;width:100%;justify-content:center}.user-info{display:none}.page-title{font-size:1.5rem}}
