:root{--bg: #eef5ff;--bg-soft: #f8fbff;--surface: #ffffff;--line: #d6e5ff;--primary: #3f86ff;--primary-soft: #dceaff;--text: #123155;--text-soft: #5d7596;--ok: #2d72de;--radius: 18px;--shadow: 0 20px 35px -30px rgba(23, 74, 150, .55)}*{box-sizing:border-box}body{margin:0;min-height:100dvh;font-family:Manrope,Avenir Next,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at 10% 10%,#f9fcff 0%,transparent 45%),radial-gradient(circle at 90% 10%,#ddebff 0%,transparent 42%),linear-gradient(160deg,var(--bg),#e6f1ff 40%,#f3f8ff 100%)}#root{min-height:100dvh}.app-shell{min-height:100dvh;display:grid;grid-template-rows:auto 1fr}.workspace{display:grid;grid-template-columns:230px 1fr;gap:1rem;padding:1rem}.workspace.menu-compacto{grid-template-columns:88px 1fr}.dashboard-main{min-width:0;padding-bottom:.25rem}.kicker{margin:0;color:var(--text-soft);font-weight:700;letter-spacing:.05em;font-size:.73rem}h1{margin:.18rem 0 0;font-size:1.35rem}h2{margin:.28rem 0 0;font-size:clamp(1.2rem,2.1vw,1.8rem)}h3{margin:0;font-size:1.05rem}.app-topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;background:linear-gradient(180deg,#fafdff,#edf4ff);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.brand{display:flex;align-items:center;gap:.7rem}.brand-mark{width:36px;height:36px;border-radius:11px;display:inline-block;background:url(/domio-logo-d.png) center / cover no-repeat;color:transparent;font-size:0;line-height:0;overflow:hidden;box-shadow:var(--shadow)}.primary-btn{border:0;color:#fff;background:linear-gradient(120deg,#63a1ff,var(--primary));padding:.76rem 1.1rem;border-radius:8px;font-weight:700;cursor:pointer;box-shadow:var(--shadow)}.primary-btn:disabled,.ghost-btn:disabled,.mini-btn:disabled{opacity:.65;cursor:not-allowed}.topbar-actions{display:flex;align-items:center;gap:.6rem}.app-shell .topbar-actions .theme-switch,.app-shell .topbar-actions .primary-btn,.app-shell .topbar-actions .ghost-btn{height:40px;box-sizing:border-box}.app-shell .topbar-actions .primary-btn,.app-shell .topbar-actions .ghost-btn{display:inline-flex;align-items:center;justify-content:center}.app-shell .topbar-actions .tasks-trigger-btn,.app-shell .topbar-actions .chat-trigger-btn{padding:0 .74rem}.topbar-support-btn{display:inline-flex;align-items:center;gap:.42rem;padding:.62rem .74rem;line-height:1}.help-callout-shell{position:relative}.topbar-help-btn{display:inline-flex;align-items:center;gap:.42rem;padding:.62rem .74rem;line-height:1}.tasks-flyout-shell{position:relative}.tasks-trigger-btn{display:inline-flex;align-items:center;gap:.42rem;padding:.62rem .74rem}.tasks-count-badge{min-width:1.3rem;height:1.3rem;padding:0 .28rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#dbe9ff;color:#1f4f88;font-size:.72rem;font-weight:800}.tasks-flyout{position:absolute;top:calc(100% + .48rem);right:0;width:min(390px,92vw);z-index:45;border-radius:12px;padding:.72rem;box-shadow:0 20px 35px -28px #092146b3;display:grid;gap:.56rem}.tasks-flyout-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.6rem}.tasks-flyout-counter{margin:0;border:1px solid #d5e6ff;background:#f3f8ff;color:#2d5c92;border-radius:999px;padding:.22rem .52rem;font-size:.74rem;font-weight:700;white-space:nowrap}.tasks-create-form{display:grid;grid-template-columns:1fr auto;gap:.44rem;align-items:center}.tasks-input{width:100%;min-width:0;margin:0}.tasks-add-btn{display:inline-flex;align-items:center;gap:.3rem}.tasks-feedback{margin:0}.tasks-list-wrap{border:1px solid #dbe8fb;background:#f9fbff;border-radius:10px;max-height:320px;overflow:auto;padding:.35rem}.tasks-flyout-list{margin:0;padding:0;list-style:none;display:grid;gap:.3rem}.tasks-item{display:grid;grid-template-columns:auto 1fr;align-items:flex-start;gap:.46rem;padding:.34rem .25rem;border-radius:8px}.tasks-item.is-complete{background:#f1f6ff}.tasks-toggle-btn{width:26px;height:26px;border-radius:8px;border:1px solid #cadefc;background:#fff;color:#5d79a0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.tasks-toggle-btn:hover{background:#f0f6ff}.tasks-toggle-btn.is-complete{border-color:#b8dfc9;background:#eaf8f0;color:#257748}.tasks-item-copy{min-width:0}.tasks-item-title{margin:0;color:#214c80;font-size:.84rem;font-weight:700;overflow-wrap:anywhere}.tasks-item.is-complete .tasks-item-title{text-decoration:line-through;color:#6b86a9}.tasks-item-meta{margin:.08rem 0 0;color:#6a84a6;font-size:.72rem;font-weight:700}.tasks-flyout-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.tasks-clear-btn{padding:.56rem .64rem;font-size:.76rem}.tasks-clear-all-btn{border-color:#f0cad2;color:#943651;background:#fff5f8}.tasks-clear-all-btn:hover{background:#ffeef3}.quick-actions-fab-shell{position:fixed;right:1rem;bottom:calc(4.9rem + env(safe-area-inset-bottom));z-index:70;display:grid;justify-items:end;gap:.55rem}.quick-actions-fab-btn{border:0;border-radius:999px;padding:.76rem 1rem;color:#fff;background:linear-gradient(125deg,#69a7ff,#3d84ff);display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-weight:800;font-size:.82rem;letter-spacing:.01em;cursor:pointer;box-shadow:0 18px 24px -20px #143a79e6}.quick-actions-fab-btn:hover{filter:brightness(1.03)}.resident-app-fab-btn{width:58px;height:58px;padding:0;display:grid;place-items:center;border-radius:50%;aspect-ratio:1;box-shadow:0 18px 30px -16px #06183894,0 8px 16px -10px #0a26547a,inset 0 1px #ffffff3d}.resident-app-fab-shell{left:auto;right:1.05rem;bottom:calc(5.25rem + env(safe-area-inset-bottom))}.chat-panel-shell{position:relative}.help-callout{position:absolute;top:calc(100% + .48rem);right:0;width:min(360px,92vw);z-index:48;border-radius:12px;padding:.72rem;box-shadow:0 20px 35px -28px #092146b3;display:grid;gap:.5rem;transform-origin:top right;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px) scaleX(.58) scaleY(.08) skew(-9deg);filter:blur(.8px);transition:transform .3s cubic-bezier(.18,.82,.22,1.15),opacity .21s ease,filter .26s ease,visibility 0s linear .3s}.help-callout.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scaleX(1) scaleY(1) skew(0);filter:blur(0);transition:transform .3s cubic-bezier(.18,.82,.22,1.15),opacity .21s ease,filter .26s ease,visibility 0s linear 0s}.help-callout-head{display:grid;gap:.18rem}.help-callout-copy{margin:0;color:#2f5a8a;font-size:.82rem;line-height:1.5;white-space:pre-line}.help-callout-meta{margin:0;font-size:.74rem}.chat-trigger-btn{display:inline-flex;align-items:center;gap:.42rem;padding:.62rem .74rem;position:relative}.chat-unread-badge{min-width:1.3rem;height:1.3rem;padding:0 .28rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#ff6b6b,#e93333);color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.01em;box-shadow:0 8px 16px -10px #d21a1ae6,0 0 0 3px #ffffffb8;animation:chat-unread-pulse 1.6s ease-in-out infinite}@keyframes chat-unread-pulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.08);filter:brightness(1.08)}}.chat-panel{position:absolute;top:calc(100% + .48rem);right:0;width:min(860px,95vw);height:min(72vh,620px);z-index:48;border-radius:14px;padding:0;overflow:hidden;display:grid;grid-template-columns:280px 1fr;box-shadow:0 26px 45px -32px #0e2d5dbf}.chat-panel-contacts{border-right:1px solid #dbe7fb;background:#f8fbff;padding:.8rem .72rem .72rem;display:grid;grid-template-rows:auto auto 1fr;gap:.55rem}.chat-panel-contacts-header h3{margin-top:.1rem}.chat-search-wrap{border:1px solid #d7e4fb;background:#fff;border-radius:10px;padding:.42rem .58rem;display:grid;grid-template-columns:auto 1fr;gap:.4rem;align-items:center;color:#5d789c}.chat-search-input{border:0;background:transparent;color:inherit;font:inherit;width:100%;min-width:0;outline:none;font-size:.83rem}.chat-contacts-list-wrap{min-height:0;overflow:auto}.chat-contacts-list{margin:0;padding:0;list-style:none;display:grid;gap:.34rem}.chat-contact-btn{width:100%;border:1px solid #d8e5fb;background:#fff;border-radius:11px;padding:.52rem .58rem;display:grid;gap:.2rem;text-align:left;cursor:pointer}.chat-contact-btn:hover{background:#f4f9ff}.chat-contact-btn.is-active{border-color:#9ec4ff;background:#e9f3ff;box-shadow:inset 0 0 0 1px #5389e429}.chat-contact-main{display:flex;justify-content:space-between;gap:.45rem;align-items:center}.chat-contact-name{margin:0;font-size:.82rem;font-weight:800;color:#1f4f88}.chat-contact-role{margin:0;font-size:.69rem;font-weight:700;color:#5e7ea8}.chat-contact-preview{margin:.02rem 0 0;font-size:.74rem;color:#5c779c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-contact-time{margin:.02rem 0 0;font-size:.69rem;color:#7e95b5}.chat-panel-thread{display:grid;grid-template-rows:auto 1fr auto;min-width:0;min-height:0}.chat-thread-header{border-bottom:1px solid #dbe7fb;background:linear-gradient(180deg,#fff,#f7fbff);padding:.72rem .88rem}.chat-thread-contact-name{margin:0;font-size:.9rem;font-weight:800;color:#1f4f88}.chat-thread-contact-role{margin:.18rem 0 0;font-size:.72rem;color:#5f7fa8}.chat-thread-messages{min-height:0;overflow:auto;padding:.72rem .82rem;background:radial-gradient(circle at 0% 0%,rgba(64,133,255,.08),transparent 45%),radial-gradient(circle at 100% 100%,rgba(96,146,225,.07),transparent 42%),#fbfdff}.chat-message-list{margin:0;padding:0;list-style:none;display:grid;gap:.46rem}.chat-message-item{display:flex;justify-content:flex-start}.chat-message-item.is-mine{justify-content:flex-end}.chat-message-bubble{max-width:min(85%,520px);border:1px solid #d3e4ff;background:#fff;border-radius:14px;padding:.45rem .58rem .36rem;display:grid;gap:.16rem}.chat-message-item.is-mine .chat-message-bubble{border-color:#9cc2fb;background:linear-gradient(180deg,#eaf3ff,#deedff)}.chat-message-text{margin:0;font-size:.8rem;color:#1f4777;line-height:1.38;white-space:pre-wrap;overflow-wrap:anywhere}.chat-message-time{margin:0;font-size:.68rem;color:#6a86ac}.chat-thread-form{border-top:1px solid #dbe7fb;background:#fff;padding:.55rem .72rem;display:grid;grid-template-columns:1fr auto;gap:.48rem}.chat-thread-input{border:1px solid #d3e3fb;background:#fefeff;border-radius:10px;padding:.5rem .62rem;font:inherit;color:#1d426f;outline:none}.chat-thread-send-btn{display:inline-flex;align-items:center;gap:.3rem}.chat-thread-empty{min-height:0;display:grid;place-items:center;padding:1rem}.chat-error-message{margin:.15rem .7rem .7rem}.theme-dark .chat-panel{box-shadow:0 32px 52px -35px #020812f2}.theme-dark .topbar-help-btn{border-color:#2f4465;background:#112238;color:#bbd0ef}.theme-dark .topbar-help-btn:hover{background:#173050}.theme-dark .help-callout{border-color:#2f4465;background:linear-gradient(180deg,#0f1f34,#0b192c)}.theme-dark .help-callout-copy{color:#b8ceee}.theme-dark .chat-unread-badge{box-shadow:0 8px 16px -10px #ff4c4ce0,0 0 0 3px #0a1a2ce0}.theme-dark .chat-panel-contacts{border-right-color:#1f385f;background:#0f2742}.theme-dark .chat-search-wrap{border-color:#26446c;background:#122f50;color:#8daed3}.theme-dark .chat-contact-btn{border-color:#224066;background:#123155}.theme-dark .chat-contact-btn:hover{background:#173b63}.theme-dark .chat-contact-btn.is-active{border-color:#4d83c5;background:#1c436f}.theme-dark .chat-contact-name,.theme-dark .chat-thread-contact-name{color:#d5e8ff}.theme-dark .chat-contact-role,.theme-dark .chat-contact-preview,.theme-dark .chat-contact-time,.theme-dark .chat-thread-contact-role,.theme-dark .chat-message-time{color:#8caed6}.theme-dark .chat-panel-thread{background:#102947}.theme-dark .chat-thread-header,.theme-dark .chat-thread-form{border-color:#214068;background:#123155}.theme-dark .chat-thread-input{border-color:#2b4e76;background:#16385c;color:#d8ecff}.theme-dark .chat-thread-messages{background:radial-gradient(circle at 0% 0%,rgba(82,146,255,.14),transparent 45%),radial-gradient(circle at 100% 100%,rgba(76,124,196,.12),transparent 44%),#0f2742}.theme-dark .chat-message-bubble{border-color:#2e5078;background:#133558}.theme-dark .chat-message-item.is-mine .chat-message-bubble{border-color:#40689a;background:linear-gradient(180deg,#234e7f,#1f4a7a)}.theme-dark .chat-message-text{color:#d9ecff}@media (max-width: 980px){.chat-panel{position:fixed;top:4.3rem;right:.6rem;left:.6rem;width:auto;height:min(78vh,640px);grid-template-columns:1fr;grid-template-rows:240px 1fr}.chat-panel-contacts{border-right:0;border-bottom:1px solid #dbe7fb}.theme-dark .chat-panel-contacts{border-bottom-color:#1f385f}}.quick-actions-fab-menu{width:min(270px,88vw);border:1px solid #cee1fb;border-radius:12px;background:linear-gradient(180deg,#fff,#f5faff);box-shadow:0 20px 40px -30px #102d5db3;padding:.4rem;display:grid;gap:.2rem}.quick-actions-fab-option{border:1px solid transparent;border-radius:9px;background:transparent;color:#2b568f;font-size:.82rem;font-weight:700;padding:.58rem .62rem;text-align:left;display:inline-flex;align-items:center;gap:.44rem;cursor:pointer}.quick-actions-fab-option:hover{border-color:#cfe1fb;background:#edf5ff}.account-inline-card{border:1px solid #cfe2ff;border-radius:10px;background:linear-gradient(180deg,#f9fcff,#edf5ff);padding:.32rem .55rem;display:grid;gap:.08rem;min-width:220px}.account-inline-value{margin:.02rem 0;color:#244f83;font-size:.78rem;font-weight:700;line-height:1.28;overflow-wrap:anywhere}.account-inline-subvalue{margin:0;color:#5f7ea1;font-size:.74rem;font-weight:700;line-height:1.3;overflow-wrap:anywhere}.theme-switch{display:inline-flex;align-items:center;gap:.45rem;border:1px solid #cfe2ff;border-radius:999px;background:linear-gradient(180deg,#f8fbff,#eef5ff);color:#22528f;padding:.3rem .46rem;font-size:.76rem;font-weight:800;letter-spacing:.04em;-webkit-user-select:none;user-select:none;cursor:pointer;box-shadow:0 8px 18px -16px #174083c7;transition:border-color .18s ease,background .22s ease,box-shadow .22s ease}.theme-switch:hover{border-color:#bdd6fb;background:linear-gradient(180deg,#fff,#edf4ff);box-shadow:0 12px 22px -16px #1b4990cc}.theme-switch input{position:absolute;opacity:0;pointer-events:none}.theme-switch-track{width:56px;height:22px;border-radius:999px;border:1px solid #b8d4ff;background:linear-gradient(140deg,#cde2ff,#92bfff);position:relative;display:inline-flex;align-items:center;justify-content:space-between;padding:0 5px;overflow:hidden;transition:background .22s ease,border-color .22s ease}.theme-switch-thumb{width:18px;height:18px;border-radius:50%;background:linear-gradient(180deg,#fff,#f4f9ff);color:#d9831d;box-shadow:0 6px 14px -8px #183f7ee0,0 0 0 1px #c1d8f9e6;position:absolute;top:1px;left:1px;transform:translate(0);transition:transform .22s cubic-bezier(.22,1,.36,1),color .2s ease,background .2s ease,box-shadow .2s ease}.theme-switch-thumb-icon{width:100%;height:100%;display:inline-grid;place-items:center;transition:transform .24s cubic-bezier(.19,1,.22,1)}.theme-switch-icon{width:12px;height:12px;display:inline-grid;place-items:center;color:#f4fbff;opacity:.86;transform:scale(.95);transition:opacity .18s ease,transform .18s ease,color .18s ease}.theme-switch-icon-sun{color:#fff6cf}.theme-switch-icon-moon{color:#e4efff}.theme-switch input:checked+.theme-switch-track .theme-switch-thumb{transform:translate(34px);color:#7fa6ff;background:linear-gradient(180deg,#f8fbff,#eef4ff);box-shadow:0 7px 15px -8px #091e45e6,0 0 0 1px #89aaebdb,0 0 16px -6px #779defe6}.theme-switch input:checked+.theme-switch-track .theme-switch-thumb-icon{transform:rotate(20deg)}.theme-switch input:not(:checked)+.theme-switch-track .theme-switch-thumb-icon{transform:rotate(-14deg)}.theme-switch input:checked+.theme-switch-track{border-color:#4d6ea8;background:linear-gradient(140deg,#22395f,#182a48)}.theme-switch input:checked+.theme-switch-track .theme-switch-icon-sun{opacity:.38;transform:scale(.84)}.theme-switch input:checked+.theme-switch-track .theme-switch-icon-moon{opacity:1;transform:scale(1)}.theme-switch-label{min-width:42px;text-align:center}.ghost-btn{border:1px solid #cfe2ff;color:#22528f;background:#f4f9ff;padding:.72rem 1rem;border-radius:8px;font-weight:700;cursor:pointer}.ghost-btn:hover{background:#e9f3ff}.sidebar{height:calc(100dvh - 178px);min-height:360px;padding:.74rem;position:sticky;top:72px;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);gap:.4rem}.sidebar.compacto{padding:.75rem .5rem}.sidebar.compacto .kicker{display:none}.sidebar.compacto .side-nav-groups{gap:.36rem}.sidebar.compacto .main-nav{margin-top:0}.sidebar-controls{display:flex;justify-content:flex-end;margin-bottom:.45rem}.sidebar-toggle-btn{border:1px solid transparent;background:transparent;color:#6483a8;border-radius:7px;width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.sidebar-toggle-btn:hover{background:#edf4ff;border-color:#d2e2f8;color:#355d8f}.sidebar.compacto .sidebar-controls{justify-content:center}.side-nav-groups{display:grid;gap:.38rem;overflow:auto;min-height:0;padding-right:.18rem;align-content:start}.nav-group{display:grid;gap:.02rem;align-content:start}.nav-group+.nav-group{border-top:1px dashed #dbe8fa;padding-top:.26rem}.nav-group-label{margin:0 0 .38rem;color:#6a84a5;font-size:.63rem;font-weight:800;letter-spacing:.08em;padding:0 .3rem}.sidebar.compacto .nav-group-label{display:none}.sidebar.compacto .nav-group+.nav-group{padding-top:.2rem}.main-nav{display:grid;gap:.28rem;margin-top:.42rem;align-content:start}.side-nav-groups .main-nav{margin-top:0}.nav-link{display:flex;align-items:center;gap:.52rem;color:#3a5c83;background:transparent;width:100%;text-align:left;font-weight:700;font-size:.82rem;padding:.36rem .56rem;border-radius:7px;border:1px solid transparent;cursor:pointer;transition:all .18s ease}.sidebar.compacto .nav-link{justify-content:center;padding:.34rem .3rem}.nav-icon-wrap{width:1.46rem;height:1.46rem;border-radius:6px;display:inline-grid;place-items:center;background:#e6f1ff;color:#2d63af;flex-shrink:0;transition:inherit}.sidebar.compacto .nav-label{display:none}.nav-link:hover{background:#eaf3ff;color:#1e4f94;border-color:#d2e4ff}.nav-link:hover .nav-icon-wrap{background:#d7e8ff}.nav-link.active{background:linear-gradient(125deg,#66a4ff,#3f86ff);color:#fff;border-color:#4f8be5}.nav-link.active .nav-icon-wrap{background:#ffffff3b;color:#fff}.page-head{padding:.15rem .1rem .95rem}.stats-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.card{background:linear-gradient(180deg,var(--surface),var(--bg-soft));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.stat-card{padding:1rem}.card-title{margin:0;color:var(--text-soft);font-weight:700;font-size:.9rem}.card-value{margin:.45rem 0;font-size:1.8rem;font-weight:800;color:#1956b8}.card-detail{margin:0;color:var(--ok);font-size:.88rem}.content-grid{display:grid;gap:1rem;grid-template-columns:1.2fr 1fr}.smart-widget-grid{display:grid;gap:.72rem;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;margin-bottom:.95rem}.panel{padding:1rem 1.1rem}.smart-widget-card{display:grid;gap:.38rem;position:relative;overflow:hidden;padding:.68rem .78rem .72rem;min-width:0}.smart-widget-card:before{content:"";position:absolute;inset:0 auto auto 0;height:3px;width:100%;background:#8ab4ef}.smart-widget-head{display:flex;align-items:center;justify-content:space-between;gap:.44rem}.smart-widget-title-wrap{min-width:0;display:inline-flex;align-items:center;gap:.44rem}.smart-widget-head h3{margin:0;min-width:0;font-size:.86rem;line-height:1.15}.smart-widget-icon{width:1.55rem;height:1.55rem;border-radius:8px;display:inline-grid;place-items:center;background:#e5f0ff;color:#2d63a7}.smart-widget-value{margin:0;font-size:1.46rem;font-weight:800;color:#1f57a0;line-height:1;white-space:nowrap}.smart-widget-meta{margin:0;color:#567496;font-size:.7rem;font-weight:700}.smart-widget-meta-compact{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-widget-state-empty{margin:.18rem 0 0;font-size:.72rem;color:#567496}.smart-widget-state-chips{margin:.08rem 0 0;padding:0;list-style:none;display:grid;gap:.26rem;grid-template-columns:repeat(2,minmax(0,1fr))}.smart-widget-state-chip{display:flex;align-items:center;justify-content:space-between;gap:.4rem;min-width:0;padding:.3rem .4rem;border-radius:8px;border:1px solid #d6e5fb;background:#f4f8ff}.smart-widget-state-label{display:inline-flex;align-items:center;gap:.3rem;color:#3e5c7f;font-size:.65rem;font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-widget-state-count{display:inline-flex;align-items:baseline;gap:.16rem;color:#264971;font-size:.65rem;font-weight:800;white-space:nowrap}.smart-widget-state-share{color:#58769a;font-size:.58rem;font-weight:700}.smart-widget-state-dot{width:.36rem;height:.36rem;border-radius:999px;background:#9dbaf3}.smart-widget-state-chip.tone-pending{background:#ecf4ff;border-color:#cce0fc}.smart-widget-state-chip.tone-success{background:#eaf8f1;border-color:#cbeedb}.smart-widget-state-chip.tone-info{background:#e9f6fc;border-color:#cdeaf8}.smart-widget-state-chip.tone-warning{background:#fff4e6;border-color:#f8dfba}.smart-widget-state-chip.tone-danger{background:#fdeef2;border-color:#f4ced9}.smart-widget-state-chip.tone-deferred{background:#f2efff;border-color:#ddd3ff}.smart-widget-state-track{position:relative;width:100%;height:.3rem;border-radius:999px;border:1px solid #dbe8fb;background:#edf5ff;overflow:hidden}.smart-widget-state-fill{position:absolute;inset:0 auto 0 0;height:100%;border-radius:999px}.smart-widget-state-fill.tone-pending,.smart-widget-state-dot.tone-pending{background:#2f7fd8}.smart-widget-state-fill.tone-success,.smart-widget-state-dot.tone-success{background:#22a66a}.smart-widget-state-fill.tone-info,.smart-widget-state-dot.tone-info{background:#2f8bc9}.smart-widget-state-fill.tone-warning,.smart-widget-state-dot.tone-warning{background:#d39020}.smart-widget-state-fill.tone-danger,.smart-widget-state-dot.tone-danger{background:#c84f6f}.smart-widget-state-fill.tone-deferred,.smart-widget-state-dot.tone-deferred{background:#6553c2}.smart-widget-nav-btn{margin-top:.2rem;height:1.58rem;padding:0 .56rem;border-radius:999px;border:1px solid #cfe0f9;background:#f5f9ff;color:#2a5d99;font-size:.65rem;font-weight:800;justify-self:end;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.smart-widget-nav-btn:hover{background:#edf4ff;border-color:#bdd4f5}.smart-widget-nav-btn:disabled{opacity:.6;cursor:not-allowed}.smart-widget-card--visitas:before{background:linear-gradient(90deg,#2f7fd8,#66a6f0)}.smart-widget-card--reservas:before{background:linear-gradient(90deg,#24795c,#54b58e)}.smart-widget-card--mantenimiento:before{background:linear-gradient(90deg,#8a4fcb,#bc81f2)}.smart-widget-card--pagos:before{background:linear-gradient(90deg,#cc7e25,#f3b15e)}.smart-widget-card--paquetes:before{background:linear-gradient(90deg,#4e5ce6,#76a4ff)}.smart-widget-card--seguridad:before{background:linear-gradient(90deg,#2e5dc9,#6f94ef)}.smart-widget-card--visitas .smart-widget-icon{background:#e6f2ff;color:#2c6fb7}.smart-widget-card--reservas .smart-widget-icon{background:#e9f8ef;color:#1f734f}.smart-widget-card--mantenimiento .smart-widget-icon{background:#f2e9ff;color:#6a38b1}.smart-widget-card--pagos .smart-widget-icon{background:#fff3e3;color:#ab6313}.smart-widget-card--paquetes .smart-widget-icon{background:#edf0ff;color:#3f57cb}.smart-widget-card--seguridad .smart-widget-icon{background:#e8efff;color:#2f59b7}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.55rem}.panel-widget-filter-wrap{margin:0 0 .72rem}.panel-widget-filter-tabs{margin:0}.recent-activity-panel{display:grid;gap:.7rem}.recent-activity-list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.recent-activity-scroll{max-height:18rem;overflow-y:auto;padding-right:.08rem;scrollbar-width:none;-ms-overflow-style:none}.recent-activity-scroll::-webkit-scrollbar{width:0;height:0}.recent-activity-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:.68rem .75rem;border:1px solid #d8e7fd;border-radius:12px;background:#f5f9ff}.recent-activity-time{white-space:nowrap;color:#5e7da0;font-size:.74rem;font-weight:800}.recent-activity-copy{margin:0;font-size:.88rem;color:#274f7f}.recent-activity-tag{white-space:nowrap;border:1px solid #d0e2fc;border-radius:999px;background:#eaf3ff;color:#2b5a95;padding:.2rem .5rem;font-size:.71rem;font-weight:800}.panel-secondary-grid{display:grid;gap:.9rem;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}.units-insights-panel{display:grid;gap:.72rem;align-content:start}.units-insights-panel .panel-head{align-items:flex-start}.units-kpi-grid{display:grid;gap:.52rem;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.units-kpi{margin:0;border:1px solid #d8e7fc;border-radius:10px;background:#f5f9ff;padding:.52rem .6rem;align-content:start}.units-kpi-label{margin:0;color:#58779a;font-size:.73rem;font-weight:700}.units-kpi-value{margin:.14rem 0 0;color:#24558f;font-size:1.12rem;font-weight:800}.units-chart-grid{display:grid;gap:.56rem;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.units-chart-card{border:1px solid #d7e7fd;border-radius:10px;background:#f7fbff;padding:.56rem .58rem;display:grid;gap:.46rem;align-content:start}.units-chart-card h4{margin:0;color:#2b5485;font-size:.79rem;font-weight:800}.units-chart-list{display:grid;gap:.44rem}.units-chart-row{display:grid;gap:.2rem}.units-chart-row-head{margin:0;display:flex;justify-content:space-between;align-items:baseline;gap:.52rem;color:#4a6a8f;font-size:.72rem;font-weight:700}.units-chart-track{height:9px;border-radius:999px;background:#e4eefc;overflow:hidden}.units-chart-bar{display:block;height:100%;border-radius:inherit}.units-chart-bar.tone-renta{background:linear-gradient(90deg,#2e83dc,#6eb5ff)}.units-chart-bar.tone-estado{background:linear-gradient(90deg,#2f8d5e,#62c996)}.consultas-shell{display:grid;gap:.82rem}.consultas-tabs{margin-bottom:.18rem}.consultas-unit-panel{display:grid;gap:.7rem}.consultas-unit-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;flex-wrap:wrap}.consultas-unit-select{min-width:min(340px,100%)}.consultas-unit-select .crud-select{min-width:0;width:100%}.consultas-summary-grid{display:grid;gap:.82rem;grid-template-columns:repeat(4,minmax(0,1fr))}.consultas-summary-grid.is-area{grid-template-columns:repeat(2,minmax(0,1fr))}.consultas-summary-card{display:grid;gap:.3rem}.consultas-summary-head{display:flex;justify-content:space-between;align-items:center;gap:.55rem}.consultas-summary-head h3{margin:0;font-size:.88rem;color:#2d537e}.consultas-summary-icon,.consultas-module-icon{width:1.8rem;height:1.8rem;border-radius:8px;display:inline-grid;place-items:center;background:#e7f0ff;color:#2d63a7}.consultas-summary-value{margin:.04rem 0 .12rem;font-size:1.22rem;font-weight:800;color:#1f57a0}.consultas-summary-meta{margin:0;color:#5b7ca2;font-size:.79rem;font-weight:700}.consultas-data-grid{display:grid;gap:.82rem;grid-template-columns:repeat(2,minmax(0,1fr))}.consultas-module-card{display:grid;gap:.62rem}.consultas-module-head{display:flex;justify-content:space-between;align-items:center;gap:.55rem}.consultas-module-head h3{margin:0;color:#274e7e;font-size:.94rem}.consultas-table-wrap{overflow:auto;border:1px solid #d9e8ff;border-radius:10px;background:#f8fbff}.consultas-table{width:100%;border-collapse:collapse;min-width:500px}.consultas-table th,.consultas-table td{text-align:left;border-bottom:1px solid #e3eeff;padding:.5rem .62rem;font-size:.76rem}.consultas-table th{background:#edf4ff;color:#2d4e76;letter-spacing:.04em;font-size:.68rem}.consultas-chart-grid{display:grid;gap:.82rem;grid-template-columns:repeat(2,minmax(0,1fr))}.consultas-chart-card{display:grid;gap:.68rem}.consultas-chart-head{display:flex;justify-content:space-between;align-items:center;gap:.55rem}.consultas-chart-head h3{margin:0;color:#284f7f;font-size:.91rem}.consultas-chart-plot{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:.45rem;align-items:end;min-height:168px}.consultas-chart-column{display:grid;gap:.35rem;justify-items:center}.consultas-chart-track{width:100%;height:128px;border-radius:8px;background:linear-gradient(180deg,#eff5ff,#e2edff);border:1px solid #d3e2fa;display:flex;align-items:flex-end;overflow:hidden}.consultas-chart-bar{width:100%;border-radius:6px 6px 0 0;min-height:4px;background:linear-gradient(180deg,#62a0ff,#3e79dc)}.consultas-chart-bar.is-visits{background:linear-gradient(180deg,#64a7ff,#3f84e8)}.consultas-chart-bar.is-reservations{background:linear-gradient(180deg,#57bfc2,#29979a)}.consultas-chart-bar.is-maintenance{background:linear-gradient(180deg,#f1a25c,#da7b2c)}.consultas-chart-bar.is-payments{background:linear-gradient(180deg,#8f9afc,#5d67d9)}.consultas-chart-bar.is-amount{background:linear-gradient(180deg,#6ac487,#3f9660)}.consultas-chart-label{color:#607ea2;font-size:.68rem;font-weight:700}.consultas-chart-total{margin:0;color:#557499;font-size:.8rem}.consultas-pie-card{gap:.78rem}.consultas-pie-layout{display:grid;grid-template-columns:minmax(140px,180px) 1fr;gap:.85rem;align-items:center}.consultas-pie-chart{width:min(180px,100%);aspect-ratio:1;border-radius:50%;margin:0 auto;border:1px solid #cfe0fb;box-shadow:inset 0 1px #ffffff8c;display:grid;place-items:center}.consultas-pie-hole{width:58%;aspect-ratio:1;border-radius:50%;background:#f7fbff;border:1px solid #d8e6fb;display:grid;place-items:center;text-align:center;gap:.05rem}.consultas-pie-hole strong{color:#214a79;font-size:1.08rem;line-height:1}.consultas-pie-hole span{color:#6a84a7;font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.consultas-pie-legend{list-style:none;margin:0;padding:0;display:grid;gap:.42rem}.consultas-pie-legend-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;border:1px solid #dce8fc;background:#f8fbff;border-radius:8px;padding:.38rem .48rem}.consultas-pie-legend-swatch{width:11px;height:11px;border-radius:999px;box-shadow:0 0 0 1px #132d5926}.consultas-pie-legend-label{color:#2b4f7a;font-size:.8rem;font-weight:700;line-height:1.24}.consultas-pie-legend-value{color:#58759a;font-size:.75rem;font-weight:700;white-space:nowrap}.link-btn{border:0;background:transparent;cursor:pointer;color:var(--primary);font-weight:700;font-size:.88rem}.auth-inline-action{justify-self:start;padding:0;margin-top:-.2rem}.task-list,.activity-list{list-style:none;padding:0;margin:0;display:grid;gap:.65rem}.task-item,.activity-item{display:flex;justify-content:space-between;gap:.8rem;padding:.72rem .8rem;background:#f4f9ff;border:1px solid #d9e9ff;border-radius:12px}.task-title{margin:0;font-size:.95rem;font-weight:700}.task-meta{margin:.2rem 0 0;color:var(--text-soft);font-size:.82rem}.task-badge{white-space:nowrap;color:#1c4f9e;background:var(--primary-soft);border-radius:999px;padding:.33rem .62rem;font-weight:700;font-size:.78rem;align-self:center}.activity-item span{font-size:.78rem;color:var(--text-soft);font-weight:700;min-width:46px}.activity-item p{margin:0;font-size:.9rem;line-height:1.35}.objective-card{grid-column:span 2;display:grid;gap:.65rem}.objective-card p,.objective-card small{margin:0;color:var(--text-soft)}.progress-wrapper{display:flex;align-items:center;gap:.75rem}.progress-bar{flex:1;height:12px;border-radius:999px;overflow:hidden;background:#d5e7ff}.progress-fill{height:100%;width:68%;border-radius:inherit;background:linear-gradient(90deg,#73adff,#3a82ff)}.crud-shell{display:grid;gap:.8rem}.crud-description{margin:.42rem 0 0;color:var(--text-soft);font-size:.92rem}.crud-head-legend{margin-top:.56rem}.crud-license-legend{border:1px solid #d3e3fb;border-radius:10px;background:linear-gradient(180deg,#f7fbff,#edf4ff);padding:.52rem .62rem;display:flex;align-items:center;gap:.52rem}.crud-license-legend-icon{width:24px;height:24px;border-radius:7px;border:1px solid #c8dbf8;background:#e7f1ff;color:#2b5f9f;display:inline-grid;place-items:center;flex-shrink:0}.crud-license-legend-text{margin:0;color:#375a84;font-size:.82rem;line-height:1.25;display:inline-flex;align-items:center;flex-wrap:wrap;gap:.2rem}.crud-license-legend-text strong{color:#1f4f87}.crud-panel{display:grid;gap:.75rem}.crud-form-card{border:1px solid #d6e7ff;border-radius:10px;background:#f7fbff;padding:.8rem}.crud-form-head{display:grid;gap:.16rem;margin-bottom:.55rem}.crud-form-kicker{margin:0;color:#5f7ea1;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.crud-form-head h3{margin:0;font-size:.98rem}.crud-form-summary{margin:.04rem 0 0;color:#5d7d9f;font-size:.79rem;line-height:1.36}.crud-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.crud-form-grid-modal{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.58rem}.seguridad-crud-shell .crud-form-grid{align-items:start}.seguridad-crud-shell .crud-field{align-content:start;align-self:start}.crud-field{display:grid;gap:.32rem;color:#2b4f7a;font-size:.84rem;font-weight:700}.crud-field-wide{grid-column:1 / -1}.crud-form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:.55rem;margin-top:.15rem}.crud-toolbar{display:flex;gap:.7rem;align-items:center;flex-wrap:wrap}.crud-toolbar-search{flex:1 1 280px;min-width:240px;max-width:520px}.crud-toolbar-search .crud-input{width:100%;min-width:0}.crud-toolbar-search .crud-input,.crud-controls .crud-input,.crud-controls .crud-select,.consultas-unit-select .crud-select,.security-visits-search .crud-input{font-size:.8rem;line-height:1.2}.segmented-tabs{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.34rem;padding:.34rem;border:1px solid #d0e0f8;background:linear-gradient(180deg,#f9fbff,#eef5ff);border-radius:12px;box-shadow:inset 0 1px #fffc}.segmented-tab{display:inline-flex;align-items:center;gap:.42rem;border:1px solid transparent;background:transparent;color:#355b86;border-radius:8px;padding:.4rem .72rem;font-size:.8rem;font-weight:700;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.segmented-tab:hover{background:#eaf2ff}.segmented-tab.is-active{border-color:#c6daf8;background:#fff;color:#1f4f83;box-shadow:0 8px 16px -14px #1a437ab3}.segmented-tab-count{min-width:22px;height:20px;border-radius:999px;padding:0 .38rem;display:inline-grid;place-items:center;border:1px solid #d0ddf0;background:#eef3fb;color:#39597f;font-size:.72rem;font-weight:800}.segmented-tab.is-active .segmented-tab-count{border-color:#c8daf7;background:#edf4ff;color:#214f82}.visitas-segmented-tabs{margin:.1rem 0 .95rem}.crud-controls{display:flex;gap:.55rem;flex-wrap:wrap;align-items:center;margin-left:auto}.crud-input,.crud-select{height:40px;border:1px solid #cfe1ff;background:#f8fbff;border-radius:10px;color:#2b4f7a;font-size:.88rem;padding:0 .72rem}.crud-textarea{border:1px solid #cfe1ff;background:#f8fbff;border-radius:10px;color:#2b4f7a;font-size:.88rem;padding:.62rem .72rem;resize:vertical;font-family:inherit}.crud-richtext-wrap{display:grid;gap:.35rem}.crud-richtext-toolbar{display:flex;gap:.35rem;flex-wrap:wrap}.crud-richtext-btn{min-width:34px;height:30px;border:1px solid #cfe1ff;border-radius:8px;background:#eef5ff;color:#2d4f7a;font-size:.78rem;font-weight:800;cursor:pointer}.crud-richtext-btn:hover{background:#e2eeff}.crud-richtext-editor{min-height:140px;border:1px solid #cfe1ff;background:#f8fbff;border-radius:10px;color:#2b4f7a;font-size:.88rem;padding:.62rem .72rem;overflow:auto;line-height:1.45}.crud-richtext-editor:focus{outline:2px solid #9cc1ff;outline-offset:1px}.crud-richtext-editor:empty:before{content:attr(data-placeholder);color:#7a95b8}.crud-richtext-textarea{resize:vertical;font-family:inherit}.crud-input{min-width:240px}.crud-file-input-native{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}.crud-file-picker{min-height:40px;border:1px solid #cfe1ff;background:#f8fbff;border-radius:10px;padding:.28rem .42rem;display:flex;align-items:center;gap:.5rem}.crud-file-picker.is-disabled{opacity:.72}.crud-file-picker-btn{height:30px;border:1px solid #c8dbf8;border-radius:8px;background:#edf4ff;color:#224f85;font-size:.82rem;font-weight:700;padding:0 .68rem;cursor:pointer;flex:0 0 auto}.crud-file-picker-btn:hover{background:#e2eeff}.crud-file-picker-btn:disabled{cursor:not-allowed}.crud-file-picker-text{color:#47678f;font-size:.84rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.crud-actions{display:flex;gap:.55rem;align-items:center}.crud-clear-filters-btn{display:inline-flex;align-items:center;justify-content:center;gap:.36rem;white-space:nowrap}.crud-controls .crud-clear-filters-btn{width:40px;min-width:40px;height:40px;padding:0;border-radius:10px;flex:0 0 40px}.crud-meta{margin:0;color:var(--text-soft);font-size:.84rem}.crud-table-wrap{overflow:auto;border:1px solid #d9e8ff;border-radius:12px;background:#f8fbff}.crud-table{width:100%;border-collapse:collapse;min-width:700px}.crud-table th,.crud-table td{padding:.54rem .66rem;border-bottom:1px solid #e1edff;text-align:left;font-size:.8rem}.crud-table th{background:#edf4ff;color:#2d4e76;font-size:.74rem;letter-spacing:.04em}.crud-row-actions{display:flex;gap:.3rem;align-items:center;flex-wrap:wrap}.crud-table .mini-btn{padding:.28rem .48rem;font-size:.72rem;border-radius:5px}.crud-table .icon-action-btn{width:27px;height:27px}.crud-table .icon-action-btn svg{width:14px;height:14px}.crud-action-separator{width:1px;height:20px;background:#cfdff5;border-radius:999px;margin:0 .08rem}.mini-btn{border:1px solid #cde0ff;background:#f2f8ff;color:#1f4f8f;border-radius:6px;padding:.38rem .62rem;font-size:.78rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.icon-action-btn{width:31px;height:31px;padding:0;display:inline-flex;align-items:center;justify-content:center;line-height:1}.icon-action-btn svg{width:15px;height:15px;display:block;flex:none}.mini-btn:hover{background:#e6f1ff}.accent-btn{border-color:#cfe9da;color:#267550;background:#f3fbf6}.accent-btn:hover{background:#e9f7ef}.keygen-btn{border-color:#ead8b4;color:#855f16;background:#fff8ea}.keygen-btn:hover{background:#ffefd3}.danger-btn{border-color:#f0c9d0;color:#9f3452;background:#fff6f8}.danger-btn:hover{background:#ffeef2}.status-action-btn{font-size:.74rem;padding:.3rem .54rem}.status-action-ingreso{border-color:#c6e9d4;background:#edf9f2;color:#1f734c}.status-action-ingreso:hover{background:#dff3e9}.status-action-register{border-color:#e3d4fb;background:#f5efff;color:#6441a8}.status-action-register:hover{background:#ede2ff}.status-action-view-receipt{border-color:#cde8de;background:#edf8f2;color:#1f6d4a}.status-action-view-receipt:hover{background:#dff2e8}.status-action-print-receipt{border-color:#ead3f5;background:#f8efff;color:#663f97}.status-action-print-receipt:hover{background:#efd8ff}.status-action-salio{border-color:#cbe4ff;background:#edf5ff;color:#255f97}.status-action-salio:hover{background:#deecff}.status-action-denegado{border-color:#f0cad1;background:#fff4f7;color:#9b324e}.status-action-denegado:hover{background:#ffe9ef}.status-action-cancelado{border-color:#f2d6b7;background:#fff7eb;color:#9b5f1b}.status-action-cancelado:hover{background:#ffefd8}.status-action-historial{border-color:#d3deee;background:#f3f7fc;color:#3a5372}.status-action-historial:hover{background:#e6edf7}.payment-receipt-preview-wrap{margin-top:.7rem;border:1px solid #d8e8fd;border-radius:10px;background:#f5f9ff;padding:.6rem}.payment-receipt-paper{border:1px dashed #a9bfdf;border-radius:10px;padding:1rem;background:#fefefe}.payment-receipt-paper-header{text-align:center;margin-bottom:.9rem;border-bottom:1px dashed #bdd2ef;padding-bottom:.6rem}.payment-receipt-paper-title{font-size:1.1rem;font-weight:800;letter-spacing:.06em;margin:0;color:#13284c}.payment-receipt-paper-subtitle{margin:.2rem 0 0;color:#5c7397}.payment-receipt-paper-grid{display:grid;grid-template-columns:1fr 1fr;gap:.55rem 1.1rem}.payment-receipt-paper-grid p{display:flex;flex-direction:column;margin:0;gap:.2rem}.payment-receipt-paper-grid span{color:#54719a;font-size:.8rem}.payment-receipt-paper-grid strong{color:#13284c}.payment-receipt-paper-total{margin:.8rem 0 0;text-align:right;font-size:1.3rem}@media (max-width: 700px){.payment-receipt-paper-grid{grid-template-columns:1fr}}.payment-receipt-preview-image{width:min(560px,100%);height:auto;display:block;margin:0 auto;border-radius:8px;border:1px solid #d4e4fb;background:#fff}.status-chip{display:inline-flex;align-items:center;border:1px solid transparent;border-radius:999px;padding:.2rem .52rem;font-size:.75rem;font-weight:700}.status-chip-pendiente{border-color:#d4e3ff;background:#eef5ff;color:#2a588f}.status-chip-ingreso{border-color:#c6e9d4;background:#edf9f2;color:#1f734c}.status-chip-salio{border-color:#cbe4ff;background:#edf5ff;color:#255f97}.status-chip-denegado{border-color:#f0cad1;background:#fff4f7;color:#9b324e}.status-chip-cancelado{border-color:#f2d6b7;background:#fff7eb;color:#9b5f1b}.crud-empty{text-align:center;color:var(--text-soft)}.crud-cards-wrap{display:block}.crud-card-list{display:grid;gap:.65rem}.crud-card-item{border:1px solid #d8e6ff;border-radius:12px;background:#f8fbff;padding:.7rem;box-shadow:0 14px 30px -22px #143e8259}.crud-card-head{margin-bottom:.32rem}.crud-card-title{margin:0;font-size:.95rem;color:#17396b}.crud-card-fields{display:grid;gap:.45rem}.crud-card-field{display:grid;grid-template-columns:minmax(90px,40%) 1fr;align-items:baseline;gap:.65rem}.crud-card-label{color:#5f769a;font-size:.72rem;font-weight:700;letter-spacing:.03em;white-space:nowrap}.crud-card-value{color:#1c3f6f;font-size:.9rem;line-height:1.25;word-break:break-word;overflow-wrap:anywhere}.crud-card-actions{margin-top:.58rem;padding-top:.42rem;border-top:1px solid #dce8fb;display:flex;flex-wrap:wrap;gap:.38rem;justify-content:flex-start}.crud-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;padding:1rem;background:#10254373;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center}.crud-modal{width:min(760px,100%);max-height:calc(100dvh - 2rem);overflow:auto;border-radius:14px;box-shadow:0 28px 45px -35px #05152ed9}.crud-modal .crud-form-card{margin:0;border-radius:14px;border-color:#cfe2ff;background:#f8fbff;padding:.9rem .92rem}.crud-modal .crud-input,.crud-modal .crud-select,.crud-modal .crud-textarea{min-width:0;width:100%}.residentes-import-modal{width:min(560px,100%)}.residentes-import-form{grid-template-columns:1fr;gap:.72rem}.residentes-import-help{margin:0;padding:.5rem .62rem;border-radius:8px;border:1px solid #d3e4ff;background:#eef5ff;color:#55749b;font-size:.8rem;font-weight:500;line-height:1.38}.residentes-import-help strong{color:#294d78}.support-request-modal{width:min(620px,100%)}.support-request-form{grid-template-columns:1fr;gap:.72rem}.support-request-meta{margin:0}.visit-created-modal{width:min(420px,100%)}.visit-history-modal{width:min(560px,100%)}.visit-history-list{margin-top:.7rem;display:grid;gap:.55rem;max-height:min(430px,52dvh);overflow:auto;padding-right:.2rem}.visit-history-item{border:1px solid #d8e5f8;background:#f5f9ff;border-radius:10px;padding:.55rem .62rem;display:grid;gap:.24rem}.visit-history-head{margin:0;color:#2c4f7a;font-size:.76rem;font-weight:700}.visit-history-change{margin:0;color:#27486f;font-size:.84rem}.generated-key-modal{width:min(480px,100%)}.generated-key-card{margin:0;border-radius:14px;border-color:#d7e4fb;background:#f8fbff}.generated-key-email{margin:0}.generated-key-value{margin:.55rem 0 0;border:1px dashed #bfd1ee;border-radius:10px;padding:.7rem .75rem;background:#eef5ff;color:#173860;font-size:1.15rem;font-weight:800;letter-spacing:.06em;text-align:center}.generated-key-help{margin-top:.62rem}.visit-history-comment{margin:0;color:#546f90;font-size:.79rem}.visit-qr-wrap{margin-top:.6rem;display:grid;place-items:center}.visit-qr-image{width:220px;height:220px;border-radius:10px;border:1px solid #d2e4ff;background:#fff}.area-form-grid{align-items:start}.area-form-full{grid-column:1 / -1}.area-availability-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.45rem}.area-availability-head .mini-btn{display:inline-flex;align-items:center;gap:.28rem}.area-slot-editor-list{display:grid;gap:.5rem}.area-slot-editor-row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(110px,1fr) minmax(110px,1fr) auto;gap:.5rem;align-items:center}.area-slot-editor-row .crud-input,.area-slot-editor-row .crud-select{min-width:0;width:100%}.unsplash-panel{display:grid;gap:.55rem}.unsplash-search-row{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center}.unsplash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.45rem}.unsplash-card{border:1px solid #d7e8ff;background:#f7fbff;border-radius:10px;padding:.3rem;cursor:pointer;display:grid;gap:.3rem;text-align:left;color:#2c578a;font-size:.74rem;font-weight:700}.unsplash-card:hover{background:#eef6ff}.unsplash-card img{width:100%;height:80px;object-fit:cover;border-radius:7px}.area-photo-preview{border:1px solid #d6e7ff;background:#f4f9ff;border-radius:10px;padding:.55rem;display:grid;gap:.45rem;justify-items:start}.area-photo-preview img{width:min(260px,100%);height:auto;border-radius:8px;display:block;border:1px solid #d6e7ff}.areas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.8rem}.area-card{border:1px solid #d6e7ff;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#fff,#f6fbff);box-shadow:0 15px 28px -24px #123a7473}.area-card-media{position:relative;min-height:150px;background:#eaf2ff}.area-card-image{width:100%;height:150px;object-fit:cover;display:block}.area-card-image-fallback{min-height:150px;display:grid;place-items:center;gap:.35rem;color:#4c6b97;font-weight:700;font-size:.84rem}.area-card-badge{position:absolute;top:.65rem;left:.65rem;padding:.26rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700}.area-card-badge.is-open{background:#e9f9ef;color:#1f7a4f;border:1px solid #caecd9}.area-card-badge.is-closed{background:#fff3f6;color:#9e3a55;border:1px solid #f2d1da}.area-card-content{padding:.75rem;display:grid;gap:.45rem}.area-card-description{margin:0;color:var(--text-soft);font-size:.84rem;min-height:2.2rem}.area-card-meta{margin:0;color:#2f5987;font-size:.82rem;font-weight:700}.area-card-schedule{border:1px solid #d9e6f8;background:#f8fbff;border-radius:10px;padding:.48rem .58rem;display:grid;gap:.35rem}.area-card-schedule-summary{margin:0;color:#2c537e;font-size:.79rem;font-weight:700}.area-card-schedule-details summary{cursor:pointer;color:#3a658f;font-size:.76rem;font-weight:700;list-style:none}.area-card-schedule-details summary::-webkit-details-marker{display:none}.area-card-schedule-details summary:after{content:"▾";margin-left:.35rem;font-size:.72rem}.area-card-schedule-details[open] summary:after{content:"▴"}.area-card-schedule-list{margin-top:.35rem;display:grid;gap:.3rem}.area-card-schedule-row{margin:0;display:flex;justify-content:space-between;align-items:center;gap:.6rem;color:#315981;font-size:.76rem}.area-card-schedule-row strong{font-size:.75rem;color:#24496f}.area-pagination{justify-content:flex-end}.status-bar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:1rem;align-items:center;padding:.7rem 1rem;color:#2e4d76;background:linear-gradient(180deg,#f8fbff,#edf3ff);border-top:1px solid var(--line);font-size:.84rem;position:sticky;bottom:0}.status-bar-section{display:flex;align-items:center;gap:.65rem;min-width:0}.status-bar-start{justify-self:start}.status-bar-center{justify-self:center}.status-bar-end{justify-self:end;justify-content:flex-end}.status-account-card{min-width:280px;padding:.38rem .62rem;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:.52rem;row-gap:0}.status-account-icon{width:28px;height:28px;border-radius:9px;border:1px solid #c9daf7;background:#edf4ff;color:#2f598f;display:inline-grid;place-items:center;flex-shrink:0}.status-account-icon.is-admin{border-color:#bfd7f8;background:#edf4ff;color:#2f598f}.status-account-icon.is-gerente{border-color:#cad5f3;background:#f1f4fc;color:#3a4f80}.status-account-icon.is-seguridad{border-color:#c7dce3;background:#eef7f9;color:#2f5f6f}.status-account-icon.is-mantenimiento{border-color:#e6d3be;background:#fff6ec;color:#8a5b26}.status-account-icon.is-residente{border-color:#d3d3f2;background:#f4f3ff;color:#4b4b88}.staff-role-cell{display:inline-flex;align-items:center;gap:.38rem;font-weight:700}.staff-role-icon{width:22px;height:22px;border-radius:7px}.status-account-main{display:grid;gap:.06rem;min-width:0}.status-account-main .account-inline-value,.status-account-building{margin:0}.status-trial-badge{display:inline-flex;align-items:center;gap:.46rem;padding:.32rem .58rem;border-radius:999px;border:1px solid #c9daf7;background:#edf4ff;color:#2c578d;font-size:.76rem;font-weight:700;white-space:nowrap}.status-trial-badge strong{font-weight:800}.status-trial-date{color:#4f729d;font-weight:700}.status-trial-badge.is-active{border-color:#c9daef;background:#eef4fb;color:#2f587f}.status-trial-badge.is-warning{border-color:#f2d6b7;background:#fff7eb;color:#9b5f1b}.status-trial-badge.is-expired{border-color:#e4c2cd;background:#fff3f6;color:#94425a}.status-trial-badge.is-checking{border-color:#cfdbef;background:#edf3fb;color:#3d5f89}.status-bar-meta{color:#47668d;font-weight:700;font-size:.8rem}.status-support-btn{display:inline-flex;align-items:center;gap:.36rem;padding:.48rem .72rem;font-size:.76rem;white-space:nowrap}.status-support-feedback{color:#355f93;font-size:.75rem;font-weight:700}.supabase-status-badge{display:inline-flex;align-items:center;gap:.38rem;padding:.24rem .5rem;border-radius:999px;border:1px solid #c8dbfb;background:#edf4ff;color:#2f588e;font-weight:700;font-size:.76rem}.supabase-status-badge.is-secure{border-color:#b9e1ca;background:#edf9f2;color:#20744c}.supabase-status-badge.is-checking{border-color:#cfdbef;background:#edf3fb;color:#3d5f89}.supabase-status-badge.is-offline{border-color:#e4c2cd;background:#fff3f6;color:#94425a}.app-shell.theme-dark{--bg: #070d17;--bg-soft: #121b2c;--surface: #0f1a2b;--line: #293750;--primary: #5a95ff;--primary-soft: #1a3357;--text: #dfeaff;--text-soft: #98afd1;--ok: #83c2ff;--shadow: 0 20px 35px -30px rgba(0, 0, 0, .85);color:var(--text);background:radial-gradient(circle at 10% 0%,rgba(33,70,120,.34) 0%,transparent 45%),radial-gradient(circle at 100% 0%,rgba(29,51,90,.34) 0%,transparent 36%),linear-gradient(165deg,#070d17,#0b1422 45%,#0f1a2c)}.app-shell.theme-dark .app-topbar{background:linear-gradient(180deg,#0e1a2c,#0a1323);border-bottom-color:#24344d}.app-shell.theme-dark .theme-switch{border-color:#31496e;background:linear-gradient(180deg,#12243b,#102036);color:#bfd2f1;box-shadow:0 10px 22px -16px #040e1fe6}.app-shell.theme-dark .tasks-trigger-btn{border-color:#2f4465;background:#112238;color:#bbd0ef}.app-shell.theme-dark .tasks-trigger-btn:hover{background:#173050}.app-shell.theme-dark .tasks-count-badge{background:#23426d;color:#d7e8ff}.app-shell.theme-dark .tasks-flyout{background:linear-gradient(180deg,#0f1f34,#0b192c);border-color:#2d4261}.app-shell.theme-dark .tasks-flyout-counter{border-color:#324b6d;background:#132842;color:#bfd5f4}.app-shell.theme-dark .tasks-list-wrap{border-color:#2f4465;background:#102035}.app-shell.theme-dark .tasks-item.is-complete{background:#162943}.app-shell.theme-dark .tasks-toggle-btn{border-color:#35527a;background:#132844;color:#a5c0e5}.app-shell.theme-dark .tasks-toggle-btn:hover{background:#18355a}.app-shell.theme-dark .tasks-toggle-btn.is-complete{border-color:#2f6a50;background:#123b2c;color:#91ddaf}.app-shell.theme-dark .tasks-item-title{color:#cfe0fb}.app-shell.theme-dark .tasks-item.is-complete .tasks-item-title{color:#88a2c4}.app-shell.theme-dark .tasks-item-meta{color:#87a2c6}.app-shell.theme-dark .tasks-clear-all-btn{border-color:#6d3f4d;background:#3a1f2a;color:#f1b8ca}.app-shell.theme-dark .tasks-clear-all-btn:hover{background:#4a2834}.app-shell.theme-dark .quick-actions-fab-btn{background:linear-gradient(125deg,#5f9aff,#356bcb);color:#f2f7ff}.app-shell.theme-dark .quick-actions-fab-menu{border-color:#304866;background:linear-gradient(180deg,#102239,#0d1c30)}.app-shell.theme-dark .quick-actions-fab-option{color:#c2d8f9}.app-shell.theme-dark .quick-actions-fab-option:hover{border-color:#355279;background:#163151}.app-shell.theme-dark .account-inline-card{border-color:#324868;background:linear-gradient(180deg,#122339,#102036)}.app-shell.theme-dark .account-inline-value{color:#d9e7ff}.app-shell.theme-dark .account-inline-subvalue{color:#9fb8d9}.app-shell.theme-dark .status-account-icon{border-color:#375175;background:#173154;color:#c8dcfa}.app-shell.theme-dark .status-account-icon.is-admin{border-color:#35527b;background:#17365f;color:#c8ddff}.app-shell.theme-dark .status-account-icon.is-gerente{border-color:#3f4f75;background:#1d2f4d;color:#d4ddf3}.app-shell.theme-dark .status-account-icon.is-seguridad{border-color:#36526a;background:#153248;color:#c8e0ef}.app-shell.theme-dark .status-account-icon.is-mantenimiento{border-color:#65533f;background:#3a2a19;color:#efdbbf}.app-shell.theme-dark .status-account-icon.is-residente{border-color:#4c4f7b;background:#26284f;color:#d7d8ff}.app-shell.theme-dark .theme-switch-track{border-color:#4f6990;background:linear-gradient(140deg,#2c4773,#1f365c)}.app-shell.theme-dark .theme-switch-thumb{background:linear-gradient(180deg,#f9fbff,#edf3ff)}.app-shell.theme-dark .theme-switch input:checked+.theme-switch-track{border-color:#6178a4;background:linear-gradient(140deg,#162338,#101a2b)}.app-shell.theme-dark .theme-switch-icon-sun{color:#ffe6a8}.app-shell.theme-dark .theme-switch-icon-moon{color:#e7f1ff}.app-shell.theme-dark .ghost-btn{border-color:#31455f;color:#b6caea;background:#122339}.app-shell.theme-dark .ghost-btn:hover{background:#173050}.app-shell.theme-dark .card,.app-shell.theme-dark .panel{background:linear-gradient(180deg,#101d31,#0d1728);border-color:#283850}.app-shell.theme-dark .smart-widget-icon{background:#1a3355;color:#b8d2f8}.app-shell.theme-dark .smart-widget-value{color:#d2e4ff}.app-shell.theme-dark .smart-widget-meta,.app-shell.theme-dark .smart-widget-state-empty{color:#8ca8cd}.app-shell.theme-dark .smart-widget-state-label{color:#9bb6da}.app-shell.theme-dark .smart-widget-state-count{color:#cce0ff}.app-shell.theme-dark .smart-widget-state-share{color:#89a4c7}.app-shell.theme-dark .smart-widget-state-track{border-color:#2c4667;background:#122743}.app-shell.theme-dark .smart-widget-state-fill.tone-pending,.app-shell.theme-dark .smart-widget-state-dot.tone-pending{background:#6ba0e6}.app-shell.theme-dark .smart-widget-state-fill.tone-success,.app-shell.theme-dark .smart-widget-state-dot.tone-success{background:#39ba82}.app-shell.theme-dark .smart-widget-state-fill.tone-info,.app-shell.theme-dark .smart-widget-state-dot.tone-info{background:#4eb0e8}.app-shell.theme-dark .smart-widget-state-fill.tone-warning,.app-shell.theme-dark .smart-widget-state-dot.tone-warning{background:#e5a94f}.app-shell.theme-dark .smart-widget-state-fill.tone-danger,.app-shell.theme-dark .smart-widget-state-dot.tone-danger{background:#d06d86}.app-shell.theme-dark .smart-widget-state-fill.tone-deferred,.app-shell.theme-dark .smart-widget-state-dot.tone-deferred{background:#9386e8}.app-shell.theme-dark .smart-widget-state-chip{border-color:#2c4363;background:#14283f}.app-shell.theme-dark .smart-widget-state-chip.tone-pending{background:#12345a;border-color:#2f547e}.app-shell.theme-dark .smart-widget-state-chip.tone-success{background:#153d32;border-color:#2f5f4f}.app-shell.theme-dark .smart-widget-state-chip.tone-info{background:#12364f;border-color:#2f5878}.app-shell.theme-dark .smart-widget-state-chip.tone-warning{background:#433017;border-color:#6b4d26}.app-shell.theme-dark .smart-widget-state-chip.tone-danger{background:#482233;border-color:#6c3a4e}.app-shell.theme-dark .smart-widget-state-chip.tone-deferred{background:#34285b;border-color:#57498a}.app-shell.theme-dark .smart-widget-state-label{color:#bdd3ef}.app-shell.theme-dark .smart-widget-state-count{color:#d8e8ff}.app-shell.theme-dark .smart-widget-state-share{color:#9eb9db}.app-shell.theme-dark .smart-widget-nav-btn{border-color:#2a4262;background:#172d49;color:#b8d2f6}.app-shell.theme-dark .smart-widget-nav-btn:hover{background:#1b3555;border-color:#375581}.app-shell.theme-dark .smart-widget-card--visitas .smart-widget-icon{background:#173a5f;color:#b7d9ff}.app-shell.theme-dark .smart-widget-card--reservas .smart-widget-icon{background:#163f31;color:#b7edd0}.app-shell.theme-dark .smart-widget-card--mantenimiento .smart-widget-icon{background:#332158;color:#ddc8ff}.app-shell.theme-dark .smart-widget-card--pagos .smart-widget-icon{background:#4a3219;color:#ffd6ac}.app-shell.theme-dark .recent-activity-item{border-color:#2b4260;background:#112239}.app-shell.theme-dark .recent-activity-time{color:#8ea9cd}.app-shell.theme-dark .recent-activity-copy{color:#c8dcfb}.app-shell.theme-dark .recent-activity-tag{border-color:#345177;background:#183357;color:#b7d4fb}.app-shell.theme-dark .units-kpi{border-color:#304764;background:#11253c}.app-shell.theme-dark .units-kpi-label{color:#8ca7cc}.app-shell.theme-dark .units-kpi-value{color:#c8dcfa}.app-shell.theme-dark .units-chart-card{border-color:#304867;background:#12263f}.app-shell.theme-dark .units-chart-card h4{color:#bfd8fa}.app-shell.theme-dark .units-chart-row-head{color:#8eaace}.app-shell.theme-dark .units-chart-track{background:#1d3652}.app-shell.theme-dark .payment-receipt-preview-wrap{border-color:#304867;background:#12263f}.app-shell.theme-dark .payment-receipt-paper{border-color:#334c71;background:#111f35}.app-shell.theme-dark .payment-receipt-paper-header{border-bottom-color:#304867}.app-shell.theme-dark .payment-receipt-paper-title{color:#d7e7ff}.app-shell.theme-dark .payment-receipt-paper-subtitle{color:#8faed2}.app-shell.theme-dark .payment-receipt-paper-grid span{color:#91aed2}.app-shell.theme-dark .payment-receipt-paper-grid strong{color:#d8e8ff}.app-shell.theme-dark .status-action-print-receipt{border-color:#443267;background:#2a153f;color:#c7a6e6}.app-shell.theme-dark .status-action-print-receipt:hover{background:#3a1c53}.app-shell.theme-dark .payment-receipt-preview-image{border-color:#3a5578;background:#0e1d30}.app-shell.theme-dark .task-item,.app-shell.theme-dark .activity-item{background:#102236;border-color:#2a3f5b}.app-shell.theme-dark .task-badge{background:#1a355a;color:#c2d9ff}.app-shell.theme-dark .nav-link{color:#aec4e6}.app-shell.theme-dark .nav-icon-wrap{background:#1b3356;color:#b9d2f7}.app-shell.theme-dark .nav-link:hover{background:#162a45;color:#d6e6ff;border-color:#2f4564}.app-shell.theme-dark .nav-link:hover .nav-icon-wrap{background:#234470}.app-shell.theme-dark .nav-link.active{background:linear-gradient(125deg,#4f82d6,#385f9c);border-color:#547dbd}.app-shell.theme-dark .segmented-tabs{border-color:#2f4668;background:linear-gradient(180deg,#142742,#102136);box-shadow:inset 0 1px #ffffff0a}.app-shell.theme-dark .segmented-tab{color:#a9c3e8}.app-shell.theme-dark .segmented-tab:hover{background:#183252;color:#d0e2ff}.app-shell.theme-dark .segmented-tab.is-active{border-color:#37567f;background:#1b3656;color:#e1edff;box-shadow:0 8px 16px -14px #0f1a2cf2}.app-shell.theme-dark .segmented-tab-count{border-color:#355278;background:#183455;color:#b8d2f6}.app-shell.theme-dark .segmented-tab.is-active .segmented-tab-count{border-color:#4d72a5;background:#28476f;color:#e6f0ff}.theme-dark .segmented-tabs{border-color:#2f4668;background:linear-gradient(180deg,#142742,#102136)}.theme-dark .segmented-tab{color:#a9c3e8}.theme-dark .segmented-tab.is-active{border-color:#37567f;background:#1b3656;color:#e1edff}.app-shell.theme-dark .options-tabs.segmented-tabs{border-color:#35507a;background:linear-gradient(180deg,#17304f,#12253d)}.app-shell.theme-dark .options-tabs .segmented-tab{color:#b4cbeb}.app-shell.theme-dark .options-tabs .segmented-tab:hover{background:#1e3a5d;color:#deebff}.app-shell.theme-dark .options-tabs .segmented-tab.is-active{border-color:#4a6ea2;background:#27476f;color:#f1f7ff}.app-shell.theme-dark .options-tabs .segmented-tab-count{border-color:#466795;background:#22415f;color:#c9def9}.app-shell.theme-dark .options-tabs .segmented-tab.is-active .segmented-tab-count{border-color:#6385b8;background:#325579;color:#f4f8ff}.app-shell.theme-dark .nav-group+.nav-group{border-top-color:#2e4464}.app-shell.theme-dark .nav-group-label{color:#7f98bb}.app-shell.theme-dark .sidebar-toggle-btn{border-color:transparent;background:transparent;color:#8ea7ca}.app-shell.theme-dark .sidebar-toggle-btn:hover{background:#162b45;border-color:#314968;color:#d9e6ff}.app-shell.theme-dark .crud-form-card{border-color:#2f4465;background:#102035}.app-shell.theme-dark .crud-form-kicker,.app-shell.theme-dark .crud-form-summary{color:#8ea9cd}.app-shell.theme-dark .crud-field{color:#b8ccea}.app-shell.theme-dark .crud-input,.app-shell.theme-dark .crud-select,.app-shell.theme-dark .crud-textarea{border-color:#2f4668;background:#0f1f33;color:#d8e6ff}.app-shell.theme-dark .crud-file-picker{border-color:#2f4668;background:#0f1f33}.app-shell.theme-dark .crud-file-picker-btn{border-color:#35507a;background:#173153;color:#cde1ff}.app-shell.theme-dark .crud-file-picker-btn:hover{background:#21426d}.app-shell.theme-dark .crud-file-picker-text{color:#9fb7d8}.app-shell.theme-dark .crud-richtext-btn{border-color:#2f4668;background:#142742;color:#c7daf8}.app-shell.theme-dark .crud-richtext-btn:hover{background:#1b3458}.app-shell.theme-dark .crud-richtext-editor{border-color:#2f4668;background:#0f1f33;color:#d8e6ff}.app-shell.theme-dark .crud-richtext-editor:focus{outline-color:#5f87c0}.app-shell.theme-dark .crud-richtext-editor:empty:before{color:#88a1c6}.app-shell.theme-dark .crud-table-wrap{border-color:#2f4462;background:#0d1a2d}.app-shell.theme-dark .crud-table th,.app-shell.theme-dark .crud-table td{border-bottom-color:#293d59}.app-shell.theme-dark .crud-table td{color:#d2e2fb}.app-shell.theme-dark .crud-table th{background:#12263e;color:#bdd2f1}.app-shell.theme-dark .crud-description,.app-shell.theme-dark .crud-meta,.app-shell.theme-dark .crud-empty{color:#9fb6d8}.app-shell.theme-dark .crud-license-legend{border-color:#2e4465;background:linear-gradient(180deg,#102036,#0f1d31)}.app-shell.theme-dark .crud-license-legend-icon{border-color:#385074;background:#173154;color:#c5dbfb}.app-shell.theme-dark .crud-license-legend-text{color:#aac0df}.app-shell.theme-dark .crud-license-legend-text strong{color:#d4e4ff}.app-shell.theme-dark .crud-input::placeholder,.app-shell.theme-dark .crud-textarea::placeholder{color:#88a1c6}.app-shell.theme-dark .consultas-summary-head h3,.app-shell.theme-dark .consultas-module-head h3,.app-shell.theme-dark .consultas-chart-head h3{color:#cfe0fa}.app-shell.theme-dark .consultas-summary-icon,.app-shell.theme-dark .consultas-module-icon{background:#1a3355;color:#b8d2f8}.app-shell.theme-dark .consultas-summary-value{color:#d2e4ff}.app-shell.theme-dark .consultas-summary-meta,.app-shell.theme-dark .consultas-chart-total,.app-shell.theme-dark .consultas-chart-label{color:#8ea9cd}.app-shell.theme-dark .consultas-table-wrap{border-color:#2f4462;background:#0d1a2d}.app-shell.theme-dark .consultas-table th,.app-shell.theme-dark .consultas-table td{border-bottom-color:#293d59}.app-shell.theme-dark .consultas-table td{color:#d2e2fb}.app-shell.theme-dark .consultas-table th{background:#12263e;color:#bdd2f1}.app-shell.theme-dark .consultas-chart-track{border-color:#2f4567;background:linear-gradient(180deg,#13243c,#0f2036)}.app-shell.theme-dark .consultas-pie-chart{border-color:#2f4567}.app-shell.theme-dark .consultas-pie-hole{background:#13243d;border-color:#2e4466}.app-shell.theme-dark .consultas-pie-hole strong{color:#d0e3ff}.app-shell.theme-dark .consultas-pie-hole span{color:#8ea9cd}.app-shell.theme-dark .consultas-pie-legend-item{border-color:#2f4462;background:#0f2036}.app-shell.theme-dark .consultas-pie-legend-label{color:#cfe0fa}.app-shell.theme-dark .consultas-pie-legend-value{color:#8ea9cd}.app-shell.theme-dark .mini-btn{border-color:#345079;background:#173152;color:#c2d9ff}.app-shell.theme-dark .mini-btn:hover{background:#1f416b}.app-shell.theme-dark .crud-modal .crud-form-card{border-color:#2e4364;background:#102036}.app-shell.theme-dark .options-head,.app-shell.theme-dark .options-info-panel,.app-shell.theme-dark .options-subscription-panel,.app-shell.theme-dark .options-support-panel,.app-shell.theme-dark .options-params-panel{border-color:#2f4669;background:#102136}.app-shell.theme-dark .options-info-item,.app-shell.theme-dark .options-params-item{border-color:#2f4668;background:#14283f}.app-shell.theme-dark .options-info-icon{background:#1a3555;color:#bdd4f5}.app-shell.theme-dark .options-info-label{color:#8ea9cd}.app-shell.theme-dark .options-info-value{color:#d2e4ff}.app-shell.theme-dark .options-subscription-head .crud-description,.app-shell.theme-dark .options-support-head .crud-description{color:#9fb6d8}.app-shell.theme-dark .options-plan-card{border-color:#2f4668;background:linear-gradient(180deg,#142843,#102136)}.app-shell.theme-dark .options-plan-card.is-featured{border-color:#4b6ea2;background:linear-gradient(176deg,#1a3455,#142a44);box-shadow:0 18px 30px -30px #061021f2}.app-shell.theme-dark .options-plan-card.is-current{outline-color:#5f87c0}.app-shell.theme-dark .options-plan-card h4{color:#dbe9ff}.app-shell.theme-dark .options-plan-units{color:#9db7db}.app-shell.theme-dark .options-plan-price{color:#e4efff}.app-shell.theme-dark .options-plan-period{color:#adc6e8}.app-shell.theme-dark .options-plan-billing-note{color:#8ea9cd}.app-shell.theme-dark .options-support-table-wrap{border-color:#2f4462;background:#0d1a2d}.app-shell.theme-dark .options-support-message{color:#d2e2fb}.app-shell.theme-dark .options-support-actions{color:#c4d8f7}.app-shell.theme-dark .options-notification-item{color:#c6dbf9}.app-shell.theme-dark .options-diagnostic-kpi{border-color:#304969;background:#132642}.app-shell.theme-dark .options-diagnostic-inline-state .status-chip{border-color:#35527a;background:#193258;color:#c8dcf8}.app-shell.theme-dark .residentes-import-help{border-color:#36527a;background:#203c6257;color:#b7cce8}.app-shell.theme-dark .residentes-import-help strong{color:#d7e6ff}.app-shell.theme-dark .support-request-meta{color:#9fb7d7}.app-shell.theme-dark .status-bar{color:#b4c8e8;background:linear-gradient(180deg,#0c1729,#0a1322);border-top-color:#22344d}.app-shell.theme-dark .status-bar-meta{color:#9db5d7}.app-shell.theme-dark .status-trial-badge{border-color:#3c5475;background:#142b47;color:#a8c1e4}.app-shell.theme-dark .status-trial-date{color:#b9cdec}.app-shell.theme-dark .status-trial-badge.is-active{border-color:#3d587a;background:#152c47;color:#b5cdea}.app-shell.theme-dark .status-trial-badge.is-warning{border-color:#6b4f2e;background:#332313;color:#ffdcb0}.app-shell.theme-dark .status-trial-badge.is-expired{border-color:#654052;background:#3a1e2a;color:#efb8ca}.app-shell.theme-dark .status-support-feedback{color:#b8cdee}.app-shell.theme-dark .supabase-status-badge{border-color:#35506f;background:#11253d;color:#bdd4f5}.app-shell.theme-dark .supabase-status-badge.is-secure{border-color:#2f5f49;background:#123828;color:#9bdfba}.app-shell.theme-dark .supabase-status-badge.is-checking{border-color:#3c5475;background:#142b47;color:#a8c1e4}.app-shell.theme-dark .supabase-status-badge.is-offline{border-color:#654052;background:#3a1e2a;color:#efb8ca}.public-shell{min-height:100dvh;display:grid;grid-template-rows:auto 1fr}.public-main{width:100%;max-width:1140px;margin:0 auto;padding:1rem;display:grid;gap:1rem}.options-shell{display:grid;gap:.85rem}.options-head{display:grid;gap:.55rem}.options-tabs{margin-top:.2rem}.options-info-panel,.options-subscription-panel,.options-support-panel,.options-params-panel{display:grid;gap:.7rem}.options-support-head{display:grid;gap:.25rem}.options-support-table-wrap{overflow:auto}.options-support-table{min-width:860px}.options-support-message{min-width:320px;white-space:normal;line-height:1.45}.options-support-actions{display:inline-flex;align-items:center;gap:.3rem}.options-notification-item{display:flex;align-items:flex-start;gap:.5rem;color:#2f567f;font-size:.84rem;font-weight:600;line-height:1.35}.options-notification-item input[type=checkbox]{margin-top:.14rem;accent-color:#2f7fd8}.options-info-grid{display:grid;gap:.65rem;grid-template-columns:repeat(2,minmax(0,1fr))}.options-info-item{border:1px solid #d5e5fb;background:#f7fbff;border-radius:12px;padding:.7rem .78rem;display:flex;align-items:flex-start;gap:.58rem}.options-info-icon{width:1.7rem;height:1.7rem;border-radius:8px;display:inline-grid;place-items:center;background:#e7f0ff;color:#2a5f9f;font-weight:800;flex-shrink:0}.options-info-label{margin:0;color:#6280a4;font-size:.77rem;font-weight:700;letter-spacing:.04em}.options-info-value{margin:.18rem 0 0;color:#244d80;font-size:.9rem;font-weight:700}.options-subscription-head{display:grid;gap:.35rem}.options-plans-grid{display:grid;gap:.72rem;grid-template-columns:repeat(3,minmax(0,1fr))}.options-plan-card{border:1px solid #d3e2f8;border-radius:14px;padding:.95rem;background:linear-gradient(180deg,#fff,#f4f8ff);display:grid;gap:.48rem;align-content:start}.options-plan-card.is-featured{border-color:#8eb6eb;background:linear-gradient(176deg,#eff7ff,#e4f0ff);box-shadow:0 18px 30px -30px #154387e6}.options-plan-card.is-current{outline:2px solid #8fb8ef;outline-offset:0}.options-plan-card h4{margin:0;color:#1f4b7f;font-size:1.02rem}.options-plan-units{margin:0;color:#5f789a;font-size:.84rem;font-weight:700}.options-plan-price-line{display:flex;align-items:baseline;gap:.28rem;margin-top:.25rem}.options-plan-price{margin:0;color:#1d4c83;font-size:clamp(1.2rem,1.9vw,1.48rem);font-weight:800}.options-plan-period{color:#4a6f9f;font-size:.82rem;font-weight:700}.options-plan-billing-note{margin:-.12rem 0 .45rem;color:#6c87a8;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.options-params-form{display:grid;gap:.72rem}.options-params-item{border:1px solid #d5e5fb;background:#f7fbff;border-radius:12px;padding:.7rem .78rem;display:flex;align-items:flex-start;gap:.58rem}.options-params-field{display:grid;gap:.32rem;min-width:0;flex:1}.options-params-field .crud-input{width:min(280px,100%);min-width:0}.options-params-actions{display:flex;justify-content:flex-end}.options-diagnostic-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.72rem}.options-diagnostic-head{display:grid;gap:.26rem}.options-diagnostic-refresh-btn{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.options-diagnostic-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.62rem;margin-bottom:.62rem}.options-diagnostic-kpi{border:1px solid #d5e5fb;background:#f7fbff;border-radius:12px;padding:.66rem .72rem;display:flex;align-items:center;gap:.52rem}.options-diagnostic-inline-state{margin:0}.landing-redesign{position:relative;overflow:hidden;background:radial-gradient(circle at 8% -8%,#ffffff 0%,transparent 34%),radial-gradient(circle at 96% 2%,rgba(76,140,243,.34) 0%,transparent 36%),linear-gradient(166deg,#e8f1ff,#dce9ff 48%,#d1e3ff);font-family:Sora,Space Grotesk,Avenir Next,Segoe UI,sans-serif}.landing-redesign .public-main,.landing-redesign .landing-v2-topbar{position:relative;z-index:2}.landing-v2-glow{position:absolute;border-radius:999px;filter:blur(8px);pointer-events:none}.landing-v2-glow-a{width:460px;height:460px;top:82px;right:-180px;background:radial-gradient(circle,#417ee642,#417ee600 70%)}.landing-v2-glow-b{width:360px;height:360px;left:-140px;top:580px;background:radial-gradient(circle,#ffaa523d,#ffaa5200 72%)}.landing-v2-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(66,116,195,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(66,116,195,.07) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(180deg,#00000073,#0000001a);mask-image:linear-gradient(180deg,#00000073,#0000001a);pointer-events:none}.landing-v2-topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;background:#edf5ffbd;border-bottom:1px solid rgba(149,177,221,.62);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.landing-v2-brand-tagline{margin:.04rem 0 0;color:#57759d;font-size:.71rem;text-transform:uppercase;letter-spacing:.07em;font-weight:700}.landing-v2-nav{display:flex;justify-content:center;align-items:center;gap:.85rem}.landing-v2-nav a{text-decoration:none;color:#2e5687;font-size:.81rem;font-weight:700;border-radius:999px;border:1px solid transparent;padding:.36rem .72rem;transition:.16s ease}.landing-v2-nav a:hover{border-color:#aacaef;background:#edf5ff}.landing-v2-main{max-width:1180px;gap:1.2rem;padding-top:1.15rem;padding-bottom:1.7rem}.landing-v2-hero{border-radius:26px;border:1px solid #b8d2f9;background:radial-gradient(circle at 80% -10%,#84b3f847,#84b3f800),linear-gradient(142deg,#ffffffe6,#f0f8ffe8 44%,#e6f2ffe6);box-shadow:0 30px 58px -42px #0f3a78db;padding:1.5rem;display:grid;grid-template-columns:1.12fr .88fr;gap:1rem;align-items:start;animation:fade-up .28s ease-out}.landing-v2-copy{display:grid;gap:.78rem;align-content:start}.landing-v2-kicker{margin:0;color:#3b679b;font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.landing-v2-copy h2{margin:0;max-width:17ch;color:#153d6b;line-height:.98;letter-spacing:-.03em;font-size:clamp(2.1rem,4.35vw,3.65rem)}.landing-v2-copy-text{margin:0;max-width:58ch;color:#4a6b94;font-size:.95rem;line-height:1.62}.landing-v2-actions{display:flex;align-items:center;gap:.55rem}.landing-v2-btn-solid{background:linear-gradient(126deg,#4b89ef,#235dbf);box-shadow:0 18px 26px -22px #133e81f2}.landing-v2-btn-outline{border-color:#a8c8f3;background:#f4f9ff;color:#235286}.landing-v2-pill-row{display:flex;flex-wrap:wrap;gap:.42rem}.landing-v2-pill-row span{border:1px solid #bfd7fa;border-radius:999px;background:#edf4ff;color:#2c5e96;font-size:.76rem;font-weight:700;padding:.32rem .62rem}.landing-v2-showcase{display:grid;gap:.62rem;align-content:start}.landing-v2-mockup{position:relative;border-radius:18px;border:1px solid #bfd7fa;background:linear-gradient(180deg,#fffffff0,#edf6fff2);box-shadow:0 20px 35px -26px #113974e6;padding:.62rem;animation:landing-v2-drift 6s ease-in-out infinite}.landing-v2-mockup-top{display:flex;align-items:center;gap:.3rem}.landing-v2-mockup-top span{width:8px;height:8px;border-radius:999px;background:#b8d0f5}.landing-v2-mockup-body{margin-top:.58rem;display:grid;grid-template-columns:1fr auto;gap:.62rem}.landing-v2-chart{border:1px solid #c7dcfa;border-radius:12px;background:#f6faff;min-height:128px;padding:.6rem;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.34rem;align-items:end}.landing-v2-chart-bar{border-radius:7px 7px 4px 4px;background:linear-gradient(180deg,#9bc2f7,#5b91de);min-height:28px}.landing-v2-chart-bar.is-sm{min-height:36px}.landing-v2-chart-bar.is-md{min-height:56px}.landing-v2-chart-bar.is-lg{min-height:74px}.landing-v2-chart-bar.is-xl{min-height:92px}.landing-v2-metrics{min-width:112px;border:1px solid #c7dcfa;border-radius:12px;background:#f0f7ff;padding:.56rem;display:grid;align-content:center;gap:.2rem}.landing-v2-metrics p{margin:0;color:#5c7ea6;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.landing-v2-metrics strong{color:#1f4f85;font-size:1.28rem;line-height:1.05}.landing-v2-metrics span{color:#4d7098;font-size:.72rem;font-weight:700}.landing-v2-floating{position:absolute;border-radius:999px;border:1px solid #b8d2f7;background:#f4f9ff;color:#2d619a;font-size:.71rem;font-weight:800;padding:.2rem .48rem;box-shadow:0 8px 14px -14px #153f7fe6;white-space:nowrap}.landing-v2-floating-a{top:-.45rem;right:.76rem;animation:landing-v2-rise 2.8s ease-in-out infinite}.landing-v2-floating-b{left:.8rem;bottom:-.48rem;animation:landing-v2-rise 3.2s ease-in-out infinite}.landing-v2-quote-card,.landing-v2-growth-card{border-radius:16px;border:1px solid #c4daf8;background:#ffffffdb;padding:.9rem;box-shadow:0 16px 24px -24px #123872e6}.landing-v2-quote-card p{margin:0;color:#3f6592;font-size:.89rem;line-height:1.54}.landing-v2-quote-card strong{margin-top:.52rem;display:block;color:#204f83;font-size:.79rem}.landing-v2-growth-card p{margin:0;color:#607ea0;font-size:.74rem;letter-spacing:.05em;text-transform:uppercase;font-weight:700}.landing-v2-growth-card h3{margin:.18rem 0 0;color:#1a4d84;font-size:clamp(1.6rem,3vw,2.25rem)}.landing-v2-growth-card span{color:#58769b;font-size:.78rem;line-height:1.38}.landing-v2-trust-strip{border:1px solid #bdd5f8;border-radius:16px;background:#eff7ffd6;padding:.84rem .95rem}.landing-v2-trust-strip p{margin:0;color:#58779f;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.landing-v2-trust-items{margin-top:.52rem;display:flex;flex-wrap:wrap;gap:.48rem}.landing-v2-trust-items span{border:1px solid #c5daf8;border-radius:999px;background:#fff;color:#325f96;font-size:.77rem;font-weight:700;padding:.28rem .6rem}.landing-v2-demo-section{scroll-margin-top:98px}.landing-v2-demo-panel{margin-top:.82rem;border:1px solid #bdd5f8;border-radius:18px;background:linear-gradient(180deg,#ffffffe6,#f0f8ffe6);padding:1rem;box-shadow:0 20px 34px -30px #133a75bf}.landing-v2-demo-form{display:grid;gap:.62rem;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-v2-demo-form label{display:grid;gap:.34rem;color:#2a527f;font-size:.84rem;font-weight:700}.landing-v2-demo-form .crud-input{width:100%;min-width:0}.landing-v2-demo-comments{grid-column:1 / -1}.landing-v2-demo-comments textarea{resize:vertical}.landing-v2-demo-actions{grid-column:1 / -1;display:flex;justify-content:flex-end}.landing-section{scroll-margin-top:98px}.landing-v2-section-head h3{margin:.26rem 0 0;color:#193f6e;font-size:clamp(1.24rem,2vw,1.72rem)}.landing-v2-feature-grid{margin-top:.82rem;display:grid;gap:.72rem;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-v2-feature-card{border:1px solid #c2d8fa;border-radius:16px;background:linear-gradient(180deg,#ffffffde,#eff7ffdb);padding:.96rem}.landing-v2-feature-index{display:inline-flex;border-radius:999px;border:1px solid #bcd3f4;background:#ecf4ff;color:#2f619a;font-size:.73rem;font-weight:800;padding:.2rem .5rem}.landing-v2-feature-card h4{margin:.45rem 0 0;color:#1f4e84;font-size:1rem}.landing-v2-feature-card p{margin:.5rem 0 0;color:#54739b;font-size:.86rem;line-height:1.52}.landing-v2-pricing-grid{margin-top:.84rem;display:grid;gap:.72rem;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-v2-price-card{position:relative;border:1px solid #bfd6fb;border-radius:18px;background:linear-gradient(180deg,#ffffffe8,#edf6ffe8);padding:1rem;display:grid;gap:.52rem;align-content:start}.landing-v2-price-card.is-featured{border-color:#77a8ec;background:linear-gradient(176deg,#ecf5fff2,#ddedfff2);box-shadow:0 24px 38px -30px #103b79f2;transform:translateY(-4px)}.landing-v2-price-tag{justify-self:start;border:1px solid #9bc0f1;border-radius:999px;background:#e9f3ff;color:#275d98;font-size:.7rem;font-weight:800;padding:.18rem .52rem;letter-spacing:.04em;text-transform:uppercase}.landing-v2-price-card h4{margin:0;color:#1f4e84;font-size:1.08rem}.landing-v2-price-units{margin:0;color:#5b7799;font-size:.84rem;font-weight:700}.landing-v2-price-line{display:flex;align-items:baseline;gap:.28rem;margin-top:.24rem}.landing-v2-price-value{margin:0;color:#194a83;font-size:clamp(1.36rem,2.34vw,1.78rem);font-weight:800}.landing-v2-price-period{color:#4b6f9f;font-size:.82rem;font-weight:700}.landing-v2-price-note{margin:-.12rem 0 .04rem;color:#6782a4;font-size:.71rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800}.landing-v2-faq-list{margin-top:.8rem;display:grid;gap:.55rem}.landing-v2-faq-item{border:1px solid #c6daf9;border-radius:14px;background:#f7fcffde;padding:.78rem .9rem}.landing-v2-faq-item summary{cursor:pointer;color:#224f84;font-size:.9rem;font-weight:700;list-style:none}.landing-v2-faq-item summary::-webkit-details-marker{display:none}.landing-v2-faq-item summary:after{content:"+";float:right;font-size:1rem;line-height:1}.landing-v2-faq-item[open] summary:after{content:"-"}.landing-v2-faq-item p{margin:.58rem 0 0;color:#4f6f96;font-size:.86rem;line-height:1.5}.landing-v2-final-cta{border:1px solid #b7d1fa;border-radius:24px;background:radial-gradient(circle at 10% 95%,rgba(255,170,82,.18),transparent 32%),radial-gradient(circle at 88% 14%,rgba(83,154,255,.2),transparent 38%),linear-gradient(170deg,#edf6ffe6,#e2efffe6);padding:1.44rem;text-align:center;justify-items:center}.landing-v2-final-cta h3{margin:0;font-size:clamp(1.35rem,2.4vw,1.88rem);color:#194170}.landing-v2-final-cta p{max-width:58ch;margin:.48rem 0 0;color:#4f7099;font-size:.9rem;line-height:1.5}.landing-v2-footer{margin-top:.1rem;padding:.45rem .2rem .2rem;text-align:center}.landing-v2-footer p{margin:0;color:#54739a;font-size:.78rem;font-weight:700;letter-spacing:.02em}.auth-main{align-content:start;justify-items:center;padding-top:1.6rem}.auth-card{width:min(500px,100%);padding:1.2rem}.auth-form{margin-top:.7rem;display:grid;gap:.65rem}.auth-form label{display:grid;gap:.35rem;color:#2b4f7a;font-size:.88rem;font-weight:700}.auth-form .crud-input{width:100%;min-width:0}.auth-form .crud-select{width:100%}.auth-warning,.auth-error,.auth-info{border:1px solid #d5e6ff;background:#f4f9ff;color:#2b568d;border-radius:8px;padding:.62rem .72rem;font-size:.84rem;margin:.2rem 0 0}.auth-error{border-color:#f0cad2;background:#fff5f8;color:#9d3854}.auth-info{border-color:#c5e7d7;background:#f2fbf6;color:#217049}.app-loading-card{text-align:center}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes landing-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes landing-v2-drift{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes landing-v2-rise{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (max-width: 1200px){.smart-widget-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.workspace,.workspace.menu-compacto{grid-template-columns:1fr}.sidebar{position:static;height:auto;min-height:0}.main-nav{display:flex;overflow-x:auto;padding-bottom:.4rem}.main-nav .nav-link{white-space:nowrap}.content-grid,.smart-widget-grid,.panel-secondary-grid,.units-chart-grid,.consultas-summary-grid,.consultas-data-grid,.consultas-chart-grid{grid-template-columns:1fr}.consultas-chart-plot{grid-template-columns:repeat(10,minmax(38px,1fr));overflow-x:auto;padding-bottom:.1rem}.consultas-pie-layout{grid-template-columns:1fr}.consultas-pie-chart{width:min(160px,72vw)}.options-info-grid,.options-plans-grid,.options-diagnostic-kpis{grid-template-columns:1fr}.objective-card{grid-column:auto}.landing-v2-topbar{grid-template-columns:1fr;justify-items:start}.landing-v2-nav{justify-content:flex-start;flex-wrap:wrap;gap:.6rem}.landing-v2-hero,.landing-v2-demo-form{grid-template-columns:1fr}.landing-v2-demo-actions{justify-content:stretch}.crud-input{min-width:180px}.crud-form-grid,.area-slot-editor-row,.unsplash-search-row{grid-template-columns:1fr}.crud-modal-overlay{padding:.6rem}.crud-actions{width:100%}.crud-actions .ghost-btn,.crud-actions .primary-btn{flex:1}.crud-toolbar-search{width:100%;max-width:none}.crud-controls{width:100%;margin-left:0}.status-bar{grid-template-columns:1fr;gap:.6rem}.status-bar-start,.status-bar-center,.status-bar-end{justify-self:stretch}.status-bar-center{justify-content:flex-start}.status-bar-end{justify-content:flex-start;flex-wrap:wrap}.status-account-card{min-width:min(300px,100%)}}@media (max-width: 680px){.app-topbar{flex-direction:column;align-items:flex-start}.landing-v2-topbar{display:grid;grid-template-columns:1fr}.topbar-actions{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.tasks-flyout-shell{width:100%}.tasks-flyout{left:0;right:auto;width:100%}.quick-actions-fab-shell{right:.85rem;left:.85rem;justify-items:stretch}.quick-actions-fab-btn{width:100%}.resident-app-fab-shell{right:1rem;left:auto;justify-items:end;bottom:calc(5.25rem + env(safe-area-inset-bottom))}.resident-app-fab-btn{width:58px;height:58px;border-radius:50%}.quick-actions-fab-menu{width:100%}.account-inline-card{min-width:min(260px,100%);width:100%}.ghost-btn,.primary-btn{width:100%}.tasks-flyout-footer{grid-template-columns:1fr}.landing-v2-actions{width:100%;flex-direction:column}.landing-v2-actions .ghost-btn,.landing-v2-actions .primary-btn{width:100%}.landing-v2-main{padding-top:.8rem}.landing-v2-hero,.landing-v2-final-cta{padding:.95rem}.landing-v2-copy h2{max-width:none}.landing-v2-nav{width:100%}.landing-v2-nav a{flex:1;text-align:center}.landing-v2-feature-grid,.landing-v2-pricing-grid{grid-template-columns:1fr}.landing-v2-demo-actions .primary-btn{width:100%}.workspace{padding:.85rem}}.landing-redesign.landing-v3{background:linear-gradient(180deg,#eef2f8,#edf1f7 60%,#e8edf6);color:#0f1c3a;font-family:Sora,Avenir Next,Segoe UI,sans-serif}.landing-v3-topbar{background:#fffffff0;border-bottom:1px solid #d9e1ee;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.85rem 1.5rem}.landing-v3-brand{display:inline-flex;align-items:center;gap:.62rem;text-decoration:none}.landing-v3-brand-mark{width:42px;height:42px;border-radius:12px;display:inline-grid;place-items:center;background:linear-gradient(140deg,#3f86ff,#295dd8);color:#fff;box-shadow:0 10px 20px -16px #123a80d9}.landing-v3-brand-copy{display:grid;gap:.06rem}.landing-v3-brand-copy strong{color:#1f3f80;font-size:1.72rem;line-height:1}.landing-v3-brand-copy small{color:#637ca5;font-size:.72rem;font-weight:700;letter-spacing:.03em}.landing-v3-nav{display:flex;justify-content:center;align-items:center;gap:.7rem}.landing-v3-nav a{text-decoration:none;color:#233859;font-size:.9rem;font-weight:700;padding:.28rem .38rem;border-bottom:2px solid transparent;transition:border-color .15s ease,color .15s ease}.landing-v3-nav a:hover{border-color:#3f86ff;color:#1e4f95}.landing-v3-top-actions{display:flex;align-items:center;gap:.54rem}.landing-v3-btn-solid{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;background:linear-gradient(132deg,#3f86ff,#2d62da);border-radius:14px;border:1px solid #2f65de;box-shadow:0 20px 24px -21px #194492f2}.landing-v3-top-demo-link{text-decoration:none}.landing-v3-btn-outline{border:1px solid #cad7ea;background:#f7faff;color:#21416b;border-radius:14px}.landing-v3-main{max-width:1450px;gap:1.5rem;padding:1.1rem 1rem 2.1rem}.landing-v3-hero{border:1px solid #d5deec;border-radius:18px;background:radial-gradient(circle at 92% 4%,rgba(94,155,255,.14),transparent 40%),linear-gradient(180deg,#f5f8fc,#f2f6fb);padding:1.65rem;display:grid;grid-template-columns:1.03fr .97fr;gap:1.45rem;align-items:center;overflow:hidden}.landing-v3-hero-copy{display:grid;gap:.9rem}.landing-v3-hero-copy>*{opacity:0;transform:translateY(14px);animation:landing-v3-hero-reveal .62s ease-out forwards}.landing-v3-kicker{margin:0;justify-self:start;border:1px solid #c3d4f0;background:#eaf2ff;color:#2f5fa8;border-radius:999px;padding:.22rem .56rem;font-size:.72rem;font-weight:800;letter-spacing:.03em}.landing-v3-kicker-hero{padding:.15rem .37rem;font-size:.48rem;line-height:normal;transform:none;animation-delay:70ms}.landing-v3-hero-copy h2{margin:0;color:#111d3a;line-height:.98;letter-spacing:-.03em;font-size:clamp(2.05rem,4.4vw,5rem);max-width:12ch;animation-delay:.14s}.landing-v3-hero-copy h2 span{color:#2f66df}.landing-v3-hero-copy p{margin:0;color:#435470;font-size:1.02rem;line-height:1.55;max-width:60ch;animation-delay:.21s}.landing-v3-hero-actions{display:flex;align-items:center;gap:.6rem;margin-top:.2rem;animation-delay:.28s}.landing-v3-hero-actions .primary-btn,.landing-v3-hero-actions .ghost-btn{min-width:190px;padding:.76rem 1.1rem}.landing-v3-proof{display:flex;align-items:center;gap:.72rem;margin-top:.4rem;animation-delay:.35s}.landing-v3-proof-avatars{display:flex;align-items:center}.landing-v3-proof-avatars span{width:34px;height:34px;border-radius:50%;border:2px solid #f4f7fc;margin-right:-9px;background:linear-gradient(145deg,#8ea5ca,#4c617f)}.landing-v3-proof p{margin:0;display:flex;align-items:baseline;gap:.25rem}.landing-v3-proof strong,.landing-v3-proof span{color:#1f355d;font-size:.9rem;font-weight:700}.landing-v3-hero-visual{margin:0;opacity:0;transform:translate(26px) scale(.985);animation:landing-v3-hero-visual-in .82s cubic-bezier(.19,1,.22,1) .18s forwards;will-change:transform,opacity}.landing-v3-hero-frame{position:relative;border-radius:22px;border:1px solid #d9e3f2;background:#fff;padding:.45rem;box-shadow:0 26px 42px -36px #0f326ee0;animation:landing-v3-photo-float 7s ease-in-out infinite}.landing-v3-hero-image{width:100%;aspect-ratio:16 / 9;height:auto;border-radius:16px;object-fit:contain;object-position:center;display:block;border:1px solid #e0e7f3;background:#eef3fb;animation:landing-v3-photo-breathe 7s ease-in-out infinite}.landing-v3-hero-image.is-fallback{background:radial-gradient(circle at 65% 32%,rgba(255,233,180,.9),transparent 35%),radial-gradient(circle at 46% 56%,rgba(90,66,29,.55),transparent 41%),linear-gradient(135deg,#69758b,#9ba5b7 32%,#7f4f2d 73%,#5b351c);border:0}@keyframes landing-v3-photo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes landing-v3-photo-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.015)}}@keyframes landing-v3-hero-reveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-v3-hero-visual-in{0%{opacity:0;transform:translate(26px) scale(.985)}to{opacity:1;transform:translate(0) scale(1)}}.landing-v3-float-card{position:absolute;border:1px solid #d7e1ef;border-radius:16px;background:#fffffff5;box-shadow:0 16px 24px -22px #123a7ac7;padding:.76rem .95rem;min-width:186px}.landing-v3-float-card p{margin:0;color:#7182a1;font-size:.77rem;text-transform:uppercase;font-weight:800;letter-spacing:.04em}.landing-v3-float-card strong{margin-top:.1rem;display:block;color:#16294d;font-size:1.7rem;line-height:1}.landing-v3-float-card.is-top{top:1.55rem;right:-.8rem;animation:landing-v3-float-top 5.2s ease-in-out .3s infinite}.landing-v3-float-card.is-bottom{left:-.8rem;bottom:1.4rem;animation:landing-v3-float-bottom 5.8s ease-in-out .6s infinite}@keyframes landing-v3-float-top{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes landing-v3-float-bottom{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media (prefers-reduced-motion: reduce){.landing-v3-hero-copy>*,.landing-v3-hero-visual,.landing-v3-hero-frame,.landing-v3-hero-image,.landing-v3-float-card.is-top,.landing-v3-float-card.is-bottom{animation:none;opacity:1;transform:none}}.landing-v3-trust{border:1px solid #d9e2ef;border-radius:12px;padding:1.2rem 1rem;background:#f4f7fb}.landing-v3-trust p{margin:0;text-align:center;color:#8a99b3;font-size:.95rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.landing-v3-trust-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem}.landing-v3-trust-grid span{text-align:center;color:#586174;font-size:clamp(1.1rem,1.55vw,2rem);font-weight:800}.landing-v3-section{scroll-margin-top:105px;border:1px solid #d8e1ef;border-radius:12px;background:#f3f6fb;padding:1.55rem 1.15rem}.landing-v3-section-head{text-align:center;max-width:860px;margin:0 auto}.landing-v3-section-head .kicker{color:#2f66df;letter-spacing:.08em}.landing-v3-section-head h3{margin:.35rem 0 0;color:#111d3a;font-size:clamp(1.72rem,4.2vw,3.85rem);line-height:.98}.landing-v3-section-head p{margin:.82rem auto 0;color:#455774;font-size:1rem;line-height:1.52;max-width:62ch}.landing-v3-feature-grid{margin-top:1.2rem;display:grid;gap:.82rem;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-v3-feature-more-wrap{margin-top:.95rem;display:flex;justify-content:center}.landing-v3-feature-more-btn{min-width:260px}.landing-v3-feature-card{border:1px solid #dde5f1;border-radius:18px;background:#f5f8fc;padding:1.18rem;display:grid;align-content:start;gap:.7rem}.landing-v3-feature-icon{width:52px;height:52px;border:1px solid #d7e2ef;border-radius:14px;display:inline-grid;place-items:center;color:#2f66df;background:#f9fbff}.landing-v3-feature-card h4{margin:0;color:#1a243e;font-size:1.8rem;line-height:1}.landing-v3-feature-card p{margin:0;color:#495a77;font-size:1rem;line-height:1.52}.landing-v3-differentiator{scroll-margin-top:105px;border:1px solid #c8d7ef;border-radius:14px;background:radial-gradient(circle at 97% 0%,rgba(139,178,255,.24),transparent 28%),radial-gradient(circle at 0% 100%,rgba(180,208,255,.18),transparent 34%),linear-gradient(165deg,#f6f9ff,#edf3fc);padding:1.45rem 1.15rem}.landing-v3-diff-head{text-align:center;max-width:930px;margin:0 auto}.landing-v3-diff-head .kicker{color:#2f66df;letter-spacing:.08em}.landing-v3-diff-head h3{margin:.35rem 0 0;color:#111d3a;font-size:clamp(1.7rem,4.1vw,3.65rem);line-height:.98}.landing-v3-diff-head p{margin:.85rem auto 0;color:#4a5d7d;font-size:1rem;line-height:1.55;max-width:67ch}.landing-v3-diff-included{margin-top:.92rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid #bfd3f6;border-radius:999px;background:#edf4ff;color:#285aa7;padding:.36rem .64rem;font-size:.77rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.landing-v3-diff-grid{margin-top:1.2rem;display:grid;gap:.82rem;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-v3-diff-card{border:1px solid #d5e1f3;border-radius:18px;background:#ffffffeb;padding:1rem;display:grid;gap:.58rem;align-content:start}.landing-v3-diff-icon{width:44px;height:44px;border:1px solid #d1dff4;border-radius:12px;display:inline-grid;place-items:center;color:#2f66df;background:#f8fbff}.landing-v3-diff-card h4{margin:0;color:#172742;font-size:1.2rem;line-height:1.1}.landing-v3-diff-card p{margin:0;color:#50617e;font-size:.95rem;line-height:1.5}.landing-v3-diff-strip{margin-top:.92rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem}.landing-v3-diff-strip span{border:1px solid #c8d8ef;border-radius:999px;background:#f8fbff;color:#3b5478;padding:.32rem .58rem;font-size:.78rem;font-weight:700;display:inline-flex;align-items:center;gap:.3rem}.landing-v3-app-showcase{border:1px solid #dbe5f5;border-radius:26px;background:radial-gradient(circle at 0% 100%,rgba(115,172,255,.14),transparent 30%),radial-gradient(circle at 100% 0%,rgba(96,149,255,.16),transparent 32%),#fdfefe}.landing-v3-app-head{max-width:920px}.landing-v3-app-grid{margin-top:1.1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.landing-v3-app-card{border:1px solid #d6e3f6;border-radius:20px;background:#f8fbff;overflow:hidden;display:grid;grid-template-rows:auto 1fr}.landing-v3-app-shot-wrap{padding:.72rem .72rem 0;display:grid;justify-items:center}.landing-v3-app-shot-frame{position:relative;width:min(220px,100%);height:352px;border-radius:24px;overflow:hidden;border:1px solid #d6e4f8;background:#eef4ff;box-shadow:0 18px 28px -24px #0a1e42cc}.landing-v3-app-shot-frame:before{content:"";position:absolute;z-index:2;top:0;left:0;right:0;height:70px;background:linear-gradient(180deg,#eef5fffa,#eef5fff0);border-bottom:1px solid #d5e3f8}.landing-v3-app-shot-frame img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 34%;transform:scale(1.01)}.landing-v3-app-copy{padding:.86rem;display:grid;align-content:start;gap:.45rem}.landing-v3-app-eyebrow{margin:0;color:#2c62b0;font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.landing-v3-app-copy h4{margin:0;color:#172742;font-size:1.18rem}.landing-v3-app-copy p{margin:0;color:#4d607f;font-size:.9rem;line-height:1.5}.landing-v3-app-copy .ghost-btn{margin-top:.2rem;width:100%;justify-content:center}.landing-v3-app-cta{margin-top:1rem;border:1px solid #cddcf4;border-radius:18px;background:#eff5ff;padding:.86rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.landing-v3-app-cta p{margin:0;color:#2e496f;font-size:.9rem;font-weight:700}.landing-v3-ai-demo{scroll-margin-top:105px;border:1px solid #214eb7;border-radius:12px;background:linear-gradient(160deg,#2d4ea2,#27439a);padding:1.35rem;display:grid;grid-template-columns:.98fr 1.02fr;gap:1.15rem;align-items:start}.landing-v3-ai-copy{display:grid;gap:.7rem}.landing-v3-ai-copy .landing-v3-kicker{border-color:#ffffff75;background:#fffffff2;color:#1f4f98;box-shadow:0 10px 20px -16px #05142ecc}.landing-v3-ai-copy h3{margin:0;color:#f3f7ff;font-size:clamp(1.8rem,3.2vw,3.2rem);line-height:.98;max-width:13ch}.landing-v3-ai-copy p{margin:0;color:#d3e0ff;font-size:1rem;line-height:1.55}.landing-v3-ai-copy ul{margin:.1rem 0 0;padding:0;list-style:none;display:grid;gap:.5rem}.landing-v3-ai-copy li{color:#e1eaff;font-size:.95rem;font-weight:700}.landing-v3-ai-copy li:before{content:"✦";margin-right:.5rem;color:#79a9ff}.landing-v3-demo-panel{border:1px solid #d8e2f0;border-radius:22px;background:#fff;padding:1rem}.landing-v3-demo-head{display:grid;gap:.18rem;border-bottom:1px solid #e5ebf4;padding-bottom:.7rem;margin-bottom:.7rem}.landing-v3-demo-head strong{color:#1b2f54;font-size:1.05rem}.landing-v3-demo-head span{color:#637b9f;font-size:.86rem}.landing-v3-demo-form{display:grid;gap:.6rem;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-v3-demo-form label{display:grid;gap:.3rem;color:#29466f;font-size:.82rem;font-weight:700}.landing-v3-demo-form .crud-input{width:100%;min-width:0}.landing-v3-comments{grid-column:1 / -1}.landing-v3-comments textarea{resize:vertical}.landing-v3-demo-actions{grid-column:1 / -1;display:flex;justify-content:flex-end}.landing-v3-pricing-section{position:relative;overflow:hidden}.landing-v3-pricing-grid{margin-top:1.15rem;display:grid;gap:.9rem;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-v3-price-card{position:relative;border:1px solid #dde5f1;border-radius:22px;background:#f8fbff;padding:1.05rem;display:grid;gap:.58rem}.landing-v3-price-card.is-featured{border-color:#3f86ff;box-shadow:0 26px 34px -30px #1a4797e0;background:#fff}.landing-v3-price-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);border-radius:999px;background:#2f66df;color:#fff;font-size:.72rem;font-weight:800;text-transform:uppercase;padding:.3rem .58rem;letter-spacing:.05em}.landing-v3-price-card h4{margin:0;color:#1a243e;font-size:1.85rem;line-height:1}.landing-v3-price-units{margin:0;color:#5a6a84;font-size:.96rem}.landing-v3-price-value{margin:.2rem 0 0;color:#111d3a;font-size:clamp(2.2rem,3.8vw,3.55rem);font-weight:800;line-height:.95}.landing-v3-price-value span{color:#5a6b87;font-size:1.1rem;font-weight:700}.landing-v3-price-note{margin:-.1rem 0 .12rem;color:#72839f;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.landing-v3-price-card ul{margin:.3rem 0 0;padding:0;list-style:none;display:grid;gap:.52rem}.landing-v3-price-card li{display:flex;align-items:center;gap:.45rem;color:#3e5477;font-size:.95rem}.landing-v3-price-card li svg{flex-shrink:0;color:#21b15a}.landing-v3-price-card .primary-btn{margin-top:.38rem}.landing-v3-faq-list{margin-top:1rem;display:grid;gap:.62rem}.landing-v3-faq-item{border:1px solid #d9e2ef;border-radius:16px;background:#f7faff;padding:.86rem .95rem}.landing-v3-faq-item summary{list-style:none;cursor:pointer;color:#1f355d;font-size:.95rem;font-weight:800}.landing-v3-faq-item summary::-webkit-details-marker{display:none}.landing-v3-faq-item summary:after{content:"+";float:right;color:#3e66a6}.landing-v3-faq-item[open] summary:after{content:"-"}.landing-v3-faq-item p{margin:.58rem 0 0;color:#4f6282;font-size:.9rem;line-height:1.52}.landing-v3-final-cta{border:1px solid #2f66df;border-radius:44px;background:radial-gradient(circle at 97% 0%,rgba(118,170,255,.36),transparent 14%),radial-gradient(circle at 0% 100%,rgba(106,162,255,.3),transparent 14%),linear-gradient(165deg,#3f86ff,#2f66df);padding:2.1rem 1.1rem;text-align:center;display:grid;gap:.9rem}.landing-v3-final-cta h4{margin:0;color:#fff;font-size:clamp(1.5rem,3.2vw,2.6rem);line-height:.95;max-width:16ch;justify-self:center}.landing-v3-final-cta p{margin:0;color:#dbe8ff;font-size:1rem;line-height:1.5;max-width:58ch;justify-self:center}.landing-v3-final-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.65rem}.landing-v3-btn-inverse{background:#fff;border:1px solid #ffffff;color:#2a5fcf;box-shadow:none}.landing-v3-btn-dark{background:#19377beb;border:1px solid rgba(37,76,165,.95);color:#fff}.landing-v3-final-cta small{color:#cadeff;font-size:.82rem;font-weight:700}.landing-v3-footer{background:#091739;color:#d6e2f8;border-top:1px solid #132a5f;padding:1.1rem 1rem;display:grid;place-items:center}.landing-v3-footer-copy{margin:0;color:#9ab0d9;font-size:.86rem;text-align:center;font-weight:700}.landing-v3-footer-brand-link{color:inherit;text-decoration:underline;text-underline-offset:2px}.landing-v3-footer-brand-link:hover{color:#fff}.landing-v3-footer-links{margin-top:.45rem;display:flex;gap:.7rem;flex-wrap:wrap;justify-content:center}.landing-v3-footer-link{border:0;background:transparent;color:#c6d9fa;font-size:.8rem;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.landing-v3-footer-link:hover{color:#fff}.legal-page-main{width:min(980px,100%);padding-top:1rem;padding-bottom:1.4rem}.legal-page-content{border:1px solid #d8e4f4;border-radius:20px;background:#f7fbff;padding:1rem}.legal-section-title{margin:0;color:#1f355d;font-size:.96rem;font-weight:800}.landing-v3-features-modal{width:min(980px,100%)}.landing-v3-features-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.1rem}.landing-v3-features-list article{border:1px solid #d8e2f0;border-radius:14px;background:#f7fbff;padding:.72rem .8rem}.landing-v3-features-list h4{margin:0;color:#1b2f54;font-size:.95rem;line-height:1.22}.landing-v3-features-list ul{margin:.52rem 0 0;padding-left:1.03rem;display:grid;gap:.32rem}.landing-v3-features-list li{color:#425676;font-size:.84rem;line-height:1.35}@media (max-width: 900px){.landing-v3-features-list{grid-template-columns:1fr}.landing-v3-feature-more-btn{min-width:0;width:100%}}@media (max-width: 1200px){.landing-v3-topbar{display:grid;grid-template-columns:1fr;justify-items:start;align-items:center}.landing-v3-nav{justify-content:flex-start;flex-wrap:wrap}.landing-v3-hero,.landing-v3-ai-demo{grid-template-columns:1fr}.landing-v3-float-card.is-top{right:.6rem}.landing-v3-float-card.is-bottom{left:.6rem}.landing-v3-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-v3-feature-grid,.landing-v3-pricing-grid,.landing-v3-diff-grid,.landing-v3-app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 800px){.landing-v3-topbar{padding:.8rem 1rem}.landing-v3-nav a{font-size:.84rem}.landing-v3-top-actions{width:100%;justify-content:stretch}.landing-v3-top-actions .ghost-btn,.landing-v3-top-actions .primary-btn{flex:1}.landing-v3-main{padding:.82rem}.landing-v3-hero{padding:1rem}.landing-v3-hero-copy h2{max-width:none}.landing-v3-hero-copy p{font-size:.95rem}.landing-v3-proof{align-items:flex-start;gap:.56rem}.landing-v3-proof p{display:grid;gap:.08rem;align-items:start}.landing-v3-proof strong,.landing-v3-proof span{line-height:1.12}.landing-v3-hero-actions{flex-direction:column;align-items:stretch}.landing-v3-float-card{position:static;margin-top:.58rem}.landing-v3-trust-grid,.landing-v3-feature-grid,.landing-v3-diff-grid,.landing-v3-app-grid,.landing-v3-pricing-grid,.landing-v3-demo-form{grid-template-columns:1fr}.landing-v3-feature-card h4{font-size:1.35rem}.landing-v3-price-card{padding-top:1.3rem}.landing-v3-app-cta{padding:.78rem;justify-content:stretch}.landing-v3-app-cta .primary-btn{width:100%}.landing-v3-app-shot-frame{width:min(230px,100%);height:336px}.landing-v3-demo-actions{justify-content:stretch}.landing-v3-demo-actions .primary-btn{width:100%}.landing-v3-final-cta{border-radius:24px}.landing-v3-final-actions{flex-direction:column}.landing-v3-final-actions .primary-btn,.landing-v3-final-actions .ghost-btn{width:100%}.landing-v3-footer-links{flex-direction:column;align-items:center;gap:.45rem}}.security-login-shell{background:linear-gradient(180deg,#edf4ff,#e6f0ff)}.security-login-topbar{position:sticky;top:0;z-index:30}.security-login-main{width:min(420px,100%);min-height:calc(100dvh - 74px);padding-top:0;align-content:center;justify-items:stretch}.security-login-card{width:100%;padding:1rem}.security-login-form{margin-top:.35rem}.security-login-shell .crud-input,.security-login-shell .crud-select,.security-mobile-shell .crud-input,.security-mobile-shell .crud-select{font-size:16px}.security-login-profile{margin:.3rem 0 .8rem;padding:.8rem;border-radius:12px;border:1px solid #d7e4fa;background:#f5f9ff}.security-login-profile p{margin:0;color:#294f7a;font-size:.86rem}.security-login-profile p+p{margin-top:.35rem}.security-mobile-shell{min-height:100dvh;padding:.7rem;background:radial-gradient(circle at 6% 4%,rgba(99,153,245,.24) 0%,transparent 36%),radial-gradient(circle at 100% -4%,rgba(37,101,199,.23) 0%,transparent 34%),linear-gradient(180deg,#e9f2ff,#dce9ff);display:grid;justify-items:center;align-items:start}.security-mobile-frame{width:min(430px,100%);height:min(880px,calc(100dvh - 1.4rem));border-radius:24px;border:1px solid #ccdcf5;overflow:hidden;background:#f5f9ff;box-shadow:0 28px 54px -34px #0e2a5ae6;display:grid;grid-template-rows:auto auto 1fr auto}.security-mobile-topbar{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.72rem .86rem;position:relative;border-bottom:1px solid #d7e4fb;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.security-mobile-menu-button{width:34px;height:34px;border:1px solid #cde0fa;border-radius:10px;background:#edf5ff;color:#2b5d9d;display:inline-grid;place-items:center;cursor:pointer}.security-mobile-menu-button:hover{background:#e4efff}.security-mobile-menu-shell{position:relative;display:inline-grid}.security-mobile-quick-menu{position:absolute;top:calc(100% + .42rem);left:0;right:auto;width:min(190px,calc(100vw - 1.4rem));border:1px solid #d6e4fb;border-radius:12px;background:#fafcfffa;box-shadow:0 16px 30px -24px #0b2148cc;overflow:hidden;z-index:20;padding:.35rem;display:grid;gap:.35rem}.security-mobile-quick-menu-item{border:1px solid transparent;border-radius:10px;background:transparent;color:#355273;min-height:40px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.45rem;font-size:.83rem;font-weight:700;width:100%;text-align:left;cursor:pointer}.security-mobile-quick-menu-item.is-active,.security-mobile-quick-menu-item:hover{background:#eaf2ff;border-color:#b8cff1}.security-mobile-quick-icon-wrap{width:24px;height:24px;border-radius:999px;display:inline-grid;place-items:center;background:#e9f2ff;color:#2d619d}.security-mobile-title{display:flex;align-items:center;gap:.58rem}.security-mobile-title h1{margin:0;color:#163a67;font-size:.98rem;font-weight:800}.security-account-strip{padding:.52rem .82rem .44rem;border-bottom:1px solid #d7e4fb;background:#ffffff8c}.security-account-strip .account-inline-card{width:100%;min-width:0}.security-mobile-exit{width:34px;height:34px;border:1px solid #cde0fa;border-radius:10px;background:#edf5ff;color:#2b5d9d;display:inline-grid;place-items:center;cursor:pointer}.security-mobile-exit:hover{background:#e4efff}.security-mobile-content{overflow:auto;padding:.82rem;display:grid;gap:.58rem;align-content:start}.security-mobile-content .crud-input{width:100%;min-width:0}.resident-mobile-crud-screen .crud-shell{gap:.62rem}.resident-mobile-crud-screen .crud-panel{border-radius:16px;border:1px solid #d5e4fb;background:#f9fbff}.resident-mobile-crud-screen .crud-toolbar{display:grid;gap:.6rem}.resident-mobile-crud-screen .crud-controls{width:100%;margin-left:0}.resident-mobile-crud-screen .crud-toolbar-search{width:100%;max-width:none;min-width:0}.resident-mobile-crud-screen .crud-controls .crud-input,.resident-mobile-crud-screen .crud-controls .crud-select,.resident-mobile-crud-screen .crud-toolbar-search .crud-input{width:100%;min-width:0}.resident-mobile-crud-screen .crud-actions{width:100%;flex-wrap:wrap}.resident-mobile-crud-screen .crud-actions .ghost-btn,.resident-mobile-crud-screen .crud-actions .primary-btn{width:100%;justify-self:stretch}.resident-mobile-crud-screen .crud-form-grid{grid-template-columns:1fr;gap:.56rem}.resident-mobile-crud-screen .crud-table-wrap{border-radius:14px;border-color:#d0def5}.resident-mobile-crud-screen .crud-table{min-width:620px}.resident-mobile-crud-screen .crud-table th,.resident-mobile-crud-screen .crud-table td{padding:.56rem .62rem;font-size:.8rem}.security-mobile-pane{display:grid;gap:.54rem;align-content:start}.security-mobile-card{margin:0;border:1px solid #d8e6fb;border-radius:14px;background:#fcfdff;padding:.75rem}.security-mobile-card h2{margin:.12rem 0 .62rem;color:#173965;font-size:1rem}.security-code-form{display:grid;gap:.6rem}.security-code-actions{display:grid;gap:.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}.security-inline-msg{margin-top:.5rem}.security-hidden-file-input{display:none}.security-visit-card,.security-visits-item{margin-top:.6rem;padding:.75rem;border:1px solid #d7e4fb;border-radius:12px;background:#f8fbff}.security-visit-card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.security-visit-card-head h3,.security-visit-card-head h4{margin:0}.security-visit-card p,.security-visits-item p{margin:.32rem 0 0;color:#294f7a;font-size:.88rem}.security-status-chip{display:inline-flex;align-items:center;border-radius:999px;border:1px solid transparent;font-size:.72rem;font-weight:700;padding:.2rem .58rem}.security-status-chip.is-pendiente{color:#3b5792;background:#e5eeff;border-color:#b9ccfb}.security-status-chip.is-ingreso{color:#0b7a4f;background:#dff8ec;border-color:#b7ebd3}.security-status-chip.is-salio{color:#526581;background:#ecf1f9;border-color:#d6e0ef}.security-status-chip.is-cancelado,.security-status-chip.is-denegado{color:#8a3853;background:#fde9ef;border-color:#f3c2d2}.security-status-chip.is-default{color:#355274;background:#e9f1ff;border-color:#c4d8fb}.security-summary-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.security-summary-inline{display:flex;align-items:center;gap:.35rem;overflow-x:auto;padding-bottom:.08rem}.security-summary-inline::-webkit-scrollbar{height:4px}.security-summary-inline::-webkit-scrollbar-thumb{background:#c7d8f3;border-radius:999px}.security-summary-pill{flex-shrink:0;border:1px solid #d7e5fb;border-radius:999px;background:#f8fbff;color:#4e6a91;font-size:.72rem;font-weight:700;padding:.26rem .58rem;white-space:nowrap}.security-summary-pill.is-active{border-color:#b7ebd3;background:#effcf5;color:#0f6e48}.security-summary-card{border:1px solid #d7e5fb;border-radius:12px;background:#f8fbff;padding:.52rem .58rem}.security-summary-card p{margin:0;font-size:.73rem;color:#5d7397}.security-summary-card strong{display:block;margin-top:.18rem;color:#0f2142;font-size:1.08rem}.security-summary-card.is-active{border-color:#b7ebd3;background:#effcf5}.resident-home-pane{gap:.62rem}.resident-home-hero-card{border-color:#c8dbfa;background:radial-gradient(circle at 100% 0%,rgba(141,186,255,.28),transparent 45%),radial-gradient(circle at 0% 100%,rgba(102,161,247,.2),transparent 52%),linear-gradient(180deg,#fafdff,#eef5ff)}.maintenance-home-hero-card{border-color:#d8dff9;background:radial-gradient(circle at 100% 0%,rgba(180,205,255,.3),transparent 42%),radial-gradient(circle at 0% 100%,rgba(255,190,140,.22),transparent 54%),linear-gradient(180deg,#fbfdff,#f1f5ff)}.resident-home-hero-head{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.resident-home-total-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #bfd6f9;background:#fffc;color:#1f4f88;font-size:.72rem;font-weight:800;white-space:nowrap;padding:.26rem .58rem}.resident-home-inline-stats{margin-top:.65rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.42rem}.resident-home-inline-stat{border:1px solid #d5e4fc;border-radius:11px;background:#ffffffb8;padding:.45rem .5rem}.resident-home-inline-stat p{margin:0;color:#5f779d;font-size:.71rem}.resident-home-inline-stat strong{display:block;margin-top:.14rem;color:#15365f;font-size:1.04rem}.resident-home-shortcuts-card{padding:.8rem}.resident-home-shortcuts-head{display:grid;gap:.14rem}.resident-home-shortcuts-head h3{margin:0;color:#173a66;font-size:.95rem}.resident-home-shortcuts-head p{margin:0;color:#607a9f;font-size:.79rem}.resident-home-shortcuts-grid{margin-top:.58rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.48rem}.resident-home-shortcut{border:1px solid #d4e4fb;border-radius:13px;background:#f9fbff;color:#12335a;min-height:132px;padding:.62rem;display:grid;gap:.38rem;text-align:left;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .06s ease}.resident-home-shortcut:hover{border-color:#bcd4f8;background:#f1f7ff}.resident-home-shortcut:active{transform:scale(.992)}.resident-home-shortcut:disabled{opacity:.7;cursor:not-allowed}.resident-home-shortcut:focus-visible{outline:2px solid #76a7ed;outline-offset:1px}.resident-home-shortcut-top{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.resident-home-shortcut-icon{width:30px;height:30px;border-radius:10px;display:inline-grid;place-items:center;background:#e9f2ff;color:#255d9f}.resident-home-shortcut-count{min-width:22px;height:22px;border-radius:999px;border:1px solid #c5daf8;background:#f2f8ff;color:#2a5b97;font-size:.72rem;font-weight:800;display:inline-grid;place-items:center;padding:0 .42rem}.resident-home-shortcut-title{margin:0;color:#173a66;font-size:.86rem;font-weight:800}.resident-home-shortcut-description{margin:0;color:#5b769a;font-size:.74rem;line-height:1.34}.resident-home-shortcut-action{margin-top:auto;color:#1f5ba5;font-size:.72rem;font-weight:800}.resident-home-shortcut.is-visitas .resident-home-shortcut-icon{background:#e7f1ff;color:#2661aa}.resident-home-shortcut.is-reservas .resident-home-shortcut-icon{background:#e8f8ff;color:#1f6f91}.resident-home-shortcut.is-mantenimiento .resident-home-shortcut-icon{background:#fff3e8;color:#b2621f}.resident-home-shortcut.is-avisos .resident-home-shortcut-icon{background:#fff6de;color:#ab7a14}.resident-home-shortcut.is-pagos .resident-home-shortcut-icon{background:#eceeff;color:#4a57bb}.resident-home-shortcut.is-paquetes .resident-home-shortcut-icon{background:#eaf8ee;color:#207654}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal-overlay{padding:.72rem}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal{width:min(700px,100%)}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .crud-form-card{padding:.75rem .8rem}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .crud-form-kicker{font-size:.64rem}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .crud-form-head h3{font-size:.9rem}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .crud-form-summary{font-size:.76rem}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .crud-field{gap:.25rem;font-size:.76rem}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .crud-input,:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .crud-select{height:38px;font-size:.82rem;padding:0 .62rem}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .crud-textarea,:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .crud-richtext-editor{font-size:.82rem;padding:.56rem .62rem}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .crud-meta,:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .generated-key-help,:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .visit-history-change,:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .visit-history-comment{font-size:.76rem}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .generated-key-value{font-size:.96rem;letter-spacing:.04em}:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .ghost-btn,:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .primary-btn,:is(.resident-app-shell,.security-app-shell,.maintenance-app-shell) .resident-mobile-crud-screen .crud-modal .mini-btn{font-size:.8rem}.resident-avisos-pane .security-mobile-card{display:grid;gap:.6rem}.resident-avisos-list{display:grid;gap:.58rem}.resident-aviso-item{border:1px solid #d7e4fb;border-radius:12px;background:#f8fbff;padding:.68rem;display:grid;gap:.46rem}.resident-aviso-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;color:#2e598f}.resident-aviso-head h3{margin:.3rem 0 0;color:#173965;font-size:.95rem;line-height:1.25}.resident-aviso-message{margin:0;color:#31547e;font-size:.86rem;line-height:1.45}.resident-aviso-vote-wrap{display:grid;gap:.42rem;border-top:1px solid #dee9fb;padding-top:.52rem}.resident-aviso-question{margin:0;display:flex;align-items:center;gap:.32rem;color:#1f456f;font-size:.82rem;font-weight:700}.resident-aviso-options{display:flex;flex-wrap:wrap;gap:.35rem}.resident-aviso-option{border:1px solid #c3d7f6;border-radius:999px;background:#eef5ff;color:#284d7f;min-height:34px;padding:.28rem .68rem;display:inline-flex;align-items:center;justify-content:center;gap:.26rem;font-size:.79rem;font-weight:700;cursor:pointer}.resident-aviso-option.is-active{border-color:#82b4f7;background:#2f66df;color:#fff}.resident-aviso-option:disabled{opacity:.7;cursor:not-allowed}.spin-icon{animation:resident-spin .8s linear infinite}.resident-aviso-results{margin:0;color:#547096;font-size:.77rem;line-height:1.36}.resident-aviso-my-answer{margin:0;color:#1e4a79;font-size:.79rem;font-weight:700}@keyframes resident-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.security-list-header{margin-top:.82rem;display:flex;align-items:center;justify-content:space-between;gap:.45rem}.security-list-header h3{margin:0;font-size:.95rem}.security-refresh-btn{display:inline-flex;align-items:center;gap:.34rem}.security-refresh-icon-btn{width:34px;height:34px;padding:0;display:inline-grid;place-items:center}.security-visits-search{margin-top:.35rem;display:grid;gap:.3rem;color:#59769e;font-size:.76rem;font-weight:700}.security-visits-search .crud-input{min-width:0;width:100%}.security-last-refresh{margin:.32rem 0 0;color:#6c84a9;font-size:.73rem}.security-empty-state{margin-top:.7rem;border:1px dashed #bfd2ef;border-radius:12px;background:#f8fbff;color:#4f6587;padding:.72rem;display:flex;align-items:center;gap:.45rem}.security-empty-state p{margin:0;font-size:.86rem}.security-visits-list{margin-top:.42rem;display:grid;gap:.4rem;align-content:start}.security-status-actions{margin-top:.56rem;display:flex;gap:.4rem;flex-wrap:wrap}.security-mobile-nav{position:relative;margin:.28rem .58rem calc(.24rem + env(safe-area-inset-bottom));width:calc(100% - 1.16rem);border-radius:24px;border:1px solid rgba(124,172,255,.55);background:linear-gradient(160deg,#2963affa,#174891fa);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 16px 34px -26px #09183c73,inset 0 1px #aaccff8c;padding:.28rem .38rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.26rem;align-items:stretch;color:#ecf4ff;overflow:hidden}.security-mobile-nav-item{border:1px solid transparent;border-radius:17px;background:transparent;color:#ecf4ffe6;min-height:56px;height:100%;display:grid;align-content:center;justify-items:center;gap:.08rem;font-size:.66rem;font-weight:700;cursor:pointer;position:relative;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .06s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;padding-top:.04rem}.security-mobile-nav-item:active{transform:scale(.98)}.security-mobile-nav-icon-wrap{width:28px;height:28px;border-radius:14px;display:inline-grid;place-items:center;background:transparent;color:currentColor;transition:background-color .16s ease,color .16s ease}.security-mobile-nav-label{line-height:1.1;letter-spacing:.01em;color:currentColor}.security-mobile-nav-badge{min-width:17px;height:17px;border-radius:999px;border:1px solid rgba(255,255,255,.36);background:#fff;color:#1b4f95;font-size:.62rem;font-weight:800;display:inline-grid;place-items:center;padding:0 .24rem;position:absolute;top:.36rem;right:.66rem}.security-mobile-nav-item.is-active{border-color:transparent;background:linear-gradient(180deg,#94c2ff4f,#5e98e842);color:#fff;box-shadow:none}.security-mobile-nav-item.is-active .security-mobile-nav-icon-wrap{background:#cde3ff52;color:#fff}.security-mobile-nav-item.is-active .security-mobile-nav-badge{border-color:#a8d3ff;background:#f3f8ff;color:#1e4f8a}.maintenance-mobile-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.security-camera-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0b192ea8;display:grid;place-items:center;padding:.9rem}.security-camera-modal{width:min(420px,100%);border:1px solid #d4e3fb;border-radius:14px;background:#f8fbff;padding:.78rem;display:grid;gap:.58rem}.security-camera-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.security-camera-head h3{margin:0;color:#173b66;font-size:.96rem}.security-camera-video{width:100%;min-height:230px;max-height:55dvh;border-radius:12px;background:#0f2139;object-fit:cover}@media (max-width: 640px){.security-mobile-shell{padding:0}.security-mobile-frame{width:100%;height:100dvh;border-radius:0;border:0;box-shadow:none}.security-code-actions,.security-summary-row{grid-template-columns:1fr}.resident-home-inline-stats,.resident-home-shortcuts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.security-mobile-nav-item{min-height:52px;gap:.06rem}.security-mobile-nav-label{font-size:.62rem;line-height:1}.resident-mobile-crud-screen .crud-toolbar{gap:.5rem}.resident-mobile-crud-screen .crud-actions{gap:.48rem}.resident-mobile-crud-screen .crud-actions .ghost-btn,.resident-mobile-crud-screen .crud-actions .primary-btn{min-height:44px}.resident-mobile-crud-screen .crud-row-actions{gap:.34rem}.resident-mobile-crud-screen .crud-row-actions .mini-btn,.resident-mobile-crud-screen .crud-row-actions .icon-action-btn{min-height:36px;width:auto}.resident-mobile-crud-screen .crud-card-list{gap:.55rem}.resident-mobile-crud-screen .crud-card-item{padding:.66rem}.resident-mobile-crud-screen .crud-card-title{font-size:.93rem}.resident-mobile-crud-screen .crud-card-actions .icon-action-btn{width:34px;height:34px}.resident-mobile-crud-screen .crud-card-actions .mini-btn{min-height:34px}.resident-mobile-crud-screen .crud-card-field{gap:.5rem;grid-template-columns:minmax(88px,36%) 1fr}.resident-mobile-crud-screen .crud-table{min-width:560px}}
