.app{display:flex;min-height:100vh}.sidebar{position:fixed;left:0;top:0;width:240px;height:100vh;background:#fff;border-right:1px solid #e1e8ed;display:flex;flex-direction:column;z-index:100}.sidebar-header{padding:30px 20px;border-bottom:1px solid #e1e8ed}.sidebar-header h1{color:#2c3e50;font-size:1.5rem;margin-bottom:5px}.sidebar-header p{color:#7f8c8d;font-size:.85rem}.sidebar-nav{flex:1;padding:20px 0}.sidebar-footer{padding:18px 20px 24px;border-top:1px solid #e1e8ed}.sidebar-logout{width:100%;display:flex;align-items:center;border:1px solid #d7e4f2;border-radius:12px;background:#f7fbff;color:#123b63;padding:10px 14px;cursor:pointer;transition:all .2s ease;font:inherit}.sidebar-logout:hover{background:#e8f1fb;border-color:#bfd1e5}.nav-group{position:relative}.nav-item{display:flex;align-items:center;padding:12px 20px;color:#5a6c7d;text-decoration:none;transition:all .2s;border-left:3px solid transparent;position:relative;cursor:pointer}.nav-item:hover{background:#f5f7fa;color:#2c3e50;border-left-color:#3498db}.nav-item.active{background:#e3f2fd;color:#1976d2;border-left-color:#1976d2;font-weight:500}.nav-icon{font-size:1.3rem;margin-right:12px;width:24px;text-align:center}.nav-label{font-size:.95rem;flex:1}.nav-arrow{font-size:.7rem;margin-left:auto;transition:transform .2s}.nav-item.expanded .nav-arrow{transform:rotate(180deg)}.sub-nav{background:#f5f7fa}.sub-nav-item{display:block;padding:10px 20px 10px 56px;color:#5a6c7d;text-decoration:none;font-size:.9rem;transition:all .2s}.sub-nav-item:hover{background:#e8ecef;color:#2c3e50}.sub-nav-item.active{background:#3498db;color:#fff;font-weight:500}.main-container{margin-left:240px;min-height:100vh;display:flex;flex-direction:column;flex:1}.top-header{background:#fff;border-bottom:1px solid #e1e8ed;padding:25px 40px;position:sticky;top:0;z-index:50}.header-content{display:flex;justify-content:space-between;align-items:center}.header-content h1{color:#2c3e50;font-size:1.75rem;margin-bottom:5px}.breadcrumb{color:#7f8c8d;font-size:.9rem}.content-area{flex:1;padding:30px 40px}.kpi-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:30px}.kpi-card{background:#fff;border:1px solid #e1e8ed;border-radius:8px;padding:20px;text-align:center}.kpi-label{color:#7f8c8d;font-size:.85rem;margin-bottom:10px;text-transform:uppercase;font-weight:500;letter-spacing:.5px}.kpi-value{font-size:2rem;font-weight:700;color:#2c3e50}.kpi-success{color:#27ae60}.kpi-warning{color:#f39c12}.kpi-info{color:#3498db}.action-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;gap:20px}.filter-tabs{display:flex;gap:8px;background:#fff;border:1px solid #e1e8ed;border-radius:6px;padding:4px}.filter-tab{padding:8px 20px;border:none;background:transparent;color:#5a6c7d;font-size:.95rem;font-weight:500;cursor:pointer;border-radius:4px;transition:all .2s}.filter-tab:hover{background:#f5f7fa;color:#2c3e50}.filter-tab.active{background:#3498db;color:#fff}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;transition:all .2s;font-weight:500}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9}.btn-secondary{background-color:#95a5a6;color:#fff}.btn-secondary:hover{background-color:#7f8c8d}.btn-success{background-color:#27ae60;color:#fff}.btn-success:hover{background-color:#229954}.btn-warning{background-color:#f39c12;color:#fff}.btn-warning:hover{background-color:#e67e22}.btn-edit{background-color:#3498db;color:#fff;padding:6px 12px;font-size:.85rem}.btn-edit:hover{background-color:#2980b9}.btn-icon{margin-right:6px;font-size:1.1rem}.products-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.product-card{background:#fff;border:1px solid #e1e8ed;border-radius:8px;padding:20px;transition:all .2s}.product-card:hover{box-shadow:0 4px 12px #00000014;border-color:#cbd5e0}.product-card.inactive{opacity:.6;background:#f8f9fa}.product-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}.product-title{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:5px}.product-badge{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge-product{background:#e3f2fd;color:#1976d2}.badge-service{background:#f3e5f5;color:#7b1fa2}.status-badge{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;margin-left:8px}.status-active{background:#d4edda;color:#155724}.status-inactive{background:#f8d7da;color:#721c24}.product-description{color:#6c757d;font-size:.9rem;margin-bottom:15px;min-height:40px}.product-info{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:15px;font-size:.9rem}.info-item{display:flex;flex-direction:column}.info-label{color:#6c757d;font-size:.8rem;margin-bottom:2px}.info-value{color:#2c3e50;font-weight:500}.price-value{font-size:1.3rem;font-weight:700;color:#27ae60}.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.tag{background:#e9ecef;color:#495057;padding:4px 10px;border-radius:12px;font-size:.75rem}.product-actions{display:flex;gap:8px;padding-top:15px;border-top:1px solid #e9ecef;flex-wrap:wrap}.products-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e1e8ed;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.products-table thead{background-color:#f8f9fa;border-bottom:2px solid #e1e8ed}.products-table th{padding:15px;text-align:left;font-weight:600;color:#2c3e50;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.products-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s}.products-table tbody tr:hover{background-color:#f8f9fa}.products-table tbody tr:last-child{border-bottom:none}.products-table tbody tr.inactive{opacity:.6;background-color:#f8f9fa}.products-table td{padding:15px;color:#2c3e50;font-size:.95rem;vertical-align:middle}.table-position{font-weight:600;color:#7f8c8d;width:60px;text-align:center}.table-type{width:120px}.table-name{font-weight:500;width:250px;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-price{width:140px;font-family:Courier New,monospace;color:#27ae60;font-weight:600}.table-active{width:100px}.table-actions{width:60px;text-align:center}.action-icon-cell{padding:8px 5px;text-align:center}.icon-btn{background:none;border:none;font-size:1.3rem;cursor:pointer;padding:6px 10px;border-radius:4px;transition:all .2s;margin:0 2px;display:inline-block}.icon-btn:hover{background-color:#e9ecef;transform:scale(1.1)}.icon-btn:active{transform:scale(.95)}.icon-edit{color:#3498db}.icon-edit:hover{background-color:#e3f2fd;color:#1976d2}.icon-delete{color:#e74c3c}.icon-delete:hover{background-color:#fadbd8;color:#c0392b}.badge{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;display:inline-block}.badge-active{background:#d4edda;color:#155724}.badge-archived{background:#f8d7da;color:#721c24}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-bottom:1px solid #e9ecef}.modal-header h2{color:#2c3e50;font-size:1.5rem}.close-btn{background:none;border:none;font-size:2rem;color:#95a5a6;cursor:pointer;line-height:1}.close-btn:hover{color:#7f8c8d}form{padding:30px}.form-section{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.form-section:last-of-type{border-bottom:none}.form-section-title{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:15px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;color:#2c3e50;font-weight:500;font-size:.95rem}.required{color:#e74c3c}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px;border:1px solid #ced4da;border-radius:4px;font-size:.95rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-help{display:block;margin-top:4px;color:#6c757d;font-size:.85rem}.readonly-field{background-color:#f8f9fa;cursor:not-allowed}.readonly-field:disabled{opacity:.7}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px;padding-top:20px;border-top:1px solid #e9ecef}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:8px;border:1px solid #e1e8ed}.empty-state-icon{font-size:4rem;margin-bottom:15px}.empty-state-text{font-size:1.2rem;margin-bottom:10px;color:#2c3e50}.blank-state{text-align:center;padding:80px 40px;background:#fff;border-radius:8px;border:1px solid #e1e8ed}.blank-state-icon{font-size:5rem;margin-bottom:20px;opacity:.5}.blank-state-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:15px}.blank-state-text{font-size:1rem;color:#6c757d;margin-bottom:10px}.blank-state-subtitle{font-size:.9rem;color:#95a5a6;font-style:italic}.loading{text-align:center;padding:40px;color:#6c757d}@media (max-width: 768px){.sidebar{width:80px}.sidebar-header p,.nav-label{display:none}.sidebar-header h1{font-size:1.2rem}.main-container{margin-left:80px}.top-header,.content-area{padding:20px}.products-list{grid-template-columns:1fr}.products-table{font-size:.85rem}.products-table th,.products-table td{padding:10px 8px}.table-name{max-width:150px}.icon-btn{font-size:1.1rem;padding:4px 6px}.header-content{flex-direction:column;align-items:flex-start;gap:15px}.action-bar{flex-direction:column;align-items:stretch}.filter-tabs{width:100%;justify-content:space-between}}@media (max-width: 480px){.products-table{border:none}.products-table thead{display:none}.products-table tbody,.products-table tr,.products-table td{display:block;width:100%}.products-table tr{border:1px solid #e1e8ed;margin-bottom:15px;border-radius:8px;padding:10px}.products-table td{text-align:right;padding:8px 10px;position:relative;border-bottom:1px solid #f0f0f0}.products-table td:last-child{border-bottom:none}.products-table td:before{content:attr(data-label);position:absolute;left:10px;font-weight:600;text-transform:uppercase;font-size:.75rem;color:#6c757d}.action-icon-cell{text-align:right;display:inline-block;width:auto}.action-icon-cell:before{content:""}.table-name{max-width:100%;white-space:normal}.kpi-dashboard{grid-template-columns:repeat(2,1fr)}.kpi-card:last-child{grid-column:span 2}}.voice-recorder-container{max-width:800px;margin:0 auto}.recording-section,.transcription-section{background:#fff;border:1px solid #e1e8ed;border-radius:8px;padding:30px;margin-bottom:20px}.recording-section h2,.transcription-section h2{margin-top:0;margin-bottom:10px;color:#2c3e50;font-size:1.4rem}.section-description{color:#6c757d;margin-bottom:25px;font-size:.95rem}.recording-controls{display:flex;align-items:center;gap:20px;justify-content:center;margin:30px 0}.record-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 40px;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;background:#3498db;color:#fff;transition:all .3s;box-shadow:0 4px 12px #3498db4d}.record-button:hover:not(:disabled){background:#2980b9;transform:translateY(-2px);box-shadow:0 6px 16px #3498db66}.record-button:disabled{opacity:.5;cursor:not-allowed}.record-button.recording{background:#e74c3c;animation:pulse 2s infinite}.record-button.recording:hover{background:#c0392b}@keyframes pulse{0%,to{box-shadow:0 4px 12px #e74c3c4d}50%{box-shadow:0 4px 20px #e74c3c99}}.record-icon{font-size:1.5rem}.recording-indicator{display:inline-block;width:12px;height:12px;background:#fff;border-radius:50%;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.timer-display{font-size:1.5rem;font-weight:600;color:#e74c3c;font-family:Courier New,monospace;min-width:60px}.transcription-display{background:#f8f9fa;border:1px solid #e1e8ed;border-radius:8px;padding:20px;margin:20px 0;min-height:100px;font-size:1rem;line-height:1.6;color:#2c3e50}.transcription-display p{margin:0}.empty-transcription{text-align:center;padding:40px;color:#95a5a6;font-style:italic}.loading-message{display:flex;align-items:center;justify-content:center;gap:15px;padding:30px;color:#3498db;font-size:1.1rem}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid #e1e8ed;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background:#fadbd8;border:1px solid #e74c3c;border-radius:8px;padding:15px;margin:15px 0;color:#c0392b}.error-message strong{display:block;margin-bottom:5px}.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:20px 0}.billing-column,.transcription-column{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a}.billing-column h2,.transcription-column h2{margin-top:0;margin-bottom:20px;font-size:1.3rem;color:#2c3e50;border-bottom:2px solid #3498db;padding-bottom:10px}.billing-table-container{overflow-x:auto}.billing-table{width:100%;border-collapse:collapse;font-size:.95rem}.billing-table thead th{background:#f8f9fa;color:#2c3e50;font-weight:600;padding:12px 10px;text-align:left;border-bottom:2px solid #dee2e6}.billing-table tbody td{padding:12px 10px;border-bottom:1px solid #e9ecef;color:#495057}.billing-table tbody tr:hover{background:#f8f9fa}.billing-table tfoot td{padding:15px 10px;font-weight:600;border-top:2px solid #dee2e6;background:#f8f9fa}.billing-empty{text-align:center;padding:40px;color:#95a5a6;font-style:italic}.empty-results{text-align:center;padding:60px 20px;color:#95a5a6;font-style:italic}.actions-cell{text-align:center;white-space:nowrap}.btn-icon{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:4px 8px;margin:0 2px;transition:transform .2s}.btn-icon:hover{transform:scale(1.2)}.billing-separator{height:1px;background:linear-gradient(to right,transparent,#dee2e6,transparent);margin:20px 0}.unrecognized-table{margin-top:10px}.unrecognized-row{background:#fff3cd!important}.unrecognized-row:hover{background:#ffe69c!important}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0003;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-confirm{max-width:400px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #dee2e6}.modal-header h3{margin:0;color:#2c3e50}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d;padding:0;width:30px;height:30px;line-height:1}.modal-close:hover{color:#2c3e50}.modal-body{padding:20px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:600;color:#2c3e50}.form-input,.form-select{width:100%;padding:10px;border:1px solid #dee2e6;border-radius:4px;font-size:1rem}.form-input:focus,.form-select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-input-disabled{width:100%;padding:10px;border:1px solid #dee2e6;border-radius:4px;background:#f8f9fa;color:#6c757d;font-size:1rem}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:20px;border-top:1px solid #dee2e6}.btn-danger{background-color:#e74c3c;color:#fff}.btn-danger:hover{background-color:#c0392b}.confirm-item-details{padding:15px;background:#f8f9fa;border-radius:4px;margin-top:15px;text-align:center}@media (max-width: 1200px){.results-grid{grid-template-columns:1fr;gap:20px}.modal-content{width:95%}}.control-center-page{display:flex;flex-direction:column;gap:28px}.control-center-filter-panel{display:flex;justify-content:space-between;gap:24px;padding:24px 28px;background:linear-gradient(135deg,#fff,#edf6ff);border:1px solid #d7e4f2;border-radius:24px;box-shadow:0 18px 34px #0f172a0f}.control-center-filter-copy h2{margin:0 0 8px;color:#102a43;font-size:1.2rem}.control-center-filter-copy p{margin:0;color:#52606d;max-width:420px;line-height:1.5}.control-center-filter-actions{display:flex;flex-direction:column;gap:14px;flex:1;align-items:flex-end}.control-center-segmented-filter{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.control-center-filter-chip{border:1px solid #c9d7e6;background:#ffffffb8;color:#334e68;padding:10px 16px;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.control-center-filter-chip:hover{border-color:#3b82f6;color:#123b63;transform:translateY(-1px)}.control-center-filter-chip.active{background:#123b63;border-color:#123b63;color:#fff;box-shadow:0 10px 24px #123b6333}.control-center-custom-range{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.control-center-custom-range label{display:flex;flex-direction:column;gap:6px;color:#334e68;font-size:.85rem;font-weight:600}.control-center-custom-range input{min-width:180px;padding:10px 12px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#1f2937}.analytics-section{display:flex;flex-direction:column;gap:18px}.analytics-section-heading{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.analytics-section-heading h2{margin:0;color:#102a43;font-size:1.35rem}.analytics-section-heading p{margin:0;color:#66788a;font-size:.95rem}.analytics-widget-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;align-items:start}.analytics-widget-card{background:#fff;border:1px solid #d7e4f2;border-radius:24px;padding:22px;box-shadow:0 14px 30px #0f172a0f;display:flex;flex-direction:column;min-height:230px}.analytics-widget-span-two{grid-column:span 2}.analytics-widget-header{margin-bottom:14px}.analytics-widget-title-row{display:flex;align-items:center;gap:10px}.analytics-widget-title-row h3{margin:0;color:#102a43;font-size:1.05rem}.analytics-info-badge{width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e8f1fb;color:#123b63;font-size:.75rem;font-weight:700;cursor:help}.analytics-widget-banner{margin-bottom:14px;padding:12px 14px;border-radius:14px;background:#fff4d6;border:1px solid #facc15;color:#8a5b00;font-size:.9rem}.analytics-widget-body{display:flex;flex-direction:column;gap:16px;flex:1}.analytics-widget-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px dashed #cbd5e1;border-radius:18px;background:#f8fbff;color:#52606d;text-align:center;padding:22px}.analytics-widget-empty-icon{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#dbeafe;color:#1d4ed8;font-weight:800;font-size:1.1rem}.analytics-widget-skeleton{display:flex;flex-direction:column;gap:14px}.analytics-skeleton{border-radius:14px;background:linear-gradient(90deg,#e7eef7,#f6f9fc,#e7eef7);background-size:220% 100%;animation:analyticsShimmer 1.3s infinite linear}.analytics-skeleton-title{width:42%;height:18px}.analytics-skeleton-stat{width:28%;height:54px}.analytics-skeleton-chart{width:100%;height:210px}@keyframes analyticsShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.analytics-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.analytics-stat-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-stat-card{background:#f7fbff;border:1px solid #dce8f5;border-radius:18px;padding:16px}.analytics-stat-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.analytics-stat-label{color:#52606d;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.analytics-stat-value{color:#102a43;font-size:1.7rem;font-weight:700;line-height:1.1}.analytics-stat-unit{margin-left:6px;font-size:.95rem;font-weight:600;color:#52606d}.analytics-tooltip-card{background:#fff;border:1px solid #d7e4f2;border-radius:16px;box-shadow:0 16px 28px #0f172a1f;padding:12px 14px}.analytics-tooltip-card strong{display:block;margin-bottom:6px;color:#102a43}.analytics-tooltip-card p{margin:4px 0;color:#52606d;font-size:.9rem}.analytics-inline-legend{display:flex;gap:14px;flex-wrap:wrap}.analytics-inline-legend-item{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#f7fbff;border:1px solid #dce8f5;border-radius:999px;color:#334e68;font-size:.9rem}.analytics-inline-legend-dot{width:10px;height:10px;border-radius:999px}.analytics-footnote{color:#66788a;font-size:.85rem}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,520px);background:radial-gradient(circle at top left,rgba(52,152,219,.18),transparent 40%),linear-gradient(135deg,#eff5fb,#f9fbfd 55%,#fff)}.auth-hero{padding:72px 56px;display:flex;align-items:center}.auth-hero-copy{max-width:520px}.auth-badge{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#ffffffd1;color:#123b63;border:1px solid #d7e4f2;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.auth-hero h1{margin-top:22px;font-size:clamp(2.5rem,5vw,4.4rem);line-height:.95;color:#102a43}.auth-hero p{margin-top:20px;font-size:1.05rem;line-height:1.7;color:#52606d;max-width:430px}.auth-panel{display:flex;align-items:center;justify-content:center;padding:32px}.auth-card{width:100%;background:#ffffffeb;border:1px solid #d7e4f2;border-radius:28px;box-shadow:0 24px 48px #0f172a14;padding:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-card-header h2{color:#102a43;font-size:1.8rem}.auth-card-header p{margin-top:8px;color:#66788a;font-size:.96rem}.auth-form{padding:0;margin-top:24px}.auth-form-group{margin-bottom:18px}.auth-form-group label{display:block;margin-bottom:8px;color:#123b63;font-size:.92rem;font-weight:700}.auth-form-group input{width:100%;padding:13px 14px;border-radius:14px;border:1px solid #c9d7e6;background:#fff;color:#102a43;font-size:.98rem;transition:border-color .2s ease,box-shadow .2s ease}.auth-form-group input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 4px #3498db1f}.auth-inline-error{margin-top:4px;margin-bottom:16px;padding:12px 14px;border-radius:14px;border:1px solid #f4b4b0;background:#fff5f4;color:#b42318;font-size:.92rem}.auth-submit{width:100%;border:none;border-radius:14px;background:linear-gradient(135deg,#123b63,#1d6fa5);color:#fff;padding:14px 18px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 14px 28px #123b632e;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 34px #123b6338}.auth-submit:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}@media (max-width: 1100px){.control-center-filter-panel{flex-direction:column}.control-center-filter-actions{align-items:stretch}.control-center-segmented-filter,.control-center-custom-range{justify-content:flex-start}}@media (max-width: 900px){.analytics-widget-span-two{grid-column:span 1}}@media (max-width: 768px){.control-center-filter-panel{padding:20px;border-radius:20px}.analytics-section-heading{flex-direction:column;align-items:flex-start}.analytics-stat-grid-two,.auth-page{grid-template-columns:1fr}.auth-hero{padding:40px 24px 12px}.auth-panel{padding:24px;align-items:flex-start}.auth-card{padding:24px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f7fa;color:#333;line-height:1.6}#root{min-height:100vh}
