:root{--color-primary: #667eea;--color-primary-dark: #5a6fd6;--color-primary-light: #818cf8;--color-secondary: #764ba2;--color-success: #22c55e;--color-error: #ef4444;--color-warning: #f59e0b;--color-info: #3b82f6;--color-text-primary: #1e293b;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-bg-primary: #ffffff;--color-bg-secondary: #f8fafc;--color-bg-tertiary: #f1f5f9;--color-border: #e2e8f0;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--z-dropdown: 100;--z-sticky: 200;--z-modal: 300;--z-tooltip: 400}[data-theme=dark]{--color-text-primary: #f8fafc;--color-text-secondary: #cbd5e1;--color-text-muted: #64748b;--color-bg-primary: #0f172a;--color-bg-secondary: #1e293b;--color-bg-tertiary: #334155;--color-border: #334155}*,*: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:var(--font-sans);color:var(--color-text-primary);background:var(--color-bg-secondary);line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}._backButton_1pfxu_1{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:none;border-radius:8px;color:var(--text-secondary, #64748b);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}._backButton_1pfxu_1:hover{background:var(--bg-secondary, #f1f5f9);color:var(--text-primary, #1e293b)}._backButton_1pfxu_1:active{transform:translate(-2px)}._icon_1pfxu_25{width:18px;height:18px;flex-shrink:0}._label_1pfxu_31{line-height:1}._button_dic1x_1{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:var(--radius-md, 8px);font-weight:500;cursor:pointer;transition:all var(--transition-fast, .15s ease);position:relative}._button_dic1x_1:disabled{opacity:.6;cursor:not-allowed}._primary_dic1x_20{background:var(--color-primary, #667eea);color:#fff}._primary_dic1x_20:hover:not(:disabled){background:var(--color-primary-dark, #5a6fd6)}._secondary_dic1x_29{background:var(--color-bg-tertiary, #f1f5f9);color:var(--color-text-primary, #1e293b)}._secondary_dic1x_29:hover:not(:disabled){background:var(--color-bg-secondary, #e2e8f0)}._outline_dic1x_38{background:transparent;color:var(--color-primary, #667eea);border:1px solid var(--color-primary, #667eea)}._outline_dic1x_38:hover:not(:disabled){background:var(--color-primary, #667eea);color:#fff}._ghost_dic1x_49{background:transparent;color:var(--color-text-primary, #1e293b)}._ghost_dic1x_49:hover:not(:disabled){background:var(--color-bg-tertiary, #f1f5f9)}._danger_dic1x_58{background:var(--color-error, #ef4444);color:#fff}._danger_dic1x_58:hover:not(:disabled){background:#dc2626}._sm_dic1x_68{padding:.375rem .75rem;font-size:.875rem}._md_dic1x_73{padding:.5rem 1rem;font-size:.9375rem}._lg_dic1x_78{padding:.75rem 1.5rem;font-size:1rem}._fullWidth_dic1x_84{width:100%}._loading_dic1x_88{color:transparent}._hidden_dic1x_92{visibility:hidden}._spinner_dic1x_97{position:absolute;width:1rem;height:1rem;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:_spin_dic1x_97 .6s linear infinite}._primary_dic1x_20 ._spinner_dic1x_97,._danger_dic1x_58 ._spinner_dic1x_97{border-color:#ffffff4d;border-top-color:#fff}@keyframes _spin_dic1x_97{to{transform:rotate(360deg)}}._wrapper_arwhb_1{display:flex;flex-direction:column;gap:.375rem}._label_arwhb_7{font-size:.875rem;font-weight:500;color:var(--color-text-primary, #1e293b)}._input_arwhb_13{padding:.625rem .875rem;border:1px solid var(--color-border, #e2e8f0);border-radius:var(--radius-md, 8px);font-size:.9375rem;color:var(--color-text-primary, #1e293b);background:var(--color-bg-primary, white);transition:border-color var(--transition-fast, .15s ease),box-shadow var(--transition-fast, .15s ease)}._input_arwhb_13::placeholder{color:var(--color-text-muted, #94a3b8)}._input_arwhb_13:focus{outline:none;border-color:var(--color-primary, #667eea);box-shadow:0 0 0 3px #667eea26}._input_arwhb_13:disabled{background:var(--color-bg-secondary, #f8fafc);cursor:not-allowed}._input_arwhb_13._error_arwhb_39{border-color:var(--color-error, #ef4444)}._input_arwhb_13._error_arwhb_39:focus{box-shadow:0 0 0 3px #ef444426}._errorText_arwhb_47{font-size:.8125rem;color:var(--color-error, #ef4444)}._hint_arwhb_52{font-size:.8125rem;color:var(--color-text-secondary, #64748b)}._card_1xrwc_1{background:var(--color-bg-primary, white);border-radius:var(--radius-lg, 12px);box-shadow:var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, .05));border:1px solid var(--color-border, #e2e8f0);overflow:hidden}._header_1xrwc_9{padding:1rem 1.25rem;border-bottom:1px solid var(--color-border, #e2e8f0);font-weight:600}._padding-none_1xrwc_19{padding:0}._padding-sm_1xrwc_23{padding:.75rem}._padding-md_1xrwc_27{padding:1.25rem}._padding-lg_1xrwc_31{padding:1.5rem}._footer_1xrwc_35{padding:1rem 1.25rem;border-top:1px solid var(--color-border, #e2e8f0);background:var(--color-bg-secondary, #f8fafc)}._overlay_jgs2w_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_jgs2w_1 .15s ease}._dialog_jgs2w_12{background:var(--color-bg-primary, #ffffff);border-radius:var(--radius-lg, 12px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:90%;animation:_slideIn_jgs2w_1 .2s ease}._header_jgs2w_21{padding:1.25rem 1.5rem 0}._title_jgs2w_25{font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0}._body_jgs2w_32{padding:1rem 1.5rem}._message_jgs2w_36{font-size:.9375rem;color:var(--color-text-secondary, #64748b);margin:0;line-height:1.5}._footer_jgs2w_43{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.25rem}@keyframes _fadeIn_jgs2w_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_jgs2w_1{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}._container_18mfd_1{display:flex;gap:.5rem;align-items:center}._select_18mfd_7{padding:.5rem 2rem .5rem .75rem;border:1px solid var(--color-border, #e2e8f0);border-radius:var(--radius-md, 8px);background:var(--color-bg-primary, #ffffff);color:var(--color-text-primary, #1e293b);font-size:.9375rem;cursor:pointer;transition:border-color var(--transition-fast, .15s ease);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}._select_18mfd_7:focus{outline:none;border-color:var(--color-primary, #667eea);box-shadow:0 0 0 3px #667eea1a}._hourSelect_18mfd_29,._minuteSelect_18mfd_33,._periodSelect_18mfd_37{width:70px}._separator_18mfd_41{font-size:1.125rem;font-weight:500;color:var(--color-text-secondary, #64748b)}._select_ahf7m_1{width:100%;padding:.5rem 2rem .5rem .75rem;border:1px solid var(--color-border, #e2e8f0);border-radius:var(--radius-md, 8px);background:var(--color-bg-primary, #ffffff);color:var(--color-text-primary, #1e293b);font-size:.9375rem;cursor:pointer;transition:border-color var(--transition-fast, .15s ease);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}._select_ahf7m_1:focus{outline:none;border-color:var(--color-primary, #667eea);box-shadow:0 0 0 3px #667eea1a}._overlay_1e2r2_1{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1e2r2_1 .15s ease;padding:1rem}._modal_1e2r2_13{background:var(--color-bg-primary, #ffffff);border-radius:var(--radius-lg, 16px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:100%;padding:1.5rem;animation:_slideIn_1e2r2_1 .2s ease}._title_1e2r2_23{font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0 0 1.5rem;text-align:center}._fluencyOptions_1e2r2_31{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}._fluencyOption_1e2r2_31{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--bg-secondary, #f8fafc);border:2px solid var(--border-color, #e2e8f0);border-radius:12px;cursor:pointer;transition:all .2s}._fluencyOption_1e2r2_31:hover{border-color:var(--color-primary, #667eea)}._fluencyOption_1e2r2_31:has(._fluencyRadio_1e2r2_54:checked){background:var(--color-primary-bg, #eff6ff);border-color:var(--color-primary, #667eea)}._fluencyRadio_1e2r2_54{width:20px;height:20px;accent-color:var(--color-primary, #667eea);cursor:pointer}._fluencyRadio_1e2r2_54:disabled{cursor:not-allowed}._fluencyText_1e2r2_70{font-size:1rem;color:var(--text-primary, #1e293b);font-weight:500}._statusMessage_1e2r2_76{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-secondary, #64748b);font-size:.875rem;font-weight:500;padding:.75rem}._successMessage_1e2r2_87{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--color-success, #10b981);font-size:.875rem;font-weight:500;padding:.75rem;background:var(--color-success-bg, #ecfdf5);border-radius:8px}._checkIcon_1e2r2_100{width:20px;height:20px}._errorMessage_1e2r2_105{display:flex;align-items:center;justify-content:center;color:var(--color-error, #dc2626);font-size:.875rem;font-weight:500;padding:.75rem;background:var(--color-error-bg, #fee2e2);border-radius:8px}._blockSection_1e2r2_117{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color, #e2e8f0);text-align:center}._blockButton_1e2r2_124{padding:.5rem 1rem;background:transparent;color:var(--text-tertiary, #94a3b8);border:1px solid var(--border-color, #e2e8f0);border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s}._blockButton_1e2r2_124:hover:not(:disabled){color:var(--color-error, #dc2626);border-color:var(--color-error, #dc2626);background:var(--color-error-bg, #fee2e2)}._blockButton_1e2r2_124:disabled{opacity:.6;cursor:not-allowed}._blockButton_1e2r2_124._blocked_1e2r2_146{color:var(--color-error, #dc2626);border-color:var(--color-error, #dc2626);background:var(--color-error-bg, #fee2e2)}._blockButton_1e2r2_124._blocked_1e2r2_146:hover:not(:disabled){color:var(--color-success, #10b981);border-color:var(--color-success, #10b981);background:var(--color-success-bg, #ecfdf5)}._blockHint_1e2r2_158{font-size:.75rem;color:var(--text-tertiary, #94a3b8);margin:.5rem 0 0}._footer_1e2r2_164{margin-top:1.5rem;display:flex;justify-content:center}._footer_1e2r2_164 button{min-width:140px}@keyframes _fadeIn_1e2r2_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_1e2r2_1{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}._overlay_xfvix_1{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_xfvix_1 .15s ease}._modal_xfvix_12{background:var(--color-bg-primary, #ffffff);border-radius:var(--radius-lg, 16px);box-shadow:0 25px 50px -12px #00000040;max-width:420px;width:90%;animation:_slideIn_xfvix_1 .2s ease}._content_xfvix_21{padding:2.5rem 2rem;text-align:center}._spinner_xfvix_27{width:80px;height:80px;margin:0 auto 1.5rem;position:relative}._spinnerRing_xfvix_34{width:100%;height:100%;border:4px solid var(--bg-tertiary, #e2e8f0);border-top-color:var(--color-primary, #667eea);border-radius:50%;animation:_spin_xfvix_27 1s linear infinite}@keyframes _spin_xfvix_27{to{transform:rotate(360deg)}}._title_xfvix_49{font-size:1.375rem;font-weight:600;color:var(--text-primary, #1e293b);margin:0 0 1rem}._info_xfvix_56{margin-bottom:1.5rem}._position_xfvix_60{font-size:1rem;color:var(--text-primary, #1e293b);margin:0 0 .5rem}._position_xfvix_60 strong{color:var(--color-primary, #667eea);font-size:1.25rem}._hint_xfvix_71{color:var(--text-secondary, #64748b);font-size:.875rem;margin:0}._reconnect_xfvix_77{padding:1rem;background:var(--color-warning-bg, #fef3c7);color:var(--color-warning, #92400e);border-radius:8px;margin-bottom:1.5rem}._reconnect_xfvix_77 p{margin:0 0 .5rem;font-size:.875rem}._reconnectButton_xfvix_90{padding:.5rem 1rem;background:var(--color-warning, #f59e0b);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s}._reconnectButton_xfvix_90:hover{background:var(--color-warning-hover, #d97706)}._leaveButton_xfvix_106{padding:.75rem 2rem;background:transparent;color:var(--text-secondary, #64748b);border:1px solid var(--border-color, #e2e8f0);border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._leaveButton_xfvix_106:hover{background:var(--bg-secondary, #f8fafc);color:var(--text-primary, #1e293b);border-color:var(--border-color-hover, #cbd5e1)}@keyframes _fadeIn_xfvix_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_xfvix_1{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}._wrapper_10z8y_1{position:relative;display:inline-flex}._tooltip_10z8y_6{position:fixed;z-index:9999;padding:.5rem .75rem;background:#1e293b;border-radius:8px;box-shadow:0 4px 12px #00000026;white-space:nowrap;pointer-events:none;animation:_fadeIn_10z8y_1 .15s ease-out}@keyframes _fadeIn_10z8y_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._content_10z8y_29{font-size:.75rem;font-weight:500;color:#fff;line-height:1.4}._arrow_10z8y_37{position:absolute;width:8px;height:8px;background:#1e293b;transform:rotate(45deg)}._arrowTop_10z8y_45{bottom:-4px;left:50%;margin-left:-4px}._arrowBottom_10z8y_51{top:-4px;left:50%;margin-left:-4px}._arrowLeft_10z8y_57{right:-4px;top:50%;margin-top:-4px}._arrowRight_10z8y_63{left:-4px;top:50%;margin-top:-4px}._overlay_1dvuw_1{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:_fadeIn_1dvuw_1 .2s ease-out}@keyframes _fadeIn_1dvuw_1{0%{opacity:0}to{opacity:1}}._modal_1dvuw_25{background-color:var(--color-bg-secondary, #16213e);border-radius:12px;padding:2rem;max-width:450px;width:100%;position:relative;text-align:center;animation:_slideIn_1dvuw_1 .2s ease-out;border:1px solid rgba(255,255,255,.1)}@keyframes _slideIn_1dvuw_1{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}._closeButton_1dvuw_48{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.25rem;color:var(--color-text-secondary, #a0aec0);transition:color .2s}._closeButton_1dvuw_48:hover{color:var(--color-text-primary, #fff)}._closeButton_1dvuw_48 svg{width:24px;height:24px}._iconContainer_1dvuw_69{width:64px;height:64px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}._iconContainer_1dvuw_69 svg{width:40px;height:40px}._error_1dvuw_85 ._iconContainer_1dvuw_69{background-color:#ef44441a;color:#ef4444}._warning_1dvuw_90 ._iconContainer_1dvuw_69{background-color:#f59e0b1a;color:#f59e0b}._info_1dvuw_95 ._iconContainer_1dvuw_69{background-color:#3b82f61a;color:#3b82f6}._title_1dvuw_100{font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #fff);margin-bottom:.75rem}._message_1dvuw_107{color:var(--color-text-secondary, #a0aec0);line-height:1.6;margin-bottom:1rem}._details_1dvuw_113{background-color:#0000004d;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;text-align:left;overflow-x:auto}._details_1dvuw_113 code{font-family:monospace;font-size:.8rem;color:var(--color-text-secondary, #a0aec0);word-break:break-word}._actions_1dvuw_129{display:flex;gap:.75rem;justify-content:center}._actionButton_1dvuw_135{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;border:none;background-color:var(--color-primary, #667eea);color:#fff}._actionButton_1dvuw_135:hover{background-color:var(--color-primary-dark, #5a67d8)}._closeAction_1dvuw_150{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;background-color:transparent;border:1px solid rgba(255,255,255,.2);color:var(--color-text-secondary, #a0aec0)}._closeAction_1dvuw_150:hover{background-color:#ffffff0d;color:var(--color-text-primary, #fff)}._userLevel_1fzbw_1{display:flex;flex-direction:column;gap:.75rem}._userLevel_1fzbw_1._card_1fzbw_7{font-size:.875rem}._userLevel_1fzbw_1._profile_1fzbw_11{font-size:1rem;padding:1rem;background:var(--color-surface);border-radius:8px}._declaredLevel_1fzbw_18,._evaluatedLevel_1fzbw_19{display:flex;flex-direction:column;gap:.25rem}._label_1fzbw_25{font-size:.75rem;color:var(--color-text-secondary);text-transform:uppercase;font-weight:600}._value_1fzbw_32{font-size:1rem;color:var(--color-text-primary);font-weight:500}._evaluationsCount_1fzbw_38{font-size:.75rem;color:var(--color-text-secondary);margin-left:.5rem}._noEvaluations_1fzbw_44{margin-top:.5rem;padding:1rem;background:var(--color-background);border-radius:6px;border-left:3px solid var(--color-primary)}._noEvaluations_1fzbw_44 p{margin:0;font-size:.875rem;color:var(--color-text-secondary)}._layout_df4gh_1{min-height:100vh;display:flex;flex-direction:column}._header_df4gh_7{background:var(--color-bg-primary, white);border-bottom:1px solid var(--color-border, #e2e8f0);position:sticky;top:0;z-index:100}._headerContent_df4gh_15{max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex;align-items:center;justify-content:space-between}._logo_df4gh_24{font-size:1.5rem;font-weight:700;color:var(--color-primary, #667eea);text-decoration:none}._nav_df4gh_31{display:flex;align-items:center;gap:1.5rem}._navLink_df4gh_37{color:var(--color-text-secondary, #64748b);text-decoration:none;font-weight:500;transition:color var(--transition-fast, .15s ease)}._navLink_df4gh_37:hover{color:var(--color-primary, #667eea)}._userMenu_df4gh_48{display:flex;align-items:center;gap:.75rem}._avatar_df4gh_54{width:32px;height:32px;border-radius:50%;object-fit:cover;cursor:pointer;transition:opacity .2s,box-shadow .2s}._avatar_df4gh_54:hover{opacity:.8;box-shadow:0 0 0 2px var(--color-primary, #667eea)}._userName_df4gh_68{font-weight:500;color:var(--color-text-primary, #1e293b)}._logoutButton_df4gh_73{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:50%;cursor:pointer;color:var(--color-text-secondary, #64748b);transition:color .2s,background-color .2s}._logoutButton_df4gh_73:hover{color:var(--color-error, #ef4444);background-color:var(--color-error-bg, rgba(239, 68, 68, .1))}._logoutButton_df4gh_73 svg{width:20px;height:20px}._main_df4gh_98{flex:1}._footer_df4gh_102{padding:1.5rem 2rem;text-align:center;border-top:1px solid var(--color-border, #e2e8f0);color:var(--color-text-muted, #94a3b8);font-size:.875rem}._layout_1l0eg_1{display:flex;min-height:100vh}._sidebar_1l0eg_6{width:250px;background:var(--color-bg-secondary, #f8fafc);border-right:1px solid var(--color-border, #e2e8f0);display:flex;flex-direction:column}._sidebarHeader_1l0eg_14{padding:1.5rem;border-bottom:1px solid var(--color-border, #e2e8f0)}._logo_1l0eg_19{font-size:1.25rem;font-weight:700;color:var(--color-primary, #667eea);text-decoration:none}._nav_1l0eg_26{flex:1;padding:1rem 0}._navLink_1l0eg_31{display:block;padding:.75rem 1.5rem;color:var(--color-text-secondary, #64748b);text-decoration:none;transition:all .2s ease}._navLink_1l0eg_31:hover{background:var(--color-bg-tertiary, #f1f5f9);color:var(--color-text-primary, #1e293b)}._navLink_1l0eg_31._active_1l0eg_44{background:var(--color-primary-light, #e0e7ff);color:var(--color-primary, #667eea);font-weight:500;border-right:3px solid var(--color-primary, #667eea)}._sidebarFooter_1l0eg_51{padding:1rem 1.5rem;border-top:1px solid var(--color-border, #e2e8f0)}._backButton_1l0eg_56{width:100%;justify-content:flex-start;padding:.75rem 0}._content_1l0eg_62{flex:1;display:flex;flex-direction:column}._header_1l0eg_68{background:var(--color-bg-primary, #ffffff);border-bottom:1px solid var(--color-border, #e2e8f0);padding:1rem 2rem}._headerContent_1l0eg_74{display:flex;justify-content:space-between;align-items:center}._pageTitle_1l0eg_80{font-size:1.5rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0}._userMenu_1l0eg_87{display:flex;align-items:center;gap:.75rem}._avatar_1l0eg_93{width:36px;height:36px;border-radius:50%;object-fit:cover;cursor:pointer;transition:opacity .2s}._avatar_1l0eg_93:hover{opacity:.8}._userInfo_1l0eg_106{display:flex;flex-direction:column}._userName_1l0eg_111{font-size:.875rem;font-weight:500;color:var(--color-text-primary, #1e293b)}._userRole_1l0eg_117{font-size:.75rem;color:var(--color-text-muted, #94a3b8);text-transform:capitalize}._main_1l0eg_123{flex:1;padding:2rem;background:var(--color-bg-tertiary, #f1f5f9);overflow-y:auto}._logoutButton_1l0eg_130{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--color-border, #e2e8f0);border-radius:8px;cursor:pointer;transition:all .2s;color:var(--color-text-secondary, #64748b)}._logoutButton_1l0eg_130:hover{background:var(--color-error-bg, #fee2e2);border-color:var(--color-error, #dc2626);color:var(--color-error, #dc2626)}._logoutButton_1l0eg_130 svg{width:18px;height:18px}._container_y9hty_1{background:var(--bg-primary, #ffffff);border-radius:16px;padding:1.5rem;box-shadow:0 2px 12px #00000014;border:1px solid var(--border-color, #e2e8f0)}._container_y9hty_1._compact_y9hty_9{padding:.5rem .75rem;cursor:pointer;transition:all .2s ease}._container_y9hty_1._compact_y9hty_9:hover{background:var(--color-surface-hover)}._loading_y9hty_19{color:var(--text-secondary);font-size:.875rem;text-align:center;padding:1rem}._header_y9hty_26{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}._headerIconWrapper_y9hty_33{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-primary-bg, #eff6ff);border-radius:10px}._headerIcon_y9hty_33{width:20px;height:20px;color:var(--color-primary)}._header_y9hty_26 h3{margin:0;font-size:1.125rem;font-weight:600;color:var(--text-primary);flex:1}._headerBuyButton_y9hty_57{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #f59e0b4d;font-size:.875rem;font-weight:600;color:#fff;white-space:nowrap}._headerBuyButton_y9hty_57:hover{transform:scale(1.02);box-shadow:0 3px 8px #f59e0b66}._buyIcon_y9hty_79{width:18px;height:18px}._content_y9hty_84{display:flex;align-items:center;gap:1rem}._credits_y9hty_90{display:flex;gap:1rem;flex:1}._creditCard_y9hty_96{flex:1;display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--bg-secondary, #f8fafc);border-radius:12px;border:1px solid var(--border-color, #e2e8f0);transition:transform .2s,box-shadow .2s;position:relative}._creditCard_y9hty_96:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea26;border-color:var(--color-primary, #667eea)}._viewCreditsButton_y9hty_115{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #f59e0b4d}._viewCreditsButton_y9hty_115 svg{width:16px;height:16px;color:#fff}._viewCreditsButton_y9hty_115:hover{transform:scale(1.05);box-shadow:0 3px 8px #f59e0b66}._buyCreditsButton_y9hty_143{position:absolute;bottom:.5rem;right:.5rem;padding:.375rem .625rem;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #10b9814d;font-size:.6875rem;font-weight:600;color:#fff;white-space:nowrap}._buyCreditsButton_y9hty_143:hover{transform:scale(1.05);box-shadow:0 3px 8px #10b98166}._creditIcon_y9hty_165{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary-bg, #eff6ff) 0%,#dbeafe 100%);border-radius:12px;flex-shrink:0}._creditIcon_y9hty_165 svg{width:24px;height:24px;color:var(--color-primary)}._creditInfo_y9hty_182{display:flex;flex-direction:column;gap:.125rem}._creditValue_y9hty_188{font-size:1.5rem;font-weight:700;color:var(--color-primary);line-height:1.1}._creditLabel_y9hty_195{font-size:.8125rem;color:var(--text-secondary);font-weight:500}._buyButton_y9hty_201{padding:.75rem 1.25rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 8px #667eea40}._buyButton_y9hty_201:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea59}._compactCredits_y9hty_221{display:flex;align-items:center;gap:1rem}._creditItem_y9hty_227{display:flex;align-items:center;gap:.375rem}._creditItem_y9hty_227 ._icon_y9hty_233{width:16px;height:16px;color:var(--color-primary)}._creditItem_y9hty_227 span{font-size:.875rem;font-weight:600;color:var(--text-primary)}@media(max-width:640px){._content_y9hty_84{flex-direction:column;align-items:stretch}._credits_y9hty_90{flex-direction:column}._buyButton_y9hty_201{width:100%;text-align:center}}._overlay_8774t_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_8774t_1 .2s ease}@keyframes _fadeIn_8774t_1{0%{opacity:0}to{opacity:1}}._modal_8774t_21{background:var(--bg-primary, #ffffff);border-radius:16px;padding:2rem;max-width:400px;width:90%;text-align:center;box-shadow:0 20px 40px #0003;animation:_slideUp_8774t_1 .3s ease}@keyframes _slideUp_8774t_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._iconWrapper_8774t_43{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--color-warning-light, #fef3c7);border-radius:50%}._icon_8774t_43{width:36px;height:36px;color:var(--color-warning, #f59e0b)}._title_8774t_60{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._message_8774t_67{font-size:.9375rem;color:var(--text-secondary);margin:0 0 1.5rem;line-height:1.5}._actions_8774t_74{display:flex;flex-direction:column;gap:.75rem}._buyButton_8774t_80{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #f59e0b4d}._buyButton_8774t_80:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b66}._buyIcon_8774t_102{width:20px;height:20px}._cancelButton_8774t_107{padding:.75rem 1.5rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border-color, #e2e8f0);border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}._cancelButton_8774t_107:hover{background:var(--bg-secondary, #f8fafc);color:var(--text-primary)}._container_ff06r_1{max-width:1200px;margin:0 auto;padding:2rem}._hero_ff06r_7{text-align:center;padding:4rem 0}._title_ff06r_12{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,var(--color-primary, #667eea) 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}._subtitle_ff06r_22{font-size:1.25rem;color:var(--color-text-secondary, #64748b);max-width:500px;margin:0 auto 2rem}._actions_ff06r_29{display:flex;gap:1rem;justify-content:center}._dashboard_ff06r_35{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}._statsCard_ff06r_42{width:100%}._statsHeaderContainer_ff06r_46{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem}._statsHeader_ff06r_46{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.125rem}._statsHeaderIcon_ff06r_62{width:22px;height:22px;color:var(--color-primary, #667eea)}._statsHeaderLevel_ff06r_68{display:flex;align-items:center}._levelBadge_ff06r_73{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:linear-gradient(135deg,var(--color-primary, #667eea) 0%,#764ba2 100%);color:#fff;font-size:.875rem;font-weight:600;border-radius:8px;text-transform:capitalize;box-shadow:0 2px 8px #667eea4d;cursor:pointer;transition:all .2s ease;border:none}._levelBadge_ff06r_73:hover{background:linear-gradient(135deg,#7c8ef5,#8b5fc4);transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}._levelBadge_ff06r_73:before{content:"🎯";font-size:1rem}._levelTooltip_ff06r_101{text-align:center;display:flex;flex-direction:column;gap:.5rem;padding:.25rem}._levelTooltip_ff06r_101 strong{font-size:.875rem;color:#fff;display:block;margin-bottom:.25rem}._levelTooltip_ff06r_101 p{font-size:.8125rem;color:#ffffffe6;margin:0;line-height:1.4}._levelTooltip_ff06r_101 small{font-size:.75rem;color:#ffffffb3;font-style:italic;margin-top:.25rem}._practiceRow_ff06r_130{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._practiceCard_ff06r_136,._scheduleCard_ff06r_140{min-width:0}@media(max-width:768px){._practiceRow_ff06r_130{grid-template-columns:1fr}}._statsGrid_ff06r_150{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;margin-bottom:1.5rem}._statCard_ff06r_157{background:var(--bg-tertiary, #f1f5f9);padding:1rem;border-radius:12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.25rem;transition:transform .2s,box-shadow .2s}._statCard_ff06r_157:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}._statIcon_ff06r_174{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary-bg, #eff6ff) 0%,#dbeafe 100%);border-radius:10px;color:var(--color-primary);margin-bottom:.25rem}._statIcon_ff06r_174 svg{width:20px;height:20px}._statValue_ff06r_191{display:block;font-size:1.5rem;font-weight:700;color:var(--color-primary, #667eea);line-height:1.1}._statLabel_ff06r_199{font-size:.6875rem;color:var(--color-text-secondary, #64748b);font-weight:500;line-height:1.2}@media(max-width:900px){._statsGrid_ff06r_150{grid-template-columns:repeat(3,1fr)}}@media(max-width:500px){._statsGrid_ff06r_150{grid-template-columns:repeat(2,1fr)}._statCard_ff06r_157:last-child{grid-column:span 2}}._alert_ff06r_223{padding:1rem;background:#fef3c7;border-radius:var(--radius-md, 8px);display:flex;align-items:center;justify-content:space-between;gap:1rem}._alert_ff06r_223 p{margin:0;color:#92400e;font-size:.875rem}._sessionCard_ff06r_240{padding:.5rem 0}._sessionRow_ff06r_244{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}._sessionBadgeWrapper_ff06r_252{flex-shrink:0}._sessionBadge_ff06r_252{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:linear-gradient(135deg,#34d399,#10b981);color:#fff;font-size:.75rem;font-weight:600;border-radius:9999px;animation:_pulse_ff06r_1 2s infinite}._sessionBadge_ff06r_252:before{content:"";width:6px;height:6px;background:#fff;border-radius:50%;animation:_blink_ff06r_1 1s infinite}@keyframes _pulse_ff06r_1{0%,to{opacity:1}50%{opacity:.85}}@keyframes _blink_ff06r_1{0%,to{opacity:1}50%{opacity:.4}}._sessionName_ff06r_288{font-size:1.25rem;font-weight:700;color:var(--color-text-primary, #1e293b);margin:0 0 1rem}._sessionDetails_ff06r_295{display:flex;flex-direction:column;gap:.625rem}._sessionDetail_ff06r_295{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--color-text-secondary, #64748b)}._detailIcon_ff06r_309{width:18px;height:18px;flex-shrink:0;color:var(--color-primary, #667eea)}._noSession_ff06r_317{text-align:center;color:var(--color-text-secondary, #64748b);padding:2rem 0}._noSessionCard_ff06r_323{text-align:center;padding:1.5rem 0}._noSessionIcon_ff06r_328{width:64px;height:64px;margin:0 auto 1rem;color:var(--color-text-tertiary, #94a3b8)}._noSessionIcon_ff06r_328 svg{width:100%;height:100%}._noSessionText_ff06r_340{font-size:1rem;font-weight:500;color:var(--color-text-primary, #1e293b);margin:0 0 .5rem}._noSessionHint_ff06r_347{font-size:.875rem;color:var(--color-text-secondary, #64748b);margin:0}._accordionHeader_ff06r_354{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;background:none;border:none;cursor:pointer;font-family:inherit;transition:background .2s;border-radius:8px}._accordionHeader_ff06r_354:hover{background:var(--bg-tertiary, #f1f5f9)}._accordionTitle_ff06r_372{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;color:var(--color-text-primary, #1e293b)}._scheduleIcon_ff06r_381{width:20px;height:20px;color:var(--color-primary, #667eea)}._sessionCount_ff06r_387{font-size:.75rem;font-weight:500;color:var(--color-text-tertiary, #94a3b8);background:var(--bg-tertiary, #f1f5f9);padding:.25rem .5rem;border-radius:9999px}._chevron_ff06r_396{width:20px;height:20px;color:var(--color-text-tertiary, #94a3b8);transition:transform .2s}._chevronOpen_ff06r_403{transform:rotate(180deg)}._accordionContent_ff06r_407{padding:0 1rem 1rem}._noSessions_ff06r_411{text-align:center;color:var(--color-text-secondary, #64748b);font-size:.875rem;padding:1rem 0;margin:0}._sessionList_ff06r_419{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}._sessionItem_ff06r_428{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--bg-tertiary, #f1f5f9);border-radius:10px;transition:transform .2s,box-shadow .2s}._sessionItem_ff06r_428:hover{transform:translate(4px);box-shadow:0 2px 8px #0000000f}._sessionInfo_ff06r_443{display:flex;align-items:center;gap:.75rem}._statusIcon_ff06r_449{width:16px;height:16px}._sessionLive_ff06r_454 ._statusIcon_ff06r_449{color:#10b981}._sessionScheduled_ff06r_458 ._statusIcon_ff06r_449{color:var(--color-text-tertiary, #94a3b8)}._sessionText_ff06r_462{display:flex;flex-direction:column;gap:.125rem}._sessionName_ff06r_288{font-size:.875rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0}._sessionTime_ff06r_475{font-size:.75rem;color:var(--color-text-secondary, #64748b)}._liveBadge_ff06r_480{font-size:.6875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#34d399,#10b981);padding:.25rem .5rem;border-radius:9999px}._findPartnerButton_ff06r_490{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b98159}._findPartnerButton_ff06r_490:hover:not(:disabled){background:linear-gradient(135deg,#34d399,#10b981);transform:translateY(-2px);box-shadow:0 6px 20px #10b98173}._findPartnerButton_ff06r_490:active:not(:disabled){transform:translateY(0)}._findPartnerButton_ff06r_490:disabled{background:linear-gradient(135deg,#94a3b8,#64748b);cursor:not-allowed;box-shadow:none;opacity:.7}._practiceHeader_ff06r_522{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem}._practiceCredits_ff06r_530{display:flex;align-items:center;gap:.625rem}._creditsBadge_ff06r_536{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:var(--bg-tertiary, #f1f5f9);border-radius:9999px;font-size:.875rem;font-weight:600;color:var(--color-text-primary, #1e293b);cursor:pointer;transition:all .2s ease}._creditsBadge_ff06r_536:hover{background:var(--bg-secondary, #e2e8f0);transform:translateY(-1px)}._creditsIcon_ff06r_555{width:16px;height:16px;color:var(--color-primary, #667eea)}._buyMoreButton_ff06r_561{display:flex;align-items:center;gap:.25rem;padding:.375rem .625rem;font-size:.75rem;font-weight:600;color:#78350f;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;border-radius:9999px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #f59e0b4d}._buyMoreButton_ff06r_561:hover{transform:translateY(-1px);box-shadow:0 3px 8px #f59e0b66;background:linear-gradient(135deg,#fcd34d,#fbbf24)}._buyMoreIcon_ff06r_583{width:14px;height:14px}._container_ih2av_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}._card_ih2av_10{width:100%;max-width:400px}._header_ih2av_15{text-align:center;margin-bottom:2rem}._title_ih2av_20{font-size:2rem;font-weight:700;color:var(--color-primary, #667eea);margin-bottom:.5rem}._subtitle_ih2av_27{color:var(--color-text-secondary, #64748b)}._error_ih2av_31{padding:.75rem 1rem;margin-bottom:1rem;background:#fef2f2;color:#dc2626;border-radius:.5rem;font-size:.875rem;text-align:center}._buttons_ih2av_41{display:flex;flex-direction:column;align-items:center;gap:.75rem}._terms_ih2av_48{margin-top:1.5rem;font-size:.75rem;color:var(--color-text-muted, #94a3b8);text-align:center}._terms_ih2av_48 a{color:var(--color-primary, #667eea);text-decoration:none}._terms_ih2av_48 a:hover{text-decoration:underline}._container_167zd_1{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;padding:2rem var(--spacing-lg) 4rem;background:var(--color-background);overflow-y:auto}._layout_167zd_11{display:flex;flex-wrap:wrap;gap:var(--spacing-lg);width:100%;max-width:800px}._backButton_167zd_20{display:flex;align-items:center;gap:var(--spacing-xs);width:100%;padding:0;margin-bottom:var(--spacing-sm);background:transparent;border:none;color:var(--color-text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s}._backButton_167zd_20:hover{color:var(--color-primary)}._backButton_167zd_20 svg{width:18px;height:18px}._sidebar_167zd_46{width:200px;flex-shrink:0}._sidebarNav_167zd_51{display:flex;flex-direction:column;gap:var(--spacing-xs);background:var(--color-bg-primary, white);border-radius:var(--radius-lg, 12px);padding:var(--spacing-sm);box-shadow:0 1px 3px #0000001a}._sidebarLink_167zd_61{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);color:var(--color-text-secondary);text-decoration:none;font-weight:500;transition:background-color .2s,color .2s}._sidebarLink_167zd_61:hover{background:var(--color-background-secondary, #f8fafc);color:var(--color-text-primary)}._sidebarLink_167zd_61._active_167zd_78{background:var(--color-primary-light, rgba(102, 126, 234, .1));color:var(--color-primary)}._sidebarIcon_167zd_83{width:20px;height:20px;flex-shrink:0}._content_167zd_90{flex:1;min-width:0}._card_167zd_95{width:100%;padding:var(--spacing-xl)}@media(max-width:700px){._layout_167zd_11{flex-direction:column}._sidebar_167zd_46{width:100%}._sidebarNav_167zd_51{flex-direction:row}._sidebarLink_167zd_61{flex:1;justify-content:center}}._header_167zd_119{text-align:center;margin-bottom:var(--spacing-xl)}._avatarSection_167zd_125{display:flex;flex-direction:column;align-items:center;margin-bottom:var(--spacing-lg)}._avatarLarge_167zd_132{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--color-primary-light, rgba(102, 126, 234, .2));margin-bottom:var(--spacing-sm)}._avatarName_167zd_141{font-size:1.125rem;font-weight:600;color:var(--color-text-primary)}._avatarEmail_167zd_147{font-size:.875rem;color:var(--color-text-tertiary)}._title_167zd_152{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);margin:0 0 var(--spacing-sm) 0}._subtitle_167zd_159{color:var(--color-text-secondary);margin:0}._form_167zd_164{display:flex;flex-direction:column;gap:var(--spacing-xl)}._section_167zd_171{display:flex;flex-direction:column;gap:var(--spacing-md);padding:var(--spacing-lg);background:var(--color-background-secondary, #f8fafc);border-radius:var(--radius-lg, 12px)}._sectionTitle_167zd_180{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 var(--spacing-xs) 0}._sectionIcon_167zd_190{width:20px;height:20px;color:var(--color-primary)}._fieldRow_167zd_197{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-md)}@media(max-width:500px){._fieldRow_167zd_197{grid-template-columns:1fr}}._field_167zd_197{display:flex;flex-direction:column;gap:var(--spacing-xs)}._label_167zd_215{font-size:.875rem;font-weight:500;color:var(--color-text-primary)}._select_167zd_221{width:100%;padding:var(--spacing-sm) var(--spacing-md);font-size:.9375rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);color:var(--color-text-primary);cursor:pointer;transition:border-color .2s,box-shadow .2s}._select_167zd_221:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #667eea1a}._select_167zd_221:disabled{background:var(--color-background-secondary, #f1f5f9);cursor:not-allowed;opacity:.7}._input_167zd_245{width:100%;padding:var(--spacing-sm) var(--spacing-md);font-size:.9375rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);color:var(--color-text-primary);transition:border-color .2s,box-shadow .2s}._input_167zd_245:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #667eea1a}._input_167zd_245::placeholder{color:var(--color-text-tertiary)}._required_167zd_266{color:var(--color-error)}._optional_167zd_270{color:var(--color-text-tertiary);font-weight:400;font-size:.8125rem}._fieldHint_167zd_276{display:block;margin-top:var(--spacing-xs);font-size:.75rem;color:var(--color-text-tertiary);font-style:italic}._timezoneField_167zd_285{display:flex;align-items:center;gap:.75rem;padding:var(--spacing-sm) var(--spacing-md);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-md)}._timezoneIcon_167zd_295{width:20px;height:20px;color:var(--color-primary);flex-shrink:0}._timezoneLabel_167zd_302{display:block;font-size:.75rem;color:var(--color-text-tertiary)}._timezoneValue_167zd_308{display:block;font-size:.875rem;color:var(--color-text-primary);font-weight:500}._error_167zd_315{padding:var(--spacing-sm) var(--spacing-md);background:var(--color-error-light);color:var(--color-error);border-radius:var(--radius-md);margin:0;text-align:center}._consentSection_167zd_325{padding:var(--spacing-md);background:var(--color-background-secondary, #f8fafc);border-radius:var(--radius-md);border:1px solid var(--color-border)}._consentLabel_167zd_332{display:flex;align-items:flex-start;gap:var(--spacing-sm);cursor:pointer}._consentCheckbox_167zd_339{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:var(--color-primary);cursor:pointer}._consentText_167zd_348{font-size:.8125rem;line-height:1.5;color:var(--color-text-secondary)}._consentText_167zd_348 a{color:var(--color-primary);text-decoration:none}._consentText_167zd_348 a:hover{text-decoration:underline}._billingPlaceholder_167zd_364{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-xxl) var(--spacing-lg);color:var(--color-text-tertiary);text-align:center}._billingIcon_167zd_374{width:48px;height:48px;margin-bottom:var(--spacing-md);opacity:.5}._billingPlaceholder_167zd_364 p{margin:0;font-size:1rem}._container_8mv7u_1{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}._code_8mv7u_11{font-size:8rem;font-weight:700;color:var(--color-primary, #667eea);line-height:1;margin-bottom:1rem}._title_8mv7u_19{font-size:1.5rem;color:var(--color-text-primary, #1e293b);margin-bottom:.5rem}._description_8mv7u_25{color:var(--color-text-secondary, #64748b);margin-bottom:2rem}._container_1ts0e_1{max-width:800px;margin:0 auto;padding:2rem}._topBar_1ts0e_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._backButton_1ts0e_14{margin:0}._connectionStatus_1ts0e_19{display:flex;align-items:center;gap:.75rem}._connected_1ts0e_25,._disconnected_1ts0e_26{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:500}._connected_1ts0e_25:before,._disconnected_1ts0e_26:before{content:"";width:8px;height:8px;border-radius:50%;margin-right:.5rem}._connected_1ts0e_25{background:var(--color-success-bg);color:var(--color-success)}._connected_1ts0e_25:before{background:var(--color-success)}._disconnected_1ts0e_26{background:var(--color-error-bg);color:var(--color-error)}._disconnected_1ts0e_26:before{background:var(--color-error)}._reconnectBtn_1ts0e_62{padding:.375rem .75rem;background:var(--color-error);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:500;transition:opacity .2s}._reconnectBtn_1ts0e_62:hover{opacity:.9}._loading_1ts0e_78{display:flex;justify-content:center;align-items:center;height:200px;color:var(--text-secondary)}._error_1ts0e_86{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--color-error-bg);color:var(--color-error);border-radius:8px;margin-bottom:1.5rem}._error_1ts0e_86 button{background:none;border:none;color:inherit;cursor:pointer;text-decoration:underline}._creditsSection_1ts0e_106{margin-bottom:1.5rem}._statsSection_1ts0e_111{margin-bottom:1.5rem;background:var(--bg-primary, #ffffff);padding:1.5rem;border-radius:16px;box-shadow:0 2px 12px #00000014;border:1px solid var(--border-color, #e2e8f0)}._sectionHeader_1ts0e_120{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}._sectionIcon_1ts0e_127{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-primary-bg, #eff6ff);border-radius:10px;color:var(--color-primary)}._sectionIcon_1ts0e_127 svg{width:20px;height:20px}._statsSection_1ts0e_111 h2,._sessionSection_1ts0e_144 h2{font-size:1.125rem;font-weight:600;margin:0;color:var(--text-primary)}._statsGrid_1ts0e_151{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._statCard_1ts0e_157{background:var(--bg-secondary, #f8fafc);padding:1.25rem;border-radius:12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.375rem;transition:transform .2s,box-shadow .2s;border:1px solid var(--border-color, #e2e8f0)}._statCard_1ts0e_157:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea26;border-color:var(--color-primary, #667eea)}._statIcon_1ts0e_176{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary-bg, #eff6ff) 0%,#dbeafe 100%);border-radius:12px;color:var(--color-primary);margin-bottom:.375rem}._statIcon_1ts0e_176 svg{width:24px;height:24px}._statValue_1ts0e_193{font-size:1.875rem;font-weight:700;color:var(--color-primary);line-height:1.1}._statLabel_1ts0e_200{font-size:.8125rem;color:var(--text-secondary);font-weight:500}._sessionSection_1ts0e_144{background:var(--bg-primary, #ffffff);padding:1.5rem;border-radius:16px;box-shadow:0 2px 12px #00000014;border:1px solid var(--border-color, #e2e8f0)}._sessionSectionIcon_1ts0e_215{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-success-bg, #ecfdf5);border-radius:10px;color:var(--color-success)}._sessionSectionIcon_1ts0e_215 svg{width:20px;height:20px}._activeSession_1ts0e_231{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:linear-gradient(135deg,#10b9810d,#34d39914);border-radius:12px;border:2px solid var(--color-success, #10b981)}._sessionInfo_1ts0e_241 h3{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}._sessionInfo_1ts0e_241 p{color:var(--text-secondary);font-size:.875rem;margin-bottom:.5rem}._sessionBadge_1ts0e_253{display:inline-block;padding:.25rem .75rem;background:var(--color-success);color:#fff;font-size:.75rem;font-weight:600;border-radius:12px}._joinButton_1ts0e_263{padding:1rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b98159}._joinButton_1ts0e_263:hover:not(:disabled){background:linear-gradient(135deg,#34d399,#10b981);transform:translateY(-2px);box-shadow:0 6px 20px #10b98173}._joinButton_1ts0e_263:disabled{opacity:.6;cursor:not-allowed}._noSession_1ts0e_287{text-align:center;padding:2rem;color:var(--text-secondary)}._upcomingSessions_1ts0e_293{margin-top:1.5rem;text-align:left}._upcomingSessions_1ts0e_293 h4{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}._upcomingSessions_1ts0e_293 ul{list-style:none;padding:0}._upcomingSessions_1ts0e_293 li{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;background:var(--bg-secondary, #f8fafc);border-radius:10px;margin-bottom:.5rem;border:1px solid var(--border-color, #e2e8f0);transition:transform .2s,box-shadow .2s}._upcomingSessions_1ts0e_293 li:hover{transform:translate(4px);box-shadow:0 2px 8px #0000000f}._upcomingSessions_1ts0e_293 li strong{flex:1;min-width:150px}._sessionDays_1ts0e_332{font-size:.75rem;color:var(--text-tertiary);width:100%}@media(max-width:640px){._container_1ts0e_1{padding:1rem}._statsGrid_1ts0e_151{grid-template-columns:1fr}._activeSession_1ts0e_231{flex-direction:column;gap:1rem;text-align:center}._joinButton_1ts0e_263{width:100%}}._container_efu32_1{background:var(--bg-secondary, #1a1a2e);border-radius:12px;padding:24px;max-width:600px;width:100%;margin:0 auto}._title_efu32_10{margin:0 0 20px;font-size:1.5rem;color:var(--text-primary, #fff);text-align:center}._loading_efu32_17{text-align:center;padding:40px;color:var(--text-secondary, #aaa)}._error_efu32_23{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:12px;border-radius:8px;margin-bottom:16px;text-align:center}._content_efu32_33{display:flex;gap:24px;margin-bottom:24px}._previewSection_efu32_39{flex:1}._videoPreview_efu32_43{background:#000;border-radius:8px;overflow:hidden;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center}._video_efu32_43{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}._noVideo_efu32_60{color:var(--text-secondary, #888);font-size:.9rem}._selectorsSection_efu32_65{flex:1;display:flex;flex-direction:column;gap:16px}._selector_efu32_65{display:flex;flex-direction:column;gap:8px}._selector_efu32_65 label{font-size:.9rem;color:var(--text-secondary, #aaa);font-weight:500}._selector_efu32_65 select{padding:10px 12px;border-radius:8px;border:1px solid var(--border-color, #333);background:var(--bg-tertiary, #0f0f1a);color:var(--text-primary, #fff);font-size:.95rem;cursor:pointer}._selector_efu32_65 select:focus{outline:none;border-color:var(--primary-color, #6366f1)}._refreshButton_efu32_99{padding:8px 16px;background:transparent;border:1px solid var(--border-color, #333);border-radius:6px;color:var(--text-secondary, #aaa);cursor:pointer;font-size:.85rem;transition:all .2s;margin-top:auto}._refreshButton_efu32_99:hover{background:var(--bg-tertiary, #0f0f1a);color:var(--text-primary, #fff)}._actions_efu32_116{display:flex;gap:12px;justify-content:flex-end}._cancelButton_efu32_122,._confirmButton_efu32_123{padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_efu32_122{background:transparent;border:1px solid var(--border-color, #333);color:var(--text-secondary, #aaa)}._cancelButton_efu32_122:hover{background:var(--bg-tertiary, #0f0f1a);color:var(--text-primary, #fff)}._confirmButton_efu32_123{background:var(--primary-color, #6366f1);border:none;color:#fff}._confirmButton_efu32_123:hover:not(:disabled){background:var(--primary-hover, #5558e3)}._confirmButton_efu32_123:disabled{opacity:.5;cursor:not-allowed}._warning_efu32_158{text-align:center;color:var(--warning-color, #f59e0b);font-size:.85rem;margin-top:12px}@media(max-width:600px){._content_efu32_33,._actions_efu32_116{flex-direction:column}._cancelButton_efu32_122,._confirmButton_efu32_123{width:100%}}._container_mq5qd_1{position:fixed;inset:0;background:#111;display:flex;flex-direction:column;color:#fff}._topicBanner_mq5qd_11{position:absolute;top:0;left:0;right:0;padding:1rem 1.5rem;background:linear-gradient(to bottom,rgba(0,0,0,.8),transparent);z-index:10}._topicLabel_mq5qd_21{font-size:.75rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em}._topicText_mq5qd_28{display:block;font-size:1.125rem;font-weight:500;margin-top:.25rem}._videoGrid_mq5qd_36{flex:1;display:flex;justify-content:center;align-items:center;padding:4rem 1rem 6rem;position:relative}._videoContainer_mq5qd_45{position:relative;width:100%;max-width:900px;aspect-ratio:16 / 9;background:#222;border-radius:12px;overflow:hidden}._remoteVideo_mq5qd_55{width:100%;height:100%;object-fit:cover}._videoPlaceholder_mq5qd_61{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;background:#333}._avatar_mq5qd_72{width:100px;height:100px;border-radius:50%;background:var(--color-primary);display:flex;justify-content:center;align-items:center;font-size:2.5rem;font-weight:600;overflow:hidden}._avatar_mq5qd_72 img{width:100%;height:100%;object-fit:cover}._nameTag_mq5qd_91{position:absolute;bottom:1rem;left:1rem;padding:.5rem 1rem;background:#0009;border-radius:6px;font-size:.875rem}._localVideoWrapper_mq5qd_102{position:absolute;bottom:6rem;right:1.5rem;width:180px;aspect-ratio:16 / 9;background:#222;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000004d}._localVideo_mq5qd_102{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}._cameraOff_mq5qd_121{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:#333;font-size:.75rem;color:#fff9}._timer_mq5qd_133{position:absolute;top:5rem;left:50%;transform:translate(-50%);padding:.5rem 1.5rem;background:#0009;border-radius:20px;font-size:1.5rem;font-weight:600;font-variant-numeric:tabular-nums;z-index:10}._timerWarning_mq5qd_147{color:#ff6b6b;animation:_pulse_mq5qd_1 1s ease-in-out infinite}@keyframes _pulse_mq5qd_1{0%,to{opacity:1}50%{opacity:.6}}._controls_mq5qd_162{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent)}._controlButtons_mq5qd_175{display:flex;justify-content:center;gap:1rem}._deviceSelectors_mq5qd_182{display:flex;gap:1rem;margin-bottom:.25rem}._deviceSelect_mq5qd_182{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;border-radius:8px;padding:.25rem .5rem .25rem .75rem}._deviceIcon_mq5qd_197{width:16px;height:16px;color:#ffffffb3;flex-shrink:0}._select_mq5qd_204{background:transparent;border:none;color:#fff;font-size:.75rem;padding:.375rem .5rem;cursor:pointer;max-width:150px;outline:none}._select_mq5qd_204 option{background:#222;color:#fff}._controlButton_mq5qd_175{width:56px;height:56px;border-radius:50%;border:none;background:#fff3;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .2s}._controlButton_mq5qd_175:hover{background:#ffffff4d;transform:scale(1.05)}._controlButton_mq5qd_175 svg{width:24px;height:24px}._controlButton_mq5qd_175._disabled_mq5qd_244{background:#ff64644d}._controlButton_mq5qd_175._endCall_mq5qd_248{background:#e53935;width:64px;height:64px}._controlButton_mq5qd_175._endCall_mq5qd_248:hover{background:#c62828}._controlButton_mq5qd_175._endCall_mq5qd_248 svg{width:28px;height:28px}._errorBanner_mq5qd_264{position:absolute;top:5rem;left:50%;transform:translate(-50%);padding:.75rem 1.5rem;background:#e53935e6;border-radius:8px;font-size:.875rem;z-index:20}._confirmOverlay_mq5qd_277{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:100}._confirmDialog_mq5qd_287{background:#222;padding:2rem;border-radius:12px;text-align:center;max-width:320px}._confirmDialog_mq5qd_287 h3{font-size:1.25rem;margin-bottom:.5rem}._confirmDialog_mq5qd_287 p{color:#ffffffb3;margin-bottom:1.5rem}._confirmButtons_mq5qd_305{display:flex;gap:1rem;justify-content:center}._confirmButtons_mq5qd_305 button{padding:.75rem 1.5rem;border-radius:8px;border:none;font-size:.875rem;font-weight:500;cursor:pointer}._confirmButtons_mq5qd_305 button:first-child{background:#fff3;color:#fff}._confirmLeave_mq5qd_325{background:#e53935;color:#fff}._deviceSelectorWrapper_mq5qd_331{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem}._reconnectionOverlay_mq5qd_341{position:fixed;inset:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:200}._reconnectionDialog_mq5qd_351{background:#1a1a2e;padding:2.5rem;border-radius:16px;text-align:center;max-width:380px;width:90%}._reconnectionDialog_mq5qd_351 h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}._reconnectionDialog_mq5qd_351 p{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.5}._reconnectionSpinner_mq5qd_372{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:var(--color-primary, #6366f1);border-radius:50%;margin:0 auto 1.5rem;animation:_spin_mq5qd_1 1s linear infinite}@keyframes _spin_mq5qd_1{to{transform:rotate(360deg)}}._reconnectionCountdown_mq5qd_388{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}._countdownNumber_mq5qd_395{font-size:3rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}._countdownLabel_mq5qd_402{font-size:.875rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}._leaveNowButton_mq5qd_409{padding:.75rem 2rem;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#ffffffb3;font-size:.875rem;cursor:pointer;transition:all .2s}._leaveNowButton_mq5qd_409:hover{background:#ffffff1a;color:#fff;border-color:#ffffff80}@media(max-width:640px){._localVideoWrapper_mq5qd_102{width:120px;bottom:8rem;right:1rem}._controlButton_mq5qd_175{width:48px;height:48px}._controlButton_mq5qd_175._endCall_mq5qd_248{width:56px;height:56px}._timer_mq5qd_133{font-size:1.25rem}._deviceSelectors_mq5qd_182{flex-direction:column;gap:.5rem}._select_mq5qd_204{max-width:120px}}._container_1lyvt_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);padding:1rem;position:relative}._backButton_1lyvt_11{position:absolute;top:1.5rem;left:1.5rem}._logoutButton_1lyvt_17{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s;color:var(--text-secondary)}._logoutButton_1lyvt_17:hover{background:var(--color-error-bg, #fee2e2);border-color:var(--color-error, #dc2626);color:var(--color-error, #dc2626)}._logoutButton_1lyvt_17 svg{width:20px;height:20px}._content_1lyvt_45{text-align:center;max-width:480px;width:100%;padding:2rem}._iconWrapper_1lyvt_52{margin-bottom:1.5rem}._checkIcon_1lyvt_56{width:88px;height:88px;background:linear-gradient(135deg,var(--color-success) 0%,#10b981 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;animation:_scaleIn_1lyvt_1 .3s ease-out;box-shadow:0 8px 24px #10b98159}._checkIcon_1lyvt_56 svg{width:48px;height:48px;color:#fff}@keyframes _scaleIn_1lyvt_1{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}._title_1lyvt_86{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}._creditsSection_1lyvt_94{margin-bottom:1.5rem}._subtitle_1lyvt_98{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem}._summaryCard_1lyvt_105{background:var(--bg-secondary);border-radius:16px;padding:1rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000a}._summaryRow_1lyvt_113{display:flex;align-items:center;gap:1rem;padding:.75rem .5rem;border-bottom:1px solid var(--border-color, #e2e8f0)}._summaryRow_1lyvt_113:last-child{border-bottom:none}._summaryIcon_1lyvt_125{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary-bg, #eff6ff) 0%,#dbeafe 100%);border-radius:10px;color:var(--color-primary);flex-shrink:0}._summaryIcon_1lyvt_125 svg{width:20px;height:20px}._summaryText_1lyvt_142{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}._summaryLabel_1lyvt_150{font-size:.75rem;color:var(--text-secondary);font-weight:500}._summaryValue_1lyvt_156{font-size:.9375rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._timerSection_1lyvt_165{margin-bottom:2rem}._timerCircle_1lyvt_169{width:120px;height:120px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 4px 20px #667eea4d}._timerNumber_1lyvt_181{font-size:3rem;font-weight:700;color:#fff}._timerText_1lyvt_187{font-size:1rem;color:var(--text-secondary)}._readyText_1lyvt_192{font-size:1.125rem;color:var(--color-success);font-weight:600}._reconnect_1lyvt_198{background:var(--color-warning-bg);color:var(--color-warning);padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}._reconnect_1lyvt_198 p{margin:0;font-weight:500}._reconnectButton_1lyvt_215{padding:.5rem 1rem;background:var(--color-warning);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}._reconnectButton_1lyvt_215:hover{filter:brightness(.9)}._error_1lyvt_231{background:var(--color-error-bg, #fee2e2);color:var(--color-error, #dc2626);padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}._error_1lyvt_231 p{margin:0;font-weight:500}._dismissButton_1lyvt_248{padding:.5rem 1rem;background:var(--color-error, #dc2626);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}._dismissButton_1lyvt_248:hover{filter:brightness(.9)}._actions_1lyvt_264{display:flex;flex-direction:column;gap:.75rem}._continueButton_1lyvt_270{padding:1rem 2rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #667eea4d}._continueButton_1lyvt_270:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}._continueButton_1lyvt_270:disabled{opacity:.6;cursor:not-allowed;transform:none}._exitButton_1lyvt_294{padding:.875rem 1.5rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border-color);border-radius:12px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._exitButton_1lyvt_294:hover{background:var(--bg-secondary);color:var(--text-primary)}._ratingSection_1lyvt_312{background:var(--bg-secondary);border-radius:12px;padding:1.5rem;margin-bottom:2rem}._ratingTitle_1lyvt_319{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}._starsWrapper_1lyvt_326{display:flex;justify-content:center;margin-bottom:1rem}._talkAgainWrapper_1lyvt_332{margin-bottom:1rem}._talkAgainLabel_1lyvt_336{display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer}._talkAgainCheckbox_1lyvt_344{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer}._talkAgainCheckbox_1lyvt_344:disabled{cursor:not-allowed}._talkAgainText_1lyvt_355{font-size:.875rem;color:var(--text-secondary)}._fluencySection_1lyvt_361{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}._fluencyLabel_1lyvt_367{font-size:.875rem;color:var(--text-secondary);margin:0 0 .75rem;text-align:center}._fluencyOptions_1lyvt_374{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}._fluencyOption_1lyvt_374{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s}._fluencyOption_1lyvt_374:hover{border-color:var(--color-primary)}._fluencyOption_1lyvt_374:has(._fluencyRadio_1lyvt_397:checked){background:var(--color-primary-bg, #eff6ff);border-color:var(--color-primary)}._fluencyRadio_1lyvt_397{width:16px;height:16px;accent-color:var(--color-primary);cursor:pointer}._fluencyRadio_1lyvt_397:disabled{cursor:not-allowed}._fluencyText_1lyvt_413{font-size:.8125rem;color:var(--text-primary);font-weight:500}._submitRatingButton_1lyvt_419{padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}._submitRatingButton_1lyvt_419:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}._submitRatingButton_1lyvt_419:disabled{opacity:.6;cursor:not-allowed}._submittingIndicator_1lyvt_441{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-secondary);font-size:.875rem;font-weight:500}._ratingConfirmation_1lyvt_451{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--color-success);font-size:.875rem;font-weight:500}._confirmIcon_1lyvt_461{width:20px;height:20px}._mutualInterest_1lyvt_467{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#fecaca,#fecdd3);border-radius:8px;color:#be123c;font-size:.875rem;font-weight:600;animation:_pulse_1lyvt_1 2s infinite}._heartIcon_1lyvt_482{width:20px;height:20px;color:#e11d48}._blockButton_1lyvt_489{margin-top:1.5rem;padding:.5rem 1rem;background:transparent;color:var(--text-tertiary, #94a3b8);border:1px solid var(--border-color, #e2e8f0);border-radius:8px;font-size:.75rem;cursor:pointer;transition:all .2s}._blockButton_1lyvt_489:hover:not(:disabled){color:var(--color-error, #dc2626);border-color:var(--color-error, #dc2626);background:var(--color-error-bg, #fee2e2)}._blockButton_1lyvt_489:disabled{opacity:.6;cursor:not-allowed}._blockButton_1lyvt_489._blocked_1lyvt_512{color:var(--color-error, #dc2626);border-color:var(--color-error, #dc2626);background:var(--color-error-bg, #fee2e2)}._blockButton_1lyvt_489._blocked_1lyvt_512:hover:not(:disabled){color:var(--color-success, #10b981);border-color:var(--color-success, #10b981);background:var(--color-success-bg, #ecfdf5)}@media(max-width:480px){._content_1lyvt_45{padding:1.5rem}._title_1lyvt_86{font-size:1.5rem}._summaryRow_1lyvt_113{padding:.625rem .25rem}._timerCircle_1lyvt_169{width:100px;height:100px}._timerNumber_1lyvt_181{font-size:2.5rem}._checkIcon_1lyvt_56{width:64px;height:64px}._checkIcon_1lyvt_56 svg{width:36px;height:36px}}._container_48j6z_1{max-width:900px;margin:0 auto;padding:1.5rem}._topBar_48j6z_7{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._pageTitle_48j6z_14{font-size:1.5rem;font-weight:700;color:var(--color-text-primary, #1e293b);margin:0}._loading_48j6z_21{display:flex;justify-content:center;align-items:center;min-height:300px;color:var(--color-text-secondary, #64748b)}._error_48j6z_29{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._error_48j6z_29 button{background:none;border:none;color:#dc2626;cursor:pointer;font-weight:500}._balanceSection_48j6z_50{margin-bottom:1.5rem}._balanceCard_48j6z_54{background:linear-gradient(135deg,var(--color-primary, #667eea) 0%,#764ba2 100%);border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #667eea4d}._balanceContent_48j6z_61{display:flex;align-items:center;justify-content:space-between;gap:1rem}._balanceLeft_48j6z_68{display:flex;align-items:center;gap:1rem}._balanceIcon_48j6z_74{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:14px;color:#fff}._balanceIcon_48j6z_74 svg{width:28px;height:28px}._balanceInfo_48j6z_90{display:flex;flex-direction:column}._balanceLabel_48j6z_95{font-size:.75rem;color:#fffc;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._balanceValue_48j6z_103{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.1}._balanceUnit_48j6z_110{font-size:.875rem;color:#ffffffe6}._buyButton_48j6z_115{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;color:var(--color-primary, #667eea);background:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00000026}._buyButton_48j6z_115 svg{width:20px;height:20px}._buyButton_48j6z_115:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}._statsSection_48j6z_142{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}._statCard_48j6z_149{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--bg-secondary, #ffffff);border-radius:12px;box-shadow:0 1px 3px #00000014;transition:transform .2s,box-shadow .2s}._statCard_48j6z_149:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._statIcon_48j6z_165{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary-bg, #eff6ff) 0%,#dbeafe 100%);border-radius:10px;color:var(--color-primary, #667eea);flex-shrink:0}._statIcon_48j6z_165 svg{width:22px;height:22px}._statInfo_48j6z_182{display:flex;flex-direction:column}._statValue_48j6z_187{font-size:1.5rem;font-weight:700;color:var(--color-text-primary, #1e293b);line-height:1.1}._statLabel_48j6z_194{font-size:.75rem;color:var(--color-text-secondary, #64748b);font-weight:500}._historySection_48j6z_201{margin-bottom:2rem}._historyHeader_48j6z_205{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._historyTitle_48j6z_212{font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0}._tabs_48j6z_219{display:flex;gap:.5rem}._tab_48j6z_219{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:none;background:var(--bg-tertiary, #f1f5f9);border-radius:8px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;color:var(--color-text-secondary, #64748b)}._tab_48j6z_219 svg{width:18px;height:18px}._tab_48j6z_219:hover{background:var(--bg-secondary, #e2e8f0)}._activeTab_48j6z_248{background:var(--color-primary, #667eea);color:#fff}._activeTab_48j6z_248:hover{background:var(--color-primary, #667eea)}._historyCard_48j6z_257{padding:0;overflow:hidden}._historyList_48j6z_262{list-style:none;margin:0;padding:0}._historyItem_48j6z_268{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border-color, #e2e8f0);transition:background .2s}._historyItem_48j6z_268:last-child{border-bottom:none}._historyItem_48j6z_268:hover{background:var(--bg-tertiary, #f8fafc)}._itemIcon_48j6z_286{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}._itemIcon_48j6z_286 svg{width:20px;height:20px}._typePurchase_48j6z_301{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#10b981}._typeConsume_48j6z_306{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}._typeRefund_48j6z_311{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#f59e0b}._typeBonus_48j6z_316{background:linear-gradient(135deg,#fdf4ff,#f5d0fe);color:#a855f7}._itemContent_48j6z_321{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}._itemMain_48j6z_329{display:flex;flex-direction:column;gap:.125rem}._itemType_48j6z_335{font-weight:600;font-size:.9375rem;color:var(--color-text-primary, #1e293b)}._itemDescription_48j6z_341{font-size:.8125rem;color:var(--color-text-secondary, #64748b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemDate_48j6z_349{font-size:.75rem;color:var(--color-text-tertiary, #94a3b8)}._itemAmount_48j6z_354{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}._positive_48j6z_362{font-weight:600;font-size:.9375rem;color:#10b981}._negative_48j6z_368{font-weight:600;font-size:.9375rem;color:#ef4444}._balanceAfter_48j6z_374{font-size:.75rem;color:var(--color-text-tertiary, #94a3b8)}._price_48j6z_379{font-weight:600;font-size:.9375rem;color:var(--color-text-primary, #1e293b)}._status_48j6z_385{font-size:.6875rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.025em}._statusCompleted_48j6z_394{background:#d1fae5;color:#059669}._statusPending_48j6z_399{background:#fef3c7;color:#d97706}._statusFailed_48j6z_404{background:#fee2e2;color:#dc2626}._statusRefunded_48j6z_409{background:#e0e7ff;color:#4f46e5}._emptyState_48j6z_415{text-align:center;padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}._emptyIcon_48j6z_424{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary, #f1f5f9);border-radius:16px;color:var(--color-text-tertiary, #94a3b8);margin-bottom:.5rem}._emptyIcon_48j6z_424 svg{width:32px;height:32px}._emptyTitle_48j6z_441{font-size:1rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0}._emptyText_48j6z_448{font-size:.875rem;color:var(--color-text-secondary, #64748b);margin:0}._emptyButton_48j6z_454{margin-top:1rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary, #667eea) 0%,#764ba2 100%);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea59}._emptyButton_48j6z_454:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea73}@media(max-width:640px){._container_48j6z_1{padding:1rem}._balanceContent_48j6z_61{flex-direction:column;align-items:flex-start}._buyButton_48j6z_115{width:100%;justify-content:center}._balanceValue_48j6z_103{font-size:2rem}._statsSection_48j6z_142{grid-template-columns:1fr}._historyHeader_48j6z_205{flex-direction:column;align-items:flex-start;gap:1rem}._tabs_48j6z_219{width:100%}._tab_48j6z_219{flex:1;justify-content:center}._historyItem_48j6z_268{flex-wrap:wrap}._itemContent_48j6z_321{flex:1 1 calc(100% - 56px)}._itemAmount_48j6z_354{width:100%;flex-direction:row;justify-content:space-between;align-items:center;padding-left:56px;margin-top:.5rem}}._container_62kq8_1{max-width:900px;margin:0 auto;padding:1.5rem}._topBar_62kq8_7{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._pageTitle_62kq8_14{font-size:1.5rem;font-weight:700;color:var(--color-text-primary, #1e293b);margin:0}._loading_62kq8_21{display:flex;justify-content:center;align-items:center;min-height:300px;color:var(--color-text-secondary, #64748b)}._error_62kq8_29{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._error_62kq8_29 button{background:none;border:none;color:#dc2626;cursor:pointer;font-weight:500}._balanceCard_62kq8_50{background:linear-gradient(135deg,var(--color-primary, #667eea) 0%,#764ba2 100%);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 20px #667eea4d}._balanceContent_62kq8_58{display:flex;align-items:center;justify-content:space-between}._balanceInfo_62kq8_64{display:flex;align-items:center;gap:1rem}._balanceIcon_62kq8_70{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:14px;color:#fff}._balanceIcon_62kq8_70 svg{width:28px;height:28px}._balanceText_62kq8_86{display:flex;flex-direction:column}._balanceLabel_62kq8_91{font-size:.75rem;color:#fffc;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._balanceValue_62kq8_99{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.1}._balanceUnit_62kq8_106{font-size:.875rem;color:#ffffffe6}._tabs_62kq8_112{display:flex;gap:.75rem;margin-bottom:1rem}._tab_62kq8_112{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:2px solid var(--bg-tertiary, #e2e8f0);background:var(--bg-secondary, #ffffff);border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s;color:var(--color-text-secondary, #64748b)}._tab_62kq8_112 svg{width:20px;height:20px}._tab_62kq8_112:hover{border-color:var(--color-primary, #667eea);color:var(--color-primary, #667eea)}._activeTab_62kq8_144,._activeTab_62kq8_144:hover{background:var(--color-primary, #667eea);border-color:var(--color-primary, #667eea);color:#fff}._tabBadge_62kq8_156{font-size:.625rem;font-weight:700;text-transform:uppercase;padding:.2rem .5rem;background:#10b98126;color:#10b981;border-radius:9999px}._activeTab_62kq8_144 ._tabBadge_62kq8_156{background:#fff3;color:#fff}._tabDescription_62kq8_172{text-align:center;margin-bottom:1.5rem}._tabDescription_62kq8_172 p{margin:0;font-size:.9375rem;color:var(--color-text-secondary, #64748b)}._tabDescription_62kq8_172 strong{color:var(--color-text-primary, #1e293b)}._securityNoticeWrapper_62kq8_188{display:block;width:100%;margin-bottom:1.5rem}._securityNoticeWrapper_62kq8_188>*{width:100%;display:block}._securityNotice_62kq8_188{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:12px;text-decoration:none;cursor:pointer;transition:all .2s ease;width:100%}._securityNotice_62kq8_188:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98133;border-color:#6ee7b7}._securityIcon_62kq8_219{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:10px;color:#fff;flex-shrink:0}._securityIcon_62kq8_219 svg{width:24px;height:24px}._securityText_62kq8_236{flex:1;display:flex;flex-direction:column;gap:.125rem}._securityText_62kq8_236 strong{font-size:.9375rem;color:#065f46}._securityText_62kq8_236 span{font-size:.8125rem;color:#047857}._stripeLogo_62kq8_253{height:32px;flex-shrink:0;transition:opacity .2s,transform .2s}._stripeLogo_62kq8_253:hover{opacity:.8;transform:scale(1.05)}._productsGrid_62kq8_265{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}._productCard_62kq8_273{position:relative;padding:2rem 1rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s,box-shadow .2s;border:2px solid transparent;overflow:visible}._productCard_62kq8_273:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}._productCard_62kq8_273._popular_62kq8_290{border-color:var(--color-primary, #667eea);box-shadow:0 4px 20px #667eea40;background:linear-gradient(180deg,rgba(102,126,234,.03) 0%,transparent 100%)}._productCard_62kq8_273._bestValue_62kq8_296{border-color:#10b981;box-shadow:0 4px 20px #10b98140;background:linear-gradient(180deg,rgba(16,185,129,.03) 0%,transparent 100%)}._badge_62kq8_302{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);padding:.5rem 1rem;background:linear-gradient(135deg,var(--color-primary, #667eea) 0%,#764ba2 100%);color:#fff;font-size:.6875rem;font-weight:700;border-radius:8px;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #667eea66;display:flex;align-items:center;gap:.375rem}._badge_62kq8_302 svg{width:14px;height:14px;flex-shrink:0}._productCard_62kq8_273._bestValue_62kq8_296 ._badge_62kq8_302{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98166}._productHeader_62kq8_333{margin-bottom:.75rem;display:flex;flex-direction:column;align-items:center;gap:.375rem}._productName_62kq8_341{font-size:1rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0}._discount_62kq8_348{display:inline-flex;align-items:center;font-size:.75rem;color:#fff;font-weight:600;background:linear-gradient(135deg,#10b981,#059669);padding:.25rem .5rem;border-radius:6px}._productCredits_62kq8_359{display:flex;flex-direction:column;align-items:center;margin-bottom:.75rem;padding:1rem;background:linear-gradient(135deg,var(--color-primary-bg, #eff6ff) 0%,#dbeafe 100%);border-radius:12px;width:100%}._creditsValue_62kq8_370{font-size:2.5rem;font-weight:800;color:var(--color-primary, #667eea);line-height:1}._creditsLabel_62kq8_377{font-size:.75rem;color:var(--color-text-secondary, #64748b);font-weight:500;margin-top:.25rem}._productPrice_62kq8_384{margin-bottom:1rem}._price_62kq8_388{display:block;font-size:1.5rem;font-weight:700;color:var(--color-text-primary, #1e293b)}._pricePerCredit_62kq8_395{font-size:.75rem;color:var(--color-text-secondary, #64748b)}._purchaseButton_62kq8_400{width:100%;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary, #667eea) 0%,#764ba2 100%);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}._purchaseButton_62kq8_400:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}._purchaseButton_62kq8_400:disabled{opacity:.7;cursor:not-allowed}._productCard_62kq8_273._bestValue_62kq8_296 ._purchaseButton_62kq8_400{background:linear-gradient(135deg,#10b981,#059669)}._productCard_62kq8_273._bestValue_62kq8_296 ._purchaseButton_62kq8_400:hover:not(:disabled){box-shadow:0 6px 16px #10b98166}._productCard_62kq8_273._bestValue_62kq8_296 ._productCredits_62kq8_359{background:linear-gradient(135deg,#ecfdf5,#d1fae5)}._productCard_62kq8_273._bestValue_62kq8_296 ._creditsValue_62kq8_370{color:#10b981}._spinner_62kq8_443{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_62kq8_443 .8s linear infinite}@keyframes _spin_62kq8_443{to{transform:rotate(360deg)}}._benefitsSection_62kq8_459{background:var(--bg-secondary, #ffffff);border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #00000014}._benefitsTitle_62kq8_466{font-size:1rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0 0 1rem;text-align:center}._benefitsGrid_62kq8_474{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._benefitItem_62kq8_480{display:flex;align-items:center;gap:.75rem}._benefitIcon_62kq8_486{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary-bg, #eff6ff) 0%,#dbeafe 100%);border-radius:10px;color:var(--color-primary, #667eea)}._benefitIcon_62kq8_486 svg{width:20px;height:20px}._benefitText_62kq8_503{display:flex;flex-direction:column}._benefitText_62kq8_503 strong{font-size:.875rem;color:var(--color-text-primary, #1e293b)}._benefitText_62kq8_503 span{font-size:.75rem;color:var(--color-text-secondary, #64748b)}@media(max-width:800px){._productsGrid_62kq8_265{grid-template-columns:repeat(2,1fr)}._benefitsGrid_62kq8_474{grid-template-columns:1fr}}@media(max-width:500px){._container_62kq8_1{padding:1rem}._securityNotice_62kq8_188{flex-direction:column;text-align:center;gap:.75rem}._stripeLogo_62kq8_253{height:24px}._productsGrid_62kq8_265{grid-template-columns:repeat(2,1fr);gap:.75rem}._productCard_62kq8_273{padding:1rem .75rem}._creditsValue_62kq8_370{font-size:2rem}._price_62kq8_388{font-size:1.25rem}._tabs_62kq8_112{flex-direction:column}._balanceValue_62kq8_99{font-size:2rem}}._container_rpeqy_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}._loading_rpeqy_10{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--color-text-secondary, #64748b)}._spinner_rpeqy_18{width:48px;height:48px;border:4px solid var(--bg-tertiary, #f1f5f9);border-top-color:var(--color-primary, #667eea);border-radius:50%;animation:_spin_rpeqy_18 1s linear infinite}@keyframes _spin_rpeqy_18{to{transform:rotate(360deg)}}._card_rpeqy_33{max-width:400px;width:100%;padding:2rem;text-align:center}._successIcon_rpeqy_40{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:50%;color:#10b981}._successIcon_rpeqy_40 svg{width:48px;height:48px}._pendingIcon_rpeqy_57{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:50%;color:#d97706;animation:_pulse_rpeqy_1 2s infinite}._pendingIcon_rpeqy_57 svg{width:48px;height:48px}@keyframes _pulse_rpeqy_1{0%,to{opacity:1}50%{opacity:.7}}._errorIcon_rpeqy_80{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:50%;color:#dc2626}._errorIcon_rpeqy_80 svg{width:48px;height:48px}._title_rpeqy_97{font-size:1.5rem;font-weight:700;color:var(--color-text-primary, #1e293b);margin:0 0 .5rem}._description_rpeqy_104{color:var(--color-text-secondary, #64748b);margin:0 0 1.5rem}._purchaseDetails_rpeqy_109{background:var(--bg-tertiary, #f8fafc);border-radius:12px;padding:1rem;margin-bottom:1.5rem}._detailRow_rpeqy_116{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border-color, #e2e8f0)}._detailRow_rpeqy_116:last-child{border-bottom:none}._detailLabel_rpeqy_127{color:var(--color-text-secondary, #64748b);font-size:.875rem}._detailValue_rpeqy_132{font-weight:600;color:var(--color-text-primary, #1e293b)}._actions_rpeqy_137{display:flex;flex-direction:column;gap:.75rem}._button_rpeqy_143{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary, #667eea) 0%,#764ba2 100%);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea59}._button_rpeqy_143:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea73}._secondaryButton_rpeqy_162{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:var(--color-text-secondary, #64748b);background:var(--bg-tertiary, #f1f5f9);border:none;border-radius:12px;cursor:pointer;transition:all .2s}._secondaryButton_rpeqy_162:hover{background:var(--bg-secondary, #e2e8f0)}._container_esjws_1{max-width:1200px;margin:0 auto}._loading_esjws_6,._error_esjws_7{text-align:center;padding:2rem;color:var(--color-text-secondary, #64748b)}._error_esjws_7{color:var(--color-error, #ef4444)}._statsGrid_esjws_17{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._statCard_esjws_23{padding:1.5rem;text-align:center}._statLabel_esjws_28{font-size:.875rem;color:var(--color-text-secondary, #64748b);margin-bottom:.5rem}._statValue_esjws_34{font-size:2rem;font-weight:700;color:var(--color-text-primary, #1e293b)}._freeModeCard_esjws_41{margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd}._freeModeHeader_esjws_48{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}._freeModeInfo_esjws_55{flex:1}._freeModeTitle_esjws_59{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#0c4a6e;margin:0 0 .5rem}._freeModeIcon_esjws_69{width:1.25rem;height:1.25rem;color:#0284c7}._freeModeDescription_esjws_75{font-size:.875rem;color:#0369a1;margin:0;line-height:1.5}._freeModeToggle_esjws_82{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}._freeModeToggle_esjws_82._enabled_esjws_95{background:#22c55e;color:#fff}._freeModeToggle_esjws_82._disabled_esjws_100{background:#e2e8f0;color:#64748b}._freeModeToggle_esjws_82:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00000026}._freeModeToggle_esjws_82:disabled{opacity:.7;cursor:not-allowed}._toggleTrack_esjws_115{position:relative;width:2.5rem;height:1.25rem;background:#ffffff4d;border-radius:1rem}._freeModeToggle_esjws_82._disabled_esjws_100 ._toggleTrack_esjws_115{background:#cbd5e1}._toggleThumb_esjws_127{position:absolute;top:.125rem;left:.125rem;width:1rem;height:1rem;background:#fff;border-radius:50%;transition:transform .2s ease}._freeModeToggle_esjws_82._enabled_esjws_95 ._toggleThumb_esjws_127{transform:translate(1.25rem)}._toggleLabel_esjws_142{white-space:nowrap}._freeModeActive_esjws_146{margin-top:1rem;padding-top:1rem;border-top:1px solid #bae6fd}._freeModeActiveBadge_esjws_152{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#dcfce7;color:#166534;border-radius:2rem;font-size:.875rem;font-weight:500}._freeModeActiveBadge_esjws_152 svg{width:.625rem;height:.625rem;animation:_pulse_esjws_1 2s infinite}@keyframes _pulse_esjws_1{0%,to{opacity:1}50%{opacity:.5}}._container_5o0lc_1{max-width:1200px;margin:0 auto}._loading_5o0lc_6,._error_5o0lc_7{text-align:center;padding:2rem;color:var(--color-text-secondary, #64748b)}._error_5o0lc_7{color:var(--color-error, #ef4444)}._header_5o0lc_17{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._title_5o0lc_24{font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0}._empty_5o0lc_31{text-align:center;padding:2rem;color:var(--color-text-secondary, #64748b)}._grid_5o0lc_37{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._sessionCard_5o0lc_43{padding:1.5rem}._sessionHeader_5o0lc_47{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._sessionName_5o0lc_54{font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0}._status_5o0lc_61{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}._status_5o0lc_61._active_5o0lc_69{background:var(--color-success-light, #dcfce7);color:var(--color-success, #22c55e)}._status_5o0lc_61._inactive_5o0lc_74{background:var(--color-bg-tertiary, #f1f5f9);color:var(--color-text-muted, #94a3b8)}._sessionTime_5o0lc_79{font-size:1rem;font-weight:500;color:var(--color-text-primary, #1e293b);margin-bottom:.25rem}._sessionTimezone_5o0lc_86{font-size:.875rem;color:var(--color-text-secondary, #64748b);margin-bottom:.75rem}._sessionDays_5o0lc_92{display:flex;gap:.5rem;margin-bottom:1rem}._day_5o0lc_98{font-size:.75rem;padding:.25rem .5rem;background:var(--color-bg-tertiary, #f1f5f9);border-radius:4px;color:var(--color-text-secondary, #64748b)}._running_5o0lc_106{font-size:.875rem;color:var(--color-primary, #667eea);font-weight:500;margin-bottom:1rem}._actions_5o0lc_113{display:flex;gap:.5rem;border-top:1px solid var(--color-border, #e2e8f0);padding-top:1rem}._container_sajcp_1{max-width:600px;margin:0 auto}._backButton_sajcp_6{margin-bottom:1rem}._loading_sajcp_10{text-align:center;padding:2rem;color:var(--color-text-secondary, #64748b)}._card_sajcp_16{padding:2rem}._title_sajcp_20{font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0 0 1.5rem}._form_sajcp_27{display:flex;flex-direction:column;gap:1.25rem}._error_sajcp_33{color:var(--color-error, #ef4444);font-size:.875rem;margin:0;padding:.75rem;background:var(--color-error-light, #fef2f2);border-radius:4px}._field_sajcp_42{display:flex;flex-direction:column;gap:.5rem}._label_sajcp_48{font-size:.875rem;font-weight:500;color:var(--color-text-primary, #1e293b)}._row_sajcp_54{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._daysGrid_sajcp_60{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}._dayButton_sajcp_66{padding:.5rem;border:1px solid var(--color-border, #e2e8f0);border-radius:4px;background:var(--color-bg-primary, #ffffff);color:var(--color-text-secondary, #64748b);font-size:.875rem;cursor:pointer;transition:all .2s ease}._dayButton_sajcp_66:hover{border-color:var(--color-primary, #667eea);color:var(--color-primary, #667eea)}._dayButton_sajcp_66._selected_sajcp_82{background:var(--color-primary, #667eea);border-color:var(--color-primary, #667eea);color:#fff}._hint_sajcp_88{font-size:.75rem;color:var(--color-text-secondary, #64748b)}._durationRow_sajcp_93{display:flex;gap:1rem}._durationInput_sajcp_98{display:flex;align-items:center;gap:.5rem;flex:1}._durationInput_sajcp_98 input{width:80px}._durationLabel_sajcp_109{font-size:.875rem;color:var(--color-text-secondary, #64748b)}._actions_sajcp_114{display:flex;justify-content:flex-end;gap:1rem;margin-top:.5rem}._container_1s4gy_1{max-width:1200px;margin:0 auto}._loading_1s4gy_6,._error_1s4gy_7{text-align:center;padding:2rem;color:var(--color-text-secondary, #64748b)}._error_1s4gy_7{color:var(--color-error, #ef4444)}._header_1s4gy_17{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}._title_1s4gy_26{font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0}._searchForm_1s4gy_33{display:flex;gap:.5rem}._searchInput_1s4gy_38{width:300px}._empty_1s4gy_42{text-align:center;padding:2rem;color:var(--color-text-secondary, #64748b)}._tableCard_1s4gy_48{overflow:hidden}._table_1s4gy_48{width:100%;border-collapse:collapse}._table_1s4gy_48 th,._table_1s4gy_48 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--color-border, #e2e8f0)}._table_1s4gy_48 th{background:var(--color-bg-secondary, #f8fafc);font-weight:500;color:var(--color-text-secondary, #64748b);font-size:.875rem}._table_1s4gy_48 td{color:var(--color-text-primary, #1e293b)}._userCell_1s4gy_75{display:flex;align-items:center;gap:.75rem}._avatar_1s4gy_81{width:32px;height:32px;border-radius:50%;object-fit:cover}._roleSelect_1s4gy_88{padding:.25rem .5rem;border:1px solid var(--color-border, #e2e8f0);border-radius:4px;font-size:.875rem;background:var(--color-bg-primary, #ffffff);cursor:pointer}._role_1s4gy_88{font-size:.875rem;color:var(--color-text-secondary, #64748b);text-transform:capitalize}._status_1s4gy_103{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px}._status_1s4gy_103._active_1s4gy_110{background:var(--color-success-light, #dcfce7);color:var(--color-success, #22c55e)}._status_1s4gy_103._inactive_1s4gy_115{background:var(--color-bg-tertiary, #f1f5f9);color:var(--color-text-muted, #94a3b8)}._pagination_1s4gy_120{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}._pageInfo_1s4gy_128{font-size:.875rem;color:var(--color-text-secondary, #64748b)}._container_x6fpg_1{max-width:1200px;margin:0 auto}._loading_x6fpg_6,._error_x6fpg_7{text-align:center;padding:2rem;color:var(--color-text-secondary, #64748b)}._error_x6fpg_7{color:var(--color-error, #ef4444)}._header_x6fpg_17{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}._title_x6fpg_26{font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #1e293b);margin:0}._filters_x6fpg_33{display:flex;gap:.5rem;flex-wrap:wrap}._filterButton_x6fpg_39{padding:.375rem .75rem;border:1px solid var(--color-border, #e2e8f0);border-radius:6px;font-size:.75rem;font-weight:500;background:var(--color-bg-primary, #ffffff);cursor:pointer;transition:all .2s ease;text-transform:uppercase}._filterButton_x6fpg_39:hover{border-color:var(--color-primary, #667eea)}._filterButton_x6fpg_39._filterActive_x6fpg_55{color:#fff;border-color:transparent}._filterButton_x6fpg_39._filterActive_x6fpg_55._statusCompleted_x6fpg_60{background:var(--color-success, #22c55e)}._filterButton_x6fpg_39._filterActive_x6fpg_55._statusPending_x6fpg_64{background:var(--color-warning, #f59e0b)}._filterButton_x6fpg_39._filterActive_x6fpg_55._statusFailed_x6fpg_68{background:var(--color-error, #ef4444)}._filterButton_x6fpg_39._filterActive_x6fpg_55._statusRefunded_x6fpg_72{background:var(--color-text-muted, #94a3b8)}._empty_x6fpg_76{text-align:center;padding:2rem;color:var(--color-text-secondary, #64748b)}._tableCard_x6fpg_82{overflow:hidden}._table_x6fpg_82{width:100%;border-collapse:collapse}._table_x6fpg_82 th,._table_x6fpg_82 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--color-border, #e2e8f0)}._table_x6fpg_82 th{background:var(--color-bg-secondary, #f8fafc);font-weight:500;color:var(--color-text-secondary, #64748b);font-size:.875rem}._table_x6fpg_82 td{color:var(--color-text-primary, #1e293b)}._userCell_x6fpg_109{display:flex;flex-direction:column;gap:.125rem}._userName_x6fpg_115{font-weight:500}._userEmail_x6fpg_119{font-size:.75rem;color:var(--color-text-secondary, #64748b)}._credits_x6fpg_124{font-size:.875rem;color:var(--color-primary, #667eea);font-weight:500}._status_x6fpg_60{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}._statusCompleted_x6fpg_60{background:var(--color-success-light, #dcfce7);color:var(--color-success, #22c55e)}._statusPending_x6fpg_64{background:var(--color-warning-light, #fef3c7);color:var(--color-warning, #d97706)}._statusFailed_x6fpg_68{background:var(--color-error-light, #fee2e2);color:var(--color-error, #ef4444)}._statusRefunded_x6fpg_72{background:var(--color-bg-tertiary, #f1f5f9);color:var(--color-text-muted, #94a3b8)}._dateCell_x6fpg_158{display:flex;flex-direction:column;gap:.125rem}._completedAt_x6fpg_164{font-size:.75rem;color:var(--color-success, #22c55e)}._pagination_x6fpg_169{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}._pageInfo_x6fpg_177{font-size:.875rem;color:var(--color-text-secondary, #64748b)}@media(max-width:768px){._header_x6fpg_17{flex-direction:column;align-items:stretch}._filters_x6fpg_33{justify-content:center}._table_x6fpg_82 th,._table_x6fpg_82 td{padding:.5rem;font-size:.75rem}._table_x6fpg_82 th:nth-child(3),._table_x6fpg_82 td:nth-child(3){display:none}}._container_ek010_1{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background-color:var(--color-bg-primary, #1a1a2e);color:var(--color-text-primary, #fff)}._icon_ek010_13{width:80px;height:80px;margin-bottom:1.5rem;color:#ef4444}._icon_ek010_13 svg{width:100%;height:100%}._title_ek010_25{font-size:2rem;font-weight:700;color:var(--color-text-primary, #fff);margin-bottom:.75rem}._description_ek010_32{color:var(--color-text-secondary, #a0aec0);margin-bottom:1.5rem;max-width:500px;line-height:1.6}._hint_ek010_39{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem 1.5rem;margin-bottom:1.5rem;text-align:left}._hint_ek010_39 p{margin:.5rem 0;font-size:.875rem;color:var(--color-text-secondary, #a0aec0)}._hint_ek010_39 code{background-color:#ffffff1a;padding:.25rem .5rem;border-radius:4px;font-family:monospace;font-size:.8rem;word-break:break-all}._actions_ek010_63{display:flex;gap:1rem}
