:root{--ink:#151515;--paper:#f4f1ea;--soft:#ebe7df;--line:rgba(20,20,20,.12);--accent:#b89455}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit;text-decoration:none}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:absolute;z-index:5;width:100%;color:#fff}.brand{font-weight:700;letter-spacing:-.03em}.nav nav{display:flex;gap:28px;align-items:center;font-size:14px}.pill{border:1px solid rgba(255,255,255,.35);padding:11px 16px;border-radius:999px;backdrop-filter:blur(10px)}.hero{min-height:92vh;position:relative;overflow:hidden;background:#1a1b1c;color:#fff;display:flex;align-items:flex-end;padding:10vh 7vw}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 72% 25%,rgba(239,219,176,.38),transparent 28%),linear-gradient(120deg,#0c1012 0%,#202524 50%,#7a7367 100%)}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.65),transparent 65%)}.hero-copy{position:relative;z-index:2;max-width:770px}.eyebrow{font-size:11px;letter-spacing:.19em;font-weight:700}.hero h1,.welcome h1{font-size:clamp(58px,8vw,122px);line-height:.86;letter-spacing:-.07em;margin:22px 0}.hero p{font-size:19px;line-height:1.55;max-width:620px;color:rgba(255,255,255,.74)}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:32px}.btn{display:inline-flex;justify-content:center;align-items:center;border:0;background:#161616;color:#fff;padding:13px 20px;border-radius:14px;font-weight:650;cursor:pointer}.btn.light{background:#fff;color:#111}.textlink{font-size:14px}.tower{position:absolute;right:4vw;bottom:-2vh;width:min(35vw,460px);height:72vh;z-index:1;transform:perspective(800px) rotateY(-10deg)}.tower i{display:block;height:18%;margin:1.5%;border:1px solid rgba(255,255,255,.12);background:linear-gradient(90deg,rgba(255,255,255,.03),rgba(230,194,132,.15));backdrop-filter:blur(4px)}.section{padding:110px 7vw}.section.alt{background:#dfdbd2}.section-head{max-width:900px}.section h2{font-size:clamp(42px,6vw,84px);line-height:.95;letter-spacing:-.055em;margin:14px 0 52px}.grid3,.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature,.property{padding:34px;min-height:270px;border-top:1px solid var(--line)}.feature b{font-size:12px;color:#777}.feature h3,.property h3{font-size:28px;letter-spacing:-.04em;margin:50px 0 12px}.feature p,.property p,.muted{color:#6c6c69;line-height:1.6}.property{background:rgba(255,255,255,.38);border-radius:26px;border:1px solid rgba(255,255,255,.4)}footer{display:flex;justify-content:space-between;padding:38px 7vw;background:#151515;color:#fff;font-size:13px}.login-bg,.soft{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 0,#e6d4ae,transparent 30%),#ece8df}.login-card,.install{width:min(92vw,460px);padding:38px;background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.9);border-radius:30px;box-shadow:0 30px 80px rgba(0,0,0,.09);backdrop-filter:blur(24px)}.login-card h1{font-size:54px;letter-spacing:-.06em;margin:16px 0 6px}.back{display:block;margin-bottom:36px;font-size:13px}.stack{display:grid;gap:14px;margin-top:24px}label{display:grid;gap:7px;font-size:12px;font-weight:650}input,select,textarea{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.8);padding:13px;border-radius:12px;font:inherit}.alert,.ok{padding:14px;border-radius:12px;margin:14px 0;background:#f7d8d1}.ok{background:#d8efdf}.app{background:#f2f0ea}.appbar{height:68px;display:flex;justify-content:space-between;align-items:center;padding:0 4vw;border-bottom:1px solid var(--line);background:rgba(244,241,234,.86);backdrop-filter:blur(18px);position:sticky;top:0;z-index:4;font-size:13px}.appmain{padding:55px 4vw 100px;max-width:1500px;margin:auto}.welcome h1{font-size:clamp(50px,7vw,96px);margin:16px 0 48px}.card{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.95);border-radius:24px;padding:26px;box-shadow:0 15px 45px rgba(0,0,0,.035)}.dashgrid{display:grid;grid-template-columns:1.05fr 1.95fr;gap:18px}.balance{display:flex;flex-direction:column;justify-content:flex-end;min-height:290px;background:#1b1c1d;color:#fff}.balance strong{font-size:54px;letter-spacing:-.06em;margin-top:auto}.balance small{color:#aaa}.chips{display:flex;gap:8px;margin-top:18px}.chips em{font-style:normal;font-size:11px;border:1px solid #444;border-radius:99px;padding:7px 10px}.notices article{border-top:1px solid var(--line);padding:16px 0}.notices p{margin:7px 0}.tablecard{margin-top:18px;overflow:auto}.table{min-width:660px}.tr{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:12px;padding:14px;border-top:1px solid var(--line);font-size:13px}.tr span small{display:block;color:#999;margin-top:4px}.th{font-size:11px;font-weight:700;color:#777}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.stats div{padding:24px;border-radius:22px;background:#1c1d1d;color:#fff}.stats span{display:block;color:#a9aaa6;font-size:11px}.stats b{display:block;font-size:34px;margin-top:15px;letter-spacing:-.04em}.admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.admin-grid h2{margin-top:0}.install h1{letter-spacing:-.05em}@media(max-width:800px){.nav nav a:not(.pill){display:none}.hero{min-height:88svh;padding:120px 7vw 56px}.hero h1{font-size:60px}.tower{opacity:.35;right:-30%;width:80vw}.hero-actions{align-items:flex-start;flex-direction:column}.grid3,.property-grid,.dashgrid,.admin-grid,.stats{grid-template-columns:1fr}.section{padding:80px 7vw}.appbar{padding:0 20px}.appmain{padding:40px 20px 80px}.welcome h1{font-size:58px}.balance strong{font-size:46px}}

/* =========================================================
   CONDOMINIO LORA · ADMIN V0.3
   Scoped styles: do not alter the public/resident portal.
   ========================================================= */
body.admin-v3{
  --a-bg:#f6f7fb;--a-card:rgba(255,255,255,.82);--a-ink:#111318;--a-muted:#727884;
  --a-line:rgba(17,19,24,.075);--a-blue:#3577ff;--a-violet:#8057ff;--a-green:#18b986;
  --a-orange:#ff8a48;--a-red:#d84b55;--a-shadow:0 24px 70px rgba(40,45,65,.08);
  margin:0;background:var(--a-bg);color:var(--a-ink);overflow-x:hidden;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif;
}
.admin-v3 *{box-sizing:border-box}
.admin-v3 input,.admin-v3 select,.admin-v3 textarea,.admin-v3 button{font:inherit}
.admin-v3 a{text-decoration:none;color:inherit}
.admin-ambient{position:fixed;pointer-events:none;z-index:0;border-radius:50%;filter:blur(15px);opacity:.6}
.admin-ambient-a{width:580px;height:580px;right:-260px;top:-260px;background:radial-gradient(circle,rgba(78,133,255,.28),rgba(128,87,255,.11) 46%,transparent 70%)}
.admin-ambient-b{width:520px;height:520px;left:-280px;top:430px;background:radial-gradient(circle,rgba(26,203,166,.14),rgba(255,150,93,.08) 48%,transparent 70%)}
.lora-topbar{position:sticky;top:0;z-index:50;height:74px;display:flex;align-items:center;gap:34px;padding:0 clamp(20px,4vw,60px);background:rgba(249,250,253,.76);backdrop-filter:blur(28px) saturate(150%);-webkit-backdrop-filter:blur(28px) saturate(150%);border-bottom:1px solid rgba(255,255,255,.9);box-shadow:0 1px 0 rgba(20,25,35,.04)}
.lora-brand{display:flex;align-items:center;gap:11px;min-width:max-content}.lora-mark{width:31px;height:31px;border-radius:10px;background:conic-gradient(from 205deg,#20c6a4,#3978ff,#895cff,#ff8f55,#20c6a4);box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 8px 18px rgba(76,101,255,.22)}
.lora-brand span:last-child{display:grid;line-height:1}.lora-brand b{font-size:14px;letter-spacing:.08em}.lora-brand small{font-size:10px;color:#8a909c;margin-top:5px;font-weight:600}
.lora-nav{display:flex;gap:6px;margin:auto}.lora-nav a{font-size:12px;font-weight:650;color:#686e79;padding:9px 13px;border-radius:999px;transition:.2s}.lora-nav a:hover{background:#fff;color:#1b1d22;box-shadow:0 5px 18px rgba(30,40,60,.06)}
.lora-top-actions{display:flex;align-items:center;gap:8px}.top-link,.top-exit{font-size:12px;font-weight:650;padding:10px 13px;border-radius:999px}.top-link{background:#fff;border:1px solid rgba(20,25,35,.06)}.top-exit{color:#9b3e48;background:rgba(216,75,85,.07)}
.admin-shell{position:relative;z-index:1;width:min(1540px,calc(100% - 48px));margin:0 auto;padding:58px 0 70px}
.admin-hero{min-height:315px;display:flex;align-items:flex-end;justify-content:space-between;position:relative;overflow:hidden;padding:52px 56px;border-radius:36px;background:linear-gradient(120deg,#121824 0%,#151d2d 48%,#1a2538 100%);box-shadow:0 30px 90px rgba(19,28,45,.18);color:#fff}
.admin-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 38%,rgba(68,126,255,.34),transparent 25%),radial-gradient(circle at 88% 62%,rgba(139,87,255,.22),transparent 28%)}
.admin-hero>div:first-child{position:relative;z-index:2}.admin-kicker{font-size:11px;font-weight:700;letter-spacing:.12em;color:rgba(255,255,255,.64);text-transform:uppercase}.admin-hero h1{font-size:clamp(46px,6.2vw,91px);line-height:.92;letter-spacing:-.062em;margin:20px 0 20px;font-weight:650}.admin-hero h1 span{background:linear-gradient(90deg,#8db8ff,#bfa2ff 50%,#78e2ce);-webkit-background-clip:text;background-clip:text;color:transparent}.admin-hero p{font-size:15px;color:rgba(255,255,255,.62);max-width:590px;line-height:1.6;margin:0}
.hero-orb{position:absolute;right:6%;top:50%;transform:translateY(-50%);width:260px;height:260px;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.82),rgba(74,127,255,.52) 20%,rgba(125,88,255,.38) 45%,rgba(23,34,52,.08) 72%);filter:saturate(120%);box-shadow:0 0 90px rgba(73,116,255,.35)}.hero-orb:before{content:"";position:absolute;inset:28px;border:1px solid rgba(255,255,255,.25);border-radius:50%}.hero-orb i{position:absolute;width:9px;height:9px;background:#fff;border-radius:50%;box-shadow:0 0 18px #fff}.hero-orb i:nth-child(1){left:40px;top:72px}.hero-orb i:nth-child(2){right:48px;bottom:64px}.hero-orb i:nth-child(3){right:73px;top:40px;width:5px;height:5px}
.admin-flash{display:flex;align-items:center;gap:10px;margin:18px 0 0;padding:14px 18px;border-radius:18px;font-size:13px;font-weight:650}.admin-flash span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center}.admin-flash.is-ok{background:#e9faf4;color:#187659;border:1px solid rgba(24,185,134,.14)}.admin-flash.is-ok span{background:#bfeede}.admin-flash.is-error{background:#fff0f1;color:#a33e49;border:1px solid rgba(216,75,85,.14)}.admin-flash.is-error span{background:#ffd7da}
.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 72px}.metric{position:relative;overflow:hidden;min-height:164px;border-radius:28px;padding:24px 26px;background:#fff;border:1px solid rgba(255,255,255,.9);box-shadow:0 14px 45px rgba(36,45,65,.055)}.metric:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-42px;top:-40px;opacity:.25}.metric span{display:block;color:#747b87;font-size:11px;font-weight:700;letter-spacing:.045em}.metric strong{display:block;font-size:36px;letter-spacing:-.055em;margin:19px 0 9px}.metric small{font-size:10px;color:#979ca5}.metric-blue:after{background:#3978ff}.metric-violet:after{background:#865bff}.metric-green:after{background:#1fc296}.metric-orange:after{background:#ff8a48}
.section-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin:72px 3px 24px;scroll-margin-top:96px}.section-title-row>div{max-width:850px}.section-label{font-size:10px;letter-spacing:.18em;font-weight:800;color:#8d94a0}.section-title-row h2{font-size:clamp(32px,4vw,54px);line-height:1;letter-spacing:-.05em;margin:10px 0 10px}.section-title-row p{margin:0;color:#7a808b;font-size:13px;line-height:1.55}.soft-action{font-size:12px;font-weight:750;color:#2d66dc;padding:12px 16px;border-radius:999px;background:#eaf1ff;border:1px solid rgba(53,119,255,.1);white-space:nowrap}
.people-layout{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(300px,.72fr);gap:16px}.operation-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.notice-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:16px}.wa-layout{display:grid;grid-template-columns:1fr;gap:16px}
.panel{background:var(--a-card);border:1px solid rgba(255,255,255,.94);box-shadow:var(--a-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:30px;padding:26px}.panel-wide{min-width:0}.panel h3{font-size:21px;letter-spacing:-.035em;margin:0}.panel>p,.panel-head p{font-size:11px;color:#9196a0;margin:5px 0 0}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.panel-head.simple{justify-content:flex-start}.panel-head.simple>div{display:flex;align-items:center;gap:11px}
.resident-search{display:flex;align-items:center;gap:7px;border-radius:999px;background:#f1f3f7;padding:0 13px;height:39px;min-width:270px}.resident-search span{font-size:16px;color:#9aa0aa}.resident-search input{border:0!important;background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important;font-size:11px!important;outline:0}.resident-search input::placeholder{color:#a0a5ae}
.resident-list{display:grid;gap:8px}.resident-row{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) auto auto;align-items:center;gap:13px;padding:14px 15px;border-radius:20px;border:1px solid transparent;transition:.18s}.resident-row:hover{background:#f8f9fb;border-color:#eef0f4}.resident-row[hidden]{display:none}.resident-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#e9efff,#e9e1ff);color:#4a63a9;font-size:15px;font-weight:800;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8)}.resident-main{min-width:0}.resident-name-line{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.resident-name-line strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resident-sub{font-size:10px;color:#8d929c;margin-top:5px}.relation-pill{font-size:8px;font-weight:800;padding:5px 7px;border-radius:999px;text-transform:uppercase;letter-spacing:.06em}.relation-pill.owner{background:#e8f0ff;color:#3567c5}.relation-pill.tenant{background:#efe7ff;color:#754ec3}.relation-pill.inactive{background:#eceef1;color:#808692}.resident-debt{min-width:105px;text-align:right}.resident-debt small{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#9aa0aa}.resident-debt b{display:block;font-size:13px;margin-top:4px}.resident-debt.has-debt b{color:#d04c5b}.resident-debt.is-clear b{color:#1b9974}
.resident-edit{position:relative}.resident-edit summary{list-style:none;cursor:pointer;font-size:10px;font-weight:750;padding:9px 11px;border-radius:999px;background:#eef1f6;color:#606773}.resident-edit summary::-webkit-details-marker{display:none}.resident-edit[open] summary{background:#1c2330;color:#fff}.edit-popover{position:absolute;right:0;top:44px;z-index:20;width:min(460px,88vw);padding:20px;border-radius:24px;background:rgba(255,255,255,.98);box-shadow:0 28px 80px rgba(25,34,50,.18);border:1px solid #eef0f4}.mini-form{display:grid;gap:11px}.edit-actions{display:flex;justify-content:flex-end}.danger-link{margin-top:12px;width:100%;border:0;border-top:1px solid #f0e8e9;background:transparent;color:#b4424d;font-size:10px;font-weight:750;padding:14px 0 2px;cursor:pointer}
.create-panel{align-self:start;position:sticky;top:92px}.panel-icon{display:inline-block;width:31px;height:31px;border-radius:11px;margin-bottom:15px;background:linear-gradient(145deg,#eaf1ff,#ebe3ff);position:relative}.icon-person:before{content:"";position:absolute;width:8px;height:8px;border:2px solid #5c73cb;border-radius:50%;left:10px;top:6px}.icon-person:after{content:"";position:absolute;width:14px;height:7px;border:2px solid #5c73cb;border-bottom:0;border-radius:10px 10px 0 0;left:7px;bottom:5px}.icon-building:before{content:"";position:absolute;inset:7px 8px;border:2px solid #5c73cb;border-radius:3px;box-shadow:inset 5px 0 0 -4px #5c73cb}.icon-money:before{content:"Bs";position:absolute;inset:0;display:grid;place-items:center;font-size:9px;font-weight:850;color:#6856c6}
.modern-form{display:grid;gap:12px;margin-top:18px}.admin-v3 label{display:grid;gap:6px;font-size:9px;font-weight:750;color:#737985;letter-spacing:.015em}.admin-v3 label small{font-size:8px;font-weight:500;color:#a2a6ae}.admin-v3 input,.admin-v3 select,.admin-v3 textarea{width:100%;border:1px solid #e6e9ef;background:#f9fafc;color:#171a20;padding:12px 13px;border-radius:13px;outline:0;font-size:11px;transition:.18s;box-shadow:none}.admin-v3 textarea{resize:vertical;line-height:1.55}.admin-v3 input:focus,.admin-v3 select:focus,.admin-v3 textarea:focus{border-color:#8babff;background:#fff;box-shadow:0 0 0 4px rgba(53,119,255,.08)}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.primary-btn,.approve-btn,.wa-generate{border:0;cursor:pointer;color:#fff;font-weight:750;background:linear-gradient(135deg,#2f70ff,#7759ed);box-shadow:0 10px 25px rgba(65,95,230,.18);transition:.18s}.primary-btn{padding:12px 16px;border-radius:14px;font-size:10px}.primary-btn:hover,.approve-btn:hover,.wa-generate:hover{transform:translateY(-1px);filter:saturate(108%)}.primary-btn.full{width:100%;margin-top:3px}.ghost-btn{border:0;background:#eef2f8;color:#606979;border-radius:11px;font-size:9px;font-weight:750;padding:9px 12px;cursor:pointer}.cancel-btn{border:0;background:#fff0f1;color:#ac4650;border-radius:11px;font-size:9px;font-weight:750;padding:10px 13px;cursor:pointer}
.recent-charges{grid-column:1/-1}.compact-table{display:grid}.compact-row{display:grid;grid-template-columns:48px minmax(0,1fr) 110px 90px;align-items:center;gap:12px;padding:13px 4px;border-top:1px solid #eef0f3}.compact-row:first-child{border-top:0}.tiny-unit,.unit-badge{display:inline-grid;place-items:center;width:37px;height:29px;border-radius:10px;background:#eff3fb;color:#506581;font-size:10px;font-weight:800}.compact-row b{font-size:11px}.compact-row small{display:block;font-size:9px;color:#9aa0aa;margin-top:4px}.compact-money{text-align:right;font-size:11px;font-weight:750}.status-dot{justify-self:end;font-size:8px;font-weight:800;padding:6px 8px;border-radius:999px}.status-dot.pending{background:#fff1e8;color:#b76335}.status-dot.paid{background:#e6f8f1;color:#278065}
.wa-generate{display:flex;align-items:center;gap:16px;border-radius:999px;padding:13px 17px;font-size:10px;white-space:nowrap}.wa-generate span{font-size:16px;line-height:1}.live-pill{font-size:9px;font-weight:700;color:#4f7a68;background:#eaf8f2;border-radius:999px;padding:8px 10px;white-space:nowrap}.live-pill i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#20b783;margin-right:5px;box-shadow:0 0 0 4px rgba(32,183,131,.12)}
.wa-review-list{display:grid;gap:10px}.wa-review-card{padding:17px;border:1px solid #edf0f4;border-radius:21px;background:#fbfcfd}.wa-review-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.wa-person{font-size:12px;font-weight:800}.wa-person span{font-weight:550;color:#747b86}.wa-meta{font-size:9px;color:#a0a5ae;margin-top:5px}.wa-status{display:inline-block;font-size:8px;font-weight:850;padding:6px 8px;border-radius:999px;white-space:nowrap}.wa-status.pending{background:#fff0e6;color:#b95e2c}.wa-status.processing{background:#ece7ff;color:#6548b2}.wa-status.sent{background:#e5f8ef;color:#267f61}.wa-status.failed{background:#ffe9eb;color:#b7414d}.wa-status.cancelled{background:#eceef1;color:#727984}.wa-edit-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end;margin-top:13px}.wa-edit-form textarea{background:#fff}.wa-bubble{margin-top:13px;background:#eef9f2;border-radius:15px 15px 15px 5px;padding:13px 14px;font-size:10px;line-height:1.55;color:#365348}.wa-actions{display:flex;gap:8px;margin-top:10px}.approve-btn{border-radius:11px;padding:10px 13px;font-size:9px}
.history-panel{overflow:hidden}.history-table-wrap{overflow:auto;border-radius:18px;border:1px solid #eef0f4}.history-table{width:100%;border-collapse:collapse;min-width:860px;background:rgba(255,255,255,.52)}.history-table th{text-align:left;font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#9399a3;padding:11px 13px;background:#f7f8fa}.history-table td{font-size:10px;padding:12px 13px;border-top:1px solid #eef0f3;vertical-align:middle}.history-table td b{display:block;font-size:10px}.history-table td small{display:block;font-size:8px;color:#9ba0a8;margin-top:4px}.message-preview{display:block;max-width:390px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#666d79}.history-empty{text-align:center!important;padding:35px!important;color:#999!important}
.notice-feed article{display:grid;grid-template-columns:54px minmax(0,1fr);gap:15px;padding:14px 2px;border-top:1px solid #edf0f3}.notice-feed article:first-of-type{border-top:0}.notice-feed time{font-size:9px;font-weight:800;color:#69717f;text-transform:uppercase}.notice-feed b{font-size:11px}.notice-feed p{font-size:10px;color:#858b95;line-height:1.5;margin:5px 0 0;white-space:pre-wrap}.empty-state{display:grid;place-items:center;text-align:center;min-height:100px;color:#989da6;font-size:10px;border:1px dashed #e5e8ed;border-radius:18px}.empty-state b{font-size:12px;color:#5d6570;margin-bottom:5px}.empty-state.spacious{min-height:180px}.admin-footer{display:flex;justify-content:space-between;margin-top:62px;padding:24px 4px 0;border-top:1px solid #e4e7ec;font-size:9px;color:#9aa0aa}
@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(2,1fr)}.people-layout,.notice-layout{grid-template-columns:1fr}.create-panel{position:static}.hero-orb{opacity:.55;right:-35px}.lora-nav{display:none}}
@media(max-width:760px){.lora-topbar{height:64px;padding:0 16px}.lora-brand small,.top-link{display:none}.lora-top-actions{margin-left:auto}.admin-shell{width:calc(100% - 24px);padding-top:24px}.admin-hero{min-height:280px;padding:34px 28px;border-radius:28px}.admin-hero h1{font-size:52px}.admin-hero p{max-width:82%;font-size:12px}.hero-orb{width:190px;height:190px;right:-65px;opacity:.42}.metric-grid{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:52px}.metric{min-height:135px;border-radius:22px;padding:18px}.metric strong{font-size:27px}.section-title-row{align-items:flex-start;flex-direction:column;margin-top:52px}.people-layout,.operation-grid,.notice-layout{grid-template-columns:1fr}.resident-row{grid-template-columns:40px minmax(0,1fr) auto}.resident-debt{grid-column:2;justify-self:start;text-align:left}.resident-edit{grid-column:3;grid-row:1/3}.resident-search{min-width:0;width:100%}.panel-head{align-items:flex-start;flex-direction:column}.residents-panel .panel-head{gap:12px}.form-two{grid-template-columns:1fr}.wa-review-top{flex-direction:column}.wa-edit-form{grid-template-columns:1fr}.wa-edit-form .ghost-btn{justify-self:start}.live-pill{white-space:normal}.panel{border-radius:24px;padding:20px}.compact-row{grid-template-columns:42px minmax(0,1fr) 82px}.compact-row .status-dot{display:none}}
@media(max-width:480px){.metric-grid{grid-template-columns:1fr}.admin-hero h1{font-size:44px}.admin-hero p{max-width:100%}.hero-orb{display:none}.resident-sub{line-height:1.5}.soft-action{width:100%;text-align:center}.wa-generate{width:100%;justify-content:space-between}}
