._container_sfcom_5{display:flex;min-height:100vh}._sidebar_sfcom_14{width:260px;background:#0a0a10f2;border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._logo_sfcom_28{padding:1.5rem;display:flex;align-items:baseline;gap:.5rem;border-bottom:1px solid var(--border)}._logoText_sfcom_36{font-size:1.5rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.5px}._logoSub_sfcom_46{font-size:.75rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}._nav_sfcom_58{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:.25rem}._navItem_sfcom_66{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-md);color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:all .2s ease;text-decoration:none}._navItem_sfcom_66:hover{background:#ffffff0d;color:var(--text-primary)}._navItem_sfcom_66 svg{opacity:.7;transition:opacity .2s ease}._navItem_sfcom_66:hover svg{opacity:1}._navItemActive_sfcom_93{background:linear-gradient(135deg,#4158d026,#c850c026);color:var(--text-primary);border:1px solid rgba(200,80,192,.2)}._navItemActive_sfcom_93 svg{opacity:1;color:var(--color-purple)}._alertBadge_sfcom_105{margin-left:auto;padding:2px 8px;font-size:11px;font-weight:600;border-radius:10px;min-width:20px;text-align:center}._alertBadge_sfcom_105._critical_sfcom_115{background:#dc262633;color:#f87171}._alertBadge_sfcom_105._warning_sfcom_120{background:#d9770633;color:#fbbf24}._sidebarFooter_sfcom_129{padding:.75rem;border-top:1px solid var(--border)}._userInfo_sfcom_134{padding:.5rem 1rem .25rem}._userEmail_sfcom_138{font-size:.75rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}._main_sfcom_151{flex:1;margin-left:260px;padding:2rem;min-height:100vh;animation:_fadeIn_sfcom_1 .4s ease-out}@media(max-width:1024px){._sidebar_sfcom_14{width:80px}._logo_sfcom_28{justify-content:center}._logoSub_sfcom_46,._navItem_sfcom_66 span{display:none}._navItem_sfcom_66{justify-content:center;padding:.75rem}._main_sfcom_151{margin-left:80px}}._container_1abmc_1{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--background);padding:1rem}._card_1abmc_10{width:100%;max-width:400px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg, 16px);padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:var(--card-shadow)}._header_1abmc_23{text-align:center;margin-bottom:.5rem;display:flex;flex-direction:column;align-items:center;gap:.25rem}._logo_1abmc_32{font-size:2rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.5px}._sub_1abmc_42{font-size:.8rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px}._label_1abmc_50{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:500;color:var(--text-secondary)}._input_1abmc_59{padding:.7rem .9rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--input);color:var(--text-primary);font-size:.9rem;outline:none;transition:border-color .2s,box-shadow .2s}._input_1abmc_59:focus{border-color:var(--color-purple);box-shadow:0 0 0 3px var(--input-focus)}._input_1abmc_59::placeholder{color:var(--text-muted)}._button_1abmc_79{margin-top:.5rem;padding:.75rem;border-radius:var(--radius-md);border:none;background:var(--primary-gradient);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s}._button_1abmc_79:hover:not(:disabled){opacity:.9}._button_1abmc_79:active:not(:disabled){transform:scale(.98)}._button_1abmc_79:disabled{opacity:.6;cursor:not-allowed}._googleButton_1abmc_105{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.7rem;border-radius:var(--radius-md);border:1px solid var(--border);background:#ffffff0d;color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s}._googleButton_1abmc_105:hover{background:#ffffff1a;border-color:var(--border-hover)}._divider_1abmc_126{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.8rem}._divider_1abmc_126:before,._divider_1abmc_126:after{content:"";flex:1;height:1px;background:var(--border)}._error_1abmc_142{background:var(--color-error-bg);color:var(--color-error);padding:.65rem .9rem;border-radius:var(--radius-sm);font-size:.85rem;text-align:center}._card_dix8b_5{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}._card_dix8b_5:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary-gradient);opacity:.5;transition:opacity .3s ease}._card_dix8b_5:hover{border-color:var(--border-hover);transform:translateY(-3px);box-shadow:var(--card-hover-shadow)}._card_dix8b_5:hover:before{opacity:1}._card_dix8b_5:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at top,rgba(200,80,192,.08) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}._card_dix8b_5:hover:after{opacity:1}._header_dix8b_60{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem;position:relative;z-index:1}._title_dix8b_69{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px}._icon_dix8b_77{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4158d026,#c850c026);border:1px solid rgba(200,80,192,.2);border-radius:var(--radius-md);color:var(--color-purple-light);box-shadow:0 0 20px #c850c01a}._value_dix8b_94{font-size:2.25rem;font-weight:800;line-height:1.1;margin-bottom:.75rem;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative;z-index:1}._footer_dix8b_111{display:flex;align-items:center;justify-content:space-between;gap:.5rem;position:relative;z-index:1}._subtitle_dix8b_120{font-size:.8rem;color:var(--text-muted)}._trend_dix8b_125{display:flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:700;padding:.3rem .6rem;border-radius:var(--radius-sm)}._trendPositive_dix8b_135{background:linear-gradient(135deg,#10b98133,#10b9811a);color:#34d399;border:1px solid rgba(16,185,129,.3)}._trendNegative_dix8b_141{background:linear-gradient(135deg,#ef444433,#ef44441a);color:#f87171;border:1px solid rgba(239,68,68,.3)}._card_wi1cp_5{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);overflow:hidden;transition:all .3s ease}._card_wi1cp_5:hover{border-color:var(--border-hover)}._header_wi1cp_22{padding:1.25rem 1.5rem;background:linear-gradient(135deg,#4158d014,#c850c014);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem;position:relative}._header_wi1cp_22:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--primary-gradient);opacity:.6}._headerText_wi1cp_45{display:flex;flex-direction:column;gap:.25rem;min-width:0}._title_wi1cp_52{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4;display:flex;align-items:center;gap:.5rem}._title_wi1cp_52:before{content:"";width:4px;height:16px;background:var(--primary-gradient);border-radius:2px;flex-shrink:0}._subtitle_wi1cp_73{font-size:.8rem;color:var(--text-muted);margin:0;padding-left:calc(4px + .5rem)}._action_wi1cp_80{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._body_wi1cp_91{padding:1.5rem}._footer_wi1cp_99{padding:1rem 1.5rem;border-top:1px solid var(--border);background:#00000026;display:flex;align-items:center;justify-content:flex-end;gap:.75rem}._badge_1mrwa_5{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.7rem;font-weight:700;border-radius:6px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;transition:all .2s ease}._default_1mrwa_23{background:#ffffff14;color:var(--text-secondary);border:1px solid rgba(255,255,255,.12)}._success_1mrwa_29{background:linear-gradient(135deg,#10b98133,#10b9811a);color:#34d399;border:1px solid rgba(16,185,129,.3);box-shadow:0 0 10px #10b9811a}._warning_1mrwa_36{background:linear-gradient(135deg,#f59e0b33,#f59e0b1a);color:#fbbf24;border:1px solid rgba(245,158,11,.3);box-shadow:0 0 10px #f59e0b1a}._error_1mrwa_43{background:linear-gradient(135deg,#ef444433,#ef44441a);color:#f87171;border:1px solid rgba(239,68,68,.3);box-shadow:0 0 10px #ef44441a}._info_1mrwa_50{background:linear-gradient(135deg,#4158d033,#c850c026);color:#d76fd2;border:1px solid rgba(200,80,192,.35);box-shadow:0 0 10px #c850c01a}._provider_1mrwa_58{background:linear-gradient(135deg,#4158d040,#c850c033);color:var(--text-primary);border:1px solid rgba(200,80,192,.4);box-shadow:0 0 15px #c850c026}._small_1mrwa_69{padding:.2rem .5rem;font-size:.6rem}._large_1mrwa_74{padding:.5rem 1rem;font-size:.8rem}._dot_1mrwa_83{width:6px;height:6px;border-radius:50%;background:currentColor;animation:_pulse_1mrwa_1 2s ease-in-out infinite;box-shadow:0 0 6px currentColor}@keyframes _pulse_1mrwa_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}._container_3csxh_5{display:flex;flex-direction:column;gap:.5rem}._header_3csxh_11{display:flex;justify-content:space-between;align-items:center}._label_3csxh_17{font-size:.8rem;color:var(--text-muted)}._value_3csxh_22{font-size:.8rem;font-weight:700;color:var(--text-primary);font-family:monospace}._track_3csxh_33{height:10px;background:#ffffff14;border-radius:100px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.05)}._fill_3csxh_42{height:100%;background:var(--primary-gradient);background-size:200% 100%;border-radius:100px;transition:width .6s cubic-bezier(.4,0,.2,1);position:relative;min-width:8px;box-shadow:0 0 15px #c850c04d}._fill_3csxh_42:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:_shine_3csxh_1 2.5s ease-in-out infinite}@keyframes _shine_3csxh_1{0%{transform:translate(-100%)}to{transform:translate(200%)}}._success_3csxh_83 ._fill_3csxh_42{background:linear-gradient(90deg,#059669,#10b981,#34d399);box-shadow:0 0 15px #10b9814d}._warning_3csxh_88 ._fill_3csxh_42{background:linear-gradient(90deg,#d97706,#f59e0b,#fbbf24);box-shadow:0 0 15px #f59e0b4d}._error_3csxh_93 ._fill_3csxh_42{background:linear-gradient(90deg,#dc2626,#ef4444,#f87171);box-shadow:0 0 15px #ef44444d}._small_3csxh_102 ._track_3csxh_33{height:6px}._large_3csxh_106 ._track_3csxh_33{height:14px}._container_rk20m_5{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}._icon_rk20m_14{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4158d01a,#c850c01a);border-radius:50%;margin-bottom:1.5rem;color:var(--color-purple);opacity:.7}._title_rk20m_27{font-size:1rem;font-weight:600;color:var(--text-secondary);margin:0 0 .5rem}._description_rk20m_34{font-size:.875rem;color:var(--text-muted);max-width:300px;margin:0 0 1.5rem;line-height:1.5}._action_rk20m_42{margin-top:.5rem}._button_21zgw_5{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}._button_21zgw_5:disabled{opacity:.5;cursor:not-allowed}._primary_21zgw_31{background:var(--primary-gradient);background-size:200% 200%;color:#fff;box-shadow:0 4px 15px #c850c04d}._primary_21zgw_31:hover:not(:disabled){animation:_gradientShift_21zgw_1 3s ease infinite;box-shadow:0 6px 20px #c850c066;transform:translateY(-1px)}._primary_21zgw_31:active:not(:disabled){transform:translateY(0)}._secondary_21zgw_49{background:var(--input);color:var(--text-secondary);border:1px solid var(--border)}._secondary_21zgw_49:hover:not(:disabled){background:#ffffff1a;border-color:var(--border-hover);color:var(--text-primary)}._ghost_21zgw_62{background:transparent;color:var(--text-secondary)}._ghost_21zgw_62:hover:not(:disabled){background:#ffffff0d;color:var(--text-primary)}._danger_21zgw_73{background:var(--color-error-bg);color:var(--color-error);border:1px solid rgba(239,68,68,.3)}._danger_21zgw_73:hover:not(:disabled){background:#ef444440;border-color:var(--color-error)}._small_21zgw_88{padding:.5rem .875rem;font-size:.8rem}._large_21zgw_93{padding:1rem 1.5rem;font-size:1rem}._loading_21zgw_102{position:relative;color:transparent!important}._loading_21zgw_102:after{content:"";position:absolute;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_21zgw_1 .6s linear infinite}@keyframes _spin_21zgw_1{to{transform:rotate(360deg)}}@keyframes _gradientShift_21zgw_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._container_s9k10_5{max-width:1400px;margin:0 auto}._loading_s9k10_10{display:flex;align-items:center;justify-content:center;min-height:400px;color:var(--text-muted)}._header_s9k10_22{margin-bottom:2rem;animation:_fadeIn_s9k10_1 .4s ease-out}._title_s9k10_27{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}._subtitle_s9k10_37{color:var(--text-muted);font-size:.95rem}._statsGrid_s9k10_46{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}._statsGrid_s9k10_46>*{animation:_fadeIn_s9k10_1 .4s ease-out backwards}._statsGrid_s9k10_46>*:nth-child(1){animation-delay:.05s}._statsGrid_s9k10_46>*:nth-child(2){animation-delay:.1s}._statsGrid_s9k10_46>*:nth-child(3){animation-delay:.15s}._statsGrid_s9k10_46>*:nth-child(4){animation-delay:.2s}._grid_s9k10_66{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}._grid_s9k10_66>*{animation:_fadeIn_s9k10_1 .4s ease-out backwards;animation-delay:.25s}._grid_s9k10_66>*:nth-child(2){animation-delay:.3s}._creditsList_s9k10_85{display:flex;flex-direction:column;gap:1.25rem}._creditItem_s9k10_91{padding-bottom:1rem;border-bottom:1px solid var(--border)}._creditItem_s9k10_91:last-child{padding-bottom:0;border-bottom:none}._creditHeader_s9k10_101{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._creditAccount_s9k10_108{font-size:.9rem;font-weight:500;color:var(--text-primary)}._circuitList_s9k10_118{display:flex;flex-direction:column;gap:1rem}._circuitItem_s9k10_124{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#0003;border-radius:var(--radius-md);transition:background .2s ease}._circuitItem_s9k10_124:hover{background:#0000004d}._circuitInfo_s9k10_138{display:flex;flex-direction:column;gap:.25rem}._circuitName_s9k10_144{font-size:.9rem;font-weight:500;color:var(--text-primary)}._circuitSlots_s9k10_150{font-size:.8rem;color:var(--text-muted)}._circuitStatus_s9k10_155{display:flex;align-items:center;gap:.75rem}._empty_s9k10_165{text-align:center;padding:2rem;color:var(--text-muted);font-size:.9rem}@media(max-width:1200px){._statsGrid_s9k10_46{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){._grid_s9k10_66{grid-template-columns:1fr}}@media(max-width:600px){._statsGrid_s9k10_46{grid-template-columns:1fr}}._wrapper_1jyyj_5{overflow-x:auto;border-radius:12px}._table_1jyyj_10{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem}._head_1jyyj_21{background:linear-gradient(135deg,#4158d026,#c850c01a)}._header_1jyyj_25{padding:1rem 1.25rem;text-align:left;font-size:.7rem;font-weight:700;color:#ffffffb3;text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap;position:relative}._header_1jyyj_25:first-child:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:linear-gradient(180deg,#4158d0,#c850c0);border-radius:0 2px 2px 0}._header_1jyyj_25._alignCenter_1jyyj_51{text-align:center}._header_1jyyj_25._alignRight_1jyyj_55{text-align:right}._body_1jyyj_63{background:#0003}._row_1jyyj_71{transition:all .25s ease;position:relative}._row_1jyyj_71 td{border-bottom:1px solid rgba(255,255,255,.04)}._row_1jyyj_71:last-child td{border-bottom:none}._row_1jyyj_71:nth-child(odd){background:#ffffff05}._row_1jyyj_71:nth-child(2n){background:#00000026}._row_1jyyj_71:hover{background:linear-gradient(90deg,#4158d01f,#c850c014)}._row_1jyyj_71:hover td{color:#fffffff2}._rowClickable_1jyyj_104{cursor:pointer}._rowClickable_1jyyj_104:hover{background:linear-gradient(90deg,#4158d02e,#c850c01f);transform:translate(2px)}._rowClickable_1jyyj_104 td:first-child{position:relative}._rowClickable_1jyyj_104:hover td:first-child:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#4158d0,#c850c0);border-radius:0 2px 2px 0}._cell_1jyyj_133{padding:1rem 1.25rem;color:#ffffffbf;vertical-align:middle;transition:all .25s ease;font-size:.875rem;line-height:1.5}._cell_1jyyj_133:first-child{font-weight:500;color:#ffffffe6}._cell_1jyyj_133._alignCenter_1jyyj_51{text-align:center}._cell_1jyyj_133._alignRight_1jyyj_55{text-align:right}._loading_1jyyj_160{text-align:center;padding:4rem 2rem;background:#0003;border-radius:12px;color:#fff9;font-size:.95rem}._empty_1jyyj_173{text-align:center;padding:4rem 2rem;background:#0003;border-radius:12px;color:#ffffff80;font-size:.95rem}._emptyIcon_1jyyj_182{font-size:3.5rem;margin-bottom:1.25rem;opacity:.25;background:linear-gradient(135deg,#4158d0,#c850c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._emptyText_1jyyj_192{font-size:.95rem;color:#ffffff80}@media(max-width:768px){._cell_1jyyj_133{padding:.75rem 1rem;font-size:.8rem}._header_1jyyj_25{padding:.75rem 1rem;font-size:.65rem}}._container_312sg_5{max-width:1400px;margin:0 auto}._header_312sg_14{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;animation:_fadeIn_312sg_1 .4s ease-out}._title_312sg_23{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}._subtitle_312sg_33{color:var(--text-muted);font-size:.95rem}._filters_312sg_38{display:flex;gap:1rem}._select_312sg_43{padding:.5rem 1rem;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);font-size:.85rem;cursor:pointer}._select_312sg_43:focus{outline:none;border-color:var(--color-purple)}._statsGrid_312sg_62{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}._chartsRow_312sg_73{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:2rem}._trendCard_312sg_80,._pieCard_312sg_81{animation:_fadeIn_312sg_1 .4s ease-out backwards;animation-delay:.2s}._pieCard_312sg_81{animation-delay:.25s}._chartContainer_312sg_90{height:300px;margin:-.5rem}._chartFigure_312sg_95{margin:0}._chartDataList_312sg_99,._chartLegend_312sg_100{display:flex;flex-wrap:wrap;gap:.55rem .9rem;margin-top:.75rem;color:var(--text-secondary);font-size:.82rem;line-height:1.4}._chartDataList_312sg_99 span,._legendItem_312sg_111{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .55rem;border:1px solid var(--border);border-radius:999px;background:#ffffff0a}._chartDataList_312sg_99 strong,._legendItem_312sg_111 strong{color:var(--text-primary)}._legendSwatch_312sg_126{width:10px;height:10px;border-radius:999px;box-shadow:0 0 0 2px #ffffff14;flex-shrink:0}._srOnly_312sg_134{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._tablesRow_312sg_150{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}._tableContainer_312sg_157{padding:0}._cost_312sg_165{font-weight:600;font-family:monospace;color:var(--color-gold)}._avgCost_312sg_171{font-family:monospace;color:var(--text-muted)}._accountCell_312sg_176{display:flex;flex-direction:column;gap:.25rem}._accountName_312sg_182{font-weight:500;color:var(--text-primary)}._efficiencyGrid_312sg_191{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:1rem 0;border-bottom:1px solid var(--border);margin-bottom:1.5rem}._efficiencyItem_312sg_200{text-align:center}._efficiencyLabel_312sg_204{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}._efficiencyValue_312sg_211{font-size:1.5rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}._efficiencyTable_312sg_220{padding-top:.5rem}._efficiencySubtitle_312sg_224{font-size:.9rem;font-weight:600;color:var(--text-secondary);margin-bottom:1rem}._providerCosts_312sg_231{display:flex;flex-direction:column;gap:.75rem}._providerCostItem_312sg_237{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#0003;border-radius:var(--radius-md)}._providerCostValue_312sg_246{flex:1;text-align:right;font-weight:600;font-family:monospace;color:var(--color-gold)}._providerCostCredits_312sg_254{font-size:.8rem;color:var(--text-muted);min-width:120px;text-align:right}@media(max-width:1200px){._statsGrid_312sg_62{grid-template-columns:repeat(2,1fr)}._chartsRow_312sg_73{grid-template-columns:1fr}}@media(max-width:900px){._tablesRow_312sg_150{grid-template-columns:1fr}._efficiencyGrid_312sg_191{grid-template-columns:1fr;gap:1rem}}@media(max-width:600px){._statsGrid_312sg_62{grid-template-columns:1fr}._header_312sg_14{flex-direction:column}}._container_dizww_1{padding:2rem}._header_dizww_5{margin-bottom:2rem}._title_dizww_9{font-size:1.75rem;font-weight:600;color:#fff;margin:0}._subtitle_dizww_16{color:#888;margin:.5rem 0 0;font-size:.9rem}._filters_dizww_22{display:flex;gap:1rem;margin-bottom:1.5rem}._searchBox_dizww_28{display:flex;align-items:center;gap:.75rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;padding:.5rem 1rem;flex:1;max-width:400px}._searchBox_dizww_28 svg{color:#666}._searchInput_dizww_44{flex:1;background:transparent;border:none;color:#fff;font-size:.9rem;outline:none}._searchInput_dizww_44::placeholder{color:#666}._filterGroup_dizww_57{display:flex;align-items:center;gap:.5rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;padding:.5rem 1rem}._filterGroup_dizww_57 svg{color:#666}._filterSelect_dizww_71{background:transparent;border:none;color:#fff;font-size:.9rem;outline:none;cursor:pointer}._filterSelect_dizww_71 option{background:#1a1a2e;color:#fff}._userCell_dizww_85{display:flex;align-items:center;gap:.75rem}._userCell_dizww_85 svg{color:#666;flex-shrink:0}._userName_dizww_96{font-weight:500;color:#fff}._userEmail_dizww_101{font-size:.8rem;color:#888}._credits_dizww_106{font-family:Monaco,Menlo,monospace;font-weight:500}._error_dizww_111{padding:2rem;text-align:center;color:#ff6b6b;background:#ff6b6b1a;border-radius:8px}._pagination_dizww_119{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}._pageButton_dizww_127{padding:.5rem 1rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s}._pageButton_dizww_127:hover:not(:disabled){background:#2a2a4a}._pageButton_dizww_127:disabled{opacity:.5;cursor:not-allowed}._pageInfo_dizww_146{color:#888;font-size:.9rem}._container_b4woz_1{padding:2rem}._loading_b4woz_5,._error_b4woz_6{display:flex;align-items:center;justify-content:center;min-height:400px;color:#888}._error_b4woz_6{color:#ff6b6b}._header_b4woz_18{margin-bottom:1.5rem}._backButton_b4woz_22{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#888;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s}._backButton_b4woz_22:hover{background:#1a1a2e;color:#fff}._userHeader_b4woz_40{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#1a1a2e;border-radius:12px;border:1px solid #2a2a4a}._userAvatar_b4woz_51{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff}._userInfo_b4woz_62{flex:1}._userName_b4woz_66{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .25rem}._userEmail_b4woz_73{display:flex;align-items:center;gap:.5rem;color:#888;font-size:.9rem;margin-bottom:.5rem}._headerActions_b4woz_82{display:flex;gap:.75rem}._grid_b4woz_87{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}._creditSection_b4woz_93{margin-bottom:1.5rem}._creditValue_b4woz_97{font-size:2.5rem;font-weight:700;font-family:Monaco,Menlo,monospace;color:#fff}._planCredits_b4woz_104{color:#888;font-size:.9rem;margin-top:.5rem}._addCredits_b4woz_110{padding-top:1rem;border-top:1px solid #2a2a4a}._addCredits_b4woz_110 h4{margin:0 0 1rem;color:#888;font-size:.9rem}._addCreditsForm_b4woz_121{display:flex;gap:.75rem}._input_b4woz_126{flex:1;padding:.5rem .75rem;background:#0d0d1a;border:1px solid #2a2a4a;border-radius:6px;color:#fff;font-size:.9rem}._input_b4woz_126:focus{outline:none;border-color:#667eea}._subscriptionInfo_b4woz_141{display:flex;flex-direction:column;gap:.75rem}._infoRow_b4woz_147{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #1a1a2e}._infoRow_b4woz_147:last-child{border-bottom:none}._label_b4woz_158{color:#888}._value_b4woz_162{color:#fff;font-weight:500}._videoList_b4woz_167{display:flex;flex-direction:column;gap:.75rem}._videoItem_b4woz_173{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#0d0d1a;border-radius:6px;cursor:pointer;transition:all .2s;border:1px solid transparent}._videoItem_b4woz_173:hover{background:#1a1a2e;border-color:#667eea}._videoTitle_b4woz_190{color:#fff;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}._empty_b4woz_199{color:#666;text-align:center;padding:2rem}._statsGrid_b4woz_205{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._statItem_b4woz_211{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#0d0d1a;border-radius:8px}._statValue_b4woz_220{font-size:1.5rem;font-weight:700;color:#fff}._statLabel_b4woz_226{color:#888;font-size:.8rem;margin-top:.25rem;text-transform:capitalize}._lifetimeMetrics_b4woz_234{display:flex;flex-direction:column;gap:1rem}._metricItem_b4woz_240{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#0d0d1a;border-radius:8px}._metricLabel_b4woz_249{color:#888;font-size:.9rem}._metricValue_b4woz_254{font-size:1.25rem;font-weight:600;color:#fff;font-family:Monaco,Menlo,monospace}._metricValueUsed_b4woz_261{font-size:1.25rem;font-weight:600;color:#f59e0b;font-family:Monaco,Menlo,monospace}._metricValueExpired_b4woz_268{font-size:1.25rem;font-weight:600;color:#10b981;font-family:Monaco,Menlo,monospace;display:flex;align-items:center;gap:.5rem}._expiredValue_b4woz_278{font-size:.9rem;color:#10b981;opacity:.8}._metricValuePercent_b4woz_284{font-size:1.25rem;font-weight:600;color:#667eea;font-family:Monaco,Menlo,monospace}._ordersSection_b4woz_292{margin-top:1.5rem}._ordersTable_b4woz_296{overflow-x:auto}._ordersTable_b4woz_296 table{width:100%;border-collapse:collapse}._ordersTable_b4woz_296 th,._ordersTable_b4woz_296 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #2a2a4a}._ordersTable_b4woz_296 th{color:#888;font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;background:#0d0d1a}._ordersTable_b4woz_296 th:first-child{border-top-left-radius:8px}._ordersTable_b4woz_296 th:last-child{border-top-right-radius:8px}._ordersTable_b4woz_296 td{color:#fff;font-size:.9rem}._ordersTable_b4woz_296 tbody tr{transition:background .2s}._ordersTable_b4woz_296 tbody tr:hover{background:#667eea0d}._ordersTable_b4woz_296 tbody tr:last-child td{border-bottom:none}._channelsSection_b4woz_347{margin-top:1.5rem}._channelsList_b4woz_351{display:flex;flex-direction:column;gap:.75rem}._channelItem_b4woz_357{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#0d0d1a;border-radius:8px;cursor:pointer;transition:all .2s;border:1px solid transparent}._channelItem_b4woz_357:hover{background:#1a1a2e;border-color:#667eea}._channelInfo_b4woz_374{display:flex;align-items:center;gap:1rem}._channelImage_b4woz_380{width:48px;height:48px;border-radius:8px;object-fit:cover}._channelImagePlaceholder_b4woz_387{width:48px;height:48px;border-radius:8px;background:#2a2a4a;display:flex;align-items:center;justify-content:center;color:#667eea}._channelDetails_b4woz_398{display:flex;flex-direction:column;gap:.25rem}._channelName_b4woz_404{color:#fff;font-weight:500;font-size:.95rem}._channelMeta_b4woz_410{color:#888;font-size:.8rem}._container_xadfr_1{padding:2rem}._header_xadfr_5{margin-bottom:2rem}._title_xadfr_9{font-size:1.75rem;font-weight:600;color:#fff;margin:0}._subtitle_xadfr_16{color:#888;margin:.5rem 0 0;font-size:.9rem}._filters_xadfr_22{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center}._searchBox_xadfr_29{display:flex;align-items:center;gap:.75rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;padding:.5rem 1rem;flex:1;max-width:400px}._searchBox_xadfr_29 svg{color:#666}._searchInput_xadfr_45{flex:1;background:transparent;border:none;color:#fff;font-size:.9rem;outline:none}._searchInput_xadfr_45::placeholder{color:#666}._filterGroup_xadfr_58{display:flex;align-items:center;gap:.5rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;padding:.5rem 1rem}._filterGroup_xadfr_58 svg{color:#666}._filterSelect_xadfr_72{background:transparent;border:none;color:#fff;font-size:.9rem;outline:none;cursor:pointer}._filterSelect_xadfr_72 option{background:#1a1a2e;color:#fff}._checkbox_xadfr_86{display:flex;align-items:center;gap:.5rem;color:#888;cursor:pointer;font-size:.9rem}._checkbox_xadfr_86 input{accent-color:#667eea}._videoCell_xadfr_99{display:flex;align-items:center;gap:.75rem}._videoCell_xadfr_99 svg{color:#666;flex-shrink:0}._videoTitle_xadfr_110{font-weight:500;color:#fff;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._videoOwner_xadfr_119{font-size:.8rem;color:#888}._statusCell_xadfr_124{display:flex;align-items:center;gap:.5rem}._errorIcon_xadfr_130{color:#ff6b6b}._format_xadfr_134{color:#888;font-size:.85rem}._credits_xadfr_139{font-family:Monaco,Menlo,monospace;font-weight:500}._error_xadfr_130{padding:2rem;text-align:center;color:#ff6b6b;background:#ff6b6b1a;border-radius:8px}._pagination_xadfr_152{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}._pageButton_xadfr_160{padding:.5rem 1rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s}._pageButton_xadfr_160:hover:not(:disabled){background:#2a2a4a}._pageButton_xadfr_160:disabled{opacity:.5;cursor:not-allowed}._pageInfo_xadfr_179{color:#888;font-size:.9rem}._wizard_uhr2w_1{display:flex;flex-direction:column;gap:1rem}._empty_uhr2w_7{color:#888;font-size:.85rem;margin:.5rem 0}._mono_uhr2w_13{font-family:Monaco,Menlo,monospace;font-size:.78rem;word-break:break-all}._steps_uhr2w_20{display:flex;flex-direction:column;gap:0}._stepItem_uhr2w_26{display:flex;flex-direction:column}._connector_uhr2w_31{width:2px;height:14px;background:#2a2a4a;margin-left:1.4rem}._phaseWrap_uhr2w_38{display:flex;flex-direction:column}._phaseNode_uhr2w_43{display:flex;align-items:center;gap:.85rem;padding:.75rem 1rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:10px;transition:border-color .2s,background .2s}._phaseIndicator_uhr2w_54{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#0d0d1a;border:2px solid #3a3a5a;color:#888}._phaseMain_uhr2w_67{flex:1;cursor:pointer;min-width:0}._phaseLabelRow_uhr2w_73{display:flex;align-items:center;gap:.5rem}._phaseLabel_uhr2w_73{color:#fff;font-weight:600;font-size:.95rem}._optionalTag_uhr2w_85{font-size:.65rem;color:#888;background:#0d0d1a;padding:.1rem .4rem;border-radius:4px;text-transform:uppercase}._phaseMeta_uhr2w_94{color:#888;font-size:.78rem;margin-top:.2rem;text-transform:capitalize}._phaseActions_uhr2w_101{display:flex;align-items:center;gap:.35rem}._logsBtn_uhr2w_107,._expandBtn_uhr2w_108{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#0d0d1a;border:1px solid #2a2a4a;color:#aaa;cursor:pointer;transition:all .2s}._logsBtn_uhr2w_107:hover,._expandBtn_uhr2w_108:hover{border-color:#667eea;color:#fff}._dot_uhr2w_128{width:8px;height:8px;border-radius:50%;background:#555;display:block}._phase_pending_uhr2w_137{opacity:.75}._phase_running_uhr2w_141{border-color:#667eea;background:#667eea14}._phase_running_uhr2w_141 ._phaseIndicator_uhr2w_54{border-color:#667eea;color:#667eea}._phase_success_uhr2w_150 ._phaseIndicator_uhr2w_54{border-color:#48bb78;color:#48bb78;background:#48bb781f}._phase_failed_uhr2w_156{border-color:#ff6b6b66}._phase_failed_uhr2w_156 ._phaseIndicator_uhr2w_54{border-color:#ff6b6b;color:#ff6b6b;background:#ff6b6b1f}._fanout_uhr2w_166{margin:.5rem 0 .25rem 2.6rem;padding:.75rem;background:#0d0d1a;border:1px solid #2a2a4a;border-radius:10px}._clipGrid_uhr2w_174{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}._clipNode_uhr2w_180{display:flex;align-items:center;gap:.4rem;padding:.45rem .55rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;color:#ccc;cursor:pointer;text-align:left;transition:all .15s;overflow:hidden}._clipNode_uhr2w_180:hover{border-color:#667eea;transform:translateY(-1px)}._clipNodeStatus_uhr2w_200{display:flex;align-items:center;flex-shrink:0}._clipNodeIndex_uhr2w_206{font-size:.72rem;font-weight:700;color:#fff}._clipNodeLabel_uhr2w_212{font-size:.68rem;color:#888;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._clip_pending_uhr2w_221{opacity:.7}._clip_running_uhr2w_222{border-color:#667eea}._clip_running_uhr2w_222 ._clipNodeStatus_uhr2w_200{color:#667eea}._clip_success_uhr2w_224 ._clipNodeStatus_uhr2w_200{color:#48bb78}._clip_failed_uhr2w_225{border-color:#ff6b6b66}._clip_failed_uhr2w_225 ._clipNodeStatus_uhr2w_200{color:#ff6b6b}._orchBox_uhr2w_229{border:1px solid #2a2a4a;border-radius:10px;overflow:hidden}._orchToggle_uhr2w_235{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;background:#0d0d1a;border:none;color:#aaa;cursor:pointer;font-size:.82rem}._orchToggle_uhr2w_235:hover{color:#fff}._orchBody_uhr2w_250{padding:.75rem 1rem;background:#12121f}._orchHistory_uhr2w_255{margin-top:.5rem;max-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:.2rem}._overlay_uhr2w_265{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40}._drawer_uhr2w_272{position:fixed;top:0;right:0;width:520px;max-width:92vw;height:100vh;background:#14141f;border-left:1px solid #2a2a4a;z-index:50;display:flex;flex-direction:column;box-shadow:-8px 0 24px #0006}._drawerHeader_uhr2w_287{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #2a2a4a}._drawerHeader_uhr2w_287 h3{margin:0;color:#fff;font-size:1.05rem}._closeBtn_uhr2w_301{background:transparent;border:none;color:#888;cursor:pointer;display:flex}._closeBtn_uhr2w_301:hover{color:#fff}._drawerBody_uhr2w_311{flex:1;overflow-y:auto;padding:1rem 1.25rem}._section_uhr2w_317{margin-bottom:1.5rem}._section_uhr2w_317 h4{margin:0 0 .6rem;font-size:.82rem;color:#aaa;text-transform:uppercase;letter-spacing:.04em}._kv_uhr2w_329{display:grid;grid-template-columns:1fr 1fr;gap:.4rem 1rem}._kv_uhr2w_329>div{display:flex;justify-content:space-between;gap:.5rem;padding:.25rem 0;border-bottom:1px solid #1f1f30;font-size:.78rem}._kv_uhr2w_329 span{color:#888}._kv_uhr2w_329 b{color:#fff;font-weight:500;text-align:right}._runRow_uhr2w_347{display:flex;gap:.6rem;padding:.5rem;border-radius:8px;border:1px solid #2a2a4a;margin-bottom:.4rem;background:#1a1a2e}._runStatus_uhr2w_357{display:flex;align-items:flex-start}._run_running_uhr2w_358 ._runStatus_uhr2w_357{color:#667eea}._run_success_uhr2w_359 ._runStatus_uhr2w_357{color:#48bb78}._run_failed_uhr2w_360{border-color:#ff6b6b66}._run_failed_uhr2w_360 ._runStatus_uhr2w_357{color:#ff6b6b}._runInfo_uhr2w_363{display:flex;flex-direction:column;gap:.15rem;min-width:0}._runMeta_uhr2w_370{font-size:.72rem;color:#888}._errMsg_uhr2w_375{font-size:.78rem;color:#ff9b9b;margin:.2rem 0 0;word-break:break-word}._errCard_uhr2w_382{border:1px solid rgba(255,107,107,.25);border-radius:8px;padding:.5rem .65rem;margin-bottom:.4rem;background:#ff6b6b0d}._errCard_uhr2w_382 summary{display:flex;justify-content:space-between;gap:.5rem;cursor:pointer;font-size:.78rem}._errType_uhr2w_398{color:#ff6b6b;font-weight:600;text-transform:uppercase}._stack_uhr2w_400{margin:.4rem 0 0;padding:.5rem;background:#0d0d1a;border-radius:6px;font-size:.68rem;color:#aaa;overflow-x:auto;max-height:220px}._traceRow_uhr2w_411{display:flex;flex-direction:column;gap:.1rem;padding:.4rem .5rem;border-bottom:1px solid #1f1f30;font-size:.76rem;color:#ccc}._traceErr_uhr2w_421{color:#ff9b9b}._spinner_uhr2w_423{animation:_spin_uhr2w_423 1s linear infinite}@keyframes _spin_uhr2w_423{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_16s1p_1{padding:2rem}._loading_16s1p_5,._error_16s1p_6{display:flex;align-items:center;justify-content:center;min-height:400px;color:#888}._error_16s1p_6{color:#ff6b6b}._header_16s1p_18{margin-bottom:1.5rem}._backButton_16s1p_22{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#888;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s}._backButton_16s1p_22:hover{background:#1a1a2e;color:#fff}._videoHeader_16s1p_40{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#1a1a2e;border-radius:12px;border:1px solid #2a2a4a}._videoIcon_16s1p_51{width:64px;height:64px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff}._videoInfo_16s1p_62{flex:1}._videoTitle_16s1p_66{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .5rem}._videoMeta_16s1p_73{display:flex;align-items:center;gap:.75rem}._format_16s1p_79{color:#888;font-size:.9rem}._headerActions_16s1p_84{display:flex;gap:.75rem}._errorBanner_16s1p_89{display:flex;gap:1rem;padding:1rem 1.5rem;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:8px;margin-bottom:2rem;color:#ff6b6b}._errorBanner_16s1p_89 p{margin:.25rem 0 0;color:#ccc}._grid_16s1p_105{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}._infoList_16s1p_112{display:flex;flex-direction:column;gap:.75rem}._infoRow_16s1p_118{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #1a1a2e}._infoRow_16s1p_118:last-child{border-bottom:none}._label_16s1p_129{color:#888}._value_16s1p_133{color:#fff;font-weight:500;font-family:Monaco,Menlo,monospace;font-size:.85rem}._statsGrid_16s1p_140{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._statItem_16s1p_146{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#0d0d1a;border-radius:8px}._statValue_16s1p_155{font-size:1.5rem;font-weight:700;color:#fff}._statLabel_16s1p_161{color:#888;font-size:.75rem;margin-top:.25rem;text-transform:capitalize}._clipsCard_16s1p_168{margin-top:1rem}._clipsList_16s1p_172{display:flex;flex-direction:column;gap:1rem}._clipBadge_16s1p_178{padding:.25rem .5rem;background:#2a2a4a;border-radius:4px;font-size:.75rem;color:#888}._clipCompleted_16s1p_186{background:#48bb7833;color:#48bb78}._videoPlayerCard_16s1p_192{margin-bottom:2rem}._videoPlayerContainer_16s1p_196{position:relative;width:100%;max-width:600px;margin:0 auto;border-radius:8px;overflow:hidden;background:#000}._videoPlayer_16s1p_192{width:100%;display:block}._clipsGrid_16s1p_213{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,160px));gap:.75rem;margin-top:1rem;justify-content:start}._clipCard_16s1p_221{background:#1a1a2e;border-radius:6px;overflow:hidden;border:1px solid #2a2a4a;transition:all .2s;min-width:140px;max-width:160px}._clipCard_16s1p_221:hover{border-color:#667eea;transform:translateY(-2px)}._clipSuccess_16s1p_236{border-color:#48bb784d}._clipError_16s1p_240{border-color:#ff6b6b4d}._clipPreview_16s1p_244{position:relative;aspect-ratio:16 / 9;background:#0d0d1a;overflow:hidden;min-height:80px}._clipVideo_16s1p_252,._clipImage_16s1p_253{width:100%;height:100%;object-fit:cover}._clipVideo_16s1p_252{cursor:pointer}._clipPlaceholder_16s1p_263{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#444}._clipInfo_16s1p_272{display:flex;justify-content:space-between;align-items:center;padding:.35rem .5rem;border-bottom:1px solid #2a2a4a}._clipIndex_16s1p_280{font-size:.7rem;color:#888;font-weight:500}._clipPrompt_16s1p_286{padding:.35rem .5rem;margin:0;font-size:.65rem;color:#666;line-height:1.3}._videoPlaceholder_16s1p_295{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;background:#0d0d1a;border-radius:8px;border:2px dashed #2a2a4a;color:#666}._videoPlaceholder_16s1p_295 p{margin:0;font-size:1rem}._videoLoading_16s1p_313{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem;background:#0d0d1a;border-radius:8px;color:#667eea}._videoLoading_16s1p_313 span{font-size:.9rem;color:#888}._clipsSection_16s1p_332{margin-top:1rem;padding-top:1rem;border-top:1px solid #1a1a2e}._clipsTitle_16s1p_338{margin:0 0 .75rem;font-size:.85rem;color:#888;font-weight:500}._clipLoading_16s1p_346{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;height:100%;color:#667eea;font-size:.75rem}._spinner_16s1p_358{animation:_spin_16s1p_358 1s linear infinite}@keyframes _spin_16s1p_358{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._clipRetryButton_16s1p_368{display:flex;align-items:center;justify-content:center;gap:.2rem;width:100%;padding:.3rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:0 0 5px 5px;color:#888;font-size:.65rem;cursor:pointer;transition:all .2s}._clipRetryButton_16s1p_368:hover:not(:disabled){background:#667eea;border-color:#667eea;color:#fff}._clipRetryButton_16s1p_368:disabled{opacity:.5;cursor:not-allowed}._verticalContainer_16s1p_396{max-width:300px}._verticalVideo_16s1p_400{max-height:60vh}._verticalClipsGrid_16s1p_406{grid-template-columns:repeat(auto-fill,minmax(300px,350px));gap:1rem;justify-content:start}._verticalClipCard_16s1p_412{display:flex;flex-direction:row;min-width:300px;max-width:350px;height:160px}._verticalClipCard_16s1p_412 ._clipPreview_16s1p_244{aspect-ratio:9 / 16;min-height:unset;width:90px;min-width:90px;height:100%;flex-shrink:0;border-radius:6px 0 0 6px}._verticalClipCard_16s1p_412 ._clipInfo_16s1p_272{border-bottom:1px solid #2a2a4a;padding:.5rem .75rem}._verticalClipCard_16s1p_412 ._clipPrompt_16s1p_286{flex:1;padding:.5rem .75rem;margin:0;font-size:.7rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}._verticalClipCard_16s1p_412 ._clipRetryButton_16s1p_368{border-radius:0 0 6px;margin-top:auto}._verticalClipContent_16s1p_453{display:flex;flex-direction:column;flex:1;min-width:0;background:#1a1a2e;border-radius:0 6px 6px 0}._verticalClipPreview_16s1p_462{aspect-ratio:9 / 16;min-height:unset}._verticalClip_16s1p_406{object-fit:cover}._clipNoMedia_16s1p_472{font-size:.65rem;margin-top:.25rem;text-transform:capitalize}._clipPlaceholder_16s1p_263{flex-direction:column}._clipStatusText_16s1p_484{font-size:.7rem;text-transform:capitalize}._clipFailed_16s1p_490{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;height:100%;background:#ff6b6b1a;color:#ff6b6b}._clipFailed_16s1p_490 span{font-size:.7rem}._container_1oenm_1{padding:2rem}._loading_1oenm_5,._error_1oenm_6{display:flex;align-items:center;justify-content:center;min-height:400px;color:#888}._error_1oenm_6{color:#ff6b6b}._header_1oenm_18{margin-bottom:1.5rem}._backButton_1oenm_22{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#888;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s}._backButton_1oenm_22:hover{background:#1a1a2e;color:#fff}._channelHeader_1oenm_40{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#1a1a2e;border-radius:12px;border:1px solid #2a2a4a}._channelImage_1oenm_51{width:80px;height:80px;border-radius:12px;object-fit:cover}._channelImagePlaceholder_1oenm_58{width:80px;height:80px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff}._channelInfo_1oenm_69{flex:1}._channelName_1oenm_73{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .5rem}._channelDescription_1oenm_80{color:#888;font-size:.9rem;margin:0 0 .75rem;line-height:1.4}._channelMeta_1oenm_87{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._metaItem_1oenm_94{display:flex;align-items:center;gap:.35rem;color:#666;font-size:.85rem}._metaItemLink_1oenm_102{display:flex;align-items:center;gap:.35rem;color:#667eea;font-size:.85rem;cursor:pointer;transition:color .2s}._metaItemLink_1oenm_102:hover{color:#8b9df0}._grid_1oenm_116{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}._configList_1oenm_123{display:flex;flex-direction:column;gap:.5rem}._configRow_1oenm_129{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #1a1a2e}._configRow_1oenm_129:last-child{border-bottom:none}._label_1oenm_140{color:#888}._value_1oenm_144{color:#fff;font-weight:500}._statsGrid_1oenm_149{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._statItem_1oenm_155{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#0d0d1a;border-radius:8px}._statValue_1oenm_164{font-size:1.5rem;font-weight:700;color:#fff}._statLabel_1oenm_170{color:#888;font-size:.8rem;margin-top:.25rem;text-transform:capitalize}._videosCard_1oenm_177{margin-top:1rem}._videosList_1oenm_181{display:flex;flex-direction:column;gap:.75rem}._videoItem_1oenm_187{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0d0d1a;border-radius:8px;cursor:pointer;transition:all .2s;border:1px solid transparent}._videoItem_1oenm_187:hover{background:#1a1a2e;border-color:#667eea}._videoInfo_1oenm_204{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:0}._videoTitle_1oenm_212{color:#fff;font-weight:500;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._videoMeta_1oenm_221{display:flex;align-items:center;gap:.35rem;color:#666;font-size:.8rem}._videoStatus_1oenm_229{display:flex;gap:.5rem}._empty_1oenm_234{color:#666;text-align:center;padding:2rem}._container_s7wfd_1{padding:2rem}._header_s7wfd_5{margin-bottom:2rem}._title_s7wfd_9{font-size:1.75rem;font-weight:600;color:#fff;margin:0}._subtitle_s7wfd_16{color:#888;margin:.5rem 0 0;font-size:.9rem}._filters_s7wfd_22{display:flex;gap:1rem;margin-bottom:1.5rem}._searchBox_s7wfd_28{display:flex;align-items:center;gap:.75rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;padding:.5rem 1rem;flex:1;max-width:400px}._searchBox_s7wfd_28 svg{color:#666}._searchInput_s7wfd_44{flex:1;background:transparent;border:none;color:#fff;font-size:.9rem;outline:none}._searchInput_s7wfd_44::placeholder{color:#666}._filterSelect_s7wfd_57{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;padding:.5rem 1rem;color:#fff;font-size:.9rem;outline:none;cursor:pointer}._filterSelect_s7wfd_57 option{background:#1a1a2e;color:#fff}._userCell_s7wfd_73{display:flex;align-items:center;gap:.75rem}._crownIcon_s7wfd_79{color:gold;flex-shrink:0}._userName_s7wfd_84{font-weight:500;color:#fff}._userEmail_s7wfd_89{font-size:.8rem;color:#888}._creditsCell_s7wfd_94{display:flex;align-items:baseline;gap:.25rem}._currentCredits_s7wfd_100{font-family:Monaco,Menlo,monospace;font-weight:600;color:#fff}._planCredits_s7wfd_106{font-size:.8rem;color:#666}._expiring_s7wfd_111{color:#ff6b6b;font-weight:500}._actions_s7wfd_116{display:flex;gap:.5rem}._addCreditsForm_s7wfd_121{display:flex;gap:.5rem;align-items:center}._input_s7wfd_127{width:80px;padding:.25rem .5rem;background:#0d0d1a;border:1px solid #2a2a4a;border-radius:4px;color:#fff;font-size:.85rem}._input_s7wfd_127:focus{outline:none;border-color:#667eea}._error_s7wfd_142{padding:2rem;text-align:center;color:#ff6b6b;background:#ff6b6b1a;border-radius:8px}._pagination_s7wfd_150{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}._pageButton_s7wfd_158{padding:.5rem 1rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s}._pageButton_s7wfd_158:hover:not(:disabled){background:#2a2a4a}._pageButton_s7wfd_158:disabled{opacity:.5;cursor:not-allowed}._pageInfo_s7wfd_177{color:#888;font-size:.9rem}._container_1zxt1_1{max-width:1400px;margin:0 auto}._loading_1zxt1_6{display:flex;align-items:center;justify-content:center;min-height:400px;color:var(--text-muted)}._header_1zxt1_14{margin-bottom:2rem}._title_1zxt1_18{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}._subtitle_1zxt1_28{color:var(--text-muted);font-size:.95rem}._statsGrid_1zxt1_33{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}._chartsRow_1zxt1_40,._selectCharts_1zxt1_41{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-bottom:1.5rem}._chartContainer_1zxt1_48{width:100%;min-height:260px}._chartFigure_1zxt1_53{margin:0}._chartDataList_1zxt1_57,._chartLegend_1zxt1_58{display:flex;flex-wrap:wrap;gap:.55rem .9rem;margin-top:.75rem;color:var(--text-secondary);font-size:.82rem;line-height:1.4}._chartDataList_1zxt1_57 span,._legendItem_1zxt1_69{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .55rem;border:1px solid var(--border);border-radius:999px;background:#ffffff0a}._chartDataList_1zxt1_57 strong,._legendItem_1zxt1_69 strong{color:var(--text-primary)}._legendSwatch_1zxt1_84{width:10px;height:10px;border-radius:999px;box-shadow:0 0 0 2px #ffffff14;flex-shrink:0}._srOnly_1zxt1_92{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._filters_1zxt1_104{display:flex;gap:1rem;margin-bottom:1.5rem}._searchInput_1zxt1_110,._filterSelect_1zxt1_111{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;color:#fff;font-size:.9rem;outline:none;padding:.65rem 1rem}._searchInput_1zxt1_110{flex:1;max-width:420px}._searchInput_1zxt1_110::placeholder{color:#666}._filterSelect_1zxt1_111{cursor:pointer}._filterSelect_1zxt1_111 option{background:#1a1a2e;color:#fff}._userCell_1zxt1_139{display:flex;align-items:center;gap:.75rem}._userCell_1zxt1_139 svg{color:#666;flex-shrink:0}._userName_1zxt1_150{color:#fff;font-weight:500}._userEmail_1zxt1_155,._muted_1zxt1_156{color:#888;font-size:.85rem}._answersSummary_1zxt1_161{display:flex;flex-direction:column;gap:.45rem;max-width:560px}._answerItem_1zxt1_168{display:grid;grid-template-columns:minmax(180px,1fr) minmax(90px,auto);gap:.75rem;align-items:baseline;padding-bottom:.45rem;border-bottom:1px solid rgba(255,255,255,.06)}._answerItem_1zxt1_168:last-child{border-bottom:none;padding-bottom:0}._answerQuestion_1zxt1_182{color:#aaa;font-size:.8rem;line-height:1.35}._answerValue_1zxt1_188{color:#fff;font-weight:600;text-align:right}._error_1zxt1_194{padding:2rem;text-align:center;color:#ff6b6b;background:#ff6b6b1a;border-radius:8px}._pagination_1zxt1_202{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}._pageButton_1zxt1_210{padding:.5rem 1rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s}._pageButton_1zxt1_210:hover:not(:disabled){background:#2a2a4a}._pageButton_1zxt1_210:disabled{opacity:.5;cursor:not-allowed}._pageInfo_1zxt1_229{color:#888;font-size:.9rem}@media(max-width:1200px){._statsGrid_1zxt1_33{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){._chartsRow_1zxt1_40,._selectCharts_1zxt1_41{grid-template-columns:1fr}}@media(max-width:650px){._statsGrid_1zxt1_33{grid-template-columns:1fr}._filters_1zxt1_104{flex-direction:column}._searchInput_1zxt1_110{max-width:none}}._title_g2xfz_9{font-size:1.75rem;font-weight:600;color:#fff;margin:0}._filters_g2xfz_22{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._filterGroup_g2xfz_29{display:flex;align-items:center;gap:.5rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;padding:.5rem 1rem}._filterGroup_g2xfz_29 svg{color:#666}._dateInput_g2xfz_43{background:transparent;border:none;color:#fff;font-size:.9rem;outline:none}._dateInput_g2xfz_43::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.65}._videoCell_g2xfz_56{display:flex;align-items:center;gap:.75rem}._videoCell_g2xfz_56 svg{color:#666;flex-shrink:0}._videoTitle_g2xfz_67{font-weight:500;color:#fff;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._videoOwner_g2xfz_76,._failedClips_g2xfz_77{color:#888;font-size:.8rem}._statusCell_g2xfz_82{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._errorSummary_g2xfz_89{display:inline-block;max-width:420px;color:#e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._error_g2xfz_89{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;text-align:center;color:#ff6b6b;background:#ff6b6b1a;border-radius:8px}._container_g2xfz_1{padding:2rem}._header_g2xfz_5{margin-bottom:2rem}._title_g2xfz_9{display:flex;align-items:center;gap:.75rem;font-size:1.75rem;font-weight:600;color:#ff6b6b;margin:0}._subtitle_g2xfz_16{color:#888;margin:.5rem 0 0;font-size:.9rem}._filters_g2xfz_22{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-end}._dateFilter_g2xfz_172{display:flex;flex-direction:column;gap:.25rem}._dateFilter_g2xfz_172 label{font-size:.8rem;color:#888}._dateInput_g2xfz_43{padding:.5rem .75rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:6px;color:#fff;font-size:.9rem}._dateInput_g2xfz_43:focus{outline:none;border-color:#667eea}._timestampCell_g2xfz_197{display:flex;align-items:center;gap:.5rem;color:#888;font-size:.85rem}._videoCell_g2xfz_56{display:flex;flex-direction:column;gap:.25rem}._videoTitle_g2xfz_67{font-weight:500;color:#fff;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._videoId_g2xfz_220{font-size:.75rem;color:#666;font-family:Monaco,Menlo,monospace}._failedCount_g2xfz_226{font-weight:600;color:#ff6b6b}._errorCell_g2xfz_231{color:#888;font-size:.85rem;max-width:250px}._error_g2xfz_89{padding:2rem;text-align:center;color:#ff6b6b;background:#ff6b6b1a;border-radius:8px}._pagination_g2xfz_110{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}._pageButton_g2xfz_118{padding:.5rem 1rem;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s}._pageButton_g2xfz_118:hover:not(:disabled){background:#2a2a4a}._pageButton_g2xfz_118:disabled{opacity:.5;cursor:not-allowed}._pageInfo_g2xfz_137{color:#888;font-size:.9rem}._container_1634c_1{height:100%;display:flex;flex-direction:column;background:var(--background)}._tabs_1634c_8{display:flex;gap:4px;padding:16px 24px;background:var(--card);border-bottom:1px solid var(--border);overflow-x:auto}._tab_1634c_8{padding:10px 16px;font-size:14px;font-weight:500;color:var(--text-muted);text-decoration:none;border-radius:var(--radius-sm);transition:all .2s;white-space:nowrap;display:flex;align-items:center;gap:8px}._tab_1634c_8:hover{background:var(--input);color:var(--text-secondary)}._tab_1634c_8._active_1634c_36{background:var(--primary-gradient);color:var(--foreground)}._badge_1634c_41{padding:2px 8px;font-size:12px;font-weight:600;border-radius:10px;min-width:20px;text-align:center}._badge_1634c_41._critical_1634c_50{background:var(--color-error-bg);color:var(--color-error)}._tab_1634c_8._active_1634c_36 ._badge_1634c_41._critical_1634c_50{background:#fff3;color:var(--foreground)}._badge_1634c_41._warning_1634c_60{background:var(--color-warning-bg);color:var(--color-warning)}._tab_1634c_8._active_1634c_36 ._badge_1634c_41._warning_1634c_60{background:#fff3;color:var(--foreground)}._content_1634c_70{flex:1;overflow:auto;background:var(--background)}._overlay_1pe79_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}._modal_1pe79_15{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:720px;width:100%;max-height:90vh;overflow:auto}._header_1pe79_25{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}._header_1pe79_25 h2{margin:0;font-size:20px;font-weight:600;color:var(--text-primary)}._closeBtn_1pe79_40{background:none;border:none;padding:4px;cursor:pointer;color:var(--text-muted);border-radius:var(--radius-sm)}._closeBtn_1pe79_40:hover{color:var(--text-primary)}._form_1pe79_53{padding:24px}._grid_1pe79_57{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}._field_1pe79_64{display:flex;flex-direction:column;gap:6px}._field_1pe79_64 label{font-size:13px;font-weight:500;color:var(--text-secondary)}._field_1pe79_64 input,._field_1pe79_64 select{padding:10px 12px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary)}._field_1pe79_64 input:focus,._field_1pe79_64 select:focus{outline:none;border-color:var(--ring)}._field_1pe79_64 input:disabled{opacity:.7}._section_1pe79_96{margin-bottom:24px}._sectionHeader_1pe79_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._sectionHeader_1pe79_100 h3{margin:0;font-size:14px;font-weight:600;color:var(--text-primary)}._addBtn_1pe79_114{display:flex;align-items:center;gap:4px;padding:6px 12px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;cursor:pointer;color:var(--text-secondary)}._addBtn_1pe79_114:hover{background:var(--border-hover);color:var(--text-primary)}._optionsTable_1pe79_132{background:var(--input);border-radius:var(--radius-md);padding:12px;border:1px solid var(--border)}._optionsHeader_1pe79_139{display:grid;grid-template-columns:80px 100px 100px 70px 50px;gap:12px;padding:8px 12px;font-size:12px;font-weight:600;color:var(--text-muted)}._optionRow_1pe79_149{display:grid;grid-template-columns:80px 100px 100px 70px 50px;gap:12px;padding:8px 0;align-items:center}._optionRow_1pe79_149 input{padding:8px 12px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary)}._calculated_1pe79_166{font-size:14px;font-weight:500;color:var(--text-muted);text-align:center}._removeBtn_1pe79_173{padding:6px;background:none;border:none;cursor:pointer;color:var(--text-muted)}._removeBtn_1pe79_173:hover{color:var(--color-error)}._featureRow_1pe79_185{display:flex;gap:8px;margin-bottom:8px}._featureRow_1pe79_185 input{flex:1;padding:10px 12px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary)}._actions_1pe79_201{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;border-top:1px solid var(--border)}._cancelBtn_1pe79_209{padding:10px 20px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer;color:var(--text-secondary)}._cancelBtn_1pe79_209:hover{background:var(--border-hover);color:var(--text-primary)}._submitBtn_1pe79_225{padding:10px 20px;background:var(--primary-gradient);color:var(--foreground);border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer}._submitBtn_1pe79_225:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){._optionsHeader_1pe79_139,._optionRow_1pe79_149{grid-template-columns:60px 80px 80px 50px 40px}}._overlay_qfxoe_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}._modal_qfxoe_15{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:1000px;width:100%;max-height:90vh;overflow:auto}._header_qfxoe_25{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--card);z-index:1}._header_qfxoe_25 h2{margin:0;font-size:20px;font-weight:600;color:var(--text-primary)}._header_qfxoe_25 p{margin:4px 0 0;color:var(--text-muted);font-size:13px}._closeBtn_qfxoe_51{background:none;border:none;padding:4px;cursor:pointer;color:var(--text-muted);border-radius:var(--radius-sm)}._closeBtn_qfxoe_51:hover{color:var(--text-primary)}._explainer_qfxoe_64{margin:0;padding:12px 24px;font-size:13px;color:var(--text-muted);border-bottom:1px solid var(--border);line-height:1.4}._explainer_qfxoe_64 strong{color:var(--text-secondary)}._content_qfxoe_77{padding:24px}._stateBox_qfxoe_81,._errorBox_qfxoe_82{padding:16px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--input);color:var(--text-secondary);font-size:14px}._errorBox_qfxoe_82{border-color:var(--color-error);background:var(--color-error-bg);color:var(--color-error)}._summaryGrid_qfxoe_97{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:24px}._summaryCard_qfxoe_104{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--input)}._summaryCard_qfxoe_104 span{color:var(--text-muted);font-size:12px;font-weight:600;text-transform:uppercase}._summaryCard_qfxoe_104 strong{color:var(--text-primary);font-size:16px}._summaryCard_qfxoe_104 small{color:var(--text-muted);font-size:12px}._creditGroup_qfxoe_131{margin-bottom:32px}._creditGroup_qfxoe_131:last-child{margin-bottom:0}._creditHeader_qfxoe_139{margin:0 0 16px;font-size:16px;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:8px}._pricePerCredit_qfxoe_149{font-size:13px;font-weight:400;color:var(--text-muted)}._table_qfxoe_155{background:var(--input);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border)}._tableHeader_qfxoe_162{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.2fr 1.2fr .8fr;gap:12px;padding:12px 16px;background:var(--background-secondary, rgba(15, 12, 41, .6));font-size:12px;font-weight:600;color:var(--text-muted)}._tableRow_qfxoe_173{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.2fr 1.2fr .8fr;gap:12px;padding:12px 16px;font-size:14px;color:var(--text-secondary);border-bottom:1px solid var(--border)}._tableRow_qfxoe_173:last-child{border-bottom:none}._tableRow_qfxoe_173 span{display:flex;flex-direction:column;gap:2px}._tableRow_qfxoe_173 small{font-size:11px;color:var(--text-muted)}._scenario_qfxoe_198{font-weight:500;color:var(--text-primary)}._status_qfxoe_203{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-align:center;align-self:center}._healthy_qfxoe_212{color:var(--color-success)}._status_qfxoe_203._healthy_qfxoe_212{background:var(--color-success-bg)}._warning_qfxoe_220{color:var(--color-warning)}._status_qfxoe_203._warning_qfxoe_220{background:var(--color-warning-bg)}._critical_qfxoe_228{color:var(--color-error)}._status_qfxoe_203._critical_qfxoe_228{background:var(--color-error-bg)}._breakdown_qfxoe_236{margin-top:16px;padding:12px 16px;background:var(--input);border-radius:var(--radius-md);border:1px solid var(--border)}._breakdown_qfxoe_236 h4{margin:0 0 8px;font-size:12px;font-weight:600;color:var(--text-muted)}._bucketList_qfxoe_251{display:flex;flex-wrap:wrap;gap:12px}._bucketItem_qfxoe_257{font-size:13px;color:var(--text-secondary)}@media(max-width:900px){._summaryGrid_qfxoe_97{grid-template-columns:1fr}._tableHeader_qfxoe_162,._tableRow_qfxoe_173{grid-template-columns:1.5fr repeat(5,minmax(90px,1fr));min-width:780px}._table_qfxoe_155{overflow-x:auto}}._container_1x3wt_1{padding:2rem;background:var(--background)}._header_1x3wt_6{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}._title_1x3wt_13{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin:0}._subtitle_1x3wt_20{color:var(--text-muted);margin:.5rem 0 0;font-size:.9rem}._addButton_1x3wt_26{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--primary-gradient);color:var(--foreground);border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer}._addButton_1x3wt_26:hover{opacity:.95}._planCell_1x3wt_44{display:flex;flex-direction:column;gap:2px}._planName_1x3wt_50{font-weight:500;color:var(--text-primary)}._planId_1x3wt_55{font-size:12px;color:var(--text-muted);font-family:monospace}._viewMarginsBtn_1x3wt_61{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;cursor:pointer;color:var(--text-secondary)}._viewMarginsBtn_1x3wt_61:hover{background:var(--border-hover);color:var(--text-primary)}._error_1x3wt_79{padding:16px;background:var(--color-error-bg);border:1px solid var(--color-error);border-radius:var(--radius-md);color:var(--color-error);text-align:center}._overlay_1i6pf_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}._modal_1i6pf_15{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:700px;width:100%;max-height:90vh;overflow:auto}._header_1i6pf_25{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}._header_1i6pf_25 h2{margin:0;font-size:20px;font-weight:600;color:var(--text-primary)}._closeBtn_1i6pf_40{background:none;border:none;padding:4px;cursor:pointer;color:var(--text-muted);border-radius:var(--radius-sm)}._closeBtn_1i6pf_40:hover{color:var(--text-primary)}._form_1i6pf_53{padding:24px}._fields_1i6pf_57{display:flex;flex-direction:column;gap:1.25rem}._grid_1i6pf_63{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._field_1i6pf_57{display:flex;flex-direction:column;gap:6px}._fieldFull_1i6pf_75{grid-column:1 / -1;display:flex;flex-direction:column;gap:6px}._field_1i6pf_57 label,._fieldFull_1i6pf_75 label{font-size:13px;font-weight:500;color:var(--text-secondary)}._field_1i6pf_57 input,._field_1i6pf_57 select,._fieldFull_1i6pf_75 input,._fieldFull_1i6pf_75 select,._fieldFull_1i6pf_75 textarea{padding:10px 12px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-primary);transition:border-color .2s}._field_1i6pf_57 input:focus,._field_1i6pf_57 select:focus,._fieldFull_1i6pf_75 input:focus,._fieldFull_1i6pf_75 select:focus,._fieldFull_1i6pf_75 textarea:focus{outline:none;border-color:var(--ring)}._field_1i6pf_57 input:disabled{opacity:.7}._field_1i6pf_57 select option,._fieldFull_1i6pf_75 select option{background:var(--card);color:var(--text-primary)}._hint_1i6pf_126{font-size:12px;color:var(--text-muted)}._calculations_1i6pf_131{margin-top:24px;padding:16px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-md)}._calculations_1i6pf_131 h3{margin:0 0 16px;font-size:14px;font-weight:600;color:var(--text-primary)}._calcGrid_1i6pf_146{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}._calcItem_1i6pf_152{display:flex;flex-direction:column;gap:4px;padding:12px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center}._calcLabel_1i6pf_163{font-size:12px;color:var(--text-muted)}._calcValue_1i6pf_168{font-size:16px;font-weight:600;color:var(--text-primary)}._calcValue_1i6pf_168._highlight_1i6pf_174{color:var(--color-purple-light, var(--color-info))}._selectedCombination_1i6pf_178{display:flex;flex-direction:column;gap:4px;margin-bottom:16px;color:var(--text-secondary);font-size:13px}._selectedCombination_1i6pf_178 strong{color:var(--text-primary);font-size:15px}._errorBox_1i6pf_192{margin-top:16px;padding:12px 14px;border:1px solid var(--color-error);border-radius:var(--radius-sm);background:var(--color-error-bg);color:var(--color-error);font-size:13px}._actions_1i6pf_202{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}._cancelBtn_1i6pf_211{padding:10px 20px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer;color:var(--text-secondary)}._cancelBtn_1i6pf_211:hover{background:var(--border-hover);color:var(--text-primary)}._submitBtn_1i6pf_227{padding:10px 20px;background:var(--primary-gradient);color:var(--foreground);border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer}._submitBtn_1i6pf_227:hover:not(:disabled){opacity:.95}._submitBtn_1i6pf_227:disabled{opacity:.6;cursor:not-allowed}._container_zi5bn_1{padding:2rem;background:var(--background)}._header_zi5bn_6{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}._title_zi5bn_13{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin:0}._subtitle_zi5bn_20{color:var(--text-muted);margin:.5rem 0 0;font-size:.9rem}._addButton_zi5bn_26{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--primary-gradient);color:var(--foreground);border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer}._addButton_zi5bn_26:hover{opacity:.95}._filters_zi5bn_44{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}._searchBox_zi5bn_51{display:flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 12px;flex:1;min-width:250px}._searchBox_zi5bn_51 svg{color:var(--text-muted)}._searchInput_zi5bn_67{border:none;outline:none;font-size:14px;width:100%;background:transparent;color:var(--text-primary)}._searchInput_zi5bn_67::placeholder{color:var(--text-muted)}._filterGroup_zi5bn_80{display:flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 12px}._filterGroup_zi5bn_80 svg{color:var(--text-muted)}._filterSelect_zi5bn_94{border:none;outline:none;font-size:14px;background:transparent;cursor:pointer;color:var(--text-primary)}._filterSelect_zi5bn_94 option{background:var(--card);color:var(--text-primary)}._modelCell_zi5bn_108{display:flex;flex-direction:column;gap:2px}._modelName_zi5bn_114{font-weight:500;color:var(--text-primary)}._modelId_zi5bn_119{font-size:12px;color:var(--text-muted);font-family:monospace}._description_zi5bn_125{margin-top:4px;font-size:12px;color:var(--text-muted);max-width:320px;line-height:1.4}._provider_zi5bn_133{font-size:13px;font-weight:500;color:var(--color-purple-light, var(--text-secondary))}._costCell_zi5bn_139{display:flex;flex-direction:column;gap:2px}._costMain_zi5bn_145{font-weight:600;color:var(--text-primary)}._costSub_zi5bn_150{font-size:12px;color:var(--text-muted)}._actions_zi5bn_155{display:flex;gap:8px}._actionBtn_zi5bn_160{padding:6px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);transition:all .2s}._actionBtn_zi5bn_160:hover{background:var(--border-hover);color:var(--text-primary)}._actionBtn_zi5bn_160:disabled{opacity:.45;cursor:not-allowed}._emptyValue_zi5bn_180{color:var(--text-muted);font-size:13px}._actionBtn_zi5bn_160._danger_zi5bn_185:hover{background:var(--color-error-bg);color:var(--color-error);border-color:var(--color-error)}._error_zi5bn_191{padding:16px;background:var(--color-error-bg);border:1px solid var(--color-error);border-radius:var(--radius-md);color:var(--color-error);text-align:center}._modal_zi5bn_201{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}._modalContent_zi5bn_215{background:var(--card);border:1px solid var(--border);padding:24px;border-radius:var(--radius-lg);min-width:400px}._modalContent_zi5bn_215 h3{margin:0 0 16px;color:var(--text-primary)}._modalContent_zi5bn_215 p{margin:0 0 12px;color:var(--text-muted)}._modalInput_zi5bn_233{width:100%;padding:10px 12px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;margin-bottom:16px;color:var(--text-primary)}._modalInput_zi5bn_233:focus{outline:none;border-color:var(--ring)}._modalActions_zi5bn_249{display:flex;justify-content:flex-end;gap:12px}._cancelBtn_zi5bn_255{padding:10px 16px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-secondary);cursor:pointer}._cancelBtn_zi5bn_255:hover{background:var(--border-hover);color:var(--text-primary)}._confirmBtn_zi5bn_270{padding:10px 16px;background:var(--primary-gradient);color:var(--foreground);border:none;border-radius:var(--radius-sm);font-size:14px;cursor:pointer}._confirmBtn_zi5bn_270:hover{opacity:.95}._container_12eyx_1{min-height:100%;padding:2rem;background:var(--background)}._header_12eyx_7{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;max-width:1180px;margin:0 auto 1.5rem}._pageEyebrow_12eyx_16,._eyebrow_12eyx_17{display:inline-flex;align-items:center;width:fit-content;color:#ffcc70;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}._title_12eyx_28{margin:.35rem 0 0;color:var(--text-primary);font-size:clamp(1.7rem,3vw,2.25rem);font-weight:700}._subtitle_12eyx_35{max-width:760px;margin:.55rem 0 0;color:var(--text-secondary);font-size:.95rem;line-height:1.55}._loading_12eyx_43{padding:2rem;color:var(--text-muted);text-align:center}._form_12eyx_49{max-width:1180px;margin:0 auto}._summaryGrid_12eyx_54{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}._summaryCard_12eyx_61{position:relative;overflow:hidden;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(180deg,#ffffff0e,#ffffff06);box-shadow:var(--card-shadow)}._summaryCard_12eyx_61:before{position:absolute;top:0;right:0;left:0;height:2px;background:var(--primary-gradient);content:""}._summaryCard_12eyx_61 span{display:block;color:var(--text-muted);font-size:.73rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}._summaryCard_12eyx_61 strong{display:block;margin-top:.45rem;color:var(--text-primary);font-size:1.35rem;font-weight:800}._summaryCard_12eyx_61 small{display:block;margin-top:.35rem;color:var(--text-muted);font-size:.78rem;line-height:1.35}._section_12eyx_106{display:grid;grid-template-columns:minmax(220px,.55fr) minmax(0,1fr);gap:1.5rem;padding:1.25rem;margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--card-shadow)}._sectionIntro_12eyx_118{padding-right:.5rem}._section_12eyx_106 h2{margin:.4rem 0 0;color:var(--text-primary);font-size:1.08rem;font-weight:700}._sectionIntro_12eyx_118 p{margin:.55rem 0 0;color:var(--text-muted);font-size:.84rem;line-height:1.55}._grid_12eyx_136{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}._field_12eyx_142{display:flex;flex-direction:column;gap:.5rem;min-width:0;padding:.9rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff09}._field_12eyx_142:focus-within{border-color:#c850c08c;box-shadow:0 0 0 3px #c850c01f}._fieldLabel_12eyx_158{color:var(--text-primary);font-size:.84rem;font-weight:650}._field_12eyx_142 input,._field_12eyx_142 select{width:100%;min-height:42px;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);outline:0;background:var(--input);color:var(--text-primary);font-size:.92rem}._field_12eyx_142 input:focus,._field_12eyx_142 select:focus{border-color:transparent;box-shadow:inset 0 0 0 1px #ffcc708c}._field_12eyx_142 select option{background:var(--card);color:var(--text-primary)}._hint_12eyx_188{color:var(--text-muted);font-size:.75rem;line-height:1.42}._actions_12eyx_194{position:sticky;bottom:1rem;z-index:10;display:flex;align-items:center;gap:1rem;justify-content:space-between;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:#0f0f19f5;box-shadow:var(--card-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}._actionsCopy_12eyx_210{display:flex;flex-direction:column;gap:.25rem;min-width:0}._actionsCopy_12eyx_210 strong{color:var(--text-primary);font-size:.9rem}._actionsCopy_12eyx_210 span{color:var(--text-muted);font-size:.78rem}._saveButton_12eyx_227{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;gap:.5rem;min-height:42px;padding:.65rem 1.05rem;border:0;border-radius:var(--radius-sm);background:var(--primary-gradient);color:var(--foreground);font-size:.875rem;font-weight:650;cursor:pointer}._saveButton_12eyx_227:hover:not(:disabled){box-shadow:var(--neon-shadow)}._saveButton_12eyx_227:disabled{cursor:not-allowed;opacity:.6}._successMessage_12eyx_253{flex-shrink:0;color:var(--color-success);font-size:.84rem;font-weight:600}@media(max-width:1100px){._summaryGrid_12eyx_54{grid-template-columns:repeat(2,minmax(0,1fr))}._section_12eyx_106{grid-template-columns:1fr}}@media(max-width:760px){._container_12eyx_1{padding:1rem}._summaryGrid_12eyx_54,._grid_12eyx_136{grid-template-columns:1fr}._actions_12eyx_194{position:static;align-items:stretch;flex-direction:column}._saveButton_12eyx_227{width:100%}}._subtabShell_1poz8_1{min-height:100%;background:var(--background)}._subtabs_1poz8_6{display:flex;gap:6px;padding:16px 24px 0;background:var(--background);overflow-x:auto}._subtab_1poz8_1{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);color:var(--text-muted);font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;transition:all .2s ease}._subtab_1poz8_1:hover{border-color:var(--border-hover);color:var(--text-secondary)}._subtab_1poz8_1._active_1poz8_35{border-color:transparent;background:var(--primary-gradient);color:var(--foreground)}._badge_1poz8_41{min-width:20px;padding:2px 7px;border-radius:999px;background:var(--color-warning-bg);color:var(--color-warning);font-size:11px;font-weight:700;text-align:center}._subtab_1poz8_1._active_1poz8_35 ._badge_1poz8_41{background:#fff3;color:var(--foreground)}._container_1k71d_1{padding:2rem;background:var(--background)}._header_1k71d_6{margin-bottom:1.5rem}._title_1k71d_10{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}._subtitle_1k71d_17{color:var(--text-muted);margin:.5rem 0 0;font-size:.9rem}._filters_1k71d_23{display:flex;gap:1rem;margin-bottom:1.5rem}._filterGroup_1k71d_29{display:flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 12px}._filterGroup_1k71d_29 svg{color:var(--text-muted)}._filterSelect_1k71d_43{border:none;outline:none;font-size:14px;background:transparent;color:var(--text-primary)}._filterSelect_1k71d_43 option{background:var(--card);color:var(--text-primary)}._timestamp_1k71d_56{font-size:13px;color:var(--text-muted);font-family:monospace}._entityCell_1k71d_62{display:flex;flex-direction:column;gap:2px}._entityType_1k71d_68{font-size:11px;color:var(--text-muted);text-transform:uppercase}._entityName_1k71d_74{font-weight:500;color:var(--text-primary)}._action_1k71d_79{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600}._action_1k71d_79._create_1k71d_86{background:var(--color-success-bg);color:var(--color-success)}._action_1k71d_79._update_1k71d_91{background:var(--color-info-bg);color:var(--color-info)}._action_1k71d_79._delete_1k71d_96{background:var(--color-error-bg);color:var(--color-error)}._action_1k71d_79._activate_1k71d_101{background:var(--color-success-bg);color:var(--color-success)}._action_1k71d_79._deactivate_1k71d_106{background:var(--color-warning-bg);color:var(--color-warning)}._user_1k71d_111{font-size:13px;color:var(--text-secondary)}._changes_1k71d_116{font-size:12px;display:flex;flex-direction:column;gap:4px}._change_1k71d_116{display:flex;gap:4px;align-items:center}._changeField_1k71d_129{font-weight:500;color:var(--text-secondary)}._oldValue_1k71d_134{color:var(--color-error);text-decoration:line-through}._newValue_1k71d_139{color:var(--color-success)}._moreChanges_1k71d_143{color:var(--text-muted);font-style:italic}._error_1k71d_148{padding:1rem;background:var(--color-error-bg);border:1px solid var(--color-error);border-radius:var(--radius-md);color:var(--color-error);text-align:center}._pagination_1k71d_157{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}._pagination_1k71d_157 button{padding:8px 16px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer}._pagination_1k71d_157 button:hover:not(:disabled){background:var(--border-hover)}._pagination_1k71d_157 button:disabled{opacity:.5;cursor:not-allowed}._container_myu1g_1{padding:2rem;background:var(--background)}._header_myu1g_6{margin-bottom:1.5rem}._title_myu1g_10{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}._subtitle_myu1g_17{color:var(--text-muted);margin:.5rem 0 0;font-size:.9rem}._filters_myu1g_23{display:flex;gap:1rem;margin-bottom:1.5rem}._filterGroup_myu1g_29{display:flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 12px}._filterGroup_myu1g_29 svg{color:var(--text-muted)}._filterSelect_myu1g_43{border:none;outline:none;font-size:14px;background:transparent;color:var(--text-primary)}._error_myu1g_51{padding:1rem;background:var(--color-error-bg);border:1px solid var(--color-error);border-radius:var(--radius-md);color:var(--color-error);text-align:center}._loading_myu1g_60{padding:2rem;text-align:center;color:var(--text-muted)}._empty_myu1g_66{padding:3rem 1.5rem;text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md)}._empty_myu1g_66 svg{color:var(--color-success);margin-bottom:1rem}._empty_myu1g_66 h3{margin:0 0 8px;color:var(--text-primary)}._empty_myu1g_66 p{margin:0;color:var(--text-muted)}._alertList_myu1g_89{display:flex;flex-direction:column;gap:1rem}._alertCard_myu1g_95{background:var(--card);border-radius:var(--radius-md);padding:1.25rem;border-left:4px solid var(--border)}._alertCard_myu1g_95._critical_myu1g_102{border-left-color:var(--color-error)}._alertCard_myu1g_95._warning_myu1g_106{border-left-color:var(--color-warning)}._alertHeader_myu1g_110{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._alertMeta_myu1g_117{display:flex;align-items:center;gap:8px}._alertType_myu1g_123{font-size:12px;color:var(--text-muted);text-transform:uppercase}._alertTime_myu1g_129{font-size:13px;color:var(--text-muted)}._alertContent_myu1g_134{display:flex;gap:12px}._alertIcon_myu1g_139{flex-shrink:0;margin-top:2px}._critical_myu1g_102 ._alertIcon_myu1g_139{color:var(--color-error)}._warning_myu1g_106 ._alertIcon_myu1g_139{color:var(--color-warning)}._alertEntity_myu1g_152{margin:0 0 4px;font-size:15px;font-weight:600;color:var(--text-primary)}._alertMessage_myu1g_159{margin:0;font-size:14px;color:var(--text-secondary);line-height:1.5}._alertActions_myu1g_166{display:flex;gap:8px;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}._acknowledgeBtn_myu1g_174{padding:8px 16px;background:var(--color-warning-bg);color:var(--color-warning);border:none;border-radius:var(--radius-sm);font-size:13px;font-weight:500;cursor:pointer}._acknowledgeBtn_myu1g_174:hover:not(:disabled){opacity:.9}._resolveBtn_myu1g_189{padding:8px 16px;background:var(--color-success-bg);color:var(--color-success);border:none;border-radius:var(--radius-sm);font-size:13px;font-weight:500;cursor:pointer}._resolveBtn_myu1g_189:hover:not(:disabled){opacity:.9}._acknowledgeBtn_myu1g_174:disabled,._resolveBtn_myu1g_189:disabled{opacity:.6;cursor:not-allowed}._container_mvyy9_1{padding:2rem}._header_mvyy9_5{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}._title_mvyy9_13{margin:0;color:var(--text-primary);font-size:1.75rem;font-weight:600}._subtitle_mvyy9_20{margin:.5rem 0 0;color:var(--text-muted);font-size:.9rem}._headerActions_mvyy9_26{display:flex;align-items:center;gap:.75rem}._refreshButton_mvyy9_32,._settingsButton_mvyy9_33,._secondaryButton_mvyy9_34{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:0;border-radius:var(--radius-sm);background:var(--primary-gradient);color:var(--foreground);font-size:.875rem;font-weight:500;cursor:pointer}._settingsButton_mvyy9_33,._secondaryButton_mvyy9_34{border:1px solid var(--border);background:var(--card);color:var(--text-primary)}._refreshButton_mvyy9_32:disabled{cursor:not-allowed;opacity:.7}._spinning_mvyy9_60{animation:_spin_mvyy9_60 1s linear infinite}@keyframes _spin_mvyy9_60{to{transform:rotate(360deg)}}._warning_mvyy9_70,._error_mvyy9_71{padding:1rem;margin-bottom:1.25rem;border-radius:var(--radius-md);font-size:.875rem}._warning_mvyy9_70{border:1px solid var(--color-warning);background:var(--color-warning-bg);color:var(--color-warning)}._error_mvyy9_71{border:1px solid var(--color-error);background:var(--color-error-bg);color:var(--color-error)}._warning_mvyy9_70 code{padding:.125rem .25rem;border-radius:4px;background:#ffffff14;color:var(--text-primary)}._authError_mvyy9_97{margin-top:.5rem;color:var(--text-primary)}._summaryGrid_mvyy9_102{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}._summaryValue_mvyy9_109{color:var(--text-primary);font-size:1.75rem;font-weight:700}._summaryValue_mvyy9_109._danger_mvyy9_115{color:var(--color-error)}._summaryLabel_mvyy9_119{margin-top:.25rem;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}._filterPanel_mvyy9_127{padding:1rem;margin-bottom:1.5rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card)}._filterPanelHeader_mvyy9_135{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}._filterTitle_mvyy9_143{margin:0;color:var(--text-primary);font-size:1rem;font-weight:600}._filterSubtitle_mvyy9_150{margin:.25rem 0 0;color:var(--text-muted);font-size:.8rem}._clearFiltersButton_mvyy9_156{flex-shrink:0;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff0a;color:var(--text-primary);font-size:.8rem;font-weight:500;cursor:pointer}._clearFiltersButton_mvyy9_156:hover:not(:disabled){border-color:#4158d0}._clearFiltersButton_mvyy9_156:disabled{cursor:not-allowed;opacity:.45}._filters_mvyy9_177{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(320px,1.2fr);gap:.75rem}._filterField_mvyy9_183{display:flex;flex-direction:column;gap:.375rem;min-width:0}._filterLabel_mvyy9_190{color:var(--text-muted);font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}._searchBox_mvyy9_198{display:flex;align-items:center;gap:.5rem;box-sizing:border-box;height:44px;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff08;color:var(--text-muted)}._searchInput_mvyy9_211{border:0;outline:0;background:transparent;color:var(--text-primary);font-size:.875rem}._searchInput_mvyy9_211{width:100%}._searchInput_mvyy9_211{min-width:0}._searchInput_mvyy9_211::placeholder{color:var(--text-muted)}._resolutionField_mvyy9_231{min-width:0}._resolutionBadges_mvyy9_235{display:flex;flex-wrap:wrap;gap:.5rem;min-height:44px;align-items:center}._resolutionBadge_mvyy9_235{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.45rem .7rem;border:1px solid var(--border);border-radius:999px;background:#ffffff0a;color:var(--text-secondary);font-size:.78rem;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}._resolutionBadge_mvyy9_235:hover{border-color:#c850c08c;color:var(--text-primary)}._resolutionBadge_mvyy9_235:focus-visible{outline:2px solid rgba(255,204,112,.45);outline-offset:2px}._resolutionBadgeActive_mvyy9_269{border-color:transparent;background:var(--primary-gradient);color:#fff;box-shadow:0 8px 20px #4158d02e}._tableBody_mvyy9_276{padding:0}._sortableHeaderButton_mvyy9_280{display:inline-flex;align-items:center;gap:.35rem;width:100%;border:0;padding:0;background:transparent;color:inherit;font:inherit;font-weight:700;text-align:inherit;cursor:pointer}._sortableHeaderButtonLeft_mvyy9_295{justify-content:flex-start}._sortableHeaderButtonCenter_mvyy9_299{justify-content:center}._sortableHeaderButtonRight_mvyy9_303{justify-content:flex-end}._sortableHeaderButton_mvyy9_280:hover,._sortableHeaderButton_mvyy9_280:focus-visible{color:var(--text-primary)}._sortableHeaderButton_mvyy9_280:focus-visible{outline:2px solid rgba(255,204,112,.45);outline-offset:4px;border-radius:6px}._sortIndicator_mvyy9_318{color:var(--text-muted);font-size:.75rem;line-height:1}._selectionBar_mvyy9_324{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#4158d01f;color:var(--text-primary);font-size:.875rem}._selectionActions_mvyy9_338{display:flex;align-items:center;gap:.75rem}._checkbox_mvyy9_344{box-sizing:border-box;width:18px;height:18px;min-width:18px;max-width:18px;min-height:18px;max-height:18px;flex:0 0 18px;aspect-ratio:1 / 1;margin:0;border:1px solid rgba(255,255,255,.22);border-radius:4px;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff0a;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}._checkbox_mvyy9_344:hover:not(:disabled){border-color:#c850c0bf;box-shadow:0 0 0 3px #c850c01f}._checkbox_mvyy9_344:focus-visible{border-color:#ffcc70;box-shadow:0 0 0 3px #ffcc7033}._checkbox_mvyy9_344:checked{border-color:transparent;background:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2 3.85L5.775 9.275L2.8 6.3' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px 14px no-repeat,var(--primary-gradient);box-shadow:0 0 0 3px #4158d029}._checkbox_mvyy9_344:disabled{cursor:not-allowed;opacity:.35}._loading_mvyy9_387{padding:2rem;color:var(--text-muted);text-align:center}._modelCell_mvyy9_393{display:flex;flex-direction:column;gap:.125rem}._modelName_mvyy9_399{color:var(--text-primary);font-weight:600}._modelId_mvyy9_404,._monospace_mvyy9_405{color:var(--text-muted);font-family:monospace;font-size:.75rem}._cost_mvyy9_411{color:var(--text-primary);font-weight:600}._costStack_mvyy9_416{display:flex;flex-direction:column;gap:.2rem}._costBreakdown_mvyy9_422{color:var(--text-muted);font-size:.72rem;line-height:1.25}._economicsWarning_mvyy9_428{color:var(--color-warning);font-size:.72rem;line-height:1.25}._errorText_mvyy9_434{color:var(--color-error);font-size:.8rem}._noteText_mvyy9_439{color:var(--text-muted);font-size:.8rem}._auditPanel_mvyy9_444{padding:1.25rem;border:1px solid rgba(65,88,208,.25);border-radius:var(--radius-md);background:linear-gradient(180deg,#4158d014,#ffffff05)}._auditHeader_mvyy9_451{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}._auditHeader_mvyy9_451 h3{margin:0;color:var(--text-primary);font-size:1rem;font-weight:700}._auditHeader_mvyy9_451 p,._auditEmpty_mvyy9_467{max-width:860px;margin:.35rem 0 0;color:var(--text-muted);font-size:.84rem;line-height:1.45}._auditWarning_mvyy9_475{padding:.75rem;margin-bottom:1rem;border:1px solid var(--color-warning);border-radius:var(--radius-sm);background:var(--color-warning-bg);color:var(--color-warning);font-size:.84rem}._auditGrid_mvyy9_485{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}._auditSection_mvyy9_492,._auditFormula_mvyy9_493{border:1px solid var(--border);border-radius:var(--radius-sm);background:#0000001f}._auditSection_mvyy9_492{padding:.9rem}._auditSection_mvyy9_492 h4{margin:0 0 .75rem;color:var(--text-primary);font-size:.85rem;font-weight:700}._auditSection_mvyy9_492 dl{display:grid;gap:.55rem;margin:0}._auditSection_mvyy9_492 dl div{display:flex;justify-content:space-between;gap:1rem}._auditSection_mvyy9_492 dt{color:var(--text-muted);font-size:.78rem}._auditSection_mvyy9_492 dd{margin:0;color:var(--text-primary);font-size:.78rem;font-weight:600;text-align:right}._auditSectionNote_mvyy9_535{margin:.85rem 0 0;color:var(--text-muted);font-size:.76rem;line-height:1.4}._auditCreditSummary_mvyy9_542{padding:.95rem;margin-bottom:1rem;border:1px solid rgba(65,88,208,.28);border-radius:var(--radius-sm);background:#4158d014}._auditCreditSummary_mvyy9_542 h4{margin:0;color:var(--text-primary);font-size:.88rem;font-weight:700}._auditCreditSummary_mvyy9_542 p{margin:.35rem 0 .85rem;color:var(--text-muted);font-size:.78rem;line-height:1.45}._auditCreditGrid_mvyy9_564{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}._auditCreditGrid_mvyy9_564 div{display:flex;flex-direction:column;gap:.2rem;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#0000001f}._auditCreditGrid_mvyy9_564 span{color:var(--text-muted);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}._auditCreditGrid_mvyy9_564 strong{color:var(--text-primary);font-size:.9rem}._auditCreditGrid_mvyy9_564 small{color:#8ea2ff;font-size:.76rem;font-weight:600}._auditCreditGrid_mvyy9_564 ._auditCreditTotal_mvyy9_599{border-color:#c850c073;background:#c850c01a}._auditFormulaList_mvyy9_604{display:grid;gap:.75rem}._auditFormula_mvyy9_493{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;padding:.9rem}._auditStep_mvyy9_616{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#4158d033;color:var(--text-primary);font-size:.8rem;font-weight:700}._auditFormula_mvyy9_493 strong{color:var(--text-primary);font-size:.88rem}._auditFormula_mvyy9_493 p{margin:.35rem 0 0;color:var(--text-primary);font-size:.84rem;line-height:1.45}._auditFormula_mvyy9_493 small{display:block;margin-top:.25rem;color:var(--text-muted);font-size:.76rem;line-height:1.4}._modalOverlay_mvyy9_649{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000ad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_mvyy9_649{width:min(640px,100%);max-height:calc(100vh - 2rem);overflow:auto;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);box-shadow:0 24px 80px #00000073}._auditModalOverlay_mvyy9_672{align-items:center;overflow:hidden;overscroll-behavior:contain;backdrop-filter:none;-webkit-backdrop-filter:none}._auditModal_mvyy9_672{width:min(1080px,100%);max-height:calc(100vh - 2rem);margin:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;transform:none;scrollbar-gutter:stable;background:#0f0f19;isolation:isolate}._modalHeader_mvyy9_693{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}._modalTitle_mvyy9_701{margin:0;color:var(--text-primary);font-size:1.25rem;font-weight:600}._modalSubtitle_mvyy9_708{margin:.35rem 0 0;color:var(--text-muted);font-size:.875rem;line-height:1.4}._modalCloseButton_mvyy9_715{flex-shrink:0;border:0;background:transparent;color:var(--text-muted);font-size:.85rem;cursor:pointer}._settingsForm_mvyy9_724{display:flex;flex-direction:column;gap:1rem}._settingsField_mvyy9_730{display:flex;flex-direction:column;gap:.45rem}._settingsLabel_mvyy9_736{color:var(--text-primary);font-size:.875rem;font-weight:600}._settingsInput_mvyy9_742,._tokenInput_mvyy9_743{box-sizing:border-box;width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);outline:0;background:#ffffff08;color:var(--text-primary);font-size:.875rem}._settingsInput_mvyy9_742{height:44px;padding:.5rem .75rem}._tokenInput_mvyy9_743{min-height:120px;padding:.75rem;font-family:monospace;resize:vertical}._tokenInput_mvyy9_743::placeholder{color:var(--text-muted)}._settingsHelp_mvyy9_770{color:var(--text-muted);font-size:.78rem;line-height:1.4}._selectedSummary_mvyy9_776{padding:.875rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff08;color:var(--text-primary);font-size:.875rem}._selectedList_mvyy9_785{display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem;color:var(--text-muted);font-size:.8rem}._modalError_mvyy9_794{padding:.75rem;margin-top:1rem;border:1px solid var(--color-error);border-radius:var(--radius-sm);background:var(--color-error-bg);color:var(--color-error);font-size:.85rem}._modalActions_mvyy9_804{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}@media(max-width:1100px){._summaryGrid_mvyy9_102,._filters_mvyy9_177{grid-template-columns:repeat(2,minmax(0,1fr))}._auditGrid_mvyy9_485{grid-template-columns:1fr}._auditCreditGrid_mvyy9_564{grid-template-columns:repeat(2,minmax(0,1fr))}._searchField_mvyy9_828,._resolutionField_mvyy9_231{grid-column:span 2}}@media(max-width:700px){._container_mvyy9_1{padding:1rem}._header_mvyy9_5{flex-direction:column}._headerActions_mvyy9_26{width:100%;flex-wrap:wrap}._summaryGrid_mvyy9_102{grid-template-columns:1fr}._filterPanelHeader_mvyy9_135{flex-direction:column}._clearFiltersButton_mvyy9_156{width:100%}._filters_mvyy9_177{grid-template-columns:1fr}._auditHeader_mvyy9_451,._auditSection_mvyy9_492 dl div{flex-direction:column}._auditSection_mvyy9_492 dd{text-align:left}._auditCreditGrid_mvyy9_564{grid-template-columns:1fr}._searchField_mvyy9_828,._resolutionField_mvyy9_231{grid-column:auto}._modalHeader_mvyy9_693,._modalActions_mvyy9_804,._selectionBar_mvyy9_324,._selectionActions_mvyy9_338{flex-direction:column}._modalActions_mvyy9_804,._modalActions_mvyy9_804 button,._selectionActions_mvyy9_338,._selectionActions_mvyy9_338 button,._headerActions_mvyy9_26 button{width:100%}}._container_h2ira_1{padding:2rem}._header_h2ira_5,._detailHeader_h2ira_6{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}._title_h2ira_14{margin:0;color:var(--text-primary);font-size:1.75rem;font-weight:600}._subtitle_h2ira_21,._prompt_h2ira_22{margin:.5rem 0 0;color:var(--text-muted);font-size:.9rem;line-height:1.5}._list_h2ira_29{display:grid;gap:1rem}._listFilters_h2ira_34{display:flex;justify-content:flex-end;margin-bottom:1rem}._listFilters_h2ira_34 label{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.85rem}._listFilters_h2ira_34 select{min-height:36px;padding:.35rem .65rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);color:var(--text-primary)}._benchmarkCard_h2ira_57{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,transform .15s ease}._benchmarkCard_h2ira_57:hover{border-color:#4158d0;transform:translateY(-1px)}._cardMain_h2ira_78{min-width:0}._cardTitleRow_h2ira_82,._detailTitleRow_h2ira_83,._resultHeaderActions_h2ira_84,._resultHeaderMeta_h2ira_85,._resultInfo_h2ira_86,._selectionMeta_h2ira_87{display:flex;align-items:center;gap:.75rem}._cardTitle_h2ira_82{margin:0;color:var(--text-primary);font-size:1rem;font-weight:600}._meta_h2ira_100,._resultMeta_h2ira_101{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem;color:var(--text-muted);font-size:.8rem}._meta_h2ira_100 span,._resultMeta_h2ira_101 span{display:inline-flex;align-items:center;gap:.35rem}._cardActions_h2ira_117,._detailActions_h2ira_118{display:flex;align-items:center;gap:.75rem}._iconButton_h2ira_124,._backButton_h2ira_125,._resultActionButton_h2ira_126{display:inline-flex;align-items:center;gap:.5rem;border:0;background:transparent;color:var(--text-muted);cursor:pointer}._iconButton_h2ira_124:hover,._backButton_h2ira_125:hover,._resultActionButton_h2ira_126:hover:not(:disabled){color:var(--text-primary)}._resultActionButton_h2ira_126{justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--border);border-radius:999px;font-size:.78rem}._resultActionButton_h2ira_126:disabled{cursor:not-allowed;opacity:.55}._scoreControl_h2ira_157{display:inline-flex;align-items:center;gap:.45rem;color:var(--text-muted);font-size:.75rem}._scoreControl_h2ira_157 select{width:44px;min-height:32px;padding:0 .35rem;border:1px solid var(--border);border-radius:999px;background:#ffffff0a;color:var(--text-primary);font-size:.8rem;font-weight:700;text-align:center;cursor:pointer}._scoreError_h2ira_179{margin-bottom:1rem;padding:.75rem 1rem;border:1px solid rgba(239,68,68,.35);border-radius:var(--radius-sm);background:#ef444414;color:#fca5a5;font-size:.9rem}._detailTopBar_h2ira_189{margin-bottom:1rem}._selectionGrid_h2ira_193{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.625rem}._selectionItem_h2ira_199{display:flex;flex-direction:column;gap:.55rem;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff08}._selectionIdentity_h2ira_209{display:flex;min-width:0;flex-direction:column;gap:.2rem}._selectionIdentity_h2ira_209 strong,._resultModelName_h2ira_217{display:block;color:var(--text-primary);font-size:.86rem}._selectionIdentity_h2ira_209 span,._resultHeaderMeta_h2ira_85 span{display:block;color:var(--text-muted);font-size:.74rem}._selectionMetaGrid_h2ira_230{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}._selectionPill_h2ira_237{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .5rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#0000001f;color:var(--text-primary);font-size:.78rem;font-weight:600}._selectionStatus_h2ira_250{display:inline-flex;align-items:center;min-height:28px}._resultsGrid_h2ira_256{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._resultCard_h2ira_262{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff05}._resultHeader_h2ira_84{display:flex;align-items:center;justify-content:space-between;gap:.85rem;min-height:70px;padding:.75rem .875rem;border-bottom:1px solid var(--border)}._resultTitleBlock_h2ira_279{display:flex;min-width:0;flex-direction:column;gap:.25rem}._resultModelName_h2ira_217{overflow:hidden;font-size:.95rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}._resultTitleBlock_h2ira_279 span{color:var(--text-muted);font-size:.78rem}._resultHeaderMeta_h2ira_85{justify-content:space-between;width:100%}._resultInfo_h2ira_86{flex-wrap:wrap;min-width:0}._resultHeaderActions_h2ira_84{flex-shrink:0;gap:.55rem;min-width:84px;justify-content:flex-end}._resultContent_h2ira_316{min-height:220px;background:#050505}._resultVideo_h2ira_321{display:block;width:100%;aspect-ratio:16 / 9;object-fit:contain;background:#050505}._placeholder_h2ira_329{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--text-muted);text-align:center}._emptyState_h2ira_340,._loading_h2ira_341,._error_h2ira_342{padding:2rem;color:var(--text-muted);text-align:center}._analysisSummary_h2ira_348{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}._analysisSummary_h2ira_348>div{padding:1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card)}._analysisSummary_h2ira_348 strong{display:block;color:var(--text-primary);font-size:1.35rem}._analysisSummary_h2ira_348 span{color:var(--text-muted);font-size:.85rem}._analysisFilters_h2ira_373{display:flex;justify-content:flex-end;margin-bottom:1rem}._analysisFilters_h2ira_373 label{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.85rem}._analysisFilters_h2ira_373 select{min-height:36px;padding:.35rem .65rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);color:var(--text-primary)}._analysisTableWrapper_h2ira_396{overflow-x:auto}._analysisTable_h2ira_396{width:100%;border-collapse:collapse;font-size:.85rem}._analysisTable_h2ira_396 th,._analysisTable_h2ira_396 td{padding:.75rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}._analysisTable_h2ira_396 th{color:var(--text-muted);font-weight:600}._analysisTable_h2ira_396 td{color:var(--text-primary)}._analysisTable_h2ira_396 td span{display:block;margin-top:.2rem;color:var(--text-muted);font-size:.75rem}._analysisTable_h2ira_396 tr:last-child td{border-bottom:0}._emptyState_h2ira_340 h2{margin:.75rem 0 .25rem;color:var(--text-primary)}._emptyState_h2ira_340 p{margin:0}._error_h2ira_342{color:var(--color-error)}._spinningIcon_h2ira_447{animation:_spin_h2ira_447 1s linear infinite}@keyframes _spin_h2ira_447{to{transform:rotate(360deg)}}@media(max-width:760px){._container_h2ira_1{padding:1rem}._header_h2ira_5,._detailHeader_h2ira_6,._benchmarkCard_h2ira_57,._detailActions_h2ira_118,._resultHeaderActions_h2ira_84,._resultHeaderMeta_h2ira_85{flex-direction:column;align-items:stretch}._resultsGrid_h2ira_256{grid-template-columns:1fr}}:root{--primary-gradient: linear-gradient(43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);--secondary-gradient: linear-gradient(to right, #0f0c29, #302b63, #24243e);--color-blue: #4158d0;--color-purple: #c850c0;--color-gold: #ffcc70;--color-blue-light: #5a70e5;--color-purple-light: #d76fd2;--color-gold-light: #ffd994;--background: #0a0a10;--background-secondary: #0f0c29;--foreground: #ffffff;--card: rgba(15, 15, 25, .9);--card-hover: rgba(20, 20, 35, .95);--card-foreground: #ffffff;--border: rgba(255, 255, 255, .1);--border-hover: rgba(255, 255, 255, .2);--input: rgba(255, 255, 255, .08);--input-focus: rgba(200, 80, 192, .2);--ring: rgba(200, 80, 192, .5);--glow-purple: 0 0 25px rgba(200, 80, 192, .5);--glow-blue: 0 0 25px rgba(65, 88, 208, .5);--glow-gold: 0 0 25px rgba(255, 204, 112, .5);--card-shadow: 0 10px 40px rgba(0, 0, 0, .4);--card-hover-shadow: 0 15px 50px rgba(0, 0, 0, .5), 0 0 30px rgba(200, 80, 192, .15);--neon-shadow: 0 0 10px rgba(200, 80, 192, .4), 0 0 20px rgba(200, 80, 192, .2);--color-success: #10b981;--color-success-bg: rgba(16, 185, 129, .15);--color-warning: #f59e0b;--color-warning-bg: rgba(245, 158, 11, .15);--color-error: #ef4444;--color-error-bg: rgba(239, 68, 68, .15);--color-info: #4158d0;--color-info-bg: rgba(65, 88, 208, .15);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .5);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--mesh-gradient: radial-gradient(at 0% 0%, rgba(65, 88, 208, .2) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(200, 80, 192, .2) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(255, 204, 112, .15) 0px, transparent 50%), radial-gradient(at 0% 100%, rgba(65, 88, 208, .15) 0px, transparent 50%)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--background);background-image:var(--mesh-gradient);background-attachment:fixed;color:var(--foreground);min-height:100vh;line-height:1.6}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f0c29cc}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--color-blue),var(--color-purple));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--color-purple),var(--color-gold))}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:var(--text-primary)}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}p{color:var(--text-secondary)}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-purple)}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:.9rem;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);padding:.75rem 1rem;transition:all .2s ease;width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-purple);background:var(--input-focus);box-shadow:0 0 0 3px #c850c026}input::placeholder{color:var(--text-muted)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--input) inset;-webkit-text-fill-color:var(--text-primary);border:1px solid var(--border);transition:background-color 5000s ease-in-out 0s}select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,0.5)' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}select option{background:var(--background-secondary);color:var(--text-primary)}label{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.bg-gradient{background:var(--primary-gradient)}.glow{box-shadow:var(--glow-purple)}.glow-text{text-shadow:0 0 10px rgba(200,80,192,.5)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fadeIn{animation:fadeIn .4s ease-out forwards}.animate-slideIn{animation:slideInLeft .3s ease-out forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}.skeleton{background:linear-gradient(90deg,var(--input) 25%,rgba(255,255,255,.1) 50%,var(--input) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-md)}
