*{box-sizing:border-box;margin:0;padding:0}body{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f5f5f5;flex-direction:column;min-height:100vh;display:flex}.header{background:#fff;align-items:center;gap:40px;height:90px;padding:20px 60px;display:flex}.logo-block{background:#dbeafe;border-radius:12px;align-items:center;gap:16px;padding:10px 16px;display:flex}.logo-image{background:#10b981 url(/images/logo.png) 50%/cover;border-radius:12px;width:50px;height:50px}.logo-info{flex-direction:column;gap:2px;display:flex}.logo-title{color:#0f172a;font-size:18px;font-weight:700}.logo-desc{color:#64748b;font-size:12px}.spacer{flex:1}.navigation{gap:8px;display:flex}.nav-btn{white-space:nowrap;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;height:44px;padding:0 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.nav-btn.active{color:#fff;background:#2563eb;font-weight:600}.nav-btn:not(.active){color:#475569;background:#f1f5f9}.nav-btn:hover:not(.active){background:#e2e8f0}.auth-buttons{align-items:center;gap:12px;display:flex}.header-user-link{align-items:center;gap:12px;text-decoration:none;display:flex}.header-user-info{flex-direction:column;align-items:flex-end;line-height:1.3;display:flex}.header-user-name{color:#1e293b;font-size:13px;font-weight:600}.header-user-email{color:#94a3b8;font-size:11px}[data-theme=dark] .header-user-name{color:#f1f5f9}[data-theme=dark] .header-user-email{color:#64748b}.btn-login{color:#1e293b;cursor:pointer;background:#f1f5f9;border:none;border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:all .2s}.btn-login:hover{background:#e2e8f0}.btn-register{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:999px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.btn-register:hover{background:#1d4ed8}.hero{background:linear-gradient(#f8fafc 0%,#eff6ff 100%);flex-direction:column;flex:1;align-items:center;gap:50px;padding:60px 80px;display:flex}.hero-content{text-align:center;max-width:700px}.hero-title{color:#0f172a;margin-bottom:16px;font-size:42px;font-weight:700}.hero-desc{color:#64748b;font-size:18px;line-height:1.6}.product-cards{gap:32px;width:100%;max-width:1200px;display:flex}.product-card{background:#fff;border-radius:20px;flex-direction:column;flex:1;gap:16px;padding:32px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #0000000f}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.card-icon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.card-icon-green{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.card-icon-purple{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%)}.card-title{color:#0f172a;font-size:22px;font-weight:700}.card-desc{color:#64748b;flex:1;font-size:15px;line-height:1.6}.card-tags{flex-wrap:wrap;gap:8px;display:flex}.tag{color:#475569;background:#f1f5f9;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:500}.footer{background:#fff;flex-direction:column;gap:32px;padding:40px 60px;display:flex}.footer-main{gap:48px;display:flex}.footer-logo-col{flex-direction:column;gap:16px;width:280px;display:flex}.footer-logo-row{align-items:center;gap:12px;display:flex}.footer-logo{background:#10b981 url(/images/logo.png) 50%/cover;border-radius:10px;width:40px;height:40px}.footer-logo-text{color:#0f172a;font-size:18px;font-weight:700}.footer-logo-desc{color:#64748b;font-size:14px;line-height:1.5}.footer-spacer{flex:1}.footer-col{flex-direction:column;gap:12px;display:flex}.footer-col-title{color:#0f172a;font-size:14px;font-weight:600}.footer-link{color:#64748b;font-size:14px;text-decoration:none;transition:color .2s}.footer-link:hover{color:#2563eb}.footer-divider{background:#e2e8f0;height:1px}.footer-copyright{justify-content:space-between;align-items:center;display:flex}.copyright-text{color:#64748b;font-size:13px}.auth-page{background:linear-gradient(#f8fafc 0%,#eff6ff 100%);flex:1;justify-content:center;align-items:center;min-height:calc(100vh - 220px);padding:40px 20px;display:flex}.auth-card{background:#fff;border-radius:20px;width:100%;max-width:420px;padding:40px;box-shadow:0 4px 20px #0000000f}.auth-title{color:#0f172a;margin-bottom:8px;font-size:28px;font-weight:700}.auth-subtitle{color:#64748b;margin-bottom:32px;font-size:15px}.auth-form{flex-direction:column;gap:20px;display:flex}.form-input{color:#0f172a;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input::placeholder{color:#94a3b8}.btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:14px;font-family:inherit;font-size:16px;font-weight:600;transition:background .2s}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{cursor:not-allowed;background:#93c5fd}.auth-footer-text{text-align:center;color:#64748b;margin-top:24px;font-size:14px}.auth-link{color:#2563eb;font-weight:500;text-decoration:none}.auth-link:hover{text-decoration:underline}.dash-wrapper{width:100%;min-height:100vh;display:flex}.dash-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:230px;min-width:230px;height:100vh;padding:24px 14px;display:flex;position:sticky;top:0;overflow-y:auto}.dash-user-card{background:#f8fafc;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:12px;display:flex}.dash-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.dash-user-info{flex-direction:column;min-width:0;display:flex}.dash-user-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.dash-user-email{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.dash-nav{flex-direction:column;flex:1;gap:4px;display:flex}.dash-nav-item{color:#475569;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.dash-nav-item:hover{color:#0f172a;background:#f1f5f9}.dash-nav-item.active{color:#2563eb;background:#eff6ff;font-weight:600}.dash-nav-icon{text-align:center;width:20px;font-size:16px}.dash-nav-badge{color:#fff;background:#ef4444;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.dash-nav-toggle{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;font-family:inherit}.dash-nav-arrow{color:#94a3b8;margin-left:auto;font-size:12px;transition:transform .2s}.dash-nav-arrow.open{transform:rotate(90deg)}.dash-nav-submenu{max-height:0;transition:max-height .25s;overflow:hidden}.dash-nav-submenu.open{max-height:120px}.dash-nav-submenu-item{color:#64748b;border-radius:6px;align-items:center;padding:8px 12px 8px 38px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.dash-nav-submenu-item:hover{color:#0f172a;background:#f1f5f9}.dash-nav-submenu-item.active{color:#2563eb;background:#eff6ff;font-weight:600}.dash-sidebar-bottom{border-top:1px solid #e2e8f0;margin-top:auto;padding-top:16px}.dash-logout-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;width:100%;padding:10px;font-family:inherit;font-size:14px;transition:all .2s}.dash-logout-btn:hover{color:#dc2626;background:#fef2f2}.dash-site-btn{color:#64748b;text-align:center;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;width:100%;padding:10px;font-family:inherit;font-size:14px;text-decoration:none;transition:all .2s;display:block}.dash-site-btn:hover{color:#2563eb;background:#eff6ff}.dash-content{background:#f8fafc;flex-direction:column;flex:1;min-width:0;padding:0;display:flex;overflow:auto}.dash-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.dash-header-logo{color:#2563eb;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.dash-header-logo:hover{color:#1d4ed8}.dash-header-right{align-items:center;gap:12px;display:flex}.dash-header-user{background:#f1f5f9;border-radius:8px;align-items:center;padding:6px 12px;display:flex}.dash-header-user-name{color:#1e293b;font-size:14px;font-weight:500}.dash-header-logout{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:6px 14px;font-size:14px;font-weight:500;transition:background .2s}.dash-header-logout:hover{background:#dc2626}.impersonate-banner{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:10px 16px;font-size:14px;display:flex}.impersonate-exit-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#dc2626;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;transition:background .15s}.impersonate-exit-btn:hover{background:#b91c1c}[data-theme=dark] .impersonate-banner{color:#fde68a;background:#451a03;border-color:#d97706}[data-theme=dark] .impersonate-exit-btn{background:#ef4444}[data-theme=dark] .impersonate-exit-btn:hover{background:#dc2626}.dash-loading{color:#64748b;background:#f8fafc;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.dash-page-loading{color:#64748b;justify-content:center;align-items:center;padding:60px;font-size:15px;display:flex}.dash-page{width:100%}.dash-page-title{color:#0f172a;margin-bottom:24px;font-size:26px;font-weight:700}.dash-stats{gap:16px;margin-bottom:32px;display:flex}.dash-stat-card{background:#fff;border-radius:14px;flex-direction:column;flex:1;gap:4px;padding:24px;display:flex;box-shadow:0 1px 3px #0000000f}.dash-stat-number{color:#2563eb;font-size:32px;font-weight:700}.dash-stat-label{color:#64748b;font-size:14px}.dash-empty{text-align:center;background:#fff;border-radius:14px;padding:48px;box-shadow:0 1px 3px #0000000f}.dash-empty h3{color:#0f172a;margin-bottom:8px;font-size:18px;font-weight:600}.dash-empty p{color:#64748b;font-size:15px}.dash-empty-hint{margin-top:16px;color:#94a3b8!important;font-size:13px!important}.dash-error{text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;padding:48px}.dash-error h2{color:#991b1b;margin-bottom:8px;font-size:18px;font-weight:600}.dash-error p{color:#b91c1c;margin-bottom:20px;font-size:15px}.dash-section{margin-bottom:32px}.dash-section-title{color:#0f172a;margin-bottom:12px;font-size:18px;font-weight:600}.dash-table-wrap{background:#fff;border-radius:14px;overflow-x:auto;box-shadow:0 1px 3px #0000000f}.dash-table-wrap::-webkit-scrollbar{height:6px}.dash-table-wrap::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dash-table{border-collapse:collapse;width:100%;min-width:700px}.dash-table th{text-align:left;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-size:13px;font-weight:600}.dash-table td{color:#334155;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:14px 16px;font-size:14px}.dash-table tr:last-child td{border-bottom:none}.dash-key{color:#374151;background:#f1f5f9;border-radius:4px;padding:2px 8px;font-family:monospace;font-size:13px}[data-theme=dark] .dash-key{color:#e2e8f0;background:#334155}.dash-badge{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}button.dash-badge{cursor:pointer;border:none;font-family:inherit;transition:opacity .15s}button.dash-badge:hover{opacity:.8}.badge-green{color:#16a34a;background:#dcfce7}.badge-yellow{color:#ca8a04;background:#fef9c3}.badge-red{color:#dc2626;background:#fee2e2}.badge-gray{color:#64748b;background:#f1f5f9}.dash-license-list{flex-direction:column;gap:12px;display:flex}.dash-license-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.dash-license-header{cursor:pointer;justify-content:space-between;align-items:center;padding:20px 24px;transition:background .15s;display:flex}.dash-license-header:hover{background:#f8fafc}.dash-license-info{flex-direction:column;gap:4px;display:flex}.dash-license-product{color:#0f172a;font-size:16px;font-weight:600}.dash-license-key{color:#64748b;font-family:monospace;font-size:13px}.dash-license-meta{align-items:center;gap:12px;display:flex}.dash-license-arrow{color:#94a3b8;font-size:12px}.dash-license-details{border-top:1px solid #f1f5f9;padding:0 24px 20px}.dash-detail-row{justify-content:space-between;padding:8px 0;font-size:14px;display:flex}.dash-detail-row span:first-child{color:#64748b}.dash-detail-row span:last-child{color:#0f172a;font-weight:500}.dash-detail-devices{margin-top:16px}.dash-detail-devices h4{color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:600}.dash-detail-device{color:#475569;background:#f8fafc;border-radius:8px;gap:16px;margin-bottom:4px;padding:8px 12px;font-size:13px;display:flex}.dash-detail-fp{color:#94a3b8;font-family:monospace}.dash-devices-grid{flex-direction:column;gap:12px;display:flex}.dash-device-card{background:#fff;border-radius:14px;align-items:flex-start;gap:16px;padding:24px;display:flex;box-shadow:0 1px 3px #0000000f}.dash-device-icon{background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;display:flex}.dash-device-body{flex-direction:column;flex:1;gap:6px;display:flex}.dash-device-name{color:#0f172a;font-size:16px;font-weight:600}.dash-device-detail{gap:8px;font-size:13px;display:flex}.dash-device-detail span:first-child{color:#64748b}.dash-device-detail span:last-child,.dash-device-detail code{color:#334155}.dash-device-detail code{background:#f1f5f9;border-radius:4px;padding:1px 6px;font-family:monospace;font-size:12px}.dash-device-remove{color:#dc2626;cursor:pointer;white-space:nowrap;background:#fef2f2;border:none;border-radius:8px;align-self:center;padding:8px 16px;font-family:inherit;font-size:13px;transition:background .2s}.dash-device-remove:hover{background:#fee2e2}.dash-device-remove:disabled{opacity:.5;cursor:not-allowed}.logo-block{text-decoration:none}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a80;justify-content:center;align-items:center;animation:.2s ease-out modal-fade-in;display:flex;position:fixed;inset:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-card{background:#fff;border-radius:20px;width:100%;max-width:440px;max-height:90vh;padding:36px 40px 40px;animation:.25s ease-out modal-slide-up;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal-close{color:#64748b;cursor:pointer;z-index:10;background:#f1f5f9;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .15s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{color:#0f172a;background:#e2e8f0}.modal-tabs{border-bottom:2px solid #e2e8f0;gap:0;margin-bottom:20px;display:flex}.modal-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex:1;padding:12px 0;font-family:inherit;font-size:16px;font-weight:600;transition:all .2s;position:relative}.modal-tab.active{color:#2563eb}.modal-tab.active:after{content:"";background:#2563eb;border-radius:1px;height:2px;position:absolute;bottom:-2px;left:0;right:0}.modal-tab:hover:not(.active){color:#475569}.modal-subtitle{color:#64748b;margin-bottom:24px;font-size:15px}.pricing-page{background:linear-gradient(#f8fafc 0%,#eff6ff 100%);flex:1;padding:60px 40px}.pricing-header{text-align:center;margin-bottom:48px}.pricing-title{color:#0f172a;margin-bottom:12px;font-size:38px;font-weight:700}.pricing-subtitle{color:#64748b;font-size:18px}.pricing-grid{justify-content:center;gap:28px;max-width:1100px;margin:0 auto 60px;display:flex}.pricing-card{background:#fff;border-radius:20px;flex-direction:column;flex:1;max-width:340px;padding:32px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 20px #0000000f}.pricing-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a}.pricing-card.popular{border:2px solid #2563eb}.pricing-badge{color:#fff;white-space:nowrap;background:#2563eb;border-radius:999px;padding:4px 16px;font-size:12px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex}.pricing-card-name{color:#0f172a;margin-bottom:6px;font-size:22px;font-weight:700}.pricing-card-desc{color:#64748b;margin-bottom:20px;font-size:14px}.pricing-price{align-items:baseline;gap:6px;margin-bottom:24px;display:flex}.pricing-amount{color:#0f172a;font-size:36px;font-weight:700}.pricing-period{color:#94a3b8;font-size:15px}.pricing-features{flex-direction:column;flex:1;gap:10px;margin-bottom:28px;list-style:none;display:flex}.pricing-features li{color:#334155;align-items:center;gap:10px;font-size:14px;display:flex}.pricing-check{color:#10b981;flex-shrink:0;font-size:16px;font-weight:700}.pricing-buy-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:16px;font-weight:600;transition:background .2s}.pricing-buy-btn:hover{background:#1d4ed8}.pricing-faq{max-width:900px;margin:0 auto}.pricing-faq-title{color:#0f172a;text-align:center;margin-bottom:32px;font-size:28px;font-weight:700}.pricing-faq-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.pricing-faq-item{background:#fff;border-radius:14px;padding:24px;box-shadow:0 1px 3px #0000000f}.pricing-faq-item h4{color:#0f172a;margin-bottom:8px;font-size:16px;font-weight:600}.pricing-faq-item p{color:#64748b;font-size:14px;line-height:1.6}.vpn-page{background:linear-gradient(#f8fafc 0%,#f3e8ff 100%);flex:1}.vpn-hero{justify-content:center;align-items:center;gap:60px;max-width:1100px;margin:0 auto;padding:60px 60px 80px;display:flex}.vpn-hero-content{flex:1}.vpn-hero-badge{color:#7c3aed;background:#ede9fe;border-radius:999px;margin-bottom:16px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.vpn-hero-title{color:#0f172a;margin-bottom:16px;font-size:42px;font-weight:700}.vpn-hero-desc{color:#64748b;max-width:500px;margin-bottom:24px;font-size:18px;line-height:1.6}.vpn-hero-price{align-items:baseline;gap:6px;margin-bottom:28px;display:flex}.vpn-price-amount{color:#0f172a;font-size:40px;font-weight:700}.vpn-price-period{color:#94a3b8;font-size:18px}.vpn-hero-actions{align-items:center;gap:20px;display:flex}.vpn-buy-btn{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:12px;padding:14px 32px;font-family:inherit;font-size:16px;font-weight:600;transition:background .2s}.vpn-buy-btn:hover{background:#6d28d9}.vpn-plans-link{color:#7c3aed;font-size:15px;font-weight:500;text-decoration:none}.vpn-plans-link:hover{text-decoration:underline}.vpn-hero-visual{flex-shrink:0}.vpn-shield{background:#ede9fe;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;display:flex;position:relative}.vpn-shield-check{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:700;display:flex;position:absolute;bottom:20px;right:20px}.vpn-features{max-width:1100px;margin:0 auto;padding:60px 40px}.vpn-features-title{color:#0f172a;text-align:center;margin-bottom:40px;font-size:28px;font-weight:700}.vpn-features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.vpn-feature-card{background:#fff;border-radius:16px;padding:28px;transition:transform .2s;box-shadow:0 2px 12px #0000000f}.vpn-feature-card:hover{transform:translateY(-4px)}.vpn-feature-icon{margin-bottom:12px;font-size:32px}.vpn-feature-name{color:#0f172a;margin-bottom:8px;font-size:17px;font-weight:600}.vpn-feature-desc{color:#64748b;font-size:14px;line-height:1.6}.vpn-cta{text-align:center;background:#fff;padding:60px 40px}.vpn-cta-title{color:#0f172a;margin-bottom:12px;font-size:28px;font-weight:700}.vpn-cta-desc{color:#64748b;margin-bottom:28px;font-size:16px}.prompts-page{background:linear-gradient(#f8fafc 0%,#eff6ff 100%);flex:1;padding:60px 24px 60px 0}.prompts-header{text-align:center;margin-bottom:28px}.prompts-title{color:#0f172a;margin-bottom:12px;font-size:38px;font-weight:700}.prompts-subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:18px}.prompts-search-bar{gap:8px;max-width:600px;margin:0 auto 32px;display:flex}.prompts-search-input{background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s}.prompts-search-input:focus{border-color:#2563eb}.prompts-search-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s}.prompts-search-btn:hover{background:#1d4ed8}.prompts-layout{gap:32px;max-width:1400px;display:flex}.prompts-sidebar{flex-shrink:0;width:220px;padding-left:24px}.prompts-filter-group{margin-bottom:24px}.prompts-filter-title{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:700}.prompts-filter-checkbox-item{color:#475569;cursor:pointer;border-radius:6px;align-items:center;gap:8px;width:100%;padding:5px 8px;font-size:14px;transition:all .15s;display:flex}.prompts-filter-checkbox-item:hover{background:#f1f5f9}.prompts-filter-checkbox-item.active{color:#2563eb;background:#eff6ff;font-weight:600}.prompts-filter-checkbox-item input[type=checkbox]{accent-color:#2563eb;cursor:pointer;flex-shrink:0;width:16px;height:16px}.prompts-filter-label{flex:1;min-width:0}.prompts-filter-count{color:#94a3b8;background:#f1f5f9;border-radius:10px;flex-shrink:0;padding:1px 6px;font-size:12px}.prompts-filter-checkbox-item.disabled{opacity:.4;cursor:not-allowed}.prompts-filter-checkbox-item.disabled:hover{background:0 0}.prompts-filter-checkbox-item.disabled input[type=checkbox]{cursor:not-allowed;pointer-events:none}.filter-tooltip{z-index:9999;color:#fff;white-space:nowrap;pointer-events:none;background:#1e293b;border-radius:8px;padding:8px 12px;font-size:13px;animation:.2s ease-out tooltip-fade-in;position:fixed;transform:translate(-50%,-100%);box-shadow:0 4px 12px #00000026}.filter-tooltip:after{content:"";border-top:4px solid #1e293b;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}@keyframes tooltip-fade-in{0%{opacity:0;transform:translate(-50%,-100%)translateY(5px)}to{opacity:1;transform:translate(-50%,-100%)translateY(0)}}.prompts-filter-total{color:#94a3b8;margin-top:16px;padding-left:8px;font-size:13px}.prompts-reset-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:8px;font-family:inherit;font-size:13px;transition:all .15s}.prompts-reset-btn:hover{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.prompts-content{flex:1;min-width:0}.prompts-results-count{color:#64748b;margin-bottom:16px;font-size:14px}.prompts-results-count strong{color:#2563eb}.prompts-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px;display:grid}.prompt-card-link{color:inherit;text-decoration:none}.prompt-card{background:#fff;border-radius:16px;flex-direction:column;gap:12px;height:100%;padding:24px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 12px #0000000f}.prompt-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.prompt-card-top{justify-content:space-between;align-items:center;display:flex}.prompt-category-tag{color:#2563eb;background:#eff6ff;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600}.prompt-tags{gap:4px;display:flex}.prompt-tag{color:#64748b;background:#f1f5f9;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:500}.prompt-card-title{color:#0f172a;margin-top:8px;font-size:20px;font-weight:700;line-height:1.3}.prompt-card-desc{color:#64748b;flex:1;font-size:14px;line-height:1.5}.prompt-card-badges{flex-wrap:wrap;gap:8px;display:flex}.prompt-badge{border-radius:999px;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.prompt-badge-purchased{color:#16a34a;background:#dcfce7}.prompt-badge-gift{color:#8b5cf6;background:#f3e8ff}.prompt-badge-type{color:#2563eb;background:#eff6ff}.prompt-card-meta{color:#64748b;border-top:1px solid #e2e8f0;gap:16px;margin-top:12px;padding-top:12px;font-size:13px;display:flex}.prompt-card-meta span{align-items:center;gap:4px;display:inline-flex}.prompt-card-info{color:#64748b;border-top:1px solid #e2e8f0;align-items:center;gap:6px;margin-top:12px;padding-top:12px;font-size:13px;display:flex}.prompt-card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.my-prompts-filters{border-bottom:1px solid #e2e8f0;margin-top:24px;margin-bottom:32px;padding-bottom:24px}.my-prompts-filters-row{align-items:center;gap:20px;display:flex}.my-prompts-search-row{flex:1;align-items:stretch;gap:16px;display:flex}.my-prompts-search-input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:1;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.my-prompts-search-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.my-prompts-category-select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:200px;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.my-prompts-category-select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.my-prompts-counter{text-align:center;color:#64748b;border-top:1px solid #e2e8f0;margin-top:32px;padding-top:24px;font-size:14px;font-weight:500}@media (max-width:768px){.my-prompts-filters-row{flex-direction:column;align-items:stretch}.my-prompts-search-row{flex-direction:column}.my-prompts-category-select{width:100%}.digital-chips{margin-top:16px}.my-prompts-counter{margin-top:24px;padding-top:20px}}.prompt-difficulty-badge{border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600}.difficulty-beginner{color:#166534;background:#dcfce7}.difficulty-intermediate{color:#92400e;background:#fef3c7}.difficulty-advanced{color:#991b1b;background:#fee2e2}.prompt-access-badge{letter-spacing:.5px;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.prompt-free-badge{color:#166534;background:#dcfce7}.prompt-pro-badge{color:#2563eb;background:#eff6ff}.prompt-card-price{color:#0f172a;font-size:15px;font-weight:700}.prompt-price-free{color:#16a34a}.prompts-pagination{justify-content:center;gap:6px;margin-bottom:32px;display:flex}.prompts-page-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px;font-family:inherit;font-size:14px;transition:all .15s}.prompts-page-btn:hover:not(:disabled){background:#f1f5f9}.prompts-page-btn.active{color:#fff;background:#2563eb;border-color:#2563eb}.prompts-page-btn:disabled{opacity:.4;cursor:not-allowed}.prompts-empty{text-align:center;color:#64748b;padding:60px 20px}.prompts-empty h3{color:#0f172a;margin-bottom:8px;font-size:18px}.digital-chips{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:8px;display:flex}.digital-chip{cursor:pointer;color:#64748b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:999px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .2s}.digital-chip:hover{color:#334155;background:#f1f5f9;border-color:#cbd5e1}.digital-chip.active{color:#fff;background:#2563eb;border-color:#2563eb;font-weight:600}.my-digital-section{max-width:1200px;margin:32px auto 0;padding:0 24px}.prompts-cta{max-width:900px;margin:48px auto 0;padding:0 24px}.prompts-cta-card{background:#fff;border-radius:16px;align-items:center;gap:24px;padding:32px;display:flex;box-shadow:0 4px 20px #00000014}.prompts-cta-info{flex:1}.prompts-cta-info h3{color:#0f172a;margin-bottom:4px;font-size:20px;font-weight:700}.prompts-cta-info p{color:#64748b;font-size:14px}.prompts-cta-price{flex-direction:column;align-items:center;gap:2px;display:flex}.prompts-cta-amount{color:#0f172a;font-size:28px;font-weight:700}.prompts-cta-period{color:#94a3b8;font-size:13px}.prompts-cta-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:12px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s}.prompts-cta-btn:hover{background:#1d4ed8}.prompt-detail-container{max-width:1200px;margin:0 auto}.prompt-back-link{color:#2563eb;margin-bottom:20px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s;display:inline-block}.prompt-back-link:hover{color:#1d4ed8}.prompt-detail-badges{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.prompt-detail-title{color:#0f172a;margin-bottom:12px;font-size:32px;font-weight:700;line-height:1.3}.prompt-detail-desc{color:#64748b;margin-bottom:28px;font-size:17px;line-height:1.6}.prompt-variables{background:#fff;border-radius:12px;margin-bottom:24px;padding:20px;box-shadow:0 1px 6px #0000000f}.prompt-variables-title{color:#0f172a;margin-bottom:12px;font-size:15px;font-weight:600}.prompt-variables-grid{gap:12px;display:grid}.prompt-variable-field{flex-direction:column;gap:4px;display:flex}.prompt-variable-label{color:#64748b;font-size:13px;font-weight:500}.prompt-content-box{background:#fff;border-radius:12px;margin-bottom:24px;padding:24px;position:relative;box-shadow:0 1px 6px #0000000f}.prompt-content-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.prompt-content-header h3{color:#0f172a;font-size:16px;font-weight:600}.prompt-copy-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s}.prompt-copy-btn:hover{background:#1d4ed8}.prompt-content-text{color:#334155;white-space:pre-wrap;word-break:break-word;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin:0;padding:20px;font-family:Menlo,Consolas,monospace;font-size:14px;line-height:1.7}.prompt-content-locked{position:relative;overflow:hidden}.prompt-content-blurred{max-height:180px;position:relative;overflow:hidden}.prompt-content-blurred:after{content:"";pointer-events:none;background:linear-gradient(#0000,#fff);height:120px;position:absolute;bottom:0;left:0;right:0}.prompt-content-blurred .prompt-content-text{filter:blur(2px);-webkit-user-select:none;user-select:none;pointer-events:none}.prompt-paywall{text-align:center;padding:32px 20px 24px}.prompt-paywall-icon{margin-bottom:12px;font-size:40px}.prompt-paywall h3{color:#0f172a;margin-bottom:8px;font-size:20px;font-weight:700}.prompt-paywall p{color:#64748b;margin-bottom:16px;font-size:14px}.prompt-paywall-price{color:#2563eb;margin-bottom:20px;font-size:36px;font-weight:700}.prompt-variables-locked{flex-wrap:wrap;gap:8px;display:flex}.prompt-variable-tag{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;font-family:monospace;font-size:13px;display:inline-block}.prompt-tips{background:#fff7ed;border-left:4px solid #f59e0b;border-radius:12px;margin-bottom:24px;padding:20px}.prompt-tips-title{color:#92400e;margin-bottom:8px;font-size:15px;font-weight:600}.prompt-tips p{color:#78350f;font-size:14px;line-height:1.5}.prompt-usage-guide{background:linear-gradient(135deg,#eff6ff 0%,#f0fdf4 100%);border-left:4px solid #2563eb;border-radius:12px;margin-bottom:24px;padding:20px 24px}.prompt-usage-guide p{color:#1e3a5f;margin-bottom:4px;font-size:14px;line-height:1.7}.prompt-usage-guide p:last-child{margin-bottom:0}.prompt-lang-toggle{border:1px solid #e2e8f0;border-radius:8px;gap:0;display:flex;overflow:hidden}.prompt-lang-btn{cursor:pointer;color:#64748b;background:#f8fafc;border:none;padding:6px 16px;font-size:14px;font-weight:600;transition:all .2s}.prompt-lang-btn:hover{color:#334155;background:#f1f5f9}.prompt-lang-btn-active{color:#fff;background:#6c3aed}.prompt-lang-btn-active:hover{color:#fff;background:#5b21b6}.prompt-content-footer{border-top:1px solid #e2e8f0;justify-content:flex-start;margin-top:20px;padding-top:20px;display:flex}.prompt-related{margin-top:40px}.prompt-related-title{color:#0f172a;margin-bottom:16px;font-size:20px;font-weight:700}.prompt-related-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.admin-tabs{background:#fff;border-radius:12px;gap:4px;margin-bottom:24px;padding:4px;display:flex;box-shadow:0 1px 3px #0000000f}.admin-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .15s}.admin-tab.active{color:#fff;background:#2563eb;font-weight:600}.admin-tab:hover:not(.active){background:#f1f5f9}.admin-search{gap:10px;margin-bottom:20px;display:flex}.admin-search .form-input{flex:1}.admin-search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:10px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:background .2s}.admin-search-btn:hover{background:#1d4ed8}.admin-pagination{color:#64748b;justify-content:center;align-items:center;gap:16px;padding:16px 0;font-size:14px;display:flex}.admin-pagination button{color:#e2e8f0;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:6px;padding:6px 16px;font-size:13px}.admin-pagination button:hover:not(:disabled){background:#334155}.admin-pagination button:disabled{opacity:.4;cursor:not-allowed}.admin-charts-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:24px;display:grid}.admin-chart-card{background:#fff;border-radius:14px;padding:24px;box-shadow:0 1px 3px #0000000f}.admin-chart-title{color:#0f172a;margin-bottom:20px;font-size:16px;font-weight:600}.admin-chart-bars{align-items:flex-end;gap:12px;height:180px;display:flex}.admin-chart-col{flex-direction:column;flex:1;align-items:center;gap:6px;height:100%;display:flex}.admin-chart-value{color:#0f172a;font-size:13px;font-weight:600}.admin-chart-bar-wrap{flex:1;align-items:flex-end;width:100%;display:flex}.admin-chart-bar{border-radius:6px 6px 0 0;width:100%;min-height:4px;transition:height .5s}.admin-chart-label{color:#64748b;text-align:center;white-space:nowrap;font-size:11px}.admin-donut-wrap{justify-content:center;padding:20px 0;display:flex}.admin-donut{width:140px;height:140px;position:relative}.admin-donut svg{width:100%;height:100%}.admin-donut-label{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.admin-donut-value{color:#0f172a;font-size:28px;font-weight:700}.admin-donut-text{color:#64748b;font-size:13px}.faq-list{flex-direction:column;gap:12px;margin-bottom:40px;display:flex}.faq-item{background:#fff;border-radius:14px;transition:box-shadow .2s;overflow:hidden;box-shadow:0 1px 3px #0000000f}.faq-item.open{box-shadow:0 4px 16px #00000014}.faq-question{color:#0f172a;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-family:inherit;font-size:16px;font-weight:600;transition:background .15s;display:flex}.faq-question:hover{background:#f8fafc}.faq-arrow{color:#94a3b8;flex-shrink:0;margin-left:16px;font-size:20px;font-weight:400}.faq-answer{padding:0 24px 20px}.faq-answer p{color:#475569;font-size:15px;line-height:1.7}.faq-contact{text-align:center;background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 12px #0000000f}.faq-contact h3{color:#0f172a;margin-bottom:8px;font-size:20px;font-weight:700}.faq-contact p{color:#64748b;font-size:15px}.faq-contact a{color:#2563eb;text-decoration:none}.faq-contact a:hover{text-decoration:underline}.not-found-page{background:linear-gradient(#f8fafc 0%,#eff6ff 100%);flex:1;justify-content:center;align-items:center;min-height:calc(100vh - 220px);padding:60px 40px;display:flex}.not-found-content{text-align:center;max-width:480px}.not-found-code{color:#2563eb;opacity:.15;margin-bottom:16px;font-size:120px;font-weight:800;line-height:1}.not-found-title{color:#0f172a;margin-bottom:12px;font-size:32px;font-weight:700}.not-found-desc{color:#64748b;margin-bottom:32px;font-size:16px;line-height:1.6}.not-found-actions{justify-content:center;gap:12px;display:flex}.not-found-btn{border-radius:12px;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s}.not-found-btn.primary{color:#fff;background:#2563eb}.not-found-btn.primary:hover{background:#1d4ed8}.not-found-btn.secondary{color:#475569;background:#f1f5f9}.not-found-btn.secondary:hover{background:#e2e8f0}.profile-section{background:#fff;border-radius:16px;margin-bottom:20px;padding:28px 32px;box-shadow:0 1px 3px #0000000f}.profile-section-title{color:#0f172a;margin-bottom:20px;font-size:18px;font-weight:600}.profile-form{flex-direction:column;gap:16px;max-width:400px;display:flex}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:20px;right:20px}.toast{pointer-events:auto;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;align-items:center;gap:10px;padding:14px 20px;font-size:14px;font-weight:500;animation:.3s ease-out toast-slide-in;display:flex;box-shadow:0 8px 30px #0000001f}@keyframes toast-slide-in{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.toast-success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.toast-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.toast-info{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.toast-icon{font-size:16px;font-weight:700}.toast-message{flex:1}.cookie-banner{z-index:998;background:#fff;border-radius:16px;align-items:center;gap:16px;max-width:600px;margin:0 auto;padding:20px 24px;animation:.4s ease-out cookie-slide-up;display:flex;position:fixed;bottom:20px;left:20px;right:20px;box-shadow:0 8px 40px #00000026}@keyframes cookie-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.cookie-banner p{color:#475569;flex:1;font-size:14px;line-height:1.5}.cookie-banner a{color:#2563eb;text-decoration:none}.cookie-banner a:hover{text-decoration:underline}.cookie-accept-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:10px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s}.cookie-accept-btn:hover{background:#1d4ed8}.skeleton{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:6px;animation:1.5s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{background:#fff;border-radius:14px;flex-direction:column;gap:12px;padding:24px;display:flex;box-shadow:0 1px 3px #0000000f}.skeleton-text{width:60%;height:14px}.skeleton-text.short{width:30%}.skeleton-text.long{width:90%}.skeleton-text.full{width:100%}.skeleton-title{width:40%;height:22px;margin-bottom:4px}.skeleton-avatar{border-radius:50%;flex-shrink:0;width:56px;height:56px}.skeleton-stat{border-radius:8px;width:80px;height:48px}.skeleton-btn{border-radius:10px;width:120px;height:38px}.skeleton-row{align-items:center;gap:16px;display:flex}.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.skeleton-profile{background:#fff;border-radius:16px;align-items:center;gap:20px;margin-bottom:24px;padding:24px 28px;display:flex;box-shadow:0 1px 3px #0000000f}.skeleton-stats{gap:12px;margin-left:auto;display:flex}.skeleton-section{background:#fff;border-radius:16px;margin-bottom:16px;padding:24px 28px;box-shadow:0 1px 3px #0000000f}.skeleton-notif-item{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:12px;padding:16px 0;display:flex}.skeleton-notif-icon{border-radius:50%;flex-shrink:0;width:36px;height:36px}[data-theme=dark] .skeleton{background:linear-gradient(90deg,#334155 25%,#475569 50%,#334155 75%) 0 0/200% 100%}[data-theme=dark] .skeleton-card,[data-theme=dark] .skeleton-profile,[data-theme=dark] .skeleton-section{background:#1e293b;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .skeleton-notif-item{border-bottom-color:#334155}.dash-empty-state{text-align:center;flex-direction:column;align-items:center;padding:60px 24px;display:flex}.dash-empty-icon{background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;font-size:36px;display:flex}.dash-empty-title{color:#1e293b;margin-bottom:8px;font-size:20px;font-weight:600}.dash-empty-desc{color:#64748b;max-width:400px;margin-bottom:24px;font-size:15px;line-height:1.5}.dash-empty-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s}.dash-empty-btn:hover{background:#1d4ed8}[data-theme=dark] .dash-empty-icon{background:#1e3a5f}[data-theme=dark] .dash-empty-title{color:#f1f5f9}[data-theme=dark] .dash-empty-desc{color:#94a3b8}.error-boundary{background:linear-gradient(#f8fafc 0%,#fef2f2 100%);flex:1;justify-content:center;align-items:center;min-height:calc(100vh - 220px);padding:60px 20px;display:flex}.error-boundary-content{text-align:center;max-width:400px}.error-boundary-icon{color:#dc2626;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:28px;font-weight:700;display:flex}.error-boundary-content h2{color:#0f172a;margin-bottom:8px;font-size:24px;font-weight:700}.error-boundary-content p{color:#64748b;margin-bottom:24px;font-size:15px}.dash-spinner{border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.stats-section{background:#1e293b;padding:48px 80px}.stats-grid{justify-content:center;gap:64px;max-width:1000px;margin:0 auto;display:flex}.stat-item{flex-direction:column;align-items:center;gap:8px;display:flex}.stat-value{color:#fff;font-size:36px;font-weight:800}.stat-label{color:#94a3b8;font-size:14px;font-weight:500}.how-section{text-align:center;background:#fff;padding:64px 80px}.section-title{color:#0f172a;margin-bottom:8px;font-size:32px;font-weight:700}.section-desc{color:#64748b;margin-bottom:48px;font-size:16px}.how-steps{justify-content:center;align-items:center;gap:24px;max-width:900px;margin:0 auto;display:flex}.how-step{flex-direction:column;flex:1;align-items:center;gap:12px;max-width:260px;display:flex}.how-step-num{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;font-weight:700;display:flex}.how-step-title{color:#0f172a;font-size:18px;font-weight:600}.how-step-desc{color:#64748b;font-size:14px;line-height:1.5}.how-step-arrow{color:#cbd5e1;flex-shrink:0;font-size:28px;font-weight:300}.testimonials-section{text-align:center;background:linear-gradient(#f8fafc 0%,#eff6ff 100%);padding:64px 80px}.testimonials-grid{gap:24px;max-width:1100px;margin:32px auto 0;display:flex}.testimonial-card{text-align:left;background:#fff;border-radius:16px;flex-direction:column;flex:1;gap:16px;padding:28px;display:flex;box-shadow:0 2px 12px #0000000f}.testimonial-stars{color:#f59e0b;letter-spacing:2px;font-size:18px}.testimonial-text{color:#334155;flex:1;font-size:15px;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.testimonial-name{color:#0f172a;font-size:14px;font-weight:600}.testimonial-role{color:#64748b;font-size:13px}.home-faq-section{text-align:center;background:#fff;padding:64px 80px}.home-faq-list{flex-direction:column;gap:12px;max-width:700px;margin:32px auto 0;display:flex}.home-faq-item{text-align:left;background:#f8fafc;border-radius:12px;overflow:hidden}.home-faq-q{color:#0f172a;cursor:pointer;justify-content:space-between;align-items:center;padding:18px 24px;font-size:15px;font-weight:600;list-style:none;display:flex}.home-faq-q:after{content:"+";color:#64748b;font-size:20px;transition:transform .2s}.home-faq-item[open] .home-faq-q:after{content:"−"}.home-faq-q::-webkit-details-marker{display:none}.home-faq-a{color:#64748b;padding:0 24px 18px;font-size:14px;line-height:1.6}.home-faq-link{color:#2563eb;margin-top:24px;font-size:15px;font-weight:500;text-decoration:none;display:inline-block}.home-faq-link:hover{text-decoration:underline}.home-cta-section{text-align:center;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);padding:64px 80px}.home-cta-title{color:#fff;margin-bottom:12px;font-size:32px;font-weight:700}.home-cta-desc{color:#94a3b8;max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:16px}.home-cta-btns{justify-content:center;gap:16px;display:flex}.home-cta-btn{border-radius:10px;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s}.home-cta-btn.primary{color:#fff;background:#2563eb}.home-cta-btn.primary:hover{background:#1d4ed8}.home-cta-btn.secondary{color:#fff;background:#ffffff1a;border:1px solid #fff3}.home-cta-btn.secondary:hover{background:#ffffff26}.contact-page{background:linear-gradient(#f8fafc 0%,#eff6ff 100%);flex:1;padding:48px 80px}.contact-grid{grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;margin:0 auto;display:grid}.contact-info{flex-direction:column;gap:32px;display:flex}.contact-info-title{color:#0f172a;font-size:32px;font-weight:700}.contact-info-desc{color:#64748b;font-size:16px;line-height:1.6}.contact-methods{flex-direction:column;gap:20px;display:flex}.contact-method{align-items:center;gap:16px;display:flex}.contact-method-icon{background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.contact-method-label{color:#64748b;font-size:13px}.contact-method-value{color:#0f172a;font-size:15px;font-weight:600}.contact-method-value a{color:#2563eb;text-decoration:none}.contact-form-card{background:#fff;border-radius:20px;padding:36px;box-shadow:0 4px 20px #0000000f}.contact-form-card h2{color:#0f172a;margin-bottom:24px;font-size:22px;font-weight:700}.contact-form{flex-direction:column;gap:16px;display:flex}.contact-form textarea{color:#0f172a;resize:vertical;border:1px solid #e2e8f0;border-radius:10px;outline:none;min-height:120px;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s}.contact-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.contact-form textarea::placeholder{color:#94a3b8}.promo-banner{text-align:center;color:#fff;background:linear-gradient(90deg,#2563eb,#7c3aed);padding:10px 20px;font-size:14px;font-weight:500}.promo-banner a{color:#fff;margin-left:8px;text-decoration:underline}.promo-banner-close{color:#fff;cursor:pointer;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.promo-banner-close:hover{background:#0006}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}@keyframes gradient-scroll{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.promo-effect-shimmer:before{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff4d 50%,#fff0 100%);width:100%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%}.promo-effect-pulse{animation:2s ease-in-out infinite pulse}.promo-effect-gradient-scroll{animation:4s infinite gradient-scroll;background-size:200% 200%!important}.promo-banner-preview{overflow:hidden}.promo-banner-preview a{color:inherit;text-decoration:underline}.chat-widget-btn{cursor:pointer;z-index:1000;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #2563eb66}.chat-widget-btn:hover{transform:scale(1.1);box-shadow:0 6px 24px #2563eb80}.chat-widget-popup{z-index:1000;background:#fff;border-radius:16px;flex-direction:column;width:360px;max-height:480px;animation:.3s chatSlideUp;display:flex;position:fixed;bottom:92px;right:24px;overflow:hidden;box-shadow:0 8px 40px #00000026}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.chat-popup-header{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);padding:20px}.chat-popup-header h3{margin-bottom:4px;font-size:16px;font-weight:600}.chat-popup-header p{opacity:.85;font-size:13px}.chat-popup-body{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.chat-popup-msg{color:#334155;background:#f1f5f9;border-radius:12px;padding:12px 16px;font-size:14px;line-height:1.5}.chat-popup-links{flex-direction:column;gap:8px;display:flex}.chat-popup-link{color:#0f172a;background:#f8fafc;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.chat-popup-link:hover{background:#eff6ff}.chat-popup-link span:first-child{font-size:18px}.onboarding-overlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.onboarding-card{text-align:center;background:#fff;border-radius:20px;width:90%;max-width:480px;padding:40px;box-shadow:0 20px 60px #0003}.onboarding-icon{margin-bottom:16px;font-size:48px}.onboarding-card h2{color:#0f172a;margin-bottom:12px;font-size:24px;font-weight:700}.onboarding-card p{color:#64748b;margin-bottom:28px;font-size:15px;line-height:1.6}.onboarding-steps{text-align:left;flex-direction:column;gap:16px;margin-bottom:28px;display:flex}.onboarding-step{background:#f8fafc;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;display:flex}.onboarding-step-icon{background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.onboarding-step-text{color:#334155;font-size:14px;font-weight:500}.onboarding-dismiss{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;padding:14px 32px;font-family:inherit;font-size:16px;font-weight:600;transition:background .2s}.onboarding-dismiss:hover{background:#1d4ed8}.burger-btn{cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.burger-line{background:#334155;border-radius:2px;width:20px;height:2px;transition:all .3s}.mobile-menu{display:none}@media (max-width:1024px){.header{gap:16px;height:auto;padding:16px 24px}.navigation,.spacer{display:none}.burger-btn{display:flex}.auth-buttons{display:none}.mobile-menu{z-index:999;background:#fff;flex-direction:column;gap:8px;padding:24px;transition:transform .3s;display:flex;position:fixed;inset:0;transform:translate(100%)}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.mobile-menu-close{cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.mobile-nav-link{color:#334155;border-radius:10px;padding:14px 16px;font-size:16px;font-weight:500;text-decoration:none;transition:background .15s;display:block}.mobile-nav-link:hover,.mobile-nav-link.active{color:#2563eb;background:#eff6ff}.mobile-auth-btns{border-top:1px solid #e2e8f0;flex-direction:column;gap:10px;margin-top:auto;padding-top:24px;display:flex}.mobile-auth-btns .btn-login,.mobile-auth-btns .btn-register{text-align:center;width:100%;padding:14px;font-size:16px}.hero{gap:32px;padding:40px 20px}.hero-title{font-size:28px}.hero-desc{font-size:16px}.product-cards{flex-direction:column;gap:20px}.footer{padding:32px 20px}.footer-main{flex-direction:column;gap:28px}.footer-logo-col{width:100%}.footer-spacer{display:none}.pricing-page{padding:40px 20px}.pricing-title{font-size:28px}.pricing-grid{flex-direction:column;align-items:center}.pricing-card{max-width:100%}.pricing-faq-grid{grid-template-columns:1fr}.vpn-hero{text-align:center;flex-direction:column;gap:32px;padding:40px 20px}.vpn-hero-title{font-size:30px}.vpn-hero-desc{max-width:100%}.vpn-hero-actions{flex-wrap:wrap;justify-content:center}.vpn-features{padding:40px 20px}.vpn-features-grid{grid-template-columns:1fr}.vpn-cta{padding:40px 20px}.prompts-page{padding:40px 16px}.prompts-title{font-size:28px}.prompts-layout{flex-direction:column}.prompts-sidebar{flex-wrap:wrap;gap:16px;width:100%;padding-left:0;display:flex}.prompts-filter-group{flex:1;min-width:150px;margin-bottom:0}.prompts-filter-total{display:none}.prompts-grid{grid-template-columns:1fr}.prompts-cta-card{text-align:center;flex-direction:column}.prompts-cta-btn{width:100%}.prompt-detail-title{font-size:24px}.prompt-related-grid{grid-template-columns:1fr}.dash-wrapper{flex-direction:column}.dash-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;height:auto;padding:16px;position:static;overflow-y:visible}.dash-nav{flex-direction:row;overflow-x:auto}.dash-nav-item{white-space:nowrap}.dash-user-card{margin-bottom:12px}.dash-sidebar-bottom{display:none}.dash-content{padding:20px}.dash-stats{flex-direction:column}.dash-table-wrap{overflow-x:auto}.modal-card{max-width:calc(100vw - 32px);margin:16px;padding:28px 24px 32px}.dash-device-card{flex-direction:column}.dash-device-remove{align-self:flex-start}.faq-contact{padding:24px}.not-found-page{padding:40px 20px}.not-found-code{font-size:80px}.not-found-title{font-size:24px}.not-found-actions{flex-direction:column}.not-found-btn{text-align:center;width:100%}.stats-section{padding:32px 20px}.stats-grid{flex-wrap:wrap;gap:24px 40px}.stat-value{font-size:28px}.how-section{padding:48px 20px}.how-steps{flex-direction:column;gap:16px}.how-step-arrow{display:none}.how-step{max-width:100%}.testimonials-section{padding:48px 20px}.testimonials-grid{flex-direction:column;gap:16px}.home-faq-section,.home-cta-section{padding:48px 20px}.home-cta-btns{flex-direction:column;align-items:center}.home-cta-btn{text-align:center;width:100%;max-width:300px}.contact-page{padding:40px 20px}.contact-grid{grid-template-columns:1fr;gap:32px}.chat-widget-popup{width:auto;left:12px;right:12px}.cookie-banner{flex-direction:column;bottom:12px;left:12px;right:12px}.toast-container{top:12px;left:12px;right:12px}.profile-section{padding:20px}}@media (max-width:480px){.header{padding:12px 16px}.logo-info{display:none}.hero-title{font-size:24px}.pricing-amount{font-size:28px}.vpn-hero-title{font-size:26px}.vpn-shield{width:140px;height:140px}.vpn-shield svg{width:60px;height:60px}.stat-value{font-size:24px}.stats-grid{gap:20px 32px}.section-title,.home-cta-title,.contact-info-title{font-size:24px}}.fade-in-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.fade-in-up.visible{opacity:1;transform:translateY(0)}.fade-in-up:nth-child(2){transition-delay:.1s}.fade-in-up:nth-child(3){transition-delay:.2s}.theme-toggle{cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .2s;display:flex}.theme-toggle:hover{background:#e2e8f0}.theme-toggle-floating{z-index:9999;background:#fff;border:1px solid #e2e8f0;border-radius:50%;width:48px;height:48px;font-size:20px;position:fixed;top:4px;right:4px;box-shadow:0 4px 16px #00000026}.theme-toggle-floating:hover{background:#f1f5f9;transform:scale(1.1);box-shadow:0 6px 24px #0003}[data-theme=dark] .theme-toggle-floating{background:#1e293b;border-color:#334155;box-shadow:0 4px 16px #0006}[data-theme=dark] .theme-toggle-floating:hover{background:#334155;box-shadow:0 6px 24px #00000080}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=dark] body{color:#e2e8f0;background:#0f172a}[data-theme=dark] .header{background:#1e293b;border-bottom:1px solid #334155}[data-theme=dark] .logo-block{background:#334155}[data-theme=dark] .logo-title{color:#f1f5f9}[data-theme=dark] .nav-btn:not(.active){color:#cbd5e1;background:#334155}[data-theme=dark] .nav-btn:hover:not(.active){background:#475569}[data-theme=dark] .btn-login{color:#e2e8f0;background:#334155}[data-theme=dark] .btn-login:hover{background:#475569}[data-theme=dark] .theme-toggle{color:#f59e0b;background:#334155}[data-theme=dark] .theme-toggle:hover{background:#475569}[data-theme=dark] .hero{background:linear-gradient(#1e293b 0%,#0f172a 100%)}[data-theme=dark] .hero-title{color:#f1f5f9}[data-theme=dark] .hero-desc{color:#94a3b8}[data-theme=dark] .product-card{background:#1e293b;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .product-card:hover{box-shadow:0 12px 40px #0006}[data-theme=dark] .card-title{color:#f1f5f9}[data-theme=dark] .card-desc{color:#94a3b8}[data-theme=dark] .tag{color:#cbd5e1;background:#334155}[data-theme=dark] .how-section{background:#1e293b}[data-theme=dark] .section-title,[data-theme=dark] .how-step-title{color:#f1f5f9}[data-theme=dark] .how-step-desc{color:#94a3b8}[data-theme=dark] .testimonials-section{background:linear-gradient(#0f172a 0%,#1e293b 100%)}[data-theme=dark] .testimonial-card{background:#1e293b;box-shadow:0 2px 12px #0000004d}[data-theme=dark] .testimonial-text{color:#cbd5e1}[data-theme=dark] .testimonial-name{color:#f1f5f9}[data-theme=dark] .home-faq-section{background:#0f172a}[data-theme=dark] .home-faq-item{background:#1e293b}[data-theme=dark] .home-faq-q{color:#f1f5f9}[data-theme=dark] .footer{background:#1e293b;border-top:1px solid #334155}[data-theme=dark] .footer-logo-text,[data-theme=dark] .footer-col-title{color:#f1f5f9}[data-theme=dark] .footer-link{color:#94a3b8}[data-theme=dark] .footer-divider{background:#334155}[data-theme=dark] .copyright-text{color:#64748b}[data-theme=dark] .mobile-menu{background:#1e293b}[data-theme=dark] .mobile-nav-link{color:#cbd5e1}[data-theme=dark] .mobile-nav-link:hover,[data-theme=dark] .mobile-nav-link.active{color:#60a5fa;background:#334155}[data-theme=dark] .mobile-menu-close{color:#cbd5e1;background:#334155}[data-theme=dark] .burger-btn{background:#334155}[data-theme=dark] .burger-line{background:#cbd5e1}[data-theme=dark] .contact-page,[data-theme=dark] .pricing-page,[data-theme=dark] .prompts-page,[data-theme=dark] .vpn-page,[data-theme=dark] .auth-page,[data-theme=dark] .not-found-page{background:linear-gradient(#1e293b 0%,#0f172a 100%)}[data-theme=dark] .contact-form-card,[data-theme=dark] .pricing-card,[data-theme=dark] .prompt-card,[data-theme=dark] .vpn-feature-card,[data-theme=dark] .faq-item,[data-theme=dark] .pricing-faq-item,[data-theme=dark] .auth-card,[data-theme=dark] .modal-card{background:#1e293b;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .contact-info-title,[data-theme=dark] .pricing-title,[data-theme=dark] .prompts-title,[data-theme=dark] .vpn-hero-title,[data-theme=dark] .vpn-features-title,[data-theme=dark] .vpn-cta-title,[data-theme=dark] .pricing-faq-title,[data-theme=dark] .pricing-card-name,[data-theme=dark] .prompt-card-price,[data-theme=dark] .prompt-card-title,[data-theme=dark] .vpn-feature-name,[data-theme=dark] .auth-title,[data-theme=dark] .not-found-title,[data-theme=dark] .faq-question,[data-theme=dark] .contact-form-card h2{color:#f1f5f9}[data-theme=dark] .contact-info-desc,[data-theme=dark] .pricing-subtitle,[data-theme=dark] .prompts-subtitle,[data-theme=dark] .vpn-hero-desc,[data-theme=dark] .vpn-cta-desc,[data-theme=dark] .pricing-card-desc,[data-theme=dark] .prompt-card-desc,[data-theme=dark] .vpn-feature-desc,[data-theme=dark] .auth-subtitle,[data-theme=dark] .not-found-desc,[data-theme=dark] .faq-answer p,[data-theme=dark] .pricing-faq-item p{color:#94a3b8}[data-theme=dark] .prompt-badge-purchased{color:#6ee7b7;background:#064e3b}[data-theme=dark] .prompt-badge-gift{color:#c084fc;background:#3b0764}[data-theme=dark] .prompt-badge-type{color:#93c5fd;background:#1e3a8a}[data-theme=dark] .prompt-card-meta,[data-theme=dark] .prompt-card-info{color:#94a3b8;border-color:#334155}[data-theme=dark] .my-prompts-search-input,[data-theme=dark] .my-prompts-category-select{color:#e2e8f0;background:#1e293b;border-color:#334155}[data-theme=dark] .my-prompts-search-input:focus,[data-theme=dark] .my-prompts-category-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}[data-theme=dark] .my-prompts-filters{border-bottom-color:#334155}[data-theme=dark] .my-prompts-counter{color:#94a3b8;border-top-color:#334155}[data-theme=dark] .form-input,[data-theme=dark] .contact-form textarea{color:#e2e8f0;background:#0f172a;border-color:#334155}[data-theme=dark] .form-input:focus,[data-theme=dark] .contact-form textarea:focus{border-color:#3b82f6}[data-theme=dark] .pricing-amount,[data-theme=dark] .vpn-price-amount{color:#f1f5f9}[data-theme=dark] .pricing-features li{color:#cbd5e1}[data-theme=dark] .prompts-search-input{color:#e2e8f0;background:#1e293b;border-color:#334155}[data-theme=dark] .prompts-search-input:focus{border-color:#3b82f6}[data-theme=dark] .prompts-filter-title{color:#e2e8f0}[data-theme=dark] .prompts-filter-checkbox-item{color:#cbd5e1}[data-theme=dark] .prompts-filter-checkbox-item:hover{background:#334155}[data-theme=dark] .prompts-filter-checkbox-item.active{color:#60a5fa;background:#1e3a5f}[data-theme=dark] .prompts-filter-count{color:#94a3b8;background:#334155}[data-theme=dark] .prompts-filter-checkbox-item.disabled{opacity:.3}[data-theme=dark] .filter-tooltip{color:#0f172a;background:#f1f5f9;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .filter-tooltip:after{border-top-color:#f1f5f9}[data-theme=dark] .prompts-filter-total{color:#64748b}[data-theme=dark] .prompts-reset-btn{color:#94a3b8;border-color:#334155}[data-theme=dark] .prompts-reset-btn:hover{color:#f87171;background:#3b1313;border-color:#f87171}[data-theme=dark] .prompts-page-btn{color:#cbd5e1;background:#1e293b;border-color:#334155}[data-theme=dark] .prompts-page-btn:hover:not(:disabled){background:#334155}[data-theme=dark] .prompts-empty h3{color:#e2e8f0}[data-theme=dark] .prompts-empty{color:#94a3b8}[data-theme=dark] .digital-chip{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] .digital-chip:hover{color:#cbd5e1;background:#334155;border-color:#475569}[data-theme=dark] .digital-chip.active{color:#fff;background:#2563eb;border-color:#2563eb}[data-theme=dark] .prompts-results-count{color:#94a3b8}[data-theme=dark] .prompts-results-count strong{color:#60a5fa}[data-theme=dark] .prompts-cta-card{background:#1e293b;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .prompts-cta-info h3{color:#f1f5f9}[data-theme=dark] .prompts-cta-info p{color:#94a3b8}[data-theme=dark] .prompts-cta-amount,[data-theme=dark] .prompt-detail-title{color:#f1f5f9}[data-theme=dark] .prompt-detail-desc{color:#94a3b8}[data-theme=dark] .prompt-back-link{color:#60a5fa}[data-theme=dark] .prompt-variables{background:#1e293b;box-shadow:0 1px 6px #0000004d}[data-theme=dark] .prompt-variables-title{color:#e2e8f0}[data-theme=dark] .prompt-variable-label{color:#94a3b8}[data-theme=dark] .prompt-content-box{background:#1e293b;box-shadow:0 1px 6px #0000004d}[data-theme=dark] .prompt-content-header h3{color:#e2e8f0}[data-theme=dark] .prompt-lang-toggle{border-color:#334155}[data-theme=dark] .prompt-lang-btn{color:#94a3b8;background:#1e293b}[data-theme=dark] .prompt-lang-btn:hover{color:#cbd5e1;background:#334155}[data-theme=dark] .prompt-lang-btn-active{color:#fff;background:#7c3aed}[data-theme=dark] .prompt-lang-btn-active:hover{color:#fff;background:#6d28d9}[data-theme=dark] .prompt-content-footer{border-top-color:#334155}[data-theme=dark] .prompt-content-text{color:#cbd5e1;background:#0f172a;border-color:#334155}[data-theme=dark] .prompt-content-blurred:after{background:linear-gradient(#0000,#1e293b)}[data-theme=dark] .prompt-paywall h3{color:#f1f5f9}[data-theme=dark] .prompt-paywall p{color:#94a3b8}[data-theme=dark] .prompt-variable-tag{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] .prompt-usage-guide{background:linear-gradient(135deg,#1e293b 0%,#1a2332 100%);border-color:#3b82f6}[data-theme=dark] .prompt-usage-guide p{color:#cbd5e1}[data-theme=dark] .prompt-tips{background:#1c1917;border-color:#d97706}[data-theme=dark] .prompt-tips-title{color:#fcd34d}[data-theme=dark] .prompt-tips p{color:#d4d4d8}[data-theme=dark] .prompt-related-title{color:#f1f5f9}[data-theme=dark] .prompts-cat-btn{color:#cbd5e1;background:#1e293b}[data-theme=dark] .prompts-cat-btn:hover:not(.active){background:#334155}[data-theme=dark] .vpn-cta{background:#1e293b}[data-theme=dark] .dash-wrapper{background:#0f172a}[data-theme=dark] .dash-sidebar{background:#1e293b;border-color:#334155}[data-theme=dark] .dash-content{background:#0f172a}[data-theme=dark] .dash-header{background:#1e293b;border-color:#334155}[data-theme=dark] .dash-header-logo{color:#60a5fa}[data-theme=dark] .dash-header-logo:hover{color:#93c5fd}[data-theme=dark] .dash-header-user{background:#0f172a}[data-theme=dark] .dash-header-user-name{color:#f1f5f9}[data-theme=dark] .dash-user-card{background:#0f172a}[data-theme=dark] .dash-user-name{color:#f1f5f9}[data-theme=dark] .dash-nav-item{color:#94a3b8}[data-theme=dark] .dash-nav-item:hover{color:#f1f5f9;background:#334155}[data-theme=dark] .dash-nav-item.active{color:#60a5fa;background:#1e3a5f}[data-theme=dark] .dash-nav-badge{background:#dc2626}[data-theme=dark] .dash-nav-arrow{color:#64748b}[data-theme=dark] .dash-nav-submenu-item{color:#94a3b8}[data-theme=dark] .dash-nav-submenu-item:hover{color:#f1f5f9;background:#334155}[data-theme=dark] .dash-nav-submenu-item.active{color:#60a5fa;background:#1e3a5f}[data-theme=dark] .dash-page-title{color:#f1f5f9}[data-theme=dark] .dash-stat-card,[data-theme=dark] .dash-empty,[data-theme=dark] .dash-table-wrap,[data-theme=dark] .dash-license-card,[data-theme=dark] .dash-device-card,[data-theme=dark] .profile-section{background:#1e293b;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .dash-section-title{color:#f1f5f9}[data-theme=dark] .dash-table th{color:#94a3b8;background:#0f172a;border-color:#334155}[data-theme=dark] .dash-table td{color:#cbd5e1;border-color:#334155}[data-theme=dark] .dash-logout-btn{color:#94a3b8;background:#334155}[data-theme=dark] .dash-logout-btn:hover{color:#f87171;background:#3b1c1c}[data-theme=dark] .dash-site-btn{color:#94a3b8;background:#334155}[data-theme=dark] .dash-site-btn:hover{color:#60a5fa;background:#1e3a5f}[data-theme=dark] .onboarding-card{background:#1e293b}[data-theme=dark] .onboarding-card h2{color:#f1f5f9}[data-theme=dark] .onboarding-card p{color:#94a3b8}[data-theme=dark] .onboarding-step{background:#0f172a}[data-theme=dark] .onboarding-step-text{color:#cbd5e1}[data-theme=dark] .admin-chart-card{background:#1e293b;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .admin-chart-title,[data-theme=dark] .admin-chart-value,[data-theme=dark] .admin-donut-value{color:#f1f5f9}[data-theme=dark] .admin-donut circle:first-child{stroke:#334155}[data-theme=dark] .promo-banner{background:linear-gradient(90deg,#1d4ed8,#6d28d9)}.dash-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.notif-badge-count{color:#fff;vertical-align:middle;background:#ef4444;border-radius:12px;justify-content:center;align-items:center;min-width:24px;height:24px;margin-left:8px;padding:0 6px;font-size:13px;font-weight:600;display:inline-flex}.btn-secondary{color:#334155;cursor:pointer;background:#e2e8f0;border:none;border-radius:8px;padding:8px 16px;font-size:14px;transition:background .2s}.btn-secondary:hover{background:#cbd5e1}.notif-list{flex-direction:column;gap:8px;display:flex}.notif-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;transition:background .2s;display:flex}.notif-unread{background:#f0f9ff;border-color:#93c5fd}.notif-icon{flex-shrink:0;margin-top:2px;font-size:24px}.notif-content{flex:1;min-width:0}.notif-title{color:#1e293b;margin-bottom:4px;font-size:15px;font-weight:600}.notif-message{color:#64748b;font-size:14px;line-height:1.4}.notif-date{color:#94a3b8;margin-top:6px;font-size:12px}.notif-actions{flex-shrink:0;gap:6px;display:flex}.notif-action-btn{cursor:pointer;color:#10b981;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex}.notif-action-btn:hover{background:#f0fdf4}.notif-action-btn.danger{color:#ef4444}.notif-action-btn.danger:hover{background:#fef2f2}.ref-invite-block{background:linear-gradient(135deg,#eff6ff,#f0f9ff);border:1px solid #bfdbfe;border-radius:16px;margin-bottom:24px;padding:24px}.ref-invite-block h3{color:#1e293b;margin-bottom:8px;font-size:18px}.ref-invite-block p{color:#64748b;margin-bottom:16px;font-size:14px}.ref-link-row{gap:8px;margin-bottom:12px;display:flex}.ref-link-row .form-input{flex:1}.ref-code-row{color:#64748b;align-items:center;gap:8px;font-size:14px;display:flex}.ref-code{color:#2563eb;letter-spacing:1px;font-size:16px}.ref-apply-block{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:24px;padding:20px}.ref-apply-block h3{color:#1e293b;margin-bottom:12px;font-size:16px}.blog-empty{text-align:center;color:#64748b;padding:80px 20px}.blog-empty h3{color:#1e293b;margin-bottom:8px;font-size:20px}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;margin-top:40px;display:grid}.blog-card{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:24px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.blog-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.blog-card-date{color:#94a3b8;margin-bottom:8px;font-size:13px}.blog-card-title{color:#1e293b;margin-bottom:8px;font-size:18px;font-weight:600;line-height:1.3}.blog-card-excerpt{color:#64748b;flex:1;margin-bottom:12px;font-size:14px;line-height:1.5}.blog-card-link{color:#2563eb;font-size:14px;font-weight:500}.blog-post{max-width:720px;margin:0 auto}.blog-back-link{color:#2563eb;margin-bottom:24px;font-size:14px;text-decoration:none;display:inline-block}.blog-back-link:hover{text-decoration:underline}.blog-post-date{color:#94a3b8;margin-bottom:8px;font-size:14px}.blog-post-title{color:#1e293b;margin-bottom:24px;font-size:32px;font-weight:700;line-height:1.2}.blog-post-content{color:#334155;font-size:16px;line-height:1.7}.blog-post-content h2{color:#1e293b;margin-top:32px;margin-bottom:16px;font-size:24px}.blog-post-content h3{color:#1e293b;margin-top:24px;margin-bottom:12px;font-size:20px}.blog-post-content p{margin-bottom:16px}.blog-post-content ul,.blog-post-content ol{margin-bottom:16px;padding-left:24px}.blog-post-content li{margin-bottom:8px}.admin-form-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;padding:20px}.admin-form-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:12px;display:grid}.admin-form-row:last-child{margin-bottom:0}.admin-form-row .form-input{width:100%}.admin-form-field{position:relative}.admin-form-field .form-input{width:100%}.admin-form-field--checkbox{align-items:flex-end;padding-bottom:10px;display:flex}.admin-form-label{color:#64748b;margin-bottom:6px;font-size:13px;font-weight:500;display:block}.admin-form-actions{gap:8px;margin-top:12px;display:flex}.admin-hint{color:#94a3b8;margin-top:4px;font-size:12px}.admin-hint-ok{color:#10b981}.admin-dropdown{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.admin-dropdown-item{cursor:pointer;color:#334155;padding:8px 12px;font-size:14px;transition:background .15s}.admin-dropdown-item:hover{background:#f1f5f9}.admin-user-selected{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;display:flex}.admin-user-selected-text{color:#166534;flex:1;font-size:14px;font-weight:600}.admin-user-clear{color:#166534;cursor:pointer;background:0 0;border:1px solid #86efac;border-radius:6px;padding:4px 12px;font-size:13px;transition:all .15s}.admin-user-clear:hover{background:#dcfce7}.admin-user-list{background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:200px;margin-top:6px;overflow-y:auto}.admin-user-list-hint{color:#94a3b8;text-align:center;padding:12px 14px;font-size:13px}.admin-user-list-item{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding:10px 14px;transition:background .15s;display:flex}.admin-user-list-item:last-child{border-bottom:none}.admin-user-list-item:hover{background:#f0f9ff}.admin-user-list-email{color:#1e293b;font-size:14px;font-weight:500}.admin-user-list-name{color:#64748b;font-size:13px}[data-theme=dark] .admin-user-selected{background:#14532d;border-color:#166534}[data-theme=dark] .admin-user-selected-text{color:#86efac}[data-theme=dark] .admin-user-clear{color:#86efac;border-color:#166534}[data-theme=dark] .admin-user-clear:hover{background:#15803d}[data-theme=dark] .admin-user-list{background:#1e293b;border-color:#334155}[data-theme=dark] .admin-user-list-item{border-color:#334155}[data-theme=dark] .admin-user-list-item:hover{background:#0f172a}[data-theme=dark] .admin-user-list-email{color:#f1f5f9}[data-theme=dark] .admin-user-list-name{color:#94a3b8}.admin-actions-group{gap:4px;display:flex}.admin-action-btn{color:#334155;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:12px;transition:all .15s}.admin-action-btn:hover{background:#e2e8f0}.admin-action-btn.danger{color:#ef4444;background:#fef2f2;border-color:#fecaca}.admin-action-btn.danger:hover{background:#fee2e2}.admin-digital-btn{position:relative}.admin-digital-tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:100;background:#1e293b;border-radius:8px;margin-bottom:8px;padding:8px 12px;font-size:11px;transition:all .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.admin-digital-tooltip:after{content:"";border:6px solid #0000;border-top-color:#1e293b;position:absolute;top:100%;left:50%;transform:translate(-50%)}.admin-digital-tooltip>div{line-height:1.6}.admin-digital-btn:hover .admin-digital-tooltip{opacity:1;visibility:visible}.admin-modal-overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;padding:24px;box-shadow:0 20px 60px #0003}.admin-modal h3{color:#0f172a;margin-bottom:8px;font-size:18px;font-weight:600}.badge-blue{color:#1d4ed8;background:#dbeafe}[data-theme=dark] .notif-item{background:#1e293b;border-color:#334155}[data-theme=dark] .notif-unread{background:#1e3a5f;border-color:#3b82f6}[data-theme=dark] .notif-title{color:#f1f5f9}[data-theme=dark] .notif-action-btn{background:#1e293b;border-color:#334155}[data-theme=dark] .notif-action-btn:hover{background:#334155}[data-theme=dark] .btn-secondary{color:#e2e8f0;background:#334155}[data-theme=dark] .btn-secondary:hover{background:#475569}[data-theme=dark] .ref-invite-block{background:linear-gradient(135deg,#1e293b,#1e3a5f);border-color:#334155}[data-theme=dark] .ref-invite-block h3{color:#f1f5f9}[data-theme=dark] .ref-apply-block{background:#1e293b;border-color:#334155}[data-theme=dark] .ref-apply-block h3{color:#f1f5f9}[data-theme=dark] .blog-card{background:#1e293b;border-color:#334155}[data-theme=dark] .blog-card-title,[data-theme=dark] .blog-empty h3,[data-theme=dark] .blog-post-title{color:#f1f5f9}[data-theme=dark] .blog-post-content{color:#cbd5e1}[data-theme=dark] .blog-post-content h2,[data-theme=dark] .blog-post-content h3{color:#f1f5f9}[data-theme=dark] .admin-tabs{background:#1e293b;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .admin-tab{color:#94a3b8}[data-theme=dark] .admin-tab:hover:not(.active){background:#334155}[data-theme=dark] .admin-form-card{background:#1e293b;border-color:#334155}[data-theme=dark] .admin-form-label{color:#94a3b8}[data-theme=dark] .admin-dropdown{background:#1e293b;border-color:#334155}[data-theme=dark] .admin-dropdown-item{color:#e2e8f0}[data-theme=dark] .admin-dropdown-item:hover{background:#334155}[data-theme=dark] .admin-modal{background:#1e293b}[data-theme=dark] .admin-modal h3{color:#f1f5f9}[data-theme=dark] .admin-action-btn{color:#e2e8f0;background:#1e293b;border-color:#334155}[data-theme=dark] .admin-action-btn:hover{background:#334155}[data-theme=dark] .admin-action-btn.danger{color:#fca5a5;background:#371520;border-color:#7f1d1d}[data-theme=dark] .admin-action-btn.danger:hover{background:#4c1d2f}[data-theme=dark] .admin-digital-tooltip{background:#0f172a;border:1px solid #334155}[data-theme=dark] .admin-digital-tooltip:after{border-top-color:#0f172a}[data-theme=dark] .badge-green{color:#6ee7b7;background:#064e3b}[data-theme=dark] .badge-yellow{color:#fde68a;background:#713f12}[data-theme=dark] .badge-red{color:#fca5a5;background:#4c1d2f}[data-theme=dark] .badge-gray{color:#94a3b8;background:#334155}[data-theme=dark] .badge-blue{color:#93c5fd;background:#1e3a5f}.admin-line-legend{color:#64748b;gap:16px;margin-bottom:8px;font-size:12px;display:flex}.admin-line-legend-item{align-items:center;gap:4px;display:flex}.admin-line-dates{color:#94a3b8;justify-content:space-between;margin-top:4px;font-size:11px;display:flex}.ticket-layout{gap:20px;display:flex}.ticket-chat-area{flex:1;min-width:0}.ticket-sidebar{flex-direction:column;flex-shrink:0;gap:16px;width:220px;display:flex}.ticket-sidebar-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.ticket-sidebar-title{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:13px;font-weight:600}.ticket-status-buttons{flex-direction:column;gap:6px;display:flex}.ticket-status-btn{cursor:pointer;text-align:left;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:500;transition:all .15s}.ticket-status-btn:hover:not(:disabled){border-color:#94a3b8}.ticket-status-btn:disabled{opacity:.5;cursor:not-allowed}.ticket-status-btn.active{font-weight:600}.ticket-status-btn.active.status-open{color:#1e40af;background:#dbeafe;border-color:#3b82f6}.ticket-status-btn.active.status-in-progress{color:#92400e;background:#fef3c7;border-color:#f59e0b}.ticket-status-btn.active.status-resolved{color:#065f46;background:#d1fae5;border-color:#10b981}.ticket-status-btn.active.status-closed{color:#991b1b;background:#fee2e2;border-color:#ef4444}.ticket-sidebar-info{flex-direction:column;gap:8px;display:flex}.ticket-sidebar-row{justify-content:space-between;font-size:13px;display:flex}.ticket-sidebar-row span:first-child{color:#64748b}.ticket-sidebar-row span:last-child{color:#1e293b;font-weight:500}.ticket-messages{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px 12px 0 0;flex-direction:column;gap:12px;min-height:200px;max-height:60vh;margin-bottom:0;padding:16px;transition:border-color .2s;display:flex;overflow-y:auto}.ticket-messages.ticket-drag-over{background:#eff6ff;border-style:dashed;border-color:#3b82f6}.ticket-msg{border-radius:12px;max-width:80%;padding:12px 16px}.ticket-msg-user{background:#eff6ff;border-bottom-right-radius:4px;align-self:flex-end}.ticket-msg-admin{background:#f0fdf4;border-bottom-left-radius:4px;align-self:flex-start}.ticket-msg-header{justify-content:space-between;gap:16px;margin-bottom:6px;font-size:12px;display:flex}.ticket-msg-header strong{color:#1e293b}.ticket-msg-time{color:#94a3b8;white-space:nowrap}.ticket-msg-body{color:#334155;white-space:pre-wrap;word-break:break-word;line-height:1.5}.ticket-msg-delete{cursor:pointer;color:#cbd5e1;opacity:0;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:12px;line-height:1;transition:all .15s}.ticket-msg:hover .ticket-msg-delete{opacity:1}.ticket-msg-delete:hover{color:#ef4444;background:#ef44441a}.ticket-attachments{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.ticket-att-image{border:1px solid #e2e8f0;border-radius:8px;max-width:240px;transition:opacity .2s;display:block;overflow:hidden}.ticket-att-image:hover{opacity:.85}.ticket-att-image img{object-fit:cover;width:100%;height:auto;max-height:200px;display:block}.ticket-compose{background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 12px 12px;padding:12px 16px}.ticket-input-row{align-items:flex-end;gap:8px;display:flex}.ticket-attach-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:6px;font-size:22px;line-height:1;transition:background .15s}.ticket-attach-btn:hover{background:#f1f5f9}.ticket-input{resize:none;border:1px solid #e2e8f0;border-radius:10px;outline:none;flex:1;min-height:40px;max-height:200px;padding:10px 14px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .2s;overflow-y:auto}.ticket-input:focus{border-color:#3b82f6}.ticket-send-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:background .15s;display:flex}.ticket-send-btn:hover:not(:disabled){background:#1d4ed8}.ticket-send-btn:disabled{opacity:.5;cursor:not-allowed}.ticket-compose-hint{color:#94a3b8;text-align:right;margin-top:6px;font-size:11px}.ticket-compressing{color:#6366f1;align-items:center;gap:6px;padding:8px 0;font-size:13px;display:flex}.ticket-compressing:before{content:"";border:2px solid #6366f1;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite ticket-spin;display:inline-block}@keyframes ticket-spin{to{transform:rotate(360deg)}}.ticket-photo-preview{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.ticket-photo-thumb{border:1px solid #e2e8f0;border-radius:8px;width:72px;height:72px;position:relative;overflow:hidden}.ticket-photo-thumb img{object-fit:cover;width:100%;height:100%}.ticket-photo-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;line-height:1;transition:background .15s;display:flex;position:absolute;top:2px;right:2px}.ticket-photo-remove:hover{background:#ef4444}.ticket-photo-size{color:#fff;text-align:center;background:#00000080;padding:1px 0;font-size:9px;position:absolute;bottom:0;left:0;right:0}.ticket-lightbox{z-index:10000;background:#000000b3;justify-content:center;align-items:center;padding:40px;animation:.2s ticket-lightbox-in;display:flex;position:fixed;inset:0}@keyframes ticket-lightbox-in{0%{opacity:0}to{opacity:1}}.ticket-lightbox-container{background:#1a1a2e;border-radius:16px;flex-direction:column;align-items:center;max-width:900px;max-height:calc(100vh - 120px);padding:16px;display:flex;position:relative;box-shadow:0 24px 64px #0009}.ticket-lightbox-img{object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:8px;max-width:100%;max-height:calc(100vh - 200px)}.ticket-lightbox-close{color:#fff;cursor:pointer;z-index:10;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:background .15s;display:flex;position:absolute;top:-12px;right:-12px;box-shadow:0 2px 8px #0000004d}.ticket-lightbox-close:hover{background:#dc2626}.ticket-lightbox-nav{color:#fff;cursor:pointer;z-index:10;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ticket-lightbox-nav:hover{background:#ffffff4d}.ticket-lightbox-prev{left:-56px}.ticket-lightbox-next{right:-56px}.ticket-lightbox-footer{color:#ffffffb3;align-items:center;gap:16px;margin-top:12px;font-size:14px;display:flex}.ticket-lightbox-download{color:#93c5fd;background:#ffffff1a;border-radius:6px;padding:6px 16px;font-size:14px;text-decoration:none;transition:background .15s}.ticket-lightbox-download:hover{color:#bfdbfe;background:#fff3}@media (max-width:1024px){.ticket-lightbox-prev{left:8px}.ticket-lightbox-next{right:8px}.ticket-lightbox-container{max-width:calc(100vw - 32px)}}button.ticket-att-image{cursor:pointer;cursor:zoom-in;background:0 0;border:none;padding:0}.ticket-user-actions{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:12px 16px;display:flex}.ticket-autoclose-notice{color:#64748b;font-size:13px;line-height:1.4}.ticket-resolve-btn{cursor:pointer;white-space:nowrap;color:#fff;background:#10b981;border:none;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:500;transition:background .15s}.ticket-resolve-btn:hover{background:#059669}.ticket-resolve-btn:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .ticket-user-actions{background:#1e293b;border-color:#334155}[data-theme=dark] .ticket-autoclose-notice{color:#94a3b8}[data-theme=dark] .ticket-messages{background:#0f172a;border-color:#334155}[data-theme=dark] .ticket-messages.ticket-drag-over{background:#1e293b;border-color:#60a5fa}[data-theme=dark] .ticket-msg-user{background:#1e3a5f}[data-theme=dark] .ticket-msg-admin{background:#14532d}[data-theme=dark] .ticket-msg-header strong{color:#e2e8f0}[data-theme=dark] .ticket-msg-body{color:#cbd5e1}[data-theme=dark] .ticket-compose{background:#1e293b;border-color:#334155}[data-theme=dark] .ticket-input{color:#e2e8f0;background:#0f172a;border-color:#334155}[data-theme=dark] .ticket-input:focus{border-color:#60a5fa}[data-theme=dark] .ticket-attach-btn:hover{background:#334155}[data-theme=dark] .ticket-att-image{border-color:#334155}[data-theme=dark] .ticket-msg-delete{color:#475569}[data-theme=dark] .ticket-msg-delete:hover{color:#ef4444;background:#ef444426}[data-theme=dark] .ticket-photo-thumb{border-color:#334155}[data-theme=dark] .ticket-sidebar-section{background:#1e293b;border-color:#334155}[data-theme=dark] .ticket-sidebar-title{color:#94a3b8}[data-theme=dark] .ticket-status-btn{color:#cbd5e1;background:#0f172a;border-color:#334155}[data-theme=dark] .ticket-status-btn:hover:not(:disabled){border-color:#64748b}[data-theme=dark] .ticket-status-btn.active.status-open{color:#93c5fd;background:#1e3a5f;border-color:#3b82f6}[data-theme=dark] .ticket-status-btn.active.status-in-progress{color:#fcd34d;background:#422006;border-color:#f59e0b}[data-theme=dark] .ticket-status-btn.active.status-resolved{color:#6ee7b7;background:#064e3b;border-color:#10b981}[data-theme=dark] .ticket-status-btn.active.status-closed{color:#fca5a5;background:#450a0a;border-color:#ef4444}[data-theme=dark] .ticket-sidebar-row span:first-child{color:#94a3b8}[data-theme=dark] .ticket-sidebar-row span:last-child{color:#e2e8f0}.admin-users-list{flex-direction:column;gap:8px;display:flex}.admin-user-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:box-shadow .2s;overflow:hidden}.admin-user-card.expanded{border-color:#2563eb;box-shadow:0 4px 16px #00000014}.admin-user-row{cursor:pointer;align-items:center;gap:12px;padding:12px 16px;transition:background .15s;display:flex}.admin-user-row:hover{background:#f8fafc}.admin-user-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.admin-user-main{flex:1;min-width:0}.admin-user-name{color:#1e293b;font-size:14px;font-weight:600;display:block}.admin-user-email{color:#64748b;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.admin-user-counts{color:#64748b;gap:12px;font-size:12px;display:flex}.admin-user-date{color:#94a3b8;white-space:nowrap;font-size:12px}.admin-user-dates{color:#64748b;white-space:nowrap;gap:12px;font-size:12px;display:flex}.admin-user-arrow{color:#94a3b8;margin-left:4px;font-size:12px}.admin-user-details{background:#f8fafc;border-top:1px solid #e2e8f0}.admin-user-license{border-bottom:1px solid #e2e8f0;padding:16px}.admin-user-license:last-child{border-bottom:none}.admin-user-lic-header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.admin-user-lic-header strong{color:#1e293b;font-size:14px}.admin-user-lic-info{color:#64748b;flex-wrap:wrap;gap:16px;margin-bottom:8px;font-size:12px;display:flex}.admin-user-lic-info code{color:#334155;background:#e2e8f0;border-radius:4px;padding:1px 6px;font-size:11px}.admin-user-devices{border-left:3px solid #2563eb;flex-direction:column;gap:6px;padding-left:8px;display:flex}.admin-user-device{color:#475569;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.admin-user-device-icon{font-size:14px}.admin-user-device-name{font-weight:600}.admin-user-device code{background:#e2e8f0;border-radius:3px;padding:1px 4px;font-size:11px}.admin-user-device-date{color:#94a3b8}[data-theme=dark] .admin-user-card{background:#1e293b;border-color:#334155}[data-theme=dark] .admin-user-card.expanded{border-color:#3b82f6}[data-theme=dark] .admin-user-row:hover{background:#0f172a}[data-theme=dark] .admin-user-name{color:#f1f5f9}[data-theme=dark] .admin-user-details{background:#0f172a;border-color:#334155}[data-theme=dark] .admin-user-license{border-color:#334155}[data-theme=dark] .admin-user-lic-header strong{color:#e2e8f0}[data-theme=dark] .admin-user-lic-info code{color:#cbd5e1;background:#334155}[data-theme=dark] .admin-user-device{color:#cbd5e1}[data-theme=dark] .admin-user-device code{color:#94a3b8;background:#334155}.account-user-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:24px;padding:24px;display:flex}.account-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;font-weight:700;display:flex}.account-user-info{flex:1;min-width:200px}.account-user-name{color:#1e293b;margin:0;font-size:22px;font-weight:700}.account-user-email{color:#64748b;margin:4px 0;font-size:14px}.account-user-since{color:#94a3b8;margin:0;font-size:13px}.account-stats{gap:24px;display:flex}.account-stat{text-align:center}.account-stat-number{color:#2563eb;font-size:24px;font-weight:700;display:block}.account-stat-label{color:#94a3b8;margin-top:2px;font-size:12px;display:block}.account-stat-with-tooltip{cursor:help;position:relative}.account-stat-tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:100;background:#1e293b;border-radius:8px;margin-bottom:8px;padding:8px 12px;font-size:12px;transition:all .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.account-stat-tooltip:after{content:"";border:6px solid #0000;border-top-color:#1e293b;position:absolute;top:100%;left:50%;transform:translate(-50%)}.account-stat-tooltip>div{line-height:1.6}.account-stat-with-tooltip:hover .account-stat-tooltip{opacity:1;visibility:visible}.account-logout-btn{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-self:center;padding:8px 20px;font-family:inherit;font-size:14px;transition:all .2s}.account-logout-btn:hover{background:#fee2e2;border-color:#f87171}.account-licenses{flex-direction:column;gap:20px;display:flex}.account-license-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:box-shadow .2s;overflow:hidden}.account-license-card:hover{box-shadow:0 4px 20px #0000000f}.account-license-card.expired{opacity:.7}.account-license-header{border-bottom:1px solid #f1f5f9;padding:20px 24px}.account-license-product h3{color:#1e293b;margin:0 0 8px;font-size:18px;font-weight:600}.account-license-badges{flex-wrap:wrap;gap:8px;display:flex}.account-license-key{cursor:pointer;background:#f8fafc;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:12px 24px;transition:background .15s;display:flex}.account-license-key:hover{background:#eff6ff}.account-key-icon{font-size:16px}.account-license-key code{color:#334155;letter-spacing:.5px;flex:1;font-family:SF Mono,Fira Code,monospace;font-size:13px}.account-key-copy{color:#2563eb;white-space:nowrap;font-size:12px;font-weight:500}.account-license-details{border-bottom:1px solid #f1f5f9;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;padding:16px 24px;display:grid}.account-detail-label{color:#94a3b8;margin-bottom:2px;font-size:12px;display:block}.account-detail span:not(.account-detail-label){color:#1e293b;font-size:14px;font-weight:500}.account-devices-usage{padding:12px 24px}.account-usage-header{color:#64748b;justify-content:space-between;margin-bottom:6px;font-size:13px;display:flex}.account-usage-bar{background:#e2e8f0;border-radius:3px;height:6px;overflow:hidden}.account-usage-fill{border-radius:3px;height:100%;transition:width .3s}.account-devices-list{padding:0 24px 16px}.account-device-item{border-bottom:1px solid #f8fafc;align-items:center;gap:12px;padding:12px 0;display:flex}.account-device-item:last-child{border-bottom:none}.account-device-icon{flex-shrink:0;font-size:20px}.account-device-info{flex:1;min-width:0}.account-device-name{color:#1e293b;font-size:14px;font-weight:600;display:block}.account-device-meta{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;display:block;overflow:hidden}.account-device-meta code{background:#f1f5f9;border-radius:4px;padding:1px 6px;font-size:11px}.account-device-unbind{color:#ef4444;cursor:pointer;white-space:nowrap;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;flex-shrink:0;padding:4px 12px;font-size:12px;transition:all .15s}.account-device-unbind:hover{background:#fee2e2}.account-device-unbind:disabled{opacity:.5;cursor:not-allowed}.account-no-devices{color:#94a3b8;text-align:center;padding:16px 24px;font-size:13px;font-style:italic}[data-theme=dark] .account-user-card{background:#1e293b;border-color:#334155}[data-theme=dark] .account-user-name{color:#f1f5f9}[data-theme=dark] .account-user-email{color:#94a3b8}[data-theme=dark] .account-stat-number{color:#60a5fa}[data-theme=dark] .account-stat-tooltip{background:#0f172a;border:1px solid #334155}[data-theme=dark] .account-stat-tooltip:after{border-top-color:#0f172a}[data-theme=dark] .account-logout-btn{color:#fca5a5;background:#371520;border-color:#7f1d1d}[data-theme=dark] .account-logout-btn:hover{background:#4c1d2f;border-color:#f87171}[data-theme=dark] .account-license-card{background:#1e293b;border-color:#334155}[data-theme=dark] .account-license-card:hover{box-shadow:0 4px 20px #0000004d}[data-theme=dark] .account-license-product h3{color:#f1f5f9}[data-theme=dark] .account-license-header{border-color:#334155}[data-theme=dark] .account-license-key{background:#0f172a;border-color:#334155}[data-theme=dark] .account-license-key:hover{background:#1e3a5f}[data-theme=dark] .account-license-key code{color:#cbd5e1}[data-theme=dark] .account-license-details{border-color:#334155}[data-theme=dark] .account-detail span:not(.account-detail-label){color:#e2e8f0}[data-theme=dark] .account-usage-bar{background:#334155}[data-theme=dark] .account-device-item{border-color:#334155}[data-theme=dark] .account-device-name{color:#f1f5f9}[data-theme=dark] .account-device-meta code{color:#94a3b8;background:#334155}[data-theme=dark] .account-device-unbind{color:#fca5a5;background:#3b1111;border-color:#7f1d1d}[data-theme=dark] .account-no-devices{color:#64748b}.account-section-title{color:#1e293b;margin:32px 0 16px;font-size:20px;font-weight:600}.sync-devices{margin-bottom:32px}.sync-device-block{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:16px;overflow:hidden}.sync-device-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.sync-device-info{align-items:center;gap:10px;display:flex}.sync-device-icon{font-size:24px;line-height:1}.sync-device-name{color:#1e293b;font-size:15px;font-weight:600}.sync-device-meta{color:#94a3b8;font-size:13px}.sync-device-right{align-items:center;gap:12px;display:flex}.sync-device-date{color:#94a3b8;font-size:13px}.sync-htable-wrap{overflow-x:auto}.sync-htable{border-collapse:collapse;table-layout:fixed;width:100%}.sync-htable th{text-align:center;color:#1e293b;vertical-align:middle;background:#f8fafc;border-bottom:2px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:12px 10px;font-size:13px;font-weight:600}.sync-htable th:last-child{border-right:none}.sync-htable-tab{margin-bottom:4px;display:block}.sync-htable td{color:#334155;vertical-align:top;text-align:center;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;padding:8px 10px;font-size:13px}.sync-htable td:last-child{border-right:none}.sync-htable tbody tr:last-child td{border-bottom:none}.sync-htable-item{flex-direction:column;gap:2px;display:flex}.sync-htable-name{color:#1e293b;font-weight:500}.sync-htable-val{color:#64748b;font-size:12px}.sync-htable-disabled{opacity:.45}.sync-empty{color:#94a3b8;font-size:12px;font-style:italic}[data-theme=dark] .sync-device-block{background:#1e293b;border-color:#334155}[data-theme=dark] .sync-device-header{border-color:#334155}[data-theme=dark] .sync-device-name{color:#f1f5f9}[data-theme=dark] .sync-htable th{color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .sync-htable td{color:#cbd5e1;border-color:#1e293b}[data-theme=dark] .sync-htable-name{color:#f1f5f9}[data-theme=dark] .sync-htable-val{color:#94a3b8}.sync-backups-section{border-top:1px solid #e2e8f0;padding:12px 16px 4px}.sync-backups-title{color:#64748b;margin-bottom:10px;font-size:13px;font-weight:500}.sync-backups-arrow{color:#94a3b8;font-size:10px;transition:transform .2s;display:inline-block}.sync-backups-arrow.expanded{transform:rotate(90deg)}.sync-backups-list{flex-direction:column;gap:8px;display:flex}.sync-backup-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.sync-backup-item.expanded{border-color:#cbd5e1}.sync-backup-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:10px 14px;font-size:13px;transition:background .15s;display:flex}.sync-backup-header:hover{background:#f1f5f9}.sync-backup-version{color:#334155;font-weight:600}.sync-backup-size{color:#94a3b8;flex-shrink:0}.sync-backup-summary{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;overflow:hidden}.sync-backup-date{color:#64748b;flex-shrink:0}.sync-backup-details{border-top:1px solid #e2e8f0;padding:0}.sync-backup-details .sync-htable-wrap{margin:0}.sync-backup-details .sync-htable{font-size:12px}[data-theme=dark] .sync-backups-section{border-color:#334155}[data-theme=dark] .sync-backups-title{color:#94a3b8}[data-theme=dark] .sync-backup-item{background:#0f172a;border-color:#334155}[data-theme=dark] .sync-backup-item.expanded{border-color:#475569}[data-theme=dark] .sync-backup-header:hover{background:#1e293b}[data-theme=dark] .sync-backup-version{color:#f1f5f9}[data-theme=dark] .sync-backup-summary{color:#64748b}[data-theme=dark] .sync-backup-date{color:#94a3b8}[data-theme=dark] .sync-backup-details{border-color:#334155}@media (max-width:768px){.sync-device-header{flex-direction:column;align-items:flex-start;gap:8px}.sync-htable{table-layout:auto}.sync-htable th,.sync-htable td{padding:6px;font-size:11px}.sync-htable-tab{font-size:11px}.sync-htable-val{font-size:10px}}.account-forms-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px;display:grid}@media (max-width:1024px){.account-forms-grid{grid-template-columns:1fr}}.account-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px}.account-form-title{color:#1e293b;margin:0 0 20px;font-size:18px;font-weight:600}.account-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:#475569;font-size:13px;font-weight:500}.form-input{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .15s}.form-input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-input:disabled{opacity:.6;cursor:not-allowed;background:#f1f5f9}.form-error{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;font-size:13px}.form-success{color:#10b981;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:8px 12px;font-size:13px}[data-theme=dark] .account-section-title{color:#f1f5f9}[data-theme=dark] .account-form-card{background:#1e293b;border-color:#334155}[data-theme=dark] .account-form-title{color:#f1f5f9}[data-theme=dark] .form-label{color:#94a3b8}[data-theme=dark] .form-input{color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .form-input:focus{background:#1e293b;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}[data-theme=dark] .form-input:disabled{color:#64748b;background:#334155}[data-theme=dark] .form-error{color:#fca5a5;background:#3b1111;border-color:#7f1d1d}[data-theme=dark] .form-success{color:#86efac;background:#0c3b28;border-color:#166534}.server-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.server-header .dash-page-title{margin:0}.server-controls{align-items:center;gap:8px;display:flex}.server-refresh-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:6px 14px;font-size:13px;transition:all .15s}.server-refresh-btn.active{color:#2563eb;background:#eff6ff;border-color:#2563eb}.server-refresh-btn:hover{background:#eff6ff}.server-last-update{color:#94a3b8;font-size:12px}.server-gauges-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.server-gauge{background:#fff;border-radius:14px;padding:20px;box-shadow:0 1px 3px #0000000f}.server-gauge-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.server-gauge-label{color:#334155;font-size:14px;font-weight:600}.server-gauge-value{font-size:22px;font-weight:700}.server-gauge-track{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.server-gauge-fill{border-radius:4px;height:100%;transition:width .5s}.server-cards-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.server-infra-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.server-infra-card{flex:1}.server-card{background:#fff;border-radius:14px;padding:20px;box-shadow:0 1px 3px #0000000f}.server-card-title{color:#1e293b;border-bottom:1px solid #f1f5f9;margin-bottom:14px;padding-bottom:10px;font-size:15px;font-weight:700}.server-info-list{flex-direction:column;gap:8px;display:flex}.server-info-row{justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}.server-info-row>span:first-child{color:#64748b;flex-shrink:0}.server-info-row>span:last-child{color:#1e293b;text-align:right;text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.server-info-truncate{text-overflow:ellipsis;white-space:nowrap;max-width:200px;display:inline-block;overflow:hidden}.server-info-divider{border-top:1px solid #f1f5f9;margin-top:4px;padding-top:8px}.server-mini-bar{flex:1;align-items:center;gap:8px;max-width:140px;display:flex}.server-mini-bar>span{color:#64748b;text-align:right;min-width:32px;font-size:12px}.server-mini-fill{background:#e2e8f0;border-radius:3px;flex:1;height:6px;position:relative}.server-mini-bar{position:relative}.server-mini-bar .server-mini-fill{border-radius:3px;height:6px;transition:width .3s}.server-section{margin-bottom:24px}.server-section .dash-section-title{margin-bottom:12px}.server-action-code{color:#334155;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:12px}.server-details-cell{text-overflow:ellipsis;white-space:nowrap;color:#64748b;max-width:300px;font-size:12px;overflow:hidden}[data-theme=dark] .server-gauge{background:#1e293b}[data-theme=dark] .server-gauge-label{color:#cbd5e1}[data-theme=dark] .server-gauge-track{background:#334155}[data-theme=dark] .server-card{background:#1e293b}[data-theme=dark] .server-card-title{color:#f1f5f9;border-color:#334155}[data-theme=dark] .server-info-row>span:first-child{color:#94a3b8}[data-theme=dark] .server-info-row>span:last-child{color:#e2e8f0}[data-theme=dark] .server-info-divider{border-color:#334155}[data-theme=dark] .server-refresh-btn{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] .server-refresh-btn.active{color:#60a5fa;background:#1e3a5f;border-color:#2563eb}[data-theme=dark] .server-refresh-btn:hover{background:#1e3a5f}[data-theme=dark] .server-action-code{color:#cbd5e1;background:#334155}[data-theme=dark] .server-details-cell{color:#94a3b8}@media (max-width:1024px){.server-gauges-grid,.server-cards-grid,.prompts-grid,.prompt-related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ref-link-row{flex-direction:column}.admin-form-row{grid-template-columns:1fr!important}.blog-grid{grid-template-columns:1fr}.blog-post-title{font-size:24px}.dash-page-header{flex-direction:column;align-items:flex-start}.ticket-msg{max-width:95%}.ticket-layout{flex-direction:column}.ticket-sidebar{flex-flow:wrap;width:100%}.ticket-sidebar-section{flex:1;min-width:200px}.account-user-card{text-align:center;flex-direction:column}.account-stats{justify-content:center}.account-license-details{grid-template-columns:1fr}.account-device-meta{white-space:normal}.server-gauges-grid,.server-infra-row,.server-cards-grid{grid-template-columns:1fr}.server-header{flex-direction:column;align-items:flex-start}}.tiptap-editor{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.tiptap-toolbar{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:2px;padding:8px;display:flex}.tiptap-toolbar-group{gap:2px;display:flex}.tiptap-toolbar-sep{background:#e2e8f0;width:1px;height:24px;margin:0 4px}.tiptap-btn{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.tiptap-btn:hover{color:#1e293b;background:#e2e8f0}.tiptap-btn.active{color:#fff;background:#3b82f6}.tiptap-content{min-height:200px;max-height:500px;padding:16px;overflow-y:auto}.tiptap-content .tiptap{color:#1e293b;outline:none;min-height:180px;font-size:14px;line-height:1.7}.tiptap-content .tiptap p{margin:0 0 8px}.tiptap-content .tiptap h2{margin:16px 0 8px;font-size:20px;font-weight:700}.tiptap-content .tiptap h3{margin:12px 0 6px;font-size:17px;font-weight:600}.tiptap-content .tiptap h4{margin:10px 0 4px;font-size:15px;font-weight:600}.tiptap-content .tiptap ul,.tiptap-content .tiptap ol{margin:8px 0;padding-left:24px}.tiptap-content .tiptap li{margin:4px 0}.tiptap-content .tiptap blockquote{color:#64748b;border-left:3px solid #3b82f6;margin:12px 0;padding-left:16px;font-style:italic}.tiptap-content .tiptap code{color:#e11d48;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:13px}.tiptap-content .tiptap pre{color:#e2e8f0;background:#1e293b;border-radius:8px;margin:12px 0;padding:16px;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.5;overflow-x:auto}.tiptap-content .tiptap pre code{color:inherit;background:0 0;border-radius:0;padding:0}.tiptap-content .tiptap hr{border:none;border-top:1px solid #e2e8f0;margin:16px 0}.tiptap-content .tiptap img{border-radius:8px;max-width:100%;margin:8px 0}.tiptap-content .tiptap a{color:#3b82f6;text-decoration:underline}.tiptap-content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#94a3b8;pointer-events:none;height:0}.prompt-content-html{color:#1e293b;word-wrap:break-word;font-size:14px;line-height:1.7}.prompt-content-html h2{margin:16px 0 8px;font-size:20px;font-weight:700}.prompt-content-html h3{margin:12px 0 6px;font-size:17px;font-weight:600}.prompt-content-html h4{margin:10px 0 4px;font-size:15px;font-weight:600}.prompt-content-html p{margin:0 0 8px}.prompt-content-html ul,.prompt-content-html ol{margin:8px 0;padding-left:24px}.prompt-content-html li{margin:4px 0}.prompt-content-html blockquote{color:#64748b;border-left:3px solid #3b82f6;margin:12px 0;padding-left:16px;font-style:italic}.prompt-content-html code{color:#e11d48;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:13px}.prompt-content-html pre{color:#e2e8f0;background:#1e293b;border-radius:8px;margin:12px 0;padding:16px;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.5;overflow-x:auto}.prompt-content-html pre code{color:inherit;background:0 0;padding:0}.prompt-content-html table{border-collapse:collapse;width:100%;margin:12px 0;font-size:13px}.prompt-content-html table th,.prompt-content-html table td{text-align:left;border:1px solid #e2e8f0;padding:8px 12px}.prompt-content-html table th{background:#f1f5f9;font-weight:600}.prompt-content-html table tr:nth-child(2n){background:#f8fafc}[data-theme=dark] .prompt-content-html table th,[data-theme=dark] .prompt-content-html table td{border-color:#334155}[data-theme=dark] .prompt-content-html table th{background:#1e293b}[data-theme=dark] .prompt-content-html table tr:nth-child(2n){background:#1e293b40}.prompt-content-html hr{border:none;border-top:1px solid #e2e8f0;margin:16px 0}.prompt-content-html img{border-radius:8px;max-width:100%;margin:8px 0}.prompt-content-html a{color:#3b82f6;text-decoration:underline}.prompt-content-html strong{font-weight:700}[data-theme=dark] .tiptap-editor{background:#1e293b;border-color:#334155}[data-theme=dark] .tiptap-toolbar{background:#0f172a;border-bottom-color:#334155}[data-theme=dark] .tiptap-toolbar-sep{background:#334155}[data-theme=dark] .tiptap-btn{color:#94a3b8}[data-theme=dark] .tiptap-btn:hover{color:#e2e8f0;background:#334155}[data-theme=dark] .tiptap-btn.active{color:#fff;background:#3b82f6}[data-theme=dark] .tiptap-content .tiptap{color:#e2e8f0}[data-theme=dark] .tiptap-content .tiptap code{color:#f472b6;background:#334155}[data-theme=dark] .tiptap-content .tiptap pre{background:#0f172a}[data-theme=dark] .tiptap-content .tiptap blockquote{color:#94a3b8}[data-theme=dark] .tiptap-content .tiptap hr{border-top-color:#334155}[data-theme=dark] .prompt-content-html{color:#e2e8f0}[data-theme=dark] .prompt-content-html code{color:#f472b6;background:#334155}[data-theme=dark] .prompt-content-html pre{background:#0f172a}[data-theme=dark] .prompt-content-html blockquote{color:#94a3b8}[data-theme=dark] .prompt-content-html hr{border-top-color:#334155}[data-theme=dark] .prompt-content-html a{color:#60a5fa}.vpn-license-card{border-radius:12px;margin-bottom:24px;padding:24px}.vpn-license-active{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:2px solid #22c55e}.vpn-license-expired{background:#fef2f2;border:1px solid #fecaca}.vpn-license-header{margin-bottom:16px}.vpn-license-info{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.vpn-license-product{color:#1f2937;margin:0;font-size:18px;font-weight:600}.vpn-license-badges{flex-wrap:wrap;gap:8px;display:flex}.vpn-license-details{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:16px;display:grid}.vpn-license-detail{flex-direction:column;gap:2px;display:flex}.vpn-license-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.vpn-license-detail>span:last-child{color:#1f2937;font-size:14px;font-weight:500}.vpn-license-key{cursor:pointer;background:#ffffffb3;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;transition:background .2s;display:flex}.vpn-license-key:hover{background:#ffffffe6}.vpn-key-icon{font-size:16px}.vpn-license-key code{color:#374151;word-break:break-all;flex:1;font-size:13px}.vpn-key-copy{color:#7c3aed;white-space:nowrap;font-size:12px;font-weight:500}.vpn-section-title{color:#1f2937;margin-top:8px;margin-bottom:16px;font-size:18px;font-weight:600}.vpn-peers-list{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.vpn-peer-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.vpn-peer-header{align-items:center;gap:14px;display:flex}.vpn-peer-flag-large{font-size:36px}.vpn-peer-info{flex:1}.vpn-peer-server{color:#1f2937;font-size:15px;font-weight:600}.vpn-peer-meta{color:#6b7280;margin-top:2px;font-size:13px}.vpn-peer-meta code{background:#f1f5f9;border-radius:4px;padding:1px 6px;font-size:12px}.vpn-peer-actions{gap:8px;margin-top:14px;display:flex}.vpn-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .2s,opacity .2s}.vpn-btn:disabled{opacity:.6;cursor:not-allowed}.vpn-btn-outline{color:#374151;background:0 0;border:1px solid #d1d5db}.vpn-btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.vpn-btn-active{color:#fff;background:#7c3aed}.vpn-btn-active:hover{background:#6d28d9}.vpn-btn-download{color:#fff;background:#7c3aed}.vpn-btn-download:hover{background:#6d28d9}.vpn-btn-copy{color:#e2e8f0;background:#334155}.vpn-btn-copy:hover{background:#475569}.vpn-config-inline{background:#1e293b;border-radius:10px;margin-top:14px;overflow:hidden}.vpn-config-pre{color:#e2e8f0;white-space:pre-wrap;word-break:break-all;margin:0;padding:16px;font-family:JetBrains Mono,Fira Code,monospace;font-size:12px;line-height:1.6}.vpn-config-actions{background:#0f172a;gap:8px;padding:10px 16px;display:flex}.vpn-config-hint{color:#6b7280;margin-top:16px;font-size:13px;line-height:1.5}.vpn-config-hint a{color:#7c3aed;text-decoration:underline}.vpn-no-license{text-align:center;padding:60px 20px}.vpn-summary{gap:16px;margin-bottom:20px;display:flex}.vpn-summary-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;align-items:center;min-width:100px;padding:16px 24px;display:flex}.vpn-summary-number{color:#1f2937;font-size:24px;font-weight:700}.vpn-summary-label{color:#6b7280;margin-top:2px;font-size:12px}.vpn-license-peer{border-top:1px solid #0000000f;margin-top:14px;padding-top:14px}.vpn-license-peer-empty{color:#6b7280;background:#00000005;border-radius:8px;margin-top:14px;padding:12px 16px;font-size:13px}[data-theme=dark] .vpn-summary-item{background:#1e293b;border-color:#334155}[data-theme=dark] .vpn-summary-number{color:#f1f5f9}[data-theme=dark] .vpn-summary-label{color:#94a3b8}[data-theme=dark] .vpn-license-peer{border-top-color:#ffffff0f}[data-theme=dark] .vpn-license-peer-empty{color:#94a3b8;background:#ffffff08}.vpn-buy-more{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;padding:14px 20px;font-size:14px;font-weight:500;display:flex}.vpn-buy-more-btn{white-space:nowrap;background:#7c3aed;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:600;text-decoration:none;color:#fff!important}.vpn-buy-more-btn:hover{background:#6d28d9}[data-theme=dark] .vpn-buy-more{color:#fcd34d;background:linear-gradient(135deg,#451a03,#78350f);border-color:#b45309}.vpn-no-license-icon{margin-bottom:16px;font-size:48px}.vpn-no-license h3{color:#1f2937;margin-bottom:8px;font-size:20px}.vpn-no-license p{color:#6b7280;margin-bottom:24px}.vpn-empty-peers{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;margin-top:16px;padding:40px 20px}.vpn-empty-peers h3{color:#374151;margin-bottom:8px;font-size:16px}.vpn-empty-peers p{color:#6b7280;font-size:14px}.vpn-error-inline{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:16px;padding:12px 16px;font-size:14px}.vpn-admin-servers{flex-direction:column;gap:12px;display:flex}.vpn-admin-server-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.vpn-admin-inactive{opacity:.6}.vpn-admin-server-header{cursor:pointer;justify-content:space-between;align-items:center;padding:16px 20px;transition:background .15s;display:flex}.vpn-admin-server-header:hover{background:#f9fafb}.vpn-admin-server-info{align-items:center;gap:12px;display:flex}.vpn-server-flag{font-size:28px}.vpn-server-country{color:#1f2937;font-size:15px;font-weight:600}.vpn-rename-btn{cursor:pointer;opacity:.6;background:0 0;border:1px solid #0000;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:14px;transition:opacity .15s,background .15s}.vpn-rename-btn:hover{opacity:1;background:#7d7d7d1f}.vpn-unbind-btn{cursor:pointer;color:#fff;opacity:.85;background:0 0;border:1px solid #0000;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:15px;line-height:1;transition:opacity .15s,background .15s}.vpn-unbind-btn:hover{opacity:1;background:#ef444433}.vpn-unbind-btn:disabled{opacity:.4;cursor:default}.vpn-server-name-input{color:#1f2937;background:#fff;border:1px solid #94a3b8;border-radius:4px;min-width:250px;padding:4px 8px;font-size:14px}[data-theme=dark] .vpn-server-name-input{color:#f1f5f9;background:#0f172a;border-color:#475569}.vpn-server-city{color:#6b7280;font-size:13px}.vpn-admin-server-meta{color:#94a3b8;font-family:monospace;font-size:12px}.vpn-admin-server-stats{align-items:center;gap:12px;display:flex}.vpn-server-load{align-items:center;gap:10px;display:flex}.vpn-load-bar{background:#f3f4f6;border-radius:3px;flex:1;min-width:80px;height:6px;overflow:hidden}.vpn-load-fill{border-radius:3px;height:100%;transition:width .3s}.vpn-load-green{background:#22c55e}.vpn-load-yellow{background:#eab308}.vpn-load-red{background:#ef4444}.vpn-load-text{color:#6b7280;text-align:right;min-width:40px;font-size:12px}.vpn-admin-server-details{border-top:1px solid #f1f5f9;padding:0 20px 20px}.vpn-admin-server-actions{flex-wrap:wrap;align-items:center;gap:12px;padding:14px 0;display:flex}[data-theme=dark] .vpn-license-active{background:linear-gradient(135deg,#052e16,#064e3b);border-color:#065f46}[data-theme=dark] .vpn-license-expired{background:#450a0a;border-color:#7f1d1d}[data-theme=dark] .vpn-license-product{color:#f1f5f9}[data-theme=dark] .vpn-license-label{color:#94a3b8}[data-theme=dark] .vpn-license-detail>span:last-child{color:#e2e8f0}[data-theme=dark] .vpn-license-key{background:#0003}[data-theme=dark] .vpn-license-key:hover{background:#0000004d}[data-theme=dark] .vpn-license-key code{color:#d1d5db}[data-theme=dark] .vpn-key-copy{color:#a78bfa}[data-theme=dark] .vpn-section-title{color:#f1f5f9}[data-theme=dark] .vpn-peer-card{background:#1e293b;border-color:#334155}[data-theme=dark] .vpn-peer-server{color:#f1f5f9}[data-theme=dark] .vpn-peer-meta{color:#94a3b8}[data-theme=dark] .vpn-peer-meta code{color:#cbd5e1;background:#334155}[data-theme=dark] .vpn-btn-outline{color:#d1d5db;border-color:#475569}[data-theme=dark] .vpn-btn-outline:hover{background:#334155}[data-theme=dark] .vpn-no-license h3{color:#f1f5f9}[data-theme=dark] .vpn-no-license p{color:#94a3b8}[data-theme=dark] .vpn-empty-peers{background:#0f172a;border-color:#334155}[data-theme=dark] .vpn-empty-peers h3{color:#e2e8f0}[data-theme=dark] .vpn-empty-peers p{color:#94a3b8}[data-theme=dark] .vpn-error-inline{color:#fca5a5;background:#450a0a;border-color:#7f1d1d}[data-theme=dark] .vpn-config-hint{color:#94a3b8}[data-theme=dark] .vpn-config-hint a{color:#a78bfa}[data-theme=dark] .vpn-admin-server-card{background:#1e293b;border-color:#334155}[data-theme=dark] .vpn-admin-server-header:hover{background:#263548}[data-theme=dark] .vpn-server-country{color:#f1f5f9}[data-theme=dark] .vpn-admin-server-meta{color:#64748b}[data-theme=dark] .vpn-admin-server-details{border-top-color:#334155}[data-theme=dark] .vpn-load-bar{background:#334155}[data-theme=dark] .vpn-load-text{color:#94a3b8}@media (max-width:640px){.vpn-license-details{grid-template-columns:1fr 1fr}.vpn-peer-actions,.vpn-config-actions{flex-direction:column}.vpn-admin-server-header{flex-direction:column;align-items:flex-start;gap:12px}.vpn-admin-server-stats{width:100%}}.vpn-promo-form{background:#fff;border:2px solid #3b82f6;border-radius:12px;flex-direction:column;gap:10px;margin-bottom:20px;padding:16px 20px;display:flex}.vpn-promo-form-header{align-items:center;gap:8px;display:flex}.vpn-promo-form-title{color:#3b82f6;letter-spacing:1px;font-size:12px;font-weight:700}.vpn-promo-form-row{align-items:stretch;gap:10px;display:flex}.vpn-promo-input{letter-spacing:1px;color:#111827;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;outline:none;flex:1;padding:12px 16px;font-family:Monaco,Courier New,monospace;font-size:16px;font-weight:600;transition:border-color .15s}.vpn-promo-input:focus{background:#fff;border-color:#3b82f6}.vpn-promo-input:disabled{opacity:.6;cursor:not-allowed}.vpn-promo-submit{color:#fff;cursor:pointer;white-space:nowrap;background:#22c55e;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 24px;font-size:14px;font-weight:700;transition:background .15s,opacity .15s;display:flex}.vpn-promo-submit:hover:not(:disabled){background:#16a34a}.vpn-promo-submit:disabled{opacity:.5;cursor:not-allowed}.vpn-promo-spinner{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite vpn-promo-spin}@keyframes vpn-promo-spin{to{transform:rotate(360deg)}}.vpn-promo-hint{color:#6b7280;font-size:12px}[data-theme=dark] .vpn-promo-form{background:#0f172a;border-color:#3b82f6}[data-theme=dark] .vpn-promo-input{color:#f8fafc;background:#1e293b;border-color:#334155}[data-theme=dark] .vpn-promo-input:focus{background:#0f172a;border-color:#3b82f6}[data-theme=dark] .vpn-promo-input-error{background:#450a0a}[data-theme=dark] .vpn-promo-error{color:#fca5a5;background:#450a0a}[data-theme=dark] .vpn-promo-hint{color:#64748b}.vpn-buy-code-block{background:#f0fdf4;border:1px solid #22c55e;border-radius:12px;flex-direction:column;gap:8px;margin-top:16px;padding:16px 20px;display:flex}.vpn-buy-code-header{align-items:center;gap:8px;display:flex}.vpn-buy-code-icon{font-size:16px}.vpn-buy-code-title{color:#16a34a;letter-spacing:1px;font-size:12px;font-weight:700}.vpn-buy-code-text{color:#374151;margin:0;font-size:13px;line-height:1.5}.vpn-buy-code-link{background:#08c;border-radius:8px;align-self:flex-start;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex;color:#fff!important}.vpn-buy-code-link:hover{color:#fff;background:#0070a3;text-decoration:none}[data-theme=dark] .vpn-buy-code-block{background:#0f172a;border-color:#22c55e}[data-theme=dark] .vpn-buy-code-text{color:#cbd5e1}.u-mb-8{margin-bottom:8px}.u-mb-12{margin-bottom:12px}.u-mb-16{margin-bottom:16px}.u-mb-20{margin-bottom:20px}.u-mb-24{margin-bottom:24px}.u-mt-8{margin-top:8px}.u-mt-16{margin-top:16px}.u-mt-20{margin-top:20px}.u-p-16{padding:16px}.u-p-20{padding:20px}.u-p-40{padding:40px}.u-py-8{padding-top:8px;padding-bottom:8px}.u-py-16{padding-top:16px;padding-bottom:16px}.u-px-8{padding-left:8px;padding-right:8px}.u-text-center{text-align:center}.u-text-muted{color:#64748b}.u-text-faint{color:#94a3b8}.u-text-danger{color:#ef4444}.u-text-warning{color:#f59e0b}.u-text-success{color:#10b981}.u-text-13{font-size:13px}.u-text-14{font-size:14px}.u-text-16{font-size:16px}.u-text-24{font-size:24px}.u-font-500{font-weight:500}.u-font-600{font-weight:600}.u-flex{display:flex}.u-flex-1{flex:1}.u-flex-col{flex-direction:column;display:flex}.u-items-center{align-items:center}.u-gap-6{gap:6px}.u-gap-8{gap:8px}.u-gap-12{gap:12px}.u-cursor-pointer{cursor:pointer}.u-nowrap{white-space:nowrap}.u-inline-block{display:inline-block}.u-overflow-y-auto{overflow-y:auto}.u-full-height{flex:1;padding:32px;overflow-y:auto}.u-hidden{display:none}.u-resize-vertical{resize:vertical}.u-m-0{margin:0}.u-w-20{width:20%}.u-w-50{width:50%}.u-flex-wrap{flex-wrap:wrap}.u-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.u-max-250{max-width:250px}.u-h-100{height:100px}.u-ml-8{margin-left:8px}.u-text-12{font-size:12px}.u-min-150{min-width:150px}.u-flex-150{flex:150px}.u-max-400{max-width:400px}.u-max-480{max-width:480px}.u-max-160{max-width:160px}.u-max-300{max-width:300px}.u-min-120{min-width:120px}.u-min-250{min-width:250px}.u-text-right{text-align:right}.u-opacity-70{opacity:.7}.u-justify-between{justify-content:space-between}.u-mt-24{margin-top:24px}.u-my-20{margin-top:20px;margin-bottom:20px}.u-mt-12{margin-top:12px}.u-gap-4{gap:4px}.u-gap-24{gap:24px}.u-w-full{width:100%}.u-w-120{width:120px}.u-justify-center{justify-content:center}.u-min-h-200{min-height:200px}.u-max-200{max-width:200px}.u-p-32{padding:32px}.u-text-15{font-size:15px}.u-text-11{font-size:11px}.admin-btn-wide{padding:10px 20px;font-size:14px}.admin-btn-wider{padding:10px 28px;font-size:14px}.admin-btn-sm{padding:4px 12px;font-size:12px}.admin-textarea-code{width:100%;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.5}.admin-preview-box{border:1px solid #e2e8f0;border-radius:10px;min-height:200px;padding:20px}[data-theme=dark] .admin-preview-box{border-color:#334155}.articles-tag-checkbox{align-items:center;gap:4px;font-size:14px;display:flex}.articles-checkbox-label{align-items:center;gap:6px;font-size:14px;display:flex}.badge-as-button{cursor:pointer;border:none}.admin-tab-compact{padding:4px 10px;font-size:12px}.vpn-expand-caret{color:#94a3b8;font-size:18px}.admin-version-tip{background:#2563eb14;border-left:3px solid #2563eb}.revoke-modal-warning{color:#ef4444;margin:0 0 16px;font-size:14px}.admin-form-row-1col{grid-template-columns:1fr}.admin-form-row-2col{grid-template-columns:1fr 1fr}.admin-form-row-2col-auto{grid-template-columns:1fr 1fr auto}.admin-label-checkbox{cursor:pointer;white-space:nowrap;margin:0}.admin-checkbox-input{margin-right:6px}.admin-hint-clear-btn{cursor:pointer;color:#ef4444;background:0 0;border:none;margin-top:4px;padding:0}.admin-modal-warning-text{color:#64748b;margin:12px 0}[data-theme=dark] .admin-modal-warning-text{color:#94a3b8}.filter-options-hint{color:#94a3b8;margin-bottom:16px;font-size:12px}.filter-options-grid{grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.filter-options-title{margin-bottom:8px;font-size:14px}.filter-options-row{justify-content:space-between;align-items:center;padding:4px 0;font-size:13px;display:flex}.filter-options-add{align-items:flex-end;gap:8px;display:flex}.filter-options-add-btn{padding:10px 20px;font-size:14px}.grant-search-input{margin-bottom:8px}.grant-filter-chips{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.grant-filter-chip{padding:4px 12px;font-size:12px}.grant-prompts-list{border:1px solid #e2e8f0;border-radius:8px;max-height:200px;overflow-y:auto}.grant-prompts-empty{text-align:center;color:#94a3b8;padding:12px;font-size:13px}.grant-prompt-row{cursor:pointer;background:0 0;border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.grant-prompt-row-selected{background:#eff6ff}.grant-prompt-type{white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.grant-prompt-type-prompt{color:#2563eb;background:#eff6ff}.grant-prompt-type-article{color:#16a34a;background:#f0fdf4}.grant-prompt-type-guide{color:#ea580c;background:#fff7ed}.grant-prompt-title{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.grant-prompt-difficulty{color:#94a3b8;white-space:nowrap;font-size:11px}.grant-prompt-price{white-space:nowrap;font-size:11px;font-weight:600}.grant-prompt-price-free{color:#10b981}.grant-prompt-price-paid{color:#f59e0b}.grant-prompt-check{color:#2563eb}.grant-access-radios{gap:12px;margin-bottom:8px;display:flex}.grant-access-radio{cursor:pointer;align-items:center;gap:6px;font-size:14px;display:flex}[data-theme=dark] .grant-prompts-list{border-color:#334155}[data-theme=dark] .grant-prompt-row{border-bottom-color:#1e293b}[data-theme=dark] .grant-prompt-row-selected{background:#1e3a8a}.sec-chart-full-width{grid-column:1/-1}.sec-events-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.sec-events-controls{flex-wrap:wrap;gap:8px;display:flex}.sec-filter-select{max-width:380px}.sec-days-select{max-width:140px}.sec-events-table-wrap{max-height:600px;overflow-y:auto}.sec-events-empty{text-align:center;opacity:.5;padding:20px}.sec-event-type{font-size:11px}.sec-event-token-id{color:#f59e0b}.sec-event-jwt-fp{color:#ef4444}.sec-event-churn{color:#f97316}.sec-event-minver{color:#8b5cf6}.sec-event-invalid{color:#06b6d4}.sec-event-integrity{color:#dc2626}.sec-event-default{color:#94a3b8}.sec-event-fingerprint{opacity:.6;font-family:monospace;font-size:11px}.sec-event-ip{font-family:monospace;font-size:12px}.sec-event-details{opacity:.8;text-overflow:ellipsis;white-space:nowrap;max-width:320px;font-size:12px;overflow:hidden}.sec-event-row-clickable{cursor:pointer;transition:background-color .15s}.sec-event-row-clickable:hover{background-color:#ffffff0a}.sec-event-row-clickable:focus{outline:2px solid var(--accent,#58a6ff);outline-offset:-2px}.sec-event-modal{max-width:700px;max-height:85vh;overflow:hidden auto}.sec-event-modal-desc{line-height:1.5}.sec-event-modal-dl{border-top:1px solid #30363d;border-bottom:1px solid #30363d;grid-template-columns:minmax(120px,30%) 1fr;gap:10px 16px;margin:0 0 12px;padding:12px 0;display:grid}.sec-event-modal-dl dt{color:#94a3b8;align-self:start;font-size:13px}.sec-event-modal-dl dd{color:#c9d1d9;word-break:break-all;overflow-wrap:anywhere;margin:0;font-size:14px}.sec-event-modal-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.sec-event-modal-pre{white-space:pre-wrap;background:#0d1117;border:1px solid #21262d;border-radius:6px;padding:8px 10px}.vpn-audit-card{margin-top:16px}.vpn-audit-card .dash-table{width:100%}.vpn-audit-card .dash-table-wrap,.vpn-audit-card>div>.dash-table{overflow-x:auto}.sec-event-label-ru{color:#94a3b8;margin-top:4px;font-size:11px;font-weight:400;display:block}.sec-event-modal-label-ru{color:#94a3b8;margin-left:10px;font-size:13px;font-weight:400}.vpn-audit-pagination{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.vpn-audit-pagination-status{color:#94a3b8;margin-left:8px}.vpn-audit-pagination-jump{align-items:center;gap:8px;margin-left:auto;display:flex}.skel-avatar-40{width:40px;height:40px}.skel-gap-6{gap:6px}.skel-w-30{width:30%}.skel-w-80{width:80px}.admin-btn-tiny{padding:2px 6px;font-size:11px}.admin-btn-tiny-wide{padding:2px 8px;font-size:11px}.admin-btn-auto{margin-left:auto}.admin-unbind-control-bar{border-top:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;display:flex}.admin-unbind-count{font-size:12px;font-weight:600}.admin-user-details-prompts{border-top:1px solid #e2e8f0;margin-top:16px;padding-top:16px}.admin-user-prompts-title{margin-bottom:12px;font-size:14px;font-weight:600}.admin-user-prompts-table{margin-bottom:0;font-size:13px}.admin-user-prompts-thead{background:#eff6ff}[data-theme=dark] .admin-unbind-control-bar,[data-theme=dark] .admin-user-details-prompts{border-color:#334155}[data-theme=dark] .admin-user-prompts-thead{background:#1e3a8a}.sitesettings-intro{color:#64748b;margin-bottom:20px;font-size:14px}.sitesettings-promo-card{border-left:3px solid #2563eb;margin-bottom:24px}.sitesettings-header-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.sitesettings-promo-title{color:#1e293b;margin:0;font-size:16px;font-weight:600}.sitesettings-toggle-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex}.sitesettings-toggle-checkbox{cursor:pointer;width:18px;height:18px}.sitesettings-toggle-text{font-size:14px;font-weight:500}.sitesettings-toggle-on{color:#2563eb}.sitesettings-toggle-off{color:#64748b}.sitesettings-preview-label{color:#64748b;margin-bottom:8px;font-size:13px}.promo-banner-preview{text-align:center;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:500;position:relative}.sitesettings-label{color:#1e293b;margin-bottom:6px;font-size:14px;font-weight:500;display:block}.sitesettings-checkbox-label{align-items:center;gap:8px;display:flex}.sitesettings-checkbox-16{width:16px;height:16px}.sitesettings-textarea-compact{width:100%;font-size:13px}.sitesettings-input-compact{font-size:13px}.sitesettings-hint{color:#94a3b8;margin-top:4px;font-size:12px}.sitesettings-grid-2{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.sitesettings-presets-row{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.sitesettings-preset-btn{color:#fff;cursor:pointer;border:none;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:500}.sitesettings-swatches-row{gap:6px;margin-top:8px;display:flex}.sitesettings-color-swatch{cursor:pointer;border:2px solid #e2e8f0;border-radius:4px;width:32px;height:32px}.sitesettings-section-title{color:#1e293b;margin-top:32px;margin-bottom:12px;font-size:16px;font-weight:600}.sitesettings-section-hint{color:#94a3b8;margin-bottom:16px;font-size:13px}.sitesettings-subsection-title{color:#1e293b;margin-bottom:8px;font-size:15px;font-weight:600}.sitesettings-subsection-hint{color:#94a3b8;margin-bottom:10px;font-size:13px}.sitesettings-code-textarea{width:100%;max-width:100%;font-family:monospace;font-size:13px}[data-theme=dark] .sitesettings-promo-title,[data-theme=dark] .sitesettings-label,[data-theme=dark] .sitesettings-section-title,[data-theme=dark] .sitesettings-subsection-title{color:#f1f5f9}[data-theme=dark] .sitesettings-intro,[data-theme=dark] .sitesettings-preview-label,[data-theme=dark] .sitesettings-toggle-off{color:#94a3b8}[data-theme=dark] .sitesettings-color-swatch{border-color:#334155}[data-theme=dark] .u-text-muted{color:#94a3b8}[data-theme=dark] .u-text-faint{color:#64748b}.server-btn-compact{padding:6px 14px;font-size:13px}.server-mini-fill-danger{background:#ef4444!important}.prompt-access-expires-notice{color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;margin-bottom:16px;padding:10px 16px;font-size:14px}[data-theme=dark] .prompt-access-expires-notice{color:#fcd34d;background:#2a1d06;border-color:#78350f}.pricing-icon-green{background:#10b981}.pricing-icon-purple{background:#8b5cf6}.pricing-icon-blue{background:#2563eb}.unbind-modal-desc{color:#64748b;margin:12px 0 16px}.unbind-modal-device{color:#1e293b;margin-top:8px;display:block}.unbind-modal-license{margin-top:6px;display:block}.unbind-modal-warning{color:#ef4444;margin:0 0 8px;font-size:14px}.unbind-modal-remaining{color:#64748b;margin:0 0 16px;font-size:13px}.unbind-modal-strong{color:#1e293b}[data-theme=dark] .unbind-modal-desc,[data-theme=dark] .unbind-modal-remaining{color:#94a3b8}[data-theme=dark] .unbind-modal-device,[data-theme=dark] .unbind-modal-strong{color:#f1f5f9}.sync-backup-item-spaced{margin:0 12px}.promos-pills{gap:12px;margin-bottom:20px;display:flex}.promos-pill{color:#475569;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.promos-pill:hover{border-color:#cbd5e1}.promos-pill:not(.active):hover{color:#1e293b;background:#f1f5f9}[data-theme=dark] .promos-pill:not(.active):hover{color:#f1f5f9;background:#1e293b}.promos-pill.active{color:#fff;background:#2563eb;border-color:#2563eb}.promos-pill-badge{color:#2563eb;background:#2563eb1a;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:12px;font-weight:600;display:inline-flex}.promos-pill.active .promos-pill-badge{color:#fff;background:#fff3}[data-theme=dark] .promos-pill{color:#cbd5e1;border-color:#334155}[data-theme=dark] .promos-pill:hover{border-color:#475569}[data-theme=dark] .promos-pill-badge{color:#60a5fa;background:#60a5fa26}[data-theme=dark] .promos-pill.active .promos-pill-badge{color:#fff;background:#fff3}.vpn-qr-block{background:0 0;border:none;flex-direction:column;gap:12px;margin-top:12px;padding:0;display:flex}.vpn-qr-block-label{color:#3b82f6;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:700}.vpn-qr-loading,.vpn-qr-error{color:#6b7280;text-align:center;font-size:14px}.vpn-qr-error{color:#dc2626}.vpn-qr-actions{flex-wrap:wrap;gap:8px;display:flex}.vpn-modal-overlay{z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.vpn-modal-header{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.vpn-modal-title{color:#fff;font-size:16px;font-weight:700}.vpn-modal-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.vpn-modal-close:hover{background:#ffffff2e}.vpn-qr-fullscreen{background:#0f172a;border-radius:12px;width:100%;max-width:600px;overflow:hidden}.vpn-qr-fullscreen-canvas{background:#fff;justify-content:center;padding:32px;display:flex}.vpn-qr-fullscreen-image{width:100%;max-width:500px;height:auto;display:block}.vpn-conf-modal{background:#0f172a;border:2px solid #f59e0b;border-radius:12px;width:100%;max-width:720px;max-height:90vh;overflow-y:auto}.vpn-conf-warning{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b;border-radius:6px;margin:16px 20px 0;padding:12px 16px;font-size:14px;font-weight:600}.vpn-conf-pre{color:#e2e8f0;background:#1e293b;border-radius:6px;margin:16px 20px;padding:16px;font-family:Courier New,monospace;font-size:13px;line-height:1.6;overflow-x:auto}.vpn-conf-section{color:#10b981;margin-top:8px;font-weight:700}.vpn-conf-section:first-child{margin-top:0}.vpn-conf-line{white-space:pre-wrap;word-break:break-all}.vpn-conf-masked{color:#94a3b8;letter-spacing:2px}.vpn-conf-reveal-btn{color:#cbd5e1;cursor:pointer;background:#94a3b833;border:1px solid #475569;border-radius:4px;margin-left:8px;padding:2px 8px;font-size:12px}.vpn-conf-reveal-btn:hover{background:#94a3b859}.vpn-conf-actions{border-top:1px solid #ffffff14;gap:8px;padding:16px 20px;display:flex}.vpn-conf-actions .vpn-btn{flex:1}.vpn-instructions{margin-top:32px}.vpn-instructions-title{color:var(--color-text-muted,#6b7280);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:700}.vpn-instructions-subtitle{color:var(--color-text-muted,#6b7280);margin:0 0 16px;font-size:14px;line-height:1.5}.vpn-instructions-list{flex-direction:column;gap:12px;display:flex}.vpn-instruction-item{background:#00000005;border:1px solid #00000014;border-radius:10px;overflow:hidden}.vpn-instruction-item.vpn-instruction-recommended{background:#8b5cf61f;border:2px solid #8b5cf6}.vpn-instruction-header{color:var(--color-text,#111827);align-items:center;gap:12px;padding:14px 16px;font-size:15px;display:flex}.vpn-instruction-icon{flex-shrink:0;font-size:24px}.vpn-instruction-icon-box{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.vpn-instruction-titles{flex-direction:column;flex:1;gap:2px;display:flex}.vpn-instruction-title{font-size:15px;font-weight:700}.vpn-instruction-subtitle{color:var(--color-text-muted,#6b7280);font-size:12px}.vpn-instruction-badge{color:#fff;letter-spacing:.5px;background:#10b981;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700}.vpn-instruction-link{color:#fff;white-space:nowrap;background:#3b82f6;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:600;text-decoration:none}.vpn-instruction-link:hover{background:#2563eb}.vpn-instruction-steps{color:var(--color-text,#111827);margin:0;padding:0 16px 16px 40px;font-size:14px;line-height:1.8}.vpn-instruction-steps li{margin-bottom:4px}.vpn-instruction-recommended .vpn-instruction-steps{color:var(--color-text,#111827)}.vpn-state-badge{letter-spacing:.8px;color:var(--color-text-muted,#6b7280);align-items:center;gap:6px;margin-bottom:12px;font-size:11px;font-weight:700;display:inline-flex}.vpn-state-badge-dot{font-size:10px;line-height:1}.vpn-state-badge-none,.vpn-state-badge-none .vpn-state-badge-dot{color:#ef4444}.vpn-state-badge-active .vpn-state-badge-dot{color:#10b981}.vpn-state-badge-grace .vpn-state-badge-dot{color:#f59e0b}.vpn-summary-with-info{grid-template-columns:repeat(3,minmax(0,100px)) 1fr;align-items:stretch;gap:12px;display:grid}.vpn-summary-with-info .vpn-summary-item{min-width:0}.vpn-summary-info{background:#00000008;border-radius:8px;flex-direction:column;justify-content:center;padding:14px 18px;display:flex}.vpn-summary-info-title{color:#ef4444;margin:0 0 4px;font-size:15px;font-weight:700}.vpn-summary-info-desc{color:var(--color-text-muted,#6b7280);margin:0;font-size:13px;line-height:1.45}@media (max-width:720px){.vpn-summary-with-info{grid-template-columns:repeat(3,1fr)}.vpn-summary-info{grid-column:1/-1}}.vpn-after-activation{background:#00000005;border-radius:8px;margin-top:16px;padding:14px 20px}.vpn-after-activation-title{letter-spacing:.8px;color:var(--color-text-muted,#6b7280);margin-bottom:10px;font-size:11px;font-weight:700}.vpn-after-activation-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.vpn-after-activation-item{color:var(--color-text,#111827);align-items:center;gap:10px;font-size:14px;display:flex}.vpn-after-activation-icon{color:#10b981;background:#10b98126;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;display:inline-flex}.vpn-promo-input-wide{width:100%;margin-top:10px;display:block}.vpn-promo-submit-wide{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;width:100%;margin-top:12px;padding:14px 24px;font-size:15px;font-weight:700;display:block}.vpn-promo-submit-wide:hover:not(:disabled){background:#2563eb}.vpn-promo-submit-wide:disabled{opacity:.6;cursor:not-allowed}.vpn-license-status-bar{letter-spacing:.3px;border-radius:8px;width:100%;margin-bottom:12px;padding:8px 14px;font-size:12px;font-weight:700;display:block}.vpn-license-status-active{color:#10b981;background:#10b9812e;border:1px solid #10b98159}.vpn-license-status-ready{color:#94a3b8;background:#94a3b826;border:1px solid #94a3b84d}.vpn-license-status-expired{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}.vpn-license-status-other{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b4d}.vpn-license-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.vpn-qr-block-subtitle{color:#64748b;margin-top:4px;margin-bottom:12px;font-size:12px}.vpn-qr-block-content{grid-template-columns:140px 1fr;align-items:center;gap:14px;margin-bottom:0;display:grid}.vpn-qr-canvas{aspect-ratio:1;box-sizing:border-box;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;padding:10px;display:flex}.vpn-qr-image{aspect-ratio:1;object-fit:contain;width:100%;height:100%;display:block}.vpn-qr-splitbtn{background:#3b82f6;border-radius:8px;gap:1px;width:100%;height:42px;display:flex;overflow:hidden}.vpn-qr-splitbtn-half{color:#fff;cursor:pointer;background:#3b82f6;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.vpn-qr-splitbtn-half:hover{background:#2563eb}.vpn-qr-splitbtn-divider{background:#1d4ed8;flex-shrink:0;width:1px}.vpn-qr-fullscreen-btn{color:#e2e8f0;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;height:38px;font-size:12px;font-weight:600;display:inline-flex}.vpn-qr-fullscreen-btn:hover:not(:disabled){background:#334155}.vpn-qr-fullscreen-btn:disabled{opacity:.5;cursor:not-allowed}.vpn-qr-side{flex-direction:column;justify-content:center;gap:6px;display:flex}.vpn-qr-block-hint{color:var(--color-text,#111827);margin-bottom:8px;font-size:14px;line-height:1.45}.vpn-qr-fullscreen-btn{margin-top:4px}@media (max-width:640px){.vpn-qr-block-content{grid-template-columns:1fr}.vpn-qr-canvas{max-width:240px;margin:0 auto}}.vpn-top-row{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.vpn-top-row .vpn-summary{flex-shrink:0;gap:12px;margin-bottom:0;display:flex}.vpn-top-row .vpn-summary-item{min-width:96px}.vpn-top-row .vpn-device-card{flex:1;min-width:0;margin-bottom:0}@media (max-width:800px){.vpn-top-row{flex-direction:column}.vpn-top-row .vpn-summary{width:100%}.vpn-top-row .vpn-summary-item{flex:1}}.vpn-summary-item-active{background:#22c55e14;border:2px solid #22c55e}.vpn-summary-item-active .vpn-summary-number{color:#22c55e}.vpn-license-card.vpn-license-active{background:#0f172a}.vpn-device-card{background:#0f172a;border:1px solid #22c55e;border-radius:12px;flex-direction:column;gap:12px;margin-bottom:16px;padding:20px;display:flex}.vpn-device-badge{background:#22c55e;border-radius:6px;align-self:flex-start;align-items:center;gap:5px;padding:3px 10px;display:inline-flex}.vpn-device-badge-dot{background:#0f172a;border-radius:3px;width:6px;height:6px}.vpn-device-badge-text{color:#0f172a;font-size:10px;font-weight:700}.vpn-device-header{align-items:center;gap:10px;display:flex}.vpn-device-icon{font-size:20px}.vpn-device-name{color:#f8fafc;font-size:18px;font-weight:700}.vpn-device-channel-badge{color:#5eead4;background:#134e4a;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:600}.vpn-device-info-line{color:#94a3b8;font-size:13px}.vpn-device-rebind-line{color:#64748b;font-size:12px}.vpn-device-peer-row{background:#1e293b;border-radius:8px;align-items:center;gap:10px;padding:10px;display:flex}.vpn-device-peer-flag{font-size:22px}.vpn-device-peer-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.vpn-device-peer-place{color:#f8fafc;font-size:13px;font-weight:700}.vpn-device-peer-meta{color:#94a3b8;font-size:11px}.vpn-device-peer-meta code{background:#ffffff14;border-radius:3px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,monospace}.vpn-device-online-badge{color:#34d399;white-space:nowrap;background:#064e3b;border-radius:6px;align-items:center;gap:5px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex}.vpn-device-online-dot{background:#22c55e;border-radius:3px;width:6px;height:6px}.vpn-license-header-row{flex-flow:row;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex!important}.vpn-license-header-row .vpn-license-product{flex:1;min-width:0;margin:0}.vpn-license-days-pill{color:#0f172a;white-space:nowrap;background:#22c55e;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:700}.vpn-license-ready-pill{color:#94a3b8;background:#94a3b82e;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:700}.vpn-license-expired-pill{color:#ef4444;background:#ef44442e;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:700}.vpn-license-card .vpn-badge-active-small,.vpn-badge-active-small{letter-spacing:1px;border-radius:12px;align-items:center;gap:5px;width:fit-content;margin:0 0 8px;padding:4px 12px;font-size:10px;font-weight:700;line-height:1.2;color:#0f172a!important;background-color:#22c55e!important;display:inline-flex!important}.vpn-extend-form{background:#0f172a;border-radius:12px;flex-direction:column;gap:12px;margin-top:16px;padding:20px;display:flex}.vpn-extend-form-header{align-items:center;gap:8px;display:flex}.vpn-extend-form-icon{color:#22c55e;font-size:16px}.vpn-extend-form-title{letter-spacing:1px;color:#22c55e;font-size:11px;font-weight:700}.vpn-extend-form-desc{color:#94a3b8;margin:0;font-size:12px;line-height:1.5}.vpn-extend-form-row{gap:8px;display:flex}.vpn-extend-input{color:#f8fafc;background:#1e293b;border:1px solid #334155;border-radius:8px;flex:1;height:44px;padding:0 14px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:14px}.vpn-extend-input::placeholder{color:#475569}.vpn-extend-submit{color:#0f172a;cursor:pointer;white-space:nowrap;background:#22c55e;border:none;border-radius:8px;height:44px;padding:0 20px;font-size:14px;font-weight:700}.vpn-extend-submit:hover:not(:disabled){background:#16a34a}.vpn-extend-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.vpn-extend-form-row{flex-direction:column}}[data-theme=dark] .vpn-qr-block-subtitle{color:#94a3b8}[data-theme=dark] .vpn-qr-block-hint{color:#e2e8f0}.vpn-btn-download-purple{color:#fff;background:#8b5cf6}.vpn-btn-download-purple:hover:not(:disabled){background:#7c3aed}.vpn-btn-primary-blue{color:#fff;background:#3b82f6;font-weight:600}.vpn-btn-primary-blue:hover:not(:disabled){background:#2563eb}.vpn-btn-primary-blue:disabled{opacity:.5;cursor:not-allowed}.vpn-btn-full{width:100%;display:block}.vpn-qr-actions-row{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px;display:grid}.vpn-license-card{position:relative}.vpn-license-days-badge{letter-spacing:.3px;z-index:1;font-size:11px;position:absolute;top:14px;right:14px}.vpn-badge-active-small{color:#10b981;letter-spacing:.4px;margin-top:2px;margin-bottom:8px;font-size:11px;font-weight:700;display:inline-block}.vpn-peer-info-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.vpn-peer-online-bullet{color:#10b981;font-size:12px;font-weight:600}.vpn-license-rebind-info{color:var(--color-text-muted,#6b7280);margin-top:12px;margin-bottom:8px;font-size:13px}[data-theme=dark] .vpn-license-rebind-info{color:#94a3b8}.vpn-btn-rebind{color:#f59e0b;cursor:not-allowed;opacity:.7;background:#f59e0b1f;border:1px solid #f59e0b66;border-radius:8px;width:100%;padding:10px 16px;font-size:13px;font-weight:600;display:block}.vpn-download-apps-subtitle{color:var(--color-text-muted,#6b7280);margin-top:-8px;margin-bottom:16px;font-size:13px}.vpn-download-apps-id-label{letter-spacing:.5px;color:var(--color-text-muted,#6b7280);margin-bottom:6px;font-size:11px;font-weight:700}.vpn-download-apps-warning{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b59;border-radius:8px;margin-top:12px;margin-bottom:12px;padding:10px 14px;font-size:13px}[data-theme=dark] .vpn-download-apps-subtitle,[data-theme=dark] .vpn-download-apps-id-label{color:#94a3b8}.vpn-download-apps{background:#8b5cf60f;border:1px solid #8b5cf633;border-radius:8px;margin-top:24px;padding:16px}.vpn-download-apps-title{color:var(--color-text,#111827);margin:0 0 12px;font-size:16px;font-weight:700}.vpn-download-apps-uuid-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.vpn-download-apps-label{color:var(--color-text-muted,#6b7280);font-size:13px}.vpn-download-apps-uuid{word-break:break-all;background:#0000000f;border-radius:4px;padding:4px 8px;font-family:Courier New,monospace;font-size:13px}.vpn-download-apps-buttons{grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (max-width:480px){.vpn-download-apps-buttons{grid-template-columns:1fr}}.vpn-badge-active-now{color:#fff;background:#10b981}.vpn-badge-ready{color:#fff;background:#94a3b8}.vpn-license-ready{opacity:.95;border-style:dashed!important}.vpn-license-ready-actions{text-align:center;margin-top:12px}.vpn-license-ready-hint{color:var(--color-text-muted,#6b7280);margin-bottom:8px;font-size:14px}.vpn-btn-primary{color:#fff;background:#2563eb;border:none}.vpn-btn-primary:hover:not(:disabled){background:#1d4ed8}.vpn-btn-sm{padding:4px 10px;font-size:12px}.vpn-btn-soon{color:#94a3b8;cursor:not-allowed;background:#94a3b826;align-items:center;gap:6px;display:inline-flex;position:relative}.vpn-btn-soon-label{letter-spacing:.5px;text-transform:uppercase;background:#94a3b84d;border-radius:3px;padding:1px 5px;font-size:10px}.toast-warning{color:#fcd34d;background:#422006;border:1px solid #f59e0b;align-items:flex-start;max-width:460px}.toast-warning .toast-icon{color:#f59e0b;margin-top:2px}.toast-warning .toast-message{flex-direction:column;gap:2px;display:flex}.toast-warning .toast-title{color:#fcd34d;font-weight:700}.toast-warning .toast-subtitle{color:#d1d5db;font-size:13px;font-weight:400}[data-theme=dark] .vpn-qr-block-label{color:#3b82f6}[data-theme=dark] .vpn-instructions-title,[data-theme=dark] .vpn-download-apps-title{color:#f1f5f9}[data-theme=dark] .vpn-instruction-item{border-color:#ffffff14}[data-theme=dark] .vpn-instruction-header{color:#f1f5f9}[data-theme=dark] .vpn-instruction-header:hover{background:#ffffff0a}[data-theme=dark] .vpn-instruction-steps{color:#cbd5e1;background:#ffffff05}[data-theme=dark] .vpn-instruction-link{color:#60a5fa;background:#60a5fa2e}[data-theme=dark] .vpn-download-apps{background:#8b5cf61a;border-color:#8b5cf64d}[data-theme=dark] .vpn-download-apps-uuid{color:#e2e8f0;background:#ffffff14}[data-theme=dark] .vpn-license-ready-hint{color:#94a3b8}.vpn-license-ready-error{font-weight:600;color:#ef4444!important}[data-theme=dark] .vpn-license-ready-error{color:#f87171!important}[data-theme=dark] .vpn-state-badge{color:#94a3b8}[data-theme=dark] .vpn-summary-info{background:#ffffff0a}[data-theme=dark] .vpn-summary-info-title,[data-theme=dark] .vpn-state-badge-none,[data-theme=dark] .vpn-state-badge-none .vpn-state-badge-dot{color:#f87171}[data-theme=dark] .vpn-summary-info-desc{color:#94a3b8}[data-theme=dark] .vpn-after-activation{background:#ffffff0a}[data-theme=dark] .vpn-after-activation-title{color:#94a3b8}[data-theme=dark] .vpn-after-activation-item{color:#f1f5f9}[data-theme=dark] .vpn-instructions-title,[data-theme=dark] .vpn-instructions-subtitle{color:#94a3b8}[data-theme=dark] .vpn-instruction-item{background:#ffffff08;border-color:#ffffff14}[data-theme=dark] .vpn-instruction-recommended{background:#8b5cf633}[data-theme=dark] .vpn-instruction-title{color:#f1f5f9}[data-theme=dark] .vpn-instruction-subtitle{color:#94a3b8}[data-theme=dark] .vpn-instruction-steps{color:#e2e8f0}.vpn-grace-block{flex-direction:column;gap:14px;margin:16px 0;display:flex}.vpn-grace-banner{color:#fef3c7;background:linear-gradient(135deg,#4a1d04 0%,#2a1303 100%);border:1px solid #c2410c;border-radius:14px;padding:20px 22px}.vpn-grace-banner-title{color:#fcd34d;align-items:center;gap:10px;margin-bottom:14px;font-size:18px;font-weight:700;display:flex}.vpn-grace-banner-timer{background:#00000040;border-radius:10px;align-items:center;gap:14px;margin-bottom:12px;padding:12px 16px;display:flex}.vpn-grace-banner-timer-text{flex-direction:column;display:flex}.vpn-grace-banner-timer-label{text-transform:uppercase;letter-spacing:.04em;color:#fde68a;opacity:.85;font-size:12px}.vpn-grace-banner-timer-value{color:#fcd34d;font-size:26px;font-weight:700;line-height:1.2}.vpn-grace-banner-desc{color:#fed7aa;margin:0;font-size:14px;line-height:1.5}.vpn-grace-activate{background:linear-gradient(135deg,#052e16 0%,#022c22 100%);border:1px dashed #10b981;border-radius:14px;flex-direction:column;gap:10px;padding:18px 20px;display:flex}.vpn-grace-activate-header{letter-spacing:.08em;text-transform:uppercase;color:#34d399;font-size:12px;font-weight:700}.vpn-grace-activate-hint{color:#a7f3d0;opacity:.85;font-size:13px}.vpn-grace-activate-hint code{color:#ecfdf5;background:#0000004d;border-radius:4px;padding:1px 6px;font-size:12px}.vpn-grace-buy-link{color:#60a5fa;background:#1e40af2e;border:1px solid #60a5fa4d;border-radius:8px;align-self:flex-start;align-items:center;gap:6px;padding:8px 14px;font-size:13px;text-decoration:none;transition:all .15s;display:inline-flex}.vpn-grace-buy-link:hover{background:#1e40af52;border-color:#60a5fa80}[data-theme=light] .vpn-grace-banner{color:#7c2d12;background:linear-gradient(135deg,#fff7ed 0%,#fefce8 100%);border-color:#fb923c}[data-theme=light] .vpn-grace-banner-title{color:#c2410c}[data-theme=light] .vpn-grace-banner-timer{background:#fb923c1f}[data-theme=light] .vpn-grace-banner-timer-label{color:#9a3412}[data-theme=light] .vpn-grace-banner-timer-value{color:#c2410c}[data-theme=light] .vpn-grace-banner-desc{color:#7c2d12}[data-theme=light] .vpn-grace-activate{background:linear-gradient(135deg,#f0fdf4 0%,#ecfeff 100%)}[data-theme=light] .vpn-grace-activate-header{color:#047857}[data-theme=light] .vpn-grace-activate-hint{color:#065f46}[data-theme=light] .vpn-grace-activate-hint code{color:#064e3b;background:#10b9811f}[data-theme=light] .vpn-grace-buy-link{color:#1d4ed8;background:#3b82f614;border-color:#3b82f633}.admin-chip{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.admin-chip:hover:not(.admin-chip-active){color:#1e293b;background:#e2e8f0;border-color:#94a3b8}.admin-chip-active{color:#fff;background:#2563eb;border-color:#1d4ed8;box-shadow:0 0 0 2px #2563eb40}.admin-chip-active:hover{background:#1d4ed8;border-color:#1e3a8a}.admin-chip-count{background:#0000001a;border-radius:10px;justify-content:center;align-items:center;min-width:22px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.admin-chip-active .admin-chip-count{background:#ffffff40}.admin-row-expiring-soon>td:first-child{border-left:4px solid #eab308}.admin-row-highlighted{animation:3s ease-out admin-row-flash}@keyframes admin-row-flash{0%{background-color:#facc1559}to{background-color:#0000}}[data-theme=dark] .admin-chip{color:#cbd5e1;background:#1e293b;border-color:#334155}[data-theme=dark] .admin-chip:hover:not(.admin-chip-active){color:#f1f5f9;background:#334155;border-color:#475569}[data-theme=dark] .admin-chip.admin-chip-active{color:#fff;background:#2563eb;border-color:#1d4ed8;box-shadow:0 0 0 2px #2563eb40}[data-theme=dark] .admin-chip.admin-chip-active:hover{background:#1d4ed8}[data-theme=dark] .admin-chip-count{background:#ffffff1a}[data-theme=dark] .admin-chip.admin-chip-active .admin-chip-count{color:#fff;background:#ffffff40}.vpn-admin-test-row>td{background:#f8fafc;border-top:1px solid #e5e7eb;padding:0}.vpn-admin-test-panel{flex-flow:wrap;align-items:flex-start;gap:24px;padding:14px 18px;display:flex}.vpn-admin-test-section{flex-direction:column;flex:480px;gap:8px;min-width:0;display:flex}.vpn-admin-test-section>strong{min-height:18px;line-height:18px;display:block}.vpn-admin-test-section strong{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.vpn-admin-test-section .admin-action-btn,.vpn-admin-test-section .admin-tab-compact,.vpn-admin-test-section .btn-primary{flex:none;align-items:center;gap:4px;display:inline-flex}.vpn-admin-test-section .admin-tab-compact{color:#334155;background:#f1f5f9;justify-content:center;min-width:48px;font-weight:600}.vpn-admin-test-section .admin-tab-compact:hover:not(:disabled){background:#e2e8f0}.vpn-admin-test-section .admin-tab-compact.is-selected{color:#fff;background:#2563eb;border:1px solid #1d4ed8}.vpn-admin-test-section .admin-tab-compact.is-selected:hover:not(:disabled){background:#1d4ed8}[data-theme=dark] .vpn-admin-test-section .admin-tab-compact{color:#e2e8f0;background:#1e293b}[data-theme=dark] .vpn-admin-test-section .admin-tab-compact:hover:not(:disabled){background:#334155}[data-theme=dark] .vpn-admin-test-section .admin-tab-compact.is-selected{color:#fff;background:#2563eb;border-color:#1d4ed8}.vpn-admin-test-section .btn-primary:disabled{color:#64748b;cursor:not-allowed;opacity:1;background:#cbd5e1}[data-theme=dark] .vpn-admin-test-section .btn-primary:disabled{color:#64748b;background:#334155}.vpn-admin-test-section a.admin-action-btn{color:inherit;text-decoration:none}[data-theme=dark] .vpn-admin-test-row>td{background:#0f172a;border-top-color:#334155}[data-theme=dark] .vpn-admin-test-section strong{color:#94a3b8}@media (max-width:600px){.dash-content,.dash-sidebar{padding:12px}.dash-nav-item{gap:6px;padding:8px 10px;font-size:13px}.dash-nav-icon{font-size:14px}.account-stats{flex-wrap:wrap;justify-content:center;gap:14px 18px}.vpn-instruction-header,.vpn-device-header{flex-wrap:wrap}.vpn-license-header-row{flex-wrap:wrap!important}.vpn-device-info-line,.vpn-device-rebind-line{overflow-wrap:anywhere}}
