*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8fafc;color:#1a202c;line-height:1.6}.main-layout{display:flex;min-height:100vh}.sidebar{width:50px;background:linear-gradient(180deg,#2d3748 0%,#1a202c 100%);color:#fff;position:fixed;top:0;left:0;height:100vh;z-index:1000;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:2px 0 10px #0000001a;overflow:hidden}.sidebar:not(.collapsed){width:280px;box-shadow:2px 0 20px #0003}.sidebar.collapsed{width:50px}.sidebar-backdrop{position:fixed;top:0;left:50px;width:calc(100% - 50px);height:100vh;background-color:#0000004d;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none}.sidebar-backdrop{opacity:1;visibility:visible;pointer-events:auto}.sidebar-header{border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;min-height:70px;padding:0}.sidebar-toggle{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s ease;width:50px;height:70px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-toggle:hover{background-color:#ffffff1a}.logo,.sidebar-logo{display:flex;align-items:center;font-weight:700;font-size:1.125rem;min-height:70px;flex:1;padding-right:1rem}.logo-icon{width:50px;height:70px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;min-width:50px;max-width:50px;transition:none}.logo-text{font-size:1.25rem;font-weight:600;white-space:nowrap;opacity:1;max-width:200px;overflow:hidden;padding-right:1rem;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translate(0)}.sidebar.collapsed .logo-text{opacity:0;max-width:0;padding-right:0;transform:translate(-10px)}.hamburger{display:flex;flex-direction:column;gap:3px;width:18px;height:12px}.hamburger span{width:100%;height:2px;background-color:#fff;border-radius:1px;transition:all .3s ease}.sidebar.collapsed .hamburger span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.sidebar.collapsed .hamburger span:nth-child(2){opacity:0;transform:scale(0)}.sidebar.collapsed .hamburger span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hamburger{width:18px;height:12px;position:relative}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto;min-height:0}.sidebar-menu{flex:1;padding:1rem 0;overflow-y:auto;list-style:none;margin:0;min-height:0}.sidebar.collapsed{overflow:hidden!important}.sidebar.collapsed .sidebar-nav,.sidebar.collapsed .sidebar-menu{overflow-y:hidden!important;overflow-x:hidden!important}.nav-list{list-style:none}.nav-item,.menu-item{margin-bottom:.25rem}.nav-link,.menu-link{display:flex;align-items:center;color:#fffc;text-decoration:none;transition:all .2s ease;position:relative;min-height:48px}.nav-link:hover,.menu-link:hover{background-color:#ffffff1a;color:#fff}.nav-link.active,.menu-link.active{background-color:#4299e1;color:#fff;border-right:3px solid #fff}.nav-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#63b3ed}.nav-icon,.menu-icon{width:50px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;transition:none;min-width:50px;max-width:50px}.nav-label,.menu-label{font-weight:500;white-space:nowrap;padding:.875rem 1rem .875rem 0;opacity:1;max-width:200px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translate(0)}.sidebar.collapsed .nav-label,.sidebar.collapsed .menu-label{opacity:0;max-width:0;padding-left:0;padding-right:0;transform:translate(-10px)}.menu-tooltip{position:absolute;left:55px;top:50%;transform:translateY(-50%);background-color:#333;color:#fff;padding:.5rem .75rem;border-radius:4px;font-size:.75rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1001}.menu-tooltip:before{content:"";position:absolute;top:50%;left:-5px;transform:translateY(-50%);border-right:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent}.sidebar.collapsed .menu-link:hover .menu-tooltip{opacity:1;visibility:visible}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;transition:all .3s ease;flex-shrink:0;margin-top:auto}.footer-info{transition:opacity .3s ease}.footer-text{font-size:.75rem;color:#fff9;margin-bottom:.25rem}.footer-version{font-size:.7rem;color:#fff6}.footer-info{transition:all .4s cubic-bezier(.4,0,.2,1);opacity:1;max-height:60px;overflow:hidden;transform:translateY(0)}.sidebar.collapsed .sidebar-footer{padding:.25rem 0}.sidebar.collapsed .footer-info{opacity:0;max-height:0;transform:translateY(-10px)}.main-content{flex:1;margin-left:50px;display:flex;flex-direction:column;width:calc(100% - 50px)}.main-header{background:white;box-shadow:0 1px 3px #0000001a;padding:0 1.5rem;height:70px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:1rem}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px}.mobile-menu-toggle:hover{background-color:#f7fafc}.breadcrumb{display:flex;align-items:center;gap:.5rem}.breadcrumb-item{font-weight:600;color:#2d3748}.header-center{flex:1;display:flex;justify-content:center}.system-status{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f0fff4;border-radius:20px;border:1px solid #9ae6b4}.status-indicator{width:8px;height:8px;border-radius:50%;background-color:#38a169;animation:pulse 2s infinite}.status-indicator.online{background-color:#38a169}.status-indicator.offline{background-color:#e53e3e}.status-text{font-size:.875rem;color:#2f855a;font-weight:500}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.header-right{display:flex;align-items:center;gap:1rem}.current-time{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#edf2f7;border-radius:8px}.time-icon{font-size:1rem}.time-text{font-size:.875rem;font-weight:500;color:#4a5568}.user-menu{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.user-menu:hover{background-color:#f7fafc}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.user-info{display:flex;flex-direction:column}.user-name{font-weight:600;font-size:.875rem;color:#2d3748}.user-role{font-size:.75rem;color:#718096}.user-menu-button{background:none;border:none;cursor:pointer;color:#a0aec0;font-size:.75rem}.header-actions{display:flex;align-items:center;gap:.5rem}.action-button{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease;position:relative;font-size:1.25rem}.action-button:hover{background-color:#f7fafc}.action-button.logout:hover{background-color:#fed7d7;color:#e53e3e}.notification-badge{position:absolute;top:0;right:0;background-color:#e53e3e;color:#fff;font-size:.7rem;padding:.125rem .375rem;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center}.page-wrapper{flex:1;padding:2rem;overflow-y:auto}@media (max-width: 1024px){.sidebar{transform:translate(-100%);width:280px}.sidebar.open{transform:translate(0)}.sidebar.collapsed{transform:translate(-100%)}.main-content{margin-left:0;width:100%}.mobile-menu-toggle{display:block}.header-center,.current-time .time-text,.user-info,.sidebar-backdrop{display:none}}@media (max-width: 768px){.main-header{padding:0 1rem}.page-wrapper{padding:1rem}.header-actions .action-button:not(.logout){display:none}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;display:none}.sidebar-overlay.active{display:block}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.card{background:white;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;overflow:hidden;transition:box-shadow .2s ease}.card:hover{box-shadow:0 4px 12px #00000026}.card-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;background-color:#f8fafc}.card-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0}.card-subtitle{font-size:.875rem;color:#718096;margin:.5rem 0 0}.card-body{padding:1.5rem}.card-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;background-color:#f8fafc}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:6px;border:1px solid transparent;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#4299e1;color:#fff;border-color:#4299e1}.btn-primary:hover:not(:disabled){background-color:#3182ce;border-color:#3182ce}.btn-secondary{background-color:#718096;color:#fff;border-color:#718096}.btn-secondary:hover:not(:disabled){background-color:#4a5568;border-color:#4a5568}.btn-success{background-color:#38a169;color:#fff;border-color:#38a169}.btn-success:hover:not(:disabled){background-color:#2f855a;border-color:#2f855a}.btn-warning{background-color:#d69e2e;color:#fff;border-color:#d69e2e}.btn-warning:hover:not(:disabled){background-color:#b7791f;border-color:#b7791f}.btn-danger{background-color:#e53e3e;color:#fff;border-color:#e53e3e}.btn-danger:hover:not(:disabled){background-color:#c53030;border-color:#c53030}.btn-outline{background-color:transparent;color:#4a5568;border-color:#e2e8f0}.btn-outline:hover:not(:disabled){background-color:#f7fafc;color:#2d3748}.btn-sm{padding:.25rem .75rem;font-size:.75rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:12px;white-space:nowrap}.badge-primary{background-color:#bee3f8;color:#2b6cb0}.badge-success{background-color:#c6f6d5;color:#2f855a}.badge-warning{background-color:#faf089;color:#b7791f}.badge-danger{background-color:#fed7d7;color:#c53030}.badge-info{background-color:#bee3f8;color:#2c5282}.table-container{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th{background-color:#f8fafc;padding:1rem;text-align:left;font-weight:600;color:#4a5568;border-bottom:1px solid #e2e8f0;white-space:nowrap}.table td{padding:1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.table tbody tr:hover{background-color:#f8fafc}.table tbody tr:last-child td{border-bottom:none}.form-group{margin-bottom:1.5rem}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-col-6{flex:1;margin-bottom:.5rem}.form-col-12{width:100%}@media (max-width: 768px){.form-row{flex-direction:column;gap:0}.form-col-6{margin-bottom:1rem}}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.form-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background-color:#fff;cursor:pointer}.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;resize:vertical;min-height:100px}.form-text{display:block;margin-top:.25rem;font-size:.75rem;color:#6b7280}.form-text.text-muted{color:#9ca3af}.alert{padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem}.alert-success{background-color:#f0fff4;border:1px solid #9ae6b4;color:#2f855a}.alert-warning{background-color:#fffbeb;border:1px solid #f6e05e;color:#b7791f}.alert-danger{background-color:#fed7d7;border:1px solid #fc8181;color:#c53030}.alert-info{background-color:#ebf8ff;border:1px solid #90cdf4;color:#2c5282}.spinner{width:20px;height:20px;border:2px solid #e2e8f0;border-top:2px solid #4299e1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:white;border-radius:12px;max-width:90vw;max-height:90vh;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.modal-fixed{width:600px;min-height:500px;max-width:none}@media (max-width: 768px){.modal-fixed{width:95vw;min-height:auto;max-width:95vw}}.modal-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:1.25rem;font-weight:600;color:#2d3748}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#a0aec0;padding:.25rem}.modal-close:hover{color:#718096}.modal-body{padding:1.5rem;overflow-y:auto}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;gap:.75rem;justify-content:flex-end}.tooltip{position:relative;display:inline-block}.tooltip:hover:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#2d3748;color:#fff;padding:.5rem;border-radius:4px;font-size:.75rem;white-space:nowrap;z-index:1000}.pagination{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:1.5rem}.pagination-item{padding:.5rem .75rem;border:1px solid #e2e8f0;background-color:#fff;color:#4a5568;text-decoration:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.pagination-item:hover:not(.disabled){background-color:#f7fafc;border-color:#cbd5e0}.pagination-item.active{background-color:#4299e1;border-color:#4299e1;color:#fff}.pagination-item.disabled{opacity:.5;cursor:not-allowed}.page-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.page-description{font-size:1rem;color:#718096;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.stat-icon.blue{background-color:#dbeafe;color:#2563eb}.stat-icon.green{background-color:#dcfce7;color:#16a34a}.stat-icon.red{background-color:#fee2e2;color:#dc2626}.stat-icon.yellow{background-color:#fef3c7;color:#d97706}.stat-icon.purple{background-color:#f3e8ff;color:#9333ea}.stat-content h3{font-size:1.875rem;font-weight:700;color:#1a202c;margin:0 0 .25rem}.stat-content p{font-size:.875rem;color:#718096;margin:0}.dashboard-grid{display:grid;gap:2rem;grid-template-columns:2fr 1fr}.dashboard-main{display:flex;flex-direction:column;gap:2rem}.dashboard-sidebar{display:flex;flex-direction:column;gap:1.5rem}.chart-container{height:300px;display:flex;align-items:center;justify-content:center;background-color:#f8fafc;border-radius:8px;color:#718096;font-size:.875rem}.activity-list{max-height:400px;overflow-y:auto}.activity-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 0;border-bottom:1px solid #f1f5f9}.activity-item:last-child{border-bottom:none}.activity-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.activity-content{flex:1}.activity-title{font-weight:500;color:#2d3748;margin:0 0 .25rem;font-size:.875rem}.activity-description{color:#718096;margin:0 0 .25rem;font-size:.75rem}.activity-time{color:#a0aec0;font-size:.7rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.service-card{background:white;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.service-card-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.service-info{display:flex;align-items:center;gap:1rem}.service-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;background-color:#f7fafc}.service-details h3{font-size:1.125rem;font-weight:600;color:#2d3748;margin:0 0 .25rem}.service-details p{font-size:.875rem;color:#718096;margin:0}.service-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.service-status.running{color:#38a169}.service-status.stopped{color:#e53e3e}.service-status.loading{color:#d69e2e}.service-card-body{padding:1.5rem}.service-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.metric{text-align:center}.metric-value{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0 0 .25rem}.metric-label{font-size:.75rem;color:#718096;margin:0}.service-actions{display:flex;gap:.75rem}.logs-container{background:#1a202c;color:#e2e8f0;border-radius:8px;padding:1.5rem;font-family:Consolas,Monaco,Courier New,monospace;font-size:.875rem;line-height:1.6;max-height:500px;overflow-y:auto}.log-entry{margin-bottom:.5rem;border-left:3px solid transparent;padding:.25rem 0 .25rem .75rem}.log-entry.error{border-left-color:#e53e3e;background-color:#e53e3e1a}.log-entry.warning{border-left-color:#d69e2e;background-color:#d69e2e1a}.log-entry.info{border-left-color:#4299e1;background-color:#4299e11a}.log-timestamp{color:#a0aec0;font-weight:500}.log-level{font-weight:600;margin:0 .5rem}.log-level.error{color:#fc8181}.log-level.warning{color:#f6e05e}.log-level.info{color:#90cdf4}.log-message{color:#e2e8f0}.system-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.system-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.system-card h4{font-size:1rem;font-weight:600;color:#2d3748;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.system-metric{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.system-metric:last-child{margin-bottom:0}.metric-name{font-size:.875rem;color:#718096}.metric-value{font-size:.875rem;font-weight:500;color:#2d3748}.progress-bar{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden;margin-top:.5rem}.progress-fill{height:100%;border-radius:4px;transition:width .3s ease}.progress-fill.success{background-color:#38a169}.progress-fill.warning{background-color:#d69e2e}.progress-fill.danger{background-color:#e53e3e}.settings-nav{display:flex;gap:1rem;flex-wrap:wrap}.settings-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:white;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;color:#4a5568;font-weight:500}.settings-tab:hover{border-color:#cbd5e1;background-color:#f8fafc}.settings-tab.active{border-color:#4299e1;background-color:#ebf8ff;color:#2c5282}.tab-icon{font-size:1.25rem}.tab-label{font-size:.875rem}.settings-content{margin-top:2rem}.settings-actions{margin-top:2rem;padding:1.5rem;background:white;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.security-section,.advanced-section{padding:1.5rem 0;border-bottom:1px solid #f1f5f9}.security-section:last-child,.advanced-section:last-child{border-bottom:none}.security-section h4,.advanced-section h4{font-size:1.125rem;font-weight:600;color:#2d3748;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.api-key-section{background:#f8fafc;padding:1rem;border-radius:6px;border:1px solid #e2e8f0}.email-config{padding:1rem 0}.email-config h4{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.backup-config{padding:1rem 0}.backup-actions{margin:2rem 0}.backup-actions h4{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.backup-status{margin:2rem 0}.backup-status h4{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.status-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.status-label{font-size:.875rem;color:#718096}.status-value{font-size:.875rem;font-weight:500;color:#2d3748}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.import-export,.debug-settings{padding:1rem 0}.danger-zone{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:1.5rem;margin-top:2rem}.danger-zone h4{color:#dc2626}.danger-actions{display:flex;gap:1rem;flex-wrap:wrap}.storage-item{background:white;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.storage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.storage-header h4{font-size:1rem;font-weight:600;color:#2d3748;margin:0}.storage-details{margin-bottom:1rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.info-item:last-child{border-bottom:none}.info-label{font-size:.875rem;color:#718096}.info-value{font-size:.875rem;font-weight:500;color:#2d3748}.system-info .info-item{padding:.25rem 0}.service-info-details{margin:1rem 0;padding:1rem;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.info-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.info-row:last-child{margin-bottom:0}.info-row span:first-child{font-size:.875rem;color:#718096}.info-row span:last-child{font-size:.875rem;font-weight:500;color:#2d3748}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.switch-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.switch input:checked+.switch-slider{background-color:#4299e1}.switch input:checked+.switch-slider:before{transform:translate(20px)}.log-detail{font-family:var(--font-mono);font-size:.875rem}.detail-row{display:flex;margin-bottom:1rem;gap:1rem}.detail-row strong{min-width:100px;color:#4a5568}.detail-content{background:#f8fafc;padding:.75rem;border-radius:6px;border:1px solid #e2e8f0;font-family:var(--font-mono);white-space:pre-wrap;margin-top:.5rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.settings-nav{flex-direction:column}.settings-tab{justify-content:center}.tools-grid,.status-grid{grid-template-columns:1fr}.danger-actions{flex-direction:column}}.text-right{text-align:right}.text-left{text-align:left}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mt-0{margin-top:0}.mt-3{margin-top:.75rem}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}.align-center{align-items:center}@media (max-width: 768px){.mobile-hidden{display:none}.mobile-block{display:block}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 221.2 83.2% 53.3%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96%;--secondary-foreground: 222.2 84% 4.9%;--muted: 210 40% 96%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96%;--accent-foreground: 222.2 84% 4.9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 221.2 83.2% 53.3%;--radius: .5rem}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.static{position:static}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-2{height:.5rem}.h-32{height:8rem}.min-h-screen{min-height:100vh}.w-16{width:4rem}.w-2{width:.5rem}.w-32{width:8rem}.w-full{width:100%}.flex-1{flex:1 1 0%}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.rounded-full{border-radius:9999px}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.border-b-2{border-bottom-width:2px}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-muted{color:hsl(var(--muted))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}
