@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");:root{--purple:#6c5ce7;--purple-light:#a78bfa;--blue:#2563eb;--blue-light:#60a5fa;--green:#10b981;--green-light:#34d399;--grey:#64748b;--grey-light:#94a3b8;--slate-900:#0a0a1a;--slate-800:#141428;--glass-bg:hsla(0,0%,100%,.1);--glass-border:hsla(0,0%,100%,.15);--glass-shadow:0 4px 24px rgba(0,0,0,.08);--blur:blur(16px);--radius:12px;--nav-height:56px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;background:linear-gradient(135deg,#0a0a1a,#141428 40%,#0a0a1a);background-attachment:fixed;color:#e2e8f0;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:inherit}.shell{display:flex;flex-direction:column;min-height:100vh}.topnav{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--nav-height);padding:0 24px;background:rgba(10,10,26,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.06);gap:8px}.topnav,.topnav-brand{display:flex;align-items:center}.topnav-brand{gap:10px;margin-right:16px;flex-shrink:0}.topnav-brand-mark{width:32px;height:32px;background:linear-gradient(135deg,var(--purple) 0,var(--green) 100%);border-radius:8px;padding:5px;box-shadow:0 4px 12px rgba(108,92,231,.3)}.topnav-brand-text{font-size:16px;font-weight:800;letter-spacing:1.5px;background:linear-gradient(135deg,#fff,hsla(0,0%,100%,.7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.topnav-items{gap:2px;flex:1 1;min-width:0}.topnav-item,.topnav-items{display:flex;align-items:center}.topnav-item{position:relative;gap:6px;padding:8px 12px;border-radius:8px;color:hsla(0,0%,100%,.6);font-size:13px;font-weight:500;white-space:nowrap;background:none;border:none;cursor:pointer;transition:all .15s ease}.topnav-item:hover{background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.9)}.topnav-item.active{background:rgba(108,92,231,.15);color:var(--purple-light)}.topnav-icon{width:16px;height:16px;flex-shrink:0}.topnav-dropdown{position:absolute;top:calc(100% + 4px);left:0;min-width:180px;background:rgba(30,41,59,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:6px;box-shadow:0 12px 40px rgba(0,0,0,.3);z-index:200}.topnav-dropdown a{display:block;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.65);transition:all .15s ease}.topnav-dropdown a:hover{background:hsla(0,0%,100%,.06);color:#fff}.topnav-dropdown a.active{background:rgba(108,92,231,.15);color:var(--purple-light)}.topnav-right{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.topnav-mobile-toggle{display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:none;border:none;color:hsla(0,0%,100%,.7);cursor:pointer}.page-header{display:flex;align-items:center;justify-content:space-between;padding:20px 28px 0}.page-header h1{font-size:20px;font-weight:700;color:#fff}.page-content{flex:1 1;padding:20px 28px 28px}.auth-status{display:flex;align-items:center;gap:12px;font-size:13px;color:hsla(0,0%,100%,.6)}.auth-status .link-button{background:none;border:none;color:var(--purple-light);font-size:13px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .15s ease}.auth-status .link-button:hover{background:rgba(108,92,231,.15)}.tabs{display:flex;gap:2px;padding:0 28px;margin-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.06);overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{padding:10px 18px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.5);white-space:nowrap;transition:all .15s ease;margin-bottom:-1px}.tab:hover{color:hsla(0,0%,100%,.8)}.tab.active{color:var(--purple-light);border-bottom-color:var(--purple);font-weight:600}.table-container{background:hsla(0,0%,100%,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:14px;border:1px solid hsla(0,0%,100%,.08);overflow:hidden}.table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid hsla(0,0%,100%,.06)}.table-search{position:relative;flex:0 1 320px}.table-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:hsla(0,0%,100%,.35)}.table-search input{width:100%;padding:8px 12px 8px 36px;font-size:13px;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;background:hsla(0,0%,100%,.06);color:#fff;outline:none;transition:border-color .15s ease}.table-search input:focus{border-color:rgba(108,92,231,.4)}.table-search input::placeholder{color:hsla(0,0%,100%,.3)}.table-actions{display:flex;gap:8px}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table thead th{padding:10px 16px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.03);border-bottom:1px solid hsla(0,0%,100%,.06);text-align:left;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.data-table thead th.sortable{cursor:pointer}.data-table thead th.sortable:hover{color:hsla(0,0%,100%,.8)}.data-table thead th.sorted{color:var(--purple-light)}.data-table thead th .th-content{display:inline-flex;align-items:center;gap:4px}.data-table thead th .sort-icon{width:14px;height:14px;opacity:.5}.data-table thead th.sorted .sort-icon{opacity:1;color:var(--purple-light)}.data-table tbody tr{transition:background .1s ease}.data-table tbody tr:hover{background:hsla(0,0%,100%,.03)}.data-table tbody tr.clickable{cursor:pointer}.data-table tbody td{padding:12px 16px;font-size:13px;color:hsla(0,0%,100%,.85);border-bottom:1px solid hsla(0,0%,100%,.04)}.table-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:48px 24px;color:hsla(0,0%,100%,.35)}.table-empty svg{width:40px;height:40px}.table-empty h3{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.5)}.table-empty p{font-size:13px}.table-pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;font-size:13px;color:hsla(0,0%,100%,.5);border-top:1px solid hsla(0,0%,100%,.06)}.pagination-buttons{display:flex;gap:4px}.pagination-btn{padding:6px 12px;font-size:13px;font-weight:500;border:1px solid hsla(0,0%,100%,.08);border-radius:6px;background:transparent;color:hsla(0,0%,100%,.6);cursor:pointer;transition:all .15s ease}.pagination-btn:hover:not(:disabled){background:hsla(0,0%,100%,.06);color:#fff}.pagination-btn.active{background:rgba(108,92,231,.2);color:var(--purple-light);border-color:rgba(108,92,231,.3)}.pagination-btn:disabled{opacity:.3;cursor:not-allowed}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#0a0a1a,#141428 50%,#0a0a1a);position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 30% 20%,rgba(108,92,231,.08) 0,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(16,185,129,.06) 0,transparent 50%);pointer-events:none}.login-card{position:relative;width:100%;max-width:400px;background:hsla(0,0%,100%,.06);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:40px 36px;box-shadow:0 24px 64px rgba(0,0,0,.2)}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:56px;height:56px;margin-bottom:16px}.login-title{font-size:24px;font-weight:800;letter-spacing:3px;background:linear-gradient(135deg,#fff,hsla(0,0%,100%,.7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:4px}.login-subtitle{font-size:14px;color:hsla(0,0%,100%,.45);font-weight:400}.login-form{display:flex;flex-direction:column;gap:20px}.login-error{padding:10px 14px;border-radius:10px;font-size:13px;background:rgba(239,68,68,.12);color:#f87171;border:1px solid rgba(239,68,68,.2)}.login-field{display:flex;flex-direction:column;gap:6px}.login-label{font-size:13px;font-weight:500;color:hsla(0,0%,100%,.5)}.login-field input{padding:12px 16px;font-size:14px;border:1px solid hsla(0,0%,100%,.1);border-radius:10px;background:hsla(0,0%,100%,.06);color:#fff;outline:none;transition:border-color .2s ease,background .2s ease}.login-field input:focus{border-color:rgba(108,92,231,.5);background:hsla(0,0%,100%,.08)}.login-field input::placeholder{color:hsla(0,0%,100%,.25)}.login-button{padding:12px 24px;font-size:15px;font-weight:600;border:none;border-radius:10px;background:linear-gradient(135deg,#6c5ce7,#a78bfa);color:#fff;cursor:pointer;box-shadow:0 4px 20px rgba(108,92,231,.3);transition:all .2s ease;margin-top:4px}.login-button:hover:not(:disabled){box-shadow:0 6px 28px rgba(108,92,231,.4);transform:translateY(-1px)}.login-button:disabled{opacity:.6;cursor:not-allowed}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@media (max-width:1024px){.topnav-items{display:none}.topnav-mobile-toggle{display:flex}.topnav-items.open{display:flex;flex-direction:column;position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;background:rgba(10,10,26,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:16px;overflow-y:auto;z-index:99}.topnav-items.open .topnav-item{padding:12px 16px}.topnav-items.open .topnav-dropdown{position:static;background:transparent;box-shadow:none;border:none;padding:0 0 0 24px}.page-content{padding:16px}.page-header{padding:16px 16px 0}.tabs{padding:0 16px}}@media (max-width:640px){.login-card{padding:32px 24px}.table-toolbar{flex-direction:column;align-items:stretch}.table-search{flex:1 1}.table-pagination{flex-direction:column;gap:12px;align-items:center}}.panel{background:hsla(0,0%,100%,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:24px;margin-bottom:20px}.panel-header{margin-bottom:16px}.panel-header h3{margin:0}.panel h3,.panel-header h3{font-size:16px;font-weight:700;color:#fff}.panel h3,.panel h4{margin-bottom:8px}.panel h4{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.85)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;margin-bottom:16px}.field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.6)}.field-wide{grid-column:1/-1}.field-inline{display:flex;align-items:flex-end}.field input,.field select,.field textarea{padding:10px 14px;font-size:13px;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;background:hsla(0,0%,100%,.06);color:#fff;outline:none;transition:border-color .15s ease;width:100%}.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(108,92,231,.4)}.field input::placeholder,.field textarea::placeholder{color:hsla(0,0%,100%,.3)}.field select option{background:#1e293b;color:#e2e8f0}.field textarea{min-height:80px;resize:vertical}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary,button:not([class]){background:linear-gradient(135deg,#6c5ce7,#a78bfa);color:#fff;border:none;padding:10px 18px;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .15s ease;box-shadow:0 4px 12px rgba(108,92,231,.25)}.btn-primary:hover:not(:disabled),button:not([class]):hover:not(:disabled){box-shadow:0 6px 20px rgba(108,92,231,.35);transform:translateY(-1px)}.btn-secondary,button.secondary{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.12);padding:8px 14px;font-size:13px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .15s ease}.btn-secondary:hover:not(:disabled),button.secondary:hover:not(:disabled){background:hsla(0,0%,100%,.12);color:#fff}.btn-danger{background:rgba(239,68,68,.15);color:#f87171;border:1px solid rgba(239,68,68,.2);padding:8px 14px;font-size:13px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .15s ease}.btn-danger:hover:not(:disabled){background:rgba(239,68,68,.25)}.btn-ghost{background:transparent;color:hsla(0,0%,100%,.6);border:none;padding:6px 10px;font-size:13px;cursor:pointer;transition:color .15s ease}.btn-ghost:hover{color:#fff}.btn-sm{padding:6px 12px;font-size:12px}.actions{display:flex;gap:10px;margin-top:12px}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-radius:6px;white-space:nowrap}.badge-green{background:rgba(16,185,129,.15);color:#34d399}.badge-yellow{background:rgba(245,158,11,.15);color:#fbbf24}.badge-red{background:rgba(239,68,68,.15);color:#f87171}.badge-blue{background:rgba(37,99,235,.15);color:#60a5fa}.badge-purple{background:rgba(139,92,246,.15);color:#a78bfa}.badge-gray{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.6)}.badge-orange{background:rgba(249,115,22,.15);color:#fb923c}.alert{display:flex;align-items:center;gap:10px;padding:12px 16px;font-size:13px;border-radius:10px;border:1px solid transparent}.alert-success{background:rgba(16,185,129,.12);color:#34d399;border-color:rgba(16,185,129,.2)}.alert-danger{background:rgba(239,68,68,.12);color:#f87171;border-color:rgba(239,68,68,.2)}.alert-info{border-color:rgba(37,99,235,.2)}.alert-info,.notice{background:rgba(37,99,235,.12);color:#60a5fa}.notice{padding:10px 16px;font-size:13px;border-radius:8px;border:1px solid rgba(37,99,235,.2);margin-bottom:12px}.notice-error{background:rgba(239,68,68,.12);color:#f87171;border-color:rgba(239,68,68,.2)}.muted{font-size:13px;color:hsla(0,0%,100%,.45)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;margin-bottom:20px}.metric-card{display:flex;align-items:center;gap:16px;padding:20px;background:hsla(0,0%,100%,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;transition:transform .15s ease,box-shadow .15s ease}.metric-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.metric-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;flex-shrink:0}.metric-icon svg{width:22px;height:22px}.metric-icon.blue{background:rgba(37,99,235,.15);color:#60a5fa}.metric-icon.green{background:rgba(16,185,129,.15);color:#34d399}.metric-icon.purple{background:rgba(139,92,246,.15);color:#a78bfa}.metric-icon.orange{background:rgba(249,115,22,.15);color:#fb923c}.metric-content{flex:1 1;min-width:0}.metric-label{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.5);margin-bottom:4px}.metric-value{font-size:22px;font-weight:700;color:#fff}.provider-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:20px;gap:20px;margin-bottom:20px}.provider-card{background:hsla(0,0%,100%,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;overflow:hidden}.provider-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid hsla(0,0%,100%,.06)}.provider-info{gap:12px}.provider-icon,.provider-info{display:flex;align-items:center}.provider-icon{width:40px;height:40px;border-radius:10px;justify-content:center;font-size:20px;flex-shrink:0}.provider-icon.email{background:rgba(37,99,235,.15)}.provider-icon.sms{background:rgba(139,92,246,.15)}.provider-icon.whatsapp{background:rgba(16,185,129,.15)}.provider-icon.telegram{background:rgba(79,172,254,.15)}.provider-name{font-size:14px;font-weight:600;color:#fff}.provider-description{font-size:12px;color:hsla(0,0%,100%,.45);margin-top:2px}.provider-status{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500}.provider-status.connected{color:#34d399}.provider-status.disconnected{color:hsla(0,0%,100%,.4)}.provider-status-dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.25)}.provider-status-dot.connected,.provider-status.connected .provider-status-dot{background:#34d399;box-shadow:0 0 8px rgba(52,211,153,.4)}.provider-status.disconnected .provider-status-dot{background:hsla(0,0%,100%,.25)}.provider-body{padding:20px;gap:12px}.provider-body,.provider-field{display:flex;flex-direction:column}.provider-field{gap:6px}.provider-field label{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.5)}.provider-field input,.provider-field select{padding:10px 14px;font-size:13px;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;background:hsla(0,0%,100%,.06);color:#fff;outline:none;transition:border-color .15s ease}.provider-field input:focus,.provider-field select:focus{border-color:rgba(108,92,231,.4)}.provider-field input::placeholder{color:hsla(0,0%,100%,.25)}.provider-field select option{background:#1e293b;color:#e2e8f0}.provider-actions{display:flex;gap:8px;padding:16px 20px;border-top:1px solid hsla(0,0%,100%,.06)}.inline-grid{display:grid;grid-gap:20px;gap:20px}.integration-card{background:hsla(0,0%,100%,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:24px}.integration-card h4{font-size:15px;font-weight:600;color:#fff}.integration-card p{font-size:13px;color:hsla(0,0%,100%,.5);margin:8px 0 16px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:16px;gap:16px;margin-bottom:20px}.cards article{background:hsla(0,0%,100%,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:20px}.cards article h2{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.cards article p{font-size:24px;font-weight:700;color:#fff}.divider{height:1px;background:hsla(0,0%,100%,.08);margin:20px 0}.tab-icon{width:16px;height:16px;flex-shrink:0}.tab{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;cursor:pointer}.mt-2{margin-top:12px}.mt-3{margin-top:20px}.mb-2{margin-bottom:12px}.mb-3{margin-bottom:20px}.badge-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:16px;gap:16px}.badge-card{background:hsla(0,0%,100%,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;transition:transform .15s ease,box-shadow .15s ease}.badge-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.badge-card-image{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;background:linear-gradient(135deg,rgba(37,99,235,.2),rgba(139,92,246,.2));border:2px solid hsla(0,0%,100%,.15);overflow:hidden}.badge-card-image img{width:100%;height:100%;object-fit:cover}.badge-card-name{font-size:14px;font-weight:600;color:#fff}.badge-card-desc{font-size:12px;color:hsla(0,0%,100%,.5)}.badge-card-count{font-size:11px;font-weight:600;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.04em}.badge-card-actions{display:flex;gap:8px;margin-top:4px}html.light-mode body{background:linear-gradient(135deg,#f0f0f5,#e8e8f0 40%,#f0f0f5);color:#1a1a2e}html.light-mode .topnav{background:hsla(0,0%,100%,.85);border-bottom-color:rgba(0,0,0,.08)}html.light-mode .topnav-brand-text{background:linear-gradient(135deg,#1a1a2e,rgba(26,26,46,.7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html.light-mode .topnav-item{color:rgba(0,0,0,.55)}html.light-mode .topnav-item:hover{background:rgba(0,0,0,.04);color:rgba(0,0,0,.85)}html.light-mode .topnav-item.active{color:#6c5ce7;background:rgba(108,92,231,.1)}html.light-mode .topnav-dropdown{background:hsla(0,0%,100%,.96);border-color:rgba(0,0,0,.08);box-shadow:0 12px 40px rgba(0,0,0,.1)}html.light-mode .topnav-dropdown a{color:rgba(0,0,0,.6)}html.light-mode .topnav-dropdown a:hover{background:rgba(0,0,0,.04);color:#1a1a2e}html.light-mode .topnav-dropdown a.active{color:#6c5ce7;background:rgba(108,92,231,.1)}html.light-mode .page-header h1{color:#1a1a2e}html.light-mode .badge-card,html.light-mode .cards article,html.light-mode .integration-card,html.light-mode .metric-card,html.light-mode .panel,html.light-mode .provider-card,html.light-mode .table-container{background:hsla(0,0%,100%,.7);border-color:rgba(0,0,0,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}html.light-mode .panel h3,html.light-mode .panel h4,html.light-mode .panel-header h3{color:#1a1a2e}html.light-mode .data-table thead th{background:rgba(0,0,0,.03);color:rgba(0,0,0,.5);border-bottom-color:rgba(0,0,0,.08)}html.light-mode .data-table tbody td{color:#1a1a2e;border-bottom-color:rgba(0,0,0,.06)}html.light-mode .data-table tbody tr:hover{background:rgba(0,0,0,.02)}html.light-mode .field input,html.light-mode .field select,html.light-mode .field textarea,html.light-mode .provider-field input,html.light-mode .provider-field select,html.light-mode .table-search input{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.12);color:#1a1a2e}html.light-mode .field input::placeholder,html.light-mode .field textarea::placeholder,html.light-mode .table-search input::placeholder{color:rgba(0,0,0,.35)}html.light-mode .metric-label{color:rgba(0,0,0,.5)}html.light-mode .metric-value{color:#1a1a2e}html.light-mode .cards article h2{color:rgba(0,0,0,.5)}html.light-mode .cards article p{color:#1a1a2e}html.light-mode .tab{color:rgba(0,0,0,.45)}html.light-mode .tab:hover{color:rgba(0,0,0,.75)}html.light-mode .tab.active{color:#6c5ce7;border-bottom-color:#6c5ce7}html.light-mode .auth-status{color:rgba(0,0,0,.55)}html.light-mode .auth-status .link-button{color:#6c5ce7}html.light-mode .auth-status .link-button:hover{background:rgba(108,92,231,.1)}html.light-mode .muted{color:rgba(0,0,0,.45)}html.light-mode .btn-secondary,html.light-mode button.secondary{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.12)}html.light-mode .btn-secondary:hover:not(:disabled),html.light-mode button.secondary:hover:not(:disabled){background:rgba(0,0,0,.08);color:#1a1a2e}html.light-mode .pagination-btn{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}html.light-mode .pagination-btn:hover:not(:disabled){background:rgba(0,0,0,.04);color:#1a1a2e}html.light-mode .pagination-btn.active{background:rgba(108,92,231,.15);color:#6c5ce7;border-color:rgba(108,92,231,.25)}html.light-mode .table-pagination{color:rgba(0,0,0,.5);border-top-color:rgba(0,0,0,.06)}html.light-mode .table-toolbar,html.light-mode .tabs{border-bottom-color:rgba(0,0,0,.06)}html.light-mode .divider{background:rgba(0,0,0,.08)}html.light-mode .provider-name{color:#1a1a2e}html.light-mode .provider-description{color:rgba(0,0,0,.45)}html.light-mode .provider-header{border-bottom-color:rgba(0,0,0,.06)}html.light-mode .provider-actions{border-top-color:rgba(0,0,0,.06)}html.light-mode .provider-field label{color:rgba(0,0,0,.5)}html.light-mode .badge-card-name{color:#1a1a2e}html.light-mode .badge-card-desc{color:rgba(0,0,0,.5)}html.light-mode .field{color:rgba(0,0,0,.55)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);cursor:pointer;color:hsla(0,0%,100%,.6);transition:all .15s ease}.theme-toggle:hover{background:hsla(0,0%,100%,.12);color:#fff}html.light-mode .theme-toggle{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.55)}html.light-mode .theme-toggle:hover{background:rgba(0,0,0,.08);color:#1a1a2e}