*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#1a1a1a;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}*{scrollbar-color:#94a3b8 #e2e8f0;scrollbar-width:thin}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#1e293b;color:#fff;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:500;overflow:visible;scrollbar-width:none}.navbar::-webkit-scrollbar{display:none}.navbar .logo{font-size:1.5rem;font-weight:700;color:#60a5fa;text-decoration:none;display:flex;align-items:center;line-height:1}.navbar .logo svg{display:block;height:28px;width:auto}.nav-links{display:flex;align-items:center;gap:1.25rem}.nav-links a{color:#e2e8f0;font-size:.9rem;transition:color .15s}.nav-links a:hover{color:#60a5fa;text-decoration:none}.nav-email{font-size:.8rem;color:#94a3b8!important;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main{flex:1;max-width:1100px;margin:0 auto;padding:2rem;width:100%}.main:has(.admin-layout){max-width:1400px}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;padding:.5rem 0 .75rem;font-size:.8rem;color:#64748b}.breadcrumb-item{display:inline-flex;align-items:center}.breadcrumb-sep{margin:0 .35rem;color:#94a3b8;font-size:.9rem}.breadcrumb-link{color:#2563eb;text-decoration:none}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-current{color:#1e293b;font-weight:500}.footer{background:#1e293b;color:#94a3b8;text-align:center;padding:1.5rem;font-size:.85rem;margin-top:auto}.hero{text-align:center;padding:4rem 0 2rem}.hero h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.2rem;color:#64748b;margin-top:.75rem}.hero-tagline{font-size:1rem;color:#94a3b8;margin-top:.35rem;font-style:italic}.bonus-banner{border-radius:12px;margin:1.5rem auto;max-width:800px;animation:bonus-pulse 2s ease-in-out infinite}.bonus-banner-inner{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:2px solid #ff6600;border-radius:12px;padding:1rem 1.5rem;box-shadow:0 0 20px #ff66004d}.bonus-icon{font-size:2rem;animation:bonus-bounce 1s ease-in-out infinite}.bonus-text{flex:1;display:flex;flex-direction:column;gap:.25rem;color:#1e293b}.bonus-text strong{color:#f60;font-size:1.1rem}.bonus-text span{color:#475569;font-size:.9rem}.bonus-cta{background:#f60;color:#fff;padding:.6rem 1.2rem;border-radius:8px;text-decoration:none;font-weight:700;white-space:nowrap;transition:background .2s,transform .2s}.bonus-cta:hover{background:#e65c00;transform:scale(1.05)}@keyframes bonus-pulse{0%,to{box-shadow:0 0 20px #ff66004d}50%{box-shadow:0 0 35px #f609}}@keyframes bonus-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:2rem 0}.feature-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.feature-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#1e293b}.feature-card p{color:#64748b;font-size:.9rem}.card,.converter-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014;margin:1.25rem 0}.card:first-of-type{margin-top:0}.card h3{font-size:1.05rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.card-head-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-head-row h3{margin:0}.filter-bar{padding:1.25rem 1.5rem}.filter-bar>h3:first-child{margin-top:-.25rem;margin-bottom:.75rem}.filter-bar .filter-row{margin-bottom:0}h2+.card{margin-top:1rem}html.embed-card-route,html.embed-card-route body,html.embed-card-route #root{height:100%}html.embed-card-fixed #root{display:flex;flex-direction:column;align-items:center}html.embed-card-fixed .embed-card{margin-top:auto;margin-bottom:auto;flex:none}.embed-card{height:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;padding:.5rem;background:#f5f5f5}.embed-card>.card{flex:1 1 auto;min-height:0;margin:0;display:flex;flex-direction:column;overflow:auto}.embed-card>.card .upload-area{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}.embed-card-loading,.embed-card-disabled{align-items:center;justify-content:center;text-align:center}.embed-disabled-message{padding:2rem 1rem;color:#64748b;font-size:.95rem}.embed-footer{padding:.5rem .75rem;font-size:.75rem;color:#94a3b8;text-align:center;display:flex;justify-content:center;gap:.3rem;flex-wrap:wrap}.embed-footer a{color:#94a3b8;text-decoration:none}.embed-footer a:hover{color:#2563eb}.embed-footer-sep{color:#cbd5e1}.embed-usage{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.85rem;color:#64748b}.embed-usage code{font-size:.8rem}html[data-theme=dark] .embed-card{background:#0f172a}html[data-theme=dark] .embed-footer,html[data-theme=dark] .embed-footer a,html[data-theme=dark] .embed-footer-sep{color:#64748b}html[data-theme=dark] .embed-disabled-message,html[data-theme=dark] .embed-usage{color:#94a3b8}html[data-theme=light] .embed-card{background:#f5f5f5!important}.card+h3{margin-top:1.5rem;margin-bottom:.75rem}h3+.card{margin-top:0}.form-page{max-width:480px;margin:2rem auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #00000014}.form-page h2,.dashboard h2{margin-bottom:1.5rem;font-size:1.5rem}label{display:block;margin-bottom:1rem}label input[type=email],label input[type=password],label input[type=text],label input[type=number],label input[type=date],label input[type=datetime-local],label input[type=url],label input:not([type]),label select,input[type=file]{width:100%;padding:.65rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .15s}label input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.input-error{border-color:#dc2626!important}.input-error:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc262626!important}.field-error{color:#dc2626;font-size:.8rem;margin-top:.25rem;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;border:1px solid #d1d5db;background:#fff;color:#1e293b;cursor:pointer;transition:all .15s;gap:.5rem}.btn:hover{background:#f1f5f9;text-decoration:none}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed;opacity:.7}.btn-demo{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb4d}.btn-demo:hover{background:#1d4ed8;box-shadow:0 6px 16px #2563eb66;transform:translateY(-1px)}.btn-danger{color:#dc2626;border-color:#fecaca}.btn-danger:hover{background:#fef2f2}.btn-lg{padding:.8rem 2rem;font-size:1rem}.btn-sm{padding:.35rem .85rem;font-size:.8rem}.btn-xs{padding:.2rem .5rem;font-size:.7rem;border-radius:6px}.btn-ghost{background:none;border:none;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem .5rem;border-radius:8px;transition:color .15s;display:inline-flex;align-items:center}.btn-ghost:hover{color:#1e293b}.btn-secondary{background:#f1f5f9;color:#374151;border-color:#d1d5db}.btn-secondary:hover{background:#e2e8f0}.btn-social{width:100%;margin-bottom:.5rem;justify-content:center;background:#f8fafc;display:inline-flex;align-items:center;gap:.4rem}.mode-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-radius:8px;overflow:hidden;border:1px solid #d1d5db}.mode-tabs .tab{padding:.6rem 1.5rem;border:none;background:#f8fafc;cursor:pointer;font-size:.9rem;font-weight:600;color:#64748b;flex:1;transition:all .15s}.mode-tabs .tab.active{background:#2563eb;color:#fff}.mode-tabs .tab:not(.active):hover{background:#e2e8f0}.mode-tabs .tab:disabled{opacity:.5;cursor:default}.mode-tabs .tab:disabled:not(.active):hover{background:#f8fafc}.upload-area{margin:1.5rem 0;padding:2rem;border:2px dashed #d1d5db;border-radius:12px;text-align:center;background:#fafafa;transition:border-color .2s,background .2s}.upload-area:hover{border-color:#2563eb;background:#f0f7ff}.hint{color:#94a3b8;font-size:.8rem;margin-top:.5rem}.file-input-hidden{position:fixed;top:0;left:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.file-input-label{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;padding:1.5rem;border:2px dashed #d1d5db;border-radius:12px;background:#fff;transition:all .2s;max-width:420px;margin:0 auto 1rem}.file-input-label:hover{border-color:#2563eb;background:#f0f7ff;transform:translateY(-1px)}.file-input-label:active{transform:scale(.98)}.file-input-label.disabled{opacity:.5;cursor:default;pointer-events:none}.file-input-label.disabled:hover{border-color:#d1d5db;background:#fff;transform:none}.file-input-label svg{color:#2563eb;transition:transform .2s}.file-input-label:hover svg{transform:translateY(-2px)}.sample-files{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:.75rem 0 .25rem;flex-wrap:wrap}.sample-files-label{font-size:.8rem;color:#94a3b8;margin-right:.25rem}.btn-sample{padding:.35rem .65rem;font-size:.78rem;background:#f0f7ff;border-color:#dbeafe;color:#1e40af}.btn-sample:hover{background:#dbeafe;border-color:#93c5fd}.btn-sample svg{width:14px;height:14px;flex-shrink:0}.file-input-text{font-size:1rem;font-weight:600;color:#1e293b}.file-input-hint{font-size:.8rem;color:#94a3b8}.file-selected{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:.5rem}.file-info{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .75rem;font-size:.85rem;color:#1e293b;max-width:100%;position:relative;overflow:hidden}.file-info svg{color:#2563eb;flex-shrink:0}.file-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.file-size{color:#94a3b8;flex-shrink:0}.file-remove{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;margin-left:.25rem;padding:0;border:none;border-radius:50%;background:transparent;color:#94a3b8;cursor:pointer;transition:color .15s,background .15s}.file-remove:hover{color:#dc2626;background:#fee2e2}.file-remove:disabled{opacity:.35;cursor:default}.file-remove:disabled:hover{color:#94a3b8;background:transparent}.file-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#2563eb26;overflow:hidden}.file-progress:after{content:"";position:absolute;top:0;bottom:0;width:40%;background:linear-gradient(90deg,transparent,#2563eb,transparent);animation:file-progress-sweep 1.2s ease-in-out infinite}@keyframes file-progress-sweep{0%{left:-40%}to{left:100%}}.file-input-wrapper{display:flex;flex-direction:column;gap:.25rem}.file-input-label-text{font-size:.85rem;color:#4b5563;margin-bottom:.25rem}.file-input-button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.9rem;color:#64748b;cursor:pointer;transition:all .15s}.file-input-button:hover{border-color:#2563eb;background:#f0f7ff;color:#1e293b}.file-input-button svg{color:#2563eb;flex-shrink:0}.file-input-button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.options-row{display:flex;gap:1rem;align-items:end;margin:1rem 0;flex-wrap:wrap}.options-row select{flex:1;min-width:200px;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:.65rem 2.5rem .65rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right .75rem center;background-size:16px;cursor:pointer;transition:all .15s;color:#1e293b}.options-row select:hover{border-color:#2563eb}.options-row select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.options-row select:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.options-row label{display:flex;align-items:center;gap:.5rem;margin:0;white-space:nowrap}.watermark-notice{color:#2563eb;font-size:.85rem;margin:.75rem 0;text-align:center}.error{color:#dc2626;font-size:.9rem;margin-top:.5rem}.success{color:#16a34a;font-size:.9rem;margin-top:.5rem}.info{color:#2563eb;font-size:.9rem;margin:.5rem 0}.result-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1.25rem;margin-top:1.5rem}.result-card p{margin-bottom:.75rem}.result-card .btn{margin-top:.25rem}.converter-card h2{margin-bottom:.75rem}.convert-row{display:flex;align-items:center;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.btn-convert .dots{display:inline-block;min-width:1.2em;text-align:left}@keyframes download-glow{0%,to{box-shadow:0 0 8px 2px #2563eb80,0 4px 12px #2563eb4d;transform:scale(1)}50%{box-shadow:0 0 20px 6px #2563ebbf,0 8px 24px #2563eb80;transform:scale(1.03)}}.btn-download-ready{animation:download-glow 1.6s ease-in-out infinite;position:relative}.btn-download-ready:hover{animation:none;transform:translateY(-1px);box-shadow:0 6px 20px #2563eb8c}.dashboard>h3{margin:2rem 0 1rem}.balance-card{display:flex;align-items:baseline;gap:.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem}.balance-amount{font-size:2.5rem;font-weight:800}.balance-label{font-size:1rem;opacity:.85}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.5rem 0}.metric-card{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 1px 3px #00000014;text-align:center}.metric-card h3{font-size:1.05rem;font-weight:600;color:inherit;margin:0 0 .75rem}.metric-card p{font-size:1.75rem;font-weight:700;color:#1e293b}.metric-card p .metric-sub{font-size:.9rem;font-weight:500;color:#64748b}.metric-card>.metric-sub{display:block;font-size:.75rem;color:#64748b;margin-top:.25rem}.metric-card.danger{background:#fef2f2;border:1px solid #fecaca}.metric-card.danger p{color:#dc2626}.metric-card.warning{background:#fffbeb;border:1px solid #fde68a}.metric-card.warning p{color:#d97706}.concurrency-bar{height:4px;background:#e2e8f0;border-radius:2px;margin-top:.5rem;overflow:hidden}.concurrency-fill{height:100%;background:#3b82f6;border-radius:2px;transition:width .5s ease}.metric-card.danger .concurrency-fill{background:#dc2626}.metric-card.warning .concurrency-fill{background:#d97706}.disk-bar{height:6px;background:#e2e8f0;border-radius:3px;margin-top:.5rem;overflow:hidden}.disk-fill{height:100%;border-radius:3px;transition:width .5s ease}.conversion-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.conv-type-card{padding:1rem}.conv-type-card h3{font-size:.7rem}.conv-rate{font-size:1.25rem;margin:.25rem 0}.conv-active{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600}.muted{color:#94a3b8;font-size:.85rem}.rate-limit-card.warning{border-color:#fde68a;background:#fffbeb}.rate-limit-card.danger{border-color:#fecaca;background:#fef2f2}.rate-limit-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.rate-limit-status{font-size:1.1rem;font-weight:700;margin:.25rem 0 0}.rate-limit-status.warning{color:#d97706}.rate-limit-status.danger{color:#dc2626}.rate-limit-metrics{display:flex;gap:1.5rem;font-size:.85rem;color:#64748b}.table-counts-table code{font-family:SF Mono,Consolas,Courier New,monospace;font-size:.82rem;color:#1e40af;background:#f0f7ff;padding:.15rem .45rem;border-radius:4px;word-break:break-all}.rate-limit-metrics strong{color:#1e293b}table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #00000014}th,td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid #f1f5f9}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-counts-table{width:100%;border-collapse:collapse;font-size:.9rem;margin-top:0;border-radius:0;box-shadow:none}.table-counts-table thead th{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;padding:.65rem 1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.table-counts-table thead th.num,.table-counts-table tbody td.num{text-align:right;font-variant-numeric:tabular-nums}.table-counts-table tbody td{padding:.6rem 1rem;border-bottom:1px solid #f1f5f9;color:#1e293b}.table-counts-table tbody tr:last-child td{border-bottom:none}.table-counts-table tbody tr:hover td{background:#f0f7ff}th{background:#f8fafc;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.table-card td input[type=text],.table-card td input[type=number]{width:100%;padding:.4rem .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;box-sizing:border-box;background:#fff;color:#1e293b}.table-card td input[type=text]:focus,.table-card td input[type=number]:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.table-card td input[type=checkbox]{width:1rem;height:1rem;cursor:pointer;accent-color:#2563eb}.status{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.status-completed{background:#dcfce7;color:#166534}.status-processing,.status-pending{background:#dbeafe;color:#1e40af}.status-failed{background:#fef2f2;color:#991b1b}.status-expired{background:#f3f4f6;color:#6b7280}.mono{font-family:SF Mono,Consolas,monospace;font-size:.85rem}.positive{color:#16a34a;font-weight:600}.negative{color:#dc2626;font-weight:600}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;font-size:.9rem;color:#64748b}.admin-layout{display:flex;gap:2rem;align-items:flex-start}.admin-sidebar{width:200px;flex-shrink:0;display:flex;flex-direction:column;gap:.25rem;position:sticky;top:calc(64px + 2rem)}.admin-sidebar-head{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;padding:.5rem .75rem .75rem}.admin-sidebar-link{display:block;padding:.55rem .75rem;border-radius:8px;font-size:.9rem;color:#475569;transition:all .15s;text-decoration:none}.admin-sidebar-link:hover{background:#e2e8f0;color:#1e293b;text-decoration:none}.admin-sidebar-link.active{background:#2563eb;color:#fff;font-weight:600}.admin-content{flex:1;min-width:0}.actions-row{display:flex;gap:.75rem;margin:1rem 0;flex-wrap:wrap}.price{font-size:2rem;font-weight:800;color:#1e293b;margin:.5rem 0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200}.modal-content{background:#fff;border-radius:12px;padding:0;min-width:900px;max-width:95vw;max-height:90vh;max-height:90dvh;display:flex;flex-direction:column;overflow:hidden;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:201;animation:fadeIn .15s ease-out}.modal-content[data-state=closed]{display:none}.modal-content h3{grid-column:1/-1;margin:0;font-size:1.25rem}.modal-content .btn-primary,.modal-content .btn:not(.btn-sm){justify-self:start}.modal-content .template-section{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.modal-content label textarea{min-height:80px;resize:vertical}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e2e8f0}.branding-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:#fff;z-index:10}.branding-modal .modal-body{padding:1.5rem 2rem;flex:1;overflow-y:auto}.branding-modal .modal-footer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-top:1px solid #e2e8f0;position:sticky;bottom:0;background:#fff;z-index:10}.btn-group{display:flex;gap:.35rem}.branding-modal .modal-footer .btn-group{display:flex;gap:.75rem}.branding-modal .inline-checkbox{display:flex;align-items:center;gap:.5rem;margin:0;cursor:pointer}.branding-modal .inline-checkbox input{margin:0}.form-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.section-title input[type=checkbox]{margin:0;width:1rem;height:1rem;cursor:pointer}.monitor-group-title{margin-top:1.75rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;font-size:1.05rem;text-transform:uppercase;letter-spacing:.04em;color:#475569}.monitor-group-desc{font-size:.85rem;color:#64748b;margin:-.5rem 0 1rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 1.5rem}.form-grid .span-2{grid-column:1/-1}.form-grid label{margin:0;font-size:.85rem;color:#4b5563}.form-grid label input,.form-grid label textarea,.form-grid label select{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;margin-top:.25rem}.form-grid label input:focus,.form-grid label textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.template-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.template-grid label{margin:0;font-size:.85rem;color:#4b5563}.template-grid label textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;font-family:SF Mono,Consolas,monospace}.branding-modal textarea{background:#fff;color:#1e293b;border:1px solid #d1d5db}.template-grid .span-2{grid-column:1/-1}.template-grid .span-2 textarea{min-height:120px}.social-login{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center}.social-login p{font-size:.85rem;color:#64748b;margin-bottom:.75rem}.loading{text-align:center;padding:2rem;color:#64748b;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.loading:before{content:"";display:inline-block;width:1.25rem;height:1.25rem;border:2px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}.branding-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #2563eb14,0 1px 3px #00000014;margin-top:1rem;border:1px solid #e2e8f0}.branding-table thead th{background:linear-gradient(135deg,#2563eb,#1d4ed8);padding:.85rem 1.1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#fff;font-weight:700;border-bottom:none;text-align:left}.branding-table thead th:first-child{border-radius:12px 0 0}.branding-table thead th:last-child{border-radius:0 12px 0 0}.branding-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .15s}.branding-table tbody tr:last-child{border-bottom:none}.branding-table tbody tr:hover{background:#f0f7ff}.branding-table tbody tr:hover .profile-name{color:#2563eb}.branding-table tbody td{padding:.85rem 1.1rem;border-bottom:1px solid #e2e8f0;font-size:.9rem;vertical-align:middle}.branding-table tbody tr:last-child td{border-bottom:none}.branding-table tbody tr:last-child td:first-child{border-radius:0 0 0 12px}.branding-table tbody tr:last-child td:last-child{border-radius:0 0 12px}.branding-table .profile-name{font-weight:700;color:#1e293b;transition:color .15s}.branding-table .color-badge{display:inline-block;padding:3px 14px;border-radius:6px;font-size:.75rem;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px #00000026;border:1px solid rgba(255,255,255,.2)}.branding-table .default-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700;background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1px solid #86efac}.branding-table .actions-cell{display:flex;gap:.5rem;flex-wrap:wrap}.branding-table .empty-row{text-align:center;color:#64748b;padding:2.5rem;font-style:italic;background:#f8fafc}.loading-bar-container{position:fixed;top:0;left:0;right:0;z-index:1000;height:3px;background:transparent;pointer-events:none}.loading-bar{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);box-shadow:0 0 10px #2563eb80;transition:width .2s ease-out;will-change:width}.profile-page{margin:2rem auto}.profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:16px;color:#fff}.profile-avatar{width:72px;height:72px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;border:3px solid rgba(255,255,255,.3)}.profile-info h2{margin:0 0 .25rem;font-size:1.5rem}.profile-role{display:inline-block;padding:.2rem .7rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize;margin-bottom:.5rem}.role-admin{background:#dbeafe;color:#1e40af}.role-user{background:#dcfce7;color:#166534}.profile-meta{font-size:.85rem;opacity:.8;margin:0}.profile-badge{display:inline-block;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;margin-top:.5rem;background:#fff3;color:#fff}.profile-card{background:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0}.profile-card h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#1e293b}.profile-card .card-desc{font-size:.9rem;color:#64748b;margin:0 0 1rem}.card>.card-desc{font-size:.85rem;color:#64748b;margin:0 0 1rem}.profile-form .form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:.4rem}.tooltip-icon{cursor:help;color:#94a3b8;font-size:.9rem;vertical-align:middle;margin-left:2px;transition:color .15s}.tooltip-icon:hover{color:#3b82f6}.label-text{display:inline-flex;align-items:center;gap:2px}.form-input{width:100%;padding:.65rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-input:read-only{background:#f8fafc;color:#6b7280}.form-hint{display:block;font-size:.8rem;color:#94a3b8;margin-top:.35rem}.form-actions{display:flex;gap:.75rem;margin-top:1rem}.api-key-box{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.api-key-text{font-family:SF Mono,Consolas,monospace;font-size:.85rem;color:#1e293b;flex:1;word-break:break-all}.profile-details{display:grid;gap:.75rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.85rem;font-weight:600;color:#64748b}.detail-value{font-size:.9rem;color:#1e293b;font-weight:500}.danger-zone{border-color:#fecaca;background:#fef2f2}.danger-zone h3{color:#991b1b}.danger-actions{display:grid;gap:1rem}.danger-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #fecaca}.danger-item:last-child{border-bottom:none}.danger-info h4{margin:0 0 .25rem;font-size:1rem;color:#1e293b}.danger-info p{margin:0;font-size:.85rem;color:#64748b}.template-grid label>span{display:flex;align-items:center;gap:12px;margin-bottom:6px}.template-grid label>div .btn-xs{margin-left:4px;padding:4px 10px;font-size:.75rem;flex-shrink:0}button:disabled{opacity:.6;cursor:not-allowed}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;margin-right:.5rem}.pricing-page{padding:2rem 1rem;max-width:1200px;margin:0 auto}.pricing-hero{text-align:center;margin-bottom:3rem}.pricing-hero h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.pricing-hero p{font-size:1.2rem;color:#64748b;margin-bottom:1.5rem}.pricing-badge{display:inline-flex;flex-direction:column;gap:.5rem;background:#f0f7ff;padding:1rem 2rem;border-radius:12px;border:2px solid #3b82f6}.pricing-badge .highlight{font-size:1.1rem;font-weight:600;color:#1e40af}.pricing-badge .sub{font-size:.85rem;color:#1d4ed8}.pricing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:3rem}.pricing-card{background:#fff;border-radius:12px;padding:1.5rem 1rem;border:2px solid #e2e8f0;position:relative;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;min-width:0}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.pricing-card.featured{border-color:#2563eb;background:linear-gradient(135deg,#fff,#f0f7ff);position:relative;overflow:hidden}.pricing-card.featured:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#3b82f6,#60a5fa)}.pricing-card.featured:hover{box-shadow:0 12px 24px #2563eb26}.best-value-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:.3rem .8rem;border-radius:999px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.3rem;box-shadow:0 4px 12px #2563eb4d;white-space:nowrap}.best-value-badge .star{font-size:1rem}.pricing-header{text-align:center;margin-bottom:1rem}.pricing-header h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pricing-header .price{display:flex;align-items:flex-start;justify-content:center;gap:.15rem}.pricing-header .currency{font-size:1rem;font-weight:600;color:#2563eb;margin-top:.1rem}.pricing-header .amount{font-size:2.25rem;font-weight:700;color:#1e293b;line-height:1}.pricing-body{flex:1;margin-bottom:1rem}.credits-row{display:flex;align-items:center;gap:.35rem;justify-content:center;margin-bottom:.35rem;flex-wrap:wrap}.credits-row .credits{font-size:1.25rem;font-weight:700;color:#1e293b}.credits-row .credits-label{font-size:.85rem;color:#64748b}.credits-row .bonus{background:#dcfce7;color:#166534;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.total-credits{text-align:center;font-size:.85rem;color:#64748b;margin-bottom:.35rem}.total-credits strong{color:#1e293b}.per-credit{text-align:center;font-size:.75rem;color:#94a3b8;margin-bottom:.75rem}.pricing-card .description{text-align:center;font-size:.8rem;color:#64748b;font-style:italic;margin-bottom:.75rem}.pricing-card .summary{display:flex;align-items:center;justify-content:center;text-align:center;font-family:Georgia,Times New Roman,Times,serif;font-style:italic;font-size:.85rem;line-height:1.45;color:#475569;margin:.15rem 0 .85rem;min-height:1.2em}.pricing-card .features{list-style:none;padding:0;margin:0}.pricing-card .features li{font-size:.8rem;color:#475569;padding:.25rem 0;display:flex;align-items:center;gap:.35rem}.pricing-card .features li:before{content:"✓";color:#2563eb;font-weight:700}.pricing-card .btn{width:100%;padding:.5rem;font-size:.85rem}.pricing-card .btn-large{padding:.65rem;font-size:.95rem;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 12px #2563eb4d}.pricing-card .btn-large:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 6px 16px #2563eb66;transform:translateY(-1px)}.pricing-calculator{background:#f8fafc;border-radius:16px;padding:2rem;margin-bottom:3rem;border:1px solid #e2e8f0}.pricing-calculator h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;text-align:center}.calculator-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.calc-section h4{font-size:1.1rem;font-weight:600;color:#374151;margin-bottom:1rem}.calc-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e2e8f0;font-size:.95rem}.calc-row span:first-child{color:#64748b}.calc-row span:last-child{font-weight:600;color:#1e293b}.calc-example{text-align:center;margin-top:1.5rem;font-size:1rem;color:#475569}.calc-example strong{color:#2563eb}.pricing-faq{margin-bottom:3rem}.pricing-faq h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.faq-item{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0}.faq-item h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.faq-item p{font-size:.9rem;color:#64748b;line-height:1.5}.pricing-card .best-value-tag{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:.3rem .8rem;border-radius:999px;font-size:.75rem;font-weight:600;display:inline-block;margin-bottom:.5rem}.pricing-card .credits{font-size:1.2rem;font-weight:600;color:#1e293b}.pricing-card .bonus{color:#2563eb;font-weight:600}.pricing-card .per-credit{font-size:.8rem;color:#94a3b8}.pricing-card.featured{transform:scale(1.05);border-color:#2563eb}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin:1rem 0}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:4px;transition:width .3s ease}.progress-text{text-align:center;font-size:.9rem;color:#64748b;margin-top:.5rem}.upload-status{display:flex;align-items:center;gap:.5rem;justify-content:center;margin:1rem 0;font-size:.9rem;color:#64748b}.credits-page{max-width:1100px;margin:0 auto;padding:1.5rem}.credits-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.credits-header h2{font-size:1.5rem;margin:0}.balance-pill{display:flex;align-items:baseline;gap:.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:999px;padding:.5rem 1.25rem}.balance-pill .balance-amount{font-size:1.25rem;font-weight:700}.balance-pill .balance-label{font-size:.85rem;opacity:.9}.credits-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.credit-pack{background:#fff;border-radius:12px;padding:1.25rem;border:2px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;transition:transform .2s,box-shadow .2s}.credit-pack:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.credit-pack.featured{border-color:#2563eb;background:linear-gradient(135deg,#fff,#f0f7ff);transform:scale(1.02)}.credit-pack.featured:hover{transform:scale(1.02) translateY(-2px);box-shadow:0 8px 20px #2563eb26}.pack-header{margin-bottom:.5rem}.pack-header h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.pack-price{font-size:1.75rem;font-weight:800;color:#1e293b;margin:0}.pack-credits{display:flex;align-items:center;gap:.5rem;margin:.5rem 0;flex-wrap:wrap;justify-content:center;min-height:1.75rem}.credits-main{font-size:1.5rem;font-weight:700;color:#1e293b}.credits-unit{font-size:.85rem;color:#64748b}.bonus-badge{background:#dcfce7;color:#166534;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.pack-per{font-size:.75rem;color:#94a3b8;margin:0 0 .75rem;min-height:1rem}.pack-actions{display:flex;gap:.5rem;width:100%;margin-top:auto}.pack-actions .btn{flex:1;padding:.4rem .5rem;font-size:.8rem}.pack-actions .btn-xs{padding:.25rem .4rem;font-size:.7rem;flex:0}@media(max-width:1023px){.main{padding:1.5rem}.hero h1{font-size:2rem}.hero-sub{font-size:1.1rem}.pricing-grid{grid-template-columns:repeat(3,1fr)}.pricing-card{padding:1.25rem .75rem}.pricing-header h3{font-size:1.1rem}.pricing-header .amount{font-size:2.5rem}.credits-grid{grid-template-columns:repeat(3,1fr)}.monitor-grid{grid-template-columns:1fr}.modal-content{min-width:0;width:94vw;max-width:98vw;max-height:90vh;max-height:90dvh}.form-grid,.template-grid{grid-template-columns:1fr}.profile-page{padding:0 .75rem}.profile-header{flex-direction:column;text-align:center;padding:1.5rem}.profile-avatar{width:64px;height:64px;font-size:1.75rem}.profile-card{padding:1.25rem}.danger-item{flex-direction:column;gap:1rem;text-align:center}.purchase-page{padding:1.5rem 1rem}.purchase-card{padding:1.5rem}.purchase-pack .amount{font-size:2.5rem}}@media(max-width:767px){html{font-size:15px}.navbar{padding:0 1rem;height:56px}.navbar .logo{font-size:1.25rem}.nav-links{gap:.75rem}.nav-links a{font-size:.8rem}.main{padding:1rem;max-width:100%}.hero{padding:2rem 0 1.5rem}.hero h1{font-size:1.75rem}.hero-sub{font-size:1rem}.features{grid-template-columns:1fr;gap:1rem}.form-page{max-width:100%;margin:1rem;padding:1.25rem}.converter-card,.card{padding:1.25rem;margin:1rem 0}.btn{padding:.5rem 1rem;font-size:.85rem}.btn-lg{padding:.65rem 1.5rem;font-size:.9rem}.metrics{grid-template-columns:repeat(2,1fr)}.metric-card p{font-size:1.5rem}.pricing-grid{grid-template-columns:1fr}.pricing-card{padding:1.5rem}.pricing-header h3{font-size:1.3rem}.pricing-header .amount{font-size:3rem}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-2px)}.pricing-hero h1{font-size:1.75rem}.pricing-hero p{font-size:1rem}.pricing-badge{padding:.75rem 1.25rem}.calculator-grid,.faq-grid{grid-template-columns:1fr}.credits-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.credit-pack{padding:1rem}.pack-price{font-size:1.5rem}.credits-main{font-size:1.25rem}.pack-actions .btn{font-size:.75rem;padding:.35rem}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:600px}.file-input-label{padding:1rem;max-width:100%}.file-name{max-width:140px}.file-info{max-width:100%}.modal-content{min-width:0;width:calc(100vw - 1.5rem);max-width:calc(100vw - 1.5rem)!important;max-height:95vh;max-height:95dvh;border-radius:8px}.modal-content .template-section,.detail-grid{grid-template-columns:1fr}.modal-body{overflow-x:auto}.branding-modal .modal-header,.branding-modal .modal-body{padding:1rem 1.25rem}.branding-modal .modal-footer{padding:1rem 1.25rem;flex-direction:column;gap:1rem}.branding-modal .modal-footer .btn-group{width:100%;justify-content:center}.form-grid{grid-template-columns:1fr;gap:.75rem}.template-grid{grid-template-columns:1fr}.profile-page{margin:1rem auto}.profile-header{padding:1.5rem 1rem}.profile-avatar{width:56px;height:56px;font-size:1.5rem}.profile-info h2{font-size:1.25rem}.profile-card{padding:1rem}.profile-card h3{font-size:1rem}.api-key-box{flex-direction:column;align-items:flex-start;gap:.5rem}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-value{font-size:.85rem}.danger-item{flex-direction:column;gap:.75rem}.options-row{flex-direction:column;align-items:stretch}.options-row select{min-width:0}.upload-area{padding:1.25rem}.pagination{flex-wrap:wrap;gap:.5rem}.admin-layout{flex-direction:column;align-items:stretch}.admin-sidebar{width:100%;position:static;flex-direction:row;flex-wrap:wrap;gap:.35rem;overflow-x:auto}.admin-sidebar-head{display:none}.actions-row{flex-wrap:wrap}.balance-card{padding:1rem 1.25rem}.balance-amount{font-size:2rem}.mode-tabs{flex-direction:column}.mode-tabs .tab{padding:.5rem 1rem}.social-login .btn-social{width:100%}.purchase-page{padding:1rem}.purchase-card{padding:1.25rem}.purchase-pack .amount{font-size:2.25rem}.purchase-pack h3{font-size:1.2rem}.purchase-options .btn{padding:.75rem 1rem;font-size:.95rem}.purchase-trust{gap:1rem}.contact-grid{grid-template-columns:1fr}.contact-info p{font-size:.85rem;margin-bottom:1rem}.contact-details{gap:.5rem}.contact-detail{font-size:.8rem}.contact-detail svg{width:16px;height:16px}.local-section{padding:2rem 1.5rem}.local-benefits{grid-template-columns:1fr}.local-section h2{font-size:1.5rem}.download-page .cli-features{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-section h4:after{left:50%;transform:translate(-50%)}.footer-brand .footer-desc{max-width:none}.footer-links{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem}.footer-company{text-align:center}.cookie-consent{flex-direction:column;text-align:center;gap:.75rem}.dashboard h2{font-size:1.4rem}.dashboard h3{font-size:1.1rem;margin-top:1.5rem}.balance-card{flex-direction:column;align-items:flex-start;gap:.25rem}.balance-amount{font-size:1.75rem}.filter-row{flex-direction:column;gap:.5rem;grid-template-columns:1fr!important}.filter-row label{flex:1 1 100%!important;min-width:0!important}.filter-row .btn{width:100%;justify-content:center}.nav-links a,.nav-links button,.btn,.btn-sm,.btn-xs{min-height:44px}.nav-links .btn-theme-toggle{align-self:center}.dashboard table td,.dashboard table th{padding:.4rem .35rem;font-size:.78rem}.dashboard table th{white-space:nowrap}.dashboard td .btn{padding:.25rem .4rem;min-height:32px}.dashboard .status{font-size:.7rem;padding:.15rem .35rem}.dashboard .badge{font-size:.65rem;padding:.15rem .35rem}.dashboard .table-responsive{margin:0 -.75rem;padding:0 .75rem}.pagination-bar{flex-direction:column;gap:.5rem}.page-size{width:100%}.pagination{width:100%;justify-content:center}.admin-content .filter-bar{margin:0 -.75rem;padding:.75rem}.admin-content .table-card{margin:0 -.75rem}}@media(max-width:480px){html{font-size:14px}.navbar{height:52px}.navbar .logo{font-size:1.1rem}.nav-links{gap:.5rem}.nav-links a{font-size:.75rem}.main{padding:.75rem}.hero h1{font-size:1.5rem}.hero-sub{font-size:.9rem}.metrics{grid-template-columns:1fr}.metric-card{padding:1rem}.metric-card p{font-size:1.25rem}.credits-grid{grid-template-columns:1fr}.credit-pack{padding:.75rem}.pricing-card{padding:1.25rem}.pricing-header .amount{font-size:2.25rem}.btn{padding:.45rem .75rem;font-size:.8rem}.btn-sm{padding:.3rem .65rem;font-size:.75rem}.btn-xs{padding:.2rem .4rem;font-size:.65rem}.form-page,.converter-card,.card{padding:1rem}.branding-modal .modal-header,.branding-modal .modal-body,.branding-modal .modal-footer{padding:.75rem 1rem}.profile-header{padding:1rem}.profile-avatar{width:48px;height:48px;font-size:1.25rem}.profile-card{padding:.75rem}.danger-item{padding:.75rem 0}.purchase-page{padding:.75rem}.purchase-card{padding:1rem}.purchase-pack .amount{font-size:2rem}.purchase-pack h3{font-size:1.1rem}.purchase-options .btn{padding:.65rem .75rem;font-size:.9rem}.purchase-trust{gap:.75rem}.trust-item{font-size:.75rem}.dashboard h2{font-size:1.2rem}.dashboard table td,.dashboard table th{padding:.3rem .25rem;font-size:.7rem}.dashboard td .status{font-size:.65rem;padding:.1rem .25rem}.dashboard td .badge{font-size:.6rem;padding:.1rem .25rem}.balance-amount{font-size:1.5rem}.dashboard .balance-card{padding:.75rem 1rem}.dashboard .error-msg{font-size:.65rem}}.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;z-index:200;padding:1rem;display:flex;justify-content:center;pointer-events:none}.cookie-consent{background:#1e293b;color:#e2e8f0;max-width:640px;width:100%;padding:1.25rem 1.5rem;border-radius:12px;box-shadow:0 4px 24px #0000004d;display:flex;align-items:center;gap:1.25rem;pointer-events:auto}.cookie-consent h4{font-size:.95rem;margin-bottom:.25rem;color:#f1f5f9}.cookie-consent p{font-size:.8rem;color:#94a3b8;line-height:1.5}.cookie-consent-actions{display:flex;gap:.5rem;flex-shrink:0}.contact-page h2{margin-bottom:0}.contact-grid{display:grid;grid-template-columns:350px 1fr;gap:1.5rem;margin-top:1.5rem}.contact-info h3,.contact-form h3{margin-bottom:1rem}.contact-details{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.contact-detail{display:flex;align-items:center;gap:.75rem;color:#475569;font-size:.9rem}.contact-detail svg{color:#3b82f6;flex-shrink:0}.contact-form textarea{width:100%;padding:.65rem .85rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;transition:border-color .15s}.contact-form textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.legal-page h2{margin-bottom:0}.legal-content h3{font-size:1.05rem;margin:1.5rem 0 .5rem;color:#1e293b}.legal-content h3:first-of-type{margin-top:0}.legal-content p,.legal-content li{color:#475569;font-size:.9rem;line-height:1.7}.legal-content ul{padding-left:1.5rem;margin:.5rem 0}.legal-content li{margin-bottom:.35rem}.legal-content em{color:#64748b;font-size:.85rem}.legal-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;font-size:.85rem;color:#64748b;text-align:center}.local-section{background:linear-gradient(135deg,#059669,#047857);border-radius:16px;padding:3rem 2.5rem;margin:2rem 0;color:#fff}.local-section-content{max-width:900px;margin:0 auto}.local-section h2{font-size:2rem;font-weight:800;margin:0 0 .75rem;color:#fff}.local-sub{font-size:1.1rem;line-height:1.7;color:#d1fae5;margin-bottom:2rem}.local-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.local-benefit{display:flex;gap:1rem;align-items:flex-start}.local-benefit svg{flex-shrink:0;margin-top:2px}.local-benefit h4{font-size:.95rem;font-weight:700;margin:0 0 .25rem;color:#fff}.local-benefit p{font-size:.85rem;line-height:1.5;color:#a7f3d0;margin:0}.download-page .cli-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.download-page .cli-feature{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#475569}.download-page .cli-feature svg{flex-shrink:0}.download-page .platform-label{display:inline-flex;align-items:center;gap:.4rem;font-weight:600}.download-page .coming-soon-label{color:#94a3b8;font-style:italic;font-size:.85rem;display:inline-block;padding-left:.85rem}.download-page .card-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.download-page .card-header-row h3{margin:0}.download-page .card-header-link{font-size:.9rem;color:#2563eb;text-decoration:none;font-weight:500}.download-page .card-header-link:hover{text-decoration:underline}.download-page .page-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.download-page .page-header-row h2{margin:0}.download-page .released-at{font-size:.85rem;color:#64748b}.code-block{background:#0f172a;border-radius:8px;padding:1.25rem;overflow-x:auto}.code-block pre{margin:0;white-space:pre}.code-block code{font-family:SF Mono,Consolas,Courier New,monospace;font-size:.85rem;color:#e2e8f0;line-height:1.6}.footer{background:#1e293b;padding:0;text-align:left;border-top:3px solid #2563eb}.footer-content{max-width:1100px;margin:0 auto;padding:2.5rem 2rem 1.5rem;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:3rem;align-items:start}.footer-section h4{color:#f1f5f9;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.9rem;position:relative;padding-bottom:.5rem}.footer-section h4:after{content:"";position:absolute;bottom:0;left:0;width:24px;height:2px;background:#3b82f6;border-radius:1px}.footer-brand .footer-desc{color:#94a3b8;font-size:.85rem;line-height:1.65;margin:0;max-width:300px}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#94a3b8;font-size:.85rem;transition:color .15s;width:fit-content}.footer-links a:hover{color:#60a5fa;text-decoration:none}.footer-company p{color:#94a3b8;font-size:.85rem;line-height:1.6;margin:0}.footer-company a{color:#60a5fa;font-size:.85rem;transition:color .15s}.footer-company a:hover{color:#93c5fd;text-decoration:none}.footer-addr{color:#64748b!important;font-size:.8rem!important}.footer-bottom{display:flex;align-items:center;justify-content:center;gap:.5rem;border-top:1px solid #334155;padding:.9rem 2rem;color:#64748b;font-size:.78rem;flex-wrap:wrap}.footer-bottom a{color:#64748b;transition:color .15s}.footer-bottom a:hover{color:#60a5fa;text-decoration:none}.footer-divider{color:#475569}.nav-mobile-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}@media(max-width:900px){.nav-mobile-toggle{display:block}.nav-links{position:fixed;top:56px;left:0;right:0;background:#1e293b;flex-direction:column;padding:1rem;gap:0;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .3s,opacity .3s;z-index:99}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links a{padding:.75rem 1rem;border-bottom:1px solid #334155;display:block;width:100%}.nav-links a:last-child{border-bottom:none}.nav-links button{width:100%}.nav-links .btn-theme-toggle{justify-content:flex-start;padding:.75rem 1rem;border:1px solid #475569;border-bottom:1px solid #334155;gap:.5rem;border-radius:8px}.nav-dropdown{display:flex;flex-direction:column;width:100%;height:auto;align-items:stretch}.nav-dropdown-trigger{display:none}.nav-dropdown-menu{position:static;opacity:1;pointer-events:auto;transform:none;background:none;border:none;box-shadow:none;min-width:auto;margin:0}.nav-dropdown-menu:after{display:none}.nav-links>span{width:100%;box-sizing:border-box}.user-dropdown-item{padding:.75rem 1rem;border-bottom:1px solid #334155;width:100%;box-sizing:border-box}.user-dropdown-divider{display:none}}@media(hover:none)and (pointer:coarse){.btn,.nav-links a,.btn-sm,.btn-xs{min-height:44px;min-width:44px}.feature-card:hover,.pricing-card:hover,.credit-pack:hover{transform:none;box-shadow:0 1px 3px #00000014}.metric-card:hover{transform:none}.metric-card.warning{background:#451a03;border-color:#78350f}.metric-card.warning p{color:#fbbf24}.concurrency-bar,.disk-bar{background:#334155}.rate-limit-card.warning{background:#451a03;border-color:#78350f}.rate-limit-card.danger{background:#450a0a;border-color:#7f1d1d}.rate-limit-metrics{color:#94a3b8}.rate-limit-metrics strong{color:#f1f5f9}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.btn-theme-toggle{background:none;border:1px solid #475569;border-radius:8px;color:#e2e8f0;cursor:pointer;padding:.4rem .55rem;display:flex;align-items:center;justify-content:center;transition:all .15s;line-height:1;gap:.2rem}.btn-theme-toggle:hover{background:#334155;border-color:#60a5fa;color:#60a5fa}.theme-auto-badge{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:3px;background:#475569;color:#e2e8f0;font-size:.65rem;font-weight:700;line-height:1}.nav-dropdown{position:relative;display:inline-flex;height:64px;align-items:center}.nav-dropdown-trigger{display:flex;align-items:center;gap:.35rem;background:none;border:1px solid #475569;border-radius:8px;color:#e2e8f0;cursor:pointer;padding:.45rem .65rem;font-size:.8rem;transition:all .15s;white-space:nowrap}.nav-dropdown-trigger:hover{background:#334155;border-color:#60a5fa;color:#60a5fa}.nav-dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;padding-top:0;background:#1e293b;border:1px solid #475569;border-radius:8px;box-shadow:0 8px 24px #0000004d;z-index:600}.nav-dropdown-menu:after{content:"";position:absolute;top:-8px;right:1.5rem;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #1e293b}.user-dropdown-item{display:flex;align-items:center;padding:.6rem .85rem;color:#e2e8f0;font-size:.85rem;text-decoration:none;transition:background .1s;cursor:pointer;border:none;background:none;width:100%;text-align:left;white-space:nowrap}.user-dropdown-item:hover{background:#334155;color:#60a5fa;text-decoration:none}.user-dropdown-logout{color:#fca5a5;border-radius:0 0 8px 8px}.user-dropdown-logout:hover{background:#7f1d1d;color:#fecaca}.user-dropdown-divider{height:1px;background:#475569;margin:0}.monitor-iframe-card{padding:0;overflow:hidden}.monitor-iframe-card h3{padding:1rem 1.5rem 0;border-bottom:1px solid #e2e8f0;margin-bottom:0}.monitor-iframe-wrapper{position:relative;width:100%;height:85vh;min-height:600px}.monitor-iframe{width:100%;height:100%;border:none}.monitor-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.monitor-grid>*{height:100%;display:flex;flex-direction:column;justify-content:flex-start;min-width:0}.monitor-grid>*>.card-desc{flex:1}.monitor-grid .card{padding:1.5rem;border-radius:12px;text-align:left;margin:0}.monitor-grid .card h3{margin-bottom:.5rem;font-size:.9rem;text-transform:none;letter-spacing:0;color:#64748b;font-weight:600}.monitor-grid .card p{font-size:1.5rem;font-weight:700;margin:.25rem 0;color:#1e293b}.monitor-grid .card .metric-sub{font-size:.78rem;color:#64748b;margin-top:.2rem}.monitor-grid .card .val-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin:.25rem 0}.monitor-grid .card .val-row span{font-size:.82rem;color:#64748b}.monitor-grid .card .val-row strong{color:#1e293b}.monitor-grid .card .action-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.monitor-grid .card .btn{margin:0}.monitor-grid .card .tag{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600}.monitor-grid .card .tag.normal{background:#e2e8f0;color:#475569}.monitor-grid .card .tag.warning{background:#fef3c7;color:#92400e}.monitor-grid .card .tag.danger{background:#fee2e2;color:#991b1b}.monitor-grid .card .tag.tx-purchase{background:#dbeafe;color:#1e40af}.monitor-grid .conv-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.monitor-grid .conv-types .card{padding:.75rem 1rem;text-align:center}.monitor-grid .conv-types .card h3{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.2rem;font-weight:600}.monitor-grid .conv-types .card p{font-size:1.1rem;margin:.15rem 0}html[data-theme=dark] .monitor-grid .card{color:#e2e8f0}html[data-theme=dark] .monitor-grid .card h3{color:#94a3b8}html[data-theme=dark] .monitor-grid .card p{color:#f1f5f9}html[data-theme=dark] .monitor-grid .card .metric-sub,html[data-theme=dark] .monitor-grid .card .val-row span{color:#94a3b8}html[data-theme=dark] .monitor-grid .card .val-row strong{color:#f1f5f9}html[data-theme=dark] .monitor-grid .conv-types .card h3{color:#64748b}html[data-theme=dark] .monitor-grid .card .tag.normal{background:#334155;color:#cbd5e1}html[data-theme=dark] .monitor-grid .card .tag.warning{background:#451a03;color:#fbbf24}html[data-theme=dark] .monitor-grid .card .tag.danger{background:#450a0a;color:#fca5a5}html[data-theme=dark] .monitor-grid .card .tag.tx-purchase{background:#1e3a5f;color:#93c5fd}.grafana-offline{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center;background:linear-gradient(135deg,#f8fafc,#f0f7ff);color:#1e293b}.grafana-offline-icon{color:#94a3b8;margin-bottom:1rem}.grafana-offline h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.grafana-offline-desc{max-width:480px;color:#64748b;margin-bottom:1.5rem;font-size:.95rem}.grafana-offline-steps{display:flex;flex-direction:column;gap:.75rem;max-width:480px;width:100%;margin-bottom:1.5rem;text-align:left}.grafana-offline-steps .step{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;font-size:.9rem}.step-num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#2563eb;color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0}.grafana-offline-steps code{flex:1;background:#f8fafc;padding:.2rem .5rem;border-radius:4px;font-size:.85rem;font-family:SF Mono,Consolas,monospace;color:#2563eb}.grafana-offline .btn{margin-top:.5rem}.filter-bar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.filter-bar h3{margin-bottom:1rem;font-size:1rem}.filter-row{display:grid;gap:.75rem;align-items:end}.filter-row-users{grid-template-columns:1fr 160px auto}.filter-row+.filter-row{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.filter-row label{display:flex;flex-direction:column;gap:.3rem;margin-bottom:0;min-width:0}.filter-row label .form-label{font-size:.78rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:0}.filter-row label input,.filter-row label select{width:100%;height:38px;padding:0 .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;color:#1a1a1a;outline:none;transition:border-color .15s,box-shadow .15s}.filter-row label input:focus,.filter-row label select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.filter-row .btn{height:38px;white-space:nowrap;align-self:end}.user-id-cell{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tx-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.tx-purchase{background:#dbeafe;color:#1e40af}.tx-purchase_simulated{background:#f0f7ff;color:#1d4ed8}.tx-adjustment{background:#fef3c7;color:#92400e}.tx-conversion{background:#dcfce7;color:#166534}.tx-refund{background:#f3e8ff;color:#7c3aed}.tx-expiry{background:#fee2e2;color:#991b1b}.tx-provider,.tx-pack{display:inline-block;margin-right:.5rem;font-size:.8rem;color:#64748b}.tx-empty{color:#94a3b8}.table-card .table-responsive{margin:0}.table-card table{border-radius:0;box-shadow:none;border:0}.table-card .pagination-bar{padding:.75rem 1.5rem;margin:0;background:#f8fafc;border-top:1px solid #e2e8f0}.table-card tbody tr:hover td{background:#f1f5f9!important;color:inherit}html[data-theme=dark] .table-card tbody tr:hover td{background:#2d3f55!important;color:inherit}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.form-select{padding:.35rem .65rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;background:#fff;color:#1a1a1a;cursor:pointer}html[data-theme=dark] .form-select{background:#0f172a;border-color:#334155;color:#e2e8f0}.pagination{display:flex;align-items:center;gap:.5rem;line-height:1.5;margin:0}.pagination .btn{padding:.3rem .85rem;font-size:.85rem;border-radius:6px;background:#f1f5f9;border:1px solid #d1d5db;color:#1e293b;cursor:pointer;transition:all .15s;line-height:1.5}.pagination .btn:hover:not(:disabled){background:#e2e8f0;border-color:#94a3b8}.pagination .btn:disabled{opacity:.4;cursor:not-allowed;background:#f8fafc}.pagination span{font-size:.85rem;color:#64748b;padding:0 .25rem;white-space:nowrap}.page-size{display:flex;align-items:center}.page-size label{display:flex;align-items:center;gap:.5rem;margin:0;font-size:.9rem;white-space:nowrap;line-height:1.5;height:100%}.page-size select{padding:.3rem 2rem .3rem .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;background:#fff;line-height:1.5;appearance:none;-webkit-appearance:none;-moz-appearance:none}.total-info{font-size:.9rem;color:#64748b}.log-message{font-size:.85rem;font-family:SF Mono,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.4;max-height:4.2em;word-break:break-word;min-width:0}.log-cell{display:flex;align-items:baseline;gap:.15rem;max-width:100%}.id-cell{display:flex;align-items:baseline;gap:.15rem;max-width:100%;overflow:hidden}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;padding:0 .3rem;border-radius:999px;background:#2563eb;color:#fff;font-size:.6rem;font-weight:700;line-height:1;flex-shrink:0}.id-link{font-size:.75rem;font-family:SF Mono,Consolas,monospace;color:#2563eb;text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0}.id-link:hover{text-decoration:underline}.group-row:hover{background:#f1f5f9}html[data-theme=dark] .group-row:hover{background:#334155}.log-message-more{color:#2563eb;cursor:pointer;font-size:.75rem;white-space:nowrap}.log-message-more:hover{text-decoration:underline}tr.log-message-row td{border-bottom:1px solid #dbe2ea;padding-top:0;padding-left:1.75rem}.log-message-row .log-message{padding-top:2px}html[data-theme=dark] tr.log-message-row td{border-bottom-color:#4b5a6c}.log-modal{max-width:95vw}@media(min-width:768px){.log-modal{width:700px}}.log-modal .modal-body{font-family:SF Mono,Consolas,monospace;font-size:.85rem;white-space:pre-wrap;word-break:break-word;max-height:70vh}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h3{margin:0;font-size:1.1rem;font-weight:700;color:#1e293b}.modal-header .btn{margin:0}.btn-close-modal{background:none;border:none;color:#94a3b8;padding:.35rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.btn-close-modal:hover{background:#334155;color:#e2e8f0}.modal-body{padding:1.5rem;flex:1;overflow-y:auto}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.detail-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.detail-item:last-child{border-bottom:none}.detail-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:.9rem;color:#1e293b}.detail-value.positive{color:#16a34a;font-weight:600}.detail-value.negative{color:#dc2626;font-weight:600}.purchase-details{margin-top:1.5rem;padding:1rem;background:#f0f7ff;border-radius:8px;border:1px solid #dbeafe}.purchase-details h4{margin:0 0 .5rem;font-size:1rem;color:#1e40af}.purchase-details p{margin:0;font-size:.9rem;color:#1e40af}.timeline-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e2e8f0;background:#f8fafc;border-radius:8px;padding:1rem 1.5rem}.timeline-section h4{margin:0 0 1rem;font-size:.9rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.timeline{position:relative;padding-left:1.75rem}.timeline:before{content:"";position:absolute;left:7px;top:4px;bottom:4px;width:2px;background:#d1d5db;border-radius:1px}.timeline-item{position:relative;padding-bottom:1rem;min-height:1.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-1.75rem;top:3px;width:12px;height:12px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px #94a3b8;background:#fff;z-index:1}.timeline-success .timeline-dot{background:#22c55e;box-shadow:0 0 0 2px #22c55e}.timeline-info .timeline-dot{background:#3b82f6;box-shadow:0 0 0 2px #3b82f6}.timeline-warning .timeline-dot{background:#f59e0b;box-shadow:0 0 0 2px #f59e0b}.timeline-error .timeline-dot{background:#dc2626;box-shadow:0 0 0 2px #dc2626}.timeline-content{display:flex;flex-direction:column;gap:.1rem;margin-left:0}.timeline-timestamp{font-size:.75rem;font-weight:600;color:#64748b;font-family:SF Mono,Consolas,monospace}.timeline-message{font-size:.875rem;color:#1e293b;line-height:1.5}.purchase-page{max-width:720px;margin:0 auto;padding:2rem 1rem}.purchase-page>h2{text-align:center;font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.purchase-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.purchase-pack{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f1f5f9}.purchase-pack h3{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.purchase-pack .price{display:flex;align-items:flex-start;justify-content:center;gap:.15rem;margin:.5rem 0}.purchase-pack .currency{font-size:1.25rem;font-weight:600;color:#2563eb;margin-top:.2rem}.purchase-pack .amount{font-size:3rem;font-weight:800;color:#1e293b;line-height:1}.purchase-pack .credits-row{display:flex;align-items:center;gap:.4rem;justify-content:center;margin:.5rem 0;flex-wrap:wrap}.purchase-pack .credits{font-size:1.5rem;font-weight:700;color:#1e293b}.purchase-pack .credits-label{font-size:1rem;color:#64748b}.purchase-pack .bonus{background:#dcfce7;color:#166534;padding:.25rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600;margin-left:.25rem}.purchase-pack .per-credit{font-size:.85rem;color:#94a3b8;margin-top:.25rem}.purchase-pack .description{font-size:.95rem;color:#64748b;font-style:italic;margin-top:.75rem}.purchase-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.purchase-options .btn{width:100%;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s}.purchase-trust{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#64748b}.trust-item svg{width:16px;height:16px;color:#16a34a;flex-shrink:0}.purchase-guarantee{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:1rem;text-align:center;margin-top:1rem}.purchase-guarantee p{font-size:.85rem;color:#166534;margin:0}.purchase-timer{text-align:center;font-size:.8rem;color:#6b7280;margin-bottom:1rem;padding:.5rem;background:#f8fafc;border-radius:6px}.coming-soon-label{display:block;text-align:center;padding:1rem 2rem;background:#f1f5f9;border-radius:8px;color:#64748b;font-weight:600;font-size:1.1rem}.test-mode-notice{text-align:center;font-size:.8rem;color:#92400e;margin-top:.75rem}.skeleton{pointer-events:none}.skeleton-line{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;border-radius:4px;animation:skeleton-shimmer 1.5s infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media print{.footer-content{grid-template-columns:1fr;text-align:center;padding:1.5rem 1.25rem 1rem;gap:1.5rem}.footer-section h4:after{left:50%;transform:translate(-50%)}.footer-links{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.75rem}.footer-company{text-align:center}.cookie-consent-overlay{padding:.5rem}.cookie-consent{padding:1rem}.navbar,.footer,.btn,.modal-overlay,.modal-content,.loading-bar-container{display:none!important}.main{max-width:100%;padding:0}body{background:#fff;color:#000}.app{min-height:auto}}html[data-theme=dark] td{border-bottom-color:#0f172a!important}html[data-theme=dark] body{background:#0f172a;color:#e2e8f0}html[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}html[data-theme=dark] ::-webkit-scrollbar-track{background:#0f172a}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#64748b}html[data-theme=dark] *{scrollbar-color:#475569 #0f172a;scrollbar-width:thin}html[data-theme=dark] .navbar{background:#1e293b}html[data-theme=dark] .footer{background:#1e293b;color:#94a3b8}html[data-theme=dark] .breadcrumb{color:#94a3b8}html[data-theme=dark] .breadcrumb-current{color:#e2e8f0}html[data-theme=dark] .breadcrumb-link{color:#60a5fa}html[data-theme=dark] .feature-card,html[data-theme=dark] .card,html[data-theme=dark] .converter-card,html[data-theme=dark] .form-page,html[data-theme=dark] .profile-card,html[data-theme=dark] .metric-card{background:#1e293b;border:1px solid #334155}html[data-theme=dark] .card h3,html[data-theme=dark] .metric-card h3{color:#e2e8f0}html[data-theme=dark] .card p{color:#cbd5e1}html[data-theme=dark] .metric-card>.metric-sub,html[data-theme=dark] .metric-card p .metric-sub{color:#94a3b8}html[data-theme=dark] .metric-card.danger{background:#450a0a;border-color:#7f1d1d}html[data-theme=dark] .metric-card.danger p{color:#f87171}html[data-theme=dark] .metric-card.warning{background:#451a03;border-color:#78350f}html[data-theme=dark] .metric-card.warning p{color:#fbbf24}html[data-theme=dark] .concurrency-bar,html[data-theme=dark] .disk-bar{background:#334155}html[data-theme=dark] .feature-card h3,html[data-theme=dark] .profile-card h3,html[data-theme=dark] .section-title,html[data-theme=dark] .pricing-header h3{color:#f1f5f9}html[data-theme=dark] .feature-card p{color:#94a3b8}html[data-theme=dark] table{background:#1e293b}html[data-theme=dark] th{background:#1e293b;color:#94a3b8}html[data-theme=dark] td{border-bottom-color:#334155}html[data-theme=dark] .table-card td input[type=text],html[data-theme=dark] .table-card td input[type=number]{background:#0f172a;border-color:#334155;color:#e2e8f0}html[data-theme=dark] .table-card td input[type=text]:focus,html[data-theme=dark] .table-card td input[type=number]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}html[data-theme=dark] .table-counts-table tbody td{color:#f1f5f9;border-bottom-color:#334155}html[data-theme=dark] html[data-theme=dark] .table-counts-table tbody tr:hover td,html[data-theme=dark] .table-counts-table tbody tr:hover td{background:#2d3f55!important}html[data-theme=dark] .form-input{background:#0f172a;border-color:#334155;color:#e2e8f0}html[data-theme=dark] label input[type=email],html[data-theme=dark] label input[type=password],html[data-theme=dark] label input[type=text],html[data-theme=dark] label input[type=number],html[data-theme=dark] label input[type=date],html[data-theme=dark] label input[type=datetime-local],html[data-theme=dark] label input[type=url],html[data-theme=dark] label input:not([type]),html[data-theme=dark] label select{background:#0f172a;border-color:#334155;color:#e2e8f0}html[data-theme=dark] label input[type=email]:focus,html[data-theme=dark] label input[type=password]:focus,html[data-theme=dark] label input[type=text]:focus,html[data-theme=dark] label input[type=number]:focus,html[data-theme=dark] label input[type=date]:focus,html[data-theme=dark] label input[type=datetime-local]:focus,html[data-theme=dark] label input[type=url]:focus,html[data-theme=dark] label input:not([type]):focus,html[data-theme=dark] label select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}html[data-theme=dark] label input[type=checkbox]{accent-color:#2563eb}html[data-theme=dark] .btn{background:#1e293b;border-color:#334155;color:#e2e8f0}html[data-theme=dark] .btn:hover{background:#334155}html[data-theme=dark] .btn-secondary{background:#1e293b;color:#e2e8f0}html[data-theme=dark] .btn-ghost{color:#94a3b8}html[data-theme=dark] .btn-ghost:hover{color:#e2e8f0}html[data-theme=dark] .btn-demo{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 4px 12px #2563eb4d}html[data-theme=dark] .btn-demo:hover{background:#1e40af}html[data-theme=dark] .btn-download-ready{animation:download-glow 1.6s ease-in-out infinite}html[data-theme=dark] .options-row select{background:#0f172a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2360a5fa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right .75rem center;background-size:16px;border-color:#334155;color:#e2e8f0}html[data-theme=dark] .options-row select:hover{border-color:#60a5fa}html[data-theme=dark] .upload-area{background:#1e293b;border-color:#334155}html[data-theme=dark] .upload-area:hover{border-color:#2563eb;background:#1e293b}html[data-theme=dark] .file-input-label{background:#1e293b;border-color:#334155}html[data-theme=dark] .file-input-label:hover{border-color:#2563eb;background:#1e293b}html[data-theme=dark] .file-input-label .file-input-text{color:#f1f5f9}html[data-theme=dark] .file-info{background:#1e293b;border-color:#334155;color:#e2e8f0}html[data-theme=dark] .file-name{color:#f1f5f9}html[data-theme=dark] .pricing-card,html[data-theme=dark] .credit-pack{background:#1e293b;border-color:#334155}html[data-theme=dark] .price,html[data-theme=dark] .metric-card p,html[data-theme=dark] .pricing-header .amount,html[data-theme=dark] .pricing-header .currency{color:#f1f5f9}html[data-theme=dark] .btn-sample{background:#1e293b;border-color:#334155;color:#93c5fd}html[data-theme=dark] .btn-sample:hover{background:#1e3a5f;border-color:#2563eb}html[data-theme=dark] .sample-files-label{color:#64748b}html[data-theme=dark] .result-card{background:#064e3b;border-color:#059669}html[data-theme=dark] .converter-card{background:#1e293b;border-color:#334155}html[data-theme=dark] .watermark-notice{color:#60a5fa}html[data-theme=dark] .progress-bar{background:#334155}html[data-theme=dark] .btn-primary:disabled{background:#1e3a5f;opacity:.5}html[data-theme=dark] .coming-soon-label{background:#1e293b;color:#94a3b8}html[data-theme=dark] .purchase-timer{background:#0f172a;border:1px solid #334155;color:#94a3b8}html[data-theme=dark] .branding-modal textarea{background:#0f172a;color:#e2e8f0;border-color:#334155}html[data-theme=dark] .legal-content h3{color:#f1f5f9}html[data-theme=dark] .legal-content p,html[data-theme=dark] .legal-content li{color:#cbd5e1}html[data-theme=dark] .legal-content em{color:#94a3b8}html[data-theme=dark] .legal-footer{border-top-color:#334155;color:#94a3b8}html[data-theme=dark] .purchase-card,html[data-theme=dark] .purchase-page{background:#1e293b;border-color:#334155}html[data-theme=dark] .purchase-page>h2{color:#f1f5f9}html[data-theme=dark] .purchase-pack h3,html[data-theme=dark] .purchase-pack .amount{color:#f1f5f9}html[data-theme=dark] .purchase-pack .currency{color:#60a5fa}html[data-theme=dark] .purchase-pack .credits{color:#f1f5f9}html[data-theme=dark] .purchase-pack .credits-label,html[data-theme=dark] .purchase-pack .per-credit,html[data-theme=dark] .purchase-pack .description{color:#94a3b8}html[data-theme=dark] .purchase-trust{border-top-color:#334155}html[data-theme=dark] .trust-item{color:#94a3b8}html[data-theme=dark] .trust-item svg{color:#22c55e}html[data-theme=dark] .purchase-guarantee{background:#064e3b;border-color:#059669}html[data-theme=dark] .purchase-guarantee p{color:#6ee7b7}html[data-theme=dark] .bonus-banner-inner{background:linear-gradient(135deg,#1e293b,#334155)}html[data-theme=dark] .bonus-text{color:#fff}html[data-theme=dark] .bonus-text span{color:#cbd5e1}@media(prefers-color-scheme:dark){body{background:#0f172a;color:#e2e8f0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}*{scrollbar-color:#475569 #0f172a;scrollbar-width:thin}.navbar{background:#1e293b}.footer{background:#1e293b;color:#94a3b8}.breadcrumb{color:#94a3b8}.breadcrumb-current{color:#e2e8f0}.breadcrumb-link{color:#60a5fa}.feature-card,.card,.converter-card,.form-page,.profile-card,.metric-card{background:#1e293b;border:1px solid #334155}.card h3,.metric-card h3{color:#e2e8f0}.card p{color:#cbd5e1}.metric-card>.metric-sub,.metric-card p .metric-sub{color:#94a3b8}.metric-card.danger{background:#450a0a;border-color:#7f1d1d}.metric-card.danger p{color:#f87171}.metric-card.warning{background:#451a03;border-color:#78350f}.metric-card.warning p{color:#fbbf24}.metric-card.danger .concurrency-fill{background:#dc2626}.metric-card.warning .concurrency-fill{background:#d97706}.rate-limit-card.warning{background:#451a03;border-color:#78350f}.rate-limit-card.danger{background:#450a0a;border-color:#7f1d1d}.concurrency-bar,.disk-bar{background:#334155}.feature-card h3,.profile-card h3,.section-title,.pricing-header h3{color:#f1f5f9}.monitor-group-title{color:#cbd5e1;border-bottom-color:#334155}.monitor-group-desc,.feature-card p,.form-hint,.card-desc,.detail-label,.profile-meta{color:#94a3b8}table{background:#1e293b}th{background:#1e293b;color:#94a3b8}td{border-bottom-color:#334155}.table-card td input[type=text],.table-card td input[type=number]{background:#0f172a;border-color:#334155;color:#e2e8f0}.table-card td input[type=text]:focus,.table-card td input[type=number]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.table-counts-table tbody td{color:#f1f5f9;border-bottom-color:#334155}html[data-theme=dark] .table-counts-table tbody tr:hover td,.table-counts-table tbody tr:hover td{background:#2d3f55}.contact-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}label input[type=checkbox]{accent-color:#2563eb;width:1rem;height:1rem}label input[type=color]{background:#0f172a;border-color:#334155;padding:.2rem;border-radius:6px}label input[type=color]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.form-grid label,.template-grid label{color:#94a3b8}.btn{background:#1e293b;border-color:#334155;color:#e2e8f0}.btn:hover{background:#334155}.btn-secondary{background:#1e293b;color:#e2e8f0}.btn-ghost{color:#94a3b8}.btn-ghost:hover{color:#e2e8f0}.btn-demo{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 4px 12px #2563eb4d}.btn-demo:hover{background:#1e40af;box-shadow:0 6px 16px #2563eb66}.btn-primary:disabled{background:#1e3a5f;opacity:.5}.options-row select{background:#0f172a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2360a5fa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right .75rem center;background-size:16px;border-color:#334155;color:#e2e8f0}.options-row select:hover{border-color:#60a5fa}.options-row select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.upload-area{background:#1e293b;border-color:#334155}.upload-area:hover{border-color:#2563eb;background:#1e293b}.file-input-label{background:#1e293b;border-color:#334155}.file-input-label:hover{border-color:#2563eb;background:#1e293b}.file-input-label .file-input-text{color:#f1f5f9}.file-input-button{background:#0f172a;border-color:#334155;color:#94a3b8}.file-input-button:hover{border-color:#2563eb;background:#1e293b}.file-info{background:#1e293b;border-color:#334155;color:#e2e8f0}.file-name{color:#f1f5f9}.pricing-card,.faq-item,.credit-pack,.pricing-calculator{background:#1e293b;border-color:#334155}.modal-content{background:#1e293b}.modal-header{border-bottom-color:#334155}.modal-footer{border-top-color:#334155}.modal-header h3{color:#f1f5f9}.modal-content label textarea{background:#0f172a;color:#e2e8f0;border-color:#334155}.branding-modal .modal-header,.branding-modal .modal-footer{background:#1e293b;border-color:#334155}.branding-table{background:#1e293b;border-color:#334155;box-shadow:0 4px 6px #0003,0 1px 3px #0000004d}.branding-table thead th,.table-counts-table thead th{background:linear-gradient(135deg,#1d4ed8,#1e40af)}.branding-table tbody tr,.branding-table tbody td{border-bottom-color:#334155}html[data-theme=dark] .branding-table tbody tr:hover,.branding-table tbody tr:hover{background:#2d3f55}.branding-table tbody tr:hover .profile-name{color:#60a5fa}.branding-table .profile-name{color:#f1f5f9}.branding-table .empty-row{background:#1e293b;color:#94a3b8}.template-grid label textarea{background:#0f172a;color:#e2e8f0;border-color:#334155}.api-key-box{background:#1e293b;border-color:#334155}.danger-zone{background:#1e293b}.progress-bar{background:#334155}.price,.metric-card p,.pricing-hero h1,.pricing-header .amount,.pricing-header .currency,.credits-row .credits,.total-credits strong,.pricing-calculator h3,.pricing-faq h3,.faq-item h4,.calc-row span:last-child,.pricing-card .credits,.pack-header h3,.pack-price,.credits-main,.api-key-text,.detail-value,.danger-info h4,.file-input-text{color:#f1f5f9}.pricing-card .description,.total-credits,.calc-row span:first-child,.pricing-card .features li,.per-credit,.pack-per,.pack-credits .credits-unit{color:#94a3b8}.pricing-card.featured,.credit-pack.featured{background:linear-gradient(135deg,#1e293b,#1e3a5f)}.pricing-badge{background:#1e3a5f;border-color:#2563eb}.pricing-badge .highlight{color:#60a5fa}.pricing-badge .sub{color:#93c5fd}.best-value-badge,.pricing-card .best-value-tag{background:linear-gradient(135deg,#2563eb,#3b82f6)}.watermark-notice{color:#60a5fa}.legal-content h3{color:#f1f5f9}.legal-content p,.legal-content li{color:#cbd5e1}.legal-content em{color:#94a3b8}.legal-footer{border-top-color:#334155;color:#94a3b8}.contact-info p{color:#94a3b8!important}.contact-detail{color:#94a3b8}.result-card{background:#064e3b;border-color:#059669}.btn-sample{background:#1e293b;border-color:#334155;color:#93c5fd}.btn-sample:hover{background:#1e3a5f;border-color:#2563eb}.sample-files-label{color:#64748b}.status-processing,.status-pending,.role-admin{background:#1e3a5f;color:#93c5fd}.btn-danger{color:#f87171;border-color:#7f1d1d}.btn-danger:hover{background:#450a0a}.status-completed{background:#064e3b;color:#6ee7b7}.status-failed{background:#450a0a;color:#f87171}.status-expired{background:#374151;color:#d1d5db}.positive{color:#6ee7b7}.negative{color:#f87171}.tooltip-icon{color:#64748b}.tooltip-icon:hover{color:#60a5fa}.download-page .cli-feature{color:#cbd5e1}.converter-card,.card,.form-page,.profile-card{background:#1e293b;border-color:#334155}.feature-card:hover{box-shadow:0 4px 12px #0000004d}.pricing-card:hover{box-shadow:0 12px 24px #0000004d}.credit-pack:hover{box-shadow:0 4px 12px #0000004d}.upload-area:hover,.file-input-label:hover{border-color:#2563eb;background:#1e293b}.form-section{border-bottom-color:#334155}.social-login{border-top-color:#334155}.detail-row{border-bottom-color:#334155}.danger-item{border-bottom-color:#7f1d1d}.form-grid label input:focus,.form-grid label textarea:focus,.template-grid label textarea:focus{box-shadow:0 0 0 3px #2563eb33;border-color:#2563eb}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.monitor-iframe-card h3{border-bottom-color:#334155}.grafana-offline{background:linear-gradient(135deg,#1e293b,#0f172a);color:#e2e8f0}.grafana-offline h4{color:#f1f5f9}.grafana-offline-desc{color:#94a3b8}.grafana-offline-steps .step{background:#1e293b;border-color:#334155;color:#e2e8f0}.grafana-offline-steps code{background:#0f172a;color:#60a5fa}.table-counts-table code{background:#0f172a;color:#93c5fd}.grafana-offline-icon{color:#64748b}.filter-bar{background:#1e293b;border-color:#334155}.filter-row+.filter-row{border-color:#334155}.filter-row label input,.filter-row label select{background:#0f172a;border-color:#334155;color:#e2e8f0}.filter-row label input:focus,.filter-row label select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa26}.tx-badge{color:#f1f5f9}.conv-active.tx-purchase{background:#1e3a5f;color:#93c5fd}.tx-purchase{background:#1e3a5f}.tx-purchase_simulated{background:#172554}.tx-adjustment{background:#451a03}.tx-conversion{background:#064e3b}.tx-refund{background:#3b0764}.tx-expiry{background:#450a0a}.tx-provider,.tx-pack{color:#94a3b8}.tx-empty{color:#64748b}.pagination .btn{background:#1e293b;border-color:#334155;color:#e2e8f0}.pagination .btn:hover:not(:disabled){background:#334155;border-color:#475569}.pagination .btn:disabled{background:#0f172a;opacity:.3}.pagination span{color:#94a3b8}.table-card .pagination-bar{background:#0f172a;border-top-color:#334155}.page-size select{background:#0f172a;border-color:#334155;color:#e2e8f0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:14px}.total-info{color:#94a3b8}.detail-item{border-bottom-color:#334155}.detail-label{color:#94a3b8}.detail-value{color:#f1f5f9}.detail-value.positive{color:#6ee7b7}.detail-value.negative{color:#f87171}.purchase-details{background:#1e3a5f;border-color:#1e40af}.purchase-details h4,.purchase-details p{color:#93c5fd}.purchase-card,.purchase-page{background:#1e293b;border-color:#334155}.purchase-page>h2{color:#f1f5f9}.purchase-pack h3,.purchase-pack .amount{color:#f1f5f9}.purchase-pack .currency{color:#60a5fa}.purchase-pack .credits{color:#f1f5f9}.purchase-pack .credits-label,.purchase-pack .per-credit,.purchase-pack .description{color:#94a3b8}.purchase-trust{border-top-color:#334155}.trust-item{color:#94a3b8}.trust-item svg{color:#22c55e}.purchase-guarantee{background:#064e3b;border-color:#059669}.purchase-guarantee p{color:#6ee7b7}.bonus-banner-inner{background:linear-gradient(135deg,#1e293b,#334155)}.bonus-text{color:#fff}.bonus-text span{color:#cbd5e1}.skeleton-line{background:linear-gradient(90deg,#334155 25%,#1e293b,#334155 75%);background-size:200% 100%}.timeline-section{background:#0f172a;border-top-color:#334155}.timeline-section h4{color:#94a3b8}.timeline:before{background:#475569}.timeline-dot{background:#1e293b;border-color:#1e293b;box-shadow:0 0 0 2px #475569}.timeline-success .timeline-dot{background:#22c55e;box-shadow:0 0 0 2px #22c55e}.timeline-info .timeline-dot{background:#2563eb;box-shadow:0 0 0 2px #2563eb}.timeline-warning .timeline-dot{background:#f59e0b;box-shadow:0 0 0 2px #f59e0b}.timeline-error .timeline-dot{background:#dc2626;box-shadow:0 0 0 2px #dc2626}.timeline-timestamp{color:#94a3b8}.timeline-message{color:#e2e8f0}.form-input,.form-grid label input,.form-grid label textarea,.form-grid label select,.contact-form textarea{background:#0f172a;border-color:#334155;color:#e2e8f0}.contact-form textarea:focus,.form-grid label input:focus,.form-grid label textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}label input[type=email],label input[type=password],label input[type=text],label input[type=number],label input[type=date],label input[type=datetime-local],label input[type=url],label input:not([type]),label select{background:#0f172a;border-color:#334155;color:#e2e8f0}label input[type=email]:focus,label input[type=password]:focus,label input[type=text]:focus,label input[type=number]:focus,label input[type=date]:focus,label input[type=datetime-local]:focus,label input[type=url]:focus,label input:not([type]):focus,label select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.template-grid label textarea,.modal-content label textarea{background:#0f172a;color:#e2e8f0;border-color:#334155}.modal-content label textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.coming-soon-label{background:#1e293b;color:#94a3b8}.purchase-timer{background:#0f172a;border:1px solid #334155;color:#94a3b8}.branding-modal textarea{background:#0f172a;color:#e2e8f0;border-color:#334155}}html[data-theme=dark] .card h3,html[data-theme=dark] .metric-card h3{color:#e2e8f0!important}html[data-theme=dark] .card p,html[data-theme=dark] .card .card-desc,html[data-theme=dark] .metric-card p{color:#cbd5e1!important}html[data-theme=dark] .card .muted{color:#64748b!important}html[data-theme=dark] .card{--card-label: #94a3b8;--card-value: #cbd5e1;--card-border: #334155}html[data-theme=light] body{background:#f5f5f5;color:#1a1a1a}html[data-theme=light] .navbar{background:#1e293b}html[data-theme=light] .footer{background:#1e293b;color:#94a3b8}html[data-theme=light] .feature-card,html[data-theme=light] .card,html[data-theme=light] .converter-card,html[data-theme=light] .form-page,html[data-theme=light] .profile-card,html[data-theme=light] .metric-card{background:#fff;border:1px solid #e2e8f0}html[data-theme=light] .feature-card h3,html[data-theme=light] .profile-card h3{color:#1e293b}html[data-theme=light] .feature-card p{color:#64748b}html[data-theme=light] table{background:#fff}html[data-theme=light] th{background:#f8fafc;color:#64748b}html[data-theme=light] td{border-bottom-color:#f1f5f9}html[data-theme=light] .branding-table{background:#fff;border-color:#e2e8f0}html[data-theme=light] .branding-table tbody tr,html[data-theme=light] .branding-table tbody td{border-bottom-color:#e2e8f0}html[data-theme=light] .branding-table tbody tr:hover{background:#f1f5f9}html[data-theme=light] .branding-table .profile-name{color:#1e293b}html[data-theme=light] .branding-table tbody tr:hover .profile-name{color:#2563eb}html[data-theme=light] .branding-table .empty-row{background:#f8fafc;color:#64748b}html[data-theme=light] .table-card td input[type=text],html[data-theme=light] .table-card td input[type=number]{background:#fff;border-color:#d1d5db;color:#1a1a1a}html[data-theme=light] .table-card td input[type=text]:focus,html[data-theme=light] .table-card td input[type=number]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}html[data-theme=light] .btn{background:#fff;border-color:#d1d5db;color:#1e293b}html[data-theme=light] .btn:hover{background:#f1f5f9}html[data-theme=light] .btn-secondary{background:#f1f5f9;color:#374151}html[data-theme=light] .btn-demo{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 12px #2563eb4d}html[data-theme=light] .btn-demo:hover{background:#1d4ed8}html[data-theme=light] .upload-area{background:#fafafa;border-color:#d1d5db}html[data-theme=light] .upload-area:hover{border-color:#2563eb;background:#f0f7ff}html[data-theme=light] .file-input-label{background:#fff;border-color:#d1d5db}html[data-theme=light] .file-input-label:hover{border-color:#2563eb;background:#f0f7ff}html[data-theme=light] .file-input-label .file-input-text{color:#1e293b}html[data-theme=light] .file-info{background:#fff;border-color:#e2e8f0;color:#1e293b}html[data-theme=light] .file-name{color:#1e293b}html[data-theme=light] .pricing-card,html[data-theme=light] .credit-pack,html[data-theme=light] .faq-item{background:#fff;border-color:#e2e8f0}html[data-theme=light] .pricing-card.featured{background:linear-gradient(135deg,#fff,#f0f7ff)}html[data-theme=light] .credit-pack.featured{background:linear-gradient(135deg,#fff,#f0f7ff);border-color:#2563eb}html[data-theme=light] .pricing-badge{background:#f0f7ff;border-color:#3b82f6}html[data-theme=light] .pricing-badge .highlight{color:#1e40af}html[data-theme=light] .pricing-badge .sub{color:#1d4ed8}html[data-theme=light] .pricing-calculator{background:#f8fafc}html[data-theme=light] .pricing-header h3,html[data-theme=light] .pricing-card .credits,html[data-theme=light] .pack-price,html[data-theme=light] .pack-header h3,html[data-theme=light] .credits-row .credits,html[data-theme=light] .total-credits strong,html[data-theme=light] .pricing-calculator h3,html[data-theme=light] .pricing-faq h3,html[data-theme=light] .faq-item h4,html[data-theme=light] .calc-row span:last-child,html[data-theme=light] .credits-main,html[data-theme=light] .pricing-hero h1,html[data-theme=light] .feature-card h3,html[data-theme=light] .section-title{color:#1e293b}html[data-theme=light] .price,html[data-theme=light] .metric-card p,html[data-theme=light] .pricing-header .amount,html[data-theme=light] .pricing-header .currency{color:#1e293b}html[data-theme=light] .pricing-card .features li,html[data-theme=light] .per-credit,html[data-theme=light] .pack-per,html[data-theme=light] .pack-credits .credits-unit{color:#475569}html[data-theme=light] .pricing-card .description,html[data-theme=light] .total-credits,html[data-theme=light] .calc-row span:first-child{color:#64748b}html[data-theme=light] .btn-sample{background:#f0f7ff;border-color:#dbeafe;color:#1e40af}html[data-theme=light] .btn-sample:hover{background:#dbeafe}html[data-theme=light] .sample-files-label{color:#94a3b8}html[data-theme=light] .result-card{background:#f0fdf4;border-color:#bbf7d0}html[data-theme=light] .converter-card{background:#fff;border-color:#e2e8f0}html[data-theme=light] .code-block{background:#f8fafc}html[data-theme=light] .code-block code{color:#1e293b}html[data-theme=light] .download-page .cli-feature{color:#475569}html[data-theme=light] .coming-soon-label{background:#f1f5f9;color:#64748b}html[data-theme=light] .download-page .coming-soon-label{color:#94a3b8}html[data-theme=light] .contact-info p{color:#64748b!important}html[data-theme=light] .contact-detail{color:#475569}html[data-theme=light] .table-counts-table tbody td{color:#1e293b;border-bottom-color:#f1f5f9}html[data-theme=light] .table-counts-table tbody tr:hover td{background:#f1f5f9}html[data-theme=light] .table-counts-table code{background:#f0f7ff;color:#1e40af}html[data-theme=light] .monitor-group-title{color:#475569;border-bottom-color:#e2e8f0}html[data-theme=light] .monitor-group-desc{color:#64748b}html[data-theme=light] .filter-bar{background:#fff;border-color:#e2e8f0}html[data-theme=light] .filter-row+.filter-row{border-color:#f1f5f9}html[data-theme=light] .filter-row label input,html[data-theme=light] .filter-row label select{background:#fff;border-color:#d1d5db;color:#1a1a1a}html[data-theme=light] .filter-row label input:focus,html[data-theme=light] .filter-row label select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}html[data-theme=light] .table-card .pagination-bar{background:#f8fafc;border-top-color:#e2e8f0}html[data-theme=light] .pagination .btn{background:#f1f5f9;border-color:#d1d5db;color:#1e293b}html[data-theme=light] .pagination .btn:hover:not(:disabled){background:#e2e8f0;border-color:#94a3b8}html[data-theme=light] .pagination .btn:disabled{background:#f8fafc;opacity:.4}html[data-theme=light] .pagination span{color:#64748b}html[data-theme=light] .page-size select{background:#fff;border-color:#d1d5db;color:#1a1a1a}html[data-theme=light] .watermark-notice{color:#2563eb}html[data-theme=light] .options-row select{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right .75rem center;background-size:16px;border-color:#d1d5db;color:#1e293b}html[data-theme=light] .options-row select:hover{border-color:#2563eb}html[data-theme=light] .options-row select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}html[data-theme=light] .progress-bar{background:#e2e8f0}html[data-theme=light] .btn-primary:disabled{background:#93c5fd;opacity:.7}html[data-theme=light] .breadcrumb{color:#64748b}html[data-theme=light] .breadcrumb-current{color:#1e293b}html[data-theme=light] .breadcrumb-link{color:#2563eb}html[data-theme=light] .nav-dropdown-trigger{border-color:#64748b}html[data-theme=light] .nav-dropdown-trigger:hover{border-color:#93c5fd;color:#93c5fd}html[data-theme=light] .nav-dropdown-menu{background:#fff;border-color:#e2e8f0;box-shadow:0 8px 24px #0000001f}html[data-theme=light] .nav-dropdown-menu:after{border-bottom-color:#fff}html[data-theme=light] .user-dropdown-item{color:#1e293b}html[data-theme=light] .user-dropdown-item:hover{background:#f1f5f9;color:#2563eb}html[data-theme=light] .user-dropdown-logout{color:#dc2626}html[data-theme=light] .user-dropdown-logout:hover{background:#fef2f2;color:#b91c1c}html[data-theme=light] .user-dropdown-divider{background:#e2e8f0}html[data-theme=light] .form-input,html[data-theme=light] .form-grid label input,html[data-theme=light] .form-grid label textarea,html[data-theme=light] .form-grid label select,html[data-theme=light] .contact-form textarea{background:#fff;border-color:#d1d5db;color:#1a1a1a}html[data-theme=light] label input[type=email],html[data-theme=light] label input[type=password],html[data-theme=light] label input[type=text],html[data-theme=light] label input[type=number],html[data-theme=light] label input[type=date],html[data-theme=light] label input[type=datetime-local],html[data-theme=light] label input[type=url],html[data-theme=light] label input:not([type]),html[data-theme=light] label select{background:#fff;border-color:#d1d5db;color:#1a1a1a}html[data-theme=light] .template-grid label textarea,html[data-theme=light] .modal-content label textarea{background:#fff;border-color:#d1d5db;color:#1a1a1a}html[data-theme=light] .detail-item{border-bottom-color:#f1f5f9}html[data-theme=light] .detail-label{color:#64748b}html[data-theme=light] .detail-value{color:#1e293b}html[data-theme=light] .detail-value.positive{color:#16a34a}html[data-theme=light] .detail-value.negative{color:#dc2626}html[data-theme=light] .timeline-section{background:#f8fafc;border-top-color:#e2e8f0}html[data-theme=light] .timeline-section h4{color:#64748b}html[data-theme=light] .modal-content,html[data-theme=light] .branding-modal .modal-header,html[data-theme=light] .branding-modal .modal-footer{background:#fff}html[data-theme=light] .modal-header h3,html[data-theme=light] .timeline-message{color:#1e293b}html[data-theme=light] ::-webkit-scrollbar{width:8px;height:8px}html[data-theme=light] ::-webkit-scrollbar-track{background:#f1f5f9}html[data-theme=light] ::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}html[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#94a3b8}html[data-theme=light] *{scrollbar-color:#94a3b8 #e2e8f0;scrollbar-width:thin}.notif-body-dark td[style*="border-top:1px solid #e2e8f0"]{border-top-color:#334155!important}.logo-dropzone{border:2px dashed #d1d5db;border-radius:8px;padding:1.5rem;text-align:center;cursor:pointer;background:#fafafa;transition:all .15s}.logo-dropzone.drag-active{border-color:#2563eb;background:#f0f7ff}html[data-theme=dark] .logo-dropzone{background:#0f172a!important;border-color:#334155!important}html[data-theme=dark] .logo-dropzone.drag-active{background:#172554!important;border-color:#3b82f6!important}@media(prefers-color-scheme:dark){.logo-dropzone{background:#0f172a;border-color:#334155}.logo-dropzone.drag-active{background:#172554;border-color:#3b82f6}}html[data-theme=light] .logo-dropzone{background:#fafafa;border-color:#d1d5db}html[data-theme=light] .logo-dropzone.drag-active{background:#f0f7ff;border-color:#2563eb}@media(max-width:767px){.contact-grid{grid-template-columns:1fr}}@media(prefers-color-scheme:dark){.embed-card{background:#0f172a}.embed-footer,.embed-footer a,.embed-footer-sep{color:#64748b}.embed-disabled-message{color:#94a3b8}.monitor-grid .card{color:#e2e8f0}.monitor-grid .card h3{color:#94a3b8}.monitor-grid .card p{color:#f1f5f9}.monitor-grid .card .metric-sub,.monitor-grid .card .val-row span{color:#94a3b8}.monitor-grid .card .val-row strong{color:#f1f5f9}.monitor-grid .conv-types .card h3{color:#64748b}.monitor-grid .card .tag.normal{background:#334155;color:#cbd5e1}.monitor-grid .card .tag.warning{background:#451a03;color:#fbbf24}.monitor-grid .card .tag.danger{background:#450a0a;color:#fca5a5}.monitor-grid .card .tag.tx-purchase{background:#1e3a5f;color:#93c5fd}.form-select{background:#0f172a;border-color:#334155;color:#e2e8f0}.group-row:hover{background:#334155}.card h3,.metric-card h3{color:#e2e8f0!important}.card p,.card .card-desc,.metric-card p{color:#cbd5e1!important}.card .muted{color:#64748b!important}.card{--card-label: #94a3b8;--card-value: #cbd5e1;--card-border: #334155}}.table-card tbody tr:hover td,.table-counts-table tbody tr:hover td,.branding-table tbody tr:hover{background:#f1f5f9!important}html[data-theme=dark] .table-card tbody tr:hover td,html[data-theme=dark] .table-counts-table tbody tr:hover td,html[data-theme=dark] .branding-table tbody tr:hover{background:#2d3f55!important}@media(prefers-color-scheme:dark){.table-card tbody tr:hover td,.table-counts-table tbody tr:hover td,.branding-table tbody tr:hover{background:#2d3f55!important}}html[data-theme=light] .table-card tbody tr:hover td,html[data-theme=light] .table-counts-table tbody tr:hover td,html[data-theme=light] .branding-table tbody tr:hover{background:#f1f5f9!important}html[data-theme=light] body{background:#f5f5f5!important;color:#1a1a1a!important}html[data-theme=light] .card h3,html[data-theme=light] .metric-card h3,html[data-theme=light] .feature-card h3,html[data-theme=light] .profile-card h3,html[data-theme=light] .section-title,html[data-theme=light] .pricing-header h3,html[data-theme=light] .monitor-group-title{color:#1e293b!important}html[data-theme=light] .card p,html[data-theme=light] .card .card-desc,html[data-theme=light] .metric-card p,html[data-theme=light] .metric-card .metric-sub,html[data-theme=light] .feature-card p,html[data-theme=light] .form-hint,html[data-theme=light] .detail-label,html[data-theme=light] .profile-meta,html[data-theme=light] .monitor-group-desc{color:#64748b!important}html[data-theme=light] .card{--card-label: #64748b;--card-value: #1e293b;--card-border: #e2e8f0}html[data-theme=light] .card,html[data-theme=light] .metric-card,html[data-theme=light] .feature-card,html[data-theme=light] .profile-card,html[data-theme=light] .converter-card,html[data-theme=light] .form-page{background:#fff!important;border:1px solid #e2e8f0!important}html[data-theme=light] .metric-card.danger{background:#fef2f2!important;border-color:#fecaca!important}html[data-theme=light] .metric-card.danger p{color:#dc2626!important}html[data-theme=light] .metric-card.warning{background:#fffbeb!important;border-color:#fde68a!important}html[data-theme=light] .metric-card.warning p{color:#d97706!important}html[data-theme=light] .monitor-grid .card{color:#1e293b!important}html[data-theme=light] .monitor-grid .card h3{color:#64748b!important}html[data-theme=light] .monitor-grid .card p,html[data-theme=light] .monitor-grid .card .val-row strong{color:#1e293b!important}html[data-theme=light] .monitor-grid .card .metric-sub,html[data-theme=light] .monitor-grid .card .val-row span{color:#64748b!important}html[data-theme=light] .legal-content h3{color:#1e293b!important}html[data-theme=light] .legal-content p,html[data-theme=light] .legal-content li{color:#475569!important}html[data-theme=light] .legal-content em{color:#64748b!important}html[data-theme=light] .legal-footer{border-top-color:#e2e8f0!important;color:#64748b!important}html[data-theme=light] .purchase-card{background:#fff!important;border-color:#e2e8f0!important}html[data-theme=light] .purchase-page{background:transparent!important}html[data-theme=light] .purchase-page>h2{color:#1e293b!important}html[data-theme=light] .purchase-pack h3,html[data-theme=light] .purchase-pack .amount{color:#1e293b!important}html[data-theme=light] .purchase-pack .currency{color:#2563eb!important}html[data-theme=light] .purchase-pack .credits{color:#1e293b!important}html[data-theme=light] .purchase-pack .credits-label{color:#64748b!important}html[data-theme=light] .purchase-pack .per-credit{color:#94a3b8!important}html[data-theme=light] .purchase-pack .description{color:#64748b!important}html[data-theme=light] .purchase-trust{border-top-color:#f1f5f9!important}html[data-theme=light] .trust-item{color:#64748b!important}html[data-theme=light] .trust-item svg{color:#16a34a!important}html[data-theme=light] .purchase-guarantee{background:#f0fdf4!important;border-color:#bbf7d0!important}html[data-theme=light] .purchase-guarantee p{color:#166534!important}html[data-theme=light] .purchase-timer{background:#f8fafc!important;border:none!important;color:#6b7280!important}html[data-theme=light] .bonus-banner-inner{background:linear-gradient(135deg,#fff7ed,#ffedd5)!important}html[data-theme=light] .bonus-text{color:#1e293b!important}html[data-theme=light] .bonus-text span{color:#475569!important}html[data-theme=light] .danger-info h4,html[data-theme=light] .api-key-text{color:#1e293b!important}.notice{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem .9rem;border-radius:8px;border:1px solid;font-size:.9rem;line-height:1.45;margin-top:.75rem;text-align:left}.notice-icon{flex-shrink:0;margin-top:.1rem}.notice-content{flex:1;min-width:0}.notice-title{font-weight:700;margin-bottom:.15rem}.notice-body{font-weight:400}.notice-body a{font-weight:600;text-decoration:underline}.notice-close{background:none;border:none;padding:.15rem;cursor:pointer;color:inherit;opacity:.6;flex-shrink:0}.notice-close:hover{opacity:1}.notice-compact{padding:.4rem .65rem;margin-top:0;font-size:.85rem;align-items:center}.notice-info{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.notice-info .notice-body{color:#3b5379}.notice-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.notice-success .notice-body{color:#3f6212}.notice-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.notice-error .notice-body{color:#7f1d1d}.notice-warning{background:#fffbeb;border-color:#fde68a;color:#b45309}.notice-warning .notice-body{color:#78350f}.notice-success .notice-body{color:#365314}html[data-theme=dark] .notice-info{background:#2563eb24;border-color:#60a5fa59;color:#93c5fd}html[data-theme=dark] .notice-info .notice-body{color:#bfdbfe}html[data-theme=dark] .notice-success{background:#16a34a24;border-color:#4ade804d;color:#86efac}html[data-theme=dark] .notice-success .notice-body{color:#bbf7d0}html[data-theme=dark] .notice-error{background:#dc262624;border-color:#f8717159;color:#fca5a5}html[data-theme=dark] .notice-error .notice-body{color:#fecaca}html[data-theme=dark] .notice-warning{background:#d9770624;border-color:#fbbf244d;color:#fcd34d}html[data-theme=dark] .notice-warning .notice-body{color:#fde68a}@media(max-width:767px){.form-input,select,textarea{font-size:16px}.btn{min-height:44px}.btn-sm{min-height:36px}.cookie-consent{padding:.75rem 1rem;gap:.75rem}.cookie-consent h4{font-size:.85rem;margin-bottom:.15rem}.cookie-consent p{font-size:.75rem;line-height:1.4}.cookie-consent-actions .btn{min-height:36px;padding:.35rem .75rem;font-size:.75rem}}
