*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f0f2f8;--bg-pattern: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(99, 102, 241, .08), transparent), radial-gradient(ellipse 60% 40% at 100% 0%, rgba(59, 130, 246, .06), transparent);--surface: #ffffff;--surface-elevated: #ffffff;--border: #e2e8f0;--border-light: #eef2f7;--text: #0f172a;--text-secondary: #334155;--text-muted: #64748b;--primary: #4f46e5;--primary-hover: #4338ca;--primary-light: #eef2ff;--primary-glow: rgba(79, 70, 229, .25);--success: #16a34a;--success-light: #dcfce7;--danger: #dc2626;--danger-light: #fee2e2;--warning: #d97706;--warning-light: #fef3c7;--purple: #7c3aed;--purple-light: #ede9fe;--teal: #0d9488;--teal-light: #ccfbf1;--orange: #ea580c;--orange-light: #ffedd5;--sidebar-w: 272px;--topbar-h: 0px;--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--shadow: 0 1px 3px rgba(15, 23, 42, .08), 0 4px 12px rgba(15, 23, 42, .04);--shadow-md: 0 4px 16px rgba(15, 23, 42, .08), 0 8px 24px rgba(15, 23, 42, .04);--shadow-lg: 0 12px 40px rgba(15, 23, 42, .12);--sidebar-bg: #0f172a;--sidebar-bg-hover: rgba(255, 255, 255, .06);--sidebar-text: #94a3b8;--sidebar-text-active: #f8fafc;--sidebar-border: rgba(255, 255, 255, .08);--chart-track: #e2e8f0;--portal-primary: #0d9488;--portal-primary-light: #ccfbf1;--transition: .2s cubic-bezier(.4, 0, .2, 1)}body{font-family:Inter,IBM Plex Sans Arabic,system-ui,-apple-system,Segoe UI,Tahoma,Arial,sans-serif;background:var(--bg);background-image:var(--bg-pattern);color:var(--text);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased}[dir=rtl] body{font-family:IBM Plex Sans Arabic,Inter,system-ui,Tahoma,Arial,sans-serif}button{font-family:inherit;cursor:pointer;border:none;border-radius:var(--radius-sm);padding:9px 24px;font-size:.875rem;font-weight:500;letter-spacing:.01em;transition:background var(--transition),color var(--transition),box-shadow var(--transition)}button:active:not(:disabled){opacity:.92}button:disabled{opacity:1;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;box-shadow:none}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:none}.btn-primary:disabled{background:#dadce0;color:#80868b}.btn-secondary{background:var(--surface);color:var(--text-secondary);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid transparent}.btn-ghost:hover:not(:disabled){background:#f1f5f9;color:var(--text)}.btn-sm{padding:6px 13px;font-size:.8125rem}input,select,textarea{font-family:inherit;font-size:.875rem;padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);width:100%;transition:border-color var(--transition),box-shadow var(--transition)}input:hover,select:hover,textarea:hover{border-color:#bdc1c6}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}table{width:100%;border-collapse:collapse}th,td{padding:13px 16px;border-bottom:1px solid var(--border-light)}[dir=rtl] th,[dir=rtl] td{text-align:right}[dir=ltr] th,[dir=ltr] td{text-align:left}th{background:#f8fafc;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}tbody tr{transition:background var(--transition)}tbody tr:hover{background:#fafbfc}tbody tr:last-child td{border-bottom:none}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:600;line-height:1.4}.badge-green{background:var(--success-light);color:#166534}.badge-red{background:var(--danger-light);color:#991b1b}.badge-blue{background:var(--primary-light);color:#1e40af}.badge-gray{background:#f1f5f9;color:#475569}.badge-orange{background:var(--orange-light);color:#9a3412}.badge-purple{background:var(--purple-light);color:#5b21b6}.admin-icon{display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;flex-shrink:0}.admin-icon svg{width:100%;height:100%}.layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);background:linear-gradient(180deg,#0f172a,#1e293b);border-inline-end:1px solid var(--sidebar-border);display:flex;flex-direction:column;position:fixed;top:0;bottom:0;z-index:50;overflow:hidden;box-shadow:4px 0 24px #0f172a26}[dir=rtl] .sidebar{right:0;left:auto;box-shadow:-4px 0 24px #0f172a26}[dir=ltr] .sidebar{left:0;right:auto}.sidebar-brand{padding:22px 20px 18px;border-bottom:1px solid var(--sidebar-border);display:flex;align-items:center;gap:14px}.sidebar-brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #6366f166;flex-shrink:0}.sidebar-brand-mark .admin-icon{width:1.35rem;height:1.35rem}.sidebar-brand-text{min-width:0}.sidebar-brand-title{font-size:1.05rem;font-weight:600;color:#f8fafc;letter-spacing:-.02em}.sidebar-brand-title span{color:#a5b4fc;font-weight:700}.sidebar-sub{font-size:.75rem;color:#64748b;font-weight:500;margin-top:2px;text-transform:uppercase;letter-spacing:.06em}.sidebar-user{margin:14px 16px 10px;padding:12px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);display:flex;align-items:center;gap:12px;position:relative}.sidebar-user-avatar{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-user-info{min-width:0;flex:1}.sidebar-user-name{font-size:.875rem;font-weight:600;color:#f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:.72rem;color:#94a3b8;margin-top:2px}.sidebar-user-status{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e99;flex-shrink:0;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.9)}}.sidebar-lang{padding:0 16px 8px}.sidebar .lang-switcher{margin:0 16px 8px;background:#ffffff0a;border-color:#ffffff14}.sidebar .lang-label{color:#64748b}.sidebar .lang-switcher button{color:#94a3b8}.sidebar .lang-switcher button:hover{background:#ffffff14;border-color:#ffffff1f;color:#e2e8f0}.sidebar .lang-switcher button.active{background:#6366f140;color:#c7d2fe}.sidebar-lang .lang-switcher{margin:0}.sidebar-nav{flex:1;padding:8px 12px 16px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.sidebar nav:not(.sidebar-nav){flex:1;padding:8px 12px 16px;overflow-y:auto}.nav-section{margin-bottom:4px}.nav-section-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#475569;padding:14px 14px 8px}.sidebar-nav a,.sidebar nav:not(.sidebar-nav) a{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:var(--radius-sm);color:var(--sidebar-text);text-decoration:none;font-size:.875rem;font-weight:500;margin-bottom:2px;position:relative;transition:background var(--transition),color var(--transition)}.sidebar-nav a:hover,.sidebar nav:not(.sidebar-nav) a:hover{background:var(--sidebar-bg-hover);color:#e2e8f0}.sidebar-nav a.active,.sidebar nav:not(.sidebar-nav) a.active{background:#6366f12e;color:var(--sidebar-text-active);font-weight:600}.sidebar-nav a.active .nav-icon,.sidebar nav:not(.sidebar-nav) a.active .nav-icon{color:#a5b4fc}.nav-icon{width:1.15rem;height:1.15rem;display:flex;align-items:center;justify-content:center;opacity:.9;flex-shrink:0}.nav-label{flex:1;min-width:0}.nav-active-indicator{width:3px;height:0;border-radius:3px;background:#818cf8;position:absolute;inset-inline-end:0;top:50%;transform:translateY(-50%);transition:height var(--transition);opacity:0}.sidebar-nav a.active .nav-active-indicator{height:20px;opacity:1}.sidebar-footer{padding:16px;border-top:1px solid var(--sidebar-border)}.sidebar-footer .btn-secondary{width:100%;background:#ffffff0a;border-color:#ffffff1a;color:#94a3b8}.sidebar-footer .btn-secondary:hover{background:#ef44441f;border-color:#ef444440;color:#fca5a5}.sidebar-logout{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);color:#94a3b8;font-size:.875rem;font-weight:500;transition:background var(--transition),color var(--transition),border-color var(--transition)}.sidebar-logout:hover{background:#ef44441f;border-color:#ef444440;color:#fca5a5}.sidebar-logout .admin-icon{width:1rem;height:1rem}.lang-switcher{display:flex;align-items:center;gap:6px;padding:8px 12px;margin:0 14px 4px;background:#f8f9fa;border:1px solid var(--border-light);border-radius:var(--radius-sm);font-size:.8125rem}.lang-switcher button{padding:4px 12px;background:transparent;border:1px solid transparent;font-size:.8125rem;color:var(--text-muted);border-radius:var(--radius-sm)}.lang-switcher button:hover{background:#fff;border-color:var(--border);color:var(--text)}.lang-switcher button.active{background:var(--primary-light);color:var(--primary);border-color:transparent;font-weight:500}.lang-label{color:var(--text-muted);margin-inline-end:4px;font-size:.8125rem}.lang-switcher-inline{margin:0;background:transparent;border:none;justify-content:center;padding:0}.main{flex:1;padding:32px 40px 48px;max-width:1400px;min-height:100vh}[dir=rtl] .main{margin-right:var(--sidebar-w);margin-left:0}[dir=ltr] .main{margin-left:var(--sidebar-w);margin-right:0}.page-header-block{margin-bottom:28px}.page-header-main{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.page-header-text h1{font-size:1.65rem;font-weight:700;letter-spacing:-.03em;color:var(--text);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.page-header-badge{font-size:.8rem;font-weight:600;padding:4px 12px;border-radius:20px;background:var(--primary-light);color:var(--primary)}.page-header-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.page-desc{color:var(--text-muted);font-size:.9rem;margin-top:6px;max-width:640px;line-height:1.6}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.page-header h1{font-size:1.5rem;font-weight:700}.page-header .actions{display:flex;gap:8px}.dashboard-welcome{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 28px;color:var(--text);margin-bottom:24px;border-inline-start:4px solid var(--primary);box-shadow:var(--shadow-sm)}.dashboard-welcome h2{font-size:1.375rem;font-weight:400;margin-bottom:4px;color:var(--text)}.dashboard-welcome p{font-size:.875rem;color:var(--text-muted);max-width:560px}.dashboard-welcome--portal{border-inline-start-color:var(--portal-primary)}.dashboard-welcome--portal h2{color:var(--text)}.sync-status{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:4px 12px;background:var(--success-light);border-radius:16px;font-size:.8125rem;font-weight:500;color:var(--success)}.sync-dot{width:8px;height:8px;border-radius:50%;background:var(--success)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:28px}.stat-card-v2{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius);padding:20px 22px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.stat-card-v2:hover{box-shadow:var(--shadow-md);border-color:var(--border);transform:translateY(-2px)}.stat-card-v2:before{content:"";position:absolute;top:0;inset-inline-start:0;width:4px;height:100%;border-radius:4px 0 0 4px}[dir=rtl] .stat-card-v2:before{border-radius:0 4px 4px 0}.stat-accent-blue:before{background:var(--primary)}.stat-accent-green:before{background:var(--success)}.stat-accent-purple:before{background:var(--purple)}.stat-accent-orange:before{background:var(--orange)}.stat-accent-red:before{background:var(--danger)}.stat-accent-teal:before{background:var(--teal)}.stat-accent-neutral:before{display:none}.stat-accent-neutral .stat-card-icon-wrap{background:#0f172a0f;color:var(--text-muted)}.stat-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.stat-card-label{font-size:.8rem;font-weight:500;color:var(--text-muted)}.stat-card-icon-wrap{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.stat-accent-blue .stat-card-icon-wrap{background:var(--primary-light);color:var(--primary)}.stat-accent-green .stat-card-icon-wrap{background:var(--success-light);color:var(--success)}.stat-accent-purple .stat-card-icon-wrap{background:var(--purple-light);color:var(--purple)}.stat-accent-orange .stat-card-icon-wrap{background:var(--orange-light);color:var(--orange)}.stat-accent-red .stat-card-icon-wrap{background:var(--danger-light);color:var(--danger)}.stat-accent-teal .stat-card-icon-wrap{background:var(--teal-light);color:var(--teal)}.stat-accent-blue .stat-card-icon-wrap .admin-icon,.stat-accent-green .stat-card-icon-wrap .admin-icon,.stat-accent-purple .stat-card-icon-wrap .admin-icon,.stat-accent-orange .stat-card-icon-wrap .admin-icon,.stat-accent-red .stat-card-icon-wrap .admin-icon,.stat-accent-teal .stat-card-icon-wrap .admin-icon{width:1.25rem;height:1.25rem}.stat-card-value{font-size:1.85rem;font-weight:700;letter-spacing:-.03em;color:var(--text);line-height:1.2}.stat-muted{font-size:1rem;color:var(--text-muted);font-weight:400}.stat-sub{font-size:.78rem;color:var(--text-muted);margin-top:8px}.stat-progress{height:4px;background:var(--border-light);border-radius:4px;margin-top:12px;overflow:hidden}.stat-progress-bar{height:100%;border-radius:4px;background:var(--primary);transition:width .4s ease}.stat-accent-green .stat-progress-bar{background:var(--success)}.stat-accent-orange .stat-progress-bar{background:var(--orange)}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm)}.stat-card .label{font-size:.85rem;color:var(--text-muted);margin-bottom:4px}.stat-card .value{font-size:1.8rem;font-weight:700}.section-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:14px;display:flex;align-items:center;gap:8px}.manage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;margin-bottom:28px}.manage-card{display:flex;align-items:center;gap:14px;padding:18px 20px;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius);text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition);position:relative;overflow:hidden}.manage-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 60%,rgba(99,102,241,.03));pointer-events:none}.manage-card:hover{box-shadow:var(--shadow-md);border-color:var(--border);transform:translateY(-2px)}.manage-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.manage-card-icon .admin-icon{width:1.35rem;height:1.35rem}.manage-accent-blue .manage-card-icon{background:var(--primary-light);color:var(--primary)}.manage-accent-green .manage-card-icon{background:var(--success-light);color:var(--success)}.manage-accent-purple .manage-card-icon{background:var(--purple-light);color:var(--purple)}.manage-accent-orange .manage-card-icon{background:var(--orange-light);color:var(--orange)}.manage-accent-red .manage-card-icon{background:var(--danger-light);color:var(--danger)}.manage-accent-teal .manage-card-icon{background:var(--teal-light);color:var(--teal)}.manage-card-body{flex:1;min-width:0}.manage-card-body h3{font-size:.92rem;font-weight:600;color:var(--text);margin-bottom:3px}.manage-card-body p{font-size:.78rem;color:var(--text-muted);line-height:1.45}.manage-card-stat{font-size:.85rem;font-weight:700;color:var(--text-secondary);padding:4px 10px;background:#f8fafc;border-radius:8px;flex-shrink:0}.manage-card-arrow{color:var(--text-muted);opacity:0;transition:opacity var(--transition),transform var(--transition);flex-shrink:0}.manage-card-arrow .admin-icon{width:1rem;height:1rem}[dir=rtl] .manage-card-arrow .admin-icon svg{transform:scaleX(-1)}.manage-card:hover .manage-card-arrow{opacity:1;transform:translate(2px)}[dir=rtl] .manage-card:hover .manage-card-arrow{transform:translate(-2px)}.session-breakdown{display:flex;flex-direction:column;gap:12px}.session-bar-row{display:flex;align-items:center;gap:12px}.session-bar-label{font-size:.8rem;color:var(--text-muted);width:72px;flex-shrink:0}.session-bar-track{flex:1;height:8px;background:var(--border-light);border-radius:4px;overflow:hidden}.session-bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.session-bar-count{font-size:.8rem;font-weight:600;color:var(--text-secondary);width:28px;text-align:end}.policy-chips{display:flex;flex-wrap:wrap;gap:8px}.policy-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#f8fafc;border:1px solid var(--border);border-radius:20px;font-size:.78rem;color:var(--text-secondary)}.policy-chip.active{background:var(--primary-light);border-color:#bfdbfe;color:#1e40af}.policy-chip.restricted{background:var(--warning-light);border-color:#fde68a;color:#92400e}.policy-chip-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:none}.card-title{margin-bottom:14px;font-size:1.05rem;font-weight:600}.card-title-sm{font-size:.95rem;margin-bottom:12px;font-weight:600}.card-note{margin-top:16px;font-size:.85rem;color:var(--text-muted)}.card-spaced{margin-top:16px}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:28px}.toggle{position:relative;width:44px;height:24px;display:inline-block;flex-shrink:0}.toggle input{opacity:0;width:0;height:0;position:absolute}.toggle .slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#cbd5e1;border-radius:24px;cursor:pointer;transition:.2s}.toggle .slider:before{content:"";position:absolute;width:18px;height:18px;inset-inline-start:3px;bottom:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 1px 3px #00000026}.toggle input:checked+.slider{background:var(--primary)}.toggle input:checked+.slider:before{transform:translate(20px)}[dir=rtl] .toggle input:checked+.slider:before{transform:translate(-20px)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{background:var(--surface);border-radius:var(--radius-lg);padding:28px;width:100%;max-width:460px;box-shadow:var(--shadow-lg);animation:modalIn .2s ease}@keyframes modalIn{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal h2{margin-bottom:18px;font-size:1.15rem}.modal .actions{display:flex;gap:10px;margin-top:22px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.82rem;font-weight:600;margin-bottom:6px;color:var(--text-secondary)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:24px}.login-shell{width:100%;max-width:448px;display:flex;flex-direction:column;align-items:center;gap:24px}.login-brand{display:flex;align-items:center;gap:12px}.login-logo-mark{width:40px;height:40px;border-radius:var(--radius);background:var(--primary);color:#fff;font-weight:700;font-size:1.125rem;display:flex;align-items:center;justify-content:center}.login-brand-name{font-size:1.375rem;font-weight:400;color:var(--text-muted);letter-spacing:-.01em}.login-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:40px 36px 36px;width:100%;box-shadow:none}.login-box h1{font-size:1.5rem;font-weight:400;margin-bottom:4px;color:var(--text)}.login-box .sub{color:var(--text-muted);font-size:.875rem;margin-bottom:24px}.login-notice{padding:12px 14px;border-radius:var(--radius-sm);margin-bottom:16px;font-size:.875rem;line-height:1.5}.login-notice-info{background:var(--primary-light);color:#174ea6;border:1px solid #d2e3fc}.login-notice-warn{background:var(--warning-light);color:#b06000;border:1px solid #feefc3}.login-error{background:var(--danger-light);color:#c5221f;padding:12px 14px;border-radius:var(--radius-sm);margin-bottom:16px;font-size:.875rem;border:1px solid #f9dedc}.link-editor-box{text-align:center}.link-editor-success,.link-editor-pending,.link-editor-error{display:flex;flex-direction:column;align-items:center;gap:12px;padding:8px 0}.link-editor-success h1,.link-editor-pending h1{font-size:1.375rem;font-weight:500;margin:0}.link-editor-success-icon{width:56px;height:56px;border-radius:50%;background:#e6f4ea;color:#137333;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700}.link-editor-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:link-editor-spin .8s linear infinite}@keyframes link-editor-spin{to{transform:rotate(360deg)}}.link-editor-swal-popup{border-radius:14px!important;font-family:inherit!important;padding:1.5rem 1.25rem 1.25rem!important}.link-editor-swal-confirm{border-radius:10px!important;font-weight:600!important;padding:.65rem 1.25rem!important}.login-footer{text-align:center}.btn-login{width:100%;margin-top:8px;padding:10px 24px;height:40px}.sidebar-portal .sidebar-brand-mark,.sidebar-portal .sidebar-user-avatar{background:linear-gradient(135deg,var(--portal-primary),#0f766e)}.sidebar-portal .sidebar-nav a.active,.sidebar nav:not(.sidebar-nav) a.active{background:#0d948833;color:#99f6e4}.sidebar-portal .sidebar-nav a.active .nav-icon{color:#5eead4}.sidebar-portal .sidebar-nav a.active .nav-active-indicator{background:#5eead4}.layout-portal{--primary: var(--portal-primary);--primary-hover: #00796b;--primary-light: var(--portal-primary-light);--primary-glow: rgba(0, 137, 123, .2)}.nav-toggle{display:none;position:fixed;top:14px;z-index:60;background:var(--surface);border:1px solid var(--border);padding:10px;border-radius:var(--radius-sm);box-shadow:var(--shadow-md);width:42px;height:42px;flex-direction:column;align-items:center;justify-content:center;gap:5px}.nav-toggle span{display:block;width:18px;height:2px;background:var(--text);border-radius:2px;transition:transform var(--transition)}[dir=ltr] .nav-toggle{left:12px}[dir=rtl] .nav-toggle{right:12px;left:auto}.nav-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;background:#20212466;border:none;cursor:pointer}.policy-banner{background:var(--primary-light);border:1px solid #d2e3fc;color:#174ea6;padding:12px 16px;border-radius:var(--radius-sm);margin-bottom:24px;font-size:.875rem;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.policy-banner strong{font-weight:600}.policy-card{margin-bottom:16px}.policy-card h2{font-size:.95rem;margin-bottom:4px;font-weight:700;color:var(--text);padding-bottom:12px;border-bottom:1px solid var(--border-light)}.policy-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--border-light)}.policy-row:last-child{border-bottom:none}.policy-row-label{font-weight:600;font-size:.9rem}.policy-row-desc{font-size:.82rem;color:var(--text-muted);margin-top:3px;max-width:520px;line-height:1.5}.alert{padding:12px 16px;border-radius:var(--radius-sm);margin-bottom:16px;font-size:.88rem;display:flex;align-items:center;gap:8px}.alert-success{background:var(--success-light);color:#166534;border:1px solid #bbf7d0}.alert-error{background:var(--danger-light);color:#991b1b;border:1px solid #fecaca}.provider-group{margin-bottom:24px}.provider-group h3{font-size:.9rem;font-weight:600;color:var(--text-secondary);margin-bottom:10px;padding:10px 14px;background:#f8fafc;border-radius:var(--radius-sm);border:1px solid var(--border-light)}.provider-group table{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.key-card{display:flex;align-items:center;gap:14px;padding:18px 20px;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px;background:var(--surface);box-shadow:var(--shadow-sm);flex-wrap:wrap;transition:border-color var(--transition)}.key-card:hover{border-color:#cbd5e1}.key-card .info{flex:1;min-width:140px}.key-card .info .name{font-weight:600;font-size:.92rem}.key-card .info .status{font-size:.8rem;color:var(--text-muted);margin-top:4px}.key-card input{flex:2;min-width:200px;max-width:480px}.keys-progress{margin-bottom:20px}.keys-progress-header{display:flex;justify-content:space-between;font-size:.82rem;color:var(--text-muted);margin-bottom:8px}.keys-progress-bar{height:8px;background:var(--border-light);border-radius:4px;overflow:hidden}.keys-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--teal));border-radius:4px;transition:width .4s ease}.search-bar{max-width:360px;margin-bottom:20px;background:var(--surface)}.search-wrap{position:relative;max-width:360px;margin-bottom:20px}.search-wrap input{padding-inline-start:38px}.search-icon{position:absolute;top:50%;transform:translateY(-50%);inset-inline-start:12px;color:var(--text-muted);font-size:.9rem;pointer-events:none}.table-card{padding:0;overflow:hidden}.table-card table{margin:0}.btn-row{display:flex;gap:10px;flex-wrap:wrap}.select-inline{width:auto;min-width:110px}.text-muted{font-size:.85rem;color:var(--text-muted)}.actions-cell{display:flex;gap:6px;flex-wrap:wrap}.badge-inline{margin-inline-start:8px}.value-sm{font-size:1.1rem}.form-row-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:12px}.user-chip{margin:0 12px 8px;padding:8px 12px;background:#eff6ff;border-radius:8px;font-size:.85rem;font-weight:600;color:var(--primary)}.profile-card .profile-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border-light)}.profile-card .profile-row:last-child{border-bottom:none}.session-list{list-style:none;display:flex;flex-direction:column;gap:8px}.session-list li{display:flex;align-items:center;gap:10px}.rules-textarea{width:100%;min-height:300px;font-family:Cascadia Code,Consolas,monospace;font-size:.875rem;padding:16px;border:1px solid var(--border);border-radius:var(--radius-sm);resize:vertical;line-height:1.6}.model-chips{display:flex;flex-wrap:wrap;gap:8px}.chip{background:#f8fafc;border:1px solid var(--border);border-radius:20px;padding:5px 12px;font-size:.78rem}.chip-muted{color:var(--text-muted)}.rules-preview{background:#f8fafc;border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:16px;font-family:Cascadia Code,Consolas,monospace;font-size:.82rem;line-height:1.6;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.perm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px 12px}.perm-check{display:flex;align-items:center;gap:8px;font-size:.85rem;cursor:pointer}.perm-check input{width:auto}.loading-screen{padding:3rem;text-align:center;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:12px}.loading-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-error{padding:2.5rem;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);max-width:400px;margin:2rem auto}.page-error-title{font-weight:600;margin-bottom:8px;color:var(--text)}.page-error .btn-primary{margin-top:16px}.empty-state{text-align:center;padding:48px 24px;color:var(--text-muted)}.empty-state-icon{font-size:2.5rem;margin-bottom:12px;opacity:.4}[dir=rtl] .policy-banner strong{margin-left:0;margin-right:0}.plan-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.plan-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;position:relative;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),transform var(--transition)}.plan-card:hover{box-shadow:var(--shadow-sm);border-color:#bdc1c6}.plan-featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary-light)}.plan-current{border-color:#16a34a;background:#f0fdf4}.plan-badge-current{background:#16a34a;color:#fff}.plan-inactive{opacity:.65}.plan-badge{position:absolute;top:12px;inset-inline-end:12px;background:var(--primary);color:#fff;font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:20px}.plan-card h3{font-size:1.15rem;margin-bottom:8px}.plan-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:16px;min-height:2.5em}.plan-price{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:12px}.plan-price span{font-size:.85rem;font-weight:500;color:var(--text-muted)}.plan-features{list-style:none;margin-bottom:16px}.plan-features li{font-size:.85rem;color:var(--text-secondary);padding:4px 0}.plan-features li:before{content:"✓ ";color:var(--success);font-weight:700}.modal-lg{max-width:560px}.paypal-badge{display:inline-flex;align-items:center;gap:6px;background:#003087;color:#fff;padding:6px 14px;border-radius:8px;font-size:.85rem;font-weight:600}.paypal-checkout-card{max-width:420px}.paypal-checkout-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.paypal-checkout-header .card-title{margin-bottom:0}.paypal-checkout-close{margin:0;border:none;background:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--text-muted);padding:4px 8px}.paypal-checkout-close:hover{color:var(--text);text-decoration:none}.paypal-checkout-summary{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:16px 0 20px;padding-bottom:16px;border-bottom:1px solid var(--border);font-size:.95rem}.paypal-checkout-buttons{min-height:120px}.paypal-checkout-buttons>div{max-width:100%}.checkout-modal-overlay{z-index:200}.checkout-modal{max-width:480px;padding:0;overflow:hidden}.checkout-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 0}.checkout-modal-header h2{margin-bottom:6px;font-size:1.2rem}.checkout-modal-subtitle{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.5}.checkout-modal-close{border:none;background:#0f172a0f;color:var(--text-muted);width:36px;height:36px;border-radius:50%;font-size:1.35rem;line-height:1;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.checkout-modal-close:hover{background:#0f172a1a;color:var(--text)}.checkout-modal-plan{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:20px 24px;padding:16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg)}.checkout-modal-plan strong{display:block;font-size:1rem;margin-bottom:4px}.checkout-modal-plan .text-muted{font-size:.82rem;margin:0}.checkout-modal-price{font-size:1.35rem;font-weight:700;white-space:nowrap;text-align:end}.checkout-modal-price span{font-size:.82rem;font-weight:500;color:var(--text-muted)}.checkout-modal .paypal-checkout-buttons{padding:0 24px;min-height:132px}.checkout-modal-note{margin:0;padding:16px 24px 24px;font-size:.78rem;color:var(--text-muted);text-align:center;border-top:1px solid var(--border-light)}.sso-login-section{margin-bottom:20px}.sso-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:11px 16px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);font-size:.9rem;font-weight:500;cursor:pointer;transition:background var(--transition),border-color var(--transition);margin-bottom:8px}.sso-btn:hover{background:var(--surface-hover);border-color:#bdc1c6}.sso-btn-google{border-color:#4285f4}.sso-btn-microsoft{border-color:#0078d4}.sso-btn-icon{width:22px;height:22px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#fff}.sso-btn-google .sso-btn-icon{background:#4285f4}.sso-btn-microsoft .sso-btn-icon{background:#0078d4}.sso-divider{display:flex;align-items:center;gap:12px;margin:16px 0;color:var(--text-muted);font-size:.8rem}.sso-divider:before,.sso-divider:after{content:"";flex:1;height:1px;background:var(--border)}.sso-provider-card{position:relative;overflow:hidden}.sso-provider-logo{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;color:#fff;margin-bottom:12px}.sso-provider-logo.google{background:linear-gradient(135deg,#4285f4,#34a853)}.sso-provider-logo.microsoft{background:linear-gradient(135deg,#0078d4,#00bcf2)}.roles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-bottom:24px}.role-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm)}.role-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.role-badge{font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.03em}.role-super_admin{background:#7c3aed22;color:#7c3aed}.role-admin{background:#6366f122;color:#6366f1}.role-billing_admin{background:#05966922;color:#059669}.role-support{background:#d9770622;color:#d97706}.role-level{font-size:.75rem;color:var(--text-muted)}.role-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.5}.role-hierarchy{display:flex;flex-direction:column;gap:0;padding:8px 0}.role-hierarchy-item{display:flex;align-items:center;gap:12px;padding:10px 0;position:relative;font-weight:500}.role-hierarchy-dot{width:12px;height:12px;border-radius:50%;background:var(--primary);flex-shrink:0}.role-hierarchy-line{position:absolute;left:5px;top:28px;width:2px;height:20px;background:var(--border)}[dir=rtl] .role-hierarchy-line{left:auto;right:5px}.invoice-number{font-family:ui-monospace,monospace;font-size:.85rem;color:var(--primary);font-weight:600}.cost-value{color:var(--success)}.cost-bar{background:linear-gradient(90deg,#6366f1,#8b5cf6)!important}.webhook-info-card{border-color:#00308733}.webhook-url-box{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;margin:12px 0;overflow-x:auto}.webhook-url-box code{font-size:.85rem;color:var(--primary);word-break:break-all}.webhook-events-list{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.webhook-events-list li{background:var(--bg);border:1px solid var(--border);padding:4px 10px;border-radius:6px;font-size:.78rem;font-family:ui-monospace,monospace;color:var(--text-secondary)}.gateway-layout{display:grid;grid-template-columns:300px 1fr;gap:20px;align-items:start}@media(max-width:900px){.gateway-layout{grid-template-columns:1fr}}.gateway-list{display:flex;flex-direction:column;gap:10px}.gateway-card{display:flex;flex-direction:column;gap:10px;text-align:start;padding:14px 16px;background:var(--surface);border:2px solid var(--border);border-radius:12px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.gateway-card:hover{border-color:var(--gw-color, var(--accent))}.gateway-card--active{border-color:var(--gw-color, var(--accent));box-shadow:0 0 0 3px color-mix(in srgb,var(--gw-color, var(--accent)) 20%,transparent)}.gateway-card-header{display:flex;align-items:flex-start;gap:12px}.gateway-card-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;flex-shrink:0}.gateway-card-info{display:flex;flex-direction:column;gap:2px;min-width:0}.gateway-card-badges{display:flex;flex-wrap:wrap;gap:6px}.gateway-config-panel{min-height:400px}.gateway-config-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px}.gateway-section-title{font-size:.95rem;font-weight:600;margin:20px 0 8px}.gateway-webhook-section{margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.badge-gray{background:#f3f4f6;color:#6b7280}.badge-purple{background:#f5f3ff;color:#7c3aed}.badge-orange{background:#fff7ed;color:#ea580c}.alert-warning{background:#fffbeb;border:1px solid #fcd34d;color:#92400e;padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:.88rem}.badge-red{background:#fef2f2;color:#dc2626}.badge-blue{background:#eff6ff;color:#2563eb}.text-sm{font-size:.8rem}.user-detail-header{display:flex;align-items:flex-start;gap:20px;padding:24px;margin-bottom:24px}.user-detail-avatar{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,var(--primary),#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.user-detail-info h2{margin:0 0 4px;font-size:1.4rem}.user-detail-badges{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.user-detail-meta{margin-inline-start:auto;text-align:end;display:flex;flex-direction:column;gap:12px;font-size:.9rem}.actions-cell{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.actions-cell .btn-secondary{text-decoration:none;display:inline-flex;align-items:center}.providers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:20px}.provider-card{border:1px solid var(--border);border-radius:var(--radius);padding:18px;background:var(--surface);display:flex;flex-direction:column;gap:12px}.provider-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.provider-card-header h3{margin:0;font-size:1.05rem}.provider-card-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:.85rem;color:var(--text-muted)}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:16px}.filter-bar input,.filter-bar select{min-width:180px}.pagination-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.btn-file{position:relative;overflow:hidden;cursor:pointer}.btn-file input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.dashboard-premium{animation:dashboard-fade-in .5s ease}@keyframes dashboard-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-hero{position:relative;border-radius:var(--radius-lg);padding:32px 36px;margin-bottom:28px;overflow:hidden;background:linear-gradient(135deg,#1e1b4b,#312e81 40%,#4f46e5);color:#fff;box-shadow:0 8px 32px #4f46e540}.dashboard-hero-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 100% 0%,rgba(139,92,246,.4),transparent),radial-gradient(ellipse 50% 60% at 0% 100%,rgba(59,130,246,.3),transparent);pointer-events:none}.dashboard-hero-content{position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.dashboard-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:20px;font-size:.78rem;font-weight:600;color:#c7d2fe;margin-bottom:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-hero-badge .admin-icon{width:1rem;height:1rem}.dashboard-hero h1{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;margin-bottom:8px;color:#fff}.dashboard-hero p{font-size:.9rem;color:#ffffffbf;max-width:560px;line-height:1.65}.dashboard-org{margin-top:10px;font-size:.85rem;color:#ffffffa6}.dashboard-org strong{color:#e0e7ff}.dashboard-hero-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.sync-status--hero{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#86efac;margin-top:0}.dashboard-sync-time{font-size:.75rem;color:#ffffff80}.dashboard-charts-row{display:grid;grid-template-columns:1.6fr 1fr;gap:20px;margin-bottom:20px}.chart-card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:22px 24px;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition)}.chart-card:hover{box-shadow:var(--shadow-md)}.chart-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.chart-card-header h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:4px}.chart-card-header p{font-size:.8rem;color:var(--text-muted)}.chart-card-stat{text-align:end}.chart-card-stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-.03em}.chart-card-stat-label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.chart-card-body{min-height:120px}.chart-card-body--center{display:flex;align-items:center;justify-content:center}.chart-empty-msg{padding:40px 0;text-align:center}.dashboard-health-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.health-ring-card{display:flex;align-items:center;gap:14px;padding:18px 20px;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.health-ring-info{display:flex;flex-direction:column;gap:2px}.health-ring-label{font-size:.78rem;color:var(--text-muted);font-weight:500}.health-ring-pct{font-size:1.1rem;font-weight:700;color:var(--text)}.health-ring-card--accent{background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-color:#c7d2fe;justify-content:space-around}.health-metric{text-align:center}.health-metric-value{display:block;font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-.03em}.health-metric-label{font-size:.72rem;color:var(--text-muted);margin-top:2px}.stat-grid--premium{margin-bottom:24px}.section-title--premium{font-size:1.1rem;margin-bottom:18px;gap:10px}.section-title-icon{width:32px;height:32px;border-radius:10px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center}.section-title-icon .admin-icon{width:1.1rem;height:1.1rem}.manage-grid--premium{gap:16px}.dashboard-insights{margin-bottom:28px}.chart-donut-wrap{display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:center}.chart-donut-svg{flex-shrink:0}.chart-arc{transition:stroke-width .2s ease}.chart-donut-value{font-size:1.75rem;font-weight:700;fill:var(--text);font-family:inherit}.chart-donut-sub{font-size:.65rem;fill:var(--text-muted);font-family:inherit}.chart-legend{display:flex;flex-direction:column;gap:10px;min-width:140px}.chart-legend-item{display:flex;align-items:center;gap:8px;font-size:.8rem}.chart-legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.chart-legend-label{flex:1;color:var(--text-muted)}.chart-legend-value{font-weight:700;color:var(--text)}.chart-area-svg{width:100%;height:160px;display:block}.chart-grid-line{stroke:var(--border-light);stroke-width:1;stroke-dasharray:4 4}.chart-line{filter:drop-shadow(0 2px 4px rgba(99,102,241,.3))}.chart-axis-label{font-size:9px;fill:var(--text-muted);font-family:inherit}.chart-dot{transition:r .2s ease}.chart-area-svg:hover .chart-dot{r:5}.ring-gauge-svg{flex-shrink:0}.ring-gauge-fill{transition:stroke-dashoffset .8s cubic-bezier(.4,0,.2,1)}.ring-gauge-text{font-size:.72rem;font-weight:700;fill:var(--text);font-family:inherit}.chart-hbars{display:flex;flex-direction:column;gap:14px}.chart-hbar-row{display:grid;grid-template-columns:80px 1fr 36px;align-items:center;gap:12px}.chart-hbar-label{font-size:.78rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-hbar-track{height:8px;background:var(--border-light);border-radius:8px;overflow:hidden}.chart-hbar-fill{height:100%;border-radius:8px;transition:width .6s cubic-bezier(.4,0,.2,1);min-width:4px}.chart-hbar-value{font-size:.82rem;font-weight:700;color:var(--text);text-align:end}@media(max-width:1100px){.dashboard-charts-row{grid-template-columns:1fr}.dashboard-health-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.dashboard-health-row{grid-template-columns:1fr}.dashboard-hero{padding:24px 20px}.dashboard-hero h1{font-size:1.4rem}.chart-hbar-row{grid-template-columns:60px 1fr 28px}}@media(max-width:900px){.nav-toggle,.layout.nav-open .nav-backdrop{display:block}.layout .sidebar{width:var(--sidebar-w);transform:translate(-110%);transition:transform .25s ease;z-index:55;box-shadow:var(--shadow-lg)}[dir=rtl] .layout .sidebar{transform:translate(110%)}.layout.nav-open .sidebar{transform:translate(0)}[dir=ltr] .layout .main{margin-left:0;padding-top:52px}[dir=rtl] .layout .main{margin-right:0;padding-top:52px}.main{padding:20px 16px}.dashboard-charts-row,.dashboard-health-row{gap:14px}.key-card{flex-direction:column;align-items:stretch}.key-card input{max-width:none}.login-box{padding:32px 24px}}.download-page{min-height:100vh;background:var(--bg)}.download-page-header{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;border-bottom:1px solid var(--border);background:var(--surface)}.download-page-brand{display:flex;flex-direction:column;gap:4px}.download-page-brand strong{font-size:1.1rem}.download-page-actions{display:flex;align-items:center;gap:12px}.download-page-main{max-width:880px;margin:0 auto;padding:40px 24px}.download-panel{margin-bottom:24px}.download-panel--compact .download-hero h2{font-size:1.25rem}.download-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px;flex-wrap:wrap}.download-hero h2{margin:8px 0;font-size:1.75rem}.download-version-badge{display:inline-block;background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:20px}.btn-download-lg{font-size:1rem;padding:14px 28px;white-space:nowrap}.download-platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.download-platform-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:16px;border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);cursor:pointer;text-align:start;transition:border-color .15s,box-shadow .15s}.download-platform-card.active{border-color:var(--primary);box-shadow:0 0 0 3px #6366f126}.download-platform-card.disabled{opacity:.5;cursor:not-allowed}.download-platform-icon{font-size:1.5rem}.download-platform-name{font-weight:600}.download-platform-meta{font-size:.8rem;color:var(--text-muted)}.download-notes{margin-top:16px}.download-notes-body{white-space:pre-wrap;font-family:inherit;font-size:.9rem;color:var(--text-secondary);margin:0;background:transparent;border:none;padding:0}.download-actions{margin-top:16px}.download-card-embed{margin-bottom:24px}.btn-link{display:inline-block;margin-top:12px;color:var(--primary);font-weight:500;text-decoration:none}.btn-link:hover{text-decoration:underline}.dashboard-welcome--hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.quick-links{display:flex;flex-direction:column;gap:8px}.quick-link{color:var(--primary);text-decoration:none;font-weight:500}.quick-link:hover{text-decoration:underline}.release-platform-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin:20px 0}.release-platform-row{padding:16px}.release-platform-row h3{margin:0 0 12px;font-size:1rem}.release-file-picker{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.release-file-btn.is-disabled{opacity:.55;pointer-events:none;cursor:not-allowed}.release-file-name{font-size:.875rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.release-bundle-card{margin-bottom:20px}.release-bundle-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.badge-gray{background:#94a3b822;color:#64748b}@media(max-width:640px){.download-platform-grid{grid-template-columns:1fr}.download-hero{flex-direction:column}}.public-layout{min-height:100vh;display:flex;flex-direction:column}.public-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#ffffffd9;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.public-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text);font-weight:700;font-size:1.1rem}.public-nav{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.public-nav a:not(.btn-primary):not(.btn-secondary){color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.9rem}.public-nav a:not(.btn-primary):not(.btn-secondary):hover{color:var(--primary)}.public-main{flex:1;padding:32px 24px;max-width:1100px;margin:0 auto;width:100%}.public-footer{padding:32px;text-align:center;border-top:1px solid var(--border);background:var(--surface)}.public-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:12px}.public-footer-links a{color:var(--text-muted);text-decoration:none;font-size:.875rem}.public-footer-links a:hover{color:var(--primary)}.public-page-header{text-align:center;margin-bottom:32px}.public-page-header h1{font-size:2rem;margin-bottom:8px}.conversation-messages{max-height:420px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;margin-top:12px}.conversation-message-role{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--primary);margin-bottom:4px}.conversation-message--user .conversation-message-role{color:#3b82f6}.conversation-message--assistant .conversation-message-role{color:#8b5cf6}.plan-features-list{list-style:none;padding:0;margin:12px 0 0;text-align:start}.plan-features-list li{padding:4px 0;font-size:.875rem;color:var(--text-secondary)}.plan-features-list li:before{content:"✓ ";color:var(--primary)}.changelog-list{max-width:720px;margin:0 auto}.changelog-item-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px}.changelog-item-header h2{margin:0;font-size:1.25rem}.changelog-notes p{margin:0 0 8px;color:var(--text-secondary);line-height:1.6}.conversation-message{padding:10px 12px;background:var(--bg);border-radius:var(--radius-md);font-size:.85rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.auth-card{max-width:440px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-md)}.auth-card-brand{text-align:center;margin-bottom:24px}.auth-card-brand h1{font-size:1.5rem;margin:12px 0 4px}.auth-card-footer{text-align:center;margin-top:16px;font-size:.9rem}.legal-page{max-width:720px;margin:0 auto;line-height:1.7}.legal-page h1{margin-bottom:24px}.legal-page p{margin-bottom:16px;color:var(--text-secondary)}.plan-grid-public{margin-top:24px;max-width:1240px;margin-inline:auto;padding-inline:24px;grid-template-columns:repeat(auto-fit,minmax(260px,280px));justify-content:center}.brand-logo-mark{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;border-radius:10px;font-weight:800}.brand-logo-img{object-fit:contain;max-width:160px;width:auto;height:auto;display:block}.btn-lg{padding:12px 24px;font-size:1rem}.btn-danger-text{color:var(--danger)!important;border-color:var(--danger-light)!important}.form-row-between{display:flex;justify-content:flex-end;margin-bottom:12px}.alert-warn{background:var(--warning-light);color:var(--warning);border:1px solid #fcd34d;padding:12px;border-radius:var(--radius-sm);margin-bottom:16px}.setup-banner{background:linear-gradient(135deg,var(--primary-light),#fff);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-bottom:24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:flex-start}.setup-banner h2{font-size:1.15rem;margin-bottom:8px}.setup-banner p{color:var(--text-muted);font-size:.9rem;max-width:640px}.sidebar-brand-logo{margin-inline-end:8px}@media(max-width:768px){.public-header{padding:12px 16px}.public-nav{gap:8px}.public-nav a:not(.btn-primary):not(.btn-secondary){display:none}}.auth-ds-page{min-height:100vh;display:flex;flex-direction:column;background:var(--theme-bg, #fbfbf9);font-family:var(--theme-sans, system-ui, sans-serif)}.auth-ds-page .auth-ds-card{flex:1;display:flex;flex-direction:column;justify-content:center;width:100%;max-width:400px;margin:0 auto;padding:32px 16px 48px;box-sizing:border-box}.auth-ds-brand{display:flex;justify-content:center;align-items:center;margin-bottom:24px}.auth-ds-brand-logo{width:56px!important;height:56px!important;max-width:none;margin:0 auto}.auth-ds-hint{text-align:center;color:#8b8b8b;font-size:.875rem;line-height:1.5;margin:0 0 24px}.auth-ds-field{margin-bottom:14px}.auth-ds-input{width:100%;height:48px;padding:0 18px;border:1px solid #e5e7eb;border-radius:24px;font-size:.95rem;outline:none;background:#fff;color:#111;box-sizing:border-box;transition:border-color .15s}.auth-ds-input:focus{border-color:var(--theme-text, #26251e)}.auth-ds-input-wrap{position:relative}.auth-ds-input-wrap .auth-ds-input{padding-right:44px}.auth-ds-eye{position:absolute;right:14px;top:50%;transform:translateY(-50%);border:none;background:none;color:#9ca3af;cursor:pointer;padding:4px;line-height:0}.auth-ds-otp-row{display:flex;align-items:stretch;gap:0;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;background:#fff}.auth-ds-otp-row:focus-within{border-color:var(--theme-text, #26251e)}.auth-ds-otp-row .auth-ds-input{border:none;border-radius:0;flex:1;min-width:0}.auth-ds-send-code{flex-shrink:0;border:none;border-left:1px solid #e5e7eb;background:#fff;color:var(--theme-text, #26251e);font-size:.875rem;font-weight:500;padding:0 16px;cursor:pointer;white-space:nowrap}.auth-ds-send-code:disabled{color:#9ca3af;cursor:not-allowed}.auth-ds-legal{text-align:center;font-size:.8rem;color:#9ca3af;line-height:1.5;margin:16px 0 20px}.auth-ds-legal a{color:#6b7280;text-decoration:underline}.auth-ds-row-links{display:flex;justify-content:space-between;align-items:center;margin:8px 0 20px;font-size:.875rem}.auth-ds-row-links a{color:var(--theme-text, #26251e);text-decoration:none}.auth-ds-row-links a:hover{text-decoration:underline}.auth-ds-btn{width:100%;height:48px;border:none;border-radius:999px;background:var(--theme-text, #26251e);color:#f7f7f4;font-size:1rem;font-weight:500;cursor:pointer;transition:background .15s}.auth-ds-btn:hover:not(:disabled){background:#3d3c36}.auth-ds-btn:disabled{opacity:.6;cursor:not-allowed}.auth-ds-footer{text-align:center;margin-top:28px;font-size:.875rem}.auth-ds-footer a{color:var(--theme-text, #26251e);text-decoration:none}.auth-ds-footer a:hover{text-decoration:underline}.auth-ds-sso{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px;font-size:.875rem}.auth-ds-sso a,.auth-ds-sso button{border:none;background:none;color:#6b7280;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit}.auth-ds-sso a:hover,.auth-ds-sso button:hover{color:var(--theme-text, #26251e)}.auth-ds-sso-sep{color:#d1d5db}.auth-ds-alert{border-radius:12px;padding:10px 14px;font-size:.875rem;margin-bottom:14px}.auth-ds-alert-error{background:#fef2f2;color:#b91c1c}.auth-ds-alert-success{background:#f0fdf4;color:#15803d}.auth-ds-alert-warn{background:#fffbeb;color:#b45309}[dir=rtl] .auth-ds-input-wrap .auth-ds-input{padding-right:18px;padding-left:44px}[dir=rtl] .auth-ds-eye{right:auto;left:14px}[dir=rtl] .auth-ds-send-code{border-left:none;border-right:1px solid #e5e7eb}:root{--cursor-bg: #fbfbf9;--cursor-bg-soft: #f3f2ee;--cursor-bg-dark: #14120b;--cursor-text: #26251e;--cursor-text-muted: #6b6b67;--cursor-border: rgba(38, 37, 30, .12);--cursor-accent: #c45c2a;--cursor-demo-bg: #1e1e1e;--cursor-landscape-wash: rgba(251, 251, 249, .18);--cursor-landscape-fade: linear-gradient(180deg, rgba(251, 251, 249, 0) 0%, rgba(251, 251, 249, .28) 100%);--demo-scene-pad-y: 52px;--demo-scene-pad-x: 44px;--cursor-serif: "Newsreader", "Georgia", "Times New Roman", serif;--cursor-sans: "Inter", "IBM Plex Sans Arabic", system-ui, sans-serif;--demo-radius: 16px;--demo-window-radius: 12px;--demo-scene-min-h: 460px;--demo-hero-min-h: 580px;--demo-feature-min-h: 480px;--demo-stack-min-h: 460px;--demo-sidebar-w: 228px;--demo-code-size: .8125rem;--demo-ui-size: .8125rem;--demo-ui-sm: .75rem}.public-layout-cursor{min-height:100vh;display:flex;flex-direction:column;background:var(--cursor-bg);color:var(--cursor-text);font-family:var(--cursor-sans)}[dir=rtl] .public-layout-cursor{--cursor-serif: "IBM Plex Sans Arabic", "Newsreader", serif}.public-layout-cursor .cursor-main{flex:1}.cursor-header{position:sticky;top:0;z-index:200;background:#fbfbf9eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--cursor-border)}.cursor-header-inner{max-width:1240px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;gap:24px}.cursor-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--cursor-text);font-weight:600;font-size:.95rem;flex-shrink:0}.cursor-nav{display:flex;align-items:center;gap:20px;flex:1}.cursor-nav a{color:var(--cursor-text-muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .15s}.cursor-nav a:hover{color:var(--cursor-text)}.cursor-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.cursor-header-link{color:var(--cursor-text-muted);text-decoration:none;font-size:.8125rem;font-weight:500;white-space:nowrap}.cursor-header-link:hover{color:var(--cursor-text)}.cursor-header-link-muted{opacity:.72}.cursor-header-user-name{font-size:.8125rem;font-weight:500;color:var(--cursor-text-muted);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cursor-header-btn{background:none;border:none;cursor:pointer;font:inherit;padding:0}.cursor-header-btn:hover{color:var(--cursor-text)}.cursor-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:999px;font-size:.875rem;font-weight:500;text-decoration:none;border:1px solid transparent;transition:background .15s,border-color .15s,color .15s;white-space:nowrap;cursor:pointer}.cursor-btn-sm{padding:8px 14px;font-size:.8125rem}.cursor-btn-dark{background:var(--cursor-text);color:#f7f7f4;border-color:var(--cursor-text)}.cursor-btn-dark:hover{background:#3d3c36;border-color:#3d3c36;color:#fff}.cursor-btn-ghost{background:transparent;color:var(--cursor-text);border-color:var(--cursor-border)}.cursor-btn-ghost:hover{background:#26251e0a;border-color:#26251e33}.cursor-btn-light{background:#fff;color:var(--cursor-text);border-color:#fff}.cursor-btn-light:hover{background:#f0f0ec}.cursor-btn-outline-light{background:transparent;color:#f7f7f4;border-color:#f7f7f459}.cursor-btn-outline-light:hover{background:#ffffff14;border-color:#f7f7f48c}.cursor-link-arrow{display:inline-flex;align-items:center;gap:4px;color:var(--cursor-accent);text-decoration:none;font-size:.9rem;font-weight:500;margin-top:16px}.cursor-link-arrow:after{content:"→"}[dir=rtl] .cursor-link-arrow:after{content:"←"}.cursor-link-arrow:hover{opacity:.7}.cursor-container{max-width:1240px;margin:0 auto;padding-inline:28px;width:100%}.cursor-landing{overflow-x:clip}.cursor-hero{padding:72px 0 0;text-align:center}.cursor-hero-inner{margin-bottom:48px}.cursor-hero h1{font-family:var(--cursor-serif);font-size:clamp(2.25rem,5.5vw,4rem);font-weight:400;line-height:1.08;letter-spacing:-.03em;max-width:900px;margin:0 auto 32px;color:var(--cursor-text)}.cursor-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.cursor-hero-demo{max-width:100%;padding-bottom:80px}.cursor-trust{padding:48px 0;border-top:1px solid var(--cursor-border);text-align:center}.cursor-trust h2{font-family:var(--cursor-serif);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:400;color:var(--cursor-text-muted);letter-spacing:-.01em}.cursor-feature{padding:80px 0;border-top:1px solid var(--cursor-border)}.cursor-feature-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:56px;align-items:center}.cursor-feature-reverse .cursor-feature-copy{order:2}.cursor-feature-reverse .cursor-feature-visual{order:1}.cursor-feature-copy h3{font-family:var(--cursor-serif);font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:400;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.cursor-feature-copy p{font-size:1rem;line-height:1.7;color:var(--cursor-text-muted);max-width:440px}.cursor-demo-scene{position:relative;border-radius:var(--demo-radius);overflow:hidden;min-height:var(--demo-scene-min-h);width:100%;border:1px solid rgba(38,37,30,.08);box-shadow:inset 0 1px #ffffff8c,0 24px 48px #26251e0f}.cursor-demo-scene:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;z-index:0;background-color:#e8dcc8;background-size:cover;background-position:center 35%;background-repeat:no-repeat;transform-origin:center center;animation:demo-bg-drift 22s ease-in-out infinite;filter:saturate(.88) sepia(.12) brightness(1.02)}.cursor-demo-scene:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;z-index:1}.cursor-demo-scene-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center}.cursor-demo-bg-hero,.cursor-demo-bg-agent,.cursor-demo-bg-cloud,.cursor-demo-bg-terminal,.cursor-demo-bg-tab,.cursor-demo-bg-models,.cursor-demo-bg-codebase{padding:var(--demo-scene-pad-y) var(--demo-scene-pad-x)}.cursor-demo-bg-hero:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20720'%20preserveAspectRatio='xMidYMid%20slice'%3e%3cdefs%3e%3clinearGradient%20id='sky'%20x1='0'%20y1='0'%20x2='0.15'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23a8bcc8'/%3e%3cstop%20offset='40%25'%20stop-color='%23d0c8b8'/%3e%3cstop%20offset='100%25'%20stop-color='%23e8dcc8'/%3e%3c/linearGradient%3e%3clinearGradient%20id='mount'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%2398a8b8'/%3e%3cstop%20offset='100%25'%20stop-color='%23687888'/%3e%3c/linearGradient%3e%3clinearGradient%20id='lake'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%2388a8c0'/%3e%3cstop%20offset='100%25'%20stop-color='%23688898'/%3e%3c/linearGradient%3e%3clinearGradient%20id='shore'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23a8b878'/%3e%3cstop%20offset='100%25'%20stop-color='%23587048'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect%20width='1200'%20height='720'%20fill='url(%23sky)'/%3e%3cellipse%20cx='900'%20cy='110'%20rx='220'%20ry='65'%20fill='%23f4ecd8'%20opacity='0.55'/%3e%3cpath%20d='M0%20280%20L200%20180%20L420%20240%20L620%20160%20L860%20220%20L1200%20170%20L1200%20720%20L0%20720Z'%20fill='url(%23mount)'%20opacity='0.55'/%3e%3cpath%20d='M0%20380%20Q300%20340%20600%20370%20Q900%20400%201200%20350%20L1200%20720%20L0%20720Z'%20fill='url(%23lake)'%20opacity='0.75'/%3e%3cpath%20d='M0%20480%20Q400%20440%20800%20470%20Q1000%20490%201200%20460%20L1200%20720%20L0%20720Z'%20fill='url(%23shore)'/%3e%3cg%20fill='%233d5038'%20opacity='0.88'%3e%3cpath%20d='M40%20720%20L55%20580%20L70%20720Z'/%3e%3cpath%20d='M120%20720%20L138%20560%20L156%20720Z'/%3e%3cpath%20d='M200%20720%20L218%20590%20L236%20720Z'/%3e%3cpath%20d='M300%20720%20L318%20550%20L336%20720Z'/%3e%3cpath%20d='M420%20720%20L438%20570%20L456%20720Z'/%3e%3cpath%20d='M540%20720%20L558%20580%20L576%20720Z'/%3e%3cpath%20d='M680%20720%20L698%20560%20L716%20720Z'/%3e%3cpath%20d='M820%20720%20L838%20590%20L856%20720Z'/%3e%3cpath%20d='M960%20720%20L978%20570%20L996%20720Z'/%3e%3cpath%20d='M1080%20720%20L1098%20610%20L1116%20720Z'/%3e%3c/g%3e%3cellipse%20cx='600'%20cy='420'%20rx='400'%20ry='30'%20fill='%23d8e8f0'%20opacity='0.35'/%3e%3crect%20width='1200'%20height='720'%20fill='%23c8a870'%20opacity='0.07'/%3e%3c/svg%3e"),linear-gradient(180deg,#a8bcc8,#d0c0a8 42%,#688858);background-position:center 38%}.cursor-demo-bg-agent:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20640'%20preserveAspectRatio='xMidYMid%20slice'%3e%3cdefs%3e%3clinearGradient%20id='sky'%20x1='0'%20y1='0'%20x2='0.2'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23b4c4d0'/%3e%3cstop%20offset='35%25'%20stop-color='%23d4ccc0'/%3e%3cstop%20offset='70%25'%20stop-color='%23e6d8c4'/%3e%3cstop%20offset='100%25'%20stop-color='%23dcc8a8'/%3e%3c/linearGradient%3e%3clinearGradient%20id='hill-far'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23c8b898'/%3e%3cstop%20offset='100%25'%20stop-color='%23a89878'/%3e%3c/linearGradient%3e%3clinearGradient%20id='hill-mid'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23b0a080'/%3e%3cstop%20offset='100%25'%20stop-color='%23887058'/%3e%3c/linearGradient%3e%3clinearGradient%20id='forest'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%236a7858'/%3e%3cstop%20offset='100%25'%20stop-color='%233a4830'/%3e%3c/linearGradient%3e%3cfilter%20id='soft'%20x='-10%25'%20y='-10%25'%20width='120%25'%20height='120%25'%3e%3cfeGaussianBlur%20stdDeviation='1.2'/%3e%3c/filter%3e%3c/defs%3e%3crect%20width='960'%20height='640'%20fill='url(%23sky)'/%3e%3cellipse%20cx='720'%20cy='120'%20rx='180'%20ry='60'%20fill='%23f0e8d0'%20opacity='0.55'%20filter='url(%23soft)'/%3e%3cpath%20d='M0%20280%20Q240%20220%20480%20260%20T960%20240%20L960%20640%20L0%20640Z'%20fill='url(%23hill-far)'%20opacity='0.85'/%3e%3cpath%20d='M0%20360%20Q200%20300%20420%20340%20Q640%20380%20960%20320%20L960%20640%20L0%20640Z'%20fill='url(%23hill-mid)'%20opacity='0.9'/%3e%3cpath%20d='M0%20420%20Q160%20390%20320%20410%20Q520%20440%20960%20380%20L960%20640%20L0%20640Z'%20fill='url(%23forest)'%20opacity='0.75'/%3e%3c!--%20pine%20trees%20--%3e%3cg%20fill='%233d4a34'%20opacity='0.92'%3e%3cpath%20d='M80%20640%20L95%20520%20L110%20640Z'/%3e%3cpath%20d='M88%20560%20L95%20500%20L102%20560Z'/%3e%3cpath%20d='M140%20640%20L158%20480%20L176%20640Z'/%3e%3cpath%20d='M150%20520%20L158%20440%20L166%20520Z'/%3e%3cpath%20d='M220%20640%20L242%20460%20L264%20640Z'/%3e%3cpath%20d='M232%20500%20L242%20400%20L252%20500Z'/%3e%3cpath%20d='M310%20640%20L328%20500%20L346%20640Z'/%3e%3cpath%20d='M380%20640%20L400%20470%20L420%20640Z'/%3e%3cpath%20d='M392%20510%20L400%20430%20L408%20510Z'/%3e%3cpath%20d='M460%20640%20L478%20490%20L496%20640Z'/%3e%3cpath%20d='M540%20640%20L562%20450%20L584%20640Z'/%3e%3cpath%20d='M552%20490%20L562%20380%20L572%20490Z'/%3e%3cpath%20d='M620%20640%20L638%20510%20L656%20640Z'/%3e%3cpath%20d='M700%20640%20L722%20470%20L744%20640Z'/%3e%3cpath%20d='M712%20510%20L722%20420%20L732%20510Z'/%3e%3cpath%20d='M780%20640%20L798%20520%20L816%20640Z'/%3e%3cpath%20d='M860%20640%20L878%20490%20L896%20640Z'/%3e%3cpath%20d='M870%20520%20L878%20450%20L886%20520Z'/%3e%3cpath%20d='M920%20640%20L938%20540%20L956%20640Z'/%3e%3c/g%3e%3crect%20width='960'%20height='640'%20fill='%23c8a870'%20opacity='0.08'%20mix-blend-mode='multiply'/%3e%3c/svg%3e"),linear-gradient(180deg,#a8c0d0,#d0c0a0 42%,#5a7048);background-position:center 42%}.cursor-demo-bg-cloud:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20640'%20preserveAspectRatio='xMidYMid%20slice'%3e%3cdefs%3e%3clinearGradient%20id='sky3'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23bcc8d4'/%3e%3cstop%20offset='50%25'%20stop-color='%23d8d0c0'/%3e%3cstop%20offset='100%25'%20stop-color='%23e0d0b0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='mount'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23b8a888'/%3e%3cstop%20offset='100%25'%20stop-color='%23786850'/%3e%3c/linearGradient%3e%3clinearGradient%20id='valley'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23708858'/%3e%3cstop%20offset='100%25'%20stop-color='%23405030'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect%20width='960'%20height='640'%20fill='url(%23sky3)'/%3e%3cpath%20d='M0%20340%20L180%20220%20L360%20300%20L520%20180%20L720%20280%20L960%20200%20L960%20640%20L0%20640Z'%20fill='url(%23mount)'%20opacity='0.75'/%3e%3cpath%20d='M0%20440%20L960%20380%20L960%20640%20L0%20640Z'%20fill='url(%23valley)'%20opacity='0.9'/%3e%3cg%20fill='%23384830'%20opacity='0.9'%3e%3cpath%20d='M60%20640%20L72%20560%20L84%20640Z'/%3e%3cpath%20d='M160%20640%20L176%20520%20L192%20640Z'/%3e%3cpath%20d='M260%20640%20L278%20500%20L296%20640Z'/%3e%3cpath%20d='M360%20640%20L378%20530%20L396%20640Z'/%3e%3cpath%20d='M480%20640%20L498%20490%20L516%20640Z'/%3e%3cpath%20d='M600%20640%20L618%20520%20L636%20640Z'/%3e%3cpath%20d='M720%20640%20L738%20500%20L756%20640Z'/%3e%3cpath%20d='M840%20640%20L858%20540%20L876%20640Z'/%3e%3c/g%3e%3cellipse%20cx='480'%20cy='500'%20rx='300'%20ry='80'%20fill='%23e8dcc8'%20opacity='0.25'/%3e%3c/svg%3e"),linear-gradient(180deg,#98b0c0,#c89070 40%,#e0b878);background-position:center 38%}.cursor-demo-bg-terminal:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20640'%20preserveAspectRatio='xMidYMid%20slice'%3e%3cdefs%3e%3clinearGradient%20id='sky4'%20x1='0'%20y1='0'%20x2='0.1'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23c0ccd8'/%3e%3cstop%20offset='45%25'%20stop-color='%23dcd4c4'/%3e%3cstop%20offset='100%25'%20stop-color='%23e8d8b8'/%3e%3c/linearGradient%3e%3clinearGradient%20id='meadow'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%2398a870'/%3e%3cstop%20offset='60%25'%20stop-color='%23788858'/%3e%3cstop%20offset='100%25'%20stop-color='%23506040'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect%20width='960'%20height='640'%20fill='url(%23sky4)'/%3e%3cellipse%20cx='640'%20cy='90'%20rx='200'%20ry='55'%20fill='%23fff8e8'%20opacity='0.45'/%3e%3cpath%20d='M0%20320%20Q480%20260%20960%20300%20L960%20640%20L0%20640Z'%20fill='%23c8b088'%20opacity='0.7'/%3e%3cpath%20d='M0%20380%20Q240%20350%20480%20370%20Q720%20390%20960%20350%20L960%20640%20L0%20640Z'%20fill='url(%23meadow)'/%3e%3cg%20fill='%23405030'%20opacity='0.88'%3e%3cpath%20d='M100%20640%20L115%20540%20L130%20640Z'/%3e%3cpath%20d='M200%20640%20L218%20500%20L236%20640Z'/%3e%3cpath%20d='M320%20640%20L338%20520%20L356%20640Z'/%3e%3cpath%20d='M440%20640%20L458%20480%20L476%20640Z'/%3e%3cpath%20d='M560%20640%20L578%20510%20L596%20640Z'/%3e%3cpath%20d='M680%20640%20L698%20490%20L716%20640Z'/%3e%3cpath%20d='M800%20640%20L818%20530%20L836%20640Z'/%3e%3c/g%3e%3c/svg%3e"),linear-gradient(180deg,#88a8c0,#b0c898,#587848);background-position:center 36%}.cursor-demo-bg-tab:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20640'%20preserveAspectRatio='xMidYMid%20slice'%3e%3cdefs%3e%3clinearGradient%20id='sky'%20x1='0'%20y1='0'%20x2='0.2'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23b4c4d0'/%3e%3cstop%20offset='35%25'%20stop-color='%23d4ccc0'/%3e%3cstop%20offset='70%25'%20stop-color='%23e6d8c4'/%3e%3cstop%20offset='100%25'%20stop-color='%23dcc8a8'/%3e%3c/linearGradient%3e%3clinearGradient%20id='hill-far'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23c8b898'/%3e%3cstop%20offset='100%25'%20stop-color='%23a89878'/%3e%3c/linearGradient%3e%3clinearGradient%20id='hill-mid'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23b0a080'/%3e%3cstop%20offset='100%25'%20stop-color='%23887058'/%3e%3c/linearGradient%3e%3clinearGradient%20id='forest'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%236a7858'/%3e%3cstop%20offset='100%25'%20stop-color='%233a4830'/%3e%3c/linearGradient%3e%3cfilter%20id='soft'%20x='-10%25'%20y='-10%25'%20width='120%25'%20height='120%25'%3e%3cfeGaussianBlur%20stdDeviation='1.2'/%3e%3c/filter%3e%3c/defs%3e%3crect%20width='960'%20height='640'%20fill='url(%23sky)'/%3e%3cellipse%20cx='720'%20cy='120'%20rx='180'%20ry='60'%20fill='%23f0e8d0'%20opacity='0.55'%20filter='url(%23soft)'/%3e%3cpath%20d='M0%20280%20Q240%20220%20480%20260%20T960%20240%20L960%20640%20L0%20640Z'%20fill='url(%23hill-far)'%20opacity='0.85'/%3e%3cpath%20d='M0%20360%20Q200%20300%20420%20340%20Q640%20380%20960%20320%20L960%20640%20L0%20640Z'%20fill='url(%23hill-mid)'%20opacity='0.9'/%3e%3cpath%20d='M0%20420%20Q160%20390%20320%20410%20Q520%20440%20960%20380%20L960%20640%20L0%20640Z'%20fill='url(%23forest)'%20opacity='0.75'/%3e%3c!--%20pine%20trees%20--%3e%3cg%20fill='%233d4a34'%20opacity='0.92'%3e%3cpath%20d='M80%20640%20L95%20520%20L110%20640Z'/%3e%3cpath%20d='M88%20560%20L95%20500%20L102%20560Z'/%3e%3cpath%20d='M140%20640%20L158%20480%20L176%20640Z'/%3e%3cpath%20d='M150%20520%20L158%20440%20L166%20520Z'/%3e%3cpath%20d='M220%20640%20L242%20460%20L264%20640Z'/%3e%3cpath%20d='M232%20500%20L242%20400%20L252%20500Z'/%3e%3cpath%20d='M310%20640%20L328%20500%20L346%20640Z'/%3e%3cpath%20d='M380%20640%20L400%20470%20L420%20640Z'/%3e%3cpath%20d='M392%20510%20L400%20430%20L408%20510Z'/%3e%3cpath%20d='M460%20640%20L478%20490%20L496%20640Z'/%3e%3cpath%20d='M540%20640%20L562%20450%20L584%20640Z'/%3e%3cpath%20d='M552%20490%20L562%20380%20L572%20490Z'/%3e%3cpath%20d='M620%20640%20L638%20510%20L656%20640Z'/%3e%3cpath%20d='M700%20640%20L722%20470%20L744%20640Z'/%3e%3cpath%20d='M712%20510%20L722%20420%20L732%20510Z'/%3e%3cpath%20d='M780%20640%20L798%20520%20L816%20640Z'/%3e%3cpath%20d='M860%20640%20L878%20490%20L896%20640Z'/%3e%3cpath%20d='M870%20520%20L878%20450%20L886%20520Z'/%3e%3cpath%20d='M920%20640%20L938%20540%20L956%20640Z'/%3e%3c/g%3e%3crect%20width='960'%20height='640'%20fill='%23c8a870'%20opacity='0.08'%20mix-blend-mode='multiply'/%3e%3c/svg%3e"),linear-gradient(180deg,#b0c0d0,#e0d0b8 38%,#688858);background-position:center 30%}.cursor-demo-bg-models:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20640'%20preserveAspectRatio='xMidYMid%20slice'%3e%3cdefs%3e%3clinearGradient%20id='sky2'%20x1='0'%20y1='0'%20x2='0.3'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23a8bcc8'/%3e%3cstop%20offset='40%25'%20stop-color='%23d0c8b8'/%3e%3cstop%20offset='100%25'%20stop-color='%23e8dcc0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='g1'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23d0b890'/%3e%3cstop%20offset='100%25'%20stop-color='%23a89068'/%3e%3c/linearGradient%3e%3clinearGradient%20id='g2'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%238a9868'/%3e%3cstop%20offset='100%25'%20stop-color='%23586840'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect%20width='960'%20height='640'%20fill='url(%23sky2)'/%3e%3cellipse%20cx='200'%20cy='100'%20rx='220'%20ry='70'%20fill='%23f4ecd8'%20opacity='0.5'/%3e%3cpath%20d='M0%20300%20Q320%20240%20640%20290%20Q800%20320%20960%20270%20L960%20640%20L0%20640Z'%20fill='url(%23g1)'/%3e%3cpath%20d='M0%20400%20Q280%20350%20560%20390%20Q760%20420%20960%20360%20L960%20640%20L0%20640Z'%20fill='url(%23g2)'%20opacity='0.88'/%3e%3cg%20fill='%23485838'%20opacity='0.85'%3e%3cellipse%20cx='120'%20cy='400'%20rx='40'%20ry='55'/%3e%3cellipse%20cx='280'%20cy='420'%20rx='50'%20ry='65'/%3e%3cellipse%20cx='450'%20cy='410'%20rx='45'%20ry='58'/%3e%3cellipse%20cx='620'%20cy='430'%20rx='55'%20ry='70'/%3e%3cellipse%20cx='800'%20cy='415'%20rx='48'%20ry='62'/%3e%3cellipse%20cx='900'%20cy='440'%20rx='35'%20ry='48'/%3e%3c/g%3e%3crect%20width='960'%20height='640'%20fill='%23d4b878'%20opacity='0.1'%20mix-blend-mode='soft-light'/%3e%3c/svg%3e"),linear-gradient(180deg,#a8b8c8,#d0c0a8 45%,#688058);background-position:center 45%}.cursor-demo-bg-codebase:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20640'%20preserveAspectRatio='xMidYMid%20slice'%3e%3cdefs%3e%3clinearGradient%20id='sky3'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23bcc8d4'/%3e%3cstop%20offset='50%25'%20stop-color='%23d8d0c0'/%3e%3cstop%20offset='100%25'%20stop-color='%23e0d0b0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='mount'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23b8a888'/%3e%3cstop%20offset='100%25'%20stop-color='%23786850'/%3e%3c/linearGradient%3e%3clinearGradient%20id='valley'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23708858'/%3e%3cstop%20offset='100%25'%20stop-color='%23405030'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect%20width='960'%20height='640'%20fill='url(%23sky3)'/%3e%3cpath%20d='M0%20340%20L180%20220%20L360%20300%20L520%20180%20L720%20280%20L960%20200%20L960%20640%20L0%20640Z'%20fill='url(%23mount)'%20opacity='0.75'/%3e%3cpath%20d='M0%20440%20L960%20380%20L960%20640%20L0%20640Z'%20fill='url(%23valley)'%20opacity='0.9'/%3e%3cg%20fill='%23384830'%20opacity='0.9'%3e%3cpath%20d='M60%20640%20L72%20560%20L84%20640Z'/%3e%3cpath%20d='M160%20640%20L176%20520%20L192%20640Z'/%3e%3cpath%20d='M260%20640%20L278%20500%20L296%20640Z'/%3e%3cpath%20d='M360%20640%20L378%20530%20L396%20640Z'/%3e%3cpath%20d='M480%20640%20L498%20490%20L516%20640Z'/%3e%3cpath%20d='M600%20640%20L618%20520%20L636%20640Z'/%3e%3cpath%20d='M720%20640%20L738%20500%20L756%20640Z'/%3e%3cpath%20d='M840%20640%20L858%20540%20L876%20640Z'/%3e%3c/g%3e%3cellipse%20cx='480'%20cy='500'%20rx='300'%20ry='80'%20fill='%23e8dcc8'%20opacity='0.25'/%3e%3c/svg%3e"),linear-gradient(180deg,#98a8b8,#c8a888 42%,#607050);background-position:center 32%}.cursor-demo-bg-hero:after,.cursor-demo-bg-agent:after,.cursor-demo-bg-cloud:after,.cursor-demo-bg-terminal:after,.cursor-demo-bg-tab:after,.cursor-demo-bg-models:after,.cursor-demo-bg-codebase:after{background:var(--cursor-landscape-fade),radial-gradient(ellipse 90% 60% at 50% 100%,rgba(200,168,112,.12),transparent 55%);opacity:1}@keyframes demo-bg-drift{0%,to{transform:scale(1.02) translateY(0)}50%{transform:scale(1.06) translateY(-4px)}}@media(prefers-reduced-motion:reduce){.cursor-demo-scene:before{animation:none}}.cursor-demo{background:transparent;border:none;padding:0;border-radius:0}.cursor-demo-hero .cursor-demo-window,.cursor-demo-scene .cursor-demo-window{box-shadow:0 28px 56px #26251e24,0 8px 24px #26251e14,0 0 0 1px #fff6}.cursor-demo-bg-tab .cursor-demo-window{background:#fff;border:1px solid rgba(38,37,30,.1)}.cursor-demo-bg-tab .cursor-demo-toolbar{background:#f3f2ef;border-bottom:1px solid rgba(38,37,30,.08);color:#555}.cursor-demo-bg-tab .cursor-demo-brand{color:#333}.cursor-demo-bg-tab .cursor-demo-pill{background:#26251e0f;color:#555}.cursor-demo-bg-tab .cursor-demo-tabs{background:#eceae6}.cursor-demo-bg-tab .cursor-demo-tabs span{color:#777}.cursor-demo-bg-tab .cursor-demo-tabs .active{background:#fff;color:#26251e}.cursor-demo-bg-tab .cursor-demo-code{background:#fff;color:#333}.cursor-demo-bg-tab .demo-caret{background:#888}.cursor-demo-bg-tab .cursor-demo-ghost{color:#aaa;background:#26251e0a}.cursor-demo-bg-tab .cursor-demo-tab-hint{background:#f8f7f4;border-top:1px solid rgba(38,37,30,.08);color:#666}.cursor-demo-bg-tab .cursor-demo-tab-key{background:#26251e14;color:#444}.cursor-demo-toolbar-left{display:flex;align-items:center;gap:10px}.demo-mac-dots{display:flex;gap:5px}.demo-mac-dot{width:12px;height:12px;border-radius:50%}.demo-mac-dot.red{background:#ff5f57}.demo-mac-dot.yellow{background:#febc2e}.demo-mac-dot.green{background:#28c840}.demo-reveal{opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease;max-height:0;overflow:hidden}.demo-reveal-visible{opacity:1;transform:translateY(0);max-height:960px;overflow:visible}.demo-inline-reveal.demo-reveal{display:inline-block;max-height:none}.demo-inline-reveal.demo-reveal-visible{display:inline-block}.demo-stagger-1.demo-reveal-visible{transition-delay:.08s}.demo-stagger-2.demo-reveal-visible{transition-delay:.16s}.demo-stagger-3.demo-reveal-visible{transition-delay:.24s}.demo-slide-up.demo-reveal{transform:translateY(16px)}.demo-caret{display:inline-block;width:2px;height:1em;background:#aeafad;margin-inline-start:1px;vertical-align:text-bottom;animation:cursor-blink .9s step-end infinite}.demo-code-placeholder{display:inline-block;width:60%;height:.85em;background:#ffffff0f;border-radius:2px;animation:demo-shimmer 1.2s ease-in-out infinite}@keyframes demo-shimmer{0%,to{opacity:.3}50%{opacity:.7}}.demo-code-updated{animation:demo-code-flash .6s ease}@keyframes demo-code-flash{0%{background:#4ade8026}to{background:transparent}}.demo-pulse{display:flex;align-items:center;gap:8px}.demo-loading-dots{display:inline-flex;gap:3px}.demo-loading-dots span{width:4px;height:4px;border-radius:50%;background:#888;animation:demo-dot-bounce 1s ease-in-out infinite}.demo-loading-dots span:nth-child(2){animation-delay:.15s}.demo-loading-dots span:nth-child(3){animation-delay:.3s}@keyframes demo-dot-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}.demo-model-pulse{animation:demo-model-glow .8s ease}@keyframes demo-model-glow{0%{box-shadow:0 0 #6366f180}to{box-shadow:0 0 0 8px #6366f100}}.demo-ghost-pulse{animation:demo-ghost-in .5s ease,demo-ghost-pulse 2s ease-in-out .5s infinite}@keyframes demo-ghost-in{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}@keyframes demo-ghost-pulse{0%,to{opacity:.45}50%{opacity:.85}}.cursor-demo-stack-scene{min-height:var(--demo-stack-min-h);padding:32px 24px 24px}.cursor-demo-stack-back{position:relative;z-index:1;transform:scale(.97) translateY(10px);opacity:.94}.cursor-demo-stack-front{position:relative;z-index:2;margin-top:-148px;margin-inline-start:10%;max-width:92%}.cursor-demo-window-float{box-shadow:0 28px 56px #0000002e}.cursor-demo-slack{padding:20px 22px;background:#1a1d21;min-height:240px}.cursor-demo-slack-channel{font-size:var(--demo-ui-size);font-weight:700;color:#e8e8e8;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}.cursor-demo-slack-msg{font-size:var(--demo-ui-sm);color:#ababad;margin-bottom:14px;line-height:1.5}.cursor-demo-slack-msg strong{display:block;color:#e8e8e8;font-weight:600;margin-bottom:2px}.cursor-demo-slack-bot strong{color:#93c5fd}.cursor-demo-slack-pr{display:inline-block;margin-top:6px;padding:4px 10px;background:#2ea44f;color:#fff;border-radius:4px;font-size:.625rem;font-weight:600}.cursor-demo-live{font-size:.625rem;color:#4ade80;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.cursor-demo-cloud-bar{display:flex;justify-content:space-between;align-items:center}.cursor-demo-tab-hint{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#252526;border-top:1px solid rgba(255,255,255,.06);font-size:var(--demo-ui-sm);color:#888;min-height:48px}.cursor-demo-tab-key{padding:4px 10px;background:#ffffff1a;border-radius:6px;color:#ccc;font-family:system-ui,sans-serif;font-size:var(--demo-ui-sm)}.cursor-demo-hero .cursor-demo-split{min-height:440px}.cursor-demo-hero .cursor-demo-main{min-height:400px}.cursor-demo-scene>.cursor-demo-window{width:100%;height:auto;min-height:calc(var(--demo-scene-min-h) - var(--demo-scene-pad-y) * 2 - 16px);max-height:calc(var(--demo-scene-min-h) - var(--demo-scene-pad-y) * 2);display:flex;flex-direction:column;flex-shrink:0}.cursor-demo-hero.cursor-demo-scene>.cursor-demo-window{min-height:calc(var(--demo-hero-min-h) - var(--demo-scene-pad-y) * 2 - 16px);max-height:calc(var(--demo-hero-min-h) - var(--demo-scene-pad-y) * 2)}.cursor-demo-bg-hero>.cursor-demo-window,.cursor-demo-bg-agent>.cursor-demo-window,.cursor-demo-bg-cloud>.cursor-demo-window,.cursor-demo-bg-terminal>.cursor-demo-window,.cursor-demo-bg-tab>.cursor-demo-window,.cursor-demo-bg-models>.cursor-demo-window,.cursor-demo-bg-codebase>.cursor-demo-window{min-height:calc(var(--demo-scene-min-h) - var(--demo-scene-pad-y) * 2 - 16px);max-height:calc(var(--demo-scene-min-h) - var(--demo-scene-pad-y) * 2)}.demo-code-preview{display:block;opacity:.42;white-space:pre-wrap}.cursor-demo-hero .cursor-demo-code{min-height:240px;font-size:.875rem}.cursor-demo-hero-interactive .cursor-glass-app{width:100%;min-height:calc(var(--demo-hero-min-h) - var(--demo-scene-pad-y) * 2 - 16px);background:#ffffffbd;backdrop-filter:blur(22px) saturate(1.15);-webkit-backdrop-filter:blur(22px) saturate(1.15);border:1px solid rgba(255,255,255,.65);border-radius:14px;box-shadow:0 32px 64px #26251e24,0 0 0 1px #ffffff59;overflow:hidden;display:flex;flex-direction:column}.cursor-glass-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#ffffff8c;border-bottom:1px solid rgba(38,37,30,.08);flex-shrink:0}.cursor-glass-toolbar-left,.cursor-glass-toolbar-right{display:flex;align-items:center;gap:10px}.cursor-glass-title{font-size:.875rem;font-weight:600;color:var(--cursor-text)}.cursor-glass-pill-btn{padding:6px 14px;border-radius:999px;border:1px solid rgba(38,37,30,.12);background:#ffffffd9;font-size:.75rem;font-weight:600;color:var(--cursor-text);cursor:pointer;transition:background .15s,transform .15s}.cursor-glass-pill-btn:hover{background:#fff;transform:translateY(-1px)}.cursor-glass-pill-accent{background:#fffffff2}.cursor-glass-icon-btn{width:32px;height:32px;border-radius:8px;border:1px solid rgba(38,37,30,.1);background:#ffffffb3;color:var(--cursor-text-muted);cursor:pointer;font-size:1rem;line-height:1;transition:background .15s}.cursor-glass-icon-btn:hover{background:#fff}.cursor-glass-body{display:grid;grid-template-columns:220px minmax(240px,1fr) minmax(280px,1.15fr);flex:1;min-height:0}.cursor-glass-sidebar{padding:14px 10px;background:#ffffff59;border-inline-end:1px solid rgba(38,37,30,.08);overflow-y:auto}.cursor-glass-sidebar-section+.cursor-glass-sidebar-section{margin-top:16px}.cursor-glass-sidebar-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--cursor-text-muted);padding:0 8px 8px}.cursor-glass-task{display:flex;align-items:flex-start;gap:8px;width:100%;text-align:start;padding:8px 10px;border:none;border-radius:8px;background:transparent;font-size:.8125rem;line-height:1.4;color:var(--cursor-text);cursor:pointer;transition:background .15s}.cursor-glass-task:hover{background:#ffffff8c}.cursor-glass-task.active{background:#ffffffb8;box-shadow:0 1px 3px #26251e0f}.cursor-glass-task.done{color:var(--cursor-text-muted)}.cursor-glass-task-icon{width:14px;height:14px;margin-top:2px;flex-shrink:0;border-radius:50%;border:2px solid rgba(38,37,30,.25);border-top-color:#26251e8c}.cursor-glass-task-icon.spin{animation:demo-task-spin .9s linear infinite}.cursor-glass-task-icon.check{border:none;background:#22c55e;position:relative}.cursor-glass-task-icon.check:after{content:"";position:absolute;top:3px;right:4px;bottom:4px;left:3px;border:2px solid #fff;border-top:none;border-inline-end:none;transform:rotate(-45deg)}@keyframes demo-task-spin{to{transform:rotate(360deg)}}.cursor-glass-agent{display:flex;flex-direction:column;min-height:0;border-inline-end:1px solid rgba(38,37,30,.08);background:#ffffff47}.cursor-glass-agent-scroll{flex:1;overflow-y:auto;padding:18px 16px 12px;display:flex;flex-direction:column;gap:12px}.cursor-glass-msg{margin:0;font-size:.875rem;line-height:1.55;color:var(--cursor-text)}.cursor-glass-msg.status{font-size:.8125rem;color:var(--cursor-text-muted)}.cursor-glass-msg.agent{color:var(--cursor-text)}.cursor-glass-msg.done-block p{margin:0 0 10px;font-size:.875rem;line-height:1.55}.cursor-glass-file-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:8px;border:1px solid rgba(38,37,30,.1);background:#ffffffbf;font-size:.8125rem;font-family:Cascadia Code,Fira Code,Consolas,monospace;cursor:pointer;transition:background .15s,transform .15s}.cursor-glass-file-chip:hover{background:#fff;transform:translateY(-1px)}.cursor-glass-file-chip .add{color:#16a34a;font-weight:600}.cursor-glass-file-chip .del{color:#dc2626;font-weight:600}.cursor-glass-composer{padding:10px 12px 12px;border-top:1px solid rgba(38,37,30,.08);background:#ffffff73}.cursor-glass-input{width:100%;resize:none;border:1px solid rgba(38,37,30,.12);border-radius:10px;padding:10px 12px;font:inherit;font-size:.875rem;line-height:1.45;background:#ffffffd9;color:var(--cursor-text);outline:none;transition:border-color .15s,box-shadow .15s}.cursor-glass-input:focus{border-color:#26251e38;box-shadow:0 0 0 3px #26251e0f}.cursor-glass-composer-bar{display:flex;align-items:center;gap:8px;margin-top:8px}.cursor-glass-chip{padding:5px 10px;border-radius:999px;border:1px solid rgba(38,37,30,.1);background:#fffc;font-size:.75rem;color:var(--cursor-text-muted);cursor:pointer;transition:background .15s}.cursor-glass-chip:hover{background:#fff;color:var(--cursor-text)}.cursor-glass-model-wrap{position:relative}.cursor-glass-model-menu{position:absolute;bottom:calc(100% + 6px);inset-inline-start:0;min-width:140px;background:#fff;border:1px solid rgba(38,37,30,.12);border-radius:10px;box-shadow:0 8px 24px #26251e1f;padding:4px;z-index:10}.cursor-glass-model-menu button{display:block;width:100%;text-align:start;padding:8px 10px;border:none;border-radius:6px;background:transparent;font-size:.8125rem;cursor:pointer}.cursor-glass-model-menu button:hover,.cursor-glass-model-menu button.active{background:#26251e0f}.cursor-glass-send{margin-inline-start:auto;width:32px;height:32px;border-radius:8px;border:none;background:var(--cursor-text);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .15s,transform .15s}.cursor-glass-send:hover:not(:disabled){transform:translateY(-1px);opacity:.9}.cursor-glass-send:disabled{opacity:.35;cursor:not-allowed}.cursor-glass-editor{display:flex;flex-direction:column;min-height:0;background:#ffffff9e}.cursor-glass-tabs{display:flex;gap:2px;padding:8px 8px 0;background:#fff6;border-bottom:1px solid rgba(38,37,30,.06);flex-shrink:0}.cursor-glass-tabs button{padding:8px 14px;border:none;border-radius:8px 8px 0 0;background:transparent;font-size:.8125rem;font-family:Cascadia Code,Fira Code,Consolas,monospace;color:var(--cursor-text-muted);cursor:pointer;transition:background .15s,color .15s}.cursor-glass-tabs button:hover{color:var(--cursor-text)}.cursor-glass-tabs button.active{background:#fffffff2;color:var(--cursor-text);box-shadow:0 -1px #26251e0f}.cursor-glass-code{flex:1;overflow:auto;margin:0;padding:12px 0;font-family:Cascadia Code,Fira Code,JetBrains Mono,Consolas,monospace;font-size:.8125rem;line-height:1.65;background:#ffffffeb}.cursor-glass-code-line{display:flex;gap:12px;padding:0 16px 0 12px}.cursor-glass-code-line code{color:#333}.cursor-glass-ln{width:24px;flex-shrink:0;text-align:end;color:#aaa;-webkit-user-select:none;user-select:none}.cursor-glass-code .tok-kw{color:#0550ae}.cursor-glass-code .tok-str{color:#0a6e0a}.cursor-glass-code .tok-type{color:#953800}.cursor-glass-code .tok-name{color:#333}@media(max-width:1024px){.cursor-glass-body{grid-template-columns:200px 1fr;grid-template-rows:1fr auto}.cursor-glass-editor{grid-column:1 / -1;min-height:220px}}@media(max-width:720px){.cursor-glass-body{grid-template-columns:1fr}.cursor-glass-sidebar,.cursor-glass-agent,.cursor-glass-editor{border-inline-end:none;border-bottom:1px solid rgba(38,37,30,.08)}.cursor-glass-agent{min-height:260px}}.demo-tab-ghost-wrap{overflow:visible;max-height:none}.cursor-demo-agent-task.done{color:#86efac;border-inline-start:2px solid #22c55e}.cursor-feature-visual{min-height:var(--demo-feature-min-h);display:flex;align-items:stretch;width:100%}.cursor-feature-visual .cursor-demo-scene{flex:1;min-height:var(--demo-feature-min-h)}.cursor-hero-demo .cursor-demo-scene{min-height:var(--demo-hero-min-h)}.cursor-frontier-demo .cursor-demo-scene{min-height:320px}@media(prefers-reduced-motion:reduce){.demo-reveal{opacity:1;transform:none;max-height:none;overflow:visible;transition:none}.demo-code-updated,.demo-ghost-pulse,.demo-model-pulse,.demo-loading-dots span,.demo-code-placeholder{animation:none}}.cursor-demo{background:var(--cursor-bg-soft);border-radius:var(--demo-radius);padding:20px;border:1px solid var(--cursor-border);width:100%}.cursor-demo-window{background:var(--cursor-demo-bg);border-radius:var(--demo-window-radius);overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 32px 64px #00000029;width:100%}.cursor-demo-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#252526;border-bottom:1px solid rgba(255,255,255,.06);font-size:var(--demo-ui-size);color:#ccc;min-height:48px}.cursor-demo-brand{font-weight:600;color:#fff;font-size:.875rem}.cursor-demo-pill{padding:5px 12px;border-radius:999px;background:#ffffff14;font-size:var(--demo-ui-sm)}.cursor-demo-split{display:grid;grid-template-columns:var(--demo-sidebar-w) 1fr;min-height:400px}.cursor-demo-sidebar{padding:16px 14px;background:#181818;border-inline-end:1px solid rgba(255,255,255,.06)}.cursor-demo-sidebar-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#888;margin:10px 0 8px}.cursor-demo-task{font-size:var(--demo-ui-sm);padding:8px 10px;border-radius:8px;color:#aaa;margin-bottom:6px;line-height:1.4}.cursor-demo-task.active{background:#4f46e540;color:#c7d2fe}.cursor-demo-task.done{color:#666}.cursor-demo-main{display:flex;flex-direction:column;min-height:360px}.cursor-demo-tabs{display:flex;gap:2px;padding:10px 10px 0;background:#2d2d2d;min-height:40px}.cursor-demo-tabs span{font-size:var(--demo-ui-sm);padding:8px 16px;color:#888;border-radius:8px 8px 0 0}.cursor-demo-tabs .active{background:var(--cursor-demo-bg);color:#fff}.cursor-demo-code{flex:1;min-height:200px;padding:20px 22px;margin:0;font-family:Cascadia Code,Fira Code,JetBrains Mono,Consolas,monospace;font-size:var(--demo-code-size);line-height:1.75;color:#d4d4d4;overflow:hidden}.cursor-demo-code-tab{min-height:240px}.cursor-demo-chat{padding:16px 20px;border-top:1px solid rgba(255,255,255,.06);background:#252526;min-height:72px}.cursor-demo-chat-prompt{font-size:var(--demo-ui-sm);color:#a5b4fc;margin-bottom:8px;line-height:1.5}.cursor-demo-chat-reply{font-size:var(--demo-ui-sm);color:#ccc;line-height:1.5}.cursor-demo-agent-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:#252526;font-size:var(--demo-ui-size);color:#ccc;border-bottom:1px solid rgba(255,255,255,.06);min-height:48px}.cursor-demo-model{padding:4px 10px;border-radius:6px;background:#4f46e54d;color:#c7d2fe;font-size:var(--demo-ui-sm)}.cursor-demo-agent-body{padding:24px 22px;min-height:320px}.cursor-demo-agent-prompt{font-size:.9375rem;color:#e0e0e0;margin-bottom:16px;line-height:1.6}.cursor-demo-agent-status{font-size:var(--demo-ui-sm);color:#888;margin-bottom:14px}.cursor-demo-agent-reply{font-size:var(--demo-ui-size);color:#bbb;line-height:1.6;margin-bottom:18px;padding:14px 16px;background:#ffffff0a;border-radius:8px;border-inline-start:3px solid rgba(79,70,229,.5)}.cursor-demo-agent-tasks{display:flex;flex-direction:column;gap:8px}.cursor-demo-agent-task{font-size:var(--demo-ui-sm);color:#999;padding:10px 12px;background:#ffffff08;border-radius:6px}.cursor-demo-cloud-bar{padding:14px 20px;background:#252526;font-size:var(--demo-ui-size);color:#aaa;border-bottom:1px solid rgba(255,255,255,.06);min-height:48px}.cursor-demo-cloud-body{display:grid;grid-template-columns:180px 1fr;min-height:300px}.cursor-demo-cloud-col{padding:16px 14px;background:#181818;border-inline-end:1px solid rgba(255,255,255,.06)}.cursor-demo-cloud-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;color:#666;margin-bottom:10px}.cursor-demo-cloud-item{font-size:var(--demo-ui-sm);padding:8px 10px;color:#888;border-radius:6px;margin-bottom:6px}.cursor-demo-cloud-item.active{background:#4f46e533;color:#c7d2fe}.cursor-demo-cloud-chat{padding:22px 24px;font-size:var(--demo-ui-size);color:#ccc;line-height:1.6}.cursor-demo-cloud-chat p{margin-bottom:12px}.cursor-demo-cloud-done{color:#86efac;font-size:var(--demo-ui-sm)}.cursor-demo-terminal{padding:24px 26px;font-family:Cascadia Code,Fira Code,Consolas,monospace;font-size:var(--demo-code-size);min-height:280px}.cursor-demo-cli-line{color:#d4d4d4;margin-bottom:10px;line-height:1.65}.cursor-demo-cli-line .prompt{color:#4ade80;margin-inline-end:10px}.cursor-demo-cli-line.dim{color:#666}.cursor-demo-cli-line.accent{color:#93c5fd}.cursor-demo-cli-cursor{display:inline-block;width:9px;height:16px;background:#d4d4d4;animation:cursor-blink 1s step-end infinite}@keyframes cursor-blink{50%{opacity:0}}.cursor-demo-ghost{padding:0 22px 18px;font-family:Cascadia Code,Fira Code,Consolas,monospace;font-size:var(--demo-code-size);color:#666;font-style:italic}.cursor-demo-models{padding:28px 26px;min-height:200px}.cursor-demo-models-prompt{font-size:.9375rem;color:#ccc;margin-bottom:18px;line-height:1.5}.cursor-demo-models-list{display:flex;flex-wrap:wrap;gap:8px}.cursor-demo-models-list span{font-size:var(--demo-ui-sm);padding:8px 14px;border-radius:999px;background:#ffffff0f;color:#888}.cursor-demo-models-list .active{background:#4f46e559;color:#e0e7ff}.cursor-demo-codebase{padding:28px 26px;min-height:200px}.cursor-demo-codebase-q{font-size:.9375rem;color:#a5b4fc;margin-bottom:16px;line-height:1.5}.cursor-demo-codebase-a{font-size:var(--demo-ui-size);color:#aaa;line-height:1.7;padding:14px 16px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.06)}.cursor-demo-codebase-a code{display:block;margin-top:8px;color:#ce9178;font-family:Cascadia Code,Fira Code,Consolas,monospace;font-size:var(--demo-code-size)}.cursor-quotes{padding:80px 0;background:var(--cursor-bg-soft);border-top:1px solid var(--cursor-border)}.cursor-quotes h2{font-family:var(--cursor-serif);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:400;text-align:center;margin-bottom:48px;letter-spacing:-.02em}.cursor-quotes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cursor-quote{margin:0;padding:28px 24px;background:var(--cursor-bg);border:1px solid var(--cursor-border);border-radius:12px}.cursor-quote p{font-family:var(--cursor-serif);font-size:1rem;line-height:1.6;color:var(--cursor-text);margin-bottom:20px}.cursor-quote footer strong{display:block;font-size:.8125rem;font-weight:600;color:var(--cursor-text)}.cursor-quote footer span{font-size:.75rem;color:var(--cursor-text-muted)}.cursor-frontier{padding:80px 0;border-top:1px solid var(--cursor-border)}.cursor-frontier h2{font-family:var(--cursor-serif);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:400;text-align:center;margin-bottom:48px;letter-spacing:-.02em}.cursor-frontier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cursor-frontier-card{padding:28px 24px;background:var(--cursor-bg-soft);border:1px solid var(--cursor-border);border-radius:12px;display:flex;flex-direction:column}.cursor-frontier-card h3{font-family:var(--cursor-serif);font-size:1.25rem;font-weight:400;margin-bottom:10px;letter-spacing:-.01em}.cursor-frontier-card p{font-size:.9rem;line-height:1.65;color:var(--cursor-text-muted);flex:1}.cursor-frontier-demo{margin-top:20px}.cursor-enterprise-badge{position:relative;overflow:hidden;padding:48px 24px;min-height:320px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(38,37,30,.08);border-radius:var(--demo-radius);box-shadow:inset 0 1px #ffffff8c,0 24px 48px #26251e0f}.cursor-enterprise-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#e8dcc8;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20640'%20preserveAspectRatio='xMidYMid%20slice'%3e%3cdefs%3e%3clinearGradient%20id='sky'%20x1='0'%20y1='0'%20x2='0.2'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23b4c4d0'/%3e%3cstop%20offset='35%25'%20stop-color='%23d4ccc0'/%3e%3cstop%20offset='70%25'%20stop-color='%23e6d8c4'/%3e%3cstop%20offset='100%25'%20stop-color='%23dcc8a8'/%3e%3c/linearGradient%3e%3clinearGradient%20id='hill-far'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23c8b898'/%3e%3cstop%20offset='100%25'%20stop-color='%23a89878'/%3e%3c/linearGradient%3e%3clinearGradient%20id='hill-mid'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23b0a080'/%3e%3cstop%20offset='100%25'%20stop-color='%23887058'/%3e%3c/linearGradient%3e%3clinearGradient%20id='forest'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%236a7858'/%3e%3cstop%20offset='100%25'%20stop-color='%233a4830'/%3e%3c/linearGradient%3e%3cfilter%20id='soft'%20x='-10%25'%20y='-10%25'%20width='120%25'%20height='120%25'%3e%3cfeGaussianBlur%20stdDeviation='1.2'/%3e%3c/filter%3e%3c/defs%3e%3crect%20width='960'%20height='640'%20fill='url(%23sky)'/%3e%3cellipse%20cx='720'%20cy='120'%20rx='180'%20ry='60'%20fill='%23f0e8d0'%20opacity='0.55'%20filter='url(%23soft)'/%3e%3cpath%20d='M0%20280%20Q240%20220%20480%20260%20T960%20240%20L960%20640%20L0%20640Z'%20fill='url(%23hill-far)'%20opacity='0.85'/%3e%3cpath%20d='M0%20360%20Q200%20300%20420%20340%20Q640%20380%20960%20320%20L960%20640%20L0%20640Z'%20fill='url(%23hill-mid)'%20opacity='0.9'/%3e%3cpath%20d='M0%20420%20Q160%20390%20320%20410%20Q520%20440%20960%20380%20L960%20640%20L0%20640Z'%20fill='url(%23forest)'%20opacity='0.75'/%3e%3c!--%20pine%20trees%20--%3e%3cg%20fill='%233d4a34'%20opacity='0.92'%3e%3cpath%20d='M80%20640%20L95%20520%20L110%20640Z'/%3e%3cpath%20d='M88%20560%20L95%20500%20L102%20560Z'/%3e%3cpath%20d='M140%20640%20L158%20480%20L176%20640Z'/%3e%3cpath%20d='M150%20520%20L158%20440%20L166%20520Z'/%3e%3cpath%20d='M220%20640%20L242%20460%20L264%20640Z'/%3e%3cpath%20d='M232%20500%20L242%20400%20L252%20500Z'/%3e%3cpath%20d='M310%20640%20L328%20500%20L346%20640Z'/%3e%3cpath%20d='M380%20640%20L400%20470%20L420%20640Z'/%3e%3cpath%20d='M392%20510%20L400%20430%20L408%20510Z'/%3e%3cpath%20d='M460%20640%20L478%20490%20L496%20640Z'/%3e%3cpath%20d='M540%20640%20L562%20450%20L584%20640Z'/%3e%3cpath%20d='M552%20490%20L562%20380%20L572%20490Z'/%3e%3cpath%20d='M620%20640%20L638%20510%20L656%20640Z'/%3e%3cpath%20d='M700%20640%20L722%20470%20L744%20640Z'/%3e%3cpath%20d='M712%20510%20L722%20420%20L732%20510Z'/%3e%3cpath%20d='M780%20640%20L798%20520%20L816%20640Z'/%3e%3cpath%20d='M860%20640%20L878%20490%20L896%20640Z'/%3e%3cpath%20d='M870%20520%20L878%20450%20L886%20520Z'/%3e%3cpath%20d='M920%20640%20L938%20540%20L956%20640Z'/%3e%3c/g%3e%3crect%20width='960'%20height='640'%20fill='%23c8a870'%20opacity='0.08'%20mix-blend-mode='multiply'/%3e%3c/svg%3e"),linear-gradient(180deg,#a8c0d0,#d0c0a0 42%,#5a7048);background-size:cover;background-position:center 35%;filter:saturate(.88) sepia(.12) brightness(1.02);pointer-events:none}.cursor-enterprise-badge:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--cursor-landscape-fade),radial-gradient(ellipse 90% 60% at 50% 100%,rgba(200,168,112,.12),transparent 55%);pointer-events:none}.cursor-enterprise-badge span{position:relative;z-index:1;font-size:.875rem;font-weight:600;color:var(--cursor-text);padding:12px 24px;background:#ffffffd9;border:1px solid rgba(38,37,30,.1);border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cursor-changelog{padding:80px 0;background:var(--cursor-bg-soft);border-top:1px solid var(--cursor-border)}.cursor-changelog h2{font-family:var(--cursor-serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin-bottom:32px}.cursor-changelog-list{list-style:none;margin-bottom:24px}.cursor-changelog-list li{border-bottom:1px solid var(--cursor-border)}.cursor-changelog-list a{display:grid;grid-template-columns:48px 100px 1fr;gap:16px;padding:16px 0;text-decoration:none;color:inherit;align-items:baseline;transition:opacity .15s}.cursor-changelog-list a:hover{opacity:.65}.cursor-changelog-ver{font-weight:700;font-size:.9rem;color:var(--cursor-text)}.cursor-changelog-date{font-size:.8125rem;color:var(--cursor-text-muted)}.cursor-changelog-title{font-size:.9rem;color:var(--cursor-text)}.cursor-final-cta{padding:96px 0;background:var(--cursor-bg-dark);color:#f7f7f4;text-align:center}.cursor-final-cta h2{font-family:var(--cursor-serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;margin-bottom:32px;letter-spacing:-.02em}.cursor-footer{background:var(--cursor-bg-dark);color:#94a3b8;padding:64px 0 32px;border-top:1px solid rgba(255,255,255,.08)}.cursor-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:48px}.cursor-footer-col h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#e2e8f0;margin-bottom:16px}.cursor-footer-col ul{list-style:none}.cursor-footer-col li{margin-bottom:10px}.cursor-footer-col a{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .15s}.cursor-footer-col a:hover{color:#fff}.cursor-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);font-size:.8125rem}@media(max-width:960px){.cursor-header-inner{flex-wrap:wrap}.cursor-nav{display:none}.cursor-feature-grid{grid-template-columns:1fr;gap:32px}.cursor-feature-reverse .cursor-feature-copy,.cursor-feature-reverse .cursor-feature-visual{order:unset}.cursor-feature-copy p{max-width:none}.cursor-quotes-grid,.cursor-frontier-grid{grid-template-columns:1fr}.cursor-footer-grid{grid-template-columns:repeat(2,1fr)}.cursor-demo-split{grid-template-columns:1fr}.cursor-demo-stack-front{margin-top:-100px;margin-inline-start:0;max-width:100%}.cursor-demo-stack-back{transform:none}.cursor-feature-visual,.cursor-feature-visual .cursor-demo-scene{min-height:380px}.cursor-hero-demo .cursor-demo-scene{min-height:420px}}@media(max-width:600px){.cursor-hero{padding-top:40px}.cursor-header-actions .cursor-header-link{display:none}.cursor-hero-actions{flex-direction:column;align-items:stretch}.cursor-hero-actions .cursor-btn{width:100%}.cursor-changelog-list a{grid-template-columns:1fr;gap:4px}.cursor-footer-grid{grid-template-columns:1fr}.cursor-footer-bottom{flex-direction:column;gap:16px}.cursor-feature{padding:56px 0}.cursor-demo-sidebar{display:none}.cursor-demo-cloud-body{grid-template-columns:1fr}.cursor-demo-cloud-col{display:none}.cursor-demo-stack-front{margin-top:-56px}.cursor-hero-demo .cursor-demo-scene{min-height:360px}.cursor-demo-hero .cursor-demo-split{min-height:320px}}.download-page-wrap{max-width:720px;padding-bottom:64px}.download-panel{margin:0}.download-card{background:#fff;border:1px solid var(--cursor-border);border-radius:20px;padding:32px;box-shadow:0 4px 24px #26251e0f}.download-card--empty,.download-card--loading{text-align:center;padding:48px 32px}.download-card-top{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px}.download-panel--compact .download-card-top{margin-bottom:16px}.download-version-badge{display:inline-block;background:var(--cursor-bg-soft);color:var(--cursor-text);font-size:.75rem;font-weight:600;padding:5px 12px;border-radius:999px;border:1px solid var(--cursor-border);letter-spacing:.02em}.download-hero-text h2{margin:0;font-size:1.35rem;font-weight:600;color:var(--cursor-text)}.download-hero-text p{margin:6px 0 0;color:var(--cursor-text-muted);font-size:.9rem;line-height:1.5}.download-platform-label{margin:0 0 12px;font-size:.8125rem;font-weight:600;color:var(--cursor-text-muted);text-transform:uppercase;letter-spacing:.04em}.download-platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px}.download-platform-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:16px;border:1.5px solid var(--cursor-border);border-radius:14px;background:var(--cursor-bg);cursor:pointer;text-align:start;transition:border-color .15s,background .15s,box-shadow .15s;font:inherit;color:inherit}.download-platform-card:hover:not(:disabled){border-color:#26251e40;background:#fff}.download-platform-card.active{border-color:var(--cursor-text);background:#fff;box-shadow:0 0 0 3px #26251e14}.download-platform-card.unavailable{opacity:.72;cursor:not-allowed;background:var(--cursor-bg-soft)}.download-platform-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--cursor-text)}.download-platform-svg{width:22px;height:22px}.download-platform-name{font-weight:600;font-size:.9375rem}.download-platform-meta{font-size:.75rem;color:var(--cursor-text-muted);line-height:1.4}.download-status{font-weight:500}.download-status--available{color:#2d6a4f}.download-status--soon{color:var(--cursor-text-muted)}.download-cta-block{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:28px}.download-cta-btn{width:100%;max-width:360px;padding:14px 28px!important;font-size:.9375rem!important}.download-unavailable-msg{margin:0;text-align:center;color:var(--cursor-text-muted);font-size:.9rem}.download-more-platforms{margin:0;text-align:center;font-size:.8125rem;color:var(--cursor-text-muted)}.download-steps{list-style:none;margin:0 0 24px;padding:20px;background:var(--cursor-bg-soft);border-radius:14px;display:flex;flex-direction:column;gap:14px}.download-steps li{display:flex;align-items:flex-start;gap:12px;font-size:.875rem;color:var(--cursor-text);line-height:1.45}.download-step-num{flex-shrink:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:var(--cursor-text);color:#f7f7f4;border-radius:50%;font-size:.75rem;font-weight:600}.download-notes{margin-bottom:20px;padding-top:20px;border-top:1px solid var(--cursor-border)}.download-notes h3{margin:0 0 10px;font-size:.9375rem;font-weight:600}.download-notes-body{white-space:pre-wrap;font-family:inherit;font-size:.875rem;color:var(--cursor-text-muted);margin:0;background:transparent;border:none;padding:0;line-height:1.6}.download-footer-links{text-align:center;padding-top:4px}.download-direct-link{color:var(--cursor-text-muted);text-decoration:none;font-size:.8125rem;font-weight:500;border-bottom:1px solid transparent;transition:color .15s,border-color .15s}.download-direct-link:hover{color:var(--cursor-text);border-bottom-color:var(--cursor-border)}.download-signin-footer{text-align:center;margin-top:28px;font-size:.9rem;color:var(--cursor-text-muted)}.download-signin-link{color:var(--cursor-accent);text-decoration:none;font-weight:500}.download-signin-link:hover{text-decoration:underline}.download-skeleton{background:linear-gradient(90deg,var(--cursor-bg-soft) 25%,#eceae4 50%,var(--cursor-bg-soft) 75%);background-size:200% 100%;animation:download-shimmer 1.4s ease infinite;border-radius:10px}.download-skeleton--badge{width:72px;height:28px;margin-bottom:20px}.download-skeleton--line{width:100%;height:120px;margin-bottom:16px}.download-skeleton--grid{width:100%;height:88px}@keyframes download-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:640px){.download-card{padding:24px 20px}.download-platform-grid{grid-template-columns:1fr}.download-cta-btn{max-width:none}}.layout-portal-cursor .download-card,.layout-portal .download-card{background:var(--surface, #fff);border-color:var(--border, rgba(38, 37, 30, .12))}.docs-page{background:var(--cursor-bg);min-height:60vh}.docs-hero{padding:56px 0 40px;border-bottom:1px solid var(--cursor-border)}.docs-hero h1{font-family:var(--cursor-serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;letter-spacing:-.02em;color:var(--cursor-text);margin-bottom:12px}.docs-hero p{font-size:1.05rem;color:var(--cursor-text-muted);max-width:640px;line-height:1.6}.docs-layout{display:grid;grid-template-columns:220px 1fr;gap:48px;padding:48px 24px 80px;align-items:start}.docs-sidebar{position:sticky;top:88px}.docs-sidebar ul{list-style:none;border-inline-start:1px solid var(--cursor-border)}.docs-sidebar a{display:block;padding:8px 16px;font-size:.875rem;color:var(--cursor-text-muted);text-decoration:none;border-inline-start:2px solid transparent;margin-inline-start:-1px;transition:color .15s,border-color .15s}.docs-sidebar a:hover,.docs-sidebar a.active{color:var(--cursor-text);border-inline-start-color:var(--cursor-text)}.docs-content{max-width:720px}.docs-section{margin-bottom:56px;scroll-margin-top:96px}.docs-section h2{font-family:var(--cursor-serif);font-size:1.5rem;font-weight:400;letter-spacing:-.01em;color:var(--cursor-text);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--cursor-border)}.docs-section p{font-size:.9375rem;line-height:1.75;color:var(--cursor-text-muted);margin-bottom:14px}.docs-list,.docs-steps{margin:16px 0;padding-inline-start:20px}.docs-list li,.docs-steps li{font-size:.9375rem;line-height:1.65;color:var(--cursor-text-muted);margin-bottom:8px}.docs-note{padding:14px 16px;border:1px solid var(--cursor-border);border-radius:10px;background:#26251e08;font-size:.875rem!important}.docs-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.docs-card{padding:18px;border:1px solid var(--cursor-border);border-radius:12px;background:#fff}.docs-card h3{font-size:.9rem;font-weight:600;color:var(--cursor-text);margin-bottom:8px}.docs-card p{font-size:.8125rem;margin:0;line-height:1.55}.docs-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.about-page{background:var(--cursor-bg)}.about-hero{padding:72px 0 48px;text-align:center}.about-kicker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--cursor-text-muted);margin-bottom:16px}.about-hero h1{font-family:var(--cursor-serif);font-size:clamp(2rem,4.5vw,3rem);font-weight:400;letter-spacing:-.02em;color:var(--cursor-text);max-width:720px;margin:0 auto 20px;line-height:1.15}.about-lead{font-size:1.1rem;color:var(--cursor-text-muted);max-width:560px;margin:0 auto;line-height:1.65}.about-section{padding:64px 0}.about-section-muted{background:#26251e08;border-block:1px solid var(--cursor-border)}.about-section-dark{background:var(--cursor-bg-dark);color:#94a3b8}.about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}.about-copy h2{font-family:var(--cursor-serif);font-size:1.75rem;font-weight:400;color:var(--cursor-text);margin-bottom:20px}.about-copy p{font-size:.9375rem;line-height:1.75;color:var(--cursor-text-muted);margin-bottom:14px}.about-stats{display:flex;flex-direction:column;gap:20px}.about-stat{padding:20px 24px;border:1px solid var(--cursor-border);border-radius:12px;background:#fff}.about-stat strong{display:block;font-size:1.5rem;font-weight:600;color:var(--cursor-text);margin-bottom:4px}.about-stat span{font-size:.875rem;color:var(--cursor-text-muted)}.about-section-title{font-family:var(--cursor-serif);font-size:1.75rem;font-weight:400;color:var(--cursor-text);margin-bottom:10px;text-align:center}.about-section-desc{text-align:center;color:var(--cursor-text-muted);max-width:520px;margin:0 auto 40px;line-height:1.6}.about-products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.about-product-card{padding:28px 24px;border:1px solid var(--cursor-border);border-radius:14px;background:#fff}.about-product-card h3{font-size:1rem;font-weight:600;color:var(--cursor-text);margin-bottom:10px}.about-product-card p{font-size:.875rem;line-height:1.65;color:var(--cursor-text-muted);margin:0}.about-values{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.about-value h3{font-size:1rem;font-weight:600;color:var(--cursor-text);margin-bottom:8px}.about-value p{font-size:.875rem;line-height:1.65;color:var(--cursor-text-muted);margin:0}.about-cta{text-align:center;max-width:560px;margin:0 auto}.about-cta h2{font-family:var(--cursor-serif);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;color:#f1f5f9;margin-bottom:12px}.about-cta p{color:#94a3b8;margin-bottom:28px;line-height:1.6}.about-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}@media(max-width:960px){.docs-layout{grid-template-columns:1fr;gap:32px;padding-top:32px}.docs-sidebar{position:static}.docs-sidebar ul{display:flex;flex-wrap:wrap;gap:4px;border:none}.docs-sidebar a{border:1px solid var(--cursor-border);border-radius:999px;padding:6px 14px;margin:0;border-inline-start:1px solid var(--cursor-border)}.docs-sidebar a.active{background:var(--cursor-text);color:#f7f7f4;border-color:var(--cursor-text)}.docs-cards,.about-grid,.about-products,.about-values{grid-template-columns:1fr}}:root{--theme-bg: var(--cursor-bg, #fbfbf9);--theme-bg-soft: var(--cursor-bg-soft, #f3f2ee);--theme-text: var(--cursor-text, #26251e);--theme-text-muted: var(--cursor-text-muted, #6b6b67);--theme-border: var(--cursor-border, rgba(38, 37, 30, .12));--theme-accent: var(--cursor-accent, #26251e);--theme-serif: var(--cursor-serif, "Newsreader", Georgia, serif);--theme-sans: var(--cursor-sans, "Inter", system-ui, sans-serif)}.lang-toggle-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--theme-border);border-radius:999px;background:transparent;color:var(--theme-text-muted);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}.lang-toggle-icon:hover{background:#26251e0d;color:var(--theme-text);border-color:#26251e33}.lang-toggle-icon svg{width:18px;height:18px}.layout-portal-cursor{min-height:100vh;display:flex;flex-direction:column;background:var(--theme-bg);color:var(--theme-text);font-family:var(--theme-sans)}.layout-portal-cursor .portal-shell{flex:1;width:100%;margin:0;padding:0;box-sizing:border-box}.layout-portal-cursor .portal-shell--sidebar{display:flex;align-items:stretch;gap:0;max-width:none;min-height:calc(100vh - 57px)}[dir=ltr] .layout-portal-cursor .portal-shell--sidebar{flex-direction:row}[dir=rtl] .layout-portal-cursor .portal-shell--sidebar{flex-direction:row-reverse}.layout-portal-cursor .portal-sidebar{width:260px;flex-shrink:0;position:sticky;top:57px;align-self:flex-start;height:calc(100vh - 57px);padding:16px 12px;border-inline-end:1px solid var(--theme-border);background:#fff;box-sizing:border-box;overflow-y:auto}.layout-portal-cursor .portal-sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none}.layout-portal-cursor .portal-sidebar-nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;font-size:.875rem;font-weight:500;color:var(--theme-text-muted);text-decoration:none;border:1px solid transparent;transition:background .15s,color .15s,border-color .15s}.layout-portal-cursor .portal-sidebar-nav a:hover{color:var(--theme-text);background:#26251e0a}.layout-portal-cursor .portal-sidebar-nav a.active{color:var(--theme-text);background:var(--theme-bg-soft);border-color:var(--theme-border)}.layout-portal-cursor .portal-sidebar-icon{display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;flex-shrink:0}.layout-portal-cursor .portal-sidebar-label{min-width:0}.layout-portal-cursor .portal-nav-toggle,.layout-portal-cursor .portal-nav-backdrop{display:none}.layout-portal-cursor .portal-nav-toggle{position:fixed;top:14px;z-index:60;width:40px;height:40px;padding:8px;border:1px solid var(--theme-border);border-radius:10px;background:#fff;cursor:pointer;box-shadow:0 1px 3px #26251e14}[dir=ltr] .layout-portal-cursor .portal-nav-toggle{left:16px}[dir=rtl] .layout-portal-cursor .portal-nav-toggle{right:16px}.layout-portal-cursor .portal-nav-toggle span{display:block;height:2px;margin:4px 0;background:var(--theme-text);border-radius:1px}.layout-portal-cursor .portal-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:54;border:none;background:#26251e59;cursor:pointer}.layout-portal-cursor .portal-main{min-width:0;flex:1;padding:24px 32px 48px;box-sizing:border-box}.layout-portal-cursor .cursor-header-inner{max-width:none}.layout-portal-cursor .cursor-header-actions--portal{margin-inline-start:auto}.layout-portal-cursor .card{background:#fff;border:1px solid var(--theme-border);border-radius:16px;box-shadow:0 1px 2px #26251e0a}.layout-portal-cursor .main{background:transparent;padding:0;margin:0;max-width:none}.layout-portal-cursor .page-header h1,.layout-portal-cursor .dashboard-welcome h2{font-family:var(--theme-serif);font-weight:400;color:var(--theme-text);letter-spacing:-.02em}.layout-portal-cursor .btn-primary{background:var(--theme-text);border-color:var(--theme-text);color:#f7f7f4;border-radius:999px}.layout-portal-cursor .btn-primary:hover{background:#3d3c36;border-color:#3d3c36}.layout-portal-cursor .btn-secondary{background:transparent;color:var(--theme-text);border:1px solid var(--theme-border);border-radius:999px}.layout-portal-cursor .btn-secondary:hover{background:#26251e0a}.layout-portal-cursor .stat-card-v2,.layout-portal-cursor .stat-card{background:#fff;border:1px solid var(--theme-border);border-radius:12px;box-shadow:none}.layout-portal-cursor .stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.layout-portal-cursor .stat-card-v2{padding:12px 14px}.layout-portal-cursor .stat-card-v2:hover{transform:none;box-shadow:none;border-color:#26251e2e}.layout-portal-cursor .stat-card-v2:before{display:none}.layout-portal-cursor .stat-card-top{margin-bottom:4px}.layout-portal-cursor .stat-card-label{font-size:.72rem;font-weight:500;color:var(--theme-text-muted);line-height:1.35}.layout-portal-cursor .stat-card-value{font-size:1.125rem;font-weight:600;letter-spacing:-.02em}.layout-portal-cursor .stat-sub{font-size:.7rem;margin-top:3px;line-height:1.35}.layout-portal-cursor .stat-card-icon-wrap{width:26px;height:26px;border-radius:7px;background:#26251e0f!important;color:var(--theme-text-muted)!important}.layout-portal-cursor .stat-card-icon-wrap .admin-icon{width:.95rem!important;height:.95rem!important}.layout-portal-cursor .dashboard-welcome--portal{background:#fff;border:1px solid var(--theme-border);border-radius:12px;border-inline-start:1px solid var(--theme-border);padding:18px 20px;margin-bottom:14px}.layout-portal-cursor .dashboard-welcome--hero{align-items:center;gap:16px}.layout-portal-cursor .dashboard-welcome h2{font-size:1.2rem;margin-bottom:2px}.layout-portal-cursor .dashboard-welcome p{font-size:.8125rem;line-height:1.5}.layout-portal-cursor .sync-status{margin-top:10px;padding:3px 10px;background:#26251e0f;color:var(--theme-text-muted);font-size:.75rem}.layout-portal-cursor .sync-dot{background:#8a8983}.layout-portal-cursor a.btn-primary,.layout-portal-cursor button.btn-primary{padding:7px 16px;font-size:.8125rem;font-weight:500;line-height:1.35;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex-shrink:0}.layout-portal-cursor .btn-link,.layout-portal-cursor .quick-link{color:var(--theme-text);font-size:.8125rem;font-weight:500}.layout-portal-cursor .download-card-embed{margin-bottom:14px;padding:16px 18px}.layout-portal-cursor .card-title-sm{font-size:.9rem;margin-bottom:10px}.layout-portal-cursor .portal-main{padding:18px 22px 28px}.layout-portal-cursor .portal-page{display:flex;flex-direction:column;gap:12px}.layout-portal-cursor .portal-page--narrow{max-width:480px}.layout-portal-cursor .page-header-block{margin-bottom:12px}.layout-portal-cursor .page-header-text h1{font-size:1.3rem;font-weight:400}.layout-portal-cursor .page-desc,.layout-portal-cursor .portal-hint{font-size:.8125rem;margin-top:4px;color:var(--theme-text-muted);line-height:1.45}.layout-portal-cursor .filter-bar{margin-bottom:10px}.layout-portal-cursor .filter-bar select,.layout-portal-cursor .select-inline{padding:6px 10px;font-size:.8125rem;max-width:180px}.layout-portal-cursor .alert{padding:10px 12px;font-size:.8125rem;margin-bottom:10px}.layout-portal-cursor .portal-quota-wrap{margin-bottom:10px}.layout-portal-cursor .portal-metrics{display:flex;flex-wrap:wrap;background:#fff;border:1px solid var(--theme-border);border-radius:10px;overflow:hidden}.layout-portal-cursor .portal-metric{flex:1 1 0;min-width:110px;padding:10px 14px;border-inline-end:1px solid var(--theme-border)}.layout-portal-cursor .portal-metric:last-child{border-inline-end:none}.layout-portal-cursor .portal-metric-label{display:block;font-size:.7rem;font-weight:500;color:var(--theme-text-muted);line-height:1.3;margin-bottom:2px}.layout-portal-cursor .portal-metric-value{display:block;font-size:1.05rem;font-weight:600;color:var(--theme-text);letter-spacing:-.02em;line-height:1.25}.layout-portal-cursor .portal-metric-sub{display:block;font-size:.68rem;color:var(--theme-text-muted);margin-top:2px}.layout-portal-cursor .portal-quota-hero{background:#fff;border:1px solid var(--theme-border);border-radius:12px;padding:16px 18px;margin-bottom:10px}.layout-portal-cursor .portal-quota-hero-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.layout-portal-cursor .portal-quota-hero-title{font-family:var(--theme-serif);font-size:1rem;font-weight:400;color:var(--theme-text);margin:0 0 6px;letter-spacing:-.01em}.layout-portal-cursor .portal-quota-hero-value{font-size:1.5rem;font-weight:600;color:var(--theme-text);margin:0;letter-spacing:-.03em;line-height:1.2}.layout-portal-cursor .portal-quota-hero-sep{font-weight:400;color:var(--theme-text-muted);margin:0 .15em}.layout-portal-cursor .portal-quota-hero-pct{font-size:1.25rem;font-weight:600;color:var(--theme-text);flex-shrink:0;line-height:1;padding-top:4px}.layout-portal-cursor .portal-quota-hero-track{height:10px;background:#26251e1a;border-radius:999px;overflow:hidden}.layout-portal-cursor .portal-quota-hero-fill{height:100%;background:var(--theme-text);border-radius:999px;transition:width .3s ease;min-width:0}.layout-portal-cursor .portal-quota-bar{background:#fff;border:1px solid var(--theme-border);border-radius:10px;padding:10px 14px}.layout-portal-cursor .portal-quota-bar--inline{margin-top:10px;background:#26251e08;border:none;padding:10px 0 0}.layout-portal-cursor .portal-quota-bar-header{display:flex;justify-content:space-between;font-size:.72rem;color:var(--theme-text-muted);margin-bottom:6px}.layout-portal-cursor .portal-quota-bar-track{height:4px;background:#26251e14;border-radius:4px;overflow:hidden}.layout-portal-cursor .portal-quota-bar-fill{height:100%;background:var(--theme-text);border-radius:4px;transition:width .3s ease}.layout-portal-cursor .portal-panels{display:flex;flex-direction:column;gap:10px}.layout-portal-cursor .portal-panels--2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.layout-portal-cursor .portal-panel{background:#fff;border:1px solid var(--theme-border);border-radius:10px;padding:12px 14px}.layout-portal-cursor .portal-panel--summary{max-width:520px}.layout-portal-cursor .portal-panel--warn{border-color:#d9770659;background:#fffbeb66}.layout-portal-cursor .portal-panel-title{font-size:.8125rem;font-weight:600;color:var(--theme-text);margin:0 0 10px}.layout-portal-cursor .portal-section-title{font-size:.8125rem;font-weight:600;color:var(--theme-text);margin:4px 0 8px}.layout-portal-cursor .portal-empty{font-size:.8125rem;color:var(--theme-text-muted);margin:0;line-height:1.45}.layout-portal-cursor .portal-dl{margin:0;display:flex;flex-direction:column;gap:0}.layout-portal-cursor .portal-dl-row{display:grid;grid-template-columns:minmax(100px,140px) 1fr;gap:8px 12px;padding:7px 0;border-bottom:1px solid rgba(38,37,30,.06);font-size:.8125rem;align-items:baseline}.layout-portal-cursor .portal-dl-row:last-child{border-bottom:none}.layout-portal-cursor .portal-dl-row dt{color:var(--theme-text-muted);font-weight:500;margin:0}.layout-portal-cursor .portal-dl-row dd{margin:0;color:var(--theme-text);text-align:end}.layout-portal-cursor .portal-dl-row--inline{display:flex;align-items:center;justify-content:space-between;border-bottom:none;padding:4px 0 10px}.layout-portal-cursor .portal-tag{display:inline-block;font-size:.7rem;font-weight:500;padding:2px 8px;border-radius:999px;background:#26251e12;color:var(--theme-text)}.layout-portal-cursor .portal-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 12px}.layout-portal-cursor .portal-link{font-size:.8125rem;font-weight:500;color:var(--theme-text);text-decoration:none;padding:4px 0}.layout-portal-cursor .portal-link:hover{text-decoration:underline}.layout-portal-cursor .portal-session-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.layout-portal-cursor .portal-session-list li{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.layout-portal-cursor .portal-session-meta{font-size:.75rem;color:var(--theme-text-muted)}.layout-portal-cursor .portal-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(38,37,30,.06)}.layout-portal-cursor .portal-form .form-group{margin-bottom:10px}.layout-portal-cursor .portal-form label{font-size:.75rem;font-weight:500;color:var(--theme-text-muted);margin-bottom:4px}.layout-portal-cursor .portal-form input{padding:8px 11px;font-size:.8125rem}.layout-portal-cursor .portal-form .btn-primary{margin-top:4px}.layout-portal-cursor .card{padding:12px 14px;border-radius:10px;box-shadow:none}.layout-portal-cursor .card-spaced{margin-top:10px}.layout-portal-cursor .card-title{font-size:.875rem;margin-bottom:8px;font-weight:600}.layout-portal-cursor .grid-2{gap:10px;margin-bottom:12px}.layout-portal-cursor .table-card{padding:0;overflow:hidden}.layout-portal-cursor table{font-size:.8125rem}.layout-portal-cursor table th,.layout-portal-cursor table td{padding:8px 12px}.layout-portal-cursor .portal-plan-grid,.layout-portal-cursor .plan-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.layout-portal-cursor .plan-card{padding:14px;border-radius:10px;box-shadow:none}.layout-portal-cursor .plan-card:hover{border-color:#26251e33}.layout-portal-cursor .plan-featured{border-color:var(--theme-text);box-shadow:none}.layout-portal-cursor .plan-current{border-color:var(--theme-text);background:#26251e08}.layout-portal-cursor .plan-badge,.layout-portal-cursor .plan-badge-current{background:var(--theme-text);color:#f7f7f4;font-size:.65rem;padding:2px 8px;top:10px;inset-inline-end:10px}.layout-portal-cursor .plan-card h3{font-size:.95rem;margin-bottom:4px}.layout-portal-cursor .plan-desc{font-size:.75rem;margin-bottom:8px;min-height:0}.layout-portal-cursor .plan-price{font-size:1.35rem;margin-bottom:6px}.layout-portal-cursor .plan-card .text-muted{font-size:.75rem}.subscription-current-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:4px}.subscription-current-header .portal-panel-title{margin-bottom:0}.subscription-plans-section{margin-top:28px}.layout-portal-cursor .subscription-plan-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.layout-portal-cursor .subscription-plan-card{display:flex;flex-direction:column;min-height:260px;padding:18px 16px 16px}.layout-portal-cursor .subscription-plan-card.plan-current{border-color:var(--theme-text);background:#26251e0a}.layout-portal-cursor .subscription-plan-card.plan-upgrade{border-color:#26251e2e}.layout-portal-cursor .subscription-plan-card.plan-featured{border-color:var(--theme-text);box-shadow:0 8px 28px #26251e14}.layout-portal-cursor .subscription-plan-card-top{flex:1}.layout-portal-cursor .subscription-plan-card-body{margin-bottom:14px}.layout-portal-cursor .subscription-plan-card .plan-quota{font-size:.75rem;margin:0}.layout-portal-cursor .subscription-plan-card-action{margin-top:auto}.layout-portal-cursor .subscription-plan-card-action button{width:100%}.layout-portal-cursor .card-note{font-size:.75rem;margin-top:10px}.layout-portal-cursor .badge-green,.layout-portal-cursor .badge-blue,.layout-portal-cursor .badge-gray{background:#26251e12;color:var(--theme-text)}.layout-portal-cursor .btn-danger-text{color:#b91c1c!important}.layout-portal-cursor .btn-ghost{border-radius:999px}.public-layout-cursor .public-page-header{text-align:center;padding:48px 24px 32px;max-width:720px;margin:0 auto}.public-layout-cursor .public-page-header h1{font-family:var(--theme-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;letter-spacing:-.02em;margin:0 0 12px;color:var(--theme-text)}.public-layout-cursor .public-page-header p{color:var(--theme-text-muted);font-size:1rem;line-height:1.6;margin:0}.public-layout-cursor .plan-card{background:#fff;border:1px solid var(--theme-border);border-radius:16px}.public-layout-cursor .plan-card.plan-featured{border-color:var(--theme-text);box-shadow:0 4px 24px #26251e14}.public-layout-cursor .plan-subscribe-btn{display:block;width:100%;margin-top:12px;padding:12px 16px;text-align:center;text-decoration:none;font-size:.875rem;font-weight:500;color:var(--theme-text);background:#f0efeb;border:1px solid var(--theme-border);border-radius:8px;transition:background .15s,border-color .15s}.public-layout-cursor .plan-subscribe-btn:hover{background:#e6e5e1;border-color:#26251e2e;color:var(--theme-text)}.public-layout-cursor .btn-link{color:var(--theme-text);font-weight:500;text-decoration:none}.public-layout-cursor .btn-link:hover{text-decoration:underline}.public-layout-cursor .public-content-card{max-width:800px;margin:0 auto 48px;padding:32px;background:#fff;border:1px solid var(--theme-border);border-radius:16px}.theme-preview{border:1px solid var(--theme-border);border-radius:16px;overflow:hidden;margin-top:16px}.theme-preview-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fbfbf9f2;border-bottom:1px solid var(--theme-border)}.theme-preview-body{padding:24px;background:var(--theme-bg)}.theme-preview-body h3{font-family:var(--theme-serif);font-weight:400;font-size:1.25rem;margin:0 0 8px}.theme-preview-swatches{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.theme-swatch{display:flex;flex-direction:column;gap:4px;font-size:.75rem;color:var(--theme-text-muted)}.theme-swatch span:first-child{width:48px;height:32px;border-radius:8px;border:1px solid var(--theme-border)}.quota-alert{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.quota-alert-inline{margin-top:12px;margin-bottom:0}.portal-quota-wrap{margin-bottom:20px}.quota-alert-cta{flex-shrink:0;white-space:nowrap}.user-models-plan-banner{padding:16px 20px}.user-models-plan-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.user-model-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.user-model-card{padding:14px 16px;transition:border-color .15s,opacity .15s}.user-model-card--locked{opacity:.82;background:#fbfbf999}.user-model-card-head{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:4px}.user-model-name{font-weight:600;font-size:.9rem;color:var(--theme-text)}.user-model-id{font-size:.75rem;margin:0 0 8px}.user-model-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-top:8px}.badge-pro{background:linear-gradient(135deg,#26251e,#4a4840);color:#f7f7f4;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:999px}.btn-link-sm{font-size:.75rem;font-weight:500;color:var(--theme-text);text-decoration:none}.btn-link-sm:hover{text-decoration:underline}.email-verify-card--pending{border-color:#f59e0b66;background:#fffbeb80}.email-verify-card--ok{border-color:#22c55e40}@media(max-width:1024px){.layout-portal-cursor .stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1024px){.layout-portal-cursor .stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-portal-cursor .portal-panels--2{grid-template-columns:1fr}}@media(max-width:640px){.layout-portal-cursor .portal-metrics{flex-direction:column}.layout-portal-cursor .portal-metric{border-inline-end:none;border-bottom:1px solid var(--theme-border)}.layout-portal-cursor .portal-metric:last-child{border-bottom:none}.layout-portal-cursor .portal-link-grid{grid-template-columns:1fr}}@media(max-width:520px){.layout-portal-cursor .stat-grid{grid-template-columns:1fr}.layout-portal-cursor .dashboard-welcome--hero{align-items:flex-start}.layout-portal-cursor a.btn-primary,.layout-portal-cursor button.btn-primary{width:100%}}@media(max-width:900px){.cursor-header-inner .cursor-nav,.cursor-header-user-name{display:none}.layout-portal-cursor .portal-nav-toggle,.layout-portal-cursor.portal-nav-open .portal-nav-backdrop{display:block}.layout-portal-cursor .portal-shell--sidebar{flex-direction:column;padding-top:0;min-height:auto}.layout-portal-cursor .portal-main{padding:16px}.layout-portal-cursor .portal-sidebar{position:fixed;top:0;bottom:0;width:min(280px,86vw);height:auto;z-index:55;padding:72px 12px 24px;background:var(--theme-bg);transition:transform .25s ease;border-inline-end:none}[dir=ltr] .layout-portal-cursor .portal-sidebar{left:0;transform:translate(-110%);box-shadow:4px 0 24px #26251e1f}[dir=rtl] .layout-portal-cursor .portal-sidebar{right:0;transform:translate(110%);box-shadow:-4px 0 24px #26251e1f}.layout-portal-cursor.portal-nav-open .portal-sidebar{transform:translate(0)}.layout-portal-cursor .portal-sidebar-nav{border-radius:12px}}.public-layout-cursor .about-page{background:var(--theme-bg);color:var(--theme-text);font-family:var(--theme-sans)}.public-layout-cursor .about-hero{padding:56px 0 40px;text-align:center;border-bottom:1px solid var(--theme-border)}.public-layout-cursor .about-kicker{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-text-muted);margin:0 0 14px}.public-layout-cursor .about-hero h1{font-family:var(--theme-serif);font-size:clamp(1.85rem,4vw,2.75rem);font-weight:400;letter-spacing:-.02em;color:var(--theme-text);max-width:720px;margin:0 auto 16px;line-height:1.15}.public-layout-cursor .about-lead{font-size:1.05rem;color:var(--theme-text-muted);max-width:560px;margin:0 auto;line-height:1.65}.public-layout-cursor .about-section{padding:48px 0}.public-layout-cursor .about-section-muted{background:#26251e08;border-block:1px solid var(--theme-border)}.public-layout-cursor .about-section-dark{background:#14120b;color:#94a3b8}.public-layout-cursor .about-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:40px;align-items:start}.public-layout-cursor .about-copy h2{font-family:var(--theme-serif);font-size:1.6rem;font-weight:400;color:var(--theme-text);margin:0 0 16px}.public-layout-cursor .about-copy p{font-size:.9375rem;line-height:1.75;color:var(--theme-text-muted);margin:0 0 14px}.public-layout-cursor .about-copy p:last-child{margin-bottom:0}.public-layout-cursor .about-stats{display:flex;flex-direction:column;gap:12px}.public-layout-cursor .about-stat{display:block;padding:16px 18px;border:1px solid var(--theme-border);border-radius:12px;background:#fff}.public-layout-cursor .about-stat-value{display:block;font-size:1.25rem;font-weight:600;color:var(--theme-text);margin:0 0 4px;line-height:1.2}.public-layout-cursor .about-stat-label{display:block;font-size:.8125rem;color:var(--theme-text-muted);margin:0;line-height:1.45}.public-layout-cursor .about-section-title{font-family:var(--theme-serif);font-size:1.6rem;font-weight:400;color:var(--theme-text);margin:0 0 8px;text-align:center}.public-layout-cursor .about-section-desc{text-align:center;color:var(--theme-text-muted);max-width:520px;margin:0 auto 32px;line-height:1.6;font-size:.9375rem}.public-layout-cursor .about-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.public-layout-cursor .about-product-card{display:block;padding:22px 20px;border:1px solid var(--theme-border);border-radius:14px;background:#fff}.public-layout-cursor .about-product-card h3{font-size:1rem;font-weight:600;color:var(--theme-text);margin:0 0 10px}.public-layout-cursor .about-product-card p{font-size:.875rem;line-height:1.65;color:var(--theme-text-muted);margin:0}.public-layout-cursor .about-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.public-layout-cursor .about-value-card{display:block;padding:20px;border:1px solid var(--theme-border);border-radius:14px;background:#fff}.public-layout-cursor .about-value-card h3{font-size:.95rem;font-weight:600;color:var(--theme-text);margin:0 0 8px}.public-layout-cursor .about-value-card p{font-size:.875rem;line-height:1.65;color:var(--theme-text-muted);margin:0}.public-layout-cursor .about-cta{text-align:center;max-width:560px;margin:0 auto}.public-layout-cursor .about-cta h2{font-family:var(--theme-serif);font-size:clamp(1.6rem,3vw,2.1rem);font-weight:400;color:#f1f5f9;margin:0 0 12px}.public-layout-cursor .about-cta p{color:#94a3b8;margin:0 0 24px;line-height:1.6;font-size:.9375rem}.public-layout-cursor .about-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}@media(max-width:960px){.public-layout-cursor .about-grid,.public-layout-cursor .about-products,.public-layout-cursor .about-values{grid-template-columns:1fr}.public-layout-cursor .about-hero{padding:40px 0 32px}.public-layout-cursor .about-section{padding:36px 0}}:root{--swal2-outline: 0 0 0 3px rgba(100, 150, 200, .5);--swal2-container-padding: .625em;--swal2-backdrop: rgba(0, 0, 0, .4);--swal2-backdrop-transition: background-color .15s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: .3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-show-animation: swal2-show .3s;--swal2-hide-animation: swal2-hide .15s forwards;--swal2-icon-zoom: 1;--swal2-title-padding: .8em 1em 0;--swal2-html-container-padding: 1em 1.6em .3em;--swal2-input-border: 1px solid #d9d9d9;--swal2-input-border-radius: .1875em;--swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-background: transparent;--swal2-input-transition: border-color .2s, box-shadow .2s;--swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-focus-border: 1px solid #b4dbed;--swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5);--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--swal2-footer-border-color: #eee;--swal2-footer-background: transparent;--swal2-footer-color: inherit;--swal2-timer-progress-bar-background: rgba(0, 0, 0, .3);--swal2-close-button-position: initial;--swal2-close-button-inset: auto;--swal2-close-button-font-size: 2.5em;--swal2-close-button-color: #ccc;--swal2-close-button-transition: color .2s, box-shadow .2s;--swal2-close-button-outline: initial;--swal2-close-button-box-shadow: inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow: inset var(--swal2-outline);--swal2-close-button-hover-transform: none;--swal2-actions-justify-content: center;--swal2-actions-width: auto;--swal2-actions-margin: 1.25em auto 0;--swal2-actions-padding: 0;--swal2-actions-border-radius: 0;--swal2-actions-background: transparent;--swal2-action-button-transition: background-color .2s, box-shadow .2s;--swal2-action-button-hover: black 10%;--swal2-action-button-active: black 10%;--swal2-confirm-button-box-shadow: none;--swal2-confirm-button-border-radius: .25em;--swal2-confirm-button-background-color: #7066e0;--swal2-confirm-button-color: #fff;--swal2-deny-button-box-shadow: none;--swal2-deny-button-border-radius: .25em;--swal2-deny-button-background-color: #dc3741;--swal2-deny-button-color: #fff;--swal2-cancel-button-box-shadow: none;--swal2-cancel-button-border-radius: .25em;--swal2-cancel-button-background-color: #6e7881;--swal2-cancel-button-color: #fff;--swal2-toast-show-animation: swal2-toast-show .5s;--swal2-toast-hide-animation: swal2-toast-hide .1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / .075), 0 1px 2px hsl(0deg 0% 0% / .075), 1px 2px 4px hsl(0deg 0% 0% / .075), 1px 3px 8px hsl(0deg 0% 0% / .075), 2px 4px 16px hsl(0deg 0% 0% / .075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}@media(prefers-color-scheme:dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:#0000!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:auto}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:#0000;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static!important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:#0000!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;overflow-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:var(--swal2-action-button-transition);border:none;box-shadow:0 0 0 3px #0000;font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:var(--swal2-timer-progress-bar-background)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:#0000;color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:#0000;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;overflow-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:#0000;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:auto}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{transform:translate3d(0,-50px,0) scale(.9);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}@keyframes swal2-hide{0%{transform:translateZ(0) scale(1);opacity:1}to{transform:translate3d(0,-50px,0) scale(.9);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}
