.scheduler-module__sOW2FW__loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.scheduler-module__sOW2FW__pageHeader{margin-bottom:8px}.scheduler-module__sOW2FW__pageTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:22px;font-weight:600;font-family:var(--font-display);margin:0}.scheduler-module__sOW2FW__pageSubtitle{color:var(--text-secondary);max-width:680px;margin:6px 0 24px;font-size:14px;line-height:1.5}.scheduler-module__sOW2FW__toast{background:var(--bg-elevated,var(--bg-secondary));border:1px solid var(--border-color);box-shadow:var(--shadow-md,0 8px 24px #0000001f);z-index:1001;color:var(--text-primary);border-radius:10px;align-items:center;gap:10px;padding:12px 18px;font-size:14px;font-weight:500;animation:.2s scheduler-module__sOW2FW__toastIn;display:flex;position:fixed;top:20px;right:20px}@keyframes scheduler-module__sOW2FW__toastIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.scheduler-module__sOW2FW__toast_success{border-left:3px solid var(--success)}.scheduler-module__sOW2FW__toast_error{border-left:3px solid var(--danger)}.scheduler-module__sOW2FW__toastIcon{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.scheduler-module__sOW2FW__toast_success .scheduler-module__sOW2FW__toastIcon{background:var(--success-subtle);color:var(--success)}.scheduler-module__sOW2FW__toast_error .scheduler-module__sOW2FW__toastIcon{background:var(--danger-subtle);color:var(--danger)}.scheduler-module__sOW2FW__errorBanner{background:var(--danger-subtle);border:1px solid rgba(var(--danger-rgb), .25);color:var(--danger);border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:13px}.scheduler-module__sOW2FW__toolbarSearch{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius);min-width:220px;max-width:320px;color:var(--text-primary);flex:1;padding:7px 12px;font-family:inherit;font-size:13px}.scheduler-module__sOW2FW__toolbarSearch:focus{border-color:var(--accent);outline:none}.scheduler-module__sOW2FW__toolbarSearch::placeholder{color:var(--text-tertiary)}.scheduler-module__sOW2FW__envPicker{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius);color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:12px;padding:7px 28px 7px 12px;font-family:inherit;font-size:13px;font-weight:500}.scheduler-module__sOW2FW__envPicker:focus{border-color:var(--accent);outline:none}.scheduler-module__sOW2FW__emptyState{text-align:center;background:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin-top:8px;padding:56px 24px;display:flex}.scheduler-module__sOW2FW__emptyIcon{background:var(--bg-tertiary);width:56px;height:56px;color:var(--text-secondary);border-radius:14px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.scheduler-module__sOW2FW__emptyTitle{color:var(--text-primary);margin-bottom:6px;font-size:16px;font-weight:600}.scheduler-module__sOW2FW__emptySubtitle{color:var(--text-secondary);max-width:460px;margin:0 auto 22px;font-size:14px;line-height:1.6}.scheduler-module__sOW2FW__emptyActions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.scheduler-module__sOW2FW__jobGrid{flex-direction:column;gap:14px;display:flex}.scheduler-module__sOW2FW__jobCard{cursor:pointer;transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition)}.scheduler-module__sOW2FW__jobCard:hover{border-color:var(--border-focus);box-shadow:var(--shadow-md);transform:translateY(-1px)}.scheduler-module__sOW2FW__cardLink{z-index:1;border-radius:inherit;position:absolute;inset:0}.scheduler-module__sOW2FW__cardHeaderRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex;position:relative}.scheduler-module__sOW2FW__cardIcon{background:var(--accent-subtle);width:40px;height:40px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.scheduler-module__sOW2FW__cardIcon_paused{background:var(--warning-subtle);color:var(--warning)}.scheduler-module__sOW2FW__cardIcon_failed{background:var(--danger-subtle);color:var(--danger)}.scheduler-module__sOW2FW__cardIcon_completed{color:#2196f3;background:#2196f31f}.scheduler-module__sOW2FW__cardTitleBlock{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.scheduler-module__sOW2FW__cardTitleRow{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.scheduler-module__sOW2FW__cardTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:16px;font-weight:600;overflow:hidden}.scheduler-module__sOW2FW__jobCard:hover .scheduler-module__sOW2FW__cardTitle{color:var(--accent)}.scheduler-module__sOW2FW__cardSubtitle{color:var(--text-secondary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.scheduler-module__sOW2FW__cardActions{z-index:2;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;display:flex;position:relative}.scheduler-module__sOW2FW__cardMetaLine{color:var(--text-secondary);border-top:1px solid var(--border-subtle,var(--border-color));flex-wrap:wrap;align-items:center;gap:6px 14px;margin-top:4px;padding-top:12px;font-size:13px;display:flex;position:relative}.scheduler-module__sOW2FW__cardMetaItem{align-items:center;gap:5px;min-width:0;max-width:100%;display:inline-flex}.scheduler-module__sOW2FW__cardMetaIcon{color:var(--text-tertiary);flex-shrink:0}.scheduler-module__sOW2FW__cardMetaValue{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.scheduler-module__sOW2FW__cardMetaDot{color:var(--border-color)}.scheduler-module__sOW2FW__cardOverflow{z-index:2;position:relative}.scheduler-module__sOW2FW__overflowBtn{border-radius:var(--radius);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;display:flex}.scheduler-module__sOW2FW__overflowBtn:hover{background:var(--bg-hover,var(--bg-tertiary));color:var(--text-primary)}.scheduler-module__sOW2FW__overflowMenu{background:var(--bg-elevated,var(--bg-secondary));border:1px solid var(--border-color);min-width:160px;box-shadow:var(--shadow-md,0 12px 28px #0000002e);z-index:50;border-radius:10px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden}.scheduler-module__sOW2FW__overflowItem{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:9px 14px;font-family:inherit;font-size:13px;display:flex}.scheduler-module__sOW2FW__overflowItem:hover{background:var(--bg-tertiary)}.scheduler-module__sOW2FW__overflowItem_danger{color:var(--danger)}.scheduler-module__sOW2FW__overflowItem_danger:hover{background:var(--danger-subtle)}.scheduler-module__sOW2FW__metricRow{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}@media (max-width:900px){.scheduler-module__sOW2FW__metricRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.scheduler-module__sOW2FW__metricRow{grid-template-columns:1fr}}.scheduler-module__sOW2FW__panelCard{background:var(--bg-secondary);border:1px solid var(--border-subtle,var(--border-color));border-radius:14px;margin-bottom:20px;padding:24px}.scheduler-module__sOW2FW__panelHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.scheduler-module__sOW2FW__panelHeaderLeft{align-items:center;gap:10px;min-width:0;display:flex}.scheduler-module__sOW2FW__panelIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.scheduler-module__sOW2FW__panelIcon_blue{color:#2196f3;background:#2196f31f}.scheduler-module__sOW2FW__panelIcon_purple{color:#5e35b1;background:#5e35b11f}.scheduler-module__sOW2FW__panelIcon_green{background:var(--success-subtle);color:var(--success)}.scheduler-module__sOW2FW__panelTitleText{color:var(--text-primary);font-size:14px;font-weight:600}.scheduler-module__sOW2FW__panelSubtext{color:var(--text-secondary);margin-top:2px;font-size:12px}.scheduler-module__sOW2FW__configGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;display:grid}.scheduler-module__sOW2FW__configItem{background:var(--bg-primary);border:1px solid var(--border-subtle,var(--border-color));border-radius:10px;flex-direction:column;gap:6px;min-width:0;padding:12px 14px;display:flex}.scheduler-module__sOW2FW__configItemWide{grid-column:1/-1}.scheduler-module__sOW2FW__configLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);font-size:10.5px;font-weight:600}.scheduler-module__sOW2FW__configValue{color:var(--text-primary);word-break:break-word;font-size:15px;font-weight:500;line-height:1.4}.scheduler-module__sOW2FW__configLink{color:var(--accent);text-decoration:none}.scheduler-module__sOW2FW__configLink:hover{text-decoration:underline}.scheduler-module__sOW2FW__configCode{background:var(--bg-tertiary);font-family:var(--font-mono,"SF Mono", "Fira Code", monospace);color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:5px;margin-top:4px;padding:2px 8px;font-size:12px;display:inline-block}.scheduler-module__sOW2FW__configChip{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-subtle,var(--border-color));border-radius:999px;align-items:center;gap:6px;padding:2px 10px;font-size:13px;font-weight:500;display:inline-flex}.scheduler-module__sOW2FW__configChip_success{background:var(--success-subtle);color:var(--success);border-color:rgba(var(--success-rgb), .22)}.scheduler-module__sOW2FW__configChip_muted{color:var(--text-secondary)}.scheduler-module__sOW2FW__promptBlock{border-top:1px solid var(--border-subtle,var(--border-color));margin-top:22px;padding-top:22px}.scheduler-module__sOW2FW__promptBlock+.scheduler-module__sOW2FW__promptBlock{border-top:none;margin-top:18px;padding-top:0}.scheduler-module__sOW2FW__promptLabelRow{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.scheduler-module__sOW2FW__promptLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);font-size:11px;font-weight:600}.scheduler-module__sOW2FW__promptToggle{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:500}.scheduler-module__sOW2FW__promptToggle:hover{text-decoration:underline}.scheduler-module__sOW2FW__promptBoxWrap{position:relative}.scheduler-module__sOW2FW__promptBox{background:var(--bg-primary);border:1px solid var(--border-subtle,var(--border-color));color:var(--text-primary);font-size:13px;line-height:1.6;font-family:var(--font-mono,"SF Mono", "Fira Code", monospace);white-space:pre-wrap;word-break:break-word;border-radius:10px;margin:0;padding:14px 16px;overflow:auto}.scheduler-module__sOW2FW__promptBoxCollapsed{max-height:240px;overflow:hidden}.scheduler-module__sOW2FW__promptFade{background:linear-gradient(to bottom, #0000, var(--bg-primary) 85%);pointer-events:none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;height:56px;position:absolute;bottom:1px;left:1px;right:1px}.scheduler-module__sOW2FW__runHistory{flex-direction:column;gap:6px;display:flex}.scheduler-module__sOW2FW__runRow{background:var(--bg-primary);border:1px solid var(--border-subtle,var(--border-color));transition:border-color var(--transition), background var(--transition);border-radius:10px;grid-template-columns:14px 1fr 70px 80px 1.4fr auto;align-items:center;gap:14px;padding:10px 14px;display:grid}.scheduler-module__sOW2FW__runRow:hover{border-color:var(--border-focus,var(--border-color));background:var(--bg-hover,var(--bg-secondary))}.scheduler-module__sOW2FW__runDot{border-radius:50%;width:9px;height:9px}.scheduler-module__sOW2FW__runDot_completed{background:var(--success)}.scheduler-module__sOW2FW__runDot_failed{background:var(--danger)}.scheduler-module__sOW2FW__runDot_running{background:#2196f3;animation:1.4s infinite scheduler-module__sOW2FW__schedPulse}.scheduler-module__sOW2FW__runDot_pending{background:var(--text-secondary);opacity:.5}@keyframes scheduler-module__sOW2FW__schedPulse{0%,to{opacity:1}50%{opacity:.45}}.scheduler-module__sOW2FW__runTime{color:var(--text-primary);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.scheduler-module__sOW2FW__runDuration,.scheduler-module__sOW2FW__runCost{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:12px;font-family:var(--font-mono,"SF Mono", "Fira Code", monospace)}.scheduler-module__sOW2FW__runError{color:var(--danger);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.scheduler-module__sOW2FW__runSuccess{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.scheduler-module__sOW2FW__runViewLink{color:var(--accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex}.scheduler-module__sOW2FW__runViewLink:hover{text-decoration:underline}.scheduler-module__sOW2FW__runViewLinkDisabled{color:var(--text-tertiary,var(--text-secondary));opacity:.5;text-align:right;font-size:12px}.scheduler-module__sOW2FW__runEmpty{text-align:center;color:var(--text-secondary);background:var(--bg-primary);border:1px dashed var(--border-color);border-radius:10px;padding:28px 16px;font-size:13px}@media (max-width:768px){.scheduler-module__sOW2FW__cardActions{justify-content:flex-start;width:100%}.scheduler-module__sOW2FW__runRow{grid-template-columns:12px 1fr auto}.scheduler-module__sOW2FW__runDuration,.scheduler-module__sOW2FW__runCost,.scheduler-module__sOW2FW__runError,.scheduler-module__sOW2FW__runSuccess{display:none}}
.Card-module__b6YjYG__card{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);font-family:var(--font-sans);flex-direction:column;gap:12px;padding:20px;display:flex;position:relative}.Card-module__b6YjYG__padSm{gap:8px;padding:14px}.Card-module__b6YjYG__padLg{gap:16px;padding:28px}.Card-module__b6YjYG__interactive{cursor:pointer}.Card-module__b6YjYG__interactive:hover{border-color:var(--border-focus);box-shadow:var(--shadow-md)}.Card-module__b6YjYG__flat{background:var(--bg-secondary);box-shadow:none}.Card-module__b6YjYG__muted{background:var(--bg-tertiary)}.Card-module__b6YjYG__dashed{color:var(--text-tertiary);text-align:center;background:0 0;border-style:dashed;justify-content:center;align-items:center}.Card-module__b6YjYG__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.Card-module__b6YjYG__titleGroup{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.Card-module__b6YjYG__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);font-size:11px;font-weight:600}.Card-module__b6YjYG__title{color:var(--text-primary);font-size:15px;font-weight:600;line-height:1.3;font-family:var(--font-display);word-break:break-word;margin:0}.Card-module__b6YjYG__subtitle{color:var(--text-secondary);font-size:13px;line-height:1.45}.Card-module__b6YjYG__body{flex-direction:column;gap:10px;display:flex}.Card-module__b6YjYG__footer{border-top:1px solid var(--border-subtle);color:var(--text-tertiary);justify-content:space-between;align-items:center;gap:12px;padding-top:12px;font-size:12px;display:flex}.Card-module__b6YjYG__meta{color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:6px 14px;font-size:12px;display:flex}.Card-module__b6YjYG__meta>*{align-items:center;gap:6px;display:inline-flex}.Card-module__b6YjYG__actions{align-items:center;gap:6px;display:flex}.Card-module__b6YjYG__metric{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-lg);font-family:var(--font-sans);flex-direction:column;gap:8px;padding:20px;display:flex}.Card-module__b6YjYG__metricLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);font-size:11px;font-weight:600}.Card-module__b6YjYG__metricValueRow{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.Card-module__b6YjYG__metricValue{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;font-size:28px;font-weight:600;line-height:1}.Card-module__b6YjYG__metricSuffix{color:var(--text-tertiary);font-size:14px}.Card-module__b6YjYG__metricDelta{border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-flex}.Card-module__b6YjYG__metricDeltaUp{background:var(--success-subtle);color:var(--success)}.Card-module__b6YjYG__metricDeltaDown{background:var(--danger-subtle);color:var(--danger)}.Card-module__b6YjYG__metricDeltaFlat{background:var(--bg-tertiary);color:var(--text-tertiary)}.Card-module__b6YjYG__metricHint{color:var(--text-tertiary);font-size:12px}.Card-module__b6YjYG__metricActive{border-color:rgba(var(--accent-rgb), .3);background:var(--accent-subtle)}.Card-module__b6YjYG__metricActive .Card-module__b6YjYG__metricLabel,.Card-module__b6YjYG__metricActive .Card-module__b6YjYG__metricValue{color:var(--accent)}
.StatusPill-module__AuUNDW__pill{white-space:nowrap;font-size:12px;font-weight:500;line-height:18px;font-family:var(--font-sans);border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;display:inline-flex}.StatusPill-module__AuUNDW__dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.StatusPill-module__AuUNDW__success{background:var(--success-subtle);color:var(--success);border-color:rgba(var(--success-rgb), .22)}.StatusPill-module__AuUNDW__error{background:var(--danger-subtle);color:var(--danger);border-color:rgba(var(--danger-rgb), .22)}.StatusPill-module__AuUNDW__warning{background:var(--warning-subtle);color:var(--warning);border-color:rgba(var(--warning-rgb), .22)}.StatusPill-module__AuUNDW__info{background:var(--teal-subtle);color:var(--teal);border-color:rgba(var(--teal-rgb), .22)}.StatusPill-module__AuUNDW__neutral{background:var(--bg-tertiary);color:var(--text-secondary);border-color:var(--border-color)}.StatusPill-module__AuUNDW__accent{background:var(--accent-subtle);color:var(--accent);border-color:rgba(var(--accent-rgb), .22)}.StatusPill-module__AuUNDW__amber{background:var(--amber-subtle);color:var(--amber);border-color:rgba(var(--amber-rgb), .22)}.StatusPill-module__AuUNDW__sm{padding:2px 8px;font-size:11px;line-height:16px}.StatusPill-module__AuUNDW__md{padding:3px 10px;font-size:12px;line-height:18px}
.environmentSelector-module__BmZ9sG__profileDropdown{position:relative}.environmentSelector-module__BmZ9sG__profileDropdownTrigger{color:var(--text-secondary);cursor:pointer;background:var(--bg-secondary);border:1px solid var(--border-color);height:40px;transition:all var(--transition);border-radius:10px;align-items:center;gap:8px;width:fit-content;padding:0 12px;font-size:14px;font-weight:600;display:flex}.environmentSelector-module__BmZ9sG__profileDropdownTrigger:hover,.environmentSelector-module__BmZ9sG__profileDropdownTrigger.environmentSelector-module__BmZ9sG__profileActive{background:var(--accent-subtle);border-color:var(--accent);color:var(--accent)}.environmentSelector-module__BmZ9sG__profileDropdownTrigger.environmentSelector-module__BmZ9sG__profileEmpty{border-style:dashed;border-color:var(--accent);color:var(--accent);background:0 0}.environmentSelector-module__BmZ9sG__profileDropdownTrigger.environmentSelector-module__BmZ9sG__profileEmpty:hover{background:var(--accent-subtle)}.environmentSelector-module__BmZ9sG__profileEmptyPlus{justify-content:center;align-items:center;margin-right:-2px;display:flex}.environmentSelector-module__BmZ9sG__profileDropdownIcon{justify-content:center;align-items:center;display:flex}.environmentSelector-module__BmZ9sG__profileTriggerLabel{text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:13px;font-weight:600;line-height:1;overflow:hidden}.environmentSelector-module__BmZ9sG__profileDropdownPanel{background:var(--bg-primary);border:1px solid var(--border-color);width:320px;box-shadow:var(--shadow-lg);z-index:100;border-radius:14px;flex-direction:column;gap:8px;max-height:400px;padding:8px;animation:.2s environmentSelector-module__BmZ9sG__profileDropdownSlide;display:flex;position:absolute;bottom:calc(100% + 8px);right:-11vw;overflow-y:auto}@keyframes environmentSelector-module__BmZ9sG__profileDropdownSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.environmentSelector-module__BmZ9sG__profileDropdownOption{cursor:pointer;transition:all var(--transition-fast);border-radius:10px;align-items:center;gap:12px;padding:8px 14px;display:flex}.environmentSelector-module__BmZ9sG__profileDropdownOption:hover{background:var(--accent-subtle)}.environmentSelector-module__BmZ9sG__profileDropdownOption.environmentSelector-module__BmZ9sG__selected{background:rgba(var(--accent-rgb), .15)}.environmentSelector-module__BmZ9sG__profileOptionIcon{background:var(--accent-subtle);border:1px solid rgba(var(--accent-rgb), .2);border-radius:var(--radius);width:36px;height:36px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.environmentSelector-module__BmZ9sG__profileDropdownOption.environmentSelector-module__BmZ9sG__selected .environmentSelector-module__BmZ9sG__profileOptionIcon{background:var(--accent);color:#fff;border-color:var(--accent)}.environmentSelector-module__BmZ9sG__profileOptionIconAdd{border:1.5px dashed rgba(var(--accent-rgb), .4);border-radius:var(--radius);width:36px;height:36px;color:var(--accent);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.environmentSelector-module__BmZ9sG__profileOptionContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.environmentSelector-module__BmZ9sG__profileOptionTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.environmentSelector-module__BmZ9sG__profileOptionDesc{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.environmentSelector-module__BmZ9sG__profileOptionCheck{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.environmentSelector-module__BmZ9sG__profileDropdownDivider{background:var(--border-color);height:1px;margin:0 6px}@media (max-width:768px){.environmentSelector-module__BmZ9sG__profileDropdownPanel{width:auto;max-width:none;max-height:60vh;position:fixed;bottom:16px;left:16px;right:16px}.environmentSelector-module__BmZ9sG__profileDropdownTrigger{width:100%}}.environmentSelector-module__BmZ9sG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.environmentSelector-module__BmZ9sG__modal{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;width:100%;max-width:420px;padding:28px;box-shadow:0 25px 50px -12px #00000080}.environmentSelector-module__BmZ9sG__modalHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.environmentSelector-module__BmZ9sG__modalTitle{font-size:20px;font-weight:600}.environmentSelector-module__BmZ9sG__modalClose{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex}.environmentSelector-module__BmZ9sG__modalClose:hover{background:var(--bg-tertiary);color:var(--text-primary)}.environmentSelector-module__BmZ9sG__modalSubtitle{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.environmentSelector-module__BmZ9sG__modalError{color:var(--danger);background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;font-size:13px;display:flex}.environmentSelector-module__BmZ9sG__inputGroup{margin-bottom:24px}.environmentSelector-module__BmZ9sG__inputLabel{margin-bottom:8px;font-size:14px;font-weight:500;display:block}.environmentSelector-module__BmZ9sG__input{background:var(--bg-tertiary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:10px;padding:14px 16px;font-size:14px;transition:all .15s}.environmentSelector-module__BmZ9sG__input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #6366f126}.environmentSelector-module__BmZ9sG__input::placeholder{color:var(--text-secondary)}.environmentSelector-module__BmZ9sG__modalActions{gap:12px;display:flex}.environmentSelector-module__BmZ9sG__modalBtnSecondary{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:10px;flex:1;padding:14px 20px;font-size:14px;font-weight:500;transition:all .15s}.environmentSelector-module__BmZ9sG__modalBtnSecondary:hover{background:var(--bg-tertiary)}.environmentSelector-module__BmZ9sG__modalBtnPrimary{background:var(--accent);border-radius:var(--radius);color:#fff;cursor:pointer;border:none;flex:2;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.environmentSelector-module__BmZ9sG__modalBtnPrimary:hover:not(:disabled){background:var(--accent-hover)}.environmentSelector-module__BmZ9sG__modalBtnPrimary:disabled{opacity:.5;cursor:not-allowed}
:root{--accent:#1a3a32;--accent-hover:#0f2520;--accent-light:#2d5a4e;--accent-rgb:26, 58, 50;--accent-subtle:#1a3a321a;--forest:var(--accent);--forest-hover:var(--accent-hover);--forest-light:var(--accent-light);--forest-muted:#3d7a6a;--forest-bg:#1a3a32;--cta:#b8860b;--cta-hover:#9a7209;--cta-rgb:184, 134, 11;--cta-subtle:#b8860b1a;--success:#16a34a;--success-hover:#15803d;--success-light:#22c55e;--success-rgb:22, 163, 74;--success-subtle:#16a34a1a;--danger:#dc2626;--danger-hover:#b91c1c;--danger-light:#ef4444;--danger-rgb:220, 38, 38;--danger-subtle:#dc26261a;--warning:#d97706;--warning-hover:#b45309;--warning-light:#f59e0b;--warning-rgb:217, 119, 6;--warning-subtle:#d977061a;--teal:#0d9488;--teal-hover:#0f766e;--teal-light:#14b8a6;--teal-rgb:13, 148, 136;--teal-subtle:#0d94881a;--sage:#6b7f5e;--sage-light:#8a9e7c;--sage-rgb:107, 127, 94;--sage-subtle:#6b7f5e1a;--terracotta:#b5654a;--terracotta-light:#c87d64;--terracotta-rgb:181, 101, 74;--terracotta-subtle:#b5654a1a;--amber:#c2880a;--amber-light:#d4a32e;--amber-rgb:194, 136, 10;--amber-subtle:#c2880a1a;--bg-primary:#fefefe;--bg-secondary:#f4f2ef;--bg-tertiary:#faf8f6;--bg-elevated:#fff;--bg-hover:#ece8e3;--bg-input:#fff;--bg-topbar:#fefefdf2;--text-primary:#1a1613;--text-secondary:#4a4239;--text-tertiary:#6b6054;--text-muted:#8c8278;--border-color:#d4cec7;--border-subtle:#e8e3dc;--border-focus:#1a3a32;--logo-color:#1a3a32;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 20px #0000001a;--shadow-accent:0 4px 12px #1a3a3226;--radius-sm:6px;--radius:8px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--transition:.2s ease;--transition-fast:.15s ease}[data-theme=dark]{--bg-primary:#121110;--bg-secondary:#1c1a17;--bg-tertiary:#262320;--bg-elevated:#1f1d1a;--bg-hover:#302d28;--bg-input:#1c1a17;--bg-topbar:#121110f2;--accent:#3eb489;--accent-hover:#35a07a;--accent-light:#4fc99a;--accent-rgb:62, 180, 137;--accent-subtle:#3eb48926;--forest:var(--accent);--forest-hover:var(--accent-hover);--forest-light:var(--accent-light);--forest-muted:#5fd9a8;--forest-bg:#1f312a;--cta:#d4a72c;--cta-hover:#c49922;--cta-rgb:212, 167, 44;--cta-subtle:#d4a72c26;--sage:#93b584;--sage-light:#a8c99a;--sage-rgb:147, 181, 132;--sage-subtle:#93b58426;--terracotta:#d4856a;--terracotta-light:#e09b82;--terracotta-rgb:212, 133, 106;--terracotta-subtle:#d4856a26;--amber:#daa830;--amber-light:#e5be55;--amber-rgb:218, 168, 48;--amber-subtle:#daa83026;--text-primary:#f5f5f5;--text-secondary:#a3a3a3;--text-tertiary:#737373;--text-muted:#525252;--border-color:#fff8f01f;--border-subtle:#fff8f014;--border-focus:#3eb48980;--logo-color:#f5f5f5;--shadow-sm:0 1px 2px #0006;--shadow-md:0 4px 6px #00000080;--shadow-lg:0 10px 20px #0009;--shadow-accent:0 4px 12px #3eb48940;--success:#22c55e;--success-hover:#16a34a;--success-light:#4ade80;--success-rgb:34, 197, 94;--success-subtle:#22c55e26;--danger:#ef4444;--danger-hover:#dc2626;--danger-light:#f87171;--danger-rgb:239, 68, 68;--danger-subtle:#ef444426;--warning:#f59e0b;--warning-hover:#d97706;--warning-light:#fbbf24;--warning-rgb:245, 158, 11;--warning-subtle:#f59e0b26;--teal:#14b8a6;--teal-hover:#0d9488;--teal-light:#2dd4bf;--teal-rgb:20, 184, 166;--teal-subtle:#14b8a626}.dashboard-module__w2Qwuq__loading{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;display:flex}.dashboard-module__w2Qwuq__layout{background:var(--bg-secondary);min-height:100vh;transition:background var(--transition);display:flex}.dashboard-module__w2Qwuq__sidebar{z-index:100;width:260px;transition:width .3s cubic-bezier(.4, 0, .2, 1), background var(--transition), border-color var(--transition);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed{width:72px}.dashboard-module__w2Qwuq__collapseToggle{background:var(--bg-secondary);border:1px solid var(--border-color);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;z-index:101;transition:all var(--transition);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;bottom:20vh;right:-14px}.dashboard-module__w2Qwuq__collapseToggle:hover{background:var(--accent);border-color:var(--accent);color:#fff}.dashboard-module__w2Qwuq__collapseToggle svg{width:14px;height:14px;transition:transform .3s}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__collapseToggle svg{transform:rotate(180deg)}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__sidebarHeader{border-bottom:1px solid #0000;justify-content:center;padding:24px 16px 6px}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__logo{display:none}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__themeToggle{width:36px;height:36px}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__nav{padding:16px 12px;overflow:visible}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__navLabel{opacity:0;height:0;margin:0;overflow:hidden}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__navItem{justify-content:center;gap:0;padding:12px;position:relative}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__navItem span:not(.dashboard-module__w2Qwuq__navIcon):not(.dashboard-module__w2Qwuq__navTooltip){display:none}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__navIcon{width:24px;height:24px;font-size:18px}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__navItem.dashboard-module__w2Qwuq__active:before{height:32px}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__sidebarFooter{padding:12px 8px}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__userRow{justify-content:center;padding:8px}.dashboard-module__w2Qwuq__sidebarHeader{border-bottom:.5px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:16px 12px;display:flex}.dashboard-module__w2Qwuq__logo{color:var(--logo-color);letter-spacing:-.3px;font-size:18px;font-weight:600;font-family:var(--font-display)}.dashboard-module__w2Qwuq__logoWrapper{align-items:center;gap:10px;display:flex}.dashboard-module__w2Qwuq__logoIcon{background:var(--forest-bg);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:3px;display:flex}.dashboard-module__w2Qwuq__logoIcon svg{width:100%;height:100%}.dashboard-module__w2Qwuq__logoMini{background:var(--forest-bg);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:3px;display:flex}.dashboard-module__w2Qwuq__logoMini svg{width:100%;height:100%}.dashboard-module__w2Qwuq__themeToggle{border-radius:var(--radius);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;font-size:18px;display:flex}.dashboard-module__w2Qwuq__themeToggle svg{width:18px;height:18px}.dashboard-module__w2Qwuq__themeToggle:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--accent)}.dashboard-module__w2Qwuq__nav{flex-direction:column;flex:1;gap:4px;padding:16px 10px;display:flex;overflow-y:auto}.dashboard-module__w2Qwuq__navSection{margin-bottom:12px}.dashboard-module__w2Qwuq__navLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;padding:0 12px;font-size:11px;font-weight:600}.dashboard-module__w2Qwuq__navItem{border-radius:var(--radius);color:var(--text-secondary);transition:all var(--transition);align-items:center;gap:12px;padding:12px 10px;font-size:14px;font-weight:500;text-decoration:none;display:flex;position:relative}.dashboard-module__w2Qwuq__navTooltip{background:var(--accent);color:#fff;letter-spacing:.2px;white-space:nowrap;box-shadow:0 4px 14px rgba(var(--accent-rgb), .4), 0 2px 4px #0000001f;z-index:1000;opacity:0;visibility:hidden;pointer-events:none;border:none;border-radius:6px;margin-left:18px;padding:7px 14px;font-size:12.5px;font-weight:600;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1),visibility .2s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:100%;transform:translateY(-50%)translate(-6px)}.dashboard-module__w2Qwuq__navTooltip:before{content:"";background:var(--accent);border-radius:2px;width:10px;height:10px;position:absolute;top:50%;left:-5px;transform:translateY(-50%)rotate(45deg)}.dashboard-module__w2Qwuq__navTooltip:after{display:none}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__navItem:hover .dashboard-module__w2Qwuq__navTooltip{opacity:1;visibility:visible;transform:translateY(-50%)translate(0)}.dashboard-module__w2Qwuq__navItem:hover{background:var(--bg-primary);color:var(--text-primary);text-decoration:none}.dashboard-module__w2Qwuq__navItem.dashboard-module__w2Qwuq__active{background:var(--accent-subtle);color:var(--text-primary)}.dashboard-module__w2Qwuq__navItem.dashboard-module__w2Qwuq__active:before{content:"";background:var(--accent);border-radius:0 2px 2px 0;width:3px;height:100%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.dashboard-module__w2Qwuq__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.dashboard-module__w2Qwuq__navIcon svg{width:18px;height:18px}.dashboard-module__w2Qwuq__navText{white-space:nowrap;text-overflow:ellipsis;transition:opacity .2s;overflow:hidden}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed .dashboard-module__w2Qwuq__navText{display:none}.dashboard-module__w2Qwuq__themeToggleCollapsed{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);justify-content:center;align-items:center;margin-bottom:8px;display:flex}.dashboard-module__w2Qwuq__themeToggleCollapsed:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--accent)}.dashboard-module__w2Qwuq__themeToggleCollapsed svg{width:18px;height:18px}.dashboard-module__w2Qwuq__navItem.dashboard-module__w2Qwuq__active .dashboard-module__w2Qwuq__navIcon svg{stroke-width:2px}.dashboard-module__w2Qwuq__sidebarFooter{border-top:1px solid var(--border-subtle);padding:12px}.dashboard-module__w2Qwuq__userMenuWrapper{background:var(--bg-code);border:1px solid var(--border-color);border-radius:8px;position:relative}.dashboard-module__w2Qwuq__userMenuWrapper:hover{background:var(--bg-hover)}.dashboard-module__w2Qwuq__userRow{border-radius:var(--radius);transition:all var(--transition-fast);cursor:pointer;text-align:left;width:100%;color:inherit;font:inherit;background:0 0;border:none;align-items:center;gap:8px;padding:8px 10px;display:flex}.dashboard-module__w2Qwuq__userRow:hover,.dashboard-module__w2Qwuq__userRowActive{background:var(--bg-hover)}.dashboard-module__w2Qwuq__userAvatarImg{object-fit:cover;border-radius:50%;flex-shrink:0;width:30px;height:30px}.dashboard-module__w2Qwuq__userAvatarFallback{border-radius:var(--radius);background:var(--accent);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:600;display:flex}.dashboard-module__w2Qwuq__userInfo{flex:1;min-width:0}.dashboard-module__w2Qwuq__userName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;line-height:1.4;overflow:hidden}.dashboard-module__w2Qwuq__userEmail{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.4;overflow:hidden}.dashboard-module__w2Qwuq__userMenuChevron{width:16px;height:16px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:transform .2s;display:flex}.dashboard-module__w2Qwuq__userMenuChevron svg{width:14px;height:14px}.dashboard-module__w2Qwuq__userMenuChevronOpen{transform:rotate(180deg)}.dashboard-module__w2Qwuq__userMenu{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:200;padding:0 0 6px;animation:.15s dashboard-module__w2Qwuq__dashboard-module__w2Qwuq__userMenuFadeIn;position:absolute;bottom:calc(100% + 8px);left:0;right:0;overflow:hidden}.dashboard-module__w2Qwuq__userMenuSide{min-width:220px;bottom:0;left:calc(100% + 12px);right:auto}@keyframes dashboard-module__w2Qwuq__userMenuFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__w2Qwuq__userMenuHeader{background:var(--bg-code);padding:9px 12px 6px}.dashboard-module__w2Qwuq__userMenuName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.dashboard-module__w2Qwuq__userMenuEmail{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;margin-top:0;font-size:11px;overflow:hidden}.dashboard-module__w2Qwuq__userMenuDivider{background:var(--border-subtle);height:1px;margin:0}.dashboard-module__w2Qwuq__userMenuItem{color:var(--text-secondary);transition:all var(--transition-fast);cursor:pointer;align-items:center;gap:10px;padding:8px 12px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.dashboard-module__w2Qwuq__userMenuItem:hover{background:var(--bg-hover);color:var(--text-primary)}.dashboard-module__w2Qwuq__userMenuItemDanger{border-radius:var(--radius);color:var(--text-secondary);transition:all var(--transition-fast);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:13px;font-weight:500;display:flex}.dashboard-module__w2Qwuq__userMenuItemDanger:hover{background:var(--danger-subtle);color:var(--danger)}.dashboard-module__w2Qwuq__userMenuIcon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.dashboard-module__w2Qwuq__userMenuIcon svg{width:100%;height:100%}.dashboard-module__w2Qwuq__topBar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);z-index:100;border-bottom-left-radius:10px;justify-content:space-between;align-items:center;height:56px;padding:0 20px;transition:left .2s;display:flex;position:fixed;top:0;right:0}.dashboard-module__w2Qwuq__topBarLeft{align-items:center;gap:12px;display:flex}.dashboard-module__w2Qwuq__topBarRight{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:10px;align-items:center;display:flex}.dashboard-module__w2Qwuq__topBarBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:0 solid #0000;align-items:center;gap:6px;padding:8px 12px;font-size:14px;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__toggleTheme{border-left:1px solid var(--border-color);border-top-right-radius:10px;border-bottom-right-radius:10px}.dashboard-module__w2Qwuq__topBarBtn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.dashboard-module__w2Qwuq__topBarIcon{justify-content:center;align-items:center;width:18px;height:18px;display:flex}.dashboard-module__w2Qwuq__topBarIcon svg{width:100%;height:100%}.dashboard-module__w2Qwuq__chevron{width:14px;height:14px;transition:transform .2s}.dashboard-module__w2Qwuq__chevronOpen{transform:rotate(180deg)}.dashboard-module__w2Qwuq__supportDropdown{position:relative}.dashboard-module__w2Qwuq__supportDropdown .dashboard-module__w2Qwuq__topBarBtn{border-top-left-radius:10px;border-bottom-left-radius:10px;padding:8px 4px 8px 8px}.dashboard-module__w2Qwuq__dropdownMenu{background:var(--bg-secondary);border:1px solid var(--border-subtle);z-index:200;border-radius:10px;min-width:200px;padding:6px;animation:.15s dashboard-module__w2Qwuq__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #00000026}@keyframes dashboard-module__w2Qwuq__dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__w2Qwuq__dropdownItem{color:var(--text-secondary);border-radius:6px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;text-decoration:none;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__dropdownItem:hover{background:var(--bg-hover);color:var(--text-primary)}.dashboard-module__w2Qwuq__dropdownIcon{opacity:.8;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.dashboard-module__w2Qwuq__dropdownIcon svg{width:100%;height:100%}.dashboard-module__w2Qwuq__balanceDisplay{border-left:1px solid var(--border-color);color:var(--primary);align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:500;display:flex}.dashboard-module__w2Qwuq__balanceIcon{justify-content:center;align-items:center;width:18px;height:18px;display:flex}.dashboard-module__w2Qwuq__balanceIcon svg{width:100%;height:100%;color:var(--primary)}.dashboard-module__w2Qwuq__docs{color:var(--text-secondary);cursor:pointer;align-items:center;gap:6px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__docs:hover{color:var(--text-primary)}.dashboard-module__w2Qwuq__balanceAmount{font-variant-numeric:tabular-nums}.dashboard-module__w2Qwuq__main{border:1px solid var(--border-color);background:var(--bg-primary);border-top-left-radius:10px;flex:1;min-height:100vh;margin-top:60px;margin-left:260px;padding:24px;transition:margin-left .3s cubic-bezier(.4,0,.2,1),opacity .2s ease-in-out}.dashboard-module__w2Qwuq__mainLoading{opacity:.5}.dashboard-module__w2Qwuq__loadingBar{background:var(--accent,#3b82f6);z-index:9999;height:3px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;transform:translate(-100%)}.dashboard-module__w2Qwuq__loadingBarActive{animation:2s ease-in-out dashboard-module__w2Qwuq__loadingProgress}@keyframes dashboard-module__w2Qwuq__loadingProgress{0%{transform:translate(-100%)}50%{transform:translate(-20%)}to{transform:translate(0%)}}.dashboard-module__w2Qwuq__mainExpanded{margin-left:72px}.dashboard-module__w2Qwuq__pageHeader{margin-bottom:24px;margin-left:-10px;position:absolute;top:0}.dashboard-module__w2Qwuq__pageTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:22px;font-weight:600;font-family:var(--font-display);margin-bottom:0;position:relative;top:16px}.dashboard-module__w2Qwuq__pageSubtitle{color:var(--text-tertiary);font-size:14px;font-weight:400}.dashboard-module__w2Qwuq__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.dashboard-module__w2Qwuq__toolbarLeft,.dashboard-module__w2Qwuq__toolbarRight{align-items:center;gap:12px;display:flex}.dashboard-module__w2Qwuq__notification{border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:14px 18px;font-size:14px;font-weight:500;display:flex}.dashboard-module__w2Qwuq__notification.dashboard-module__w2Qwuq__success{color:var(--success);background:#22c55e1a;border:1px solid #22c55e4d}.dashboard-module__w2Qwuq__notification.dashboard-module__w2Qwuq__error{color:var(--danger);background:#ef44441a;border:1px solid #ef44444d}.dashboard-module__w2Qwuq__notificationIcon{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.dashboard-module__w2Qwuq__notification.dashboard-module__w2Qwuq__success .dashboard-module__w2Qwuq__notificationIcon{background:#22c55e33}.dashboard-module__w2Qwuq__notification.dashboard-module__w2Qwuq__error .dashboard-module__w2Qwuq__notificationIcon{background:#ef444433}.dashboard-module__w2Qwuq__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dashboard-module__w2Qwuq__sectionTitle{letter-spacing:-.3px;color:var(--text-primary);font-size:15px;font-weight:700}.dashboard-module__w2Qwuq__sectionBadge{color:var(--text-secondary);background:var(--bg-tertiary);border-radius:20px;padding:6px 12px;font-size:13px}.dashboard-module__w2Qwuq__dismissButton{background:var(--bg-tertiary);width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;transition:var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.dashboard-module__w2Qwuq__dismissButton:hover{background:var(--bg-hover);color:var(--text-primary)}.dashboard-module__w2Qwuq__emptyState{text-align:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:60px 24px}.dashboard-module__w2Qwuq__emptyIcon{color:var(--text-secondary);opacity:.4;margin-bottom:16px}.dashboard-module__w2Qwuq__emptyTitle{margin-bottom:6px;font-size:16px;font-weight:600}.dashboard-module__w2Qwuq__emptySubtitle{color:var(--text-secondary);font-size:14px}.dashboard-module__w2Qwuq__pagination{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.dashboard-module__w2Qwuq__paginationInfo{color:var(--text-secondary);font-size:13px}.dashboard-module__w2Qwuq__paginationBtns{gap:8px;display:flex}.dashboard-module__w2Qwuq__paginationBtn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__paginationBtn:hover:not(:disabled){background:var(--bg-tertiary)}.dashboard-module__w2Qwuq__paginationBtn:disabled{opacity:.4;cursor:not-allowed}.dashboard-module__w2Qwuq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dashboard-module__w2Qwuq__modal{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;width:100%;max-width:420px;padding:28px;box-shadow:0 25px 50px -12px #00000080}.dashboard-module__w2Qwuq__modalHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.dashboard-module__w2Qwuq__modalTitle{font-size:20px;font-weight:600}.dashboard-module__w2Qwuq__modalClose{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__modalClose:hover{background:var(--bg-tertiary);color:var(--text-primary)}.dashboard-module__w2Qwuq__modalSubtitle{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.dashboard-module__w2Qwuq__modalError{color:var(--danger);background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;font-size:13px;display:flex}.dashboard-module__w2Qwuq__packageGrid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px;display:grid}.dashboard-module__w2Qwuq__packageCard{background:var(--bg-tertiary);border:2px solid var(--border-color);cursor:pointer;text-align:center;border-radius:14px;padding:24px 16px;transition:all .2s;position:relative}.dashboard-module__w2Qwuq__packageCard:hover{border-color:var(--accent);background:#6366f10d}.dashboard-module__w2Qwuq__packageCard.dashboard-module__w2Qwuq__packageSelected{border-color:var(--accent);background:#6366f11a}.dashboard-module__w2Qwuq__packageBadge{background:var(--cta);color:#1a1a1a;text-transform:uppercase;letter-spacing:.3px;border-radius:12px;padding:4px 10px;font-size:10px;font-weight:600;position:absolute;top:-10px;right:-10px}.dashboard-module__w2Qwuq__packageAmount{color:var(--text-primary);margin-bottom:4px;font-size:28px;font-weight:700;display:block}.dashboard-module__w2Qwuq__packageLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:12px}.dashboard-module__w2Qwuq__modalActions{gap:12px;display:flex}.dashboard-module__w2Qwuq__modalBtnSecondary{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:10px;flex:1;padding:14px 20px;font-size:14px;font-weight:500;transition:all .15s}.dashboard-module__w2Qwuq__modalBtnSecondary:hover{background:var(--bg-tertiary)}.dashboard-module__w2Qwuq__modalBtnPrimary{background:var(--accent);border-radius:var(--radius);color:#fff;cursor:pointer;border:none;flex:2;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.dashboard-module__w2Qwuq__modalBtnPrimary:hover:not(:disabled){background:var(--accent-hover)}.dashboard-module__w2Qwuq__modalBtnPrimary:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__w2Qwuq__stripeNote{border-top:1px solid var(--border-color);color:var(--text-secondary);justify-content:center;align-items:center;gap:8px;margin-top:20px;padding-top:20px;font-size:13px;display:flex}.dashboard-module__w2Qwuq__infoCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:14px;align-items:center;gap:16px;margin-bottom:32px;padding:20px 24px;display:flex}.dashboard-module__w2Qwuq__infoIcon{width:48px;height:48px;color:var(--accent);background:#6366f11a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-module__w2Qwuq__infoContent{flex:1}.dashboard-module__w2Qwuq__infoTitle{margin-bottom:4px;font-size:15px;font-weight:600}.dashboard-module__w2Qwuq__infoText{color:var(--text-secondary);font-size:13px;line-height:1.5}.dashboard-module__w2Qwuq__createKeyBtn{background:var(--accent);border-radius:var(--radius);color:#fff;cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:8px;margin-top:-10px;padding:10px 18px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.dashboard-module__w2Qwuq__createKeyBtn:hover{background:var(--accent-hover)}.dashboard-module__w2Qwuq__keysHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dashboard-module__w2Qwuq__keysCount{color:var(--text-secondary);font-size:14px}.dashboard-module__w2Qwuq__keysGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.dashboard-module__w2Qwuq__keyCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:24px;transition:all .2s;position:relative}.dashboard-module__w2Qwuq__keyCard:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.dashboard-module__w2Qwuq__keyCardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex;position:relative}.dashboard-module__w2Qwuq__keyIconWrapper{background:var(--accent);border-radius:var(--radius);color:#fff;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.dashboard-module__w2Qwuq__keyStatus{color:var(--success);background:#22c55e1a;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:flex;position:absolute;top:0;right:-10px}.dashboard-module__w2Qwuq__keyStatusRevoked{color:var(--danger);background:#ef44441a;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:flex}.dashboard-module__w2Qwuq__keyStatusDot{background:var(--success);border-radius:50%;width:6px;height:6px;animation:2s infinite dashboard-module__w2Qwuq__pulse}@keyframes dashboard-module__w2Qwuq__pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-module__w2Qwuq__keyName{margin-bottom:8px;font-size:18px;font-weight:600}.dashboard-module__w2Qwuq__keyPrefix{background:var(--bg-code);color:var(--text-secondary);border:1px solid var(--accent-subtle);border-radius:8px;margin-bottom:0;padding:6px 9px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px;display:inline-block}.dashboard-module__w2Qwuq__keyMeta{border-top:1px solid var(--border-color);flex-direction:column;gap:8px;margin-bottom:16px;padding-top:16px;display:flex}.dashboard-module__w2Qwuq__keyMetaItem{color:var(--text-secondary);align-items:center;gap:8px;font-size:13px;display:flex}.dashboard-module__w2Qwuq__revokeBtn{width:100%;color:var(--danger);cursor:pointer;background:0 0;border:1px solid #ef44444d;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__revokeBtn:hover{border-color:var(--danger);background:#ef44441a}.dashboard-module__w2Qwuq__createKeyCard{border:2px dashed var(--border-color);min-height:240px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.dashboard-module__w2Qwuq__createKeyCard:hover{border-color:var(--accent);color:var(--accent);background:#6366f10d}.dashboard-module__w2Qwuq__createKeyIcon{background:var(--bg-tertiary);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.dashboard-module__w2Qwuq__createKeyCard:hover .dashboard-module__w2Qwuq__createKeyIcon{background:#6366f11a}.dashboard-module__w2Qwuq__emptyIconLarge{color:var(--text-secondary);opacity:.3;margin-bottom:20px}.dashboard-module__w2Qwuq__emptyBtn{background:var(--accent);border-radius:var(--radius);color:#fff;cursor:pointer;border:none;align-items:center;gap:8px;margin-top:20px;padding:10px 20px;font-size:13px;font-weight:500;transition:background .15s;display:inline-flex}.dashboard-module__w2Qwuq__emptyBtn:hover{background:var(--accent-hover)}.dashboard-module__w2Qwuq__inputGroup{margin-bottom:24px}.dashboard-module__w2Qwuq__inputLabel{margin-bottom:8px;font-size:14px;font-weight:500;display:block}.dashboard-module__w2Qwuq__input{background:var(--bg-tertiary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:10px;padding:14px 16px;font-size:14px;transition:all .15s}.dashboard-module__w2Qwuq__input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #6366f126}.dashboard-module__w2Qwuq__input::placeholder{color:var(--text-secondary)}.dashboard-module__w2Qwuq__inputHint{color:var(--text-secondary);margin-top:8px;font-size:12px;display:block}.dashboard-module__w2Qwuq__modalIconSuccess{width:64px;height:64px;color:var(--success);background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.dashboard-module__w2Qwuq__modalIconDanger{width:64px;height:64px;color:var(--danger);background:#ef44441a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.dashboard-module__w2Qwuq__modalTitleCentered{text-align:center;margin-bottom:12px;font-size:20px;font-weight:600}.dashboard-module__w2Qwuq__modalTextCentered{color:var(--text-secondary);text-align:center;margin-bottom:16px;font-size:14px;line-height:1.6}.dashboard-module__w2Qwuq__warningBox{color:#eab308;background:#eab3081a;border:1px solid #eab3084d;border-radius:10px;align-items:center;gap:12px;margin-bottom:20px;padding:14px 16px;font-size:13px;display:flex}.dashboard-module__w2Qwuq__dangerBox{color:var(--danger);text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;margin-bottom:24px;padding:12px 16px;font-size:13px}.dashboard-module__w2Qwuq__keyDisplayBox{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:16px;display:flex}.dashboard-module__w2Qwuq__keyDisplayText{word-break:break-all;color:var(--text-primary);flex:1;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px}.dashboard-module__w2Qwuq__copyKeyBtn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__copyKeyBtn:hover{background:var(--accent);border-color:var(--accent);color:#fff}.dashboard-module__w2Qwuq__modalBtnDanger{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.dashboard-module__w2Qwuq__modalBtnDanger:hover:not(:disabled){background:var(--danger-hover)}.dashboard-module__w2Qwuq__modalBtnDanger:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.dashboard-module__w2Qwuq__infoCard{text-align:center;flex-direction:column}.dashboard-module__w2Qwuq__createKeyBtn{justify-content:center;width:100%}.dashboard-module__w2Qwuq__keysGrid{grid-template-columns:1fr}}.dashboard-module__w2Qwuq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px;display:grid}.dashboard-module__w2Qwuq__statCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition);padding:20px 24px}.dashboard-module__w2Qwuq__statCard:hover{border-color:var(--accent)}.dashboard-module__w2Qwuq__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:600}.dashboard-module__w2Qwuq__statValue{color:var(--text-primary);font-size:28px;font-weight:700}.dashboard-module__w2Qwuq__statValue.dashboard-module__w2Qwuq__accent{color:var(--accent)}.dashboard-module__w2Qwuq__mobileMenuBtn{border:1px solid var(--border-color);border-radius:var(--radius);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;justify-content:center;align-items:center;display:none}.dashboard-module__w2Qwuq__mobileMenuBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.dashboard-module__w2Qwuq__mobileMenuBtn svg{width:20px;height:20px}.dashboard-module__w2Qwuq__mobileOverlay{z-index:150;background:#00000080;animation:.2s dashboard-module__w2Qwuq__overlayFadeIn;display:none;position:fixed;inset:0}@keyframes dashboard-module__w2Qwuq__overlayFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.dashboard-module__w2Qwuq__sidebar{width:240px}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed{width:64px}.dashboard-module__w2Qwuq__mainExpanded{margin-left:64px}.dashboard-module__w2Qwuq__main{margin-left:240px;padding:20px}.dashboard-module__w2Qwuq__listHeader,.dashboard-module__w2Qwuq__listRow{grid-template-columns:1.5fr 90px 140px 80px 80px 80px;gap:12px;padding:12px 16px}}@media (max-width:768px){.dashboard-module__w2Qwuq__mobileMenuBtn{display:flex}.dashboard-module__w2Qwuq__mobileOverlay{display:block}.dashboard-module__w2Qwuq__sidebar{z-index:200;width:280px;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(-100%)}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__collapsed{width:280px}.dashboard-module__w2Qwuq__sidebar.dashboard-module__w2Qwuq__sidebarMobileOpen{background:var(--bg-secondary);transform:translate(0)}.dashboard-module__w2Qwuq__sidebarMobileOpen .dashboard-module__w2Qwuq__navLabel{opacity:1;height:auto;margin-bottom:4px}.dashboard-module__w2Qwuq__sidebarMobileOpen .dashboard-module__w2Qwuq__navItem{justify-content:flex-start;gap:12px}.dashboard-module__w2Qwuq__sidebarMobileOpen .dashboard-module__w2Qwuq__navItem span:not(.dashboard-module__w2Qwuq__navIcon),.dashboard-module__w2Qwuq__sidebarMobileOpen .dashboard-module__w2Qwuq__navText{display:inline}.dashboard-module__w2Qwuq__sidebarMobileOpen .dashboard-module__w2Qwuq__logo{display:block}.dashboard-module__w2Qwuq__sidebarMobileOpen .dashboard-module__w2Qwuq__themeToggle{display:flex}.dashboard-module__w2Qwuq__sidebarMobileOpen .dashboard-module__w2Qwuq__sidebarHeader{justify-content:space-between}.dashboard-module__w2Qwuq__sidebarMobileOpen .dashboard-module__w2Qwuq__userInfo{display:block}.dashboard-module__w2Qwuq__sidebarMobileOpen .dashboard-module__w2Qwuq__userMenuChevron{display:flex}.dashboard-module__w2Qwuq__collapseToggle{display:none}.dashboard-module__w2Qwuq__main{margin-left:0;padding:16px;overflow-x:hidden}.dashboard-module__w2Qwuq__topBar{left:0!important}.dashboard-module__w2Qwuq__supportDropdown .dashboard-module__w2Qwuq__topBarBtn>span:not(.dashboard-module__w2Qwuq__topBarIcon):not(.dashboard-module__w2Qwuq__chevron){display:none}.dashboard-module__w2Qwuq__docs{gap:0;font-size:0}.dashboard-module__w2Qwuq__docs .dashboard-module__w2Qwuq__topBarIcon{font-size:14px}.dashboard-module__w2Qwuq__topBarRight{flex-shrink:0}.dashboard-module__w2Qwuq__pageHeader{z-index:100;pointer-events:none;justify-content:center;align-items:center;height:56px;margin:0;display:flex;position:fixed;top:0;left:0;right:0}.dashboard-module__w2Qwuq__pageTitle{pointer-events:auto;font-size:16px;position:static;top:auto}.dashboard-module__w2Qwuq__sessionsGrid{grid-template-columns:1fr}.dashboard-module__w2Qwuq__listHeader{display:none}.dashboard-module__w2Qwuq__listRow{grid-template-columns:1fr;gap:8px}}.dashboard-module__w2Qwuq__gettingStartedGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px;display:grid}@media (max-width:900px){.dashboard-module__w2Qwuq__gettingStartedGrid{grid-template-columns:1fr}}.dashboard-module__w2Qwuq__gettingStartedCard{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);align-items:center;gap:16px;padding:16px 18px;text-decoration:none;transition:border-color .15s;display:flex}.dashboard-module__w2Qwuq__gettingStartedCard:first-child{background:var(--accent);border-color:var(--accent)}.dashboard-module__w2Qwuq__gettingStartedCard:first-child .dashboard-module__w2Qwuq__gettingStartedTitle,.dashboard-module__w2Qwuq__gettingStartedCard:first-child .dashboard-module__w2Qwuq__gettingStartedDesc{color:#ffffffe6}.dashboard-module__w2Qwuq__gettingStartedCard:first-child .dashboard-module__w2Qwuq__gettingStartedCta{color:#fff;background:#ffffff26}.dashboard-module__w2Qwuq__gettingStartedCard:hover{border-color:var(--border-color)}.dashboard-module__w2Qwuq__gettingStartedCard:first-child:hover{border-color:var(--accent-hover)}.dashboard-module__w2Qwuq__gettingStartedIllustration{flex-shrink:0}.dashboard-module__w2Qwuq__gettingStartedContent{flex:1;min-width:0}.dashboard-module__w2Qwuq__gettingStartedTitle{color:var(--text-primary);margin-bottom:3px;font-size:14px;font-weight:600}.dashboard-module__w2Qwuq__gettingStartedDesc{color:var(--text-secondary);margin-bottom:10px;font-size:12px;line-height:1.4}.dashboard-module__w2Qwuq__gettingStartedCta{color:var(--accent);background:var(--accent-subtle);border-radius:var(--radius-sm);align-items:center;padding:5px 10px;font-size:12px;font-weight:500;transition:none;display:inline-flex}.dashboard-module__w2Qwuq__sectionHeaderWithDropdown{justify-content:space-between;align-items:center;margin-top:0;margin-bottom:8px;display:flex}.dashboard-module__w2Qwuq__periodDropdown{margin:0 -10px;position:relative}.dashboard-module__w2Qwuq__periodDropdownBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:6px 4px 6px 10px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__periodDropdownBtn:hover{border-color:var(--border-color);background:var(--bg-tertiary)}.dashboard-module__w2Qwuq__periodDropdownMenu{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:10;border-radius:10px;min-width:120px;margin-top:4px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 40px #0000004d}.dashboard-module__w2Qwuq__periodDropdownMenu button{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;padding:12px 16px;font-size:14px;transition:all .15s}.dashboard-module__w2Qwuq__periodDropdownMenu button:hover{background:var(--bg-tertiary)}.dashboard-module__w2Qwuq__periodDropdownMenu button.dashboard-module__w2Qwuq__active{background:var(--accent);color:#fff}.dashboard-module__w2Qwuq__statsGridCompact{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1024px){.dashboard-module__w2Qwuq__statsGridCompact{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.dashboard-module__w2Qwuq__statsGridCompact{grid-template-columns:1fr}}.dashboard-module__w2Qwuq__statCardModern{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);align-items:center;gap:14px;padding:18px 20px;transition:border-color .15s;display:flex}.dashboard-module__w2Qwuq__statCardModern:first-child{padding:20px 22px}.dashboard-module__w2Qwuq__statCardModern:hover{border-color:var(--border-color)}.dashboard-module__w2Qwuq__statIconWrapper{border-radius:var(--radius);background:var(--accent-subtle);width:40px;height:40px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-module__w2Qwuq__statCardModern:first-child .dashboard-module__w2Qwuq__statIconWrapper{background:var(--accent);color:#fff;width:44px;height:44px}.dashboard-module__w2Qwuq__statContent{flex:1;min-width:0}.dashboard-module__w2Qwuq__statLabelModern{color:var(--text-tertiary);margin-bottom:2px;font-size:12px}.dashboard-module__w2Qwuq__statValueModern{letter-spacing:-.3px;font-variant-numeric:tabular-nums;font-size:22px;font-weight:600}.dashboard-module__w2Qwuq__statCardModern:first-child .dashboard-module__w2Qwuq__statValueModern{font-size:26px}.dashboard-module__w2Qwuq__sessionCardsGrid{gap:16px;display:flex}.dashboard-module__w2Qwuq__sessionCard{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;flex:1;width:0;transition:border-color .15s;overflow:hidden}.dashboard-module__w2Qwuq__sessionCard:hover{border-color:var(--border-color)}.dashboard-module__w2Qwuq__sessionCardThumbnail{background:var(--bg-tertiary);justify-content:center;align-items:center;height:120px;display:flex;position:relative;overflow:hidden}.dashboard-module__w2Qwuq__sessionCardThumbnail img{object-fit:cover;width:100%;height:100%}.dashboard-module__w2Qwuq__sessionThumbnailBg{position:absolute;inset:0}.dashboard-module__w2Qwuq__sessionBrowserChrome{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;align-items:center;gap:5px;height:24px;padding:0 10px;display:flex;position:absolute;top:0;left:0;right:0}.dashboard-module__w2Qwuq__browserDotRed{background:#ff5f57;border-radius:50%;width:7px;height:7px}.dashboard-module__w2Qwuq__browserDotYellow{background:#febc2e;border-radius:50%;width:7px;height:7px}.dashboard-module__w2Qwuq__browserDotGreen{background:#28c840;border-radius:50%;width:7px;height:7px}.dashboard-module__w2Qwuq__browserUrlBar{background:var(--bg-tertiary);border-radius:4px;flex:1;height:14px;margin-left:8px}.dashboard-module__w2Qwuq__sessionFakeContent{width:100%;padding:32px 16px 12px}.dashboard-module__w2Qwuq__fakeContentLine{border-radius:4px;height:8px;margin-bottom:6px}.dashboard-module__w2Qwuq__fakeContentLineWide{background:#0000000f;width:80%;}.dashboard-module__w2Qwuq__fakeContentLineMedium{background:#0000000a;width:60%;}.dashboard-module__w2Qwuq__fakeContentLineNarrow{background:#00000008;width:70%;}.dashboard-module__w2Qwuq__sessionScreenshot{object-fit:cover;width:100%;height:100%}.dashboard-module__w2Qwuq__sessionStatusBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;display:flex;position:absolute;top:10px;right:10px}.dashboard-module__w2Qwuq__sessionStatusCompleted{background:var(--success-subtle);color:var(--success);}.dashboard-module__w2Qwuq__sessionStatusFailed{background:var(--danger-subtle);color:var(--danger);}.dashboard-module__w2Qwuq__sessionStatusActive{background:var(--success-subtle);color:var(--success);}.dashboard-module__w2Qwuq__sessionStatusPending{background:var(--amber-subtle);color:var(--amber);}.dashboard-module__w2Qwuq__sessionStatusTerminated{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-color);}.dashboard-module__w2Qwuq__sessionStatusDot{border-radius:50%;width:6px;height:6px}.dashboard-module__w2Qwuq__sessionStatusDotCompleted{background:var(--success);}.dashboard-module__w2Qwuq__sessionStatusDotFailed{background:var(--danger);}.dashboard-module__w2Qwuq__sessionStatusDotActive{background:var(--success);animation:2s infinite dashboard-module__w2Qwuq__pulse;}.dashboard-module__w2Qwuq__sessionStatusDotPending{background:var(--amber);}.dashboard-module__w2Qwuq__sessionStatusDotTerminated{background:var(--text-tertiary);}.dashboard-module__w2Qwuq__sessionCardBody{background:var(--bg-primary);padding:14px 16px}.dashboard-module__w2Qwuq__sessionCardTask{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);margin-bottom:6px;font-size:14px;font-weight:500;overflow:hidden}.dashboard-module__w2Qwuq__sessionCardDate{color:var(--text-secondary);margin-bottom:12px;font-size:12px}.dashboard-module__w2Qwuq__sessionCardMeta{color:var(--text-secondary);justify-content:space-between;font-size:12px;display:flex}.dashboard-module__w2Qwuq__sessionMetaLeft{align-items:center;gap:10px;display:flex}.dashboard-module__w2Qwuq__sessionMetaItem{align-items:center;gap:4px;display:flex}.dashboard-module__w2Qwuq__sessionCardCost{color:var(--amber);font-weight:600}.dashboard-module__w2Qwuq__sessionCostFailed{color:var(--danger);font-size:12px;font-weight:600}.dashboard-module__w2Qwuq__noActiveSection{text-align:center;background:var(--bg-secondary);border:1px dashed var(--border-color);border-radius:16px;margin-top:40px;padding:60px 24px}.dashboard-module__w2Qwuq__noActiveIcon{color:var(--text-secondary);opacity:.3;margin-bottom:16px}.dashboard-module__w2Qwuq__noActiveTitle{margin-bottom:6px;font-size:16px;font-weight:600}.dashboard-module__w2Qwuq__noActiveText{color:var(--text-secondary);font-size:14px}@media (max-width:768px){.dashboard-module__w2Qwuq__settingRowSplit{grid-template-columns:1fr}.dashboard-module__w2Qwuq__taskInputFooter{flex-direction:column;gap:16px}.dashboard-module__w2Qwuq__taskInputLeft,.dashboard-module__w2Qwuq__taskInputRight{justify-content:space-between;width:100%}}.dashboard-module__w2Qwuq__quickApiKeySection{margin-top:24px}.dashboard-module__w2Qwuq__quickApiKeyCard{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:16px;margin-top:10px;padding:16px 20px;transition:border-color .15s,box-shadow .15s;display:flex}.dashboard-module__w2Qwuq__quickApiKeyCard:hover{border-color:var(--border-color)}.dashboard-module__w2Qwuq__quickApiKeyLeft{flex:1;align-items:center;gap:0;min-width:0;display:flex}.dashboard-module__w2Qwuq__quickApiKeyIcon{border:1px solid var(--border-subtle);background:var(--bg-tertiary);border-top-left-radius:var(--radius-sm);border-bottom-left-radius:var(--radius-sm);width:34px;height:32px;color:var(--accent);border-right:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-module__w2Qwuq__quickApiKeyContent{flex-direction:column;gap:2px;min-width:0;display:flex}.dashboard-module__w2Qwuq__quickApiKeyLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:500}.dashboard-module__w2Qwuq__quickApiKeyValue{font-size:12px;font-family:var(--font-mono);color:var(--text-primary);background:var(--bg-tertiary);border-top-right-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm);letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;border:1px solid var(--border-subtle);flex:1;padding:6px 10px;overflow:hidden}.dashboard-module__w2Qwuq__quickApiKeyInputWrapper{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius);align-items:center;max-width:100%;display:flex;overflow:hidden}.dashboard-module__w2Qwuq__quickApiKeyInput{font-size:14px;font-family:var(--font-mono);color:var(--text-primary);letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;flex:1;min-width:0;padding:0 14px;overflow:hidden}.dashboard-module__w2Qwuq__quickApiKeyCopyInline{background:var(--bg-tertiary);border:none;border-left:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;white-space:nowrap;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:500;transition:all .15s}.dashboard-module__w2Qwuq__quickApiKeyCopyInline:hover{background:var(--bg-hover);color:var(--text-primary)}.dashboard-module__w2Qwuq__quickApiKeyActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.dashboard-module__w2Qwuq__quickApiKeyRevealBtn{background:var(--accent);border-radius:var(--radius);color:#fff;cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.dashboard-module__w2Qwuq__quickApiKeyRevealBtn:hover{background:var(--accent-hover)}.dashboard-module__w2Qwuq__quickApiKeyManageBtn{border:1px solid var(--border-color);border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__quickApiKeyManageBtn:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--text-tertiary)}@media (max-width:640px){.dashboard-module__w2Qwuq__quickApiKeyCard{flex-direction:column;align-items:stretch;gap:12px}.dashboard-module__w2Qwuq__quickApiKeyActions{justify-content:stretch}.dashboard-module__w2Qwuq__quickApiKeyRevealBtn,.dashboard-module__w2Qwuq__quickApiKeyManageBtn{flex:1;justify-content:center}.dashboard-module__w2Qwuq__quickApiKeyInputWrapper{flex-direction:column}.dashboard-module__w2Qwuq__quickApiKeyCopyInline{border-left:none;border-top:1px solid var(--border-color);width:100%;padding:10px}}.dashboard-module__w2Qwuq__codeSnippetSection{text-align:left;margin-top:24px}.dashboard-module__w2Qwuq__codeSnippetTitle{color:var(--text-primary);margin-bottom:12px;font-size:14px;font-weight:600}.dashboard-module__w2Qwuq__codeSnippetTabs{gap:8px;margin-bottom:12px;display:flex}.dashboard-module__w2Qwuq__codeSnippetTab{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-secondary);transition:background var(--transition), color var(--transition), border-color var(--transition);background:0 0;border:1px solid #0000;padding:6px 12px;font-size:13px;font-weight:500}.dashboard-module__w2Qwuq__codeSnippetTab:hover{color:var(--text-primary)}.dashboard-module__w2Qwuq__codeSnippetTabActive{background:var(--accent-subtle);color:var(--accent);border-color:rgba(var(--accent-rgb), .22)}.dashboard-module__w2Qwuq__codeSnippetTabActive:hover{background:var(--accent-subtle);color:var(--accent)}.dashboard-module__w2Qwuq__codeSnippetBlock{background-color:#1a1d23;border:1px solid #ffffff14;border-radius:8px;position:relative;overflow:hidden}[data-theme=light] .dashboard-module__w2Qwuq__codeSnippetBlock{border-color:var(--border-color);background-color:#fafafa}.dashboard-module__w2Qwuq__codeSnippetCopyBtn{text-transform:uppercase;letter-spacing:.3px;cursor:pointer;color:#ffffffb3;background-color:#ffffff1a;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:10px;font-weight:600;transition:all .15s;display:flex;position:absolute;top:6px;right:6px}[data-theme=light] .dashboard-module__w2Qwuq__codeSnippetCopyBtn{background-color:var(--bg-hover);color:var(--text-secondary)}.dashboard-module__w2Qwuq__codeSnippetCopyBtn:hover{background-color:var(--accent);color:#fff}.dashboard-module__w2Qwuq__codeSnippetCopyBtnSuccess{background-color:var(--success);color:#fff}.dashboard-module__w2Qwuq__codeSnippetCopyBtnSuccess:hover{background-color:var(--success-hover)}.dashboard-module__w2Qwuq__codeSnippetPre{color:#abb2bf;white-space:pre-wrap;word-break:break-word;font-size:11px;line-height:1.6;font-family:var(--font-mono);letter-spacing:-.2px;margin:0;padding:14px 70px 14px 14px;overflow-x:auto}[data-theme=light] .dashboard-module__w2Qwuq__codeSnippetPre{color:#383a42}.dashboard-module__w2Qwuq__codeSnippetHint{color:var(--text-tertiary);align-items:center;gap:5px;margin:10px 0 0;font-size:11px;display:flex}.dashboard-module__w2Qwuq__codeSnippetHint svg{opacity:.6}.dashboard-module__w2Qwuq__codeSnippetHint a{color:var(--accent);font-weight:500;text-decoration:none;transition:color .15s}.dashboard-module__w2Qwuq__codeSnippetHint a:hover{color:var(--accent-hover)}.dashboard-module__w2Qwuq__onboardingHeader{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;margin:0;padding:0;font-family:inherit;display:flex}.dashboard-module__w2Qwuq__onboardingHeader:hover .dashboard-module__w2Qwuq__onboardingChevron{color:var(--text-secondary)}.dashboard-module__w2Qwuq__onboardingHeaderLeft{align-items:center;gap:8px;display:flex}.dashboard-module__w2Qwuq__onboardingCounter{color:var(--text-muted);background:var(--bg-secondary);letter-spacing:.3px;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.dashboard-module__w2Qwuq__onboardingChevron{color:var(--text-muted);justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.4,0,.2,1),color .15s;display:flex}.dashboard-module__w2Qwuq__onboardingChevronOpen{transform:rotate(180deg)}.dashboard-module__w2Qwuq__onboardingBody{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);display:grid}.dashboard-module__w2Qwuq__onboardingBodyOpen{grid-template-rows:1fr}.dashboard-module__w2Qwuq__onboardingBodyInner{overflow:hidden}.dashboard-module__w2Qwuq__onboardingProgressBar{background:var(--bg-secondary);border-radius:2px;width:100%;height:4px;margin-top:14px;margin-bottom:12px;overflow:hidden}.dashboard-module__w2Qwuq__onboardingProgressFill{background:linear-gradient(90deg, var(--success), var(--teal));border-radius:2px;min-width:0;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.dashboard-module__w2Qwuq__onboardingChecklist{flex-direction:column;gap:0;display:flex}.dashboard-module__w2Qwuq__onboardingCheckItem{border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;align-items:center;gap:12px;padding:10px 8px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex;position:relative}.dashboard-module__w2Qwuq__onboardingCheckItem:not(:last-child){border-bottom:1px solid var(--border-subtle)}.dashboard-module__w2Qwuq__onboardingCheckItem:hover{background:var(--bg-hover)}.dashboard-module__w2Qwuq__onboardingCheckItem:hover .dashboard-module__w2Qwuq__onboardingItemArrow{opacity:1;transform:translate(0)}.dashboard-module__w2Qwuq__onboardingCheckItemDone{color:var(--text-muted);cursor:default}.dashboard-module__w2Qwuq__onboardingCheckItemDone .dashboard-module__w2Qwuq__onboardingItemLabel{text-decoration:line-through;-webkit-text-decoration-color:var(--border-color);text-decoration-color:var(--border-color)}.dashboard-module__w2Qwuq__onboardingCheckItemDone:hover{background:0 0}.dashboard-module__w2Qwuq__onboardingCheckIcon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.dashboard-module__w2Qwuq__onboardingCheckIconPending{border:1.5px solid var(--border-color);background:var(--bg-elevated)}.dashboard-module__w2Qwuq__onboardingCheckItem:hover .dashboard-module__w2Qwuq__onboardingCheckIconPending{border-color:var(--accent);background:var(--accent-subtle)}.dashboard-module__w2Qwuq__onboardingCheckIconDone{background:var(--success);color:#fff;box-shadow:0 1px 3px rgba(var(--success-rgb), .3);border:none}.dashboard-module__w2Qwuq__onboardingItemLabel{flex:1;min-width:0}.dashboard-module__w2Qwuq__onboardingItemArrow{color:var(--text-muted);opacity:0;flex-shrink:0;font-size:14px;transition:all .15s;transform:translate(-4px)}.dashboard-module__w2Qwuq__dashboardContainer{grid-template-columns:1fr 380px;gap:24px;min-height:calc(100vh - 120px);display:grid}.dashboard-module__w2Qwuq__dashboardMain{flex-direction:column;gap:24px;min-width:0;display:flex}.dashboard-module__w2Qwuq__dashboardSidebar{flex-direction:column;gap:16px;height:fit-content;max-height:calc(100vh - 108px);display:flex;position:sticky;top:84px;overflow-y:auto}.dashboard-module__w2Qwuq__sidebarCard{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:18px;position:relative}.dashboard-module__w2Qwuq__sidebarCardTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px;font-size:11px;font-weight:600}.dashboard-module__w2Qwuq__sidebarStatsGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.dashboard-module__w2Qwuq__sidebarStatCard{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;gap:8px;padding:16px;transition:border-color .15s;display:flex}.dashboard-module__w2Qwuq__sidebarStatCard:hover{border-color:var(--border-color)}.dashboard-module__w2Qwuq__sidebarStatCardActive{border-color:var(--success);background:linear-gradient(135deg, var(--success-subtle) 0%, #22c55e0d 100%);position:relative;overflow:hidden}.dashboard-module__w2Qwuq__sidebarStatCardActive:before{content:"";background:var(--success);border-radius:0 2px 2px 0;width:3px;height:100%;position:absolute;top:0;left:0}.dashboard-module__w2Qwuq__sidebarStatCardActive:hover{border-color:var(--success)}.dashboard-module__w2Qwuq__sidebarStatLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600}.dashboard-module__w2Qwuq__sidebarStatValue{color:var(--text-primary);letter-spacing:-.02em;font-size:26px;font-weight:700;line-height:1.1}.dashboard-module__w2Qwuq__sidebarStatUnit{color:var(--text-tertiary);letter-spacing:.01em;margin-top:-4px;font-size:11px;font-weight:500}.dashboard-module__w2Qwuq__sidebarStatValueActive{color:var(--success)}.dashboard-module__w2Qwuq__sidebarQuickStart{margin-top:8px}.dashboard-module__w2Qwuq__sidebarQuickStartTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.8px;margin-top:14px;margin-bottom:10px;font-size:11px;font-weight:700}.dashboard-module__w2Qwuq__codeKeyword{color:#c586c0}.dashboard-module__w2Qwuq__codeString{color:#ce9178}.dashboard-module__w2Qwuq__codeProperty{color:#9cdcfe}.dashboard-module__w2Qwuq__codeUrl{color:#4ec9b0}.dashboard-module__w2Qwuq__codeComment{color:#6a9955;font-style:italic}.dashboard-module__w2Qwuq__codeBracket{color:gold}.dashboard-module__w2Qwuq__codeMethod{color:#dcdcaa}[data-theme=light] .dashboard-module__w2Qwuq__codeKeyword{color:#af00db}[data-theme=light] .dashboard-module__w2Qwuq__codeString{color:#a31515}[data-theme=light] .dashboard-module__w2Qwuq__codeProperty{color:#001080}[data-theme=light] .dashboard-module__w2Qwuq__codeUrl{color:#267f99}[data-theme=light] .dashboard-module__w2Qwuq__codeComment{color:green}[data-theme=light] .dashboard-module__w2Qwuq__codeBracket{color:#00f}[data-theme=light] .dashboard-module__w2Qwuq__codeMethod{color:#795e26}.dashboard-module__w2Qwuq__codeCommand{color:#569cd6;font-weight:600}.dashboard-module__w2Qwuq__codeFlag{color:#9cdcfe}.dashboard-module__w2Qwuq__codeHeader{color:#ce9178}.dashboard-module__w2Qwuq__codeApiKey{color:#4ec9b0;background:#4ec9b01a;border-radius:3px;padding:1px 4px}.dashboard-module__w2Qwuq__codeBuiltin{color:#4ec9b0}.dashboard-module__w2Qwuq__codePunctuation,.dashboard-module__w2Qwuq__codeOperator{color:#d4d4d4}[data-theme=light] .dashboard-module__w2Qwuq__codeCommand{color:#00f;font-weight:600}[data-theme=light] .dashboard-module__w2Qwuq__codeFlag{color:#001080}[data-theme=light] .dashboard-module__w2Qwuq__codeHeader{color:#a31515}[data-theme=light] .dashboard-module__w2Qwuq__codeApiKey{color:#267f99;background:#267f991a}[data-theme=light] .dashboard-module__w2Qwuq__codeBuiltin{color:#267f99}[data-theme=light] .dashboard-module__w2Qwuq__codePunctuation{color:#000}[data-theme=light] .dashboard-module__w2Qwuq__codeOperator{color:#000}.dashboard-module__w2Qwuq__trendIndicator{border-radius:4px;align-items:center;gap:4px;width:fit-content;margin-top:6px;padding:3px 8px;font-size:11px;font-weight:500;display:flex}.dashboard-module__w2Qwuq__trendPositive{color:#22c55e;background:#22c55e1a}.dashboard-module__w2Qwuq__trendNegative{color:#ef4444;background:#ef44441a;position:absolute;top:7px;right:7px}.dashboard-module__w2Qwuq__trendNeutral{color:var(--text-tertiary);margin-top:6px;font-size:11px;font-weight:500}.dashboard-module__w2Qwuq__trendPeriod{color:var(--text-tertiary);font-weight:400}.dashboard-module__w2Qwuq__chartSection{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px}.dashboard-module__w2Qwuq__chartHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.dashboard-module__w2Qwuq__chartTabs{background:var(--bg-tertiary);border-radius:var(--radius);gap:4px;padding:4px;display:flex}.dashboard-module__w2Qwuq__chartTab{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;border:none;padding:8px 16px;font-size:13px;font-weight:500}.dashboard-module__w2Qwuq__chartTab:hover{color:var(--text-primary)}.dashboard-module__w2Qwuq__chartTabActive{background:var(--bg-elevated);color:var(--text-primary);box-shadow:var(--shadow-sm);font-weight:600}.dashboard-module__w2Qwuq__chartControls{align-items:center;gap:16px;display:flex}.dashboard-module__w2Qwuq__chartMetricToggles{gap:12px;display:flex}.dashboard-module__w2Qwuq__chartMetricToggle{border:1px solid var(--border-color);border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:flex}.dashboard-module__w2Qwuq__chartMetricToggle:hover{border-color:var(--accent);color:var(--text-primary)}.dashboard-module__w2Qwuq__chartMetricToggle.dashboard-module__w2Qwuq__active{background:var(--accent-subtle);color:var(--accent)}.dashboard-module__w2Qwuq__chartMetricDot{border-radius:50%;width:8px;height:8px}.dashboard-module__w2Qwuq__chartWrapper{height:300px;margin-top:16px}.dashboard-module__w2Qwuq__chartEmpty{height:100%;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.dashboard-module__w2Qwuq__chartEmpty svg{opacity:.4}.dashboard-module__w2Qwuq__chartEmpty p{margin:0;font-size:14px}.dashboard-module__w2Qwuq__chartTooltip{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:12px}.dashboard-module__w2Qwuq__chartTooltipLabel{color:var(--text-primary);margin-bottom:6px;font-size:12px;font-weight:600}.dashboard-module__w2Qwuq__sessionsScrollSection{margin-bottom:0}.dashboard-module__w2Qwuq__sessionsScroll{scrollbar-width:thin;scrollbar-color:var(--border-color) transparent;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.dashboard-module__w2Qwuq__sessionsScroll::-webkit-scrollbar{height:6px}.dashboard-module__w2Qwuq__sessionsScroll::-webkit-scrollbar-track{background:0 0}.dashboard-module__w2Qwuq__sessionsScroll::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.dashboard-module__w2Qwuq__sessionScrollCard{flex:0 0 280px;min-width:280px}.dashboard-module__w2Qwuq__codeSnippetTabsSidebar{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.dashboard-module__w2Qwuq__codeSnippetTabSidebar{letter-spacing:.3px;border-radius:var(--radius-sm);cursor:pointer;color:var(--text-tertiary);transition:background var(--transition), color var(--transition), border-color var(--transition);background:0 0;border:1px solid #0000;padding:5px 10px;font-size:11px;font-weight:600}.dashboard-module__w2Qwuq__codeSnippetTabSidebar:hover{color:var(--text-primary)}.dashboard-module__w2Qwuq__codeSnippetTabSidebarActive{background:var(--accent-subtle);color:var(--accent);border-color:rgba(var(--accent-rgb), .22)}.dashboard-module__w2Qwuq__sidebarMobileToggle{display:none}@media (max-width:1200px){.dashboard-module__w2Qwuq__dashboardContainer{grid-template-columns:1fr 320px}}@media (max-width:1024px){.dashboard-module__w2Qwuq__dashboardContainer{grid-template-columns:1fr}.dashboard-module__w2Qwuq__dashboardSidebar{order:-1;max-height:none;position:static}.dashboard-module__w2Qwuq__sidebarMobileToggle{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;justify-content:space-between;align-items:center;width:100%;margin-bottom:16px;padding:16px 20px;display:flex}.dashboard-module__w2Qwuq__sidebarMobileToggleLabel{color:var(--text-primary);font-size:14px;font-weight:500}.dashboard-module__w2Qwuq__sidebarMobileToggleIcon{color:var(--text-secondary);transition:transform .2s}.dashboard-module__w2Qwuq__sidebarMobileToggleIcon.dashboard-module__w2Qwuq__open{transform:rotate(180deg)}.dashboard-module__w2Qwuq__sidebarCollapsed{display:none}}@media (max-width:768px){.dashboard-module__w2Qwuq__chartMetricToggles{flex-wrap:wrap}.dashboard-module__w2Qwuq__sessionsScroll{margin:0 -24px;padding:0 24px 8px}.dashboard-module__w2Qwuq__sessionScrollCard{flex:0 0 260px;min-width:260px}}.dashboard-module__w2Qwuq__keyCardDefault{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);padding-top:32px}.dashboard-module__w2Qwuq__keyCardDefault:hover{box-shadow:0 0 0 1px var(--accent), var(--shadow-accent)}.dashboard-module__w2Qwuq__keyCardUnused{opacity:.7}.dashboard-module__w2Qwuq__keyCardUnused:hover{opacity:1}.dashboard-module__w2Qwuq__keyDefaultBanner{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:var(--accent);z-index:1;border-radius:20px;align-items:center;gap:5px;padding:5px 12px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-10px;left:16px;box-shadow:0 2px 8px #1a3a324d}.dashboard-module__w2Qwuq__keyPrefixRow{align-items:center;gap:6px;display:flex}.dashboard-module__w2Qwuq__keyCopyBtn{border:1px solid var(--border-color);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__keyCopyBtn:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--accent)}.dashboard-module__w2Qwuq__keyCardActions{align-items:center;gap:8px;display:flex}.dashboard-module__w2Qwuq__keyViewBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__keyViewBtn:hover{border-color:var(--border-color);color:var(--text-primary);background:var(--bg-tertiary)}.dashboard-module__w2Qwuq__keyMenuWrapper{position:relative}.dashboard-module__w2Qwuq__keyMenuBtn{background:var(--bg-primary);border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-tertiary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__keyMenuBtn:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-color)}.dashboard-module__w2Qwuq__keyMenu{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:50;border-radius:10px;min-width:160px;padding:4px;animation:.12s dashboard-module__w2Qwuq__dropdownFadeIn;position:absolute;bottom:calc(100% + 6px);right:0;box-shadow:0 8px 24px #00000026}.dashboard-module__w2Qwuq__keyMenuItem{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:500;transition:all .12s;display:flex}.dashboard-module__w2Qwuq__keyMenuItem:hover{background:var(--bg-tertiary);color:var(--text-primary)}.dashboard-module__w2Qwuq__keyMenuItemDanger{color:var(--danger)}.dashboard-module__w2Qwuq__keyMenuItemDanger:hover{background:var(--danger-subtle);color:var(--danger)}.dashboard-module__w2Qwuq__revokedSection{border-top:1px solid var(--border-subtle);margin-top:32px;padding-top:24px}.dashboard-module__w2Qwuq__revokedToggle{background:var(--bg-tertiary);border:1px solid var(--border-subtle);width:100%;color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__revokedToggle:hover{background:var(--bg-hover);color:var(--text-primary)}.dashboard-module__w2Qwuq__revokedToggleLabel{align-items:center;gap:8px;display:flex}.dashboard-module__w2Qwuq__revokedGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-top:16px;display:grid}.dashboard-module__w2Qwuq__revokedCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);opacity:.6;border-radius:12px;padding:16px;transition:opacity .15s}.dashboard-module__w2Qwuq__revokedCard:hover{opacity:.8}.dashboard-module__w2Qwuq__revokedCardHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.dashboard-module__w2Qwuq__revokedCardName{color:var(--text-secondary);font-size:14px;font-weight:500}.dashboard-module__w2Qwuq__viewKeyField{margin-bottom:16px}.dashboard-module__w2Qwuq__viewKeyField:last-of-type{margin-bottom:0}.dashboard-module__w2Qwuq__viewKeyLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.dashboard-module__w2Qwuq__viewKeyValue{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:10px;align-items:center;gap:10px;padding:12px 14px;display:flex}.dashboard-module__w2Qwuq__viewKeyCode{color:var(--text-primary);word-break:break-all;flex:1;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px;line-height:1.4}.dashboard-module__w2Qwuq__viewKeyAction{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;padding:6px 14px;font-size:12px;font-weight:500;transition:all .15s}.dashboard-module__w2Qwuq__viewKeyAction:hover:not(:disabled){color:var(--text-primary);border-color:var(--accent);background:var(--accent-subtle)}.dashboard-module__w2Qwuq__viewKeyAction:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__w2Qwuq__viewKeyMeta{color:var(--text-secondary);padding:4px 0;font-size:14px}.dashboard-module__w2Qwuq__keyToast{background:var(--bg-elevated);border:1px solid var(--border-color);z-index:1001;color:var(--text-primary);border-radius:10px;align-items:center;gap:10px;padding:12px 18px;font-size:14px;font-weight:500;animation:.2s dashboard-module__w2Qwuq__keyToastIn;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 8px 24px #0000001f}@keyframes dashboard-module__w2Qwuq__keyToastIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.dashboard-module__w2Qwuq__keyToast_success{border-left:3px solid var(--success)}.dashboard-module__w2Qwuq__keyToast_error{border-left:3px solid var(--danger)}.dashboard-module__w2Qwuq__keyToastIcon{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.dashboard-module__w2Qwuq__keyToast_success .dashboard-module__w2Qwuq__keyToastIcon{background:var(--success-subtle);color:var(--success)}.dashboard-module__w2Qwuq__keyToast_error .dashboard-module__w2Qwuq__keyToastIcon{background:var(--danger-subtle);color:var(--danger)}.dashboard-module__w2Qwuq__backLink{color:var(--text-secondary);transition:color var(--transition-fast);align-items:center;gap:6px;margin-bottom:20px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.dashboard-module__w2Qwuq__backLink:hover{color:var(--text-primary)}.dashboard-module__w2Qwuq__backLink svg{width:16px;height:16px}.dashboard-module__w2Qwuq__profileDetailHeader{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.dashboard-module__w2Qwuq__profileDetailInfo{flex:1}.dashboard-module__w2Qwuq__profileDetailName{color:var(--text-primary);letter-spacing:-.4px;margin-bottom:4px;font-size:24px;font-weight:700}.dashboard-module__w2Qwuq__profileDetailDescription{color:var(--text-secondary);font-size:14px}.dashboard-module__w2Qwuq__profileActions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.dashboard-module__w2Qwuq__envSection{margin-top:8px}.dashboard-module__w2Qwuq__envList{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;gap:0;display:flex;overflow:visible}.dashboard-module__w2Qwuq__envItem{justify-content:space-between;align-items:center;padding:14px 18px;transition:background .12s;display:flex}.dashboard-module__w2Qwuq__envItem:first-child{border-radius:12px 12px 0 0}.dashboard-module__w2Qwuq__envItem:last-child{border-radius:0 0 12px 12px}.dashboard-module__w2Qwuq__envItem:only-child{border-radius:12px}.dashboard-module__w2Qwuq__envItem:hover{background:var(--bg-hover)}.dashboard-module__w2Qwuq__envItem+.dashboard-module__w2Qwuq__envItem{border-top:1px solid var(--border-subtle)}.dashboard-module__w2Qwuq__envItemLink{min-width:0;color:inherit;flex:1;align-items:center;gap:14px;text-decoration:none;display:flex}.dashboard-module__w2Qwuq__envItemIcon{background:var(--accent-subtle);width:36px;height:36px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-module__w2Qwuq__envItemInfo{flex:1;min-width:0}.dashboard-module__w2Qwuq__envItemName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.3;overflow:hidden}.dashboard-module__w2Qwuq__envItemMeta{color:var(--text-tertiary);align-items:center;gap:6px;margin-top:2px;font-size:12px;display:flex}.dashboard-module__w2Qwuq__envItemMetaItem{align-items:center;gap:4px;display:inline-flex}.dashboard-module__w2Qwuq__envItemMetaItem svg{opacity:.6;width:12px;height:12px}.dashboard-module__w2Qwuq__envItemMetaDot{color:var(--text-muted);font-size:8px}.dashboard-module__w2Qwuq__cronActiveDot{background:var(--success);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-left:12px;animation:2s infinite dashboard-module__w2Qwuq__pulse;display:inline-block}.dashboard-module__w2Qwuq__skeletonShimmer{background:linear-gradient(90deg, var(--bg-tertiary) 0%, var(--bg-hover) 50%, var(--bg-tertiary) 100%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.4s ease-in-out infinite dashboard-module__w2Qwuq__skeletonShimmer}@keyframes dashboard-module__w2Qwuq__skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-module__w2Qwuq__skeletonChart{border-radius:var(--radius-lg);height:360px;}.dashboard-module__w2Qwuq__skeletonLine{border-radius:6px;height:12px}.dashboard-module__w2Qwuq__skeletonCard{pointer-events:none}.dashboard-module__w2Qwuq__envConnectWrapper{flex-shrink:0;position:relative}.dashboard-module__w2Qwuq__envConnectBtn{cursor:pointer;border:1px solid var(--accent);background:var(--accent);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.dashboard-module__w2Qwuq__envConnectBtn:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.dashboard-module__w2Qwuq__envConnectDropdown{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:50;border-radius:12px;min-width:200px;padding:6px;animation:.15s dashboard-module__w2Qwuq__envDropdownSlide;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #00000026}.dashboard-module__w2Qwuq__envConnectDropdownFlip{animation:.15s dashboard-module__w2Qwuq__envDropdownSlideUp;top:auto;bottom:calc(100% + 6px)}@keyframes dashboard-module__w2Qwuq__envDropdownSlide{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes dashboard-module__w2Qwuq__envDropdownSlideUp{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__w2Qwuq__envConnectOption{width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:500;transition:background .12s;display:flex}.dashboard-module__w2Qwuq__envConnectOption:hover{background:var(--bg-tertiary)}.dashboard-module__w2Qwuq__envConnectOptionIcon{background:var(--bg-tertiary);width:28px;height:28px;color:var(--text-secondary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-module__w2Qwuq__envConnectOption:hover .dashboard-module__w2Qwuq__envConnectOptionIcon{color:var(--text-primary)}.dashboard-module__w2Qwuq__envConnectDivider{background:var(--border-subtle);height:1px;margin:4px 8px}.dashboard-module__w2Qwuq__envConnectSteps{flex-direction:column;gap:0;margin-bottom:24px;display:flex}.dashboard-module__w2Qwuq__envConnectStep{border-bottom:1px solid var(--border-subtle);gap:14px;padding:16px 0;display:flex}.dashboard-module__w2Qwuq__envConnectStep:last-child{border-bottom:none;padding-bottom:0}.dashboard-module__w2Qwuq__envConnectStep:first-child{padding-top:0}.dashboard-module__w2Qwuq__envConnectStepNum{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:flex}.dashboard-module__w2Qwuq__envConnectStepContent{color:var(--text-primary);flex-direction:column;gap:8px;min-width:0;font-size:14px;display:flex}.dashboard-module__w2Qwuq__envConnectStepLink{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--accent);border-radius:8px;align-items:center;gap:6px;width:fit-content;padding:6px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.dashboard-module__w2Qwuq__envConnectStepLink:hover{background:var(--sage-subtle);border-color:var(--accent)}.dashboard-module__w2Qwuq__envConnectStepCode{background:var(--bg-tertiary);color:var(--accent);border-radius:5px;padding:2px 8px;font-family:SF Mono,Fira Code,monospace;font-size:13px;display:inline}.dashboard-module__w2Qwuq__envCodeBlock{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:8px;padding:10px 12px;display:flex;overflow:hidden}.dashboard-module__w2Qwuq__envCodeText{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;word-break:break-all;flex:1;font-family:SF Mono,Fira Code,monospace;font-size:12px;overflow:hidden}.dashboard-module__w2Qwuq__envCodeCopyBtn{border:1px solid var(--border-color);background:var(--bg-secondary);cursor:pointer;color:var(--text-secondary);border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.dashboard-module__w2Qwuq__envCodeCopyBtn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.dashboard-module__w2Qwuq__envCodeCopyBtnSuccess{color:var(--success);border-color:var(--success)}.dashboard-module__w2Qwuq__envCodeError{color:var(--text-secondary);background:#ef444414;border:1px solid #ef444433;border-radius:8px;padding:10px 12px;font-size:13px}.dashboard-module__w2Qwuq__envCodeError a{color:var(--accent);text-decoration:underline}.dashboard-module__w2Qwuq__envMcpClients{margin-bottom:20px}.dashboard-module__w2Qwuq__envMcpClientsLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:12px;font-weight:500}.dashboard-module__w2Qwuq__envMcpClientsList{flex-wrap:wrap;gap:6px;display:flex}.dashboard-module__w2Qwuq__envMcpBadge{background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:6px;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}
.QuickStartCard-module__6Xf2ha__cinematic{text-align:left;--text-tertiary:#94a3b8;--text-primary:#f1f5f9;--accent:#93c5fd;--accent-hover:#bfdbfe;--accent-subtle:#2563eb38;--accent-rgb:37, 99, 235;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;width:100%;padding:1.5rem}.QuickStartCard-module__6Xf2ha__cinematicTitle{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.8rem;font-weight:600}
.TriggerDiagram-module__tqHB9q__wrap{flex-direction:column;gap:14px;width:100%;display:flex;container-type:inline-size}.TriggerDiagram-module__tqHB9q__lede{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.5}.TriggerDiagram-module__tqHB9q__exampleLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);font-size:11px;font-weight:700}.TriggerDiagram-module__tqHB9q__story{align-items:stretch;gap:8px;width:100%;display:flex}.TriggerDiagram-module__tqHB9q__tile{background:var(--bg-elevated);border:1px solid var(--border-subtle);text-align:center;border-radius:12px;flex-direction:column;flex:1 1 0;align-items:center;gap:8px;min-width:0;padding:14px 10px;display:flex}.TriggerDiagram-module__tqHB9q__tileWebrun{background:var(--accent-subtle);border-color:rgba(var(--accent-rgb), .35)}.TriggerDiagram-module__tqHB9q__tileIcon{background:var(--bg-secondary,#0000000a);width:48px;height:48px;color:var(--text-primary);border-radius:10px;justify-content:center;align-items:center;display:flex}.TriggerDiagram-module__tqHB9q__tileIcon img{border-radius:6px;display:block}.TriggerDiagram-module__tqHB9q__tileIconWebrun{background:var(--accent);color:#fff}.TriggerDiagram-module__tqHB9q__tileIconWebrun svg{color:#fff;width:26px;height:26px}.TriggerDiagram-module__tqHB9q__tileLabel{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.2}.TriggerDiagram-module__tqHB9q__tileLabelAccent{color:var(--accent)}.TriggerDiagram-module__tqHB9q__tileCaption{color:var(--text-secondary);font-size:12px;line-height:1.4}.TriggerDiagram-module__tqHB9q__chevron{width:18px;height:18px;color:var(--text-muted);flex:none;align-self:center;transition:transform .2s}.TriggerDiagram-module__tqHB9q__footer{color:var(--text-secondary);font-size:13px;line-height:1.5}.TriggerDiagram-module__tqHB9q__browseLink{color:var(--accent);white-space:nowrap;font-weight:500;text-decoration:none}.TriggerDiagram-module__tqHB9q__browseLink:hover{text-decoration:underline}@container (max-width:720px){.TriggerDiagram-module__tqHB9q__story{flex-direction:column;gap:6px}.TriggerDiagram-module__tqHB9q__chevron{transform:rotate(90deg)}}
.Button-module__8RiFmG__button{border-radius:var(--radius);font-family:var(--font-sans);cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition), opacity var(--transition);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-weight:500;text-decoration:none;display:inline-flex}.Button-module__8RiFmG__button:disabled,.Button-module__8RiFmG__button.Button-module__8RiFmG__disabled{opacity:.55;cursor:not-allowed}.Button-module__8RiFmG__button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.Button-module__8RiFmG__sm{height:30px;padding:6px 12px;font-size:13px}.Button-module__8RiFmG__md{height:36px;padding:8px 16px;font-size:14px}.Button-module__8RiFmG__lg{height:44px;padding:12px 20px;font-size:14px}.Button-module__8RiFmG__primary{background:var(--accent);color:#fff;border-color:var(--accent)}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.Button-module__8RiFmG__secondary{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-color)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-focus)}.Button-module__8RiFmG__ghost{color:var(--text-secondary);background:0 0;border-color:#0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.Button-module__8RiFmG__danger{color:var(--danger);border-color:var(--danger);background:0 0}.Button-module__8RiFmG__danger:hover:not(:disabled){background:var(--danger);color:#fff}.Button-module__8RiFmG__dangerFilled{background:var(--danger);color:#fff;border-color:var(--danger)}.Button-module__8RiFmG__dangerFilled:hover:not(:disabled){background:var(--danger-hover);border-color:var(--danger-hover)}.Button-module__8RiFmG__fullWidth{width:100%}.Button-module__8RiFmG__icon{flex-shrink:0;display:inline-flex}.Button-module__8RiFmG__icon svg{width:1em;height:1em}
.PageHeader-module__HZea0q__header{font-family:var(--font-sans);flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.PageHeader-module__HZea0q__backLink{color:var(--text-secondary);cursor:pointer;transition:color var(--transition);background:0 0;border:none;align-items:center;gap:6px;width:fit-content;padding:0;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.PageHeader-module__HZea0q__backLink:hover{color:var(--accent)}.PageHeader-module__HZea0q__topRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.PageHeader-module__HZea0q__titleBlock{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.PageHeader-module__HZea0q__titleRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.PageHeader-module__HZea0q__title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:24px;font-weight:600;line-height:1.2}.PageHeader-module__HZea0q__subtitle{color:var(--text-secondary);font-size:14px;line-height:1.45}.PageHeader-module__HZea0q__meta{color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:6px 14px;font-size:13px;display:flex}.PageHeader-module__HZea0q__meta>*{align-items:center;gap:6px;display:inline-flex}.PageHeader-module__HZea0q__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}
.PersonaSwitcher-module__ugt2yq__wrapper{position:relative}.PersonaSwitcher-module__ugt2yq__icon{justify-content:center;align-items:center;width:18px;height:18px;line-height:1;display:flex}.PersonaSwitcher-module__ugt2yq__icon svg{width:16px;height:16px}.PersonaSwitcher-module__ugt2yq__label{white-space:nowrap}.PersonaSwitcher-module__ugt2yq__caret{justify-content:center;align-items:center;width:14px;height:14px;transition:transform .2s;display:flex}.PersonaSwitcher-module__ugt2yq__caretOpen{transform:rotate(180deg)}.PersonaSwitcher-module__ugt2yq__menu{background:var(--bg-secondary);border:1px solid var(--border-subtle);z-index:200;border-radius:10px;min-width:240px;padding:6px;animation:.15s PersonaSwitcher-module__ugt2yq__menuFadeIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #00000026}@keyframes PersonaSwitcher-module__ugt2yq__menuFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.PersonaSwitcher-module__ugt2yq__menuHeader{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;padding:8px 12px 4px;font-size:11px;font-weight:600}.PersonaSwitcher-module__ugt2yq__option{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;transition:background .15s,color .15s;display:flex}.PersonaSwitcher-module__ugt2yq__option:hover{background:var(--bg-hover);color:var(--text-primary)}.PersonaSwitcher-module__ugt2yq__option:disabled{cursor:progress;opacity:.6}.PersonaSwitcher-module__ugt2yq__radio{border:1.5px solid var(--text-tertiary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.PersonaSwitcher-module__ugt2yq__radioSelected{border-color:var(--accent,#6366f1)}.PersonaSwitcher-module__ugt2yq__radioInner{background:var(--accent,#6366f1);border-radius:50%;width:7px;height:7px}.PersonaSwitcher-module__ugt2yq__optionIcon{width:18px;height:18px;color:var(--text-secondary);justify-content:center;align-items:center;line-height:1;display:inline-flex}.PersonaSwitcher-module__ugt2yq__optionIcon svg{width:16px;height:16px}.PersonaSwitcher-module__ugt2yq__option:hover .PersonaSwitcher-module__ugt2yq__optionIcon{color:var(--text-primary)}.PersonaSwitcher-module__ugt2yq__optionLabel{flex:1}.PersonaSwitcher-module__ugt2yq__toast{background:var(--bg-elevated);border:1px solid var(--border-color);border-left:3px solid var(--success,#22c55e);z-index:1001;color:var(--text-primary);border-radius:10px;align-items:center;gap:10px;max-width:320px;padding:12px 18px;font-size:14px;font-weight:500;animation:.2s PersonaSwitcher-module__ugt2yq__toastSlideIn;display:flex;position:fixed;top:72px;right:20px;box-shadow:0 8px 24px #0000001f}@keyframes PersonaSwitcher-module__ugt2yq__toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.PersonaSwitcher-module__ugt2yq__toastIcon{background:var(--success-subtle,#22c55e26);width:20px;height:20px;color:var(--success,#22c55e);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}
.Toolbar-module__0_YZAa__toolbar{font-family:var(--font-sans);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:12px 0;display:flex}.Toolbar-module__0_YZAa__left,.Toolbar-module__0_YZAa__right{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Toolbar-module__0_YZAa__count{color:var(--text-tertiary);font-size:13px;font-weight:500}.Toolbar-module__0_YZAa__search{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius);min-width:240px;color:var(--text-tertiary);transition:border-color var(--transition);align-items:center;gap:8px;padding:6px 12px;display:inline-flex}.Toolbar-module__0_YZAa__search:focus-within{border-color:var(--accent)}.Toolbar-module__0_YZAa__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:13px}
.Segmented-module__pBd-2W__segmented{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius);font-family:var(--font-sans);gap:2px;padding:3px;display:inline-flex}.Segmented-module__pBd-2W__item{color:var(--text-secondary);border-radius:calc(var(--radius) - 3px);cursor:pointer;transition:background var(--transition), color var(--transition);white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;display:inline-flex}.Segmented-module__pBd-2W__item:hover:not(.Segmented-module__pBd-2W__active):not(:disabled){color:var(--text-primary)}.Segmented-module__pBd-2W__item.Segmented-module__pBd-2W__active{background:var(--bg-elevated);color:var(--text-primary);box-shadow:var(--shadow-sm)}.Segmented-module__pBd-2W__item:disabled{opacity:.45;cursor:not-allowed}.Segmented-module__pBd-2W__fullWidth{width:100%;display:flex}.Segmented-module__pBd-2W__fullWidth .Segmented-module__pBd-2W__item{flex:1}
.RecipePromptPreview-module__Pqpruq__wrapper{flex-direction:column;gap:12px;display:flex}.RecipePromptPreview-module__Pqpruq__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.RecipePromptPreview-module__Pqpruq__copyBtn{background:var(--bg-elevated);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-sans);transition:background var(--transition), border-color var(--transition);border-radius:8px;align-items:center;gap:6px;padding:7px 14px;display:inline-flex}.RecipePromptPreview-module__Pqpruq__copyBtn svg{width:14px;height:14px}.RecipePromptPreview-module__Pqpruq__copyBtn:hover{background:var(--bg-hover);border-color:var(--accent)}.RecipePromptPreview-module__Pqpruq__preview{background:var(--bg-elevated);border:1px solid var(--border-color);font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);color:var(--text-primary);white-space:pre-wrap;word-break:break-word;border-radius:12px;max-height:420px;margin:0;padding:20px;font-size:13px;line-height:1.65;overflow-y:auto}.RecipePromptPreview-module__Pqpruq__varToken{background:var(--accent-subtle);color:var(--accent);border-radius:4px;padding:1px 6px;font-weight:600}.RecipePromptPreview-module__Pqpruq__sampleToken{background:var(--success-subtle);color:var(--success);border-radius:4px;padding:1px 6px;font-weight:500}.RecipePromptPreview-module__Pqpruq__empty{text-align:center;color:var(--text-tertiary);background:var(--bg-secondary);border:1px dashed var(--border-color);border-radius:12px;padding:24px;font-size:14px}
