.dashboard-layout{background-color:var(--color-background);height:100vh;display:flex;overflow:hidden}.sidebar{background-color:var(--color-surface);border-right:1px solid var(--color-border);z-index:10;width:280px;box-shadow:4px 0 24px var(--color-shadow);flex-direction:column;transition:all .3s;display:flex}.sidebar-header{border-bottom:1px solid var(--color-border);align-items:center;gap:1rem;padding:1.5rem;display:flex}.sidebar-logo{object-fit:contain;border-radius:.5rem;width:40px;height:40px}.sidebar-header h2{color:var(--color-text-dark);letter-spacing:-.025em;font-size:1.1rem;font-weight:700}.sidebar-nav{flex:1;padding:1.5rem 1rem;overflow-y:auto}.nav-item{color:var(--color-text-dark);border-radius:.5rem;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.875rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{background-color:var(--color-hover-bg);color:var(--color-primary-dark)}.nav-item.active{background:var(--color-primary-light);color:var(--color-primary);font-weight:500}.global-unread-badge{background-color:var(--color-danger);color:#fff;text-align:center;border-radius:12px;min-width:20px;margin-left:auto;padding:2px 6px;font-size:.75rem;font-weight:700}.nav-group{margin-bottom:.5rem}.nav-group-toggle{cursor:pointer;background:0 0;border:none;justify-content:space-between;width:100%;margin-bottom:0;font-family:inherit;font-size:1rem}.nav-item-content{align-items:center;gap:.75rem;display:flex}.nav-group-items{background-color:var(--color-subtle-bg);border-radius:0 0 .5rem .5rem;max-height:0;transition:max-height .3s ease-out;overflow:hidden}.nav-group-items.expanded{max-height:300px}.nav-item.sub-item{color:var(--color-text-secondary);border-radius:0;margin-bottom:0;padding-left:3rem;font-size:.9rem}.nav-item.sub-item:hover{color:var(--color-primary-dark)}.nav-item.sub-item.active{border-left:3px solid var(--color-primary-dark);background-color:#fcbc240d}.theme-toggle-container{border-top:1px solid var(--color-border);padding:.75rem 1rem}.theme-toggle-btn{width:100%;color:var(--color-text-dark);cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background-color .2s;display:flex}.theme-toggle-btn:hover{background-color:var(--color-hover-bg)}.theme-toggle-track{background:linear-gradient(135deg,#87ceeb,#60a5fa);border-radius:13px;flex-shrink:0;justify-content:space-between;align-items:center;width:48px;height:26px;padding:0 5px;transition:background .4s;display:flex;position:relative}[data-theme=dark] .theme-toggle-track{background:linear-gradient(135deg,#1e293b,#334155)}.theme-icon{color:#ffffffd9;z-index:1;transition:opacity .3s}.sun-icon{opacity:1}.moon-icon,[data-theme=dark] .sun-icon{opacity:.5}[data-theme=dark] .moon-icon{opacity:1}.theme-toggle-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .4s cubic-bezier(.68,-.15,.265,1.35);position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.theme-toggle-thumb.dark{transform:translate(22px)}.sidebar-footer{border-top:1px solid var(--color-border);padding:1.5rem}.user-info{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.user-avatar{background-color:var(--color-accent-light);width:40px;height:40px;color:var(--color-text-dark);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:600;display:flex}.user-details{flex-direction:column;display:flex;overflow:hidden}.user-email{color:var(--color-text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.user-role{color:var(--color-text-secondary);text-transform:capitalize;font-size:.75rem}.logout-button{width:100%;color:var(--color-error);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:600;transition:all .2s;display:flex}.logout-button:hover{background-color:#ef44441a;border-color:#ef444433}.sidebar-footer-actions{justify-content:space-between;align-items:center;width:100%;display:flex}.notification-wrapper{position:relative}.notification-bell-btn{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.notification-bell-btn:hover{background-color:var(--color-hover-bg);color:var(--color-primary)}.notification-badge{background-color:var(--color-danger);color:#fff;text-align:center;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:16px;position:absolute;top:0;right:0}.notification-popover{background:var(--color-surface);border:1px solid var(--color-border);z-index:1000;border-radius:12px;flex-direction:column;width:320px;display:flex;position:absolute;bottom:calc(100% + 10px);left:0;overflow:hidden;box-shadow:0 10px 25px #00000026}.notification-popover-header{border-bottom:1px solid var(--color-border);background:var(--color-subtle-bg);justify-content:space-between;align-items:center;padding:1rem;display:flex}.notification-popover-header h4{color:var(--color-text-dark);margin:0;font-size:.95rem}.notification-actions{gap:.5rem;display:flex}.notification-actions button{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.2rem}.notification-actions button:hover{color:var(--color-primary)}.push-toggle-area{border-bottom:1px solid var(--color-border);padding:.75rem 1rem}.toggle-push-label{color:var(--color-text-secondary);cursor:pointer;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.notification-list{max-height:300px;overflow-y:auto}.no-notifications{text-align:center;color:var(--color-text-secondary);padding:2rem 1rem;font-size:.85rem}.notification-item{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;padding:1rem;transition:background .2s;display:flex}.notification-item:last-child{border-bottom:none}.notification-item.unread{background-color:var(--color-primary-light)}.notification-item.unread .notif-content strong{color:var(--color-primary-dark);font-weight:600}.notif-content{cursor:pointer;flex-direction:column;flex:1;gap:.25rem;display:flex}.notif-content strong{color:var(--color-text-dark);font-size:.85rem}.notif-content p{color:var(--color-text-secondary);margin:0;font-size:.8rem;line-height:1.3}.notif-content small{color:var(--color-text-secondary);margin-top:.25rem;font-size:.7rem}.notif-delete-btn{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem}.notif-delete-btn:hover{color:var(--color-danger);background-color:#ef44441a}.main-content{background-color:var(--color-background);flex-direction:column;flex:1;display:flex;position:relative;overflow-y:auto}.page-header{justify-content:space-between;align-items:center;padding:2rem 3rem 1rem;display:flex}.page-title h1{color:var(--color-text-dark);margin-bottom:.25rem;font-size:1.75rem}.page-title p{color:var(--color-text-secondary);margin:0;font-size:1rem}.page-content{padding:1rem 3rem 3rem}.mobile-header{background-color:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:100;align-items:center;gap:1rem;padding:1rem 1.5rem;display:none;position:sticky;top:0}.mobile-header h2{color:var(--color-text-dark);margin:0;font-size:1.25rem;font-weight:700}.mobile-menu-btn{color:var(--color-text-dark);border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:background-color .2s;display:flex}.mobile-menu-btn:hover{background-color:var(--color-hover-bg)}.mobile-close-btn{color:var(--color-text-dark);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:auto;display:none}.mobile-menu-overlay{z-index:999;opacity:0;cursor:pointer;background-color:#00000080;border:none;width:100vw;height:100vh;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.mobile-menu-overlay.open{opacity:1;display:block}@media (width<=900px){.sidebar{z-index:1000;width:280px;height:100vh;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:4px 0 24px #00000026}.mobile-header,.mobile-close-btn{display:flex}.page-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 1rem}.page-content{padding:1rem 1.5rem 2rem}}button.notif-content{text-align:left;font:inherit;color:inherit;appearance:none;background:0 0;border:none;padding:0}.chat-container-outer{flex-direction:column;height:calc(100dvh - 60px);max-height:calc(100dvh - 60px);padding:1.5rem;display:flex;position:relative;overflow:hidden}.chat-page-wrapper{background:var(--color-surface);width:100%;height:100%;min-height:0;box-shadow:0 4px 12px var(--color-shadow);border:1px solid var(--color-border);border-radius:12px;flex:1;display:flex;overflow:hidden}.chat-sidebar{border-right:1px solid var(--color-border);background:var(--color-surface);flex-direction:column;width:320px;min-width:320px;min-height:0;display:flex;overflow:hidden}.chat-sidebar-header{border-bottom:1px solid var(--color-border);background:var(--color-subtle-bg);justify-content:space-between;align-items:center;padding:1rem;display:flex}.chat-sidebar-header h2{color:var(--color-text-dark);font-size:1.1rem;font-weight:600}.chat-new-btn{background:var(--color-primary);color:var(--color-surface);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s;display:flex}.chat-new-btn:hover{opacity:.9}.chat-list{flex:1;overflow-y:auto}.chat-list-item{cursor:pointer;border-bottom:1px solid var(--color-border);gap:1rem;padding:1rem;transition:background .2s;display:flex}.chat-list-item:hover{background:var(--color-hover-bg)}.chat-list-item.selected{background:var(--color-hover-bg);border-left:3px solid var(--color-primary)}.chat-avatar{background:var(--color-primary-muted);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:600;display:flex;position:relative}.user-status-indicator{background:var(--color-success);border:2px solid var(--color-surface);border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.chat-item-content{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.chat-item-header{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.chat-item-name{color:var(--color-text-dark);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.chat-item-time{color:var(--color-text-muted);font-size:.75rem}.chat-room-unread-badge{background-color:var(--color-danger);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:700;display:flex}.chat-item-preview{color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.unread-badge{background:var(--color-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:5px;padding:0 5px;font-size:.7rem;display:inline-flex}.chat-main{background:var(--color-background);flex-direction:column;flex:1;display:flex}.chat-main-empty{color:var(--color-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.chat-main-header{border-bottom:1px solid var(--color-border);background:var(--color-glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.chat-main-header-info h3{color:var(--color-text-dark);margin:0;font-size:1.1rem}.chat-main-header-info span{color:var(--color-text-secondary);font-size:.8rem}.chat-messages{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.chat-message{flex-direction:column;max-width:70%;display:flex}.chat-message.sent{align-self:flex-end}.chat-message.received{align-self:flex-start}.chat-message-bubble{word-wrap:break-word;border-radius:12px;padding:.75rem 1rem;font-size:.95rem;position:relative}.chat-message.sent .chat-message-bubble{background:var(--color-primary);color:#fff;border-bottom-right-radius:2px}.chat-message.received .chat-message-bubble{background:var(--color-surface);color:var(--color-text-dark);border:1px solid var(--color-border);border-bottom-left-radius:2px}.chat-message-info{color:var(--color-text-muted);justify-content:flex-end;gap:.5rem;margin-top:4px;font-size:.7rem;display:flex}.chat-input-area{background:var(--color-surface);border-top:1px solid var(--color-border);align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.chat-input-wrapper{background:var(--color-background);border:1px solid var(--color-border);border-radius:24px;flex:1;align-items:center;padding:.5rem 1rem;display:flex}.chat-input-wrapper input{color:var(--color-text-dark);background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.chat-input-wrapper input::placeholder{color:var(--color-text-placeholder)}.chat-send-btn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex}.chat-send-btn:hover{transform:scale(1.05)}@media (width<=768px){.chat-container-outer{height:calc(100dvh - 60px);max-height:calc(100dvh - 60px);padding:0}.chat-container-outer.mobile-active{padding:0}.chat-page-wrapper{border-top:1px solid var(--color-border);border-radius:0;flex-direction:column;position:relative}.chat-sidebar{flex:1;width:100%;min-width:100%;min-height:0}.chat-main{z-index:10;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:translate(100%)}.chat-main.active{transform:translate(0)}.mobile-back-btn{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;margin-right:.5rem;display:flex!important}}.mobile-back-btn{display:none}.chat-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.chat-modal{background:var(--color-surface);border-radius:12px;flex-direction:column;width:400px;max-width:90%;display:flex;overflow:hidden;box-shadow:0 8px 30px #0003}.chat-modal-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.chat-modal-header h3{color:var(--color-text-dark);margin:0;font-size:1.1rem}.chat-modal-header button{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none}.chat-modal-body{max-height:60vh;padding:1rem 0;overflow-y:auto}.chat-modal-list{flex-direction:column;display:flex}.chat-modal-item{cursor:pointer;align-items:center;gap:1rem;padding:.75rem 1.5rem;transition:background .2s;display:flex}.chat-modal-item:hover{background:var(--color-hover-bg)}.chat-modal-item p{margin:0}button.chat-list-item{text-align:left;border:none;border-bottom:1px solid var(--color-border);width:100%;font:inherit;color:inherit;appearance:none;background:0 0}button.chat-list-item.selected{border-left:3px solid var(--color-primary)}.deputado-detail-container{flex-direction:column;gap:2rem;width:100%;display:flex}.detail-card,.despesas-card{padding:2rem}.detail-header{border-bottom:1px solid var(--color-border,#e5e7eb);align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.detail-photo{object-fit:cover;border:3px solid #fff;border-radius:50%;width:120px;height:120px;box-shadow:0 4px 6px -1px #0000001a}.detail-header-info h2{margin:0 0 .5rem;font-size:1.5rem}.party-badge{background:var(--color-primary,#3b82f6);color:#fff;border-radius:999px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.status{color:var(--color-text-secondary,#6b7280);margin:0}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.detail-group h3{color:var(--color-text-dark,#111827);border-bottom:2px solid var(--color-subtle-bg,#f3f4f6);margin-top:0;margin-bottom:1rem;padding-bottom:.5rem}.detail-group p{margin:.75rem 0;line-height:1.5}.detail-group strong{color:var(--color-text-dark,#111827);margin-right:.5rem}.despesas-summary-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.despesa-summary-item{background:#00000026;border:1px solid #ffffff0d;border-radius:.75rem;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.despesa-summary-item.highlight{background:linear-gradient(135deg,#ef44441a,#0000001a);border-color:#ef444433 #ef444433 #ef444433 #ef4444;border-left-style:solid;border-left-width:4px}.summary-label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.summary-value{color:var(--color-text-dark);font-size:1.5rem;font-weight:700}.summary-value.highlight-red{color:#ef4444}.action-buttons-cell{justify-content:center;gap:.75rem;display:flex}.icon-button.text-primary{color:#3b82f6;background:#3b82f61a}.icon-button.text-primary:hover{background:#3b82f633}.icon-button.text-success{color:#10b981;background:#10b9811a}.icon-button.text-success:hover{background:#10b98133}.pagination-controls{background:var(--color-surface,#fff);border-radius:8px;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem;display:flex;box-shadow:0 1px 3px #0000001a}.pagination-controls button{border:1px solid var(--color-border,#e5e7eb);color:var(--color-text-dark,#111827);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.pagination-controls button:hover:not(:disabled){background:var(--color-subtle-bg,#f3f4f6)}.dados-abertos-container{flex-direction:column;gap:2rem;width:100%;display:flex}.pagination-controls{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.pagination-controls button{background-color:var(--color-primary,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.pagination-controls button:hover:not(:disabled){background-color:var(--color-primary-dark,#2563eb)}.pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:var(--color-text-secondary,#6b7280);font-size:.9rem}.avatar-image{object-fit:cover;border:1px solid var(--color-border,#e5e7eb);border-radius:50%;width:40px;height:40px}.senadores-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.search-container{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.search-input{border:1px solid var(--color-border);background:var(--color-input-bg);width:250px;color:var(--color-text-dark);border-radius:8px;padding:.5rem 1rem}.search-button,.clear-button{padding:.5rem 1rem}.limit-select{border:1px solid var(--color-border);background:var(--color-input-bg);color:var(--color-text-dark);border-radius:8px;margin-left:.5rem;padding:.5rem}.nome-parlamentar{font-weight:500}.nome-completo{color:var(--color-text-muted,#888);margin-top:4px;font-size:.85em}@media (width<=768px){.senadores-header{flex-direction:column;align-items:flex-start}.search-container{flex-direction:column;align-items:stretch;width:100%}.search-input{width:100%}.search-button,.clear-button{justify-content:center;width:100%}.limit-select{width:100%;margin-left:0}.dados-abertos-container{padding:0}.glass-panel.table-container{border-left:none;border-right:none;border-radius:0;width:100vw;margin:0 -1rem;padding:0}.custom-table{width:100%}.hide-mobile{display:none}}.senador-detail-container{padding:2rem;animation:.4s ease-out fadeIn}.profile-section{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:2rem;padding:2rem}.detail-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.back-button{padding:.5rem}.profile-header{align-items:flex-start;gap:2rem;display:flex}.profile-avatar{object-fit:cover;border:3px solid #ffffff1a;border-radius:12px;width:150px;height:150px;box-shadow:0 4px 12px #0000001a}.profile-info h2{color:var(--color-text-dark);margin:0;font-size:2rem}.profile-subtitle{color:var(--color-text-muted);margin-top:.5rem;margin-bottom:1.5rem;font-size:1.1rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.info-item{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.info-item span{color:var(--color-text-dark);font-weight:500}.mt-4{margin-top:1.5rem}.phone-list{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.phone-badge{color:var(--color-text-dark);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;display:inline-flex}.mandato-info{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1.5rem}.mandato-info h3,.contact-info h3{color:var(--color-text-dark);margin-bottom:1rem;font-size:1.2rem}.tabs-container{background:#ffffff05;border-radius:12px;overflow:hidden}.tabs-header{background:#0000001a;border-bottom:1px solid #ffffff1a;display:flex}.tab-button{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;flex:1;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.tab-button:hover{color:var(--color-text-dark);background:#ffffff0d}.tab-button.active{color:var(--color-primary);border-bottom:2px solid var(--color-primary);background:#ffffff05}.tab-content{padding:1.5rem}.details-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.detail-item{text-align:left;width:100%;color:inherit;background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;gap:1rem;padding:1rem;font-family:inherit;transition:transform .2s;display:flex}.detail-item:hover{background:#ffffff0d;transform:translateY(-2px)}.detail-icon{width:40px;height:40px;color:var(--color-primary);background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.detail-body h4{color:var(--color-text-dark);margin:0 0 .5rem;font-size:1.1rem}.detail-body p{color:var(--color-text-muted);margin:.25rem 0;font-size:.9rem}.detail-body strong{color:var(--color-text-dark)}@media (width<=768px){.senador-detail-container{padding:1rem 0}.detail-header{padding:0 1rem}.profile-section,.tabs-container{border-left:none;border-right:none;border-radius:0}.profile-section{padding:1.5rem 1rem}.profile-header{text-align:center;flex-direction:column;align-items:center}.profile-avatar{width:120px;height:120px}.info-grid,.phone-list{justify-content:center}.tabs-header{flex-direction:column}.tab-button{border-bottom:1px solid #ffffff0d}.tab-button.active{border-left:3px solid var(--color-primary);border-bottom:none}.tab-content{padding:1rem}}.votacao-detail-container{max-width:1200px;margin:0 auto;padding:2rem}.page-header{align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.secondary-button{border:1px solid var(--color-glass-border);color:var(--color-text-dark);background:#ffffff1a;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.secondary-button:hover{background:#fff3}.votacao-header{border-radius:12px;margin-bottom:2rem;padding:2rem}.votacao-header h2{color:var(--color-text-dark);margin:0 0 1rem;font-size:1.8rem}.votacao-meta{flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;display:flex}.meta-item{color:var(--color-text-dark);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.votacao-ementa{border-left:4px solid var(--color-primary);color:var(--color-text-dark);background:#00000008;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.votacao-resultados{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:2rem 0;display:grid}.resultado-card{text-align:center;border-radius:12px;padding:1.5rem}.resultado-card h3{color:var(--color-text-dark);opacity:.8;margin:0 0 .5rem;font-size:1rem}.resultado-card .resultado-valor{color:var(--color-text-dark);font-size:2rem;font-weight:700}.resultado-sim{background:#22c55e1a;border:1px solid #22c55e4d}.resultado-sim .resultado-valor{color:var(--color-success)}.resultado-nao{background:#ef44441a;border:1px solid #ef44444d}.resultado-nao .resultado-valor{color:var(--color-error)}.resultado-abstencao{background:#6464641a;border:1px solid #6464644d}.votos-lista{margin-top:2rem}.votos-lista h3{color:var(--color-text-dark);margin-bottom:1.5rem}.votos-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.voto-item{text-align:left;border:1px solid var(--color-glass-border);cursor:pointer;background:#00000005;border-radius:8px;width:100%;padding:1rem;transition:all .2s;display:block}.voto-item:hover{background:#0000000d;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.voto-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.voto-nome{color:var(--color-text-dark);font-weight:700}.voto-partido-uf{color:var(--color-text-muted);font-size:.85rem}.voto-badge{border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:700}.voto-sim{color:var(--color-success);background:#22c55e26}.voto-nao{color:var(--color-error);background:#ef444426}.voto-outro{color:var(--color-text-dark);background:#96969626}.voto-descricao{color:var(--color-text-dark);opacity:.8;margin-top:.5rem;font-size:.85rem}@media (width<=768px){.votacao-detail-container{padding:1rem 0}.page-header{padding:0 1rem}.votacao-header{border-left:none;border-right:none;border-radius:0;padding:1.5rem 1rem}.votacao-meta{flex-direction:column;gap:.75rem}.votacao-resultados{grid-template-columns:1fr}.votos-lista{padding:0 1rem}.votos-grid{grid-template-columns:1fr}}.votacoes-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.controls-container{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.limit-select{border:1px solid var(--color-border);background:var(--color-input-bg);color:var(--color-text-dark);border-radius:8px;padding:.5rem}.identificacao-destaque{color:var(--color-text-dark);align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.descricao-votacao{-webkit-line-clamp:2;color:var(--color-text-muted);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.data-votacao{color:var(--color-text-muted);align-items:center;gap:.5rem;display:inline-flex}.badge-resultado{color:var(--color-text-dark);background:#96969626;border-radius:20px;align-items:center;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-flex}.badge-aprovada{color:var(--color-success);background:#22c55e26}.badge-rejeitada{color:var(--color-error);background:#ef444426}@media (width<=768px){.votacoes-header{flex-direction:column;align-items:flex-start}.controls-container{flex-direction:column;align-items:stretch;width:100%}.limit-select{width:100%;margin-left:0}.dados-abertos-container{padding:0}.glass-panel.table-container{border-left:none;border-right:none;border-radius:0;width:100vw;margin:0 -1rem;padding:0}.custom-table{width:100%}.hide-mobile{display:none}}.timeline-event-form-container{flex-direction:column;gap:2rem;display:flex}.form-group.half-width{flex:1}.form-row{gap:1.5rem;display:flex}@media (width<=768px){.form-row{flex-direction:column;gap:1.5rem}}.form-group label{color:var(--color-text-dark);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-group input[type=text],.form-group input[type=number],.form-group input[type=date],.form-group select,.form-group textarea{border:1px solid var(--color-border);background-color:var(--color-surface);width:100%;color:var(--color-text-dark);box-sizing:border-box;border-radius:.5rem;margin-top:.25rem;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-group input[type=checkbox]{cursor:pointer;width:18px;height:18px;margin:0}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-primary);background-color:var(--color-surface);outline:none;box-shadow:0 0 0 3px #fcbc241a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-text-muted)}.checkbox-label{cursor:pointer;align-items:center;gap:.5rem;margin-top:.5rem;display:flex;margin-bottom:0!important;font-size:.95rem!important;font-weight:500!important}.tags-input-container{flex-direction:column;gap:.5rem;display:flex}.tags-list{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.tag-chip{background-color:var(--color-primary-light);color:var(--color-primary-dark);border-radius:1rem;align-items:center;gap:.35rem;padding:.25rem .5rem .25rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}.tag-chip button{color:var(--color-primary-dark);cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}.tag-chip button:hover{opacity:1;background-color:var(--color-hover-bg)}.timeline-event-list-container{flex-direction:column;gap:2rem;display:flex}.timeline-event-list-container .status-badge{border-radius:4px;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.timeline-event-list-container .status-badge.active{color:#22c55e;background:#22c55e1a}.timeline-event-list-container .status-badge.inactive{color:#ef4444;background:#ef44441a}.home-container{flex-direction:column;height:100%;display:flex}.welcome-card{background:var(--color-surface);border-left:4px solid var(--color-primary);border-radius:1rem;padding:2rem;position:relative;overflow:hidden}.welcome-card h2{color:var(--color-primary-dark);margin-bottom:1rem;font-size:1.25rem}.welcome-card p{color:var(--color-text-secondary);line-height:1.6}.coming-soon{background-color:var(--color-hover-bg);color:var(--color-text-secondary);text-align:center;border:1px dashed var(--color-border);border-radius:.5rem;margin-top:1.5rem;padding:1rem;font-size:.875rem}.card-decoration{background:radial-gradient(circle, var(--color-primary-light) 0%, transparent 70%);opacity:.5;border-radius:50%;width:100px;height:100px;position:absolute;top:-20px;right:-20px}.metrics-section{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.metric-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.metric-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.metric-content{z-index:1;flex-direction:column;display:flex;overflow:hidden}.metric-content h3{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .5rem;font-size:.85rem;font-weight:600;overflow:hidden}.metric-value{color:var(--color-text-dark);font-size:2rem;font-weight:700;line-height:1.1}.metric-value-long{width:100%;color:var(--color-text-dark);white-space:nowrap;letter-spacing:-.02em;font-size:clamp(1.2rem,3.5vw,1.8rem);font-weight:700;line-height:1.1}.metric-icon{z-index:1;border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.metric-icon-blue{color:#3b82f6;background-color:#3b82f61a}.metric-icon-green{color:#10b981;background-color:#10b9811a}.metric-icon-orange{color:#f59e0b;background-color:#f59e0b1a}.metric-card.profile-card{background:linear-gradient(135deg, var(--color-surface) 0%, #ffffff05 100%);border-left:4px solid #f59e0b;flex-direction:row;grid-column:1/-1;align-items:center;gap:1.5rem;display:flex}.clickable-card{cursor:pointer;transition:transform .2s,box-shadow .2s,border-left-color .2s}.clickable-card:hover{border-left-color:#ef4444;transform:translateY(-2px);box-shadow:0 12px 20px -5px #0000004d,0 8px 10px -4px #0003}.profile-photo{object-fit:cover;z-index:1;border:3px solid #ffffff1a;border-radius:.75rem;width:120px;height:156px;box-shadow:0 10px 15px -3px #0003,0 4px 6px -2px #0000001a}.profile-details{z-index:1;flex-direction:column;flex:1;display:flex}.profile-details h3{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.85rem;font-weight:600}.profile-name{color:var(--color-text-dark);align-items:baseline;gap:.5rem;margin:0 0 .5rem;font-size:1.7rem;display:flex}.profile-party{color:var(--color-text-secondary);background:#ffffff0d;border-radius:12px;padding:.15rem .6rem;font-size:1rem;font-weight:400}.profile-stats{border-top:1px dashed var(--color-border);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1rem;padding-top:1rem;display:grid}.stat-item{background:#00000026;border:1px solid #ffffff08;border-radius:.5rem;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.stat-label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.stat-value{color:var(--color-text-dark);font-size:1.35rem;font-weight:700}.stat-value.highlight-red{color:#ef4444}@media (width<=768px){.metric-card.profile-card{text-align:center;flex-direction:column;align-items:center}.profile-photo{width:100px;height:130px}.profile-stats{text-align:center;width:100%}.profile-name{flex-direction:column;align-items:center;gap:.25rem}}.content-layout{gap:24px;height:calc(100vh - 160px);display:flex}.leads-table{flex:2;overflow-y:auto}.selected-row{background-color:#fcbc241a!important}.small-btn{padding:4px 8px;font-size:12px}.lead-details-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex-direction:column;flex:1;min-width:300px;display:flex;overflow:hidden}.panel-header{border-bottom:1px solid var(--color-border);background-color:var(--color-background);justify-content:space-between;align-items:center;padding:16px;display:flex}.panel-header h2{margin:0;font-size:16px}.close-btn{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;font-size:24px}.close-btn:hover{color:var(--color-text-dark)}.panel-content{flex-direction:column;gap:24px;padding:16px;display:flex;overflow-y:auto}.lead-info-card{background:var(--color-background);border:1px solid var(--color-border);border-radius:6px;padding:16px}.lead-info-card h3{margin:0 0 8px}.lead-info-card p{color:var(--color-text-secondary);margin:0 0 4px}.score-badge{background:var(--color-primary);color:#fff;border-radius:12px;margin-top:8px;padding:4px 12px;font-weight:700;display:inline-block}.answers-list{flex-direction:column;gap:12px;display:flex}.answers-list h3{color:var(--color-text-secondary);margin:0;font-size:14px}.answer-card{border:1px solid var(--color-border);border-radius:6px;flex-direction:column;gap:8px;padding:12px;display:flex}.answer-card.correct{background-color:#10b9810d;border-color:#10b981}.answer-card.incorrect{background-color:#ef44440d;border-color:#ef4444}.question-text{font-size:14px;font-weight:500}.answer-status{font-size:13px;font-weight:600}.selected-option{color:var(--color-text-secondary);font-size:13px}.login-container{background-color:var(--color-background);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative;overflow:hidden}.login-background{z-index:0;background:radial-gradient(circle at 15%,#fcbc2414,#0000 25%),radial-gradient(circle at 85% 30%,#6464630d,#0000 25%);position:absolute;inset:0}.login-background:after{content:"";z-index:-1;background:conic-gradient(#0000 0deg,#fcbc2408 90deg,#0000 180deg,#c4bcac08 270deg,#0000 360deg);width:200%;height:200%;animation:60s linear infinite rotate;position:absolute;top:-50%;left:-50%}@keyframes rotate{to{transform:rotate(360deg)}}.login-card{z-index:1;border-radius:1.5rem;width:100%;max-width:420px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;position:relative}.login-card:hover{box-shadow:0 12px 40px 0 var(--color-shadow);transform:translateY(-2px)}.login-header{text-align:center;margin-bottom:2.5rem}.logo-placeholder{border-radius:1rem;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1.5rem;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;overflow:hidden}.login-card:hover .logo-placeholder{transform:scale(1.05)}.logo-image{object-fit:contain;width:100%;height:100%}.login-header h1{color:var(--color-text-dark);letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.75rem}.login-header p{color:var(--color-text-secondary);font-size:.95rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.input-group{position:relative}.input-icon-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:var(--color-text-placeholder);transition:color .2s;position:absolute;left:1rem}.input-icon-wrapper input:focus+.input-icon,.input-icon-wrapper input:not(:placeholder-shown)~.input-icon{color:var(--color-primary)}.login-form input{border:1px solid var(--color-border);background:var(--color-input-bg);width:100%;color:var(--color-text-dark);border-radius:.75rem;outline:none;padding:.875rem 1rem .875rem 3rem;font-size:1rem;transition:all .2s}.login-form input:focus{border-color:var(--color-primary);background:var(--color-surface);box-shadow:0 0 0 4px #fcbc241a}.login-form input::placeholder{color:var(--color-text-placeholder)}.error-message{color:var(--color-error);text-align:center;background-color:#ef44441a;border:1px solid #ef444433;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;animation:.5s cubic-bezier(.36,.07,.19,.97) both shake}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.login-button{background:var(--color-primary);color:#fff;border-radius:.75rem;justify-content:center;align-items:center;width:100%;margin-top:.5rem;padding:.875rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #fcbc244d}.login-button:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 6px 16px #fcbc2466}.login-button:active:not(:disabled){transform:translateY(1px)}.login-button:disabled{background:var(--color-disabled);box-shadow:none;cursor:not-allowed;opacity:.7}.spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-content{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:24px}.main-form{flex-direction:column;gap:32px;display:flex}.form-section{flex-direction:column;gap:16px;display:flex}.form-section h2{color:var(--color-text-dark);border-bottom:1px solid var(--color-border);margin:0 0 16px;padding-bottom:8px;font-size:18px;font-weight:600}.section-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;display:flex}.section-header h2{border-bottom:none;margin:0;padding:0}.btn-secondary{background-color:var(--color-background);color:var(--color-text-dark);border:1px solid var(--color-border);cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-weight:500;transition:all .2s;display:flex}.btn-secondary:hover{background-color:var(--color-hover-bg)}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--color-text-dark);font-weight:500}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--color-border);background-color:var(--color-background);color:var(--color-text-dark);border-radius:6px;padding:10px;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 2px #fcbc241a}.question-card{background-color:var(--color-background);border:1px solid var(--color-border);border-radius:8px;flex-direction:column;gap:16px;padding:16px;display:flex}.question-header{justify-content:space-between;align-items:center;display:flex}.question-header h3{color:var(--color-text-dark);margin:0;font-size:16px}.options-grid{background:var(--color-surface);border:1px dashed var(--color-border);border-radius:6px;grid-template-columns:1fr 1fr;gap:16px;padding:16px;display:grid}.radio-label{align-items:center;gap:8px;font-size:14px;display:flex;font-weight:400!important}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.back-btn{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.back-btn:hover{background:var(--color-hover-bg);color:var(--color-text-dark)}.header-titles{flex-direction:row;align-items:center;gap:12px;display:flex}.page-container{height:100%;padding:24px;overflow-y:auto}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.header-titles{flex-direction:column;gap:4px;display:flex}.header-titles h1{color:var(--color-text-dark);margin:0;font-size:24px;font-weight:600}.header-titles p{color:var(--color-text-secondary);margin:0}.header-actions{gap:12px;display:flex}.btn-primary{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.btn-primary:hover{background-color:var(--color-primary-dark)}.data-table-container{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--color-border);padding:12px 16px}.data-table th{background-color:var(--color-background);color:var(--color-text-secondary);font-size:14px;font-weight:500}.actions-cell{gap:8px;display:flex}.action-btn{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;border-radius:4px;padding:6px;transition:all .2s}.action-btn.edit:hover{color:var(--color-primary);background:#fcbc241a}.action-btn.delete:hover{color:#ef4444;background:#ef44441a}.text-center{text-align:center}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.user-form-container{flex-direction:column;height:100%;display:flex}.back-button{color:var(--color-text-dark);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:0;font-size:.875rem;font-weight:600;transition:color .2s;display:flex}.back-button:hover{color:var(--color-primary-dark)}.form-card{background:var(--color-surface);box-shadow:0 4px 20px var(--color-shadow);border-radius:1rem;max-width:800px;padding:2.5rem}.custom-form{flex-direction:column;gap:1.5rem;display:flex}.form-group.row{gap:1.5rem;display:flex}@media (width<=768px){.form-group.row{flex-direction:column;gap:1.5rem}}.input-field{flex-direction:column;flex:1;gap:.5rem;display:flex}.input-field label{color:var(--color-text-dark);font-size:.875rem;font-weight:600}.input-field input,.custom-select{border:1px solid var(--color-border);background-color:var(--color-surface);color:var(--color-text-dark);border-radius:.5rem;padding:.875rem 1rem;font-size:.95rem;transition:all .2s}.input-field input:focus,.custom-select:focus{border-color:var(--color-primary);background-color:var(--color-surface);outline:none;box-shadow:0 0 0 3px #fcbc241a}.input-field input::placeholder{color:var(--color-text-muted)}.form-actions{border-top:1px solid var(--color-border);justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}.secondary-button{color:var(--color-text-secondary);border:1px solid var(--color-border);cursor:pointer;background-color:#0000;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.secondary-button:hover:not(:disabled){background-color:var(--color-hover-bg);color:var(--color-text-dark)}.secondary-button:disabled,.submit-btn:disabled{opacity:.6;cursor:not-allowed}.submit-btn{justify-content:center;min-width:140px}.user-list-container{flex-direction:column;height:100%;display:flex}.primary-button{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #fcbc2466}.primary-button:hover{background-color:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 6px 8px -1px #fcbc2480}.table-container{border-radius:1rem;padding:0;overflow-x:auto}.custom-table{border-collapse:collapse;text-align:left;width:100%}.custom-table th{background-color:var(--color-hover-bg);color:var(--color-text-dark);border-bottom:2px solid var(--color-border);padding:1rem 1.5rem;font-size:.875rem;font-weight:600}.custom-table td{border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);padding:1rem 1.5rem;font-size:.95rem}.custom-table tbody tr{transition:background-color .2s}.custom-table tbody tr:hover{background-color:var(--color-subtle-bg)}.custom-table tbody tr:last-child td{border-bottom:none}.action-buttons{justify-content:center;gap:.5rem;display:flex}.icon-button{cursor:pointer;background-color:#0000;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.icon-button:disabled{opacity:.5;cursor:not-allowed}.icon-button.edit{color:#3b82f6}.icon-button.edit:hover:not(:disabled){background-color:#3b82f61a}.icon-button.delete{color:var(--color-error)}.icon-button.delete:hover:not(:disabled){background-color:#ef44441a}.error-message{color:var(--color-error);background-color:#ef44441a;border:1px solid #ef444433;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}:root{--color-primary:#fcbc24;--color-primary-dark:#b19444;--color-primary-muted:#cca43c;--color-text-dark:#646463;--color-accent-light:#c4bcac;--color-background:#f9f9f9;--color-surface:#fff;--color-text-light:#f5f5f5;--color-border:#e2e8f0;--color-error:#ef4444;--color-success:#22c55e;--color-text-secondary:#666;--color-text-placeholder:#94a3b8;--color-text-muted:#a0a09f;--color-disabled:#cbd5e1;--color-glass-bg:#ffffffd9;--color-glass-border:#ffffff80;--color-shadow:#6464631a;--color-hover-bg:#6464630d;--color-input-bg:#ffffff80;--color-subtle-bg:#00000005;--font-family-base:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}[data-theme=dark]{--color-primary:#fcbc24;--color-primary-dark:#e0a830;--color-primary-muted:#b8922e;--color-text-dark:#e2e8f0;--color-accent-light:#3d3a34;--color-background:#0f1117;--color-surface:#1a1d27;--color-text-light:#1a1d27;--color-border:#2d3348;--color-error:#f87171;--color-success:#4ade80;--color-text-secondary:#94a3b8;--color-text-placeholder:#64748b;--color-text-muted:#64748b;--color-disabled:#334155;--color-glass-bg:#1a1d27d9;--color-glass-border:#2d334880;--color-shadow:#0000004d;--color-hover-bg:#ffffff0d;--color-input-bg:#0f111780;--color-subtle-bg:#ffffff05}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-base);background-color:var(--color-background);color:var(--color-text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;transition:background-color .3s,color .3s}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{font-family:inherit}.glass-panel{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-glass-border);box-shadow:0 8px 32px 0 var(--color-shadow)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.table-container{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}@media (width<=768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.primary-button,.secondary-button{justify-content:center;width:100%}}
