:root{--c-primary: #FF002B;--c-primary-dark: #CC0022;--c-primary-hover: #E60026;--c-primary-lighter: rgba(255, 0, 43, .1);--c-primary-border: rgba(255, 0, 43, .25);--c-sidebar-bg: #1A001A;--c-sidebar-text: rgba(255,255,255,.6);--c-sidebar-text-active: #ffffff;--c-sidebar-hover: rgba(255,255,255,.07);--c-sidebar-active: rgba(255,0,43,.18);--c-sidebar-active-border: #FF002B;--c-sidebar-divider: rgba(255,255,255,.08);--c-bg: #F7F2F7;--c-surface: #ffffff;--c-surface-hover: #FAF5FA;--c-surface-section: #F3EDF3;--c-surface-inset: #F0EAF0;--c-border: #E5D8E5;--c-border-light: #EDE6ED;--c-text: #1A001A;--c-text-secondary: #5C3A5C;--c-text-muted: #9A729A;--c-success: #16a34a;--c-success-bg: rgba(22,163,74,.1);--c-danger: #dc2626;--c-danger-bg: rgba(220,38,38,.1);--c-warning: #d97706;--c-warning-bg: rgba(217,119,6,.1);--c-info: #2563eb;--c-info-bg: rgba(37,99,235,.1);--c-shadow-sm: 0 1px 3px rgba(26,0,26,.07), 0 1px 2px rgba(26,0,26,.04);--c-shadow-md: 0 4px 6px rgba(26,0,26,.06), 0 2px 4px rgba(26,0,26,.04);--c-radius: 8px;--c-radius-sm: 6px;--c-radius-md: 10px;--c-radius-lg: 14px}[data-theme=dark]{--c-bg: #0f000f;--c-surface: #1e0a1e;--c-surface-hover: #280d28;--c-surface-section: #240824;--c-surface-inset: #2a0a2a;--c-border: #3a1a3a;--c-border-light: #2e142e;--c-text: #f0e8f0;--c-text-secondary: #c09ac0;--c-text-muted: #7a527a;--c-success: #4ade80;--c-success-bg: rgba(74,222,128,.12);--c-danger: #f87171;--c-danger-bg: rgba(248,113,113,.12);--c-warning: #fbbf24;--c-warning-bg: rgba(251,191,36,.12);--c-info: #60a5fa;--c-info-bg: rgba(96,165,250,.12);--c-shadow-sm: 0 1px 3px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.3);--c-shadow-md: 0 4px 6px rgba(0,0,0,.4), 0 2px 4px rgba(0,0,0,.3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--c-bg);color:var(--c-text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}#root{height:100%}h1{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}h2{font-size:1.125rem;font-weight:600}h3{font-size:.9375rem;font-weight:600}.page-header{margin-bottom:1.5rem}.page-subtitle{font-size:.875rem;color:var(--c-text-secondary);margin-top:.25rem}.card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--c-radius-md);box-shadow:var(--c-shadow-sm)}.card-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--c-border-light)}.card-body{padding:1.25rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:var(--c-radius-sm);border:none;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;line-height:1;white-space:nowrap;font-family:inherit}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--c-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--c-primary-hover)}.btn-secondary{background:var(--c-surface);color:var(--c-text);border:1px solid var(--c-border)}.btn-secondary:hover:not(:disabled){background:var(--c-surface-hover)}.btn-danger{background:var(--c-danger-bg);color:var(--c-danger)}.btn-danger:hover:not(:disabled){background:var(--c-danger);color:#fff}.btn-ghost{background:transparent;color:var(--c-text-secondary)}.btn-ghost:hover:not(:disabled){background:var(--c-surface-hover);color:var(--c-text)}.btn-sm{padding:.35rem .75rem;font-size:.75rem}.btn-icon{background:transparent;border:none;cursor:pointer;padding:.35rem;border-radius:var(--c-radius-sm);color:var(--c-text-secondary);font-size:1rem;display:inline-flex;align-items:center;transition:all .15s}.btn-icon:hover{background:var(--c-surface-hover);color:var(--c-text)}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.8125rem;font-weight:500;color:var(--c-text-secondary);margin-bottom:.35rem}.form-control{width:100%;padding:.5rem .75rem;border:1px solid var(--c-border);border-radius:var(--c-radius-sm);font-size:.875rem;color:var(--c-text);background:var(--c-surface);transition:border-color .15s,box-shadow .15s,background .2s;outline:none;font-family:inherit}.form-control:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px var(--c-primary-lighter)}.form-control::placeholder{color:var(--c-text-muted)}select.form-control{cursor:pointer}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.badge-success{background:var(--c-success-bg);color:var(--c-success)}.badge-danger{background:var(--c-danger-bg);color:var(--c-danger)}.badge-warning{background:var(--c-warning-bg);color:var(--c-warning)}.badge-info{background:var(--c-info-bg);color:var(--c-info)}.badge-muted{background:var(--c-surface-section);color:var(--c-text-muted)}.badge-primary{background:var(--c-primary-lighter);color:var(--c-primary)}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse;font-size:.875rem}thead th{padding:.625rem 1rem;text-align:left;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--c-text-muted);border-bottom:1px solid var(--c-border);background:var(--c-surface-section);white-space:nowrap}tbody td{padding:.75rem 1rem;border-bottom:1px solid var(--c-border-light);color:var(--c-text)}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:var(--c-surface-hover)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--c-radius-md);box-shadow:var(--c-shadow-sm)}.stat-icon{width:44px;height:44px;border-radius:var(--c-radius);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.stat-info{display:flex;flex-direction:column;min-width:0}.stat-value{font-size:1.5rem;font-weight:700;line-height:1.2}.stat-label{font-size:.8rem;color:var(--c-text-secondary);margin-top:2px}.empty-state{display:flex;flex-direction:column;align-items:center;padding:3rem 1rem;color:var(--c-text-muted);text-align:center}.empty-state-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.4}.empty-state p{font-size:.875rem}.spinner{width:20px;height:20px;border:2px solid var(--c-border);border-top-color:var(--c-primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{display:flex;align-items:center;justify-content:center;padding:3rem}.alert{padding:.75rem 1rem;border-radius:var(--c-radius-sm);font-size:.875rem;margin-bottom:1rem}.alert-danger{background:var(--c-danger-bg);color:var(--c-danger);border:1px solid rgba(220,38,38,.2)}.alert-success{background:var(--c-success-bg);color:var(--c-success);border:1px solid rgba(22,163,74,.2)}.alert-info{background:var(--c-info-bg);color:var(--c-info);border:1px solid rgba(37,99,235,.2)}.modal-backdrop{position:fixed;inset:0;background:#1a001a8c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:var(--c-surface);border-radius:var(--c-radius-lg);box-shadow:0 20px 60px #00000059;max-width:520px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--c-border-light)}.modal-body{padding:1.5rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--c-border-light)}.text-muted{color:var(--c-text-muted)}.text-sm{font-size:.8125rem}.text-xs{font-size:.75rem}.text-primary{color:var(--c-primary)}.text-success{color:var(--c-success)}.text-danger{color:var(--c-danger)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.w-full{width:100%}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-btn{border:none;background:none;color:var(--c-primary);font-size:.8125rem;font-weight:500;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:.25rem;font-family:inherit}.link-btn:hover{text-decoration:underline}.section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--c-text-muted);margin-bottom:.75rem}.two-col-grid{display:grid;grid-template-columns:360px 1fr;gap:1.5rem}@media(max-width:900px){.two-col-grid{grid-template-columns:1fr}}.card-list{display:flex;flex-direction:column;gap:.75rem}.card-list-item{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--c-radius-md);padding:1rem 1.25rem;display:flex;align-items:flex-start;gap:.75rem}.card-list-item-body{flex:1;min-width:0}.card-list-item-title{font-weight:600;font-size:.9rem;margin-bottom:.2rem}.card-list-item-meta{font-size:.8rem;color:var(--c-text-secondary)}.card-list-item-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}.register-page{min-height:100vh;background:var(--c-bg);padding:2rem 1rem 4rem}.register-header{text-align:center;margin-bottom:2rem}.register-header .brand-logo{font-size:1.5rem;font-weight:700;color:var(--c-primary);margin-bottom:.5rem}.register-header p{color:var(--c-text-secondary)}.billing-toggle{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.billing-btn{padding:.5rem 1.25rem;border:1.5px solid var(--c-border);border-radius:999px;background:var(--c-surface);color:var(--c-text);cursor:pointer;font-family:inherit;font-size:.875rem;transition:all .15s;display:flex;align-items:center;gap:.5rem}.billing-btn.active{border-color:var(--c-primary);background:var(--c-primary);color:#fff}.save-badge{font-size:.7rem;background:#ffffff40;padding:.1rem .4rem;border-radius:999px}.plans-section{max-width:1280px;margin:0 auto}.plans-section h2{text-align:center;margin-bottom:1.5rem}.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}@media(max-width:900px){.plans-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.plans-grid{grid-template-columns:1fr}}.plan-card{background:var(--c-surface);border:2px solid var(--c-border);border-radius:var(--c-radius-lg);padding:1.5rem;position:relative;display:flex;flex-direction:column;gap:.75rem}.plan-card.plan-featured{border-color:var(--c-primary);box-shadow:0 0 0 4px var(--c-primary-lighter)}.plan-card.plan-free{border-style:dashed;opacity:.85}.plan-card.plan-free:hover{opacity:1;border-color:var(--c-text-muted)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--c-primary);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.2rem .75rem;border-radius:999px;white-space:nowrap}.plan-name{font-size:1.25rem;font-weight:700}.plan-desc{font-size:.85rem;color:var(--c-text-secondary)}.plan-price{display:flex;align-items:baseline;gap:.2rem}.price-amount{font-size:2rem;font-weight:700;color:var(--c-primary)}.price-period{color:var(--c-text-muted)}.price-savings{font-size:.75rem;color:var(--c-success);font-weight:500}.price-yearly-meta{display:flex;align-items:center;gap:.5rem;min-height:1.5rem;flex-wrap:wrap}.price-savings-pill{display:inline-flex;align-items:center;background:var(--c-success-bg);color:var(--c-success);font-size:.7rem;font-weight:700;letter-spacing:.03em;padding:.15rem .5rem;border-radius:999px}.price-equiv{font-size:.75rem;color:var(--c-text-muted)}.price-yearly-hint{font-size:.72rem;color:var(--c-text-muted);font-style:italic}.plan-devices{font-size:.85rem;font-weight:500}.plan-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.plan-features li{font-size:.825rem;color:var(--c-text-secondary)}.plan-cta{margin-top:auto}.register-form-section{max-width:480px;margin:0 auto}.btn-back{background:none;border:none;color:var(--c-text-secondary);cursor:pointer;font-family:inherit;font-size:.875rem;margin-bottom:1rem;padding:0}.btn-back:hover{color:var(--c-primary)}.selected-plan-summary{background:var(--c-primary-lighter);border:1px solid var(--c-primary-border);border-radius:var(--c-radius);padding:.75rem 1rem;font-size:.875rem;margin-bottom:1.5rem;color:var(--c-text)}.register-form{background:var(--c-surface);border-radius:var(--c-radius-lg);padding:2rem;box-shadow:var(--c-shadow-md)}.register-form h2{margin-bottom:1.5rem}.register-login{text-align:center;font-size:.875rem;margin-top:1rem;color:var(--c-text-secondary)}.register-login a{color:var(--c-primary);text-decoration:none}.mock-payment-notice{background:var(--c-surface-section);border-radius:var(--c-radius);padding:.6rem .9rem;font-size:.8rem;color:var(--c-text-secondary);margin-bottom:.75rem}.optional{color:var(--c-text-muted);font-size:.8rem;font-weight:400}.sub-card{display:flex;flex-direction:column;gap:1.25rem}.sub-status-row{display:flex;align-items:center;gap:1rem}.sub-billing{color:var(--c-text-secondary);font-size:.875rem;text-transform:capitalize}.sub-days-bar{display:flex;flex-direction:column;gap:.5rem}.days-label{font-size:.85rem;color:var(--c-text-secondary)}.progress-bar{height:6px;background:var(--c-border);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--c-primary);border-radius:999px;transition:width .3s}.sub-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;padding:1rem;background:var(--c-surface-section);border-radius:var(--c-radius)}.sub-detail{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--c-text-muted)}.detail-value{font-size:.925rem;font-weight:600}.sub-actions{display:flex;gap:.75rem;flex-wrap:wrap}.success-banner{background:var(--c-success-bg);color:var(--c-success);border:1px solid rgba(22,163,74,.2);border-radius:var(--c-radius);padding:.75rem 1rem;font-size:.875rem;margin-bottom:1rem}.expired-page{min-height:100vh;background:var(--c-bg);display:flex;align-items:center;justify-content:center;padding:2rem}.expired-card{background:var(--c-surface);border-radius:var(--c-radius-lg);box-shadow:var(--c-shadow-md);padding:3rem 2rem;text-align:center;max-width:420px;width:100%}.expired-icon{font-size:3rem;margin-bottom:1rem}.expired-card h2{margin-bottom:.75rem}.expired-card p{color:var(--c-text-secondary);margin-bottom:2rem}.expired-actions{display:flex;flex-direction:column;gap:.75rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem 0 0;font-size:.875rem;color:var(--c-text-secondary)}.search-bar{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.search-bar input{flex:1;min-width:200px;padding:.5rem .875rem;border:1.5px solid var(--c-border);border-radius:var(--c-radius);background:var(--c-surface);color:var(--c-text);font-family:inherit;font-size:.875rem}.search-bar input:focus{outline:none;border-color:var(--c-primary)}.referral-form{display:flex;flex-direction:column;gap:.75rem}.referral-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hint{font-size:.8rem;color:var(--c-text-muted)}.modal-lg{max-width:600px!important}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.form-row,.referral-form .form-row{grid-template-columns:1fr}}.card-list-main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.4rem}.card-list-title{font-weight:600;font-size:.9rem}.card-list-meta{font-size:.875rem;font-weight:600}.card-list-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.card-list-sub{font-size:.8rem;color:var(--c-text-secondary)}.card-list-item{flex-direction:column;align-items:stretch}.capitalize{text-transform:capitalize}.btn-ghost{background:none;border:none;color:var(--c-text-secondary);cursor:pointer;font-family:inherit;font-size:.875rem;padding:.5rem 1rem;border-radius:var(--c-radius)}.btn-ghost:hover{color:var(--c-text);background:var(--c-surface-hover)}.loading-spinner{display:flex;justify-content:center;padding:2rem}.btn-primary,.btn-secondary,.btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;border-radius:var(--c-radius-sm);border:none;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;line-height:1;white-space:nowrap;font-family:inherit;text-decoration:none}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{border:1px solid var(--c-border)!important}.btn-full{width:100%}.badge-secondary{background:var(--c-surface-section);color:var(--c-text-muted)}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table thead th{padding:.625rem 1rem;text-align:left;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--c-text-muted);border-bottom:1px solid var(--c-border);background:var(--c-surface-section);white-space:nowrap}.data-table tbody td{padding:.75rem 1rem;border-bottom:1px solid var(--c-border-light);color:var(--c-text)}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:var(--c-surface-hover)}.modal-overlay{position:fixed;inset:0;background:#1a001a8c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-close{background:none;border:none;color:var(--c-text-muted);cursor:pointer;font-size:1rem;line-height:1;padding:.25rem;border-radius:var(--c-radius-sm);font-family:inherit}.modal-close:hover{background:var(--c-surface-section);color:var(--c-text)}.modal form{padding:1.5rem}.modal form .form-group:last-of-type{margin-bottom:0}.form-group label{display:block;font-size:.8125rem;font-weight:500;color:var(--c-text-secondary);margin-bottom:.35rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem .75rem;border:1.5px solid var(--c-border);border-radius:var(--c-radius-sm);font-size:.875rem;color:var(--c-text);background:var(--c-surface);transition:border-color .15s;outline:none;font-family:inherit;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px var(--c-primary-lighter)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--c-text-muted)}.form-group select{cursor:pointer}.error-msg{background:var(--c-danger-bg);color:var(--c-danger);border:1px solid rgba(220,38,38,.2);border-radius:var(--c-radius-sm);padding:.625rem .875rem;font-size:.8125rem;margin-bottom:.75rem}.page-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.empty-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.4}.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;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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{max-width:none!important;max-height:none!important;width:auto;padding:0}.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:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.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{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transition:none;-moz-transition:none;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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;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:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;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{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.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{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.sidebar{width:240px;height:100vh;position:fixed;left:0;top:0;background:var(--c-sidebar-bg);display:flex;flex-direction:column;z-index:120;overflow:hidden;transition:transform .25s cubic-bezier(.4,0,.2,1)}.sidebar-brand{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--c-sidebar-divider);flex-shrink:0}.brand-icon{width:36px;height:36px;border-radius:8px;background:var(--c-primary);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.brand-text{display:flex;flex-direction:column;flex:1;min-width:0}.brand-name{font-size:.9375rem;font-weight:700;color:var(--c-sidebar-text-active);letter-spacing:-.01em}.brand-sub{font-size:.625rem;color:var(--c-text-muted);margin-top:1px;text-transform:uppercase;letter-spacing:.06em}.sidebar-close{display:none;background:none;border:none;color:#ffffff80;font-size:.875rem;cursor:pointer;padding:.25rem;line-height:1}.sidebar-section-label{padding:1.25rem 1.25rem .5rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--c-text-muted)}.sidebar-nav{flex:1;padding:0 .625rem;overflow-y:auto;display:flex;flex-direction:column;gap:1px}.nav-section-label{padding:.875rem .75rem .35rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--c-text-muted)}.nav-item{display:flex;align-items:center;gap:.625rem;width:100%;padding:.5rem .75rem;border:none;background:transparent;border-radius:var(--c-radius-sm);cursor:pointer;color:var(--c-sidebar-text);font-size:.8125rem;font-weight:400;transition:all .15s ease;position:relative;text-align:left;font-family:inherit}.nav-indicator{display:none;position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:18px;border-radius:0 3px 3px 0;background:var(--c-sidebar-active-border)}.nav-item:hover{background:var(--c-sidebar-hover);color:var(--c-sidebar-text-active)}.nav-item.active{background:var(--c-sidebar-active);color:var(--c-sidebar-text-active);font-weight:500}.nav-item.active .nav-indicator{display:block}.nav-icon{font-size:1rem;width:20px;text-align:center;flex-shrink:0}.sidebar-footer{padding:.75rem .875rem;border-top:1px solid var(--c-sidebar-divider);display:flex;align-items:center;gap:.5rem;flex-shrink:0}.footer-user{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0;cursor:pointer;border-radius:var(--c-radius-sm);padding:.25rem;transition:background .15s}.footer-user:hover{background:var(--c-sidebar-hover)}.user-avatar{width:30px;height:30px;border-radius:7px;background:var(--c-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.user-details{display:flex;flex-direction:column;min-width:0}.user-name{font-size:.8125rem;font-weight:500;color:var(--c-sidebar-text-active);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:.625rem;color:var(--c-text-muted);text-transform:capitalize}.dark-mode-toggle{background:none;border:none;color:var(--c-text-muted);cursor:pointer;padding:.3rem;font-size:1rem;border-radius:4px;transition:color .15s;flex-shrink:0}.dark-mode-toggle:hover{color:var(--c-sidebar-text-active)}.btn-logout{background:none;border:none;color:var(--c-text-muted);cursor:pointer;padding:.25rem;font-size:1rem;border-radius:4px;transition:color .15s;flex-shrink:0}.btn-logout:hover{color:var(--c-primary)}.sidebar-legal{padding:.5rem 1rem .75rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.sidebar-legal a,.sidebar-legal span{font-size:.65rem;color:var(--c-text-muted);text-decoration:none;line-height:1.4}.sidebar-legal a:hover{color:var(--c-sidebar-text-active)}@media(max-width:768px){.sidebar{transform:translate(-100%);box-shadow:4px 0 24px #0006}.sidebar.sidebar-open{transform:translate(0)}.sidebar-close{display:block}}.app-layout{display:flex;height:100%;min-height:100vh}.main-content{margin-left:240px;flex:1;min-height:100vh;overflow-y:auto;display:flex;flex-direction:column}.content-inner{padding:1.75rem 2rem;max-width:1200px;width:100%;flex:1}.mobile-topbar,.sidebar-backdrop{display:none}@media(max-width:1024px){.content-inner{padding:1.5rem}}@media(max-width:768px){.main-content{margin-left:0}.content-inner{padding:1rem}.mobile-topbar{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--c-sidebar-bg);border-bottom:1px solid var(--c-sidebar-divider);position:sticky;top:0;z-index:90}.mobile-brand{color:#fff;font-weight:700;font-size:.9375rem;letter-spacing:-.01em}.hamburger{background:none;border:none;cursor:pointer;padding:4px;display:flex;flex-direction:column;gap:4px}.hamburger span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .2s}.sidebar-backdrop{display:block;position:fixed;inset:0;background:#00000080;z-index:110;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}}.login-page{display:flex;min-height:100vh}.login-left{flex:1;background:var(--c-sidebar-bg);padding:3rem;display:flex;flex-direction:column;justify-content:center;gap:3rem}.login-brand{display:flex;flex-direction:column;gap:.5rem}.login-brand-icon{font-size:2.5rem;width:60px;height:60px;background:var(--c-primary);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.login-brand h1{color:#fff;font-size:2rem;margin:0}.login-brand p{color:#ffffff80;font-size:.9375rem}.login-features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:1rem}.feature-icon{font-size:1.25rem;width:40px;height:40px;background:var(--c-primary);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;box-shadow:0 4px 12px #ff002b59}.feature-item strong{display:block;color:#fff;font-size:.9375rem;margin-bottom:.2rem}.feature-item p{color:#ffffff73;font-size:.8125rem;line-height:1.4}.login-right{width:440px;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--c-bg)}.login-card{width:100%;max-width:380px}.login-card-header{margin-bottom:1.75rem}.login-card-header h2{font-size:1.5rem;font-weight:700;color:var(--c-text);margin-bottom:.25rem}.login-card-header p{color:var(--c-text-secondary);font-size:.875rem}.login-forgot{display:flex;justify-content:flex-end;margin-top:-.5rem;margin-bottom:1rem}.login-forgot a{font-size:.8125rem;color:var(--c-primary);text-decoration:none}.login-forgot a:hover{text-decoration:underline}.login-footer-note{margin-top:1.25rem;font-size:.75rem;color:var(--c-text-muted);text-align:center}.login-footer-note code{background:var(--c-surface-section);padding:.1rem .3rem;border-radius:3px;font-size:.7rem}@media(max-width:900px){.login-left{padding:2rem}.login-right{width:400px}}@media(max-width:768px){.login-page{flex-direction:column}.login-left{padding:2rem 1.5rem;gap:1.5rem;flex:unset}.login-features{display:none}.login-right{width:100%;padding:1.5rem 1rem;align-items:flex-start}}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:900px){.dashboard-grid{grid-template-columns:1fr}}.action-list{padding:.5rem}.action-row{display:flex;align-items:center;gap:.875rem;width:100%;padding:.75rem;border:none;background:transparent;border-radius:var(--c-radius-sm);cursor:pointer;transition:background .15s ease;text-align:left;font-family:inherit}.action-row:hover{background:var(--c-surface-hover)}.action-icon-wrap{width:36px;height:36px;border-radius:var(--c-radius-sm);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.action-label{flex:1;font-size:.875rem;font-weight:500;color:var(--c-text)}.action-arrow{font-size:1rem;color:var(--c-text-muted)}.device-list{padding:.5rem}.device-row{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;border:none;background:transparent;border-radius:var(--c-radius-sm);cursor:pointer;transition:background .15s ease;text-align:left;font-family:inherit}.device-row:hover{background:var(--c-surface-hover)}.device-avatar{width:32px;height:32px;border-radius:8px;background:var(--c-primary-lighter);color:var(--c-primary);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0}.device-info{flex:1;display:flex;flex-direction:column;min-width:0}.device-name{font-size:.875rem;font-weight:500;color:var(--c-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.device-meta{font-size:.75rem;color:var(--c-text-muted)}
