@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";.resident-inbox{background-color:var(--bg-main,#fff);flex-direction:column;height:100%;min-height:80vh;font-family:Inter,sans-serif;display:flex;position:relative}.inbox-view-list,.inbox-view-detail,.inbox-view-compose{background-color:#0000;flex-direction:column;flex:1;width:100%;display:flex}.inbox-header{border-bottom:1px solid var(--border,#e5e7eb);background-color:var(--bg-main,#fff);z-index:10;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.inbox-title{align-items:center;gap:.75rem;display:flex}.inbox-icon{color:var(--primary,#17a2b8)}.inbox-title h2{color:var(--text-main,#1f2937);margin:0;font-size:1.25rem;font-weight:600}.btn-new-msg{background-color:var(--primary,#17a2b8);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-weight:600;transition:all .2s;display:flex}.btn-new-msg:hover{filter:brightness(1.1)}.thread-list{background:#f8fafc;flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex;overflow-y:auto}.inbox-loading,.inbox-empty{height:100%;color:var(--text-muted,#6b7280);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.empty-icon-wrapper{color:var(--border,#e5e7eb);margin-bottom:1.5rem}.inbox-empty h3{color:var(--text-main);margin:0 0 .5rem;font-size:1.25rem}.inbox-empty p{max-width:400px;margin:0 0 1.5rem;font-size:.95rem}.btn-empty-cta{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:flex}.thread-item{border:1px solid var(--border,#e5e7eb);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;padding:1.25rem;transition:all .15s;display:flex;position:relative}.thread-item:hover{border-color:var(--primary);background:#fdfdfd}.thread-item.unread{border-left:4px solid var(--primary)}.unread-dot{background:var(--primary);border-radius:50%;width:10px;height:10px;position:absolute;top:1.25rem;left:-1.25rem}.thread-item-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.category-badge{border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.status-badge{color:#64748b;background:#64748b1a;border-radius:6px;align-self:flex-start;margin-top:.5rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.thread-date{color:var(--text-muted,#6b7280);font-size:.85rem}.thread-subject{color:var(--text-main);margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.thread-snippet{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;display:-webkit-box;overflow:hidden}.detail-header,.compose-header{border-bottom:1px solid var(--border,#e5e7eb);background-color:var(--bg-main,#fff);z-index:10;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.btn-back{color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;display:flex}.btn-back:hover{background:#f8fafc}.detail-header-info{flex:1;margin-left:1rem}.detail-badges{gap:.5rem;margin-bottom:.25rem;display:flex}.detail-header-info h2{margin:0;font-size:1.25rem;font-weight:600}.compose-header h2{margin:0 0 0 1rem;font-size:1.25rem;font-weight:600}.replies-timeline{background:#f8fafc;flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.reply-card{gap:1rem;width:100%;max-width:800px;margin:0 auto;display:flex}.reply-card.is-me{flex-direction:row-reverse}.reply-avatar{color:#fff;background:#64748b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.reply-card.is-admin .reply-avatar{background:var(--primary)}.reply-content{border:1px solid var(--border);background:#fff;border-radius:12px;flex:1;padding:1.25rem}.reply-card.is-admin .reply-content{border-color:var(--primary);background:#f0fbff}.reply-meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.reply-sender{font-size:.95rem;font-weight:600}.reply-role{color:#475569;background:#f1f5f9;border-radius:4px;padding:.15rem .4rem;font-size:.75rem}.reply-date{color:var(--text-muted);margin-left:auto;font-size:.8rem}.reply-text{white-space:pre-wrap;color:var(--text-main);font-size:1rem;line-height:1.5}.reply-status{color:var(--text-muted);justify-content:flex-end;margin-top:.5rem;display:flex}.reply-form{border-top:1px solid var(--border);background:#fff;align-items:flex-end;gap:1rem;width:100%;max-width:800px;margin:0 auto;padding:1.5rem 2rem;display:flex}.reply-form textarea{border:1px solid var(--border);resize:none;background:#f8fafc;border-radius:8px;flex:1;padding:1rem;font-family:inherit;font-size:1rem}.reply-form textarea:focus{border-color:var(--primary);background:#fff;outline:none}.btn-send{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.btn-send:disabled{opacity:.5;cursor:not-allowed}.thread-closed-banner{color:#334155;border-top:1px solid var(--border);background:#64748b1a;justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:800px;margin:0 auto;padding:1.5rem;display:flex}.compose-form{flex:1;width:100%;max-width:800px;margin:0 auto;padding:2.5rem 2rem;overflow-y:auto}.form-group label{color:var(--text-main);margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);background:#f8fafc;border-radius:8px;width:100%;padding:.85rem;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);background:#fff;outline:none}.compose-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.btn-cancel{border:1px solid var(--border);color:var(--text-main);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1.25rem;font-weight:600}.btn-submit{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-weight:600;display:flex}.btn-submit:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.inbox-header{border-bottom:none;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.inbox-title h2{font-size:1.3rem;font-weight:700}.btn-new-msg{border-radius:12px;justify-content:center;width:100%;padding:.85rem;font-size:1rem;box-shadow:0 4px 10px #17a2b826}.thread-list{background:0 0;padding:1rem}.thread-item{border-radius:12px;padding:1rem;box-shadow:0 2px 4px #00000005}.detail-header,.compose-header{flex-wrap:wrap;gap:.5rem;padding:1rem}.detail-header-info h2,.compose-header h2{font-size:1.1rem}.replies-timeline{background:0 0;gap:1rem;padding:1rem 1rem 120px}.reply-card{max-width:100%}.reply-content{border-radius:12px;padding:1rem}.reply-form{border-top:1px solid var(--border);z-index:99;background:#fff;flex-direction:row;align-items:flex-end;margin-bottom:0;padding:1rem;position:fixed;bottom:70px;left:0;right:0;box-shadow:0 -4px 15px #00000014}.reply-form textarea{border-radius:24px;min-height:48px;max-height:120px;margin:0;padding:.75rem 1.2rem}.compose-form{margin-bottom:80px;padding:1.5rem 1rem}.compose-actions{flex-direction:column;gap:.5rem}.compose-actions button{justify-content:center;width:100%}}.ainbox-full-container{background:var(--bg-main,#fff);width:100%;height:100%;min-height:80vh;color:var(--text-main);flex-direction:column;font-family:Inter,sans-serif;display:flex}.ainbox-full-container.spacious{background:#f8fafc}.ainbox-top-bar{background:var(--bg-main,#fff);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.ainbox-tabs-huge{gap:1rem;padding-bottom:4px;display:flex;overflow-x:auto}.ainbox-tabs-huge button{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.ainbox-tabs-huge button:hover{color:var(--text-main)}.ainbox-tabs-huge button.active{color:var(--primary);border-bottom-color:var(--primary)}.ainbox-controls-bar{background:var(--bg-main,#fff);border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;padding:1rem 2rem;display:flex}.ainbox-search-huge{flex:1;max-width:600px;position:relative}.ainbox-search-huge svg{color:var(--text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.ainbox-search-huge input{border:1px solid var(--border);background:#f8fafc;border-radius:8px;width:100%;padding:.85rem 1rem .85rem 3rem;font-family:inherit;font-size:1rem;transition:all .2s}.ainbox-search-huge input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 3px #17a2b81a}.ainbox-status-filters-huge{border:1px solid var(--border);background:#f8fafc;border-radius:8px;gap:.5rem;padding:.4rem;display:flex;overflow-x:auto}.ainbox-status-filters-huge button{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600}.ainbox-status-filters-huge button.active{background:var(--primary);color:#fff}.ainbox-grid-area{background:#f8fafc;flex:1;padding:2rem;overflow-y:auto}.ainbox-loading-huge,.ainbox-empty-huge{height:100%;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.ainbox-empty-huge h2{color:var(--text-main);margin:1.5rem 0 .5rem;font-size:1.5rem}.ainbox-cards-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.ainbox-card{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;padding:1.25rem;transition:all .15s;display:flex}.ainbox-card:hover{border-color:var(--primary);background:#fdfdfd}.ainbox-card-header{justify-content:space-between;margin-bottom:.75rem;display:flex}.ainbox-card-apt{color:var(--primary);font-size:.9rem;font-weight:700}.ainbox-card-date{color:var(--text-muted);font-size:.85rem}.ainbox-card-subject{align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:1.1rem;font-weight:600;display:flex}.unread-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px}.ainbox-card-snippet{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0 0 1rem;font-size:.95rem;line-height:1.4;display:-webkit-box;overflow:hidden}.ainbox-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.ainbox-badge{border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.status-open{color:#10b981;background:#10b9811a}.status-closed{color:#64748b;background:#64748b1a}.ainbox-directory-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.ainbox-dir-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;padding:1.25rem 1rem;transition:all .2s;display:flex}.ainbox-dir-card:hover{border-color:var(--primary)}.ainbox-dir-avatar{width:48px;height:48px;color:var(--primary);background:#17a2b81a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;display:flex}.ainbox-dir-info h3{margin:0 0 .15rem;font-size:1rem}.ainbox-dir-info p{color:var(--text-muted);margin:0 0 .75rem;font-size:.8rem}.ainbox-dir-warning{color:#ef4444;background:#ef44441a;border-radius:6px;margin-bottom:.75rem;padding:.2rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.ainbox-dir-actions{gap:.5rem;width:100%;margin-top:auto;display:flex}.ainbox-dir-actions button{flex:1;padding:.5rem;font-size:.8rem}.ainbox-focus-header{background:var(--bg-main,#fff);border-bottom:1px solid var(--border);z-index:10;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.ainbox-btn-back{color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem;font-size:1rem;font-weight:600;display:flex}.ainbox-btn-back:hover{background:#f8fafc}.ainbox-focus-content{flex-direction:column;flex:1;align-items:center;padding:2rem;display:flex;overflow-y:auto}.ainbox-compose-paper,.ainbox-history-paper,.ainbox-ticket-paper{border:1px solid var(--border);background:#fff;border-radius:12px;width:100%;max-width:800px;margin:0 auto}.ainbox-compose-paper{padding:2.5rem}.ainbox-compose-paper h2{margin:0 0 .5rem;font-size:1.75rem}.ainbox-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.ainbox-form-row{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.ainbox-input-group{margin-bottom:1.5rem}.ainbox-input-group label{color:var(--text-main);margin-bottom:.5rem;font-weight:600;display:block}.ainbox-input-group input,.ainbox-input-group select,.ainbox-input-group textarea{border:1px solid var(--border);background:#f8fafc;border-radius:8px;width:100%;padding:.85rem;font-family:inherit;font-size:1rem}.ainbox-input-group input:focus,.ainbox-input-group select:focus,.ainbox-input-group textarea:focus{border-color:var(--primary);background:#fff;outline:none}.ainbox-form-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.ainbox-btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.ainbox-btn-primary.huge{padding:.85rem 1.5rem;font-size:1.05rem}.ainbox-btn-outline{color:var(--text-main);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-weight:600;display:flex}.ainbox-btn-danger{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-weight:600;display:flex}.ainbox-btn-danger:hover{color:#fff;background:#ef4444}.ainbox-btn-text{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.6rem 1.25rem;font-weight:600}.ainbox-ticket-header{border-bottom:1px solid var(--border);padding:2rem}.ainbox-ticket-meta{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.ainbox-ticket-sender{color:var(--text-muted);font-size:1rem}.ainbox-ticket-status{font-size:.9rem;font-weight:700}.ainbox-ticket-title{margin:0;font-size:1.75rem;line-height:1.3}.ainbox-ticket-body{background:#fff;padding:2rem}.ainbox-messages-list{flex-direction:column;gap:1.5rem;display:flex}.ainbox-msg-wrapper{gap:1rem;display:flex}.ainbox-msg-avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.ainbox-msg-wrapper.is-resident .ainbox-msg-avatar{background:#64748b}.ainbox-msg-content{border:1px solid var(--border);background:#f8fafc;border-radius:12px;flex:1;padding:1.25rem}.ainbox-msg-wrapper.is-admin .ainbox-msg-content{border-color:var(--primary);background:#f0fbff}.ainbox-msg-top{flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;display:flex}.ainbox-msg-top strong{font-size:1rem}.ainbox-msg-top span{color:var(--text-muted);font-size:.85rem}.ainbox-msg-text{white-space:pre-wrap;color:var(--text-main);font-size:1rem;line-height:1.5}.ainbox-ticket-reply-box{border-top:1px solid var(--border);background:#fff;border-radius:0 0 12px 12px;padding:2rem}.ainbox-ticket-reply-box textarea{border:1px solid var(--border);resize:vertical;background:#f8fafc;border-radius:8px;width:100%;min-height:120px;margin-bottom:1rem;padding:1rem;font-family:inherit;font-size:1rem}.ainbox-reply-tools{justify-content:flex-end;display:flex}.ainbox-closed-banner{color:#334155;background:#64748b1a;border-radius:8px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.ainbox-history-profile{border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;padding:2rem;display:flex}.ainbox-hp-avatar{width:80px;height:80px;color:var(--primary);background:#17a2b81a;border-radius:16px;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.ainbox-hp-details h2{margin:0 0 .25rem;font-size:1.5rem}.ainbox-hp-details p{color:var(--text-muted);margin:0;font-size:1rem}.ainbox-section-title{margin:0;padding:1.5rem 2rem .5rem;font-size:1.1rem}.ainbox-history-paper .ainbox-cards-grid{grid-template-columns:1fr;padding:0 2rem 2rem}@media (width<=768px){.ainbox-full-container{border:none;border-radius:0;min-height:100vh}.ainbox-top-bar{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.ainbox-tabs-huge button{flex:1;justify-content:center;padding:.5rem;font-size:1rem}.ainbox-controls-bar{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.ainbox-search-huge{max-width:100%}.ainbox-status-filters-huge{justify-content:space-between}.ainbox-grid-area{padding:1rem}.ainbox-cards-grid,.ainbox-directory-grid{grid-template-columns:1fr}.ainbox-focus-header{flex-wrap:wrap;gap:1rem;padding:1rem}.ainbox-btn-back{font-size:.95rem}.ainbox-focus-content{background:var(--bg-main,#fff);padding:0}.ainbox-compose-paper,.ainbox-history-paper,.ainbox-ticket-paper{box-shadow:none;border:none;border-radius:0;max-width:100%}.ainbox-compose-paper{padding:1.5rem 1rem}.ainbox-form-row{grid-template-columns:1fr;gap:0}.ainbox-form-footer{flex-direction:column;gap:.5rem}.ainbox-form-footer button{width:100%}.ainbox-ticket-header{padding:1.5rem 1rem}.ainbox-ticket-title{font-size:1.5rem}.ainbox-ticket-body{padding:1.5rem 1rem}.ainbox-msg-content{padding:1rem}.ainbox-ticket-reply-box{padding:1.5rem 1rem}.ainbox-reply-tools button{width:100%}.ainbox-history-profile{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem 1rem}.ainbox-history-paper .ainbox-cards-grid{padding:0 1rem 1.5rem}}:root{--primary:#17a2b8;--primary-light:#1daec7;--accent:#e67e22;--bg-main:#f8f9fa;--bg-card:#fffffff2;--text-main:#2c3e50;--text-muted:#7f8c8d;--border:#00000014;--glass-bg:#fffc;--glass-border:#fff6;--shadow:0 10px 40px #0000000f;--radius:16px;--transition:all .4s cubic-bezier(.165, .84, .44, 1)}:root[data-theme=dark]{--bg-main:#0d1627;--bg-card:#151d30;--text-main:#e2e8f0;--text-muted:#94a3b8;--border:#ffffff14;--glass-bg:#151d30cc;--glass-border:#ffffff14;--shadow:0 10px 40px #00000059;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=dark] body{background-color:var(--bg-main)!important;color:var(--text-main)!important}:root[data-theme=dark] .glass,:root[data-theme=dark] .card,:root[data-theme=dark] .message-card,:root[data-theme=dark] .update-option-card,:root[data-theme=dark] [style*="background: white"],:root[data-theme=dark] [style*="background: #fff"],:root[data-theme=dark] [style*="background: #ffffff"],:root[data-theme=dark] [style*="background: rgb(255, 255, 255)"],:root[data-theme=dark] [style*="background:rgb(255,255,255)"],:root[data-theme=dark] [style*="background-color: white"],:root[data-theme=dark] [style*="background-color: #fff"],:root[data-theme=dark] [style*="background-color: #ffffff"],:root[data-theme=dark] [style*="background-color: rgb(255, 255, 255)"],:root[data-theme=dark] [style*="background-color:rgb(255,255,255)"]{background-color:var(--bg-card)!important;color:var(--text-main)!important;border-color:var(--border)!important;box-shadow:var(--shadow)!important;background-image:none!important}:root[data-theme=dark] [style*="background: #f8fafc"],:root[data-theme=dark] [style*="background-color: #f8fafc"],:root[data-theme=dark] [style*="background: rgb(248, 250, 252)"],:root[data-theme=dark] [style*="background:rgb(248,250,252)"],:root[data-theme=dark] [style*="background-color: rgb(248, 250, 252)"],:root[data-theme=dark] [style*="background-color:rgb(248,250,252)"],:root[data-theme=dark] [style*="background: #f1f5f9"],:root[data-theme=dark] [style*="background-color: #f1f5f9"],:root[data-theme=dark] [style*="background: rgb(241, 245, 249)"],:root[data-theme=dark] [style*="background:rgb(241,245,249)"],:root[data-theme=dark] [style*="background-color: rgb(241, 245, 249)"],:root[data-theme=dark] [style*="background-color:rgb(241,245,249)"],:root[data-theme=dark] [style*="background: #fafafa"],:root[data-theme=dark] [style*="background-color: #fafafa"],:root[data-theme=dark] [style*="background: rgb(250, 250, 250)"],:root[data-theme=dark] [style*="background:rgb(250,250,250)"],:root[data-theme=dark] [style*="background-color: rgb(250, 250, 250)"],:root[data-theme=dark] [style*="background-color:rgb(250,250,250)"],:root[data-theme=dark] [style*="background: #f8f9fa"],:root[data-theme=dark] [style*="background-color: #f8f9fa"],:root[data-theme=dark] [style*="background: rgb(248, 249, 250)"],:root[data-theme=dark] [style*="background:rgb(248,249,250)"],:root[data-theme=dark] [style*="background-color: rgb(248, 249, 250)"],:root[data-theme=dark] [style*="background-color:rgb(248,249,250)"]{background-color:var(--bg-main)!important;color:var(--text-main)!important}:root[data-theme=dark] [style*="color: #1a2332"],:root[data-theme=dark] [style*="color: #1e293b"],:root[data-theme=dark] [style*="color: #0f172a"],:root[data-theme=dark] [style*="color: #333"],:root[data-theme=dark] [style*="color: #333333"],:root[data-theme=dark] [style*="color: #475569"],:root[data-theme=dark] [style*="color: #2c3e50"],:root[data-theme=dark] [style*="color: #000"],:root[data-theme=dark] [style*="color: #000000"],:root[data-theme=dark] [style*="color: black"],:root[data-theme=dark] [style*="color: rgb(26, 35, 50)"],:root[data-theme=dark] [style*="color: rgb(30, 41, 59)"],:root[data-theme=dark] [style*="color: rgb(15, 23, 42)"],:root[data-theme=dark] [style*="color:rgb(26,35,50)"],:root[data-theme=dark] [style*="color:rgb(30,41,59)"],:root[data-theme=dark] [style*="color:rgb(15,23,42)"]{color:var(--text-main)!important}:root[data-theme=dark] [style*="color: #64748b"],:root[data-theme=dark] [style*="color: rgb(100, 116, 139)"],:root[data-theme=dark] [style*="color:rgb(100,116,139)"]{color:var(--text-muted)!important}:root[data-theme=dark] .message-name{color:var(--primary)!important}:root[data-theme=dark] .message-body{background-color:var(--bg-main)!important;color:var(--text-main)!important;border-color:var(--border)!important}:root[data-theme=dark] .message-badge-status.status-nuevo{color:#fbbf24!important;background:#f59e0b26!important;border:1px solid #f59e0b4d!important}:root[data-theme=dark] .message-badge-status.status-resuelto{color:#34d399!important;background:#10b98126!important;border:1px solid #10b9814d!important}:root[data-theme=dark] .msg-btn-copy{border-color:var(--border)!important;color:var(--text-main)!important;background:#ffffff0d!important}:root[data-theme=dark] .msg-btn-resolve{color:#34d399!important;background:#10b98126!important;border-color:#10b9814d!important}:root[data-theme=dark] .msg-btn-delete{color:#f87171!important;background:#ef444426!important;border-color:#ef44444d!important}:root[data-theme=dark] .msg-btn-gmail{color:#fca5a5!important;background:#ea433526!important;border-color:#ea43354d!important}:root[data-theme=dark] .msg-btn-outlook{color:#93c5fd!important;background:#3b82f626!important;border-color:#3b82f64d!important}:root[data-theme=dark] [style*="background: #fef2f2"],:root[data-theme=dark] [style*="background-color: #fef2f2"],:root[data-theme=dark] [style*="background: rgb(254, 242, 242)"],:root[data-theme=dark] [style*="background-color: rgb(254, 242, 242)"],:root[data-theme=dark] [style*="background:rgb(254,242,242)"],:root[data-theme=dark] [style*="background-color:rgb(254,242,242)"],:root[data-theme=dark] [style*="background: #fff5f5"],:root[data-theme=dark] [style*="background-color: #fff5f5"],:root[data-theme=dark] [style*="background: rgb(255, 245, 245)"],:root[data-theme=dark] [style*="background-color: rgb(255, 245, 245)"]{color:#f87171!important;background-color:#ef444426!important;border-color:#ef44444d!important}:root[data-theme=dark] [style*="background: #eff6ff"],:root[data-theme=dark] [style*="background-color: #eff6ff"],:root[data-theme=dark] [style*="background: rgb(239, 246, 255)"],:root[data-theme=dark] [style*="background-color: rgb(239, 246, 255)"],:root[data-theme=dark] [style*="background:rgb(239,246,255)"],:root[data-theme=dark] [style*="background-color:rgb(239,246,255)"]{color:#93c5fd!important;background-color:#3b82f626!important;border-color:#3b82f64d!important}:root[data-theme=dark] [style*="background: #f0fff4"],:root[data-theme=dark] [style*="background-color: #f0fff4"],:root[data-theme=dark] [style*="background: rgb(240, 255, 244)"],:root[data-theme=dark] [style*="background-color: rgb(240, 255, 244)"],:root[data-theme=dark] [style*="background:rgb(240,255,244)"],:root[data-theme=dark] [style*="background-color:rgb(240,255,244)"],:root[data-theme=dark] [style*="background: #ecfdf5"],:root[data-theme=dark] [style*="background-color: #ecfdf5"],:root[data-theme=dark] [style*="background: rgb(236, 253, 245)"],:root[data-theme=dark] [style*="background-color: rgb(236, 253, 245)"],:root[data-theme=dark] [style*="background:rgb(236,253,245)"],:root[data-theme=dark] [style*="background-color:rgb(236,253,245)"],:root[data-theme=dark] [style*="background: #f0fff4"],:root[data-theme=dark] [style*="background-color: #f0fff4"]{color:#34d399!important;background-color:#10b9811a!important;border-color:#10b98133!important}:root[data-theme=dark] #contenidoPDF .warning,:root[data-theme=dark] [style*="background: #fefce8"],:root[data-theme=dark] [style*="background-color: #fefce8"],:root[data-theme=dark] [style*="background: rgb(254, 252, 232)"],:root[data-theme=dark] [style*="background-color: rgb(254, 252, 232)"]{color:#fbbf24!important;background-color:#f59e0b1a!important;border-color:#f59e0b33!important}:root[data-theme=dark] button[style*="background: white"],:root[data-theme=dark] button[style*="background: #fff"],:root[data-theme=dark] button[style*="background: rgb(255, 255, 255)"]{color:var(--text-main)!important;border-color:var(--border)!important;background:#ffffff0d!important}:root[data-theme=dark] button[style*="background: white"]:hover,:root[data-theme=dark] button[style*="background: #fff"]:hover{background:#ffffff14!important}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea{background-color:var(--bg-main)!important;color:var(--text-main)!important;border:1px solid var(--border)!important}:root[data-theme=dark] input:focus,:root[data-theme=dark] select:focus,:root[data-theme=dark] textarea:focus{border-color:var(--primary)!important;outline:none!important}:root[data-theme=dark] p,:root[data-theme=dark] label,:root[data-theme=dark] span:not(.message-badge-status):not([style*=color]),:root[data-theme=dark] strong:not([style*=color]){color:var(--text-main)!important}:root[data-theme=dark] .text-muted,:root[data-theme=dark] p[style*="color: var(--text-muted)"],:root[data-theme=dark] span[style*="color: var(--text-muted)"]{color:var(--text-muted)!important}:root[data-theme=dark] h1,:root[data-theme=dark] h2,:root[data-theme=dark] h3,:root[data-theme=dark] h4,:root[data-theme=dark] h5,:root[data-theme=dark] h6{color:var(--primary)!important}:root[data-theme=dark] th,:root[data-theme=dark] td,:root[data-theme=dark] table,:root[data-theme=dark] hr{border-color:var(--border)!important}:root[data-theme=dark] .sidebar-btn:hover{background-color:#ffffff0d!important}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none;padding-bottom:env(safe-area-inset-bottom);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--primary);font-family:Outfit,sans-serif;font-weight:600}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow);border-radius:var(--radius)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{border-radius:var(--radius);cursor:pointer;transition:var(--transition);-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.8rem 1.5rem;font-family:Outfit,sans-serif;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 12px 24px #0000001a}.btn:active{transform:translateY(-1px)}.card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);transition:var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;padding:2.5rem;display:flex}.card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.form-group{margin-bottom:1.5rem}label{margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}input,select,textarea{border:1px solid var(--border);width:100%;transition:var(--transition);background:#fff;border-radius:8px;min-height:48px;padding:.8rem;font-family:inherit;font-size:16px}input[type=checkbox],input[type=radio]{cursor:pointer;vertical-align:middle;width:18px;height:18px;min-height:18px;accent-color:var(--primary);flex-shrink:0;margin:0;padding:0;display:inline-block}input:focus,select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #3498db1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.5s ease-out forwards fadeIn}.registration-container{background:0 0!important}#contenidoPDF h1{color:var(--primary);text-align:center;border-bottom:none;padding-bottom:0;font-size:2.2rem}#contenidoPDF h2{color:var(--text);border-left:none;border-bottom:2px solid var(--bg-main);background:0 0;margin-top:2rem;margin-bottom:1.5rem;padding-bottom:.75rem;padding-left:0;font-size:1.25rem}#contenidoPDF h3{color:var(--text-muted);margin-top:1.5rem;margin-bottom:.5rem;font-size:1rem}#contenidoPDF .section{border:1px solid var(--border);background:var(--bg-card);border-radius:16px;margin-top:1.5rem;padding:2rem;box-shadow:0 4px 6px #00000005}#contenidoPDF .item-box{border:1px solid var(--border);background:var(--bg-main);border-radius:12px;margin-top:1rem;padding:1.5rem}#contenidoPDF label{color:var(--text);margin-top:.75rem;margin-bottom:.25rem;font-size:.9rem;font-weight:500;display:block}#contenidoPDF .certificacion-box{color:#b45309;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:8px;align-items:flex-start;gap:12px;margin-top:1rem;padding:1rem;font-size:.85rem;display:flex}#contenidoPDF .certificacion-box input{width:auto!important;margin:4px 0 0!important}#contenidoPDF input[type=text],#contenidoPDF input[type=tel],#contenidoPDF input[type=email],#contenidoPDF input[type=date],#contenidoPDF input[type=number],#contenidoPDF select{border:1px solid var(--border);box-sizing:border-box;background:var(--bg-main);border-radius:10px;width:100%;margin-top:.25rem;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}#contenidoPDF input[type=text]:focus,#contenidoPDF input[type=tel]:focus,#contenidoPDF input[type=email]:focus,#contenidoPDF input[type=date]:focus,#contenidoPDF input[type=number]:focus,#contenidoPDF select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0ea5e91a}#contenidoPDF input[type=text]{text-transform:uppercase}#contenidoPDF input:disabled{background-color:var(--border);color:var(--text-muted);cursor:not-allowed;opacity:.7}#contenidoPDF .row{flex-wrap:wrap;gap:1rem;display:flex}#contenidoPDF .col{flex:1;min-width:220px}#contenidoPDF .warning{color:#dc2626;text-align:center;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:1.5rem 0;padding:1rem;font-size:.9rem;font-weight:500}#contenidoPDF .note{color:var(--text-muted);margin-top:.25rem;margin-bottom:1rem;font-size:.85rem;font-style:italic;display:block}#contenidoPDF .entrega-info{background-color:var(--bg-main);border:1px dashed var(--border);color:var(--text-muted);border-radius:12px;margin-top:2rem;padding:1.5rem;font-size:.9rem}#contenidoPDF .entrega-info ul{margin:1rem 0 0 1.5rem;padding:0}#contenidoPDF .entrega-info li{margin-bottom:.5rem}#contenidoPDF .juramento{border:1px solid var(--border);text-align:justify;background:var(--bg-main);color:var(--text);border-radius:12px;margin-top:1rem;padding:1.5rem;font-size:.9rem;font-style:italic;line-height:1.6}#contenidoPDF .submit-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;max-width:300px;margin:2rem auto;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:block}#contenidoPDF .submit-btn:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e933}#contenidoPDF .opciones-registro{justify-content:center;gap:2.5rem;margin-bottom:1rem;padding:1rem;display:flex}#contenidoPDF .opciones-registro label{cursor:pointer;align-items:center;gap:.5rem;margin-top:0;font-size:1.05rem;display:flex}#contenidoPDF .opciones-registro input[type=radio]{cursor:pointer;width:1.25rem;height:1.25rem}@media print{.no-print{display:none!important}body{background:#fff;margin:0}#contenidoPDF{box-shadow:none;padding:0}.registration-container{background:#fff;padding:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tab-navigation{border-bottom:2px solid var(--border);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--primary) transparent;gap:.5rem;margin-bottom:2rem;padding-bottom:8px;overflow:auto hidden;display:flex!important}.tab-navigation::-webkit-scrollbar{height:6px;display:block}.tab-navigation::-webkit-scrollbar-track{background:#00000005;border-radius:10px}.tab-navigation::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;transition:background .2s}.tab-navigation::-webkit-scrollbar-thumb:hover{background:var(--primary)}.admin-layout{gap:2rem;max-width:1400px;min-height:calc(100vh - 80px);margin:0 auto;padding:2rem;display:flex}.admin-sidebar{scrollbar-width:thin;scrollbar-color:#0000001a transparent;border-radius:24px;flex-direction:column;gap:.5rem;width:280px;max-height:calc(100vh - 130px);padding:2rem 1.5rem;display:flex;position:sticky;top:100px;overflow-y:auto}.admin-sidebar::-webkit-scrollbar{width:5px}.admin-sidebar::-webkit-scrollbar-track{background:0 0}.admin-sidebar::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.admin-sidebar::-webkit-scrollbar-thumb:hover{background:#00000040}.admin-content{border-radius:24px;flex:1;padding:3rem;overflow:hidden}.mobile-admin-nav{display:none}.gallery-desktop-tabs,.bookings-desktop-tabs{display:flex}.gallery-mobile-nav,.bookings-mobile-nav{display:none}.mobile-directory{display:none!important}.modal-container-layout{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:1020px;height:85vh;max-height:720px;display:flex;overflow:hidden;box-shadow:0 25px 60px -12px #0006}.modal-overlay-layout{padding:.75rem}.modal-body-layout{flex:1;min-height:0;display:flex}.modal-sidebar-layout{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;gap:.2rem;width:185px;padding:.75rem .6rem;display:flex;overflow-y:auto}.modal-tab-btn{cursor:pointer;text-align:left;border:none;border-radius:8px;align-items:center;gap:.55rem;width:100%;padding:.55rem .75rem;font-size:.83rem;transition:all .15s;display:flex}.message-card{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem;padding:1.75rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.message-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000005}.message-card.status-nuevo{border-left:5px solid var(--accent)!important}.message-card.status-resuelto{border-left:5px solid #10b981!important}.message-content{flex:1;min-width:0}.message-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.message-name{color:#1e293b;letter-spacing:-.01em;margin:0;font-size:1.25rem;font-weight:700}.message-badges{align-items:center;gap:.5rem;display:flex}.message-badge-status{letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.message-badge-status.status-nuevo{color:#d97706;background:#fef3c7;border:1px solid #fde68a}.message-badge-status.status-resuelto{color:#059669;background:#d1fae5;border:1px solid #a7f3d0}.message-email{color:var(--primary);word-break:break-all;margin:0 0 1rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.message-body{color:#334155;white-space:pre-wrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:0;padding:1.25rem;font-size:.975rem;line-height:1.6}.message-date{color:var(--text-muted);align-items:center;gap:.25rem;margin:.75rem 0 0;font-size:.8rem;display:flex}.message-actions{flex-direction:column;flex-shrink:0;gap:.75rem;width:180px;display:flex}.msg-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.65rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s ease-in-out;display:flex}.msg-btn:hover{filter:brightness(.95);transform:translateY(-1px)}.msg-btn:active{transform:translateY(0)}.msg-btn-copy{color:#334155;background:#f1f5f9;border-color:#cbd5e1}.msg-btn-resolve{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.msg-btn-delete{color:#c53030;background:#fff5f5;border-color:#fed7d7}.msg-email-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.msg-btn-gmail{color:#b91c1c;cursor:pointer;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;justify-content:center;align-items:center;padding:.65rem .5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s ease-in-out;display:flex}.msg-btn-gmail:hover{color:#b91c1c;background:#fee2e2;transform:translateY(-1px)}.msg-btn-outlook{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;justify-content:center;align-items:center;padding:.65rem .5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s ease-in-out;display:flex}.msg-btn-outlook:hover{color:#1d4ed8;background:#dbeafe;transform:translateY(-1px)}.bottom-nav{display:none}.gallery-menu-grid{grid-template-columns:repeat(5,1fr);gap:1.2rem;margin-top:1rem;display:grid}.gallery-menu-card{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;color:var(--text-main);border-radius:16px;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem 1rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 6px #00000005}.gallery-menu-card span{color:var(--text-main);text-align:center;font-size:.9rem;font-weight:600}.gallery-menu-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 15px #0000000d}.pdf-iframe{border:none;border-radius:12px;width:100%;height:75vh;display:block}@media (width<=768px){.desktop-nav,.mobile-toggle{display:none!important}.gallery-mobile-nav,.bookings-mobile-nav{z-index:90;background:var(--bg-main);margin-bottom:1rem;padding:.5rem 1rem;position:sticky;top:0;display:block!important}.hide-on-mobile{display:none!important}.gallery-menu-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.gallery-menu-card:last-child{grid-column:span 2!important}.pdf-iframe{height:55vh!important;max-height:calc(100vh - 240px - env(safe-area-inset-bottom))!important}.bottom-nav{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--glass-border);width:100%;padding:.5rem 0 calc(.5rem + env(safe-area-inset-bottom)) 0;z-index:999;justify-content:space-around;position:fixed;bottom:0;left:0;box-shadow:0 -4px 20px #0000000d;display:flex!important}.bottom-nav-item{color:var(--text-muted);-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;padding:.5rem;font-size:.65rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.bottom-nav-item.active{color:var(--primary)}.bottom-nav-item svg{transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.bottom-nav-item.active svg{color:var(--primary);transform:scale(1.15)}body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}footer{padding-bottom:calc(70px + .5rem + env(safe-area-inset-bottom))!important}.admin-layout{flex-direction:column!important;height:auto!important;padding:1rem 0!important}.admin-sidebar{display:none!important}.mobile-admin-nav{z-index:90;background:var(--bg-main);margin-bottom:1rem;padding:.5rem 1rem;position:sticky;top:0;display:block!important}.admin-content{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:1rem!important;overflow-y:visible!important}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;display:block;overflow-x:auto}.responsive-flex{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.responsive-flex>div{width:100%!important}.responsive-flex button{justify-content:center!important;width:100%!important}.responsive-flex input{width:100%!important;max-width:100%!important}.modal-content{width:95%!important;padding:1.5rem!important}.grid-cards{grid-template-columns:1fr!important}h1{font-size:clamp(2rem,8vw,3rem)!important}h2{font-size:clamp(1.5rem,6vw,2.5rem)!important}.card{border-radius:20px;padding:1.5rem!important}.container{padding:0 1rem}.registration-container{padding:.5rem .25rem!important}#contenidoPDF{border-radius:16px!important;padding:1.25rem .75rem!important}#contenidoPDF h1{margin-bottom:1rem!important;font-size:1.6rem!important}#contenidoPDF h2{margin-top:1.5rem!important;margin-bottom:1rem!important;font-size:1.2rem!important}#contenidoPDF .section{border-radius:12px!important;margin-top:1rem!important;padding:1.25rem .75rem!important}#contenidoPDF .item-box{border-radius:10px!important;margin-top:.75rem!important;padding:.75rem!important}#contenidoPDF label{margin-top:.5rem!important;font-size:.85rem!important}#contenidoPDF input,#contenidoPDF select{padding:.6rem .75rem!important;font-size:16px!important}#apartamento{max-width:120px!important}#contenidoPDF .opciones-registro{flex-direction:column!important;align-items:flex-start!important;gap:.8rem!important;padding:1rem!important}#contenidoPDF .row{flex-direction:column!important;gap:.5rem!important}#contenidoPDF .col{width:100%!important;min-width:100%!important}#contenidoPDF .row.row-2col-mobile{flex-direction:row!important;grid-template-columns:1fr 1fr!important;gap:.5rem!important;display:grid!important}#contenidoPDF .row.row-2col-mobile .col{width:auto!important;min-width:auto!important}#contenidoPDF .row.row-3col-mobile{flex-direction:row!important;grid-template-columns:2fr 1fr 2fr!important;gap:.5rem!important;display:grid!important}#contenidoPDF .row.row-3col-mobile .col{width:auto!important;min-width:auto!important}#contenidoPDF .row.row-telentry-mobile{flex-direction:row!important;grid-template-columns:1fr 2fr!important;gap:.5rem!important;display:grid!important}#contenidoPDF .row.row-telentry-mobile .col{width:auto!important;min-width:auto!important}#contenidoPDF .row.row-emergency-mobile{flex-direction:row!important;grid-template-columns:1fr 1fr!important;gap:.5rem!important;display:grid!important}#contenidoPDF .row.row-emergency-mobile .col{width:auto!important;min-width:auto!important}#contenidoPDF .row.row-emergency-mobile .col:first-child{grid-column:span 2!important}#contenidoPDF .row.row-vehicle-mobile{flex-direction:row!important;grid-template-columns:1fr 1fr!important;gap:.5rem!important;display:grid!important}#contenidoPDF .row.row-vehicle-mobile .col{width:auto!important;min-width:auto!important}#contenidoPDF .row.row-vehicle-mobile .col:first-child,#contenidoPDF .row.row-vehicle-mobile .col:nth-child(2),#contenidoPDF .row.row-vehicle-mobile .col:nth-child(3),#contenidoPDF .row.row-vehicle-mobile .col:nth-child(4),#contenidoPDF .row.row-vehicle-mobile .col:nth-child(5),#contenidoPDF .row.row-vehicle-mobile .col:nth-child(6){grid-column:span 1!important}#contenidoPDF .row.row-service-mobile{flex-direction:row!important;grid-template-columns:1fr 1fr!important;gap:.5rem!important;display:grid!important}#contenidoPDF .row.row-service-mobile .col{width:auto!important;min-width:auto!important}#contenidoPDF .row.row-service-mobile .col:first-child{grid-column:span 2!important}#contenidoPDF .row.row-service-mobile .col:nth-child(2),#contenidoPDF .row.row-service-mobile .col:nth-child(3){grid-column:span 1!important}#contenidoPDF .certificacion-box{padding:1rem!important}#contenidoPDF .warning{margin:1rem 0!important;padding:.8rem!important;font-size:.85rem!important}#contenidoPDF .submit-btn{width:100%!important;margin:1rem 0!important}.mobile-directory{flex-direction:column!important;gap:1rem!important;padding:0 .5rem!important;display:flex!important}.modal-overlay-layout{padding:0!important}.modal-container-layout{height:calc(100vh - 70px - env(safe-area-inset-bottom))!important;border-radius:0!important}.modal-body-layout{flex-direction:column!important}.modal-sidebar-layout{-webkit-overflow-scrolling:touch;white-space:nowrap!important;border-bottom:1px solid #e2e8f0!important;border-right:none!important;flex-direction:row!important;flex-shrink:0!important;gap:.5rem!important;width:100%!important;height:auto!important;padding:.5rem!important;overflow:auto hidden!important}.modal-tab-btn{flex-shrink:0!important;width:auto!important;padding:.5rem .75rem!important;font-size:.8rem!important}.modal-content-layout{gap:.8rem!important;padding:1rem!important}.modal-row-layout{grid-template-columns:1fr!important;gap:.6rem!important}.modal-footer-layout{flex-direction:column!important;align-items:stretch!important;gap:.75rem!important;padding:.75rem 1rem!important}.modal-footer-buttons{gap:.5rem!important;width:100%!important}.modal-footer-buttons button{flex:1!important;justify-content:center!important;padding:.6rem 1rem!important;font-size:.85rem!important}.message-card{flex-direction:column!important;align-items:stretch!important;gap:1rem!important;padding:1.25rem!important}.message-actions{margin-top:.5rem;width:100%!important}}:root[data-theme=dark] .modal-container-layout{background-color:var(--bg-card)!important;color:var(--text-main)!important;border:1px solid var(--border)!important}:root[data-theme=dark] .modal-sidebar-layout{background-color:var(--bg-main)!important;border-right:1px solid var(--border)!important}:root[data-theme=dark] .modal-tab-btn{color:var(--text-muted)!important;background-color:#0000!important}:root[data-theme=dark] .modal-tab-btn:hover{background-color:#ffffff08!important}:root[data-theme=dark] option{background-color:var(--bg-card)!important;color:var(--text-main)!important}:root[data-theme=dark] .tab-navigation::-webkit-scrollbar-thumb{background:var(--border)!important}:root[data-theme=dark] [style*="background: #e8f4fd"],:root[data-theme=dark] [style*="background-color: #e8f4fd"],:root[data-theme=dark] [style*="background: rgb(232, 244, 253)"],:root[data-theme=dark] [style*="background-color: rgb(232, 244, 253)"]{color:#93c5fd!important;background-color:#3b82f61f!important;border:1px solid #3b82f64d!important}:root[data-theme=dark] [style*="color: #0056b3"],:root[data-theme=dark] [style*="color: rgb(0, 86, 179)"]{color:#93c5fd!important}:root[data-theme=dark] [style*="background: #d1fae5"],:root[data-theme=dark] [style*="background-color: #d1fae5"],:root[data-theme=dark] [style*="background: rgb(209, 250, 229)"],:root[data-theme=dark] [style*="background-color: rgb(209, 250, 229)"]{color:#34d399!important;background-color:#10b98126!important;border-color:#10b9814d!important}:root[data-theme=dark] [style*="background: #fff9db"],:root[data-theme=dark] [style*="background-color: #fff9db"],:root[data-theme=dark] [style*="background: rgb(255, 249, 219)"],:root[data-theme=dark] [style*="background-color: rgb(255, 249, 219)"]{color:#fbbf24!important;background-color:#f59e0b26!important;border-color:#f59e0b4d!important}:root[data-theme=dark] [style*="color: #065f46"],:root[data-theme=dark] [style*="color: rgb(6, 95, 70)"]{color:#34d399!important}:root[data-theme=dark] [style*="color: #856404"],:root[data-theme=dark] [style*="color: rgb(133, 100, 4)"]{color:#fbbf24!important}.modal-content-layout{flex-direction:column;flex:1;gap:1rem;padding:1.25rem 1.75rem;display:flex;overflow-y:auto}:root[data-theme=dark] [style*="background: #f0f4ff"],:root[data-theme=dark] [style*="background-color: #f0f4ff"],:root[data-theme=dark] [style*="background: rgb(240, 244, 255)"],:root[data-theme=dark] [style*="background-color: rgb(240, 244, 255)"]{color:var(--text-main)!important;border-color:var(--border)!important;background-color:#17a2b826!important}:root[data-theme=dark] [style*="background: #f0fdf4"],:root[data-theme=dark] [style*="background-color: #f0fdf4"],:root[data-theme=dark] [style*="background: rgb(240, 253, 244)"],:root[data-theme=dark] [style*="background-color: rgb(240, 253, 244)"]{color:#34d399!important;background-color:#10b98126!important}:root[data-theme=dark] [style*="background: #e0e7ff"],:root[data-theme=dark] [style*="background-color: #e0e7ff"],:root[data-theme=dark] [style*="background: rgb(224, 231, 255)"],:root[data-theme=dark] [style*="background-color: rgb(224, 231, 255)"]{color:#818cf8!important;background-color:#6366f126!important}:root[data-theme=dark] [style*="color: #991b1b"],:root[data-theme=dark] [style*="color: rgb(153, 27, 27)"]{color:#f87171!important}:root[data-theme=dark] [style*="color: #3730a3"],:root[data-theme=dark] [style*="color: rgb(55, 48, 163)"]{color:#818cf8!important}:root[data-theme=dark] [style*="color: #166534"],:root[data-theme=dark] [style*="color: rgb(22, 101, 52)"]{color:#34d399!important}:root[data-theme=dark] [style*="background: #dcfce7"],:root[data-theme=dark] [style*="background-color: #dcfce7"],:root[data-theme=dark] [style*="background: rgb(220, 252, 231)"],:root[data-theme=dark] [style*="background-color: rgb(220, 252, 231)"]{color:#34d399!important;background-color:#10b98126!important}:root[data-theme=dark] [style*="background: #fee2e2"],:root[data-theme=dark] [style*="background-color: #fee2e2"],:root[data-theme=dark] [style*="background: rgb(254, 226, 226)"],:root[data-theme=dark] [style*="background-color: rgb(254, 226, 226)"]{color:#f87171!important;background-color:#ef444426!important}:root[data-theme=dark] [style*="color: #16a34a"],:root[data-theme=dark] [style*="color: rgb(22, 163, 74)"]{color:#34d399!important}:root[data-theme=dark] [style*="color: #dc2626"],:root[data-theme=dark] [style*="color: rgb(220, 38, 38)"]{color:#f87171!important}:root[data-theme=dark] [style*="color: #4f46e5"],:root[data-theme=dark] [style*="color: rgb(79, 70, 229)"]{color:#818cf8!important}:root[data-theme=dark] [style*="background: #eef2f7"],:root[data-theme=dark] [style*="background-color: #eef2f7"],:root[data-theme=dark] [style*="background: rgb(238, 242, 247)"],:root[data-theme=dark] [style*="background-color: rgb(238, 242, 247)"]{color:var(--text-main)!important;background-color:#ffffff14!important}:root[data-theme=dark] [style*="background: #c8e6c9"],:root[data-theme=dark] [style*="background-color: #c8e6c9"],:root[data-theme=dark] [style*="background: rgb(200, 230, 201)"],:root[data-theme=dark] [style*="background-color: rgb(200, 230, 201)"]{color:#34d399!important;background-color:#10b98126!important}:root[data-theme=dark] [style*="color: #2e7d32"],:root[data-theme=dark] [style*="color: rgb(46, 125, 50)"]{color:#34d399!important}:root[data-theme=dark] tr[style*="background: #f0fff4"],:root[data-theme=dark] tr[style*="background-color: #f0fff4"],:root[data-theme=dark] tr[style*="background: rgb(240, 255, 244)"],:root[data-theme=dark] tr[style*="background-color: rgb(240, 255, 244)"]{background-color:#10b9810d!important}:root[data-theme=dark] [style*="background: #fff8e1"],:root[data-theme=dark] [style*="background-color: #fff8e1"],:root[data-theme=dark] [style*="background: rgb(255, 248, 225)"],:root[data-theme=dark] [style*="background-color: rgb(255, 248, 225)"]{color:#fbbf24!important;background-color:#f59e0b26!important;border-color:#f59e0b4d!important}:root[data-theme=dark] [style*="color: #f57f17"],:root[data-theme=dark] [style*="color: rgb(245, 127, 23)"]{color:#fbbf24!important}:root[data-theme=dark] [style*="background: #e8f5e9"],:root[data-theme=dark] [style*="background-color: #e8f5e9"],:root[data-theme=dark] [style*="background: rgb(232, 245, 233)"],:root[data-theme=dark] [style*="background-color: rgb(232, 245, 233)"]{color:#34d399!important;background-color:#10b98126!important;border-color:#10b9814d!important}:root[data-theme=dark] [style*="background: #e0f7fa"],:root[data-theme=dark] [style*="background-color: #e0f7fa"],:root[data-theme=dark] [style*="background: rgb(224, 247, 250)"],:root[data-theme=dark] [style*="background-color: rgb(224, 247, 250)"]{color:#3be1f6!important;background-color:#17a2b826!important;border-color:#17a2b84d!important}:root[data-theme=dark] [style*="color: #00838f"],:root[data-theme=dark] [style*="color: rgb(0, 131, 143)"]{color:#3be1f6!important}:root[data-theme=dark] [style*="background: #efebe9"],:root[data-theme=dark] [style*="background-color: #efebe9"],:root[data-theme=dark] [style*="background: rgb(239, 235, 233)"],:root[data-theme=dark] [style*="background-color: rgb(239, 235, 233)"]{color:var(--text-muted)!important;border-color:var(--border)!important;background-color:#ffffff0d!important}:root[data-theme=dark] [style*="color: #4e342e"],:root[data-theme=dark] [style*="color: rgb(78, 52, 46)"]{color:var(--text-muted)!important}:root[data-theme=dark] [style*="background: #ffebee"],:root[data-theme=dark] [style*="background-color: #ffebee"],:root[data-theme=dark] [style*="background: rgb(255, 235, 238)"],:root[data-theme=dark] [style*="background-color: rgb(255, 235, 238)"]{color:#f87171!important;background-color:#ef444426!important;border-color:#ef44444d!important}:root[data-theme=dark] [style*="background: #e3f2fd"],:root[data-theme=dark] [style*="background-color: #e3f2fd"],:root[data-theme=dark] [style*="background: rgb(227, 242, 253)"],:root[data-theme=dark] [style*="background-color: rgb(227, 242, 253)"]{color:#93c5fd!important;background-color:#3b82f61f!important}:root[data-theme=dark] [style*="background: #fce4ec"],:root[data-theme=dark] [style*="background-color: #fce4ec"],:root[data-theme=dark] [style*="background: rgb(252, 228, 236)"],:root[data-theme=dark] [style*="background-color: rgb(252, 228, 236)"]{color:#f87171!important;background-color:#ef44441f!important}:root[data-theme=dark] [style*="color: #1565c0"],:root[data-theme=dark] [style*="color: rgb(21, 101, 192)"]{color:#93c5fd!important}:root[data-theme=dark] [style*="color: #b71c1c"],:root[data-theme=dark] [style*="color: rgb(183, 28, 28)"]{color:#f87171!important}:root[data-theme=dark] [style*="border: 2px solid #66bb6a"],:root[data-theme=dark] [style*="border:2px solid #66bb6a"],:root[data-theme=dark] [style*="border: 2px solid rgb(102, 187, 106)"],:root[data-theme=dark] [style*="border:2px solid rgb(102, 187, 106)"]{border-color:#10b9814d!important}:root[data-theme=dark] [style*="border: 2px solid #42a5f5"],:root[data-theme=dark] [style*="border:2px solid #42a5f5"],:root[data-theme=dark] [style*="border: 2px solid rgb(66, 165, 245)"],:root[data-theme=dark] [style*="border:2px solid rgb(66, 165, 245)"]{border-color:#3b82f64d!important}:root[data-theme=dark] [style*="border: 2px solid #ef5350"],:root[data-theme=dark] [style*="border:2px solid #ef5350"],:root[data-theme=dark] [style*="border: 2px solid rgb(239, 83, 80)"],:root[data-theme=dark] [style*="border:2px solid rgb(239, 83, 80)"]{border-color:#ef44444d!important}:root[data-theme=dark] [style*="border: 1px solid #66bb6a"],:root[data-theme=dark] [style*="border:1px solid #66bb6a"],:root[data-theme=dark] [style*="border: 1px solid rgb(102, 187, 106)"],:root[data-theme=dark] [style*="border:1px solid rgb(102, 187, 106)"]{border-color:#10b98140!important}:root[data-theme=dark] [style*="border: 1px solid #42a5f5"],:root[data-theme=dark] [style*="border:1px solid #42a5f5"],:root[data-theme=dark] [style*="border: 1px solid rgb(66, 165, 245)"],:root[data-theme=dark] [style*="border:1px solid rgb(66, 165, 245)"]{border-color:#3b82f640!important}:root[data-theme=dark] [style*="border: 1px solid #ef5350"],:root[data-theme=dark] [style*="border:1px solid #ef5350"],:root[data-theme=dark] [style*="border: 1px solid rgb(239, 83, 80)"],:root[data-theme=dark] [style*="border:1px solid rgb(239, 83, 80)"]{border-color:#ef444440!important}input[type=date]{transition:border-color .2s,box-shadow .2s;position:relative;color:var(--text-main)!important;background-color:var(--bg-card)!important;border:1px solid var(--border)!important;border-radius:8px!important;outline:none!important;padding:.7rem .9rem!important;font-family:Outfit,sans-serif!important;font-size:.9rem!important}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.75;background-position:50%;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;transition:opacity .15s,transform .15s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2317A2B8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E")!important}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1;transform:scale(1.1)}:root[data-theme=dark] input[type=date]{background-color:var(--bg-main)!important;color:var(--text-main)!important;border-color:var(--border)!important}:root[data-theme=dark] *{border-color:var(--border)!important}.main-footer{color:#fff;box-sizing:border-box;background-color:#1a2332;border-radius:16px 16px 0 0;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.footer-info{text-align:left}.footer-social-link{color:#fff;background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:all .3s;display:flex}@media (width<=768px){.main-footer{display:none!important}}.hover-row{transition:background-color .15s}.hover-row:hover{background-color:#f8fafc!important}:root[data-theme=dark] .hover-row:hover{background-color:#ffffff08!important}.apartment-access-card{transition:all .2s cubic-bezier(.4,0,.2,1)}.apartment-access-card:hover{transform:translateY(-2px);border-color:var(--primary)!important;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a!important}:root[data-theme=dark] .apartment-access-card:hover{border-color:var(--primary)!important;box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -2px #0003!important}@keyframes flash-yellow{0%{background-color:#fef08ab3;box-shadow:0 0 0 6px #fef08ab3}to{background-color:#0000;box-shadow:0 0 #0000}}.flash-highlight{border-radius:6px;animation:3s ease-out flash-yellow}@keyframes pulse-purple{0%{transform:scale(1);box-shadow:0 0 #8b5cf699}70%{transform:scale(1.02);box-shadow:0 0 0 6px #8b5cf600}to{transform:scale(1);box-shadow:0 0 #8b5cf600}}.badge-pulse-purple{animation:2s ease-in-out infinite pulse-purple}@media (width<=768px){.desktop-actions{display:none!important}}
