:root{
  --bg:#f4f7fb;--surface:#ffffff;--surface-2:#f8fafc;--surface-3:#eef3f8;
  --ink:#101828;--muted:#667085;--line:#e4e9f0;--nav:#0b1220;--nav-2:#111b2e;
  --brand:#3157f6;--brand-2:#6941c6;--teal:#0e9384;--green:#12b76a;--orange:#f79009;--red:#f04438;
  --shadow:0 16px 44px rgba(20,33,61,.08);--shadow-soft:0 8px 24px rgba(20,33,61,.06);
  --r:18px;--r-sm:12px;--sidebar:282px;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:"Vazirmatn",Tahoma,Arial,sans-serif}
body{font-size:14px}.hidden{display:none!important}button,input,select,textarea{font:inherit}button{cursor:pointer}
a{color:inherit}.muted{color:var(--muted)}.tiny{font-size:11px}.small{font-size:12px}.nowrap{white-space:nowrap}

/* Login */
.login-screen{min-height:100vh;display:grid;grid-template-columns:1.2fr .8fr;background:#fff}
.login-visual{background:radial-gradient(circle at 20% 20%,rgba(49,87,246,.28),transparent 24%),radial-gradient(circle at 80% 70%,rgba(14,147,132,.18),transparent 26%),linear-gradient(135deg,#08111f,#111f38);color:#fff;padding:70px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.login-visual:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:-170px;bottom:-220px;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.02)}
.login-brand-mark,.brand-mark,.logo-box{display:grid;place-items:center;background:linear-gradient(135deg,#4f6cff,#7b61ff);color:#fff;font-weight:800;letter-spacing:.5px;box-shadow:0 12px 30px rgba(49,87,246,.28)}
.login-brand-mark{width:58px;height:58px;border-radius:18px}.login-visual h1{font-size:46px;line-height:1.5;margin:18px 0}.login-visual p{color:#c9d4e7;max-width:620px;line-height:2;font-size:16px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700}.eyebrow.light{color:#91a9d8}
.login-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;z-index:1}.login-stats div{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);backdrop-filter:blur(10px);padding:18px;border-radius:16px}.login-stats b{display:block;font-size:24px}.login-stats span{color:#9fb0cb;font-size:12px}
.login-card{align-self:center;justify-self:center;width:min(430px,85%);padding:40px}.logo-box{width:54px;height:54px;border-radius:16px}.login-card h2{font-size:28px;margin:24px 0 6px}.login-card>p{color:var(--muted);margin-bottom:28px}.login-card label{display:block;font-size:12px;font-weight:600;margin:15px 0 7px}.login-card input{width:100%;height:48px;border:1px solid var(--line);border-radius:13px;padding:0 14px;background:#fbfcfe;outline:none}.login-card input:focus{border-color:#9eb0ff;box-shadow:0 0 0 4px rgba(49,87,246,.08)}.login-card small{display:block;text-align:center;color:var(--muted);margin-top:18px}

/* Shell */
.app{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr)}.sidebar{height:100vh;position:sticky;top:0;background:linear-gradient(180deg,var(--nav),#0e1829);color:#e6ecf5;padding:18px 14px;overflow-y:auto;z-index:30}.brand{display:flex;align-items:center;gap:11px;padding:3px 7px 18px}.brand-mark{width:42px;height:42px;border-radius:13px}.brand strong{display:block;font-size:16px}.brand span{display:block;color:#8092ad;font-size:10px;margin-top:2px;letter-spacing:1px}.workspace-card{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045);padding:13px;border-radius:14px;margin:3px 4px 18px}.workspace-card span,.workspace-card small{display:block;color:#8190a8;font-size:10px}.workspace-card strong{display:block;font-size:12px;margin:4px 0}
.nav-section-title{font-size:9px;color:#60718d;padding:15px 12px 6px;letter-spacing:.8px}.nav-item{border:0;width:100%;display:flex;align-items:center;gap:10px;color:#b9c5d7;background:transparent;padding:10px 12px;border-radius:11px;margin:2px 0;text-align:right;font-size:12px;transition:.18s}.nav-item:hover{background:rgba(255,255,255,.055);color:#fff}.nav-item.active{background:linear-gradient(90deg,rgba(68,95,246,.24),rgba(68,95,246,.08));color:#fff}.nav-icon{width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,.05);display:grid;place-items:center;font-size:12px}.nav-item.active .nav-icon{background:#3157f6}.nav-item .count{margin-right:auto;background:rgba(255,255,255,.08);border-radius:999px;padding:2px 7px;color:#9cacbf;font-size:9px}
.sidebar-footer{display:flex;align-items:center;gap:9px;padding:14px 8px 4px;border-top:1px solid rgba(255,255,255,.08);margin-top:18px}.sidebar-footer>div:nth-child(2){min-width:0}.sidebar-footer b,.sidebar-footer span{display:block}.sidebar-footer b{font-size:11px}.sidebar-footer span{font-size:9px;color:#73829a}.sidebar-footer .icon-btn{margin-right:auto;color:#8593aa;background:transparent}
.main-shell{min-width:0}.topbar{height:72px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:20}.topbar-right,.topbar-left{display:flex;align-items:center;gap:10px}.global-search{height:42px;width:390px;border:1px solid var(--line);border-radius:12px;background:#f7f9fc;display:flex;align-items:center;padding:0 12px;gap:8px}.global-search input{border:0;outline:0;background:transparent;flex:1;min-width:0}.global-search kbd{font-size:9px;color:#98a2b3;border:1px solid #d8dee8;background:#fff;padding:2px 5px;border-radius:6px}.icon-btn,.top-action{border:1px solid var(--line);background:#fff;color:#344054;border-radius:11px;min-height:38px;padding:0 11px}.icon-btn{width:38px;padding:0;display:grid;place-items:center}.top-action{font-size:11px;font-weight:600}.badge-dot{position:relative}.badge-dot:after{content:"";position:absolute;width:7px;height:7px;background:var(--red);border-radius:50%;top:7px;left:7px;border:2px solid #fff}.profile-chip{display:flex;gap:8px;align-items:center;border-right:1px solid var(--line);padding-right:12px;margin-right:2px}.profile-chip b,.profile-chip span{display:block}.profile-chip b{font-size:10px}.profile-chip span{font-size:9px;color:var(--muted)}.mini-avatar{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#e5eaff,#d4dcff);color:#3157f6;display:grid;place-items:center;font-weight:700}
.content{padding:26px 28px 42px;max-width:1600px;margin:auto}.mobile-only{display:none}

/* Global components */
.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.page-header h1{font-size:23px;margin:0 0 5px}.page-header p{margin:0;color:var(--muted);font-size:11px}.actions{display:flex;gap:8px;flex-wrap:wrap}.btn{border:0;border-radius:11px;padding:10px 14px;min-height:38px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:7px;justify-content:center}.btn.primary{background:linear-gradient(135deg,#3157f6,#4b69ff);color:white;box-shadow:0 6px 16px rgba(49,87,246,.2)}.btn.dark{background:#101828;color:#fff}.btn.soft{background:#eef2ff;color:#344bc4}.btn.ghost{background:#fff;border:1px solid var(--line);color:#344054}.btn.danger{background:#fff0ef;color:#d92d20}.btn.full{width:100%;margin-top:22px}.btn:active{transform:translateY(1px)}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-soft);padding:18px}.card.flat{box-shadow:none}.card-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.card-title h3{margin:0;font-size:14px}.card-title p{margin:3px 0 0;color:var(--muted);font-size:10px}.grid{display:grid;gap:14px}.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cols-21{grid-template-columns:1.45fr .85fr}.cols-12{grid-template-columns:.85fr 1.45fr}
.kpi-card{position:relative;overflow:hidden;min-height:126px}.kpi-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,rgba(49,87,246,.08),transparent);left:-25px;top:-25px}.kpi-top{display:flex;justify-content:space-between;align-items:flex-start}.kpi-icon{width:34px;height:34px;border-radius:10px;background:#f0f3ff;color:#3157f6;display:grid;place-items:center}.kpi-label{font-size:10px;color:var(--muted)}.kpi-value{font-size:25px;font-weight:800;letter-spacing:-.5px;margin:8px 0 4px}.trend{font-size:10px;font-weight:600}.trend.up{color:var(--green)}.trend.down{color:var(--red)}.trend.neutral{color:var(--muted)}
.badge{display:inline-flex;align-items:center;gap:5px;min-height:23px;padding:3px 8px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:9px;font-weight:600}.badge.blue{background:#eef2ff;color:#3538cd}.badge.green{background:#ecfdf3;color:#027a48}.badge.orange{background:#fffaeb;color:#b54708}.badge.red{background:#fef3f2;color:#b42318}.badge.purple{background:#f4f3ff;color:#5925dc}.badge.teal{background:#f0fdfa;color:#0f766e}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff}table{border-collapse:collapse;width:100%;font-size:10px}th,td{text-align:right;padding:11px 12px;border-bottom:1px solid #edf1f5;white-space:nowrap}th{background:#f8fafc;color:#667085;font-weight:600}tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fbfcff}.row-main{font-weight:600;font-size:11px}.row-sub{font-size:9px;color:var(--muted);margin-top:2px}.clickable-row{cursor:pointer}
.toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.field{height:38px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:0 10px;outline:none;color:#344054;font-size:10px}.field:focus{border-color:#a6b5ff;box-shadow:0 0 0 3px rgba(49,87,246,.06)}.toolbar .search-field{min-width:260px;flex:1}.segmented{display:flex;border:1px solid var(--line);border-radius:10px;background:#fff;padding:3px}.segmented button{border:0;background:transparent;padding:6px 10px;border-radius:7px;font-size:9px;color:#667085}.segmented button.active{background:#eef2ff;color:#344bc4;font-weight:700}
.empty{padding:48px 20px;text-align:center;color:var(--muted)}.divider{height:1px;background:var(--line);margin:14px 0}.pill-row{display:flex;gap:6px;flex-wrap:wrap}.pill{font-size:9px;border:1px solid var(--line);background:#f9fafb;border-radius:999px;padding:6px 9px;color:#475467}.section-label{font-size:9px;color:#98a2b3;text-transform:uppercase;letter-spacing:.6px;margin-bottom:7px}

/* charts */
.chart-box{height:260px;position:relative}.bar-chart{height:235px;display:flex;align-items:flex-end;gap:8px;padding:12px 4px 25px;border-bottom:1px solid #edf1f5}.bar-col{flex:1;display:flex;align-items:flex-end;height:100%;position:relative}.bar-fill{width:100%;max-width:30px;margin:auto;border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,#7187ff,#3157f6);position:relative;transition:.25s}.bar-fill.secondary{background:linear-gradient(180deg,#45c4b2,#0e9384)}.bar-label{position:absolute;bottom:-20px;width:100%;text-align:center;font-size:8px;color:#98a2b3}.chart-legend{display:flex;gap:14px;align-items:center;font-size:9px;color:#667085}.legend-dot{width:7px;height:7px;border-radius:50%;display:inline-block;margin-left:4px;background:#3157f6}.legend-dot.teal{background:#0e9384}.spark{width:90px;height:34px}.line-svg{width:100%;height:250px;overflow:visible}.donut-wrap{display:flex;align-items:center;gap:22px;justify-content:center;padding:12px 0}.donut{width:145px;height:145px;border-radius:50%;display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;inset:20px;background:#fff;border-radius:50%}.donut-center{position:relative;z-index:1;text-align:center}.donut-center b{display:block;font-size:21px}.donut-center span{font-size:9px;color:var(--muted)}
.progress-list{display:grid;gap:12px}.progress-row .top{display:flex;justify-content:space-between;font-size:10px;margin-bottom:6px}.progress{height:7px;background:#edf1f5;border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;background:linear-gradient(90deg,#3157f6,#6f83ff);border-radius:999px}.progress.teal>span{background:linear-gradient(90deg,#0e9384,#35b4a4)}

/* dashboard */
.hero-strip{background:linear-gradient(135deg,#0d1730,#152957);color:#fff;border-radius:20px;padding:22px 24px;margin-bottom:14px;display:grid;grid-template-columns:1.4fr .8fr;gap:16px;position:relative;overflow:hidden}.hero-strip:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(94,118,255,.32),transparent 65%);left:-90px;top:-140px}.hero-strip h2{margin:0 0 8px;font-size:20px}.hero-strip p{margin:0;color:#afbfdd;font-size:10px;line-height:2;max-width:690px}.hero-signal{justify-self:end;align-self:center;display:flex;gap:8px;z-index:1}.signal-box{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.055);padding:12px 14px;border-radius:14px;min-width:115px}.signal-box span{display:block;color:#9caed1;font-size:9px}.signal-box b{display:block;font-size:18px;margin-top:3px}
.timeline{border-right:2px solid #e6eaf0;margin-right:5px;padding-right:16px}.timeline-item{position:relative;padding-bottom:15px}.timeline-item:before{content:"";position:absolute;right:-22px;top:4px;width:9px;height:9px;border-radius:50%;background:#3157f6;border:2px solid #fff;box-shadow:0 0 0 2px #dfe5ff}.timeline-item b{font-size:10px}.timeline-item p{font-size:9px;color:var(--muted);margin:3px 0 0}.rank-list{display:grid;gap:6px}.rank-item{display:grid;grid-template-columns:26px 1fr auto;gap:8px;align-items:center;padding:8px;border-radius:10px}.rank-item:hover{background:#f8fafc}.rank-no{width:24px;height:24px;border-radius:8px;background:#f2f4f7;display:grid;place-items:center;font-size:9px}.rank-name b,.rank-name span{display:block}.rank-name b{font-size:10px}.rank-name span{font-size:8px;color:var(--muted)}

/* property */
.property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.property-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-soft);cursor:pointer;transition:.18s}.property-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.property-image{height:148px;background:linear-gradient(145deg,#d9e1ec,#a5b4c9);position:relative;overflow:hidden}.property-image:before{content:"";position:absolute;width:54%;height:62%;left:10%;bottom:0;background:linear-gradient(160deg,#8fa4bf,#667f9e);clip-path:polygon(0 35%,50% 0,100% 35%,100% 100%,0 100%)}.property-image:after{content:"";position:absolute;width:34%;height:47%;right:9%;bottom:0;background:#bdc9d8;clip-path:polygon(0 25%,50% 0,100% 25%,100% 100%,0 100%)}.image-badges{position:absolute;top:10px;right:10px;display:flex;gap:5px;z-index:2}.image-actions{position:absolute;top:10px;left:10px;z-index:2}.circle-btn{border:0;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.9);display:grid;place-items:center}.property-body{padding:13px}.property-title{font-weight:700;font-size:12px}.property-location{font-size:9px;color:var(--muted);margin:3px 0 10px}.property-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.spec{background:#f8fafc;border-radius:8px;padding:6px;text-align:center}.spec b{display:block;font-size:9px}.spec span{font-size:7px;color:var(--muted)}.property-bottom{display:flex;justify-content:space-between;align-items:end;margin-top:11px}.property-price b{display:block;font-size:12px}.property-price span{font-size:8px;color:var(--muted)}
.property-hero{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.gallery-main{height:340px;border-radius:18px;background:linear-gradient(145deg,#d2dbe8,#95a7c0);position:relative;overflow:hidden}.gallery-main:before{content:"";position:absolute;width:55%;height:67%;left:8%;bottom:0;background:#7187a5;clip-path:polygon(0 30%,50% 0,100% 30%,100% 100%,0 100%)}.gallery-main:after{content:"ESTATE";position:absolute;left:20px;bottom:12px;color:rgba(255,255,255,.58);font-size:36px;font-weight:800;letter-spacing:4px}.detail-side{display:grid;gap:10px}.price-panel{background:#0f1b31;color:#fff;border-radius:18px;padding:18px}.price-panel .muted{color:#96a7c4}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.detail-box{background:#f8fafc;border:1px solid #edf1f5;border-radius:11px;padding:10px}.detail-box span{display:block;font-size:8px;color:var(--muted)}.detail-box b{font-size:10px}.match-mini{padding:9px 0;border-bottom:1px solid #eef1f4;display:flex;justify-content:space-between;align-items:center}.match-mini:last-child{border-bottom:0}

/* Kanban */
.kanban{display:grid;grid-template-columns:repeat(5,minmax(230px,1fr));gap:12px;overflow:auto;padding-bottom:8px}.kanban-col{background:#eef2f7;border:1px solid #e1e7ef;border-radius:15px;padding:9px;min-height:440px}.kanban-head{display:flex;justify-content:space-between;align-items:center;padding:5px 4px 10px;font-size:10px}.kanban-cards{display:grid;gap:8px}.kanban-card{background:#fff;border:1px solid #e3e8ef;border-radius:12px;padding:11px;box-shadow:0 4px 12px rgba(20,33,61,.04)}.kanban-card h4{margin:0 0 4px;font-size:10px}.kanban-card p{font-size:8px;color:var(--muted);margin:0 0 9px}.kanban-meta{display:flex;justify-content:space-between;align-items:center;font-size:8px}.avatar-stack{display:flex}.avatar-dot{width:22px;height:22px;border-radius:7px;background:#e6ebff;color:#3157f6;display:grid;place-items:center;font-size:8px;font-weight:700;border:2px solid #fff}

/* matching */
.applicant-card{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.big-avatar{width:52px;height:52px;border-radius:15px;background:linear-gradient(135deg,#e8edff,#dce5ff);display:grid;place-items:center;color:#3157f6;font-weight:800}.applicant-card h3{margin:0 0 3px;font-size:12px}.applicant-card p{margin:0;color:var(--muted);font-size:9px}.match-card{display:grid;grid-template-columns:88px 1fr auto;gap:14px;align-items:center}.score-ring{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;position:relative}.score-ring:after{content:"";position:absolute;inset:8px;background:#fff;border-radius:50%}.score-ring b{z-index:1;font-size:14px}.match-reasons{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px}

/* calendar */
.calendar{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden}.cal-head,.cal-cell{min-height:90px;padding:8px;border-left:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.cal-head{min-height:auto;background:#f8fafc;text-align:center;color:#667085;font-size:9px}.cal-cell:nth-child(7n){border-left:0}.cal-day{font-size:9px;color:#667085}.cal-event{margin-top:5px;border-radius:7px;background:#eef2ff;color:#344bc4;padding:4px 5px;font-size:7px}.cal-event.green{background:#ecfdf3;color:#027a48}.cal-event.orange{background:#fffaeb;color:#b54708}

/* market */
.market-map{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.heat-cell{border-radius:12px;color:#fff;padding:14px 8px;text-align:center;min-height:80px;display:flex;flex-direction:column;justify-content:center}.heat-cell span{font-size:8px;opacity:.8}.heat-cell b{font-size:20px}.signal-card{border:1px solid #dbe4ff;background:linear-gradient(135deg,#f4f6ff,#fafbff);padding:16px;border-radius:14px}.signal-card strong{display:block;font-size:13px;margin-bottom:7px}.signal-card p{font-size:10px;color:#667085;line-height:2;margin:0}.forecast-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.forecast-item{background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:11px}.forecast-item span{display:block;font-size:8px;color:var(--muted)}.forecast-item b{font-size:14px}

/* AI */
.ai-layout{display:grid;grid-template-columns:1fr 300px;gap:14px}.chat-card{height:610px;display:flex;flex-direction:column}.chat-header{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding-bottom:12px}.ai-orb{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#3157f6,#7b61ff);color:#fff;display:grid;place-items:center;font-weight:800}.chat-messages{flex:1;overflow:auto;padding:12px 2px}.message{max-width:78%;padding:11px 13px;border-radius:14px;font-size:10px;line-height:2;margin:8px 0}.message.ai{background:#101828;color:#fff;margin-left:auto;border-bottom-left-radius:4px}.message.user{background:#eef2ff;color:#344054;margin-right:auto;border-bottom-right-radius:4px}.chat-compose{display:flex;gap:8px;border-top:1px solid var(--line);padding-top:12px}.chat-compose textarea{flex:1;resize:none;height:42px;border:1px solid var(--line);border-radius:12px;padding:9px 11px;outline:none}.suggestion{width:100%;text-align:right;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px;margin:4px 0;font-size:9px;color:#475467}.suggestion:hover{border-color:#aab7ff;background:#f8f9ff}

/* modal & toast */
.modal-backdrop{position:fixed;inset:0;background:rgba(4,12,25,.48);backdrop-filter:blur(4px);z-index:90;display:grid;place-items:center;padding:20px}.modal{background:#fff;border-radius:20px;width:min(720px,94vw);max-height:88vh;overflow:auto;box-shadow:0 30px 90px rgba(0,0,0,.28)}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid var(--line)}.modal-head h3{margin:0;font-size:14px}.modal-body{padding:18px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.form-field label{display:block;font-size:9px;color:#667085;margin-bottom:5px}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:9px;outline:none}.form-field textarea{min-height:90px;resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding:14px 18px;border-top:1px solid var(--line)}.toast-root{position:fixed;left:22px;bottom:22px;z-index:120;display:grid;gap:8px}.toast{background:#101828;color:#fff;border-radius:12px;padding:11px 14px;box-shadow:var(--shadow);font-size:10px;animation:toastin .2s ease}@keyframes toastin{from{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}

body.dark{--bg:#0b1220;--surface:#101828;--surface-2:#162033;--surface-3:#1d2939;--ink:#f2f4f7;--muted:#98a2b3;--line:#283548;--shadow:none;--shadow-soft:none}.dark .topbar{background:rgba(16,24,40,.94)}.dark .global-search,.dark .field,.dark .card,.dark .table-wrap,.dark table,.dark .icon-btn,.dark .top-action,.dark .property-card,.dark .segmented{background:#101828;color:#e8edf5}.dark th,.dark .cal-head{background:#172033}.dark tbody tr:hover td,.dark .rank-item:hover{background:#162033}.dark .detail-box,.dark .spec,.dark .forecast-item,.dark .kanban-col{background:#162033;border-color:#283548}.dark .kanban-card,.dark .cal-cell,.dark .suggestion{background:#101828;color:#d0d5dd}.dark .score-ring:after,.dark .donut:after{background:#101828}

@media(max-width:1180px){:root{--sidebar:235px}.cols-4{grid-template-columns:repeat(2,1fr)}.property-grid{grid-template-columns:repeat(2,1fr)}.hero-strip{grid-template-columns:1fr}.hero-signal{justify-self:start}.property-hero,.ai-layout{grid-template-columns:1fr}.global-search{width:300px}}
@media(max-width:820px){.app{display:block}.sidebar{position:fixed;right:0;transform:translateX(110%);width:270px;transition:.2s}.sidebar.open{transform:none}.main-shell{width:100%}.mobile-only{display:grid}.topbar{padding:0 12px}.global-search{width:min(56vw,330px)}.profile-chip{display:none}.content{padding:18px 12px}.cols-4,.cols-3,.cols-2,.cols-21,.cols-12{grid-template-columns:1fr}.property-grid{grid-template-columns:1fr}.login-screen{grid-template-columns:1fr}.login-visual{display:none}.login-card{padding:25px}.page-header{align-items:flex-start;flex-direction:column}.property-hero{grid-template-columns:1fr}.gallery-main{height:240px}.form-grid{grid-template-columns:1fr}.calendar{min-width:720px}.calendar-wrap{overflow:auto}.market-map{grid-template-columns:repeat(2,1fr)}.forecast-strip{grid-template-columns:repeat(2,1fr)}}
