*{margin:0;padding:0;box-sizing:border-box}:root{--app-bg: #eef8fd;--app-sky: #8ce4ff;--app-sky-soft: #dff4fd;--app-surface: #ffffff;--app-surface-alt: #f6fbfe;--app-surface-muted: #fdf8de;--app-highlight: #feee91;--app-text: #16232d;--app-text-soft: #3a4a57;--app-muted: #5d6d79;--app-border: #d9e6ed;--app-border-strong: #b9cfda;--app-primary: #c8ff00;--app-primary-strong: #b4e600;--app-primary-contrast: #0a1000;--app-primary-text: #4f6b00;--app-link: #0b7da6;--app-danger: #ff5656;--app-danger-strong: #e03e3e;--app-success-bg: #e9f7f0;--app-success-text: #136844;--app-danger-bg: #ffefef;--app-danger-text: #b02a2a;--app-warning-bg: #fdf6d8;--app-warning-text: #6e5200;--app-focus-ring: rgba(11, 125, 166, .35);--app-radius: 10px;--app-radius-sm: 8px;--app-shadow: 0 1px 2px rgba(22, 35, 45, .06);--app-font: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;--surface-primary: var(--app-surface);--text-primary: var(--app-text);--text-muted: var(--app-muted)}html[data-theme=dark]{--app-bg: #03080a;--app-sky: #c8ff00;--app-sky-soft: #131a05;--app-surface: #080d0f;--app-surface-alt: #010000;--app-surface-muted: #0d1417;--app-highlight: #1b2600;--app-text: #fcfcfe;--app-text-soft: #c7d0d3;--app-muted: #8b969b;--app-border: #171f22;--app-border-strong: #273236;--app-primary: #c8ff00;--app-primary-strong: #d8ff4d;--app-primary-contrast: #060b00;--app-primary-text: #c8ff00;--app-link: #4d8dff;--app-danger: #ff5656;--app-danger-strong: #ff7070;--app-success-bg: #0e2f22;--app-success-text: #7fdcae;--app-danger-bg: #391418;--app-danger-text: #ffa1a1;--app-warning-bg: #33290b;--app-warning-text: #f4d874;--app-focus-ring: rgba(140, 228, 255, .4);--app-shadow: 0 1px 3px rgba(0, 0, 0, .45)}body{font-family:var(--app-font);font-size:15px;line-height:1.55;color:var(--app-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--app-bg);min-height:100vh}.card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:var(--app-radius);box-shadow:var(--app-shadow);padding:24px;margin-bottom:24px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.card-title{font-size:17px;font-weight:650;color:var(--app-text)}.form-group{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:600;color:var(--app-text-soft);margin-bottom:8px}.form-input{width:100%;padding:11px 14px;font-size:15px;border:1px solid var(--app-border-strong);border-radius:var(--app-radius-sm);background:var(--app-surface);color:var(--app-text);transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}.form-input:focus{outline:none;border-color:var(--app-link);box-shadow:0 0 0 3px var(--app-focus-ring)}.form-input::placeholder{color:var(--app-muted)}.btn{padding:11px 18px;font-size:14px;font-weight:600;border:1px solid transparent;border-radius:var(--app-radius-sm);cursor:pointer;transition:background-color .15s ease,border-color .15s ease;font-family:inherit;display:inline-flex;align-items:center;gap:8px}.btn:focus-visible{outline:2px solid var(--app-link);outline-offset:2px}.btn-primary{background:var(--app-primary);color:var(--app-primary-contrast)}.btn-primary:hover:not(:disabled){background:var(--app-primary-strong)}.btn-primary:disabled{background:var(--app-border-strong);color:var(--app-muted);cursor:not-allowed}.btn-secondary{background:var(--app-surface);color:var(--app-text-soft);border-color:var(--app-border-strong)}.btn-secondary:hover{background:var(--app-surface-alt)}.btn-danger{background:var(--app-danger);color:#fff;padding:8px 14px;font-size:13px}.btn-danger:hover{background:var(--app-danger-strong)}.data-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--app-surface);border-radius:var(--app-radius);overflow:hidden;border:1px solid var(--app-border)}.data-table thead{background:var(--app-surface-alt)}.data-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:700;color:var(--app-text-soft);text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--app-border)}.data-table td{padding:14px 16px;border-bottom:1px solid var(--app-border);color:var(--app-text-soft);font-size:14px}.data-table tbody tr:hover{background:var(--app-surface-alt)}.org-data-table td .btn{padding:3px 7px!important;font-size:11px!important;min-height:24px!important}.data-table tbody tr:last-child td{border-bottom:none}.table-actions{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}.table-actions .btn{width:auto;min-height:30px;display:inline-flex;align-items:center;justify-content:center;line-height:1.1}.table-actions .action-icon-btn{width:34px;min-width:34px;padding:4px!important}.table-actions .action-label-btn{min-width:74px;padding:4px 9px!important}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.badge-info{background:#dbeafe;color:#1e40af}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:24px}.stat-card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:var(--app-radius);padding:20px;box-shadow:var(--app-shadow);border-left:4px solid var(--app-primary)}.stat-label{font-size:13px;color:var(--app-muted);font-weight:500;margin-bottom:8px}.stat-value{font-size:28px;font-weight:700;color:var(--app-text)}.alert{padding:14px 16px;border-radius:6px;margin-top:20px;font-size:14px;display:flex;align-items:flex-start;gap:10px;box-sizing:border-box;line-height:1.45;overflow-wrap:anywhere;word-break:normal}.content-wrapper>.alert{width:fit-content;min-width:min(100%,320px);max-width:min(100%,920px);margin:0 0 20px}.content-wrapper>.alert.alert-error{max-width:min(100%,1080px)}.alert>span{flex:0 0 auto;line-height:1.25}.alert>div{min-width:0}.alert strong{display:block;overflow-wrap:anywhere}.alert p,.alert pre{max-width:100%;overflow-wrap:anywhere}.alert-error{background:var(--app-danger-bg);border:1px solid var(--app-danger);color:var(--app-danger-text)}.alert-success{background:var(--app-success-bg);border:1px solid #9ed8bd;color:var(--app-success-text)}.empty-state{text-align:center;padding:48px 20px;color:var(--app-muted)}.empty-text{font-size:15px;color:var(--app-muted)}.quick-actions .btn{flex:1;min-width:150px;justify-content:center}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}}.edit-inline .form-input{padding:8px 10px;font-size:13px}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.card{padding:16px;margin-bottom:16px}.card-header{flex-direction:column;align-items:flex-start;gap:12px}.card-title{font-size:16px}.data-table th,.data-table td{padding:12px 10px;font-size:13px}.btn{min-height:44px;padding:12px 16px;font-size:14px}.form-input{min-height:44px;padding:12px 14px;font-size:16px}.stat-card{padding:16px}.stat-value{font-size:24px}.quick-actions .btn{width:100%}.form-grid{grid-template-columns:1fr}.alert{font-size:13px}}.status-badge.configured{background:#dcfce7;color:#166534}.badge-danger{background:#fee2e2;color:#991b1b}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}@media (max-width: 480px){.card{padding:12px;border-radius:8px}.card-header{gap:8px;margin-bottom:12px}.card-title{font-size:14px}.stat-card{padding:12px}.stat-label{font-size:11px}.stat-value{font-size:20px}.btn{padding:10px 14px;font-size:13px}.data-table th,.data-table td{padding:8px 6px;font-size:11px}.form-label{font-size:13px;margin-bottom:6px}.form-input{padding:10px 12px;font-size:16px}.badge{padding:3px 8px;font-size:10px}.empty-text{font-size:14px}.alert{padding:10px 12px;font-size:12px}}@media (max-width: 576px){.form-group{margin-bottom:14px}}@media (max-width: 992px){.form-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media print{.sidebar,.top-bar,.btn{display:none!important}.card{break-inside:avoid}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media (max-width: 768px){.stats-grid,div[style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.stat-card,div[style*="background: white"][style*=border-radius]{padding:14px!important}.stat-value,div[style*="font-size: 28px"],div[style*="font-size: 32px"]{font-size:22px!important}.stat-label,div[style*="font-size: 13px"],div[style*="color: #64748b"]{font-size:11px!important}.card{margin-bottom:12px!important;border-radius:12px!important}.card-header{padding-bottom:12px!important}}@media (max-width: 768px){.data-table,table{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;white-space:nowrap;font-size:12px}.data-table th,.data-table td,table th,table td{padding:10px 8px!important;font-size:11px!important;min-width:80px}.data-table td:first-child,.data-table th:first-child,table td:first-child,table th:first-child{position:sticky;left:0;background:#fff;z-index:5;min-width:120px}.data-table tbody tr:hover td:first-child,table tbody tr:hover td:first-child{background:#f8fafc}.data-table .btn,table .btn{padding:6px 10px!important;font-size:11px!important;min-height:32px!important}}@media (max-width: 768px){.form-input,input[type=text],input[type=email],input[type=password],input[type=number],select,textarea{width:100%!important;min-height:48px!important;font-size:16px!important;padding:12px 14px!important;border-radius:10px!important}.form-label,label{font-size:13px!important;margin-bottom:8px!important;display:block}.form-group{margin-bottom:16px!important}.form-grid{grid-template-columns:1fr!important;gap:12px!important}input[type=checkbox],input[type=radio]{width:20px!important;height:20px!important;margin-right:10px!important}}@media (max-width: 768px){.btn,button{min-height:48px!important;padding:12px 20px!important;font-size:14px!important;border-radius:10px!important;width:100%;justify-content:center!important}.quick-actions,div[style*="display: flex"][style*=gap]{flex-direction:column!important;gap:10px!important}.btn-sm,button[style*="padding: 4px"],button[style*="padding: 6px"]{min-height:36px!important;padding:8px 12px!important;font-size:12px!important;width:auto!important}}@media (max-width: 768px){div[style*="position: relative"] input,.search-input{padding-left:40px!important;font-size:14px!important;min-height:48px!important}div[style*="position: absolute"][style*=left] span{left:12px!important;font-size:18px!important}}@media (max-width: 768px){div[style*="font-size: 48px"],div[style*="font-size: 42px"]{font-size:32px!important}div[style*="border-radius: 20px"]{padding:8px 14px!important;font-size:12px!important}div[style*="display: grid"]{grid-template-columns:1fr!important;gap:12px!important}}@media (max-width: 768px){.user-info .btn{width:auto!important;padding:8px 16px!important;min-height:36px!important}}@media (max-width: 480px){.stats-grid,div[style*="grid-template-columns: repeat"]{grid-template-columns:1fr!important}.card{padding:12px!important}.stat-value{font-size:18px!important}.data-table th,.data-table td,table th,table td{padding:8px 6px!important;font-size:10px!important}.data-table td:nth-child(n+4):not(:last-child),.data-table th:nth-child(n+4):not(:last-child){display:none}}@media (max-width: 768px){div[style*="min-height: 100vh"]{padding:16px!important}div[style*="max-width: 600px"]{max-width:100%!important;padding:20px!important;border-radius:16px!important}div[style*="font-size: 64px"],div[style*="font-size: 72px"]{font-size:48px!important}div[style*="font-size: 28px"],div[style*="font-size: 24px"]{font-size:20px!important}div[style*="font-size: 16px"]{font-size:14px!important}}@media (max-width: 768px){div[style*="margin-bottom: 24px"]{margin-bottom:16px!important}div[style*="margin-top: 16px"]{margin-top:12px!important}div[style*="margin-bottom: 12px"]{padding:12px!important}div[style*="display: flex"][style*="justify-content: flex-end"]{flex-wrap:wrap!important;gap:8px!important}}@media (max-width: 768px){div[style*="display: flex"][style*="align-items: center"][style*="justify-content: center"]{padding:40px 20px!important}div[style*="font-size: 18px"]{font-size:16px!important}}@media (max-width: 768px){.alert{padding:12px 14px!important;font-size:13px!important;border-radius:10px!important}.content-wrapper>.alert{width:100%;min-width:0;max-width:100%;margin:0 0 14px!important}.alert-success,.alert-error{margin:12px 0!important}}@media (max-width: 768px){.table-actions{flex-direction:row!important;align-items:center;gap:6px!important}.table-actions .btn{width:auto!important;min-height:34px!important;border-radius:8px!important}.table-actions .action-icon-btn{width:36px!important;min-width:36px!important;padding:6px!important}.table-actions .action-label-btn{min-width:78px;padding:6px 10px!important}}@media (max-width: 768px){div[style*="display: flex"][style*="flex-wrap: wrap"]{flex-direction:column!important}div[style*="display: flex"][style*="flex-wrap: wrap"] select{width:100%!important;margin-bottom:10px!important}}@media (max-width: 768px){div[style*="display: flex"][style*="justify-content: center"] button{min-width:40px!important;min-height:40px!important;padding:8px 12px!important}div[style*="display: flex"][style*="justify-content: center"] span{font-size:12px!important}}@media (max-width: 768px){*{-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}a,button,input,select,textarea,label{touch-action:manipulation}}.theme-toggle-compact{width:34px;height:34px;padding:0}.theme-toggle-icon{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:none;color:inherit;font-size:11px;font-weight:800}html[data-theme=dark] body,html[data-theme=dark] .App,html[data-theme=dark] .main-content,html[data-theme=dark] .top-bar,html[data-theme=dark] .card,html[data-theme=dark] .stat-card,html[data-theme=dark] .data-table,html[data-theme=dark] .login-card,html[data-theme=dark] .modal-content,html[data-theme=dark] .marketplace-card,html[data-theme=dark] .marketplace-detail-layout,html[data-theme=dark] .marketplace-detail-copy,html[data-theme=dark] .ops-notification-dropdown{background:var(--app-surface)!important;color:var(--app-text)!important;border-color:var(--app-border)!important;box-shadow:var(--app-shadow)!important}html[data-theme=dark] .page-title,html[data-theme=dark] .card-title,html[data-theme=dark] .stat-value,html[data-theme=dark] .modal-title,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] strong{color:var(--app-text)!important}html[data-theme=dark] .user-info,html[data-theme=dark] .stat-label,html[data-theme=dark] .empty-text,html[data-theme=dark] .empty-state,html[data-theme=dark] .marketplace-meta-row,html[data-theme=dark] p,html[data-theme=dark] small,html[data-theme=dark] label{color:var(--app-muted)!important}html[data-theme=dark] .form-label{color:var(--app-text-soft)!important}html[data-theme=dark] .form-input,html[data-theme=dark] input:not([type=checkbox]):not([type=radio]),html[data-theme=dark] select,html[data-theme=dark] textarea{background:var(--app-surface-alt)!important;color:var(--app-text)!important;border-color:var(--app-border-strong)!important}html[data-theme=dark] .form-input::placeholder,html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#718096!important}html[data-theme=dark] .btn-secondary{background:var(--app-surface-muted)!important;color:var(--app-text-soft)!important;border:1px solid var(--app-border)!important}html[data-theme=dark] .btn-secondary:hover{background:#263244!important}html[data-theme=dark] .data-table thead,html[data-theme=dark] .data-table th,html[data-theme=dark] table thead,html[data-theme=dark] table th{background:var(--app-surface-alt)!important;color:var(--app-text-soft)!important;border-color:var(--app-border)!important}html[data-theme=dark] .data-table td,html[data-theme=dark] table td{color:var(--app-text-soft)!important;border-color:var(--app-border)!important}html[data-theme=dark] .data-table tbody tr:hover,html[data-theme=dark] table tbody tr:hover{background:var(--app-surface-alt)!important}html[data-theme=dark] .license-badge,html[data-theme=dark] .badge,html[data-theme=dark] .status-badge{border:1px solid var(--app-border)!important}html[data-theme=dark] .alert-error,html[data-theme=dark] .login-error{background:var(--app-danger-bg)!important;border-color:#7f1d1d!important;color:var(--app-danger-text)!important}html[data-theme=dark] .alert-success{background:var(--app-success-bg)!important;border-color:#14532d!important;color:var(--app-success-text)!important}html[data-theme=dark] hr,html[data-theme=dark] .modal-header,html[data-theme=dark] .modal-footer,html[data-theme=dark] .card-header{border-color:var(--app-border)!important}html[data-theme=dark] code,html[data-theme=dark] pre{background:#020617!important;color:#93c5fd!important;border-color:var(--app-border)!important}html[data-theme=dark] [style*="background: white"],html[data-theme=dark] [style*="background:#fff"],html[data-theme=dark] [style*="background: #fff"],html[data-theme=dark] [style*="background: rgb(255, 255, 255)"],html[data-theme=dark] [style*="background: #f8fafc"],html[data-theme=dark] [style*="background: rgb(248, 250, 252)"],html[data-theme=dark] [style*="background: #f1f5f9"],html[data-theme=dark] [style*="background: rgb(241, 245, 249)"],html[data-theme=dark] [style*="background: #f9fafb"],html[data-theme=dark] [style*="background: rgb(249, 250, 251)"],html[data-theme=dark] [style*="background: #f8f9fa"],html[data-theme=dark] [style*="background: rgb(248, 249, 250)"],html[data-theme=dark] [style*="background: #f3f4f6"],html[data-theme=dark] [style*="background: rgb(243, 244, 246)"],html[data-theme=dark] [style*="background: #e5e7eb"],html[data-theme=dark] [style*="background: rgb(229, 231, 235)"],html[data-theme=dark] [style*="background: #e2e8f0"],html[data-theme=dark] [style*="background: rgb(226, 232, 240)"]{background:var(--app-surface)!important}html[data-theme=dark] [style*="background: #fef2f2"],html[data-theme=dark] [style*="background: rgb(254, 242, 242)"],html[data-theme=dark] [style*="background: #fee2e2"],html[data-theme=dark] [style*="background: rgb(254, 226, 226)"]{background:#7f1d1d47!important}html[data-theme=dark] [style*="background: #f0fdf4"],html[data-theme=dark] [style*="background: rgb(240, 253, 244)"],html[data-theme=dark] [style*="background: #ecfdf5"],html[data-theme=dark] [style*="background: rgb(236, 253, 245)"]{background:#14532d47!important}html[data-theme=dark] [style*="background: #fefce8"],html[data-theme=dark] [style*="background: rgb(254, 252, 232)"],html[data-theme=dark] [style*="background: #fffbeb"],html[data-theme=dark] [style*="background: rgb(255, 251, 235)"],html[data-theme=dark] [style*="background: #fef3c7"],html[data-theme=dark] [style*="background: rgb(254, 243, 199)"],html[data-theme=dark] [style*="background: #fff7ed"],html[data-theme=dark] [style*="background: rgb(255, 247, 237)"]{background:#78350f47!important}html[data-theme=dark] [style*="background: #eff6ff"],html[data-theme=dark] [style*="background: rgb(239, 246, 255)"],html[data-theme=dark] [style*="background: #f0f9ff"],html[data-theme=dark] [style*="background: rgb(240, 249, 255)"],html[data-theme=dark] [style*="background: #e0f2fe"],html[data-theme=dark] [style*="background: rgb(224, 242, 254)"],html[data-theme=dark] [style*="background: #dbeafe"],html[data-theme=dark] [style*="background: rgb(219, 234, 254)"]{background:#1e40af38!important}html[data-theme=dark] [style*="background: #fdf4ff"],html[data-theme=dark] [style*="background: rgb(253, 244, 255)"]{background:#4c1d953d!important}html[data-theme=dark] [style*="background: #eef8fd"],html[data-theme=dark] [style*="background: rgb(238, 248, 253)"]{background:var(--app-bg)!important}html[data-theme=dark] [style*="background: #f6fbfe"],html[data-theme=dark] [style*="background: rgb(246, 251, 254)"],html[data-theme=dark] [style*="background: #f0fafe"],html[data-theme=dark] [style*="background: rgb(240, 250, 254)"]{background:var(--app-surface-alt)!important}html[data-theme=dark] [style*="background: #dff4fd"],html[data-theme=dark] [style*="background: rgb(223, 244, 253)"]{background:var(--app-sky-soft)!important}html[data-theme=dark] [style*="background: #fdf6d8"],html[data-theme=dark] [style*="background: rgb(253, 246, 216)"]{background:var(--app-warning-bg)!important}html[data-theme=dark] [style*="background: #ffefef"],html[data-theme=dark] [style*="background: rgb(255, 239, 239)"]{background:var(--app-danger-bg)!important}html[data-theme=dark] [style*="background: #d9e6ed"],html[data-theme=dark] [style*="background: rgb(217, 230, 237)"]{background:var(--app-border)!important}html[data-theme=dark] [style*="border: 1px solid #d9e6ed"],html[data-theme=dark] [style*="border: 1px solid rgb(217, 230, 237)"],html[data-theme=dark] [style*="border: 1px solid #bfe7f4"],html[data-theme=dark] [style*="border: 1px solid rgb(191, 231, 244)"],html[data-theme=dark] [style*="border: 1px solid #b9cfda"],html[data-theme=dark] [style*="border: 1px solid rgb(185, 207, 218)"]{border-color:var(--app-border)!important}html[data-theme=dark] [style*="border: 1px solid #e7cf55"],html[data-theme=dark] [style*="border: 1px solid rgb(231, 207, 85)"]{border-color:#6b5a17!important}html[data-theme=dark] [style*="color: #16232d"],html[data-theme=dark] [style*="color: rgb(22, 35, 45)"],html[data-theme=dark] [style*="color: #3a4a57"],html[data-theme=dark] [style*="color: rgb(58, 74, 87)"]{color:var(--app-text)!important}html[data-theme=dark] [style*="color: #5d6d79"],html[data-theme=dark] [style*="color: rgb(93, 109, 121)"]{color:var(--app-muted)!important}html[data-theme=dark] [style*="color: #0b7da6"],html[data-theme=dark] [style*="color: rgb(11, 125, 166)"]{color:var(--app-link)!important}html[data-theme=dark] [style*="color: #b02a2a"],html[data-theme=dark] [style*="color: rgb(176, 42, 42)"]{color:var(--app-danger-text)!important}html[data-theme=dark] [style*="color: #1b8a5a"],html[data-theme=dark] [style*="color: rgb(27, 138, 90)"]{color:var(--app-success-text)!important}html[data-theme=dark] [style*="border: 1px solid #e2e8f0"],html[data-theme=dark] [style*="border: 1px solid rgb(226, 232, 240)"],html[data-theme=dark] [style*="border: 1px solid #d1d5db"],html[data-theme=dark] [style*="border: 1px solid rgb(209, 213, 219)"],html[data-theme=dark] [style*="border-top: 1px solid #e2e8f0"],html[data-theme=dark] [style*="border-bottom: 1px solid #e2e8f0"]{border-color:var(--app-border)!important}html[data-theme=dark] [style*="border: 1px solid #fecaca"],html[data-theme=dark] [style*="border: 1px solid rgb(254, 202, 202)"]{border-color:#7f1d1d!important}html[data-theme=dark] [style*="border: 1px solid #bbf7d0"],html[data-theme=dark] [style*="border: 1px solid rgb(187, 247, 208)"],html[data-theme=dark] [style*="border: 1px solid #a7f3d0"],html[data-theme=dark] [style*="border: 1px solid rgb(167, 243, 208)"]{border-color:#14532d!important}html[data-theme=dark] [style*="border: 1px solid #bfdbfe"],html[data-theme=dark] [style*="border: 1px solid rgb(191, 219, 254)"],html[data-theme=dark] [style*="border: 1px solid #bae6fd"],html[data-theme=dark] [style*="border: 1px solid rgb(186, 230, 253)"],html[data-theme=dark] [style*="border: 1px solid #7dd3fc"],html[data-theme=dark] [style*="border: 1px solid rgb(125, 211, 252)"]{border-color:#1e3a8a!important}html[data-theme=dark] [style*="border: 1px solid #e9d5ff"],html[data-theme=dark] [style*="border: 1px solid rgb(233, 213, 255)"]{border-color:#4c1d95!important}html[data-theme=dark] [style*="border: 1px solid #fcd34d"],html[data-theme=dark] [style*="border: 1px solid rgb(252, 211, 77)"],html[data-theme=dark] [style*="border: 1px solid #fde68a"],html[data-theme=dark] [style*="border: 1px solid rgb(253, 230, 138)"],html[data-theme=dark] [style*="border: 1px solid #fed7aa"],html[data-theme=dark] [style*="border: 1px solid rgb(254, 215, 170)"],html[data-theme=dark] [style*="border: 1px solid #fef08a"],html[data-theme=dark] [style*="border: 1px solid rgb(254, 240, 138)"]{border-color:#854d0e!important}html[data-theme=dark] [style*="color: #1e293b"],html[data-theme=dark] [style*="color: #0f172a"],html[data-theme=dark] [style*="color: #334155"],html[data-theme=dark] [style*="color: #374151"],html[data-theme=dark] [style*="color: rgb(30, 41, 59)"],html[data-theme=dark] [style*="color: rgb(51, 65, 85)"],html[data-theme=dark] [style*="color: rgb(55, 65, 81)"]{color:var(--app-text)!important}html[data-theme=dark] [style*="color: #64748b"],html[data-theme=dark] [style*="color: #6b7280"],html[data-theme=dark] [style*="color: #475569"],html[data-theme=dark] [style*="color: rgb(100, 116, 139)"],html[data-theme=dark] [style*="color: rgb(75, 85, 99)"],html[data-theme=dark] [style*="color: rgb(71, 85, 105)"]{color:var(--app-muted)!important}html[data-theme=dark] [style*="color: #1d4ed8"],html[data-theme=dark] [style*="color: rgb(29, 78, 216)"],html[data-theme=dark] [style*="color: #0369a1"],html[data-theme=dark] [style*="color: rgb(3, 105, 161)"]{color:#93c5fd!important}html[data-theme=dark] [style*="color: #15803d"],html[data-theme=dark] [style*="color: rgb(21, 128, 61)"]{color:#86efac!important}html[data-theme=dark] [style*="color: #7c3aed"],html[data-theme=dark] [style*="color: rgb(124, 58, 237)"]{color:#c4b5fd!important}html[data-theme=dark] [style*="color: #991b1b"],html[data-theme=dark] [style*="color: rgb(153, 27, 27)"],html[data-theme=dark] [style*="color: #b91c1c"],html[data-theme=dark] [style*="color: rgb(185, 28, 28)"],html[data-theme=dark] [style*="color: #dc2626"],html[data-theme=dark] [style*="color: rgb(220, 38, 38)"]{color:#fca5a5!important}html[data-theme=dark] [style*="color: #92400e"],html[data-theme=dark] [style*="color: rgb(146, 64, 14)"],html[data-theme=dark] [style*="color: #9a3412"],html[data-theme=dark] [style*="color: rgb(154, 52, 18)"],html[data-theme=dark] [style*="color: #b45309"],html[data-theme=dark] [style*="color: rgb(180, 83, 9)"],html[data-theme=dark] [style*="color: #c2410c"],html[data-theme=dark] [style*="color: rgb(194, 65, 12)"],html[data-theme=dark] [style*="color: #a16207"],html[data-theme=dark] [style*="color: rgb(161, 98, 7)"]{color:#fcd34d!important}html[data-theme=dark] [style*="background-color: rgb(254, 242, 242)"],html[data-theme=dark] [style*="background-color: rgb(254, 226, 226)"]{background-color:#7f1d1d47!important}html[data-theme=dark] [style*="background-color: rgb(240, 253, 244)"],html[data-theme=dark] [style*="background-color: rgb(236, 253, 245)"]{background-color:#14532d47!important}html[data-theme=dark] [style*="background-color: rgb(254, 252, 232)"],html[data-theme=dark] [style*="background-color: rgb(255, 251, 235)"],html[data-theme=dark] [style*="background-color: rgb(254, 243, 199)"],html[data-theme=dark] [style*="background-color: rgb(255, 247, 237)"]{background-color:#78350f47!important}html[data-theme=dark] [style*="background-color: rgb(239, 246, 255)"],html[data-theme=dark] [style*="background-color: rgb(240, 249, 255)"],html[data-theme=dark] [style*="background-color: rgb(224, 242, 254)"],html[data-theme=dark] [style*="background-color: rgb(219, 234, 254)"]{background-color:#1e40af38!important}html[data-theme=dark] [style*="background-color: rgb(253, 244, 255)"]{background-color:#4c1d953d!important}html[data-theme=dark] [style*=linear-gradient][style*="rgb(254, 243, 199)"],html[data-theme=dark] [style*=linear-gradient][style*="#fef3c7"]{background:#78350f47!important}html[data-theme=dark] [style*="border-left: 1px solid rgb(226, 232, 240)"],html[data-theme=dark] [style*="border-color: rgb(226, 232, 240)"]{border-color:var(--app-border)!important}html[data-theme=dark] [style*="border-color: rgb(254, 202, 202)"]{border-color:#7f1d1d!important}html[data-theme=dark] [style*="border-color: rgb(187, 247, 208)"],html[data-theme=dark] [style*="border-color: rgb(167, 243, 208)"]{border-color:#14532d!important}html[data-theme=dark] [style*="border-color: rgb(191, 219, 254)"],html[data-theme=dark] [style*="border-color: rgb(186, 230, 253)"],html[data-theme=dark] [style*="border-color: rgb(125, 211, 252)"]{border-color:#1e3a8a!important}html[data-theme=dark] [style*="border-color: rgb(233, 213, 255)"]{border-color:#4c1d95!important}html[data-theme=dark] [style*="border-color: rgb(252, 211, 77)"],html[data-theme=dark] [style*="border-color: rgb(253, 230, 138)"],html[data-theme=dark] [style*="border-color: rgb(254, 215, 170)"],html[data-theme=dark] [style*="border-color: rgb(254, 240, 138)"]{border-color:#854d0e!important}html{font-family:var(--app-font)}h1,h2,h3,h4,h5,h6{color:var(--app-text);line-height:1.3;font-weight:700}h1{font-size:24px}h2{font-size:20px}h3{font-size:17px}h4,h5,h6{font-size:15px}p{line-height:1.6}a{color:var(--app-link)}small{font-size:12.5px}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,[role=button]:focus-visible{outline:2px solid var(--app-link);outline-offset:2px}input:not([type=checkbox]):not([type=radio]),select,textarea{font-family:inherit;color:var(--app-text);background-color:var(--app-surface);border:1px solid var(--app-border-strong);border-radius:var(--app-radius-sm)}select{padding:9px 12px}input[type=checkbox],input[type=radio]{accent-color:var(--app-primary-strong);width:16px;height:16px}.theme-toggle-icon{display:inline-flex;align-items:center}[class*=orb],[class*=floating-blob],[class*=glow-effect]{display:none!important}.data-table td,table.table td{overflow-wrap:break-word;word-break:normal;vertical-align:top}.data-table th,table.table th{overflow-wrap:normal;word-break:normal;white-space:normal;vertical-align:top}.data-table td strong,.data-table td code{white-space:nowrap}.data-table td .table-actions,table.table td .table-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-width:168px}.data-table td .btn,table.table td .btn{padding:6px 10px;font-size:12.5px;min-height:30px;line-height:1.2;justify-content:center}.data-table tbody tr:nth-child(2n),table.table tbody tr:nth-child(2n){background:var(--app-surface-alt)}@media (max-width: 768px){table.responsive-table-ready tbody td:has(.table-actions),table.responsive-table-ready tbody td:has(.btn):last-child{display:block!important}table.responsive-table-ready tbody td:has(.table-actions):before,table.responsive-table-ready tbody td:has(.btn):last-child:before{display:block;margin-bottom:8px}.table-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:none!important}.table-actions .btn,table.responsive-table-ready td .btn,table.responsive-table-ready td button{width:100%;min-height:40px;padding:8px 10px;font-size:13px;justify-content:center}}@media (max-width: 480px){.table-actions{grid-template-columns:1fr}}@media (max-width: 900px){.filters-row .form-input,.filter-row .form-input,.search-filter-row .form-input,.filters-row select,.filter-row select,.search-filter-row select{width:100%;max-width:none}}@media (max-width: 768px){.btn,button{min-height:42px}input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px;min-height:44px}}@keyframes redeem-glow-green{0%,to{box-shadow:var(--app-shadow),0 0 0 1px #22c55e4d,0 0 14px #22c55e33}50%{box-shadow:var(--app-shadow),0 0 0 1px #22c55e8c,0 0 24px #22c55e66}}@keyframes redeem-glow-red{0%,to{box-shadow:var(--app-shadow),0 0 0 1px #ef444459,0 0 14px #ef44443d}50%{box-shadow:var(--app-shadow),0 0 0 1px #ef4444a6,0 0 28px #ef44447a}}.redeem-otp-code.error{color:var(--app-danger-text);border-color:#dc2626;background:var(--app-danger-bg);letter-spacing:0}.redeem-otp-message.error{color:var(--app-danger-text)}.redeem-buy-embedded .card-header{padding:0 0 14px;margin-bottom:14px;border-bottom:1px solid var(--app-border)}.redeem-buy-embedded .data-table{margin-top:4px}@media (max-width: 480px){.system-confirm-actions .btn{width:100%;justify-content:center}}.modal-overlay,.purchase-success-overlay,.system-confirm-overlay,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"],div[style*="position: fixed"][style*="inset: 0"],div[style*="position:fixed"][style*="inset:0"]{box-sizing:border-box!important;align-items:flex-start!important;justify-content:center!important;padding:clamp(14px,4vh,36px) 14px!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important}.modal-content,.purchase-success-modal,.system-confirm-modal,.modal-overlay>div,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div,div[style*="position: fixed"][style*="inset: 0"]>div,div[style*="position:fixed"][style*="inset:0"]>div{box-sizing:border-box!important;width:min(100%,560px)!important;max-width:calc(100vw - 28px)!important;max-height:calc(100dvh - 28px)!important;overflow-x:hidden!important;overflow-y:auto!important;border-radius:12px!important;line-height:1.5!important}.modal-content,.modal-overlay>div,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div,div[style*="position: fixed"][style*="inset: 0"]>div,div[style*="position:fixed"][style*="inset:0"]>div{display:flex!important;flex-direction:column!important;gap:14px!important}.modal-content h1,.modal-content h2,.modal-content h3,.modal-overlay>div>h1,.modal-overlay>div>h2,.modal-overlay>div>h3,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div>h1,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div>h2,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div>h3,div[style*="position: fixed"][style*="inset: 0"]>div>h1,div[style*="position: fixed"][style*="inset: 0"]>div>h2,div[style*="position: fixed"][style*="inset: 0"]>div>h3{flex:0 0 auto!important;margin:0 0 2px!important;line-height:1.25!important;overflow-wrap:anywhere!important}.modal-body,.modal-content form,.modal-content>div:not(.modal-header):not(.modal-footer),.modal-overlay>div>div,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div>div,div[style*="position: fixed"][style*="inset: 0"]>div>div{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.modal-content p,.modal-content label,.modal-content small,.modal-content strong,.modal-content span,.modal-overlay>div p,.modal-overlay>div label,.modal-overlay>div small,.modal-overlay>div strong,.modal-overlay>div span,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div p,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div label,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div small,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div strong,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div span,div[style*="position: fixed"][style*="inset: 0"]>div p,div[style*="position: fixed"][style*="inset: 0"]>div label,div[style*="position: fixed"][style*="inset: 0"]>div small,div[style*="position: fixed"][style*="inset: 0"]>div strong,div[style*="position: fixed"][style*="inset: 0"]>div span{max-width:100%!important;line-height:1.5!important;white-space:normal!important;overflow-wrap:anywhere!important}.modal-content [style*="background: #fef3c7"],.modal-content [style*="background:#fef3c7"],.modal-content [style*="background: #fff7ed"],.modal-content [style*="background:#fff7ed"],.modal-overlay>div [style*="background: #fef3c7"],.modal-overlay>div [style*="background:#fef3c7"],.modal-overlay>div [style*="background: #fff7ed"],.modal-overlay>div [style*="background:#fff7ed"],div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div [style*="background: #fef3c7"],div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div [style*="background:#fef3c7"],div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div [style*="background: #fff7ed"],div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div [style*="background:#fff7ed"]{height:auto!important;min-height:0!important;overflow:visible!important;padding:14px!important;margin:0!important}.modal-content input,.modal-content select,.modal-content textarea,.modal-overlay>div input,.modal-overlay>div select,.modal-overlay>div textarea,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div input,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div select,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div textarea,div[style*="position: fixed"][style*="inset: 0"]>div input,div[style*="position: fixed"][style*="inset: 0"]>div select,div[style*="position: fixed"][style*="inset: 0"]>div textarea{box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-height:42px!important}.modal-actions,.modal-footer,.modal-content>div:last-child,.modal-overlay>div>div:last-child,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div>div:last-child,div[style*="position: fixed"][style*="inset: 0"]>div>div:last-child{flex:0 0 auto!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important}.modal-actions .btn,.modal-footer .btn,.modal-content>div:last-child .btn,.modal-content>div:last-child button,.modal-overlay>div>div:last-child .btn,.modal-overlay>div>div:last-child button,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div>div:last-child .btn,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div>div:last-child button,div[style*="position: fixed"][style*="inset: 0"]>div>div:last-child .btn,div[style*="position: fixed"][style*="inset: 0"]>div>div:last-child button{min-width:120px!important;min-height:42px!important;white-space:normal!important}@media (max-width: 640px){.modal-overlay,.purchase-success-overlay,.system-confirm-overlay,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"],div[style*="position: fixed"][style*="inset: 0"],div[style*="position:fixed"][style*="inset:0"]{padding:10px!important}.modal-content,.purchase-success-modal,.system-confirm-modal,.modal-overlay>div,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div,div[style*="position: fixed"][style*="inset: 0"]>div,div[style*="position:fixed"][style*="inset:0"]>div{width:100%!important;max-width:100%!important;max-height:calc(100dvh - 20px)!important;padding:16px!important;border-radius:10px!important}.modal-actions,.modal-footer,.modal-content>div:last-child,.modal-overlay>div>div:last-child,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div>div:last-child,div[style*="position: fixed"][style*="inset: 0"]>div>div:last-child{display:grid!important;grid-template-columns:1fr!important;width:100%!important}.modal-actions .btn,.modal-footer .btn,.modal-actions button,.modal-footer button,.modal-content>div:last-child .btn,.modal-content>div:last-child button,.modal-overlay>div>div:last-child .btn,.modal-overlay>div>div:last-child button,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div>div:last-child .btn,div[style*="position: fixed"][style*="bottom: 0"][style*="z-index: 1000"]>div>div:last-child button,div[style*="position: fixed"][style*="inset: 0"]>div>div:last-child .btn,div[style*="position: fixed"][style*="inset: 0"]>div>div:last-child button{width:100%!important;min-width:0!important}}@keyframes cp-promo-pulse{0%,to{box-shadow:0 0 #dc262673}50%{box-shadow:0 0 0 5px #dc262600}}@keyframes cp-onsale-glow{0%,to{box-shadow:0 0 0 3px #dc26261f,0 0 14px #dc262629}50%{box-shadow:0 0 0 3px #dc262633,0 0 22px #dc26264d}}@keyframes cp-flame-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}.aihub-page{--app-primary: #c8ff00;--app-primary-strong: #b4e600;--app-primary-contrast: #0a1000;--app-primary-text: #4f6b00;--app-link: #4a6b00;--app-focus-ring: rgba(160, 205, 0, .45);--app-bg: #f6f8f1;--app-surface: #ffffff;--app-surface-alt: #fafcf5;--app-surface-muted: #f0f4e6;--app-sky-soft: #eef6d5;--app-highlight: #e4f7a3;--app-border: #e6ebdc;--app-border-strong: #cdd6bb;--hub-grad: linear-gradient(135deg, #c8ff00, #aee000);--hub-grad-soft: linear-gradient(135deg, rgba(200, 255, 0, .16), rgba(174, 224, 0, .16));--hub-glow: 0 8px 28px rgba(160, 205, 0, .3);--hub-grad-text: linear-gradient(135deg, #5f8000, #3f6b1a);min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(1100px 520px at 85% -10%,rgba(200,255,0,.1) 0%,transparent 60%),radial-gradient(900px 430px at -10% 10%,rgba(174,224,0,.08) 0%,transparent 55%),var(--app-bg);color:var(--app-text);font-family:var(--app-font)}html[data-theme=dark] .aihub-page{--app-primary: #c8ff00;--app-primary-strong: #d8ff4d;--app-primary-contrast: #060b00;--app-primary-text: #c8ff00;--app-link: #4d8dff;--app-focus-ring: rgba(200, 255, 0, .4);--app-bg: #03080a;--app-surface: #080d0f;--app-surface-alt: #010000;--app-surface-muted: #0d1417;--app-sky-soft: #131a05;--app-highlight: #1b2600;--app-text: #fcfcfe;--app-text-soft: #c7d0d3;--app-muted: #8b969b;--app-border: #171f22;--app-border-strong: #273236;--hub-grad: linear-gradient(135deg, #c8ff00, #aee000);--hub-grad-soft: linear-gradient(135deg, rgba(200, 255, 0, .14), rgba(174, 224, 0, .14));--hub-glow: 0 8px 30px rgba(200, 255, 0, .22);--hub-grad-text: linear-gradient(135deg, #c8ff00, #aee000)}.aihub-page .card{border-radius:14px}.aihub-page .btn{border-radius:10px}.aihub-page .btn-primary{background:var(--app-primary);border-color:transparent;color:var(--app-primary-contrast);box-shadow:var(--hub-glow)}.aihub-page .btn-primary:hover:not(:disabled){filter:brightness(1.08)}.aihub-page .form-input{border-radius:10px}@keyframes aihub-loader-spin{to{transform:rotate(360deg)}}.aihub-spinner,.aihub-page .btn[aria-busy=true]:before,.aihub-page label.btn[aria-busy=true]:before,.aihub-page .aihub-projcard[aria-busy=true] .aihub-projcard-plus:before,.aihub-page .aihub-charref-add[aria-busy=true]:before,.aihub-page .aihub-dropzone[aria-busy=true]:before,.aihub-page .aihub-castchip[aria-busy=true]:before{display:inline-block;width:14px;height:14px;box-sizing:border-box;flex:none;border:2px solid currentColor;border-right-color:transparent;border-radius:999px;content:"";animation:aihub-loader-spin .72s linear infinite}.aihub-spinner-sm{width:12px;height:12px;border-width:1.7px}.aihub-spinner-lg{width:22px;height:22px;border-width:2.5px}.aihub-page .btn[aria-busy=true]>svg:first-child,.aihub-page label.btn[aria-busy=true]>svg:first-child,.aihub-page .aihub-charref-add[aria-busy=true]>svg:first-child,.aihub-page .aihub-dropzone[aria-busy=true]>svg:first-child,.aihub-page .aihub-castchip[aria-busy=true]>svg:first-child,.aihub-page .aihub-projcard[aria-busy=true] .aihub-projcard-plus>svg{display:none}.aihub-page .btn[aria-busy=true],.aihub-page label.btn[aria-busy=true],.aihub-page .aihub-projcard[aria-busy=true],.aihub-page .aihub-charref-add[aria-busy=true],.aihub-page .aihub-dropzone[aria-busy=true],.aihub-page .aihub-castchip[aria-busy=true]{cursor:progress;pointer-events:none;-webkit-user-select:none;user-select:none}.aihub-inline-wait,.aihub-loading-copy{display:inline-flex;align-items:center;gap:8px}.aihub-loading-copy{justify-content:center;color:var(--app-muted)}.aihub-loading-copy:before,.aihub-inline-wait:before{display:inline-block;width:14px;height:14px;box-sizing:border-box;flex:none;border:2px solid currentColor;border-right-color:transparent;border-radius:999px;content:"";animation:aihub-loader-spin .72s linear infinite}.aihub-loading-panel{min-height:96px;display:flex;align-items:center;justify-content:center}@media (prefers-reduced-motion: reduce){.aihub-spinner,.aihub-page [aria-busy=true]:before,.aihub-loading-copy:before,.aihub-inline-wait:before{animation-duration:1.5s}}.aihub-page label.btn{color:#fff;font-weight:600}.aihub-page label.btn.btn-secondary{color:var(--app-text)}.aihub-topbar{position:sticky;top:0;z-index:50;background:var(--app-surface);background:color-mix(in srgb,var(--app-surface) 80%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--app-border)}.aihub-topbar-inner{max-width:1920px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.aihub-brand{display:flex;align-items:center;gap:12px;min-width:0}.aihub-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;color:var(--app-primary-contrast);background:var(--hub-grad);box-shadow:var(--hub-glow);flex:none}.aihub-brand-text{display:flex;flex-direction:column;line-height:1.2;min-width:0}.aihub-brand-text strong{font-size:16.5px;font-weight:800;letter-spacing:-.01em;color:var(--app-text);white-space:nowrap}.aihub-brand-text em{font-style:normal;font-size:11px;color:var(--app-muted);letter-spacing:.02em;white-space:nowrap}.aihub-topbar-actions{display:flex;align-items:center;gap:10px}.aihub-topbar-actions .btn{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.aihub-langswitch{display:inline-flex;border:1px solid var(--app-border);border-radius:10px;overflow:hidden;background:var(--app-surface-alt)}.aihub-langswitch button{border:none;background:none;padding:6px 12px;font:inherit;font-size:12.5px;font-weight:600;color:var(--app-muted);cursor:pointer}.aihub-langswitch button.on{background:var(--hub-grad);color:var(--app-primary-contrast)}.aihub-shell{flex:1;width:100%;max-width:1920px;margin:0 auto;padding:24px 24px 48px}.aihub-footer{padding:18px 24px 26px;text-align:center;font-size:11.5px;color:var(--app-muted);border-top:1px solid var(--app-border);background:var(--app-surface-alt)}.aihub-landing{display:flex;flex-direction:column;gap:56px;padding-top:24px}.aihub-hero2{text-align:center;max-width:860px;margin:0 auto;padding:40px 16px 0}.aihub-hero2-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 14px;border-radius:999px;border:1px solid var(--app-border);background:var(--hub-grad-soft);color:var(--app-primary-text);font-size:12px;font-weight:600;margin-bottom:22px}html[data-theme=dark] .aihub-page .aihub-hero2-chip{color:var(--app-link)}.aihub-hero2 h1{font-size:clamp(30px,5.4vw,52px);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:var(--app-text);margin-bottom:18px}.aihub-hero2-arrow{color:var(--app-muted);font-weight:600}.aihub-hero2-grad{background:var(--hub-grad-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.aihub-hero2 p{font-size:15px;color:var(--app-muted);line-height:1.75;max-width:640px;margin:0 auto 26px}.aihub-hero2-cta{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:40px}.aihub-hero2-cta .btn{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;font-size:14px;text-decoration:none}.aihub-hero2-stats{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;padding:22px 12px;border-top:1px solid var(--app-border)}.aihub-hero2-stats>div{display:flex;flex-direction:column;gap:3px}.aihub-hero2-stats strong{font-size:26px;font-weight:800;background:var(--hub-grad-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.aihub-hero2-stats span{font-size:12px;color:var(--app-muted)}.aihub-features{max-width:1100px;margin:0 auto;width:100%;padding:0 8px 24px}.aihub-features h2{text-align:center;font-size:24px;font-weight:800;letter-spacing:-.01em;color:var(--app-text);margin-bottom:28px}.aihub-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.aihub-feature{background:var(--app-surface);border:1px solid var(--app-border);border-radius:14px;padding:22px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.aihub-feature:hover{transform:translateY(-3px);border-color:var(--app-primary);box-shadow:var(--hub-glow)}.aihub-feature h3{font-size:15px;font-weight:700;color:var(--app-text);margin:12px 0 7px}.aihub-feature p{font-size:12.5px;color:var(--app-muted);line-height:1.65}.aihub-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:11px;color:var(--app-primary-strong);background:var(--hub-grad-soft)}html[data-theme=dark] .aihub-page .aihub-feature-icon{color:var(--app-link)}.aihub-console{display:flex;gap:20px;align-items:flex-start}.aihub-sidenav{position:sticky;top:78px;flex:none;width:208px;display:flex;flex-direction:column;gap:4px;background:var(--app-surface);border:1px solid var(--app-border);border-radius:14px;padding:10px}.aihub-sidenav-item{display:flex;align-items:center;gap:10px;width:100%;border:none;background:none;padding:7px 12px;border-radius:10px;font:inherit;font-size:13.5px;font-weight:600;color:var(--app-text-soft);cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease;text-decoration:none;box-sizing:border-box}.aihub-sidenav-item:hover{background:var(--app-surface-muted);color:var(--app-text)}.aihub-sidenav-item:visited{color:var(--app-text-soft)}.aihub-sidenav-item.on{background:var(--hub-grad);color:var(--app-primary-contrast);box-shadow:var(--hub-glow)}.aihub-sidenav-section{display:flex;flex-direction:column;gap:1px}.aihub-sidenav-section+.aihub-sidenav-section{margin-top:10px;padding-top:8px;border-top:1px solid var(--app-border)}.aihub-sidenav-group{padding:4px 12px 1px;font-size:10.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--app-muted)}.aihub-audiorow{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--app-border)}.aihub-audiorow:last-of-type{border-bottom:none}.aihub-audiorow audio{flex:1;min-width:0;height:38px}.aihub-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.aihub-main .card{margin-bottom:0}.aihub-setup{align-items:center}.aihub-link{background:none;border:none;padding:0;font:inherit;color:var(--app-link);text-decoration:underline;cursor:pointer}.aihub-hero{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:center;background:var(--hub-grad-soft),var(--app-surface);border-left:4px solid var(--app-primary)}.aihub-hero-main{flex:1 1 320px;min-width:0}.aihub-hero-title{display:flex;gap:12px;align-items:flex-start;color:var(--app-primary-strong)}html[data-theme=dark] .aihub-page .aihub-hero-title{color:var(--app-link)}.aihub-hero-title h2{font-size:18px;font-weight:800;color:var(--app-text);margin-bottom:4px}.aihub-hero-title p{font-size:12.5px;color:var(--app-muted);max-width:56ch;line-height:1.5}.aihub-hero-stats{display:flex;flex-wrap:wrap;gap:22px}.aihub-stat{display:flex;flex-direction:column;gap:2px;min-width:110px}.aihub-stat-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--app-muted);font-weight:600}.aihub-stat-value{font-size:22px;font-weight:800;color:var(--app-text);line-height:1.15}.aihub-stat-sub{font-size:11px;color:var(--app-muted)}.aihub-stat-danger .aihub-stat-value{color:var(--app-danger)}.aihub-quicklinks{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.aihub-quicklink{display:flex;flex-direction:column;align-items:flex-start;gap:10px;cursor:pointer;font:inherit;color:var(--app-text);text-align:left;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.aihub-quicklink:hover{transform:translateY(-2px);border-color:var(--app-primary);box-shadow:var(--hub-glow)}.aihub-quicklink strong{font-size:14px;font-weight:700}.aihub-prompt{font-family:var(--app-font);line-height:1.55;resize:vertical;min-height:96px}.aihub-prompt.aihub-prompt-short{min-height:52px}.aihub-json{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:12px;resize:vertical}.aihub-hint{font-size:11.5px;color:var(--app-muted);line-height:1.6;margin-top:6px}.aihub-hint code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:var(--app-surface-alt);border:1px solid var(--app-border);border-radius:4px;padding:0 4px}.aihub-hint-danger{color:var(--app-danger-text);font-weight:600}.aihub-prompt-warn{display:flex;align-items:flex-start;gap:6px;font-size:11.5px;line-height:1.55;margin-top:6px;color:var(--app-warning-text)}.aihub-prompt-warn.is-soft{color:var(--app-muted)}.aihub-quote-lines{display:grid;gap:2px;margin:6px 0 0;padding:8px 10px;border:1px solid var(--app-border);border-radius:6px;background:var(--app-surface-alt);font-size:11.5px;color:var(--app-muted)}.aihub-quote-line{display:flex;justify-content:space-between;gap:12px}.aihub-quote-line span:last-child{font-variant-numeric:tabular-nums;color:var(--app-text)}.aihub-shot-voice{margin-top:6px}.aihub-shot-audio{width:100%;height:30px;margin-top:4px}.aihub-sub{font-size:11.5px;color:var(--app-muted)}.aihub-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11.5px;background:var(--app-surface-alt);border:1px solid var(--app-border);border-radius:4px;padding:1px 5px;white-space:nowrap}.aihub-quote{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin:14px 0 4px;padding:12px 16px;border:1px solid var(--app-border);border-left:3px solid var(--app-primary);border-radius:12px;background:var(--hub-grad-soft)}.aihub-quote-bad{border-left-color:var(--app-danger);background:var(--app-danger-bg)}.aihub-quote>div{display:flex;flex-direction:column;gap:2px}.aihub-quote-balance{text-align:right;align-items:flex-end}.aihub-quote-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:var(--app-muted)}.aihub-quote-value{font-size:19px;font-weight:800;color:var(--app-text)}.aihub-quote-sub{font-size:11.5px;color:var(--app-muted)}.aihub-model-picker{max-width:920px}.aihub-model-catalog{position:relative}.aihub-model-trigger{width:100%;min-height:64px;padding:10px 12px;border:1px solid var(--app-border-strong);border-radius:13px;background:var(--app-surface-alt);color:var(--app-text);display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:11px;text-align:left;font:inherit;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.aihub-model-trigger:hover{border-color:var(--app-primary);background:var(--app-surface-muted)}.aihub-model-trigger:focus-visible,.aihub-model-trigger[aria-expanded=true]{outline:none;border-color:var(--app-primary);box-shadow:0 0 0 3px var(--app-focus-ring)}.aihub-model-maker-mark{flex:none;border:1px solid var(--app-border-strong);border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:var(--hub-grad-soft);color:var(--app-primary-text)}.aihub-model-trigger-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.aihub-model-trigger-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14.5px;line-height:1.3}.aihub-model-trigger-copy>span{color:var(--app-muted);font-size:11.5px}.aihub-model-trigger-price{min-width:104px;padding:7px 10px;border-left:1px solid var(--app-border);display:grid;grid-template-columns:auto auto;align-items:center;justify-content:end;column-gap:5px;color:var(--app-primary-text);font-variant-numeric:tabular-nums}.aihub-model-trigger-price strong{font-size:15px}.aihub-model-trigger-price span{grid-column:1 / -1;color:var(--app-muted);font-size:9.5px;text-align:right}.aihub-model-trigger-chevron{color:var(--app-muted);transition:transform .16s ease}.aihub-model-trigger-chevron.open{transform:rotate(180deg);color:var(--app-primary-text)}.aihub-model-popover{position:absolute;z-index:90;top:calc(100% + 9px);left:0;width:min(900px,calc(100vw - 305px));max-height:min(720px,76vh);border:1px solid var(--app-border-strong);border-radius:16px;background:var(--app-surface);color:var(--app-text);box-shadow:0 24px 70px #0000006b;display:flex;flex-direction:column;overflow:hidden;animation:aihub-model-pop .14s ease-out}@keyframes aihub-model-pop{0%{opacity:0;transform:translateY(-5px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}.aihub-model-popover-head{padding:13px 14px 10px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--app-border);background:var(--app-surface)}.aihub-model-search{min-height:44px;flex:1;padding:0 12px;border:1px solid var(--app-border-strong);border-radius:11px;display:flex;align-items:center;gap:9px;color:var(--app-muted);background:var(--app-surface-alt)}.aihub-model-search:focus-within{border-color:var(--app-primary);box-shadow:0 0 0 3px var(--app-focus-ring)}.aihub-model-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--app-text);font:inherit;font-size:14px}.aihub-model-search input::placeholder{color:var(--app-muted)}.aihub-model-search input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.aihub-model-search button{width:27px;height:27px;padding:0;border:0;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--app-muted);cursor:pointer}.aihub-model-search button:hover{background:var(--app-border);color:var(--app-text)}.aihub-model-result-count{flex:none;color:var(--app-muted);font-size:11.5px;white-space:nowrap}.aihub-model-filter-stack{padding:9px 14px 10px;display:grid;gap:7px;border-bottom:1px solid var(--app-border);background:var(--app-surface-alt)}.aihub-model-filter-row{display:grid;grid-template-columns:73px minmax(0,1fr);align-items:center;gap:9px}.aihub-model-filter-row>span{color:var(--app-muted);font-size:9.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.aihub-model-filter-scroll{display:flex;gap:5px;overflow-x:auto;scrollbar-width:none;padding:1px}.aihub-model-filter-scroll::-webkit-scrollbar{display:none}.aihub-model-filter-scroll button{min-height:29px;padding:4px 9px;border:1px solid var(--app-border);border-radius:8px;display:inline-flex;align-items:center;gap:5px;background:var(--app-surface);color:var(--app-text-soft);font:inherit;font-size:10.5px;font-weight:650;white-space:nowrap;cursor:pointer}.aihub-model-filter-scroll button:hover{border-color:var(--app-primary);color:var(--app-text)}.aihub-model-filter-scroll button.on{border-color:var(--app-primary);background:var(--hub-grad-soft);color:var(--app-primary-text);box-shadow:inset 0 0 0 1px var(--app-primary)}.aihub-model-results{min-height:180px;padding:6px 8px 10px;overflow-y:auto;overscroll-behavior:contain}.aihub-model-provider{padding:7px 5px 4px}.aihub-model-provider+.aihub-model-provider{border-top:1px solid var(--app-border);margin-top:5px;padding-top:12px}.aihub-model-provider>header{padding:0 5px 7px;display:flex;align-items:center;gap:9px}.aihub-model-provider>header>div{display:flex;flex-direction:column;line-height:1.25}.aihub-model-provider>header strong{font-size:12px}.aihub-model-provider>header span{color:var(--app-muted);font-size:9.5px}.aihub-model-option-list{display:grid;gap:4px}.aihub-model-option{width:100%;min-height:58px;padding:8px 10px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--app-text);text-align:left;font:inherit;display:grid;grid-template-columns:minmax(210px,1fr) auto 82px 20px;align-items:center;gap:10px;cursor:pointer;transition:background .13s ease,border-color .13s ease}.aihub-model-option:hover{border-color:var(--app-border-strong);background:var(--app-surface-alt)}.aihub-model-option:focus-visible{outline:2px solid var(--app-link);outline-offset:-2px}.aihub-model-option.selected{border-color:var(--app-primary);background:var(--hub-grad-soft)}.aihub-model-option-main{min-width:0;display:flex;flex-direction:column;gap:2px}.aihub-model-option-main strong{font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aihub-model-option-main>span{color:var(--app-muted);font-size:10.5px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aihub-model-option-tags{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex-wrap:wrap}.aihub-model-option-tags>span{min-height:23px;padding:3px 7px;border:1px solid var(--app-border);border-radius:7px;background:var(--app-surface);color:var(--app-muted);display:inline-flex;align-items:center;gap:4px;font-size:9.5px;font-weight:700;white-space:nowrap}.aihub-model-option-price{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:end;column-gap:4px;color:var(--app-primary-text);font-variant-numeric:tabular-nums}.aihub-model-option-price strong{font-size:13px}.aihub-model-option-price span{grid-column:1 / -1;color:var(--app-muted);font-size:9px;text-align:right}.aihub-model-option-check{width:19px;height:19px;border:1px solid var(--app-border-strong);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:var(--app-primary-contrast)}.aihub-model-option-check.on{border-color:var(--app-primary);background:var(--app-primary)}.aihub-model-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--app-muted);text-align:center}.aihub-model-empty strong{color:var(--app-text);font-size:13px}.aihub-model-empty span{font-size:11px}.aihub-model-popover-foot{min-height:37px;padding:8px 13px;border-top:1px solid var(--app-border);background:var(--app-surface-alt);color:var(--app-muted);display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:9.5px}.aihub-model-popover-foot span{display:inline-flex;align-items:center;gap:5px}.aihub-model-summary{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:7px;color:var(--app-muted);font-size:11.5px}.aihub-model-summary strong{color:var(--app-text)}.aihub-model-pill{display:inline-flex;align-items:center;min-height:22px;padding:2px 8px;border:1px solid var(--app-border-strong);border-radius:999px;background:var(--app-surface-alt);color:var(--app-text-soft);font-size:10.5px;font-weight:700}.aihub-model-pill svg{margin-right:4px}@media (max-width: 900px){.aihub-model-popover{width:min(720px,calc(100vw - 46px))}.aihub-model-option{grid-template-columns:minmax(180px,1fr) auto 76px 20px}.aihub-model-option-main>span{display:none}}@media (max-width: 650px){.aihub-model-popover{position:fixed;top:70px;right:10px;bottom:10px;left:10px;width:auto;max-height:none;border-radius:14px}.aihub-model-trigger{min-height:64px!important;padding:10px 12px!important;grid-template-columns:auto minmax(0,1fr) auto;font-size:inherit!important}.aihub-model-trigger-price{display:none}.aihub-model-popover-head{padding:10px}.aihub-model-result-count{display:none}.aihub-model-search button{width:27px!important;min-height:27px!important;padding:0!important;border-radius:7px!important;font-size:inherit!important}.aihub-model-filter-stack{padding:8px 10px}.aihub-model-filter-row{grid-template-columns:1fr;gap:3px}.aihub-model-filter-scroll{flex-wrap:wrap;overflow:visible}.aihub-model-filter-scroll button{width:auto!important;min-height:29px!important;padding:4px 9px!important;border-radius:8px!important;font-size:10.5px!important}.aihub-model-provider{padding-inline:1px}.aihub-model-option{min-height:58px!important;padding:8px 10px!important;font-size:inherit!important;grid-template-columns:minmax(130px,1fr) 68px 20px;gap:6px}.aihub-model-option-tags{display:none}.aihub-model-popover-foot span:last-child{display:none}}.aihub-aspect-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.aihub-aspect-choice{min-height:44px;padding:8px 10px 8px 13px;border:1px solid var(--app-border-strong);border-radius:10px;background:var(--app-surface-alt);color:var(--app-text);display:flex;align-items:center;justify-content:space-between;gap:8px;font:inherit;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.aihub-aspect-choice:hover{border-color:var(--app-primary)}.aihub-aspect-choice:focus-visible{outline:3px solid var(--app-focus-ring);outline-offset:2px}.aihub-aspect-choice.on{border-color:var(--app-primary);background:var(--hub-grad-soft);box-shadow:inset 0 0 0 1px var(--app-primary)}.aihub-aspect-check{width:19px;height:19px;flex:none;border:1px solid var(--app-border-strong);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:var(--app-primary-contrast);background:var(--app-surface)}.aihub-aspect-choice.on .aihub-aspect-check{border-color:var(--app-primary);background:var(--app-primary)}.aihub-audio-section{margin-top:14px}.aihub-audio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.aihub-audio-card{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;gap:2px 9px;min-height:62px;padding:10px 12px;border:1px solid var(--app-border);border-radius:11px;background:var(--app-surface);color:var(--app-text);text-align:left;font:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.aihub-audio-card:hover{border-color:var(--app-primary)}.aihub-audio-card.on{border-color:var(--app-primary);background:var(--hub-grad-soft);box-shadow:var(--hub-glow)}.aihub-audio-card>svg{grid-row:1 / 3;color:var(--app-muted)}.aihub-audio-card.on>svg{color:var(--app-primary-strong)}.aihub-audio-card strong{font-size:12.5px}.aihub-audio-card span{color:var(--app-muted);font-size:11px}.aihub-caption-section{margin-top:14px}.aihub-caption-toggle{width:100%;min-height:58px;padding:9px 12px;border:1px solid var(--app-border);border-radius:11px;background:var(--app-surface);color:var(--app-text);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;text-align:left;font:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.aihub-caption-toggle:hover{border-color:var(--app-primary)}.aihub-caption-toggle.on{border-color:var(--app-primary);background:var(--hub-grad-soft);box-shadow:var(--hub-glow)}.aihub-caption-toggle-icon{color:var(--app-muted);display:inline-flex}.aihub-caption-toggle.on .aihub-caption-toggle-icon{color:var(--app-primary-strong)}.aihub-caption-toggle strong,.aihub-caption-toggle small{display:block}.aihub-caption-toggle strong{font-size:12.5px}.aihub-caption-toggle small{margin-top:2px;color:var(--app-muted);font-size:11px}.aihub-caption-switch{width:38px;height:22px;padding:2px;border-radius:999px;background:var(--app-surface-muted);border:1px solid var(--app-border-strong);transition:background .15s ease,border-color .15s ease}.aihub-caption-switch>span{display:block;width:16px;height:16px;border-radius:50%;background:var(--app-muted);transition:transform .15s ease,background .15s ease}.aihub-caption-toggle.on .aihub-caption-switch{border-color:var(--app-primary);background:var(--app-primary)}.aihub-caption-toggle.on .aihub-caption-switch>span{transform:translate(16px);background:var(--app-primary-contrast)}.aihub-caption-editor{display:grid;grid-template-columns:minmax(210px,.7fr) minmax(360px,1.3fr);gap:13px;padding:13px;margin-top:8px;border:1px solid var(--app-border);border-radius:11px;background:var(--app-surface-alt)}.aihub-caption-editor>.aihub-hint{grid-column:1 / -1}.aihub-caption-preview{--caption-preview-colour: #fff;min-height:150px;padding:18px;border-radius:9px;display:flex;justify-content:center;align-items:flex-end;text-align:center;overflow:hidden;background:radial-gradient(circle at 65% 38%,rgba(205,234,255,.2),transparent 22%),linear-gradient(145deg,#1b2831,#314955 42%,#11191d)}.aihub-caption-preview.is-top{align-items:flex-start}.aihub-caption-preview.is-middle{align-items:center}.aihub-caption-preview>span{max-width:92%;color:var(--caption-preview-colour);font-size:16px;font-weight:700;line-height:1.2;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 2px 3px rgba(0,0,0,.85)}.aihub-caption-preview>span.is-small{font-size:13px}.aihub-caption-preview>span.is-large{font-size:20px}.aihub-caption-preview>span.is-bold{font-weight:900;letter-spacing:.01em}.aihub-caption-preview>span.is-boxed{padding:4px 8px;border-radius:3px;background:#000000bf;text-shadow:none}.aihub-caption-preview>span.is-minimal{font-weight:500;text-shadow:0 1px 2px #000}.aihub-caption-controls{display:flex;flex-direction:column;gap:10px}.aihub-caption-control>span{display:block;margin-bottom:5px;color:var(--app-muted);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.aihub-caption-control>div{display:flex;flex-wrap:wrap;gap:6px}.aihub-caption-control button{min-height:32px;padding:6px 10px;border:1px solid var(--app-border-strong);border-radius:8px;background:var(--app-surface);color:var(--app-text-soft);display:inline-flex;align-items:center;justify-content:center;gap:5px;font:inherit;font-size:11.5px;cursor:pointer}.aihub-caption-control button:hover{border-color:var(--app-primary)}.aihub-caption-control button.on{border-color:var(--app-primary);background:var(--hub-grad-soft);color:var(--app-text)}.aihub-caption-control button.aihub-caption-colour{width:34px;padding:5px;position:relative}.aihub-caption-colour>span{width:18px;height:18px;border:1px solid rgba(255,255,255,.38);border-radius:50%}.aihub-caption-colour>svg{position:absolute;color:#050708;stroke-width:3}.aihub-advanced{margin:12px 0;border:1px solid var(--app-border);border-radius:11px;background:var(--app-surface-alt)}.aihub-advanced>summary{display:flex;align-items:center;gap:7px;padding:11px 13px;color:var(--app-text-soft);font-size:12.5px;font-weight:700;cursor:pointer;list-style:none}.aihub-advanced>summary::-webkit-details-marker{display:none}.aihub-advanced[open]>summary{border-bottom:1px solid var(--app-border)}.aihub-advanced-grid{padding:12px 12px 0}.aihub-advanced>.checkbox-row{padding:0 12px 11px}.aihub-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;margin-top:4px}.aihub-tile{border:1px solid var(--app-border);border-radius:12px;overflow:hidden;background:var(--app-surface-alt);display:flex;flex-direction:column;transition:border-color .15s ease,box-shadow .15s ease}.aihub-tile:hover{border-color:var(--app-primary);box-shadow:var(--hub-glow)}.aihub-tile img,.aihub-tile video{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block;background:var(--app-surface-muted)}.aihub-tile-file{aspect-ratio:1 / 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--app-muted);font-size:12px}.aihub-tile figcaption{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;row-gap:6px;padding:7px 9px;font-size:11px;color:var(--app-muted);border-top:1px solid var(--app-border);background:var(--app-surface)}.aihub-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:14px;padding-top:12px;border-top:1px solid var(--app-border);font-size:11.5px;color:var(--app-muted)}.aihub-meta strong{color:var(--app-text-soft);font-weight:600;margin-right:5px}.aihub-modelgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:14px}.aihub-modelcard{border:1px solid var(--app-border);border-radius:14px;background:var(--app-surface);padding:16px;display:flex;flex-direction:column;gap:8px;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.aihub-modelcard:hover{transform:translateY(-2px);border-color:var(--app-primary);box-shadow:var(--hub-glow)}.aihub-modelcard.off{opacity:.6}.aihub-modelcard h4{font-size:14.5px;font-weight:700;color:var(--app-text)}.aihub-modelcard .aihub-code{align-self:flex-start}.aihub-modelcard-top{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.aihub-cap{display:inline-flex;padding:2px 10px;border-radius:999px;font-size:11px;font-weight:700;color:var(--app-primary-contrast);background:var(--hub-grad)}.aihub-cap-video{background:linear-gradient(135deg,#ec4899,#f97316)}.aihub-cap-speech,.aihub-cap-music{background:linear-gradient(135deg,#06b6d4,#3b82f6)}.aihub-cap-text{background:linear-gradient(135deg,#10b981,#059669)}.aihub-modelcard-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:11.5px;color:var(--app-muted)}.aihub-modelcard-actions{display:flex;gap:8px;margin-top:4px}.aihub-keyrow{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:12px 0}.aihub-bar{margin-top:7px;height:5px;border-radius:3px;background:var(--app-border);overflow:hidden}.aihub-bar span{display:block;height:100%;border-radius:3px;transition:width .3s ease}.aihub-page .checkbox-row{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin:4px 0 12px;font-size:13px;color:var(--app-text-soft)}.aihub-page .checkbox-row label{display:inline-flex;align-items:center;gap:7px;cursor:pointer}.aihub-page .checkbox-row input[type=checkbox]{width:15px;height:15px;accent-color:var(--app-primary);cursor:pointer}.aihub-page .btn-xs{padding:3px 8px;font-size:11px;line-height:1.5;gap:4px;display:inline-flex;align-items:center}.aihub-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border-top:1px solid var(--app-border);color:var(--app-muted);font-size:12px}.aihub-pagination-buttons{display:flex;align-items:center;gap:6px}.aihub-pagination-page{min-width:92px;text-align:center;color:var(--app-text)}.aihub-pagination .btn:disabled{opacity:.4}@media (max-width: 720px){.aihub-pagination{align-items:flex-start;flex-direction:column}.aihub-pagination-buttons{width:100%;justify-content:space-between}.aihub-pagination-buttons .btn{min-width:34px}}.aihub-gate{display:flex;justify-content:center;padding:12vh 16px 0}.aihub-gate-card{max-width:440px;width:100%;text-align:center;padding:36px 32px!important;display:flex;flex-direction:column;align-items:center;gap:10px}.aihub-gate-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;color:var(--app-primary-contrast);background:var(--hub-grad);box-shadow:var(--hub-glow);margin-bottom:6px}.aihub-gate-card h3{font-size:18px;font-weight:700;color:var(--app-text)}.aihub-gate-card p{font-size:13px;color:var(--app-muted);line-height:1.6;margin-bottom:8px}.aihub-gate-card .btn{display:inline-flex;align-items:center;gap:7px;text-decoration:none}@media (max-width: 900px){.aihub-console{flex-direction:column}.aihub-sidenav{position:static;width:100%;flex-direction:row;overflow-x:auto;padding:8px}.aihub-sidenav-item{flex:none;white-space:nowrap}.aihub-sidenav-section{flex-direction:row}.aihub-sidenav-section+.aihub-sidenav-section{margin-top:0}.aihub-sidenav-group{display:none}}@media (max-width: 640px){.aihub-topbar-inner{padding:10px 14px}.aihub-brand-text em{display:none}.aihub-shell{padding:16px 12px 40px}.aihub-hero{flex-direction:column;align-items:stretch}.aihub-hero-stats{gap:16px}.aihub-quote{flex-direction:column;align-items:flex-start}.aihub-quote-balance{text-align:left;align-items:flex-start}.aihub-hero2-stats{gap:28px}.aihub-audio-grid,.aihub-caption-editor{grid-template-columns:1fr}.aihub-caption-editor>.aihub-hint{grid-column:auto}.aihub-caption-control>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.aihub-caption-control.aihub-caption-presets>div{grid-template-columns:repeat(2,minmax(0,1fr))}.aihub-caption-control button{width:auto!important;min-width:0!important;min-height:40px!important;padding:8px 7px!important;font-size:12px!important}.aihub-caption-control button.aihub-caption-colour{width:40px!important;justify-self:start}}.aihub-jobrow{border:1px solid var(--app-border);border-radius:12px;margin-top:12px;overflow:hidden;background:var(--app-surface-alt)}.aihub-jobrow-head{display:flex;width:100%;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;border:none;background:none;font:inherit;color:var(--app-text);cursor:pointer;text-align:left}.aihub-jobrow-head:hover{background:var(--app-surface-muted)}.aihub-jobrow-title{display:flex;flex-direction:column;gap:3px;min-width:0}.aihub-jobrow-title strong{font-size:13.5px;font-weight:700}.aihub-jobrow-side{display:flex;align-items:center;gap:12px;flex:none}.aihub-progress{width:120px;height:6px;border-radius:3px;background:var(--app-border);overflow:hidden}.aihub-progress span{display:block;height:100%;border-radius:3px;background:var(--hub-grad);transition:width .5s ease}.aihub-jobrow-actions{display:flex;gap:8px;padding:0 16px 10px}.aihub-jobdetail{padding:4px 16px 16px;border-top:1px solid var(--app-border)}.aihub-steps{display:flex;flex-direction:column;gap:4px;margin:12px 0}.aihub-step{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:8px;font-size:12.5px;background:var(--app-surface);border:1px solid var(--app-border)}.aihub-step-running{border-color:var(--app-primary);box-shadow:var(--hub-glow)}.aihub-step-failed{border-color:var(--app-danger)}.aihub-step-pending,.aihub-step-skipped{opacity:.6}.aihub-step-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:7px;color:var(--app-primary-strong);background:var(--hub-grad-soft);flex:none}.aihub-step-name{font-weight:600;min-width:110px}.aihub-finalvideo{display:flex;flex-direction:column;gap:10px;align-items:flex-start;margin-top:12px}.aihub-finalvideo video{max-width:100%;max-height:420px;border-radius:12px;border:1px solid var(--app-border);background:#000}.aihub-finalvideo .btn{display:inline-flex;align-items:center;gap:7px;text-decoration:none}.aihub-estimate{margin-top:14px;background:var(--app-surface-alt)}.aihub-dim{opacity:.55}.aihub-fixedprice{font-weight:700;color:var(--app-primary-strong)}html[data-theme=dark] .aihub-page .aihub-fixedprice{color:var(--app-link)}.aihub-modecards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-bottom:14px}.aihub-modecard{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:2px 8px;padding:9px 14px;text-align:left;cursor:pointer;border:1px solid var(--app-border);border-radius:12px;background:var(--app-surface);color:var(--app-text);font:inherit}.aihub-modecard:hover{border-color:var(--app-primary)}.aihub-modecard.on{border-color:var(--app-primary);background:var(--hub-grad-soft);box-shadow:var(--hub-glow)}.aihub-modecard strong{font-size:13.5px}.aihub-modecard span{grid-column:2;font-size:11.5px;line-height:1.5;color:var(--app-muted)}.aihub-phasebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-top:10px}.aihub-phasebar>div{display:flex;flex-direction:column;gap:3px;padding:10px 12px;border:1px solid var(--app-border);border-radius:10px;background:var(--app-surface)}.aihub-phasebar>div.big{border-left:3px solid var(--app-danger)}.aihub-phasebar span{font-size:11px;color:var(--app-muted)}.aihub-phasebar strong{font-size:18px;font-weight:800}.aihub-review{margin:4px 0 14px;padding:14px;border:1px solid var(--app-primary);border-radius:12px;background:var(--hub-grad-soft)}.aihub-review-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:12px}.aihub-scenes{display:flex;flex-direction:column;gap:10px}.aihub-scenecard{padding:12px;border:1px solid var(--app-border);border-radius:10px;background:var(--app-surface)}.aihub-scenecard-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.aihub-shotgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.aihub-shot{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--app-border);border-radius:10px;background:var(--app-surface)}.aihub-shot img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block}.aihub-shot-missing{display:flex;align-items:center;justify-content:center;aspect-ratio:3 / 4;font-size:12px;color:var(--app-muted);background:var(--app-bg)}.aihub-shot-body{display:flex;flex-direction:column;gap:6px;padding:10px}.aihub-shot-body textarea{font-size:11.5px}.aihub-shot-sublabel{font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--app-muted);margin-top:2px}.aihub-shot-body .aihub-hint{font-size:10.5px;line-height:1.35}.aihub-step-awaiting{border-left-color:var(--app-link)}.aihub-charhead{display:flex;align-items:center;gap:10px;min-width:0}.aihub-charthumb{width:38px;height:38px;flex:0 0 auto;border-radius:9px;object-fit:cover;border:1px solid var(--app-border)}.aihub-charthumb-empty{display:inline-flex;align-items:center;justify-content:center;background:var(--app-bg);color:var(--app-muted)}.aihub-tile-picked{border-color:var(--app-primary);box-shadow:var(--hub-glow)}.aihub-tile{cursor:pointer}.aihub-identity-view{cursor:default}.aihub-identity-view:hover{border-color:var(--app-border);box-shadow:none}.aihub-identity-view figcaption strong{color:var(--app-text);font-weight:700}.aihub-castpick{display:flex;flex-wrap:wrap;gap:8px}.aihub-castchip{display:inline-flex;align-items:center;gap:7px;padding:5px 11px 5px 5px;border:1px solid var(--app-border);border-radius:999px;background:var(--app-surface);color:var(--app-text);font:inherit;font-size:12.5px;cursor:pointer}.aihub-castchip.is-draft{opacity:.45;cursor:not-allowed;border-style:dashed}.aihub-castchip.is-draft:hover{background:var(--app-surface)}.aihub-castchip img,.aihub-castchip .aihub-charthumb-empty{width:24px;height:24px;border-radius:50%;object-fit:cover}.aihub-castchip:hover{border-color:var(--app-primary)}.aihub-castchip.on{border-color:var(--app-primary);background:var(--hub-grad-soft);font-weight:600}.aihub-scenecard-refused{border-color:var(--app-danger);box-shadow:inset 3px 0 0 0 var(--app-danger)}.aihub-chatlog{display:flex;flex-direction:column;gap:8px;max-height:380px;overflow-y:auto;padding:4px 2px}.aihub-chatmsg{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.aihub-chatmsg.me{align-items:flex-end}.aihub-chatbubble{max-width:85%;padding:8px 12px;border-radius:12px;border:1px solid var(--app-border);background:var(--app-surface);font-size:13px;line-height:1.55;white-space:pre-wrap}.aihub-chatmsg.me .aihub-chatbubble{background:var(--hub-grad-soft);border-color:var(--app-primary)}.aihub-chataction{display:flex;align-items:center;gap:10px;max-width:85%;padding:7px 10px;border:1px dashed var(--app-primary);border-radius:10px;font-size:12px;background:var(--app-surface)}.aihub-dock-fab{position:fixed;right:22px;bottom:22px;z-index:60;display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border:1px solid var(--app-primary);border-radius:999px;background:var(--hub-grad-soft);color:var(--app-text);font:inherit;font-weight:600;font-size:13.5px;cursor:pointer;box-shadow:var(--hub-glow),0 8px 24px #00000059}.aihub-dock-fab:hover{border-color:var(--app-primary-strong, var(--app-primary))}.aihub-dock{position:fixed;top:0;right:0;bottom:0;z-index:70;display:flex;flex-direction:column;width:min(420px,100vw);padding:16px;border-left:1px solid var(--app-primary);background:var(--app-surface);box-shadow:-12px 0 40px #00000073}.aihub-dock-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px}.aihub-dock-job{margin-bottom:10px}.aihub-chatpanel{display:flex;flex-direction:column;flex:1;min-height:0}.aihub-chatpanel .aihub-chatlog{flex:1;max-height:none;min-height:0}.aihub-chataction.done{border-style:solid;border-color:var(--app-success, #1b8a5a)}.aihub-chataction.failed{border-style:solid;border-color:var(--app-danger)}.aihub-projects{display:flex;flex-direction:column;gap:18px}.aihub-projects-head h2{font-size:22px;margin-bottom:4px}.aihub-projgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.aihub-projcard{position:relative;display:flex;flex-direction:column;border:1px solid var(--app-border);border-radius:14px;background:var(--app-surface);overflow:hidden;cursor:pointer;text-align:left;transition:border-color .15s,transform .15s}.aihub-projcard:hover{border-color:var(--app-primary);transform:translateY(-2px)}.aihub-projcard-new{align-items:center;justify-content:center;gap:10px;min-height:190px;border-style:dashed;color:var(--app-text-soft);font:inherit;font-weight:600}.aihub-projcard-new:hover{color:var(--app-text)}.aihub-projcard-plus{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--app-surface-alt)}.aihub-projcard-cover{aspect-ratio:16 / 10;background:var(--app-surface-alt);display:flex;align-items:center;justify-content:center;color:var(--app-muted)}.aihub-projcard-cover img{width:100%;height:100%;object-fit:cover}.aihub-projcard-body{padding:10px 12px 12px}.aihub-projcard-title{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aihub-projcard-meta{margin-top:3px;font-size:12px;color:var(--app-text-soft)}.aihub-projcard-actions{position:absolute;top:8px;right:8px;display:flex;gap:6px;opacity:0;transition:opacity .15s}.aihub-projcard:hover .aihub-projcard-actions,.aihub-projcard:focus-within .aihub-projcard-actions{opacity:1}.aihub-projcard-actions button{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);color:var(--app-text-soft);cursor:pointer}.aihub-projcard-actions button:hover{color:var(--app-text);border-color:var(--app-primary)}.aihub-chargroup{margin:14px 0 4px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--app-muted)}.aihub-castgroup{margin-top:6px}.aihub-castgroup-label{display:block;margin-bottom:4px;font-size:11px;font-weight:600;color:var(--app-text-soft)}.aihub-canvas-head{display:flex;align-items:center;gap:12px}.aihub-canvas-title{font-size:18px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aihub-canvas{display:flex;flex-direction:column;gap:18px;min-height:calc(100vh - 160px)}.aihub-canvas-media{margin-top:4px}.aihub-canvas-empty{padding:60px 20px 30px;text-align:center}.aihub-canvas-empty h2{font-size:24px;margin-bottom:8px}.aihub-promptbar-wrap{position:sticky;bottom:14px;z-index:40;margin-top:auto}.aihub-agentthread{margin-bottom:10px;border:1px solid var(--app-primary);border-radius:14px;background:var(--app-surface);box-shadow:0 18px 50px #00000080;overflow:hidden}.aihub-agentthread-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;font-size:12.5px;font-weight:700;color:var(--app-text-soft);border-bottom:1px solid var(--app-border)}.aihub-agentthread .aihub-chatlog{max-height:38vh;overflow-y:auto;padding:12px 14px}.aihub-settingspop{position:absolute;bottom:100%;right:0;left:0;margin-bottom:10px;max-height:62vh;overflow-y:auto;padding:16px;border:1px solid var(--app-primary);border-radius:14px;background:var(--app-surface);box-shadow:0 18px 50px #00000080}.aihub-promptbar{position:relative;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--app-primary);border-radius:16px;background:var(--app-surface);box-shadow:var(--hub-glow),0 10px 30px #0006}.aihub-promptbar-input{flex:1;border:none;background:transparent;font-size:14.5px}.aihub-promptbar-input:focus{outline:none;box-shadow:none}.aihub-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:20px 16px;margin-bottom:10px;border:1.5px dashed var(--app-border-strong);border-radius:14px;background:var(--app-surface-alt);color:var(--app-text-soft);text-align:center;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.aihub-dropzone:hover{border-color:var(--app-primary);color:var(--app-text)}.aihub-dropzone.over{border-color:var(--app-primary);background:var(--app-sky-soft);color:var(--app-text)}.aihub-dropzone.busy{opacity:.6;cursor:progress}.aihub-dropzone strong{font-size:13.5px}.aihub-dropzone .aihub-sub{font-size:11.5px}.aihub-refcount{margin-left:8px;font-size:11px;font-weight:600;color:var(--app-muted)}.aihub-refgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:8px;margin-bottom:8px}.aihub-refitem{position:relative;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:var(--app-surface-muted);cursor:pointer;aspect-ratio:1 / 1;transition:border-color .15s,transform .15s}.aihub-refitem img{width:100%;height:100%;object-fit:cover;display:block}.aihub-refitem:hover{transform:translateY(-2px);border-color:var(--app-border-strong)}.aihub-refitem.on{border-color:var(--app-primary);box-shadow:var(--hub-glow)}.aihub-refbadge{position:absolute;top:4px;left:4px;min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:var(--hub-grad);color:var(--app-primary-contrast);font-size:11px;font-weight:700;line-height:19px;text-align:center}.aihub-jobprogress{display:flex;flex-direction:column;gap:5px;min-width:210px}.aihub-jobprogress-line{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:12px;color:var(--app-text-soft)}.aihub-jobprogress-line strong{font-size:12.5px;color:var(--app-text);font-variant-numeric:tabular-nums}.aihub-toasts{position:fixed;right:18px;top:72px;bottom:auto;z-index:1200;display:flex;flex-direction:column;gap:10px;width:min(380px,calc(100vw - 36px));pointer-events:none}.aihub-toast{pointer-events:auto;position:relative;display:grid;grid-template-columns:auto 1fr auto auto;align-items:start;gap:10px;padding:11px 12px 13px;border-radius:var(--app-radius);border:1px solid var(--app-border-strong);border-left-width:3px;background:var(--app-surface);color:var(--app-text);box-shadow:0 10px 30px #0000002e;overflow:hidden;animation:aihub-toast-in .18s cubic-bezier(.16,1,.3,1)}.aihub-toast.is-leaving{animation:aihub-toast-out .16s ease-in forwards}@keyframes aihub-toast-in{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes aihub-toast-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(14px)}}.aihub-toast-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;flex:none}.aihub-toast-body{min-width:0}.aihub-toast-title{display:block;font-size:12.5px;margin-bottom:2px}.aihub-toast-msg{font-size:13px;line-height:1.45;color:var(--app-text-soft);overflow-wrap:anywhere}.aihub-toast-count{align-self:center;font-size:11px;font-variant-numeric:tabular-nums;color:var(--app-muted);background:var(--app-surface-muted);border:1px solid var(--app-border);border-radius:999px;padding:1px 6px}.aihub-toast-close{align-self:start;background:none;border:0;cursor:pointer;color:var(--app-muted);padding:2px;border-radius:6px;line-height:0}.aihub-toast-close:hover{color:var(--app-text);background:var(--app-surface-muted)}.aihub-toast-close:focus-visible{outline:2px solid var(--app-focus-ring);outline-offset:1px}.aihub-toast-life{position:absolute;left:0;bottom:0;height:2px;width:100%;transform-origin:left center;animation-name:aihub-toast-life;animation-timing-function:linear;animation-fill-mode:forwards;opacity:.65}.aihub-toast-life.is-paused{animation-play-state:paused}@keyframes aihub-toast-life{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.aihub-toast-success{border-left-color:var(--app-success-text)}.aihub-toast-success .aihub-toast-icon{background:var(--app-success-bg);color:var(--app-success-text)}.aihub-toast-success .aihub-toast-life{background:var(--app-success-text)}.aihub-toast-error{border-left-color:var(--app-danger-strong)}.aihub-toast-error .aihub-toast-icon{background:var(--app-danger-bg);color:var(--app-danger-text)}.aihub-toast-error .aihub-toast-life{background:var(--app-danger-strong)}.aihub-toast-warning{border-left-color:var(--app-warning-text)}.aihub-toast-warning .aihub-toast-icon{background:var(--app-warning-bg);color:var(--app-warning-text)}.aihub-toast-warning .aihub-toast-life{background:var(--app-warning-text)}.aihub-toast-info{border-left-color:var(--app-link)}.aihub-toast-info .aihub-toast-icon{background:var(--app-sky-soft);color:var(--app-link)}.aihub-toast-info .aihub-toast-life{background:var(--app-link)}@media (max-width: 640px){.aihub-toasts{right:10px;left:10px;top:68px;bottom:auto;width:auto}}@media (prefers-reduced-motion: reduce){.aihub-toast,.aihub-toast.is-leaving{animation-duration:1ms}.aihub-toast-life{animation-name:none;opacity:.35}}.aihub-credits{display:inline-flex;align-items:center;gap:6px;padding:5px 10px 5px 9px;border-radius:999px;border:1px solid var(--app-border-strong);background:var(--app-surface-muted);color:var(--app-text);cursor:pointer;font:inherit;line-height:1}.aihub-credits:hover{border-color:var(--app-primary)}.aihub-credits:focus-visible{outline:2px solid var(--app-focus-ring);outline-offset:1px}.aihub-credits-num{font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.aihub-credits-held{font-size:11px;color:var(--app-muted);font-variant-numeric:tabular-nums}.aihub-credits.is-empty{border-color:var(--app-danger-strong);color:var(--app-danger-text)}.aihub-credits.is-empty .aihub-credits-num{color:var(--app-danger-text)}.aihub-avatar{width:30px;height:30px;border-radius:999px;border:1px solid var(--app-border-strong);background:var(--app-primary);color:var(--app-primary-contrast);font:inherit;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:none}.aihub-avatar:hover{filter:brightness(1.06)}.aihub-avatar:focus-visible{outline:2px solid var(--app-focus-ring);outline-offset:2px}.aihub-secret-modal{padding:20px 22px 18px}.aihub-tempsecret{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 12px;padding:12px 14px;border:1px dashed var(--app-border-strong);border-radius:10px;background:var(--app-surface-alt)}.aihub-tempsecret code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:17px;font-weight:600;letter-spacing:.06em;color:var(--app-text);-webkit-user-select:all;user-select:all;word-break:break-all}.aihub-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#03080a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:center;padding:6vh 16px 24px;overflow-y:auto}.aihub-modal{position:relative;width:min(560px,100%);background:var(--app-surface);border:1px solid var(--app-border-strong);border-radius:14px;box-shadow:0 24px 60px #00000059}.aihub-modal-close{position:absolute;top:12px;right:12px;background:none;border:0;color:var(--app-muted);cursor:pointer;padding:4px;border-radius:6px;line-height:0}.aihub-modal-close:hover{color:var(--app-text);background:var(--app-surface-muted)}.aihub-acct-head{display:flex;align-items:center;gap:12px;padding:20px 46px 16px 20px;border-bottom:1px solid var(--app-border)}.aihub-acct-avatar{width:42px;height:42px;border-radius:999px;background:var(--app-primary);color:var(--app-primary-contrast);display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex:none}.aihub-acct-who{display:flex;flex-direction:column;gap:2px;min-width:0}.aihub-acct-who strong{font-size:15px}.aihub-acct-who span{font-size:12.5px;color:var(--app-muted);overflow-wrap:anywhere}.aihub-acct-role{margin-left:auto;display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:3px 8px;border-radius:999px;background:var(--app-highlight);color:var(--app-primary-text);white-space:nowrap}.aihub-acct-tabs{display:flex;gap:4px;padding:10px 20px 0;border-bottom:1px solid var(--app-border)}.aihub-acct-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:0;background:none;color:var(--app-muted);font:inherit;font-size:13px;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.aihub-acct-tab.on{color:var(--app-text);border-bottom-color:var(--app-primary)}.aihub-acct-tab:focus-visible{outline:2px solid var(--app-focus-ring);outline-offset:-2px}.aihub-acct-body{padding:4px 20px 8px}.aihub-acct-section{padding:16px 0;border-bottom:1px solid var(--app-border)}.aihub-acct-section:last-child{border-bottom:0}.aihub-acct-sectionhead{display:flex;align-items:center;gap:8px;margin-bottom:10px}.aihub-acct-sectionhead h4{margin:0;font-size:13px}.aihub-acct-sectionicon{color:var(--app-muted);line-height:0}.aihub-acct-refresh{margin-left:auto;display:inline-flex;align-items:center;gap:4px;border:0;background:none;color:var(--app-link);font:inherit;font-size:12px;cursor:pointer}.aihub-acct-wallet{display:flex;gap:22px;flex-wrap:wrap}.aihub-acct-wallet>div{display:flex;flex-direction:column;gap:2px}.aihub-acct-num{font-size:22px;font-weight:700;font-variant-numeric:tabular-nums}.aihub-acct-wallet em{font-size:11.5px;color:var(--app-muted);font-style:normal}.aihub-acct-note{margin:10px 0 0;font-size:12px;color:var(--app-muted);line-height:1.5}.aihub-acct-dl{margin:0;display:flex;flex-direction:column;gap:8px}.aihub-acct-dl>div{display:flex;gap:12px;align-items:baseline}.aihub-acct-dl dt{flex:none;width:118px;font-size:12px;color:var(--app-muted)}.aihub-acct-dl dd{margin:0;font-size:13px;overflow-wrap:anywhere}.aihub-acct-dl em{color:var(--app-muted);font-style:normal}.aihub-acct-form{display:flex;flex-direction:column;gap:12px;max-width:340px}.aihub-acct-form label{display:flex;flex-direction:column;gap:5px}.aihub-acct-form label>span{font-size:12px;color:var(--app-muted)}.aihub-acct-form input{padding:8px 10px;border-radius:var(--app-radius-sm);border:1px solid var(--app-border-strong);background:var(--app-surface-alt);color:var(--app-text);font:inherit;font-size:13px}.aihub-acct-form input:focus-visible{outline:2px solid var(--app-focus-ring);outline-offset:0}.aihub-acct-form input.is-bad{border-color:var(--app-danger-strong)}.aihub-acct-fielderr{font-size:11.5px;color:var(--app-danger-text);font-style:normal}.aihub-acct-form button{align-self:flex-start}.aihub-acct-sessions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.aihub-acct-sessions li{display:flex;flex-direction:column;gap:2px;padding:9px 11px;border:1px solid var(--app-border);border-radius:var(--app-radius-sm);background:var(--app-surface-alt)}.aihub-acct-sessions li.is-current{border-color:var(--app-primary)}.aihub-acct-sessdev{font-size:13px;display:flex;align-items:center;gap:8px}.aihub-acct-sessdev em{font-style:normal;font-size:10.5px;padding:2px 6px;border-radius:999px;background:var(--app-highlight);color:var(--app-primary-text)}.aihub-acct-sessmeta{font-size:11.5px;color:var(--app-muted)}.aihub-acct-foot{display:flex;justify-content:flex-end;padding:14px 20px 18px;border-top:1px solid var(--app-border)}@media (max-width: 640px){.aihub-modal-backdrop{padding:0}.aihub-modal{border-radius:0;min-height:100%}.aihub-acct-wallet{gap:16px}}.aihub-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));gap:14px;padding:4px 0 6px}.aihub-plan{position:relative;display:flex;flex-direction:column;gap:10px;padding:18px 16px 16px;border:1px solid var(--app-border);border-radius:12px;background:var(--app-surface-alt)}.aihub-plan.is-popular{border-color:var(--app-border-strong)}.aihub-plan.is-current{border-color:var(--app-primary);background:var(--app-surface-muted)}.aihub-plan-flag{position:absolute;top:-9px;left:14px;font-size:10.5px;letter-spacing:.02em;padding:3px 8px;border-radius:999px;background:var(--app-surface);border:1px solid var(--app-border-strong);color:var(--app-muted);white-space:nowrap}.aihub-plan-flag.is-current{background:var(--app-primary);border-color:var(--app-primary);color:var(--app-primary-contrast)}.aihub-plan-name{margin:0;font-size:14px}.aihub-plan-price{display:flex;align-items:baseline;gap:3px}.aihub-plan-price strong{font-size:26px;font-variant-numeric:tabular-nums}.aihub-plan-price em{font-style:normal;font-size:12px;color:var(--app-muted)}.aihub-plan-blurb{margin:0;font-size:12.5px;color:var(--app-muted);line-height:1.45;min-height:2.9em}.aihub-plan-credits{display:flex;align-items:baseline;gap:6px;padding-top:10px;border-top:1px solid var(--app-border)}.aihub-plan-num{font-size:17px;font-weight:700;font-variant-numeric:tabular-nums}.aihub-plan-credits em{font-style:normal;font-size:11.5px;color:var(--app-muted)}.aihub-plan-videos{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--app-text-soft)}.aihub-plan-videos.is-none{color:var(--app-warning-text)}.aihub-plan-features{list-style:none;margin:2px 0 0;padding:0;display:flex;flex-direction:column;gap:6px;flex:1}.aihub-plan-features li{display:flex;gap:7px;align-items:flex-start;font-size:12.5px;line-height:1.4}.aihub-plan-features li svg{flex:none;margin-top:2px;color:var(--app-primary-text)}.aihub-plan-cta{margin-top:4px}.aihub-plan-cta .btn{width:100%;justify-content:center}.aihub-plan-cta .btn:disabled{opacity:.55;cursor:not-allowed}.aihub-bell-wrap{position:relative;display:inline-flex}.aihub-bell{position:relative;width:32px;height:32px;border-radius:999px;border:1px solid var(--app-border-strong);background:var(--app-surface-muted);color:var(--app-text-soft);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:none}.aihub-bell:hover,.aihub-bell.is-open{color:var(--app-text);border-color:var(--app-primary)}.aihub-bell:focus-visible{outline:2px solid var(--app-focus-ring);outline-offset:2px}.aihub-bell-badge{position:absolute;top:-3px;right:-3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--app-danger-strong);color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 2px var(--app-bg)}.aihub-bellpanel{position:absolute;top:calc(100% + 8px);right:0;width:min(360px,calc(100vw - 24px));z-index:1150;background:var(--app-surface);border:1px solid var(--app-border-strong);border-radius:12px;box-shadow:0 18px 44px #00000052;overflow:hidden;animation:aihub-bellpanel-in .14s cubic-bezier(.16,1,.3,1)}@keyframes aihub-bellpanel-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.aihub-bellpanel-head{display:flex;align-items:center;gap:10px;padding:11px 13px;border-bottom:1px solid var(--app-border)}.aihub-bellpanel-head strong{font-size:13px}.aihub-bellpanel-refresh{margin-left:auto;display:inline-flex;align-items:center;gap:4px;border:0;background:none;color:var(--app-link);font:inherit;font-size:12px;cursor:pointer}.aihub-bellpanel-list{max-height:min(60vh,420px);overflow-y:auto}.aihub-bellpanel-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 22px;color:var(--app-muted);text-align:center}.aihub-bellpanel-empty p{margin:0;font-size:12.5px;line-height:1.5}.aihub-bellitem{width:100%;display:flex;gap:10px;align-items:flex-start;padding:11px 13px;border:0;border-bottom:1px solid var(--app-border);background:none;color:var(--app-text);font:inherit;text-align:left;cursor:pointer}.aihub-bellitem:last-child{border-bottom:0}.aihub-bellitem:hover:not(:disabled){background:var(--app-surface-muted)}.aihub-bellitem:focus-visible{outline:2px solid var(--app-focus-ring);outline-offset:-2px}.aihub-bellitem.is-static{cursor:default}.aihub-bellitem.is-new .aihub-bellitem-title:after{content:"";display:inline-block;width:6px;height:6px;margin-left:6px;border-radius:999px;background:var(--app-primary);vertical-align:middle}.aihub-bellitem-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;flex:none;margin-top:1px}.aihub-bellitem-success .aihub-bellitem-icon{background:var(--app-success-bg);color:var(--app-success-text)}.aihub-bellitem-error .aihub-bellitem-icon{background:var(--app-danger-bg);color:var(--app-danger-text)}.aihub-bellitem-info .aihub-bellitem-icon{background:var(--app-sky-soft);color:var(--app-link)}.aihub-bellitem-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.aihub-bellitem-title{font-size:12.5px;font-weight:600}.aihub-bellitem-title em{font-style:normal;color:var(--app-success-text);font-variant-numeric:tabular-nums}.aihub-bellitem-text{font-size:12px;color:var(--app-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.aihub-bellitem-when{font-size:11px;color:var(--app-muted)}@media (max-width: 640px){.aihub-bellpanel{right:-60px}}@media (prefers-reduced-motion: reduce){.aihub-bellpanel{animation-duration:1ms}}.aihub-hint-tip{display:flex;gap:7px;align-items:flex-start;margin-top:6px}.aihub-hint-tip svg{flex:none;margin-top:2px;opacity:.75}.aihub-libhead{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.aihub-libhead .card-title{margin-right:auto}.aihub-libscope{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--app-muted)}.aihub-libscope select{max-width:220px;padding-top:5px;padding-bottom:5px;font-size:12.5px}.aihub-libnote{font-size:12px;color:var(--app-muted)}.aihub-tile-proj{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--app-muted);font-size:11px}.aihub-charflow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 16px}.aihub-charflow span{display:flex;align-items:center;gap:8px;min-width:0;padding:9px 10px;border:1px solid var(--app-border);border-radius:var(--app-radius-sm);background:var(--app-surface-muted);color:var(--app-muted);font-size:12px}.aihub-charflow b{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:none;border-radius:999px;background:color-mix(in srgb,var(--app-primary) 18%,transparent);color:var(--app-primary-text);font-size:11px}.aihub-charrefs{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.aihub-charref-add{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:72px;height:72px;border:1px dashed var(--app-border-strong);border-radius:var(--app-radius-sm);background:var(--app-surface-muted);color:var(--app-muted);font-size:11px;cursor:pointer;flex:none}.aihub-charref-add:hover{border-color:var(--app-primary);color:var(--app-text)}.aihub-charref-add.busy{opacity:.6;cursor:progress}.aihub-charref{position:relative;width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:var(--app-radius-sm);overflow:hidden;background:var(--app-surface-muted);cursor:pointer;flex:none}.aihub-charref img{width:100%;height:100%;object-fit:cover;display:block}.aihub-charref:hover{border-color:var(--app-border-strong)}.aihub-charref.on{border-color:var(--app-primary)}.aihub-charrefs-readonly .aihub-charref{cursor:default}.aihub-charref-tick{position:absolute;right:3px;bottom:3px;display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:999px;background:var(--app-primary);color:var(--app-primary-contrast)}.aihub-voiceblock{border-top:1px solid var(--app-border);padding-top:12px;margin-top:4px}.aihub-voicerow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.aihub-character-eta{display:flex;align-items:center;min-height:34px;margin-top:8px;padding:8px 10px;border:1px solid var(--app-border);border-radius:9px;background:var(--app-surface-alt);color:var(--app-muted);font-size:12px}.aihub-character-eta.is-running{border-color:color-mix(in srgb,var(--app-primary) 42%,var(--app-border));color:var(--app-text-soft)}.aihub-character-eta svg{vertical-align:-2px}.aihub-consent{display:flex;align-items:flex-start;gap:8px;margin:9px 0;font-size:12.5px;line-height:1.45;color:var(--app-text-soft);cursor:pointer}.aihub-consent input{margin-top:2px;flex:none}.aihub-tile figcaption .btn{flex:none}.aihub-tile figcaption>span{min-width:0}.aihub-tile{position:relative}.aihub-tilepick{position:absolute;top:6px;left:6px;z-index:2;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--app-border-strong);background:color-mix(in srgb,var(--app-surface) 82%,transparent);cursor:pointer;padding:0;color:var(--app-muted)}.aihub-tilepick:hover{border-color:var(--app-primary);color:var(--app-text)}.aihub-tilepick.on{background:var(--app-primary);border-color:var(--app-primary);color:var(--app-primary-contrast)}.aihub-tile.is-picked{outline:2px solid var(--app-primary);outline-offset:-2px}.aihub-bulkbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:9px 12px;margin-bottom:10px;border:1px solid var(--app-primary);border-radius:var(--app-radius);background:var(--app-surface-muted);font-size:12.5px}.aihub-bulkbar strong{font-variant-numeric:tabular-nums}.aihub-bulkbar-spacer{margin-left:auto}.aihub-derived{display:flex;align-items:baseline;gap:9px;padding:9px 12px;border:1px solid var(--app-border);border-radius:var(--app-radius-sm);background:var(--app-surface-muted);min-height:40px}.aihub-derived strong{font-size:17px;color:var(--app-text);font-variant-numeric:tabular-nums}.aihub-derived span{font-size:12px;color:var(--app-muted)}.aihub-redeem-card{position:relative}.aihub-redeem-card.is-success{animation:aihub-redeem-card-success .7s cubic-bezier(.16,1,.3,1)}.aihub-redeem{display:flex;gap:10px;flex-wrap:wrap}.aihub-redeem .form-input{flex:1 1 260px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em;text-transform:uppercase}.aihub-redeem .btn.is-redeemed:disabled{background:var(--app-success-bg);border-color:var(--app-success-text);color:var(--app-success-text);box-shadow:none;opacity:1}.aihub-redeem-feedback{display:flex;align-items:center;gap:11px;margin-top:12px;padding:11px 13px;border:1px solid var(--app-border-strong);border-radius:10px;background:var(--app-surface-muted);animation:aihub-redeem-feedback-in .42s cubic-bezier(.16,1,.3,1) both}.aihub-redeem-feedback.is-success{border-color:var(--app-success-text);background:var(--app-success-bg);color:var(--app-success-text)}.aihub-redeem-feedback.is-error{border-color:var(--app-danger-strong);background:var(--app-danger-bg);color:var(--app-danger-text)}.aihub-redeem-feedback-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border:1px solid currentColor;border-radius:50%;background:var(--app-surface)}.aihub-redeem-feedback.is-success .aihub-redeem-feedback-icon{animation:aihub-redeem-check-pop .52s 80ms cubic-bezier(.16,1,.3,1) both}.aihub-redeem-feedback.is-success .aihub-redeem-feedback-icon:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:2px solid currentColor;border-radius:inherit;animation:aihub-redeem-ring .65s .16s ease-out both}.aihub-redeem-feedback-copy{display:flex;flex-direction:column;min-width:0}.aihub-redeem-feedback-copy strong{font-size:13.5px;line-height:1.35}.aihub-redeem-feedback-copy>span{color:var(--app-text-soft);font-size:12.5px;line-height:1.45}@keyframes aihub-redeem-card-success{0%{box-shadow:var(--app-shadow)}35%{box-shadow:0 0 0 3px var(--app-success-bg),0 10px 30px #1368442e}to{box-shadow:var(--app-shadow)}}@keyframes aihub-redeem-feedback-in{0%{opacity:0;transform:translateY(-7px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes aihub-redeem-check-pop{0%{opacity:0;transform:scale(.45) rotate(-18deg)}65%{opacity:1;transform:scale(1.12) rotate(2deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes aihub-redeem-ring{0%{opacity:.75;transform:scale(.75)}to{opacity:0;transform:scale(1.65)}}@media (prefers-reduced-motion: reduce){.aihub-redeem-card.is-success,.aihub-redeem-feedback,.aihub-redeem-feedback.is-success .aihub-redeem-feedback-icon,.aihub-redeem-feedback.is-success .aihub-redeem-feedback-icon:after{animation:none}}.aihub-codes{padding:10px 14px 14px;background:var(--app-surface-muted);border-bottom:1px solid var(--app-border)}.aihub-codes-head{margin-bottom:8px}.aihub-codes-list{display:flex;flex-wrap:wrap;gap:7px}.aihub-code{display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border:1px solid var(--app-border-strong);border-radius:var(--app-radius-sm);background:var(--app-surface);font-size:12px}.aihub-code code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em}.aihub-code button{border:0;background:none;cursor:pointer;color:var(--app-muted);padding:0;line-height:0}.aihub-code button:hover{color:var(--app-danger-strong)}.aihub-code em{font-style:normal;font-size:10.5px;color:var(--app-muted);text-transform:uppercase}.aihub-code-redeemed,.aihub-code-void{opacity:.5}.aihub-code-void code{text-decoration:line-through}.aihub-identity{margin:10px 0 4px;border:1px solid var(--app-border);border-radius:var(--app-radius-sm);background:var(--app-surface-muted)}.aihub-identity>summary{cursor:pointer;padding:9px 12px;font-size:13px;font-weight:600;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.aihub-identity>summary em{font-style:normal;font-weight:400;font-size:12px;color:var(--app-muted)}.aihub-identity-grid{padding:0 12px 4px}.aihub-identity .aihub-hint{padding:0 12px 11px}.aihub-req{color:var(--app-primary-text);margin-left:3px}.aihub-identity-essential{background:color-mix(in srgb,var(--app-primary) 4%,var(--app-surface-muted))}.aihub-identity-heading{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;padding:10px 12px 4px;font-size:13px}.aihub-identity-heading span{color:var(--app-muted);font-size:12px}@media (max-width: 680px){.aihub-charflow{grid-template-columns:1fr}}.aihub-ops{--ops-good: #1b8a5a;--ops-good-bg: rgba(27, 138, 90, .1);--ops-warn: #b26a1f;--ops-warn-bg: rgba(178, 106, 31, .1);--ops-bad: #c0392b;--ops-bad-bg: rgba(192, 57, 43, .1);--ops-head: #171c2e;display:flex;flex-direction:column;min-height:100vh;background:var(--app-bg);color:var(--app-text)}html[data-theme=dark] .aihub-ops{--ops-good: #34d399;--ops-good-bg: rgba(52, 211, 153, .12);--ops-warn: #fbbf24;--ops-warn-bg: rgba(251, 191, 36, .12);--ops-bad: #f87171;--ops-bad-bg: rgba(248, 113, 113, .12);--ops-head: #05080f}.aihub-ops-header{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:16px 28px;background:var(--ops-head);color:#e9ecf5}.aihub-ops-ident{display:flex;align-items:center;gap:14px;min-width:0}.aihub-ops-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:none;border-radius:999px;color:var(--app-primary-contrast);background:var(--hub-grad);box-shadow:var(--hub-glow)}.aihub-ops-ident h1{margin:0;font-size:21px;font-weight:800;letter-spacing:-.01em;line-height:1.1;color:#f3f5fb}.aihub-ops-ident p{margin:2px 0 0;font-size:12.5px;color:#9aa3bd}.aihub-ops-headright{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.aihub-ops-live{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:#8fe3bb}.aihub-ops-live i{width:9px;height:9px;border-radius:999px;background:#34d399;flex:none}.aihub-ops-live.stopped{color:#fca5a5}.aihub-ops-live.stopped i{background:#f87171}.aihub-ops-crosslink{font-size:13.5px;color:#9aa3bd;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.aihub-ops-crosslink:hover{color:#e9ecf5}.aihub-ops-body{display:flex;align-items:flex-start;flex:1;min-height:0}.aihub-ops-nav{flex:none;width:214px;align-self:stretch;padding:22px 14px;display:flex;flex-direction:column;gap:3px;background:var(--app-surface-alt);border-right:1px solid var(--app-border)}.aihub-ops-navitem{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:10px 16px;border:0;border-radius:999px;background:transparent;color:var(--app-text-soft);font:inherit;font-size:14.5px;font-weight:600;cursor:pointer;text-align:left}.aihub-ops-navitem:hover{background:var(--app-surface-muted);color:var(--app-text)}.aihub-ops-navitem.on{background:var(--hub-grad);color:var(--app-primary-contrast);box-shadow:var(--hub-glow)}.aihub-ops-navitem>span:first-child{display:inline-flex;align-items:center;gap:9px}.aihub-ops-navcount{font-size:12px;font-weight:700;padding:1px 8px;border-radius:999px;background:var(--app-highlight);color:var(--app-text)}.aihub-ops-navitem.on .aihub-ops-navcount{background:#ffffff42;color:#fff}.aihub-ops-main{flex:1;min-width:0;padding:26px 28px 56px}.aihub-ops-title{margin:0 0 4px;font-size:32px;line-height:1.1;letter-spacing:-.02em}.aihub-ops-lede{margin:0 0 24px;font-size:15px;line-height:1.65;color:var(--app-text-soft);max-width:78ch}.aihub-ops-h3{margin:34px 0 6px;font-size:22px;line-height:1.15;letter-spacing:-.01em}.aihub-ops-h3:first-child{margin-top:0}.aihub-ops-rowhead{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;justify-content:space-between;margin:34px 0 14px}.aihub-ops-rowhead>.aihub-ops-h3{margin:0}.aihub-health{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.aihub-health-card{display:flex;flex-direction:column;gap:6px;padding:18px 20px;border-radius:14px;background:var(--app-surface);border:1px solid var(--app-border)}.aihub-health-card.good{background:var(--ops-good-bg);border-color:transparent}.aihub-health-card.warn{background:var(--ops-warn-bg);border-color:transparent}.aihub-health-card.bad{background:var(--ops-bad-bg);border-color:transparent}.aihub-health-label{font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--app-muted)}.aihub-health-value{font-size:32px;line-height:1;font-weight:800;letter-spacing:-.02em}.aihub-health-card.good .aihub-health-value{color:var(--ops-good)}.aihub-health-card.warn .aihub-health-value{color:var(--ops-warn)}.aihub-health-card.bad .aihub-health-value{color:var(--ops-bad)}.aihub-health-sub{font-size:13.5px;line-height:1.5;color:var(--app-text-soft)}.aihub-ops-bar{margin-top:6px;height:7px;border-radius:999px;background:var(--app-surface-muted);overflow:hidden}.aihub-ops-bar>span{display:block;height:100%;border-radius:999px;background:var(--app-primary)}.aihub-decisions{display:flex;flex-direction:column;gap:12px}.aihub-decision{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px 22px;border-radius:14px;background:var(--app-surface);border:1px solid var(--app-border);border-left:5px solid var(--ops-warn)}.aihub-decision.bad{border-left-color:var(--ops-bad)}.aihub-decision-top{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.aihub-decision-title{font-size:18px;font-weight:800;letter-spacing:-.01em}.aihub-decision-age{font-size:12.5px;font-weight:700;color:var(--ops-warn)}.aihub-decision.bad .aihub-decision-age{color:var(--ops-bad)}.aihub-decision-body{margin-top:4px;font-size:14.5px;line-height:1.6;color:var(--app-text-soft);max-width:82ch}.aihub-decision-actions{display:flex;gap:10px;flex:none}.aihub-ops-clear{display:flex;align-items:center;gap:12px;padding:18px 22px;border-radius:14px;background:var(--ops-good-bg);font-size:15px;color:var(--app-text)}.aihub-ops-clear b{font-weight:800}.aihub-daystrip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.aihub-daystrip>div{padding:18px 20px;border-radius:14px;background:var(--app-surface);border:1px solid var(--app-border)}.aihub-daystrip strong{display:block;font-size:28px;line-height:1;font-weight:800;letter-spacing:-.02em}.aihub-daystrip span{display:block;margin-top:6px;font-size:13.5px;color:var(--app-text-soft)}.aihub-stopbox{margin-top:34px;display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:space-between;padding:22px 24px;border-radius:14px;background:var(--ops-bad-bg);border:1px solid transparent}.aihub-stopbox.stopped{background:var(--ops-good-bg)}.aihub-stopbox h3{margin:0;font-size:20px;letter-spacing:-.01em}.aihub-stopbox p{margin:4px 0 0;font-size:14.5px;line-height:1.6;color:var(--app-text-soft);max-width:68ch}.aihub-ops .aihub-stopbox .btn-stop{background:var(--ops-bad);border-color:transparent;color:#fff;box-shadow:none}.aihub-ops .aihub-stopbox .btn-stop:hover:not(:disabled){filter:brightness(1.08)}.aihub-ops-note{padding:16px 20px;border-radius:14px;background:var(--app-sky-soft);font-size:14.5px;line-height:1.65;color:var(--app-text);max-width:98ch}.aihub-ops-note strong{font-weight:800}.aihub-ops-note+.aihub-ops-note{margin-top:12px}.aihub-seg{display:inline-flex;overflow:hidden;border:1px solid var(--app-border-strong);border-radius:999px}.aihub-seg button{padding:7px 14px;border:0;background:transparent;color:var(--app-text-soft);font:inherit;font-size:13px;font-weight:600;cursor:pointer}.aihub-seg button+button{border-left:1px solid var(--app-border-strong)}.aihub-seg button:hover{background:var(--app-surface-muted)}.aihub-seg button.on{background:var(--app-primary);color:var(--app-primary-contrast)}.aihub-fuses{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.aihub-fuse{padding:18px 20px;border-radius:14px;background:var(--app-surface);border:1px solid var(--app-border)}.aihub-fuse-top{display:flex;align-items:baseline;gap:8px;margin-top:6px}.aihub-fuse-spent{font-size:30px;line-height:1;font-weight:800;letter-spacing:-.02em}.aihub-fuse-cap{font-size:15px;color:var(--app-text-soft)}.aihub-fuse-sub{margin-top:8px;font-size:13.5px;line-height:1.5;color:var(--app-text-soft)}.aihub-grid{border-radius:14px;overflow:hidden;border:1px solid var(--app-border)}.aihub-grid-scroll{overflow-x:auto}.aihub-grid-head,.aihub-grid-row{display:grid;gap:16px;padding:13px 18px;align-items:center}.aihub-grid-head{background:var(--app-surface-muted);font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--app-text-soft)}.aihub-grid-row{background:var(--app-surface);border-top:1px solid var(--app-border);font-size:14.5px}.aihub-grid-row.tinted{background:var(--ops-bad-bg)}.aihub-grid-row.dimmed{opacity:.55}.aihub-grid-empty{background:var(--app-surface);padding:26px 18px;text-align:center;color:var(--app-muted)}.aihub-grid code{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:13px}.aihub-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aihub-num{font-variant-numeric:tabular-nums}.aihub-pos{color:var(--ops-good);font-weight:700}.aihub-neg{color:var(--ops-bad);font-weight:700}.aihub-modelname{font-weight:700;font-size:15px}.aihub-modelsub{font-size:12.5px;color:var(--app-text-soft)}.aihub-editor{margin-top:34px;padding:26px;border-radius:14px;background:var(--app-surface);border:1px solid var(--app-border)}.aihub-editor-head{display:flex;flex-wrap:wrap;gap:16px;align-items:baseline;justify-content:space-between;margin-bottom:22px}.aihub-editor-head h3{margin:0;font-size:25px;letter-spacing:-.01em}.aihub-editor-head p{margin:4px 0 0;font-size:14.5px;color:var(--app-text-soft)}.aihub-legend{font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--app-primary-text);margin:26px 0 12px}.aihub-legend:first-of-type{margin-top:0}.aihub-legend-note{margin:-6px 0 14px;font-size:14.5px;line-height:1.6;color:var(--app-text-soft);max-width:78ch}.aihub-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.aihub-fields .form-group{margin:0}.aihub-fieldhelp{margin-top:7px;font-size:12.5px;line-height:1.5;color:var(--app-text-soft)}.aihub-fieldhelp.muted{color:var(--app-muted)}.aihub-pricebox{margin-top:20px;display:flex;flex-wrap:wrap;gap:22px;align-items:center;padding:18px 22px;border-radius:14px;background:var(--app-sky-soft)}.aihub-pricebox-label{font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--app-muted)}.aihub-pricebox-value{font-size:28px;line-height:1;font-weight:800;letter-spacing:-.02em;margin-top:3px}.aihub-pricebox-note{font-size:14.5px;line-height:1.6;color:var(--app-text-soft);max-width:58ch}.aihub-maps{display:flex;flex-direction:column;gap:16px}.aihub-map{display:grid;grid-template-columns:230px minmax(0,1fr);gap:20px;align-items:start}.aihub-map code{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:14px;font-weight:700}.aihub-map-desc{margin-top:4px;font-size:13.5px;line-height:1.55;color:var(--app-text-soft)}.aihub-ops textarea.aihub-map-json{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:13px;line-height:1.6;min-height:78px;resize:vertical}.aihub-limitgroups{display:flex;flex-direction:column;gap:34px}.aihub-limitgroup-head{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap;margin-bottom:14px}.aihub-limitgroup-head h3{margin:0;font-size:22px;letter-spacing:-.01em}.aihub-limitgroup-head p{margin:0;font-size:14.5px;color:var(--app-text-soft);max-width:66ch}.aihub-limitrows{display:flex;flex-direction:column;gap:12px}.aihub-limitrow{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;align-items:center;padding:18px 22px;border-radius:14px;background:var(--app-surface);border:1px solid var(--app-border)}.aihub-limitrow.dirty{border-color:var(--app-primary)}.aihub-limitrow-label{font-size:16px;font-weight:700;letter-spacing:-.01em}.aihub-limitrow-help{margin-top:3px;font-size:14.5px;line-height:1.6;color:var(--app-text-soft);max-width:78ch}.aihub-limitrow-key{display:inline-block;margin-top:7px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12px;color:var(--app-muted)}.aihub-limitrow-input{display:flex;align-items:center;gap:12px}.aihub-ops .aihub-limitrow-input .form-input{flex:none;width:108px;text-align:right;font-weight:700;font-size:16px}.aihub-limitrow-unit{font-size:14.5px;line-height:1.35;color:var(--app-text-soft)}.aihub-savebar{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.aihub-savebar-count{font-size:14px;color:var(--app-text-soft)}@media (max-width: 1180px){.aihub-health,.aihub-fuses,.aihub-daystrip,.aihub-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 860px){.aihub-ops-body{flex-direction:column}.aihub-ops-nav{width:100%;flex-direction:row;overflow-x:auto;border-right:0;border-bottom:1px solid var(--app-border);padding:12px 14px}.aihub-ops-navitem{width:auto;white-space:nowrap}.aihub-ops-main{padding:20px 16px 44px}.aihub-health,.aihub-fuses,.aihub-daystrip,.aihub-fields,.aihub-decision,.aihub-limitrow,.aihub-map{grid-template-columns:minmax(0,1fr)}.aihub-decision-actions{justify-content:flex-start}}.aihub-jobcost-row{cursor:pointer}.aihub-jobcost-row:hover{background:var(--app-surface-muted)}.aihub-jobcost-pct{font-style:normal;opacity:.65;font-size:11px}.aihub-jobcost-steps{display:flex;flex-wrap:wrap;gap:14px;padding:9px 14px 12px;border-bottom:1px solid var(--app-border);background:var(--app-surface-muted)}.aihub-jobcost-step{display:inline-flex;align-items:center;gap:6px;font-size:12px}.aihub-jobcost-step em{font-style:normal;color:var(--app-muted);font-size:11px}.aihub-ver{margin-left:8px;padding:1px 6px;border-radius:999px;border:1px solid var(--app-border);font-size:11px;color:var(--app-muted);font-variant-numeric:tabular-nums}
