:root{--color-bg-base: #f7f8fa;--color-bg-sidebar: #eef0f4;--color-bg-card: #ffffff;--color-bg-elevated: #ffffff;--color-bg-subtle: #f0f2f5;--color-bg-hover: #e8eaef;--color-primary-50: #e6f7f7;--color-primary-100: #b3ebeb;--color-primary-200: #80dfdf;--color-primary-300: #4dd3d3;--color-primary-400: #1ac7c7;--color-primary-500: #00b4b4;--color-primary-600: #00a1a1;--color-primary-700: #008e8e;--color-primary-800: #007b7b;--color-primary-900: #006868;--color-primary-gradient: linear-gradient(135deg, #00b4b4 0%, #009999 100%);--color-success-50: #e8f5e9;--color-success-100: #c8e6c9;--color-success-200: #a5d6a7;--color-success-300: #81c784;--color-success-400: #66bb6a;--color-success-500: #4caf50;--color-success-600: #43a047;--color-success-700: #388e3c;--color-success-800: #2e7d32;--color-success-900: #1b5e20;--color-error-50: #ffebee;--color-error-100: #ffcdd2;--color-error-200: #ef9a9a;--color-error-300: #e57373;--color-error-400: #ef5350;--color-error-500: #e53935;--color-error-600: #d32f2f;--color-error-700: #c62828;--color-error-800: #b71c1c;--color-error-900: #8b0000;--color-warning-50: #fff8e1;--color-warning-100: #ffecb3;--color-warning-200: #ffe082;--color-warning-300: #ffd54f;--color-warning-400: #ffca28;--color-warning-500: #ffc107;--color-warning-600: #ffb300;--color-warning-700: #ffa000;--color-warning-800: #ff8f00;--color-info-50: #e3f2fd;--color-info-100: #bbdefb;--color-info-200: #90caf9;--color-info-300: #64b5f6;--color-info-400: #42a5f5;--color-info-500: #2196f3;--color-info-600: #1e88e5;--color-info-700: #1976d2;--color-info-800: #1565c0;--color-text-primary: #1a2332;--color-text-secondary: #3d4852;--color-text-tertiary: #6b7280;--color-text-muted: #9ca3af;--color-text-disabled: #d1d5db;--color-text-inverse: #ffffff;--color-text-inverse-secondary: rgba(255, 255, 255, .85);--color-border-light: #e5e7eb;--color-border-medium: #d1d5db;--color-border-dark: #9ca3af;--color-border-focus: #00b4b4;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--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);--shadow-teal: 0 4px 12px rgba(0, 180, 180, .15);--shadow-teal-lg: 0 10px 20px rgba(0, 180, 180, .2);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease}body{background:var(--color-bg-base);color:var(--color-text-secondary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--color-text-primary)}a{color:var(--color-primary-600);text-decoration:none;transition:color var(--transition-base)}a:hover{color:var(--color-primary-700)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-subtle)}::-webkit-scrollbar-thumb{background:var(--color-border-medium);border-radius:var(--radius-md)}::-webkit-scrollbar-thumb:hover{background:var(--color-border-dark)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--color-text-secondary);background-color:var(--color-bg-base);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--color-bg-base)}#root{width:100%;min-height:100vh}._toast_kq8q5_1{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:300px;max-width:500px;padding:1rem;border-radius:.5rem;background-color:var(--color-bg-card);box-shadow:0 4px 12px #00000026;animation:_slideIn_kq8q5_1 .3s ease-out;margin-bottom:.75rem}@keyframes _slideIn_kq8q5_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}._exiting_kq8q5_27{animation:_slideOut_kq8q5_1 .3s ease-out forwards}@keyframes _slideOut_kq8q5_1{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}._toast_kq8q5_1._error_kq8q5_42{background-color:#ffe6e6;border-left:4px solid var(--color-error-500)}._toast_kq8q5_1._success_kq8q5_47{background-color:#e6ffe6;border-left:4px solid #2ed573}._toast_kq8q5_1._info_kq8q5_52{background-color:#e6f2ff;border-left:4px solid var(--color-primary-500)}._content_kq8q5_57{display:flex;align-items:flex-start;gap:.75rem;flex:1}._icon_kq8q5_64{font-size:1.25rem;flex-shrink:0;margin-top:2px}._message_kq8q5_70{font-size:.875rem;line-height:1.4;color:var(--color-text-primary)}._toast_kq8q5_1._error_kq8q5_42 ._message_kq8q5_70{color:#d63031}._toast_kq8q5_1._success_kq8q5_47 ._message_kq8q5_70{color:#27ae60}._toast_kq8q5_1._info_kq8q5_52 ._message_kq8q5_70{color:var(--color-primary-500)}._closeButton_kq8q5_88{flex-shrink:0;background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--color-text-muted);transition:color .2s ease;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}._closeButton_kq8q5_88:hover{color:var(--color-text-secondary)}._container_1mvw6_1{position:fixed;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.5rem;pointer-events:none;z-index:9999}._container_1mvw6_1>*{pointer-events:auto}@media(max-width:640px){._container_1mvw6_1{top:1rem;right:1rem;left:1rem}._container_1mvw6_1>*{margin:0 auto}}._sidebar_1xdqr_3{width:260px;min-height:100vh;background:var(--color-bg-sidebar);border-right:1px solid var(--color-border-light);display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:100;box-shadow:var(--shadow-sm)}._sidebarHeader_1xdqr_18{padding:1.5rem;border-bottom:1px solid var(--color-border-light)}._appName_1xdqr_23{font-size:1.5rem;font-weight:700;background:var(--color-primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1rem}._userInfo_1xdqr_33{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--color-bg-card);border-radius:var(--radius-lg);border:1px solid var(--color-border-light);box-shadow:var(--shadow-xs)}._userIcon_1xdqr_44{font-size:1.2rem;color:var(--color-primary-600)}._username_1xdqr_49{font-size:.9rem;color:var(--color-text-primary);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._navigation_1xdqr_59{flex:1;padding:1rem 0;overflow-y:auto}._navList_1xdqr_65{list-style:none;margin:0;padding:0}._navItem_1xdqr_71{margin:.25rem 0}._navLink_1xdqr_75{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:var(--color-text-tertiary);text-decoration:none;transition:all var(--transition-base);border-left:3px solid transparent}._navLink_1xdqr_75:hover{color:var(--color-text-primary);background:var(--color-primary-50);border-left-color:var(--color-primary-300)}._navLinkActive_1xdqr_92{color:var(--color-primary-800);background:var(--color-primary-100);border-left-color:var(--color-primary-500);font-weight:500}._navIcon_1xdqr_99{font-size:1.2rem;width:24px;text-align:center}._navLabel_1xdqr_105{font-size:.95rem;font-weight:500}._sidebarFooter_1xdqr_111{padding:1rem 1.5rem;border-top:1px solid var(--color-border-light)}._logoutButton_1xdqr_116{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:var(--color-error-50);border:1px solid var(--color-error-200);border-radius:var(--radius-lg);color:var(--color-error-700);font-size:.95rem;font-weight:500;cursor:pointer;transition:all var(--transition-base)}._logoutButton_1xdqr_116:hover{background:var(--color-error-100);border-color:var(--color-error-300);color:var(--color-error-800);box-shadow:var(--shadow-sm)}._logoutIcon_1xdqr_139{font-size:1.2rem}@media(max-width:768px){._sidebar_1xdqr_3{width:100%;position:relative;min-height:auto;border-right:none;border-bottom:1px solid var(--color-border-light)}._navigation_1xdqr_59{padding:.5rem 0}._navLink_1xdqr_75{padding:.75rem 1rem}._sidebarHeader_1xdqr_18{padding:1rem}._sidebarFooter_1xdqr_111{padding:.75rem 1rem}}._layout_m9ipq_3{display:flex;min-height:100vh;background:var(--color-bg-base)}._mainContent_m9ipq_9{flex:1;margin-left:260px;padding:2rem;overflow-y:auto;min-height:100vh;background:var(--color-bg-base)}@media(max-width:768px){._layout_m9ipq_3{flex-direction:column}._mainContent_m9ipq_9{margin-left:0;padding:1rem;min-height:auto}}._container_1xbfh_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-primary-gradient);padding:2rem}._hero_1xbfh_10{text-align:center;color:#fff;max-width:600px}._title_1xbfh_16{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}._subtitle_1xbfh_23{font-size:1.5rem;margin-bottom:1.5rem;opacity:.95;font-weight:500}._description_1xbfh_30{font-size:1rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6}._actions_1xbfh_37{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}._button_1xbfh_45{padding:.875rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}._primary_1xbfh_57{background-color:var(--color-bg-card);color:var(--color-primary-500)}._primary_1xbfh_57:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}._secondary_1xbfh_67{background-color:transparent;color:#fff;border:2px solid white}._secondary_1xbfh_67:hover{background-color:#ffffff1a;transform:translateY(-2px)}._learnMore_1xbfh_78{font-size:.95rem}._link_1xbfh_82{color:#fff;text-decoration:none;font-weight:500;border-bottom:2px solid white;transition:opacity .2s ease}._link_1xbfh_82:hover{opacity:.8}@media(max-width:640px){._container_1xbfh_1{padding:1rem}._title_1xbfh_16{font-size:2.5rem}._subtitle_1xbfh_23{font-size:1.25rem}._actions_1xbfh_37{flex-direction:column}._button_1xbfh_45{width:100%}}._container_1bb8r_1{display:flex;flex-direction:column;margin-bottom:1.25rem}._label_1bb8r_7{font-size:.875rem;font-weight:500;color:var(--color-text-primary);margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}._required_1bb8r_17{color:var(--color-error-500);font-weight:700}._input_1bb8r_22{padding:.75rem;border:1px solid var(--color-border-medium);border-radius:.375rem;font-size:1rem;transition:all .2s ease;font-family:inherit}._input_1bb8r_22:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px #667eea1a}._input_1bb8r_22:disabled{background-color:var(--color-bg-subtle);cursor:not-allowed;opacity:.6}._inputError_1bb8r_43{border-color:var(--color-error-500)}._inputError_1bb8r_43:focus{border-color:var(--color-error-500);box-shadow:0 0 0 3px #ff47571a}._error_1bb8r_52{font-size:.75rem;color:var(--color-error-500);margin-top:.375rem;display:flex;align-items:center;gap:.25rem}._container_17fce_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-primary-gradient);padding:2rem}._formCard_17fce_10{background:var(--color-bg-card);border-radius:.75rem;padding:2.5rem;box-shadow:0 20px 60px #0000004d;max-width:420px;width:100%}._title_17fce_19{font-size:2rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.5rem}._subtitle_17fce_26{font-size:.95rem;color:var(--color-text-secondary);margin-bottom:2rem}._form_17fce_10{display:flex;flex-direction:column;gap:0}._submitButton_17fce_38{padding:.875rem;background:var(--color-primary-gradient);color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}._submitButton_17fce_38:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-teal)}._submitButton_17fce_38:disabled{opacity:.7;cursor:not-allowed}._spinner_17fce_65{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_17fce_65 .6s linear infinite}@keyframes _spin_17fce_65{to{transform:rotate(360deg)}}._footer_17fce_81{text-align:center;font-size:.9rem;color:var(--color-text-secondary);margin-top:1.5rem}._link_17fce_88{color:var(--color-primary-500);text-decoration:none;font-weight:600;transition:opacity .2s ease}._link_17fce_88:hover{opacity:.8;text-decoration:underline}@media(max-width:640px){._container_17fce_1{padding:1rem}._formCard_17fce_10{padding:1.5rem}._title_17fce_19{font-size:1.5rem}}._container_14eqh_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-primary-gradient);padding:2rem}._formCard_14eqh_10{background:var(--color-bg-card);border-radius:.75rem;padding:2.5rem;box-shadow:0 20px 60px #0000004d;max-width:420px;width:100%}._title_14eqh_19{font-size:2rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.5rem}._subtitle_14eqh_26{font-size:.95rem;color:var(--color-text-secondary);margin-bottom:2rem}._form_14eqh_10{display:flex;flex-direction:column;gap:0}._captchaContainer_14eqh_38{margin:1.5rem 0;display:flex;flex-direction:column;gap:.75rem}._captchaCanvas_14eqh_45{display:flex;justify-content:center;align-items:center;background:var(--color-bg-secondary, #f5f5f5);padding:.75rem;border-radius:.375rem;border:1px solid var(--color-border, #e0e0e0)}._captchaInput_14eqh_55{padding:.75rem;border:1px solid var(--color-border, #e0e0e0);border-radius:.375rem;font-size:1rem;transition:border-color .2s ease}._captchaInput_14eqh_55:focus{outline:none;border-color:var(--color-primary-500, #1991fa);box-shadow:0 0 0 3px #1991fa1a}._captchaInput_14eqh_55:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}._submitButton_14eqh_75{padding:.875rem;background:var(--color-primary-gradient);color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}._submitButton_14eqh_75:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-teal)}._submitButton_14eqh_75:disabled{opacity:.7;cursor:not-allowed}._spinner_14eqh_102{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_14eqh_102 .6s linear infinite}@keyframes _spin_14eqh_102{to{transform:rotate(360deg)}}._footer_14eqh_118{text-align:center;font-size:.9rem;color:var(--color-text-secondary);margin-top:1.5rem}._link_14eqh_125{color:var(--color-primary-500);text-decoration:none;font-weight:600;transition:opacity .2s ease}._link_14eqh_125:hover{opacity:.8;text-decoration:underline}@media(max-width:640px){._container_14eqh_1{padding:1rem}._formCard_14eqh_10{padding:1.5rem}._title_14eqh_19{font-size:1.5rem}}._container_280bw_1{min-height:100vh;background:var(--color-primary-gradient);padding:3rem 2rem}._content_280bw_7{max-width:800px;margin:0 auto;background:var(--color-bg-card);border-radius:.75rem;padding:3rem;box-shadow:0 20px 60px #0000004d}._title_280bw_16{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:2rem;text-align:center}._section_280bw_24{margin-bottom:2.5rem}._section_280bw_24 h2{font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1rem}._section_280bw_24 p{font-size:1rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:1rem}._featureList_280bw_42,._useList_280bw_43{list-style:none;padding:0;margin:0}._featureList_280bw_42 li,._useList_280bw_43 li{font-size:.95rem;line-height:1.8;color:var(--color-text-secondary);padding-left:1.5rem;position:relative;margin-bottom:.75rem}._featureList_280bw_42 li:before{content:"✓";position:absolute;left:0;color:var(--color-primary-500);font-weight:700}._useList_280bw_43 li:before{content:"•";position:absolute;left:0;color:var(--color-primary-500)}._ctaButton_280bw_74{display:inline-block;padding:.875rem 2rem;background:var(--color-primary-gradient);color:#fff;text-decoration:none;border-radius:.375rem;font-weight:600;transition:all .3s ease;margin-top:1rem}._ctaButton_280bw_74:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}._nav_280bw_91{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border-light)}._link_280bw_97{color:var(--color-primary-500);text-decoration:none;font-weight:600;transition:opacity .2s ease}._link_280bw_97:hover{opacity:.8;text-decoration:underline}@media(max-width:640px){._container_280bw_1{padding:1rem}._content_280bw_7{padding:1.5rem}._title_280bw_16{font-size:1.75rem}._section_280bw_24 h2{font-size:1.25rem}}._container_16obz_5{margin-bottom:2rem}._label_16obz_9{display:block;font-weight:600;font-size:1rem;color:var(--color-text-primary);margin-bottom:.5rem}._required_16obz_17{color:var(--color-error-500)}._select_16obz_21{width:100%;padding:.75rem;font-size:1rem;border:1px solid #bbb;border-radius:4px;background-color:var(--color-bg-card);color:var(--color-text-primary);cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease}._select_16obz_21:hover{border-color:var(--color-text-muted)}._select_16obz_21:focus{outline:none;border-color:var(--primary-color, #007bff);box-shadow:0 0 0 3px #007bff40}._select_16obz_21:disabled{background-color:var(--color-bg-subtle);cursor:not-allowed;color:var(--color-text-muted)}._loadingState_16obz_49{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:var(--color-bg-subtle);border:1px solid #e0e0e0;border-radius:4px;color:var(--color-text-secondary)}._spinner_16obz_60{width:16px;height:16px;border:2px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:var(--primary-color, #007bff);animation:_spin_16obz_60 .8s linear infinite}@keyframes _spin_16obz_60{to{transform:rotate(360deg)}}._errorMessage_16obz_75{padding:.75rem;background-color:#fff3cd;border:1px solid var(--color-warning-500);border-radius:4px;color:#856404;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}._errorMessage_16obz_75 p{margin:0}._retryButton_16obz_92{padding:.4rem .8rem;background-color:var(--color-warning-500);color:var(--color-text-primary);border:none;border-radius:3px;cursor:pointer;font-size:.9rem;font-weight:500;white-space:nowrap;transition:background-color .3s ease}._retryButton_16obz_92:hover{background-color:#ffb300}._selectedInfo_16obz_109{margin-top:.5rem;font-size:.9rem;color:#28a745;font-weight:500}@media(max-width:768px){._container_16obz_5{margin-bottom:1.5rem}._label_16obz_9{font-size:.95rem}._select_16obz_21{padding:.65rem;font-size:.95rem}._errorMessage_16obz_75{flex-direction:column;align-items:flex-start}}._container_1q1q0_5{margin-bottom:2rem}._labelRow_1q1q0_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._label_1q1q0_9{font-weight:600;font-size:1rem;color:var(--color-text-primary)}._required_1q1q0_22{color:var(--color-error-500)}._regenerateButton_1q1q0_26{padding:.4rem .8rem;background-color:var(--color-bg-subtle);color:var(--color-text-secondary);border:1px solid var(--color-border-medium);border-radius:3px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease}._regenerateButton_1q1q0_26:hover{background-color:#e8e8e8;color:var(--color-text-primary)}._input_1q1q0_43{width:100%;padding:.75rem;font-size:1rem;border:1px solid #bbb;border-radius:4px;color:var(--color-text-primary);transition:border-color .3s ease,box-shadow .3s ease}._input_1q1q0_43::placeholder{color:var(--color-text-muted)}._input_1q1q0_43:hover{border-color:var(--color-text-muted)}._input_1q1q0_43:focus{outline:none;border-color:var(--primary-color, #007bff);box-shadow:0 0 0 3px #007bff40}._input_1q1q0_43:disabled{background-color:var(--color-bg-subtle);cursor:not-allowed;color:var(--color-text-muted);border-color:var(--color-border-medium)}._footer_1q1q0_74{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;gap:1rem}._charCount_1q1q0_82{font-size:.85rem;color:var(--color-text-secondary)}._charCount_1q1q0_82._warning_1q1q0_87{color:#ff9800;font-weight:500}._editIndicator_1q1q0_92{font-size:.85rem;color:#ff9800;font-weight:500}@media(max-width:768px){._container_1q1q0_5{margin-bottom:1.5rem}._labelRow_1q1q0_9{flex-direction:column;align-items:flex-start;gap:.5rem}._label_1q1q0_9{font-size:.95rem}._regenerateButton_1q1q0_26{font-size:.8rem;padding:.35rem .7rem}._input_1q1q0_43{padding:.65rem;font-size:.95rem}._footer_1q1q0_74{flex-direction:column;align-items:flex-start}}._container_1iazn_5{margin-bottom:2rem}._fieldset_1iazn_9{border:1px solid var(--color-border-medium);border-radius:4px;padding:1rem;margin:0}._optionsContainer_1iazn_16{display:flex;gap:1rem;flex-wrap:wrap}._legend_1iazn_22{font-weight:600;font-size:1rem;color:var(--color-text-primary);padding:0 .5rem}._required_1iazn_29{color:var(--color-error-500)}._optionGroup_1iazn_33{flex:1;min-width:200px;margin:0}._radioLabel_1iazn_39{display:flex;align-items:center;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .3s ease}._radioLabel_1iazn_39:hover{background-color:var(--color-bg-subtle)}._radio_1iazn_39{width:20px;height:20px;margin-right:.75rem;cursor:pointer;accent-color:var(--color-primary-500);flex-shrink:0}._optionTitleWrapper_1iazn_61{position:relative;display:flex;align-items:center;gap:.5rem}._optionTitle_1iazn_61{font-weight:600;color:var(--color-text-primary);font-size:1rem}._infoIcon_1iazn_74{font-size:.875rem;opacity:.6;cursor:help;transition:opacity .2s ease}._optionTitleWrapper_1iazn_61:hover ._infoIcon_1iazn_74{opacity:1}._tooltip_1iazn_85{position:absolute;bottom:calc(100% + .5rem);left:0;background:var(--color-bg-card);border:1px solid var(--color-border-medium);border-radius:6px;padding:.75rem;font-size:.85rem;font-weight:400;color:var(--color-text-secondary);line-height:1.4;max-width:280px;width:max-content;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none;z-index:10;white-space:normal}._optionTitleWrapper_1iazn_61:hover ._tooltip_1iazn_85{opacity:1;visibility:visible}._infoBox_1iazn_113{margin-top:1rem;padding:.875rem;background-color:var(--color-info-50, #e3f2fd);border-left:4px solid var(--color-info-500);border-radius:4px;color:var(--color-info-700, #1565c0)}._infoTitle_1iazn_122{font-weight:600;margin:0 0 .5rem;font-size:1rem}._infoText_1iazn_128{margin:0;font-size:.9rem;line-height:1.5;color:var(--color-info-700, #1565c0)}@media(max-width:768px){._fieldset_1iazn_9{padding:1rem}._legend_1iazn_22{font-size:.95rem}._optionGroup_1iazn_33{margin:.75rem 0 1rem}._radioLabel_1iazn_39{padding:.5rem}._radio_1iazn_39{width:18px;height:18px}._optionTitle_1iazn_61{font-size:.95rem}._optionDescription_1iazn_162{font-size:.85rem}._infoBox_1iazn_113{margin-top:1rem;padding:.75rem}._infoTitle_1iazn_122{font-size:.95rem;margin-bottom:.4rem}._infoText_1iazn_128{font-size:.9rem}}._container_r85ti_5{max-width:600px;margin:0 auto;padding:2rem}._header_r85ti_11{margin-bottom:2rem;text-align:center}._title_r85ti_16{margin:0 0 .5rem;font-size:1.8rem;color:var(--color-text-primary)}._subtitle_r85ti_22{margin:0;font-size:1rem;color:var(--color-text-secondary)}._errorBox_r85ti_28{padding:1rem;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;margin-bottom:1.5rem}._errorMessage_r85ti_36{margin:0;color:#721c24;font-weight:500}._form_r85ti_42{margin-bottom:2rem}._fieldset_r85ti_46{border:none;padding:0;margin:0;min-width:0}._fieldset_r85ti_46:disabled{opacity:.6;cursor:not-allowed}._formActions_r85ti_58{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}._submitButton_r85ti_66{flex:1;padding:.875rem 1.5rem;background-color:var(--primary-color, #007bff);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}._submitButton_r85ti_66:hover:not(:disabled){background-color:var(--primary-hover-color, #0056b3)}._submitButton_r85ti_66:disabled{opacity:.6;cursor:not-allowed}._spinner_r85ti_92{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:_spin_r85ti_92 .8s linear infinite}@keyframes _spin_r85ti_92{to{transform:rotate(360deg)}}._cancelButton_r85ti_107{padding:.875rem 1.5rem;background-color:var(--color-bg-subtle);color:var(--color-text-primary);border:1px solid var(--color-border-medium);border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._cancelButton_r85ti_107:hover:not(:disabled){background-color:#e8e8e8;border-color:var(--color-text-muted)}._cancelButton_r85ti_107:disabled{opacity:.6;cursor:not-allowed}._helpBox_r85ti_129{padding:1.5rem;background-color:var(--color-bg-subtle);border:1px solid #e0e0e0;border-radius:4px}._helpBox_r85ti_129 h3{margin:0 0 1rem;font-size:1rem;color:var(--color-text-primary)}._helpBox_r85ti_129 ul{margin:0;padding-left:1.5rem;list-style-type:disc}._helpBox_r85ti_129 li{margin-bottom:.75rem;color:var(--color-text-secondary);font-size:.95rem;line-height:1.5}._helpBox_r85ti_129 strong{color:var(--color-text-primary)}@media(max-width:768px){._container_r85ti_5{padding:1rem}._title_r85ti_16{font-size:1.5rem}._subtitle_r85ti_22{font-size:.95rem}._formActions_r85ti_58{flex-direction:column}._submitButton_r85ti_66,._cancelButton_r85ti_107{width:100%}._helpBox_r85ti_129{margin-top:1.5rem}._helpBox_r85ti_129 ul{padding-left:1.25rem}._helpBox_r85ti_129 li{font-size:.9rem}}._header_1h65c_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e0e0e0}._headerContent_1h65c_14{flex:1}._title_1h65c_18{margin:0 0 .5rem;font-size:1.8rem;color:var(--color-text-primary)}._sessionInfo_1h65c_24{margin:0;font-size:.95rem;color:var(--color-text-secondary)}._endButton_1h65c_30{padding:.75rem 1.5rem;background-color:var(--color-error-500);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.95rem;font-weight:600;transition:background-color .3s ease;white-space:nowrap;margin-left:1rem}._endButton_1h65c_30:hover:not(:disabled){background-color:#c0392b}._endButton_1h65c_30:disabled{opacity:.6;cursor:not-allowed}._endedBadge_1h65c_53{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--color-success-600) 0%,#059669 100%);color:#fff;border-radius:4px;font-size:.95rem;font-weight:600;white-space:nowrap;margin-left:1rem;box-shadow:0 2px 4px #10b98133}._checkIcon_1h65c_68{font-size:1.1rem;line-height:1}@media(max-width:768px){._header_1h65c_5{flex-direction:column;gap:1rem;align-items:flex-start}._title_1h65c_18{font-size:1.5rem}._endButton_1h65c_30{align-self:stretch;margin-left:0}._endedBadge_1h65c_53{align-self:stretch;margin-left:0;justify-content:center}}._timer_yk2ya_5{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;font-family:Courier New,monospace;letter-spacing:2px;color:#fffc;transition:color .3s ease}._timer_yk2ya_5._active_yk2ya_15{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.5)}@media(max-width:768px){._timer_yk2ya_5{font-size:1.5rem}}._waveform_pn7rn_5{margin:.5rem 0;padding:.5rem;background-color:#0000001a;border-radius:8px}._waveformContainer_pn7rn_12{display:flex;align-items:flex-end;justify-content:center;gap:.4rem;height:50px;opacity:.6;transition:opacity .3s ease}._waveformContainer_pn7rn_12._active_pn7rn_22{opacity:1}._bar_pn7rn_26{width:8px;background:linear-gradient(to top,#4ade80,var(--color-success-500));border-radius:2px;min-height:5%;transition:height .05s linear}@media(max-width:768px){._waveform_pn7rn_5{margin:.375rem 0;padding:.375rem}._waveformContainer_pn7rn_12{height:40px;gap:.3rem}._bar_pn7rn_26{width:6px}}._fileSize_hrbg4_5{font-size:.95rem;margin-bottom:.25rem;color:var(--color-text-tertiary);transition:color .3s ease}._fileSize_hrbg4_5._active_hrbg4_12{color:#fff;font-weight:500}@media(max-width:768px){._fileSize_hrbg4_5{font-size:.9rem}}._recordingArea_126bz_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:linear-gradient(135deg,var(--color-bg-subtle) 0%,var(--color-bg-hover) 100%);border-radius:12px;margin:.75rem 0;min-height:100px}._recordingBadge_126bz_14{display:flex;align-items:center;gap:.5rem;padding:.4rem .8rem;background:#ef44441a;border:2px solid var(--color-error-500);border-radius:24px;color:var(--color-error-500);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}._recordingDot_126bz_29{display:inline-block;width:8px;height:8px;background-color:var(--color-error-500);border-radius:50%;animation:_pulse_126bz_1 1.5s cubic-bezier(.4,0,.6,1) infinite}@keyframes _pulse_126bz_1{0%,to{opacity:1}50%{opacity:.5}}._sectionTitle_126bz_48{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);text-align:center;margin:0;letter-spacing:-.02em}._waveformContainer_126bz_57{width:100%;max-width:600px;padding:.5rem}._nextSectionPreview_126bz_63{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;background:#6366f11a;border-left:4px solid var(--color-primary-500);border-radius:6px;width:100%;max-width:400px}._previewLabel_126bz_76{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin:0;font-weight:600}._previewName_126bz_85{font-size:1rem;font-weight:600;color:var(--color-primary-500);margin:0}@media(max-width:768px){._recordingArea_126bz_1{gap:.5rem;padding:.625rem;min-height:90px}._sectionTitle_126bz_48{font-size:1.125rem}._waveformContainer_126bz_57,._nextSectionPreview_126bz_63{max-width:100%}}@media(max-width:480px){._recordingArea_126bz_1{gap:.375rem;padding:.5rem;min-height:80px}._recordingBadge_126bz_14{font-size:.75rem;padding:.375rem .75rem}._sectionTitle_126bz_48{font-size:1rem}}._sectionItem_1c5l8_1{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff0a;border-left:4px solid rgba(255,255,255,.1);border-radius:6px;transition:all .2s ease;cursor:default}._sectionItem_1c5l8_1:hover{background:#ffffff0f}._sectionItem_1c5l8_1._active_1c5l8_17{background:#6366f126;border-left-color:var(--color-primary-500)}._sectionItem_1c5l8_1._completed_1c5l8_22{background:#22c55e14;border-left-color:var(--color-success-500)}._sectionItem_1c5l8_1._failed_1c5l8_27{background:#ef444414;border-left-color:var(--color-error-500)}._sectionIndex_1c5l8_32{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#6366f133;color:var(--color-primary-500);font-weight:600;font-size:.875rem;flex-shrink:0}._sectionItem_1c5l8_1._completed_1c5l8_22 ._sectionIndex_1c5l8_32{background:#22c55e33;color:var(--color-success-500)}._sectionItem_1c5l8_1._active_1c5l8_17 ._sectionIndex_1c5l8_32{background:var(--color-primary-500);color:var(--color-text-primary);animation:_pulse_1c5l8_1 2s cubic-bezier(.4,0,.6,1) infinite}._sectionItem_1c5l8_1._failed_1c5l8_27 ._sectionIndex_1c5l8_32{background:#ef444433;color:var(--color-error-500)}@keyframes _pulse_1c5l8_1{0%,to{box-shadow:0 0 #6366f1b3}50%{box-shadow:0 0 0 10px #6366f100}}._sectionName_1c5l8_72{flex:1;color:var(--color-text-primary);font-weight:500;font-size:.95rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._sectionItem_1c5l8_1._completed_1c5l8_22 ._sectionName_1c5l8_72{color:var(--color-border-medium)}._statusContainer_1c5l8_87{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._completedIcon_1c5l8_94,._uploadingIcon_1c5l8_95,._failedIcon_1c5l8_96{font-size:1.1rem;display:flex;align-items:center;justify-content:center}._uploadingIcon_1c5l8_95{animation:_slideUp_1c5l8_1 1s ease-in-out infinite}@keyframes _slideUp_1c5l8_1{0%{transform:translateY(0);opacity:1}50%{transform:translateY(-4px);opacity:.7}to{transform:translateY(0);opacity:1}}._failedIcon_1c5l8_96{color:var(--color-error-500)}@media(max-width:480px){._sectionItem_1c5l8_1{padding:.75rem 1rem;gap:.75rem}._sectionIndex_1c5l8_32{width:28px;height:28px;font-size:.8rem}._sectionName_1c5l8_72{font-size:.875rem}._completedIcon_1c5l8_94,._uploadingIcon_1c5l8_95,._failedIcon_1c5l8_96{font-size:1rem}}._sectionList_fk6ig_1{padding:1.5rem;background:#ffffff05;border-radius:10px;margin-top:1.5rem}._sectionListTitle_fk6ig_8{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 1.25rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-border-medium)}._sectionItems_fk6ig_18{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto;padding-right:.5rem}._sectionItems_fk6ig_18::-webkit-scrollbar{width:6px}._sectionItems_fk6ig_18::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}._sectionItems_fk6ig_18::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._sectionItems_fk6ig_18::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._sectionItems_fk6ig_18{scrollbar-color:rgba(255,255,255,.2) rgba(255,255,255,.05);scrollbar-width:thin}@media(max-width:768px){._sectionList_fk6ig_1{padding:1rem;margin-top:1rem}._sectionListTitle_fk6ig_8{font-size:.9rem;margin-bottom:1rem}._sectionItems_fk6ig_18{max-height:250px;gap:.5rem}}@media(max-width:480px){._sectionList_fk6ig_1{padding:.75rem;margin-top:.75rem}._sectionListTitle_fk6ig_8{font-size:.85rem;margin-bottom:.75rem}._sectionItems_fk6ig_18{max-height:200px;gap:.5rem}}._controlButtonContainer_132d7_1{display:flex;justify-content:center;margin:1.5rem 0}._primaryButton_132d7_7{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;min-width:240px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:-.01em}._primaryButton_132d7_7:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}._primaryButton_132d7_7:not(:disabled):active{transform:translateY(0)}._primaryButton_132d7_7:disabled{opacity:.5;cursor:not-allowed}._nextSection_132d7_38{background:var(--color-primary-gradient);color:var(--color-text-primary)}._nextSection_132d7_38:not(:disabled):hover{background:linear-gradient(135deg,#818cf8,#a78bfa)}._endMeeting_132d7_47{background:linear-gradient(135deg,var(--color-error-500) 0%,var(--color-error-600) 100%);color:var(--color-text-primary)}._endMeeting_132d7_47:not(:disabled):hover{background:linear-gradient(135deg,#f87171,#ef5350)}._spinner_132d7_56{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--color-text-primary);border-radius:50%;animation:_spin_132d7_56 .8s linear infinite}@keyframes _spin_132d7_56{to{transform:rotate(360deg)}}@media(max-width:768px){._primaryButton_132d7_7{padding:.875rem 1.75rem;font-size:.95rem;min-width:220px}}@media(max-width:480px){._controlButtonContainer_132d7_1{margin:1rem 0}._primaryButton_132d7_7{padding:.75rem 1.5rem;font-size:.9rem;min-width:200px;gap:.5rem}._spinner_132d7_56{width:14px;height:14px;border-width:2px}}._errorBanner_1efim_1{display:flex;justify-content:center;margin:1rem 0;animation:_slideDown_1efim_1 .3s ease-out}@keyframes _slideDown_1efim_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._errorContent_1efim_19{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;max-width:600px;padding:1rem 1.25rem;background:linear-gradient(135deg,#ef44441a,#dc262614);border:1px solid rgba(239,68,68,.3);border-left:4px solid var(--color-error-500);border-radius:8px}._errorMessage_1efim_33{display:flex;align-items:flex-start;gap:1rem;flex:1;min-width:0}._errorIcon_1efim_41{display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}._errorText_1efim_49{display:flex;flex-direction:column;gap:.25rem;min-width:0}._errorTitle_1efim_56{margin:0;font-weight:600;font-size:.95rem;color:var(--color-error-500)}._sectionInfo_1efim_63{margin:0;font-weight:500;font-size:.85rem;color:var(--color-border-medium);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._errorDescription_1efim_73{margin:0;font-size:.85rem;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._errorActions_1efim_82{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._retryButton_1efim_89,._dismissButton_1efim_90{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}._retryButton_1efim_89{background:var(--color-error-500);color:var(--color-text-primary)}._retryButton_1efim_89:hover{background:var(--color-error-600);transform:translateY(-1px)}._retryButton_1efim_89:active{transform:translateY(0)}._dismissButton_1efim_90{background:#ffffff1a;color:var(--color-border-medium);width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center}._dismissButton_1efim_90:hover{background:#ffffff26;color:var(--color-text-primary)}._dismissButton_1efim_90:active{background:#ffffff1a}@media(max-width:768px){._errorContent_1efim_19{flex-direction:column;gap:.75rem}._errorMessage_1efim_33{width:100%;order:1}._errorActions_1efim_82{width:100%;order:2}}@media(max-width:480px){._errorContent_1efim_19{padding:.75rem 1rem;gap:.5rem}._errorIcon_1efim_41{font-size:1rem}._errorTitle_1efim_56{font-size:.9rem}._sectionInfo_1efim_63,._errorDescription_1efim_73{font-size:.8rem}._retryButton_1efim_89,._dismissButton_1efim_90{font-size:.8rem;padding:.4rem .8rem}._dismissButton_1efim_90{width:28px;height:28px}}._container_ikt2v_5{margin-top:1rem}._header_ikt2v_9{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._label_ikt2v_16{font-size:.875rem;font-weight:600;color:var(--color-primary-500)}._copyButton_ikt2v_22{padding:.25rem .5rem;background:transparent;border:1px solid var(--color-border-light);border-radius:4px;cursor:pointer;font-size:1rem;transition:all .2s ease}._copyButton_ikt2v_22:hover{background-color:#f3f4f6;border-color:var(--color-primary-500)}._copyButton_ikt2v_22:active{transform:scale(.95)}._textContent_ikt2v_41{padding:1rem;background-color:#f9fafb;border:1px solid var(--color-border-light);border-radius:6px;max-height:300px;overflow-y:auto}._textContent_ikt2v_41 p{margin:0;font-size:.875rem;line-height:1.6;color:#374151;white-space:pre-wrap;word-wrap:break-word}._placeholder_ikt2v_60,._inProgress_ikt2v_61,._loading_ikt2v_62,._error_ikt2v_63{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:6px;font-size:.875rem}._placeholder_ikt2v_60{background-color:#f3f4f6;color:var(--color-text-tertiary)}._inProgress_ikt2v_61,._loading_ikt2v_62{background-color:#eff6ff;color:#1e40af}._error_ikt2v_63{background-color:#fef2f2;color:#991b1b;flex-direction:column;align-items:flex-start}._icon_ikt2v_90{font-size:1.25rem}._spinner_ikt2v_94{display:inline-block;width:16px;height:16px;border:2px solid currentColor;border-radius:50%;border-top-color:transparent;animation:_spin_ikt2v_94 .8s linear infinite}@keyframes _spin_ikt2v_94{to{transform:rotate(360deg)}}._dots_ikt2v_110{animation:_dots_ikt2v_110 1.5s steps(4,end) infinite}@keyframes _dots_ikt2v_110{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}._retryButton_ikt2v_126{margin-top:.5rem;padding:.5rem 1rem;background-color:var(--color-error-500);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .2s ease}._retryButton_ikt2v_126:hover{background-color:var(--color-error-600)}@media(max-width:768px){._textContent_ikt2v_41{max-height:200px}}._container_co6qd_5{margin-top:.5rem;border:1px solid var(--color-border-light);border-radius:6px;overflow:hidden;background-color:var(--color-bg-card)}._header_co6qd_13{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;background-color:#fafafa;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}._header_co6qd_13:hover{background-color:#f3f4f6}._headerExpanded_co6qd_28{background-color:#f3f4f6;border-bottom:1px solid var(--color-border-light)}._headerLeft_co6qd_33{display:flex;align-items:center;gap:.5rem}._headerRight_co6qd_39{display:flex;align-items:center}._arrow_co6qd_44{display:inline-block;font-size:.625rem;color:var(--color-text-tertiary);transition:transform .2s ease}._arrowExpanded_co6qd_51{transform:rotate(90deg)}._actionName_co6qd_55{font-size:.875rem;font-weight:500;color:#374151}._badge_co6qd_62{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}._badgeNotStarted_co6qd_74{background-color:#f3f4f6;color:var(--color-text-tertiary)}._badgeInProgress_co6qd_79{background-color:#dbeafe;color:#1e40af}._badgeCompleted_co6qd_84{background-color:#d1fae5;color:#065f46}._badgeFailed_co6qd_89{background-color:#fee2e2;color:#991b1b}._content_co6qd_95{padding:1rem;animation:_slideDown_co6qd_1 .3s ease}@keyframes _slideDown_co6qd_1{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}._textHeader_co6qd_111{display:flex;justify-content:flex-end;margin-bottom:.5rem}._copyButton_co6qd_117{padding:.375rem .75rem;background-color:var(--color-primary-500);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.75rem;font-weight:500;transition:background-color .2s ease;display:flex;align-items:center;gap:.25rem}._copyButton_co6qd_117:hover{background-color:#4f46e5}._copyButton_co6qd_117:active{transform:scale(.95)}._textContent_co6qd_140{padding:1rem;background-color:#f9fafb;border:1px solid var(--color-border-light);border-radius:6px;max-height:250px;overflow-y:auto}._textContent_co6qd_140 p{margin:0;font-size:.875rem;line-height:1.6;color:#374151;white-space:pre-wrap;word-wrap:break-word}._placeholder_co6qd_159,._inProgress_co6qd_160,._loading_co6qd_161,._errorState_co6qd_162{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:6px;font-size:.875rem}._placeholder_co6qd_159{background-color:#f3f4f6;color:var(--color-text-tertiary)}._inProgress_co6qd_160,._loading_co6qd_161{background-color:#eff6ff;color:#1e40af}._errorState_co6qd_162{background-color:#fef2f2;color:#991b1b;flex-direction:column;align-items:flex-start}._icon_co6qd_189{font-size:1.25rem}._spinner_co6qd_193{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-radius:50%;border-top-color:transparent;animation:_spin_co6qd_193 .8s linear infinite}@keyframes _spin_co6qd_193{to{transform:rotate(360deg)}}._retryButton_co6qd_209{margin-top:.5rem;padding:.5rem 1rem;background-color:var(--color-error-500);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .2s ease}._retryButton_co6qd_209:hover{background-color:var(--color-error-600)}@media(max-width:768px){._header_co6qd_13{padding:.625rem .75rem}._actionName_co6qd_55{font-size:.8125rem}._badge_co6qd_62{font-size:.6875rem;padding:.1875rem .625rem}._textContent_co6qd_140{max-height:200px}}._container_e74hl_5{margin-bottom:1rem;border:1px solid var(--color-border-medium);border-radius:8px;overflow:hidden;background-color:var(--color-bg-card);box-shadow:0 1px 3px #0000000d}._header_e74hl_14{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;background-color:var(--color-bg-card);transition:background-color .2s ease;-webkit-user-select:none;user-select:none}._header_e74hl_14:hover{background-color:#f9fafb}._headerExpanded_e74hl_29{background-color:#f9fafb;border-bottom:2px solid var(--color-border-light)}._headerLeft_e74hl_34{display:flex;align-items:center;gap:.75rem}._headerRight_e74hl_40{display:flex;align-items:center}._arrow_e74hl_45{display:inline-block;font-size:.75rem;color:var(--color-primary-500);transition:transform .3s ease}._arrowExpanded_e74hl_52{transform:rotate(180deg)}._sectionNumber_e74hl_56{font-size:.875rem;font-weight:600;color:var(--color-text-tertiary)}._sectionName_e74hl_62{font-size:1rem;font-weight:600;color:#111827}._badge_e74hl_69{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:14px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}._badgeNotStarted_e74hl_81{background-color:#f3f4f6;color:var(--color-text-tertiary)}._badgeInProgress_e74hl_86{background-color:#dbeafe;color:#1e40af}._badgeCompleted_e74hl_91{background-color:#d1fae5;color:#065f46}._badgeFailed_e74hl_96{background-color:#fee2e2;color:#991b1b}._spinner_e74hl_101{display:inline-block;width:12px;height:12px;border:2px solid currentColor;border-radius:50%;border-top-color:transparent;animation:_spin_e74hl_101 .8s linear infinite}@keyframes _spin_e74hl_101{to{transform:rotate(360deg)}}._content_e74hl_118{padding:1.25rem;background-color:#fafafa;animation:_slideDown_e74hl_1 .3s ease}@keyframes _slideDown_e74hl_1{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}._actionsContainer_e74hl_135{margin-top:1.5rem}._actionsTitle_e74hl_139{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:var(--color-primary-500)}@media(max-width:768px){._header_e74hl_14{padding:.875rem 1rem}._headerLeft_e74hl_34{gap:.5rem}._sectionName_e74hl_62{font-size:.9375rem}._badge_e74hl_69{font-size:.6875rem;padding:.3125rem .75rem}._content_e74hl_118{padding:1rem}}@media(max-width:480px){._header_e74hl_14{padding:.75rem .875rem}._sectionName_e74hl_62{font-size:.875rem}._badge_e74hl_69{font-size:.625rem;padding:.25rem .625rem}}._container_16dc3_5{margin-top:2rem;background-color:var(--color-bg-card);border:1px solid var(--color-border-medium);border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d}._header_16dc3_14{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:var(--color-primary-gradient);color:#fff;border-bottom:2px solid rgba(255,255,255,.2)}._title_16dc3_24{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.01em}._stats_16dc3_31{display:flex;align-items:center;gap:1.5rem}._statItem_16dc3_37{display:flex;flex-direction:column;align-items:center;gap:.125rem}._statValue_16dc3_44{font-size:1.25rem;font-weight:700;line-height:1}._statLabel_16dc3_50{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;opacity:.9;font-weight:500}._sectionsContainer_16dc3_58{padding:1.5rem}._emptyState_16dc3_63{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}._emptyIcon_16dc3_72{font-size:3rem;margin-bottom:1rem;opacity:.5}._emptyState_16dc3_63 p{margin:0;font-size:.9375rem;color:var(--color-text-tertiary);font-weight:500}@media(max-width:768px){._header_16dc3_14{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 1.25rem}._title_16dc3_24{font-size:1rem}._stats_16dc3_31{gap:1rem;width:100%;justify-content:space-around}._statValue_16dc3_44{font-size:1.125rem}._statLabel_16dc3_50{font-size:.625rem}._sectionsContainer_16dc3_58{padding:1rem}}@media(max-width:480px){._header_16dc3_14{padding:.875rem 1rem}._stats_16dc3_31{gap:.75rem}._statValue_16dc3_44{font-size:1rem}._statLabel_16dc3_50{font-size:.5625rem}._sectionsContainer_16dc3_58{padding:.875rem}._emptyState_16dc3_63{padding:2rem 1rem}._emptyIcon_16dc3_72{font-size:2.5rem}._emptyState_16dc3_63 p{font-size:.875rem}}._container_1374u_5{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin:2rem 0;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border:2px dashed var(--color-primary-500)}._createButton_1374u_17{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--color-primary-gradient);color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #6366f133}._createButton_1374u_17:hover{transform:translateY(-2px);box-shadow:0 6px 12px #6366f14d;background:linear-gradient(135deg,#4f46e5 0%,var(--color-primary-600) 100%)}._createButton_1374u_17:active{transform:translateY(0);box-shadow:0 2px 4px #6366f133}._icon_1374u_44{font-size:1.25rem;line-height:1}._helpText_1374u_49{margin:0;font-size:.875rem;color:var(--color-text-tertiary);text-align:center}@media(max-width:768px){._container_1374u_5{padding:1.5rem;margin:1.5rem 0}._createButton_1374u_17{font-size:1rem;padding:.875rem 1.75rem}._helpText_1374u_49{font-size:.8125rem}}@media(max-width:480px){._container_1374u_5{padding:1rem}._createButton_1374u_17{font-size:.9375rem;padding:.75rem 1.5rem}}._container_1d808_5{padding:2rem;max-width:1000px;margin:0 auto}._header_1d808_11{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e0e0e0}._headerContent_1d808_20 h2,._title_1d808_21{margin:0 0 .5rem;font-size:1.8rem;color:var(--color-text-primary)}._sessionInfo_1d808_27{margin:0;font-size:.95rem;color:var(--color-text-secondary)}._endButton_1d808_33{padding:.75rem 1.5rem;background-color:var(--color-error-500);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.95rem;font-weight:600;transition:background-color .3s ease}._endButton_1d808_33:hover{background-color:#c0392b}._recordingArea_1d808_50{background:var(--color-primary-gradient);color:#fff;padding:3rem 2rem;border-radius:8px;margin-bottom:2rem;text-align:center}._recordingBadge_1d808_59{display:inline-flex;align-items:center;gap:.5rem;background-color:#e74c3c33;color:#ff6b6b;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;margin-bottom:1rem}._recordingDot_1d808_72{width:10px;height:10px;background-color:#ff6b6b;border-radius:50%;animation:_pulse_1d808_1 1s ease-in-out infinite}@keyframes _pulse_1d808_1{0%,to{opacity:1}50%{opacity:.5}}._sectionTitle_1d808_90{margin:0 0 1rem;font-size:2rem;font-weight:700}._timer_1d808_96{font-size:3rem;font-weight:700;margin-bottom:1rem;font-family:Courier New,monospace;letter-spacing:2px}._waveform_1d808_104{margin:2rem 0;padding:1rem;background-color:#0000001a;border-radius:8px}._waveformContainer_1d808_111{display:flex;align-items:flex-end;justify-content:center;gap:.4rem;height:80px}._bar_1d808_119{width:8px;background:linear-gradient(to top,#4ade80,var(--color-success-500));border-radius:2px;min-height:5%;transition:height .05s linear}._fileSize_1d808_127{font-size:.95rem;margin-bottom:1rem}._nextSectionPreview_1d808_132{margin-top:1.5rem;padding:1rem;background-color:#0000001a;border-left:3px solid #fbbf24;border-radius:4px}._previewLabel_1d808_140{margin:0 0 .5rem;font-size:.85rem;opacity:.8}._previewName_1d808_146{margin:0;font-size:1.1rem;font-weight:600}._uploadStatus_1d808_153{padding:1rem;margin-bottom:1.5rem;border-radius:4px;display:flex;align-items:center;gap:.5rem;font-weight:500}._uploadStatus_1d808_153._uploading_1d808_163{background-color:#e3f2fd;color:#1565c0;border-left:4px solid #1976d2}._uploadStatus_1d808_153._success_1d808_169{background-color:#e8f5e9;color:#2e7d32;border-left:4px solid var(--color-success-500)}._uploadStatus_1d808_153._failed_1d808_175{background-color:#ffebee;color:#c62828;border-left:4px solid #f44336}._uploadSpinner_1d808_181{width:16px;height:16px;border:2px solid currentColor;border-radius:50%;border-top-color:transparent;animation:_spin_1d808_1 .8s linear infinite}@keyframes _spin_1d808_1{to{transform:rotate(360deg)}}._errorBanner_1d808_197{padding:1rem;background-color:#fff3cd;border:1px solid var(--color-warning-500);border-radius:4px;color:#856404;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}._errorBanner_1d808_197 p{margin:0;font-weight:500}._retryButton_1d808_214{padding:.4rem 1rem;background-color:var(--color-warning-500);color:var(--color-text-primary);border:none;border-radius:3px;cursor:pointer;font-weight:600;font-size:.85rem;transition:background-color .3s ease}._retryButton_1d808_214:hover{background-color:#ffb300}._controls_1d808_231{display:flex;gap:1rem;margin-bottom:2rem}._primaryButton_1d808_237{flex:1;padding:1rem;background-color:var(--primary-color, #007bff);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s ease}._primaryButton_1d808_237:hover:not(:disabled){background-color:var(--primary-hover-color, #0056b3)}._primaryButton_1d808_237:disabled{opacity:.6;cursor:not-allowed}._sectionList_1d808_260{background-color:var(--color-bg-subtle);border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}._sectionListTitle_1d808_267{margin:0 0 1rem;font-size:1rem;color:var(--color-text-primary)}._sectionItems_1d808_273{display:grid;gap:.75rem}._sectionItem_1d808_273{display:flex;align-items:center;gap:1rem;padding:.75rem;background-color:var(--color-bg-card);border:1px solid var(--color-border-medium);border-radius:4px;transition:all .3s ease}._sectionItem_1d808_273._active_1d808_289{background-color:#e3f2fd;border-color:var(--primary-color, #007bff);font-weight:600}._sectionItem_1d808_273._completed_1d808_295{opacity:.7}._sectionIndex_1d808_299{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:var(--color-bg-subtle);border-radius:50%;font-size:.9rem;font-weight:600}._sectionItem_1d808_273._active_1d808_289 ._sectionIndex_1d808_299{background-color:var(--primary-color, #007bff);color:#fff}._sectionName_1d808_316{flex:1}._sectionStatus_1d808_320,._uploadingIcon_1d808_321{font-size:1rem}._error_1d808_197{padding:2rem;background-color:#fff3cd;border:1px solid var(--color-warning-500);border-radius:4px;color:#856404;text-align:center}._error_1d808_197 p{margin:0;font-weight:500}@media(max-width:768px){._container_1d808_5{padding:1rem}._header_1d808_11{flex-direction:column;gap:1rem;align-items:flex-start}._title_1d808_21{font-size:1.5rem}._recordingArea_1d808_50{padding:2rem 1.5rem}._sectionTitle_1d808_90{font-size:1.5rem}._timer_1d808_96{font-size:2rem}._controls_1d808_231{flex-direction:column}._errorBanner_1d808_197{flex-direction:column;gap:1rem;align-items:flex-start}}._errorContainer_1lazq_1{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:linear-gradient(135deg,var(--color-bg-subtle) 0%,var(--color-bg-hover) 100%)}._errorContent_1lazq_10{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:600px;padding:2rem;background:#ffffff08;border:1px solid rgba(239,68,68,.3);border-left:4px solid var(--color-error-500);border-radius:12px;text-align:center}._errorTitle_1lazq_24{font-size:1.75rem;font-weight:700;color:var(--color-error-500);margin:0;letter-spacing:-.02em}._errorMessage_1lazq_32{font-size:1rem;color:var(--color-border-medium);margin:0;line-height:1.5}._errorDetails_1lazq_39{width:100%;max-height:300px;overflow-y:auto;margin:0;background:#0003;border-radius:6px;padding:0}._errorDetails_1lazq_39 summary{padding:.75rem 1rem;cursor:pointer;font-weight:600;color:var(--color-text-muted);-webkit-user-select:none;user-select:none;transition:all .2s ease}._errorDetails_1lazq_39 summary:hover{background:#ffffff0d;color:var(--color-border-medium)}._errorDetails_1lazq_39 pre{margin:0;padding:1rem;background:#0000004d;border-radius:0 0 6px 6px;font-size:.75rem;color:#fca5a5;overflow-x:auto;line-height:1.4;white-space:pre-wrap;word-wrap:break-word}._resetButton_1lazq_76{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;border:none;border-radius:8px;background:linear-gradient(135deg,var(--color-error-500) 0%,var(--color-error-600) 100%);color:var(--color-text-primary);font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}._resetButton_1lazq_76:hover{background:linear-gradient(135deg,#f87171,#ef5350);transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}._resetButton_1lazq_76:active{transform:translateY(0)}@media(max-width:768px){._errorContainer_1lazq_1{min-height:auto}._errorContent_1lazq_10{padding:1.5rem;gap:1rem}._errorTitle_1lazq_24{font-size:1.5rem}._errorMessage_1lazq_32{font-size:.95rem}._errorDetails_1lazq_39{max-height:200px}._errorDetails_1lazq_39 pre{font-size:.7rem;padding:.75rem}}@media(max-width:480px){._errorContainer_1lazq_1{padding:.5rem}._errorContent_1lazq_10{padding:1rem;gap:.75rem}._errorTitle_1lazq_24{font-size:1.25rem}._errorMessage_1lazq_32{font-size:.9rem}._errorDetails_1lazq_39{max-height:150px}._errorDetails_1lazq_39 summary{padding:.5rem .75rem;font-size:.9rem}._errorDetails_1lazq_39 pre{font-size:.65rem;padding:.5rem}._resetButton_1lazq_76{width:100%;padding:.6rem 1.5rem;font-size:.95rem}}._container_1l089_5{padding:2rem;max-width:1200px;margin:0 auto;min-height:calc(100vh - 100px)}._loadingState_1l089_12{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;min-height:400px}._spinner_1l089_22{width:48px;height:48px;border:4px solid rgba(99,102,241,.2);border-top-color:var(--color-primary-500);border-radius:50%;animation:_spin_1l089_22 1s linear infinite}@keyframes _spin_1l089_22{to{transform:rotate(360deg)}}._loadingState_1l089_12 p{font-size:1rem;color:var(--color-border-medium);margin:0}._errorState_1l089_43{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;background:linear-gradient(135deg,#ef44441a,#dc262614);border:1px solid rgba(239,68,68,.3);border-left:4px solid var(--color-error-500);border-radius:10px;text-align:center}._errorMessage_1l089_56{color:#fca5a5;font-weight:500;margin:0;font-size:1rem}._errorActions_1l089_63{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}._retryButton_1l089_70{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;border:none;border-radius:8px;background:var(--color-primary-gradient);color:var(--color-text-primary);font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}._retryButton_1l089_70:hover:not(:disabled){background:linear-gradient(135deg,#818cf8,#a78bfa);transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}._retryButton_1l089_70:active:not(:disabled){transform:translateY(0)}._retryButton_1l089_70:disabled{opacity:.6;cursor:not-allowed;background:var(--color-primary-gradient)}@media(max-width:768px){._container_1l089_5{padding:1.5rem}._loadingState_1l089_12{min-height:300px;padding:2rem 1rem}._spinner_1l089_22{width:40px;height:40px;border-width:3px}._loadingState_1l089_12 p{font-size:.95rem}._errorState_1l089_43{padding:1.5rem;gap:1rem}._errorMessage_1l089_56{font-size:.9rem}._retryButton_1l089_70{padding:.65rem 1.5rem;font-size:.9rem}}@media(max-width:480px){._container_1l089_5{padding:1rem}._loadingState_1l089_12{min-height:250px;padding:1.5rem 1rem}._spinner_1l089_22{width:36px;height:36px}._loadingState_1l089_12 p{font-size:.9rem}._errorState_1l089_43{padding:1rem;gap:.75rem}._errorMessage_1l089_56{font-size:.85rem}._errorActions_1l089_63{width:100%}._retryButton_1l089_70{width:100%;padding:.6rem 1rem;font-size:.85rem}}._header_85phk_1{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem;background:linear-gradient(135deg,var(--color-bg-subtle) 0%,var(--color-bg-hover) 100%);border-radius:12px;margin-bottom:2rem}._headerContent_85phk_12{display:flex;flex-direction:column;gap:1.5rem;flex:1}._titleSection_85phk_19{display:flex;flex-direction:column;gap:.5rem}._title_85phk_19{font-size:2rem;font-weight:700;color:var(--color-text-primary);margin:0;letter-spacing:-.02em}._timestamp_85phk_33{font-size:.9rem;color:var(--color-text-muted);margin:0}._statsSection_85phk_39{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}._stat_85phk_39{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#6366f11a;border-left:3px solid var(--color-primary-500);border-radius:6px}._statLabel_85phk_55{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);font-weight:600}._statValue_85phk_63{font-size:1.1rem;font-weight:600;color:var(--color-primary-500)}._progressBarContainer_85phk_69{display:flex;align-items:center;gap:.75rem;margin-top:.25rem;height:24px}._progressBar_85phk_69{flex:1;height:6px;background:#6366f133;border-radius:3px;position:relative;overflow:hidden}._progressBar_85phk_69:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--color-primary-500) 0%,var(--color-primary-600) 100%);border-radius:3px;transition:width .3s ease}._progressText_85phk_98{font-size:.8rem;font-weight:600;color:var(--color-primary-500);min-width:40px;text-align:right}._backButton_85phk_106{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;background:#ffffff1a;color:var(--color-text-primary);font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}._backButton_85phk_106:hover{background:#ffffff26;transform:translate(-2px)}._backButton_85phk_106:active{transform:translate(0)}@media(max-width:1024px){._header_85phk_1{flex-direction:column;gap:1.5rem;padding:1.5rem}._title_85phk_19{font-size:1.75rem}._statsSection_85phk_39{grid-template-columns:repeat(2,1fr)}._backButton_85phk_106{width:100%;justify-content:center}}@media(max-width:768px){._header_85phk_1{padding:1rem;margin-bottom:1.5rem}._title_85phk_19{font-size:1.5rem}._timestamp_85phk_33{font-size:.85rem}._statsSection_85phk_39{grid-template-columns:1fr;gap:1rem}._stat_85phk_39{padding:.75rem}._statLabel_85phk_55{font-size:.7rem}._statValue_85phk_63{font-size:1rem}}@media(max-width:480px){._header_85phk_1{padding:.75rem;margin-bottom:1rem}._title_85phk_19{font-size:1.25rem}._timestamp_85phk_33{font-size:.8rem}._statsSection_85phk_39{gap:.75rem}._stat_85phk_39{padding:.5rem}._backButton_85phk_106{padding:.5rem 1rem;font-size:.9rem}}._indicator_pazro_1{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px;margin-bottom:1.5rem;transition:all .3s ease}._indicator_pazro_1._refreshing_pazro_13{background:#6366f11a;border-color:#6366f14d}._indicator_pazro_1._complete_pazro_18{background:#22c55e26;border-color:#22c55e66}._content_pazro_23{display:flex;align-items:center;gap:.75rem}._spinner_pazro_29{display:inline-block;width:14px;height:14px;border:2px solid rgba(99,102,241,.3);border-top-color:var(--color-primary-500);border-radius:50%;animation:_spin_pazro_29 .8s linear infinite}@keyframes _spin_pazro_29{to{transform:rotate(360deg)}}._dot_pazro_45{display:inline-block;width:8px;height:8px;background-color:var(--color-success-500);border-radius:50%;animation:_pulse_pazro_1 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes _pulse_pazro_1{0%,to{opacity:1}50%{opacity:.5}}._completeIcon_pazro_64{font-size:1rem;animation:_scaleIn_pazro_1 .4s ease-out}@keyframes _scaleIn_pazro_1{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}._text_pazro_80{font-size:.9rem;font-weight:500;color:var(--color-success-500);letter-spacing:-.01em}._indicator_pazro_1._refreshing_pazro_13 ._text_pazro_80{color:var(--color-primary-500)}._indicator_pazro_1._complete_pazro_18 ._text_pazro_80{color:var(--color-success-500)}@media(max-width:768px){._indicator_pazro_1{padding:.75rem 1rem;margin-bottom:1rem}._content_pazro_23{gap:.5rem}._text_pazro_80{font-size:.85rem}}@media(max-width:480px){._indicator_pazro_1{padding:.5rem .75rem;margin-bottom:.75rem}._spinner_pazro_29{width:12px;height:12px;border-width:1.5px}._dot_pazro_45{width:6px;height:6px}._text_pazro_80{font-size:.8rem}}._container_7m9xx_1{padding:1.5rem;background:#ffffff08;border:1px solid rgba(99,102,241,.2);border-left:4px solid var(--color-primary-500);border-radius:8px;transition:all .3s ease}._container_7m9xx_1._in\ progress_7m9xx_10{border-left-color:var(--color-warning-500);background:#f59e0b0d}._container_7m9xx_1._completed_7m9xx_15{border-left-color:var(--color-success-500);background:#22c55e0d}._container_7m9xx_1._failed_7m9xx_20{border-left-color:var(--color-error-500);background:#ef44440d}._container_7m9xx_1._not\ started_7m9xx_25{border-left-color:var(--color-text-muted);background:#9ca3af0d}._header_7m9xx_30{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}._title_7m9xx_38{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-border-medium);margin:0}._status_7m9xx_47{display:flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:#6366f126;border-radius:12px;font-size:.8rem;font-weight:600;color:var(--color-primary-500);white-space:nowrap}._status_7m9xx_47._in\ progress_7m9xx_10{background:#f59e0b26;color:var(--color-warning-500)}._status_7m9xx_47._completed_7m9xx_15{background:#22c55e26;color:var(--color-success-500)}._status_7m9xx_47._failed_7m9xx_20{background:#ef444426;color:var(--color-error-500)}._status_7m9xx_47._not\ started_7m9xx_25{background:#9ca3af26;color:var(--color-text-muted)}._spinner_7m9xx_80{display:inline-block;width:10px;height:10px;border:1.5px solid rgba(245,158,11,.3);border-top-color:var(--color-warning-500);border-radius:50%;animation:_spin_7m9xx_80 .8s linear infinite}@keyframes _spin_7m9xx_80{to{transform:rotate(360deg)}}._placeholderText_7m9xx_96{font-size:.9rem;color:var(--color-text-muted);margin:0;font-style:italic}._loadingState_7m9xx_103{display:flex;flex-direction:column;gap:.75rem}._shimmer_7m9xx_109{height:12px;background:linear-gradient(90deg,#6366f11a,#6366f133,#6366f11a);border-radius:4px;animation:_shimmer_7m9xx_109 1.5s ease-in-out infinite}._shimmerShort_7m9xx_121{height:12px;width:70%;background:linear-gradient(90deg,#6366f11a,#6366f133,#6366f11a);border-radius:4px;animation:_shimmer_7m9xx_109 1.5s ease-in-out infinite}@keyframes _shimmer_7m9xx_109{0%{background-position:-1000px 0}to{background-position:1000px 0}}._transcriptText_7m9xx_143{font-size:.95rem;line-height:1.6;color:var(--color-border-light);margin:0;white-space:pre-wrap;word-wrap:break-word}._errorState_7m9xx_152{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ef44441a;border-radius:4px}._errorMessage_7m9xx_161{font-size:.9rem;color:#fca5a5;margin:0}@media(max-width:768px){._container_7m9xx_1{padding:1rem}._header_7m9xx_30{flex-direction:column;align-items:flex-start}._status_7m9xx_47{align-self:flex-start}._transcriptText_7m9xx_143{font-size:.9rem}}@media(max-width:480px){._container_7m9xx_1{padding:.75rem}._title_7m9xx_38{font-size:.85rem}._status_7m9xx_47{font-size:.75rem;padding:.3rem .6rem}._transcriptText_7m9xx_143{font-size:.85rem;line-height:1.5}}._container_1g6wp_1{display:flex;flex-direction:column;gap:1rem}._title_1g6wp_7{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-border-medium);margin:0 0 .75rem}._actionsList_1g6wp_16{display:flex;flex-direction:column;gap:.75rem}._actionItem_1g6wp_22{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#ffffff08;border:1px solid rgba(99,102,241,.2);border-left:3px solid var(--color-primary-500);border-radius:6px;transition:all .2s ease}._actionItem_1g6wp_22:hover{background:#ffffff0d}._actionItem_1g6wp_22._completed_1g6wp_38{border-left-color:var(--color-success-500);background:#22c55e0d}._actionItem_1g6wp_22._in\ progress_1g6wp_43{border-left-color:var(--color-warning-500);background:#f59e0b0d}._actionItem_1g6wp_22._failed_1g6wp_48{border-left-color:var(--color-error-500);background:#ef44440d}._actionItem_1g6wp_22._not\ started_1g6wp_53{border-left-color:var(--color-text-muted);background:#9ca3af0d}._actionHeader_1g6wp_58{display:flex;align-items:flex-start;gap:.75rem}._statusIcon_1g6wp_64{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:1rem;flex-shrink:0}._spinner_1g6wp_74{display:inline-block;width:12px;height:12px;border:1.5px solid rgba(245,158,11,.3);border-top-color:var(--color-warning-500);border-radius:50%;animation:_spin_1g6wp_74 .8s linear infinite}@keyframes _spin_1g6wp_74{to{transform:rotate(360deg)}}._actionInfo_1g6wp_90{flex:1;display:flex;flex-direction:column;gap:.25rem}._actionId_1g6wp_97{font-size:.9rem;font-weight:600;color:var(--color-border-light);margin:0;word-break:break-word}._actionStatus_1g6wp_105{font-size:.8rem;color:var(--color-text-muted);margin:0}._actionResult_1g6wp_111{padding:.75rem;background:#22c55e1a;border-left:3px solid var(--color-success-500);border-radius:4px}._resultText_1g6wp_118{font-size:.85rem;line-height:1.5;color:#d1fae5;margin:0;white-space:pre-wrap;word-wrap:break-word}._actionError_1g6wp_127{padding:.75rem;background:#ef44441a;border-left:3px solid var(--color-error-500);border-radius:4px}._errorText_1g6wp_134{font-size:.85rem;line-height:1.5;color:#fca5a5;margin:0;white-space:pre-wrap;word-wrap:break-word}._empty_1g6wp_143{padding:1.5rem;text-align:center;background:#ffffff08;border:1px dashed rgba(156,163,175,.3);border-radius:6px}._empty_1g6wp_143 p{font-size:.9rem;color:var(--color-text-muted);margin:0}@media(max-width:768px){._actionItem_1g6wp_22{padding:.75rem;gap:.5rem}._actionId_1g6wp_97{font-size:.85rem}._resultText_1g6wp_118,._errorText_1g6wp_134{font-size:.8rem}}@media(max-width:480px){._actionItem_1g6wp_22{padding:.5rem}._title_1g6wp_7{font-size:.85rem}._actionStatus_1g6wp_105{font-size:.75rem}._resultText_1g6wp_118,._errorText_1g6wp_134{font-size:.75rem;line-height:1.4}}._container_c0dv5_1{border-radius:10px;background:#ffffff05;border:1px solid rgba(99,102,241,.2);overflow:hidden;transition:all .3s ease;margin-bottom:1rem}._container_c0dv5_1:hover{background:#ffffff0a;border-color:#6366f14d}._container_c0dv5_1._expanded_c0dv5_15{box-shadow:0 4px 12px #0000004d}._sectionHeader_c0dv5_19{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease}._sectionHeader_c0dv5_19:hover{background:linear-gradient(135deg,#6366f114,#8b5cf614)}._sectionHeader_c0dv5_19._hasErrors_c0dv5_35{background:linear-gradient(135deg,#ef44440d,#dc26260d)}._titleSection_c0dv5_39{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}._expandIcon_c0dv5_47{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--color-primary-500);font-size:.8rem;flex-shrink:0;transition:transform .2s ease}._collapsed_c0dv5_59 ._expandIcon_c0dv5_47{transform:rotate(-90deg)}._sectionInfo_c0dv5_63{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:0}._sectionName_c0dv5_71{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._sectionMeta_c0dv5_81{display:flex;align-items:center;gap:.75rem;margin:0;flex-wrap:wrap}._statusBadge_c0dv5_89{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;background:#6366f126;border-radius:10px;font-size:.75rem;font-weight:600;color:var(--color-primary-500);white-space:nowrap}._statusBadge_c0dv5_89._completed_c0dv5_102{background:#22c55e26;color:var(--color-success-500)}._statusBadge_c0dv5_89._in\ progress_c0dv5_107{background:#f59e0b26;color:var(--color-warning-500)}._statusBadge_c0dv5_89._failed_c0dv5_112{background:#ef444426;color:var(--color-error-500)}._statusBadge_c0dv5_89._not\ started_c0dv5_117{background:#9ca3af26;color:var(--color-text-muted)}._actionCount_c0dv5_122{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;background:#8b5cf626;border-radius:10px;font-size:.75rem;font-weight:600;color:var(--color-primary-600);white-space:nowrap}._errorIndicator_c0dv5_135{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ef444433;border-radius:6px;color:var(--color-error-500);font-weight:600;font-size:.85rem;flex-shrink:0}._content_c0dv5_148{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border-top:1px solid rgba(99,102,241,.15);animation:_slideDown_c0dv5_1 .2s ease-out}@keyframes _slideDown_c0dv5_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._transcriptSection_c0dv5_168,._actionsSection_c0dv5_173{display:flex;flex-direction:column}._emptyState_c0dv5_178{text-align:center;color:var(--color-text-muted);font-size:.9rem;padding:1rem;margin:0;background:#9ca3af0d;border-radius:6px}@media(max-width:768px){._sectionHeader_c0dv5_19{padding:1rem;gap:.75rem}._sectionName_c0dv5_71{font-size:.95rem}._sectionMeta_c0dv5_81{gap:.5rem}._statusBadge_c0dv5_89,._actionCount_c0dv5_122{padding:.25rem .5rem;font-size:.7rem}._content_c0dv5_148{padding:1rem;gap:1rem}}@media(max-width:480px){._sectionHeader_c0dv5_19{padding:.75rem}._titleSection_c0dv5_39{gap:.5rem}._sectionName_c0dv5_71{font-size:.9rem}._sectionMeta_c0dv5_81{gap:.35rem;font-size:.8rem}._statusBadge_c0dv5_89,._actionCount_c0dv5_122{padding:.2rem .4rem;font-size:.65rem}._errorIndicator_c0dv5_135{padding:.35rem .5rem;font-size:.75rem}._content_c0dv5_148{padding:.75rem;gap:.75rem}}._container_frjkq_5{padding:2rem;max-width:1200px;margin:0 auto;min-height:calc(100vh - 100px)}._loadingState_frjkq_12{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;min-height:400px}._spinner_frjkq_22{width:48px;height:48px;border:4px solid rgba(99,102,241,.2);border-top-color:var(--color-primary-500);border-radius:50%;animation:_spin_frjkq_22 1s linear infinite}@keyframes _spin_frjkq_22{to{transform:rotate(360deg)}}._loadingState_frjkq_12 p{font-size:1rem;color:var(--color-border-medium);margin:0}._errorState_frjkq_43{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;background:linear-gradient(135deg,#ef44441a,#dc262614);border:1px solid rgba(239,68,68,.3);border-left:4px solid var(--color-error-500);border-radius:10px;text-align:center}._errorMessage_frjkq_56{color:#fca5a5;font-weight:500;margin:0;font-size:1rem}._backButton_frjkq_63{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--color-primary-gradient);color:var(--color-text-primary);border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s ease}._backButton_frjkq_63:hover{background:linear-gradient(135deg,#818cf8,#a78bfa);transform:translateY(-2px)}._backButton_frjkq_63:active{transform:translateY(0)}._placeholderState_frjkq_87{padding:2rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:10px;text-align:center}._placeholderState_frjkq_87 h2{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .5rem}._placeholderState_frjkq_87 p{font-size:.95rem;color:var(--color-border-medium);margin:.5rem 0}._placeholderState_frjkq_87 button{margin-top:1rem;padding:.75rem 1.5rem;background:var(--color-primary-gradient);color:var(--color-text-primary);border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s ease}._placeholderState_frjkq_87 button:hover{background:linear-gradient(135deg,#818cf8,#a78bfa);transform:translateY(-2px)}._resultsContainer_frjkq_126{display:flex;flex-direction:column}._sectionsList_frjkq_131{display:flex;flex-direction:column;gap:0}._emptyResults_frjkq_137{padding:2rem;text-align:center;background:#9ca3af0d;border:1px dashed rgba(156,163,175,.3);border-radius:8px;color:var(--color-text-muted);font-size:.95rem}@media(max-width:768px){._container_frjkq_5{padding:1.5rem}._loadingState_frjkq_12{min-height:300px;padding:2rem 1rem}._spinner_frjkq_22{width:40px;height:40px;border-width:3px}._loadingState_frjkq_12 p{font-size:.95rem}._errorState_frjkq_43{padding:1.5rem;gap:1rem}._errorMessage_frjkq_56{font-size:.9rem}._backButton_frjkq_63{padding:.65rem 1.25rem;font-size:.9rem}}@media(max-width:480px){._container_frjkq_5{padding:1rem}._loadingState_frjkq_12{min-height:250px;padding:1.5rem 1rem}._spinner_frjkq_22{width:36px;height:36px}._loadingState_frjkq_12 p{font-size:.9rem}._errorState_frjkq_43{padding:1rem;gap:.75rem}._errorMessage_frjkq_56{font-size:.85rem}._backButton_frjkq_63{padding:.5rem 1rem;font-size:.85rem;width:100%}._placeholderState_frjkq_87{padding:1rem}._placeholderState_frjkq_87 h2{font-size:1.25rem}._placeholderState_frjkq_87 p{font-size:.9rem}._placeholderState_frjkq_87 button{width:100%;padding:.6rem 1rem;font-size:.85rem}}._container_fdysh_1{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;margin-bottom:1rem;background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:.5rem;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}._container_fdysh_1:hover{box-shadow:0 4px 12px #0000001a;border-color:var(--color-border-medium)}._content_fdysh_19{flex:1;min-width:0}._header_fdysh_24{display:flex;align-items:baseline;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}._name_fdysh_32{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin:0;flex:1;min-width:200px;word-break:break-word}._date_fdysh_42{font-size:.9rem;color:var(--color-text-tertiary);white-space:nowrap}._details_fdysh_48{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;font-size:.9rem}._template_fdysh_56,._duration_fdysh_57,._status_fdysh_58{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-secondary)}._template_fdysh_56{color:var(--color-primary-500)}._duration_fdysh_57{color:var(--color-primary-600)}._status_fdysh_58{color:var(--color-warning-500)}._actions_fdysh_77{display:flex;gap:.75rem;margin-left:1.5rem;flex-shrink:0}._viewButton_fdysh_84,._deleteButton_fdysh_85{padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._viewButton_fdysh_84{background:var(--color-primary-gradient);color:#fff;border:1px solid transparent}._viewButton_fdysh_84:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._viewButton_fdysh_84:active{transform:translateY(0)}._deleteButton_fdysh_85{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}._deleteButton_fdysh_85:hover{background:#fecaca;border-color:#f87171}._deleteButton_fdysh_85:active{background:#fca5a5}@media(max-width:768px){._container_fdysh_1{flex-direction:column;align-items:flex-start;gap:1rem}._header_fdysh_24{width:100%;flex-direction:column;gap:.5rem;margin-bottom:.5rem}._name_fdysh_32{font-size:1rem;min-width:auto;width:100%}._date_fdysh_42{display:block;width:100%}._details_fdysh_48{width:100%;flex-direction:column;align-items:flex-start;gap:.5rem}._actions_fdysh_77{width:100%;margin-left:0;gap:.5rem}._viewButton_fdysh_84,._deleteButton_fdysh_85{flex:1;padding:.625rem .75rem}}@media(max-width:480px){._container_fdysh_1{padding:1rem;margin-bottom:.75rem}._name_fdysh_32{font-size:.95rem}._details_fdysh_48{font-size:.85rem}._viewButton_fdysh_84,._deleteButton_fdysh_85{font-size:.8rem;padding:.5rem}}._container_1u8d9_1{display:flex;flex-direction:column;gap:1rem}._noResults_1u8d9_7{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}._noResultsText_1u8d9_15{font-size:1.1rem;color:var(--color-text-tertiary);margin:0}._overlay_1r9c5_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_1r9c5_1 .2s ease}@keyframes _fadeIn_1r9c5_1{0%{opacity:0}to{opacity:1}}._modal_1r9c5_25{background:var(--color-bg-card);border-radius:.75rem;box-shadow:0 20px 25px -5px #0003;max-width:1200px;width:90%;max-height:90vh;display:flex;flex-direction:column;animation:_slideUp_1r9c5_1 .3s ease}@keyframes _slideUp_1r9c5_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._header_1r9c5_48{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border-light)}._title_1r9c5_56{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin:0}._closeButton_1r9c5_63{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text-tertiary);padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s ease}._closeButton_1r9c5_63:hover{background:#f3f4f6;color:var(--color-text-primary)}._content_1r9c5_84{flex:1;overflow-y:auto;padding:1.5rem;max-height:calc(90vh - 180px)}._loading_1r9c5_91{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;color:var(--color-text-tertiary)}._spinner_1r9c5_101{width:2.5rem;height:2.5rem;border:3px solid var(--color-border-light);border-top-color:var(--color-primary-500);border-radius:50%;animation:_spin_1r9c5_101 .8s linear infinite}@keyframes _spin_1r9c5_101{to{transform:rotate(360deg)}}._details_1r9c5_116{display:flex;flex-direction:column;gap:1.5rem}._resultsSection_1r9c5_122{margin-bottom:0}._detailsAccordion_1r9c5_127{margin-top:1.5rem;border:1px solid var(--color-border-light);border-radius:8px;overflow:hidden;background:var(--color-bg-card)}._accordionHeader_1r9c5_135{width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--color-bg-subtle);border:none;cursor:pointer;transition:background-color .2s ease;font-family:inherit;text-align:left}._accordionHeader_1r9c5_135:hover{background:var(--color-bg-hover)}._accordionIcon_1r9c5_153{font-size:.875rem;color:var(--color-text-secondary);transition:transform .2s ease;flex-shrink:0}._accordionTitle_1r9c5_160{font-size:1rem;font-weight:600;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.05em}._accordionContent_1r9c5_168{padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem;animation:_slideDown_1r9c5_1 .2s ease}@keyframes _slideDown_1r9c5_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._detailRow_1r9c5_188{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}._emptyResults_1r9c5_194{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:var(--color-text-tertiary);text-align:center}._emptyIcon_1r9c5_204{font-size:3rem;margin-bottom:1rem;opacity:.5}._detailGroup_1r9c5_210{display:flex;flex-direction:column;gap:.5rem;min-width:0}._label_1r9c5_217{font-size:.875rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}._value_1r9c5_225{font-size:1rem;color:var(--color-text-primary);margin:0;word-break:break-word}._valueCode_1r9c5_232{font-size:.85rem;color:var(--color-text-tertiary);margin:0;font-family:Courier New,monospace;background:#f3f4f6;padding:.5rem;border-radius:.375rem;word-break:break-all}._error_1r9c5_243{color:var(--color-error-600);text-align:center;padding:1rem}._footer_1r9c5_249{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid var(--color-border-light)}._closeModalButton_1r9c5_257{padding:.75rem 1.5rem;background:var(--color-primary-gradient);color:#fff;border:none;border-radius:.375rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}._closeModalButton_1r9c5_257:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._closeModalButton_1r9c5_257:active{transform:translateY(0)}@media(max-width:640px){._modal_1r9c5_25{border-radius:.5rem}._header_1r9c5_48{padding:1rem}._title_1r9c5_56{font-size:1.25rem}._content_1r9c5_84,._footer_1r9c5_249{padding:1rem}._detailRow_1r9c5_188{grid-template-columns:1fr;gap:1rem}._accordionContent_1r9c5_168{padding:1rem}}._overlay_48uef_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_48uef_15{background:var(--color-bg-card);border-radius:.5rem;box-shadow:0 10px 40px #0003;max-width:450px;width:100%;overflow:hidden}._header_48uef_24{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-border-light);gap:1rem}._header_48uef_24 h2{margin:0;font-size:1.25rem;color:var(--color-text-primary)}._closeButton_48uef_39{background:none;border:none;font-size:1.75rem;cursor:pointer;color:var(--color-text-muted);padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0}._closeButton_48uef_39:hover:not(:disabled){color:var(--color-text-primary)}._closeButton_48uef_39:disabled{cursor:not-allowed;opacity:.5}._content_48uef_64{padding:2rem 1.5rem;text-align:center}._icon_48uef_69{font-size:2.5rem;margin-bottom:1rem}._message_48uef_74{font-size:1rem;color:var(--color-text-primary);margin:0 0 .75rem;line-height:1.5}._message_48uef_74 strong{color:var(--color-error-500)}._warning_48uef_85{font-size:.9rem;color:var(--color-error-500);margin:0;font-weight:500}._actions_48uef_92{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid var(--color-border-light);justify-content:flex-end}._button_48uef_100{padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:110px}._danger_48uef_112{background-color:var(--color-error-500);color:#fff}._danger_48uef_112:hover:not(:disabled){background-color:#ff3838;transform:translateY(-2px);box-shadow:0 4px 12px #ff475766}._danger_48uef_112:disabled{opacity:.7;cursor:not-allowed}._warning_48uef_85{background-color:var(--color-warning-500);color:#fff}._warning_48uef_85:hover:not(:disabled){background-color:#ff9000;transform:translateY(-2px);box-shadow:0 4px 12px #ffa50266}._warning_48uef_85:disabled{opacity:.7;cursor:not-allowed}._primary_48uef_146{background-color:var(--color-primary-600);color:#fff}._primary_48uef_146:hover:not(:disabled){background-color:#4c1fb8;transform:translateY(-2px);box-shadow:0 4px 12px #5f27cd66}._primary_48uef_146:disabled{opacity:.7;cursor:not-allowed}._secondary_48uef_163{background:var(--color-bg-card);color:var(--color-text-secondary);border:1px solid var(--color-border-medium)}._secondary_48uef_163:hover:not(:disabled){background:var(--color-bg-subtle)}._secondary_48uef_163:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._actions_48uef_92{flex-direction:column-reverse}._button_48uef_100{width:100%}}._container_t127n_1{max-width:1200px;margin:0 auto;padding:2rem 1rem}._header_t127n_7{margin-bottom:2.5rem}._title_t127n_11{font-size:2rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .5rem}._subtitle_t127n_18{font-size:.95rem;color:var(--color-text-tertiary);margin:0}._searchSection_t127n_24{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}._searchForm_t127n_32{display:flex;align-items:center;flex:1;min-width:250px;position:relative}._searchInput_t127n_40{flex:1;padding:.75rem 1rem;border:1px solid var(--color-border-medium);border-radius:.5rem;font-size:.95rem;color:var(--color-text-primary);transition:all .2s ease}._searchInput_t127n_40::placeholder{color:var(--color-text-muted)}._searchInput_t127n_40:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px #667eea1a}._clearButton_t127n_60{position:absolute;right:.75rem;background:none;border:none;font-size:1.2rem;color:var(--color-text-muted);cursor:pointer;padding:.25rem .5rem;transition:color .2s ease}._clearButton_t127n_60:hover{color:var(--color-text-tertiary)}._resultCount_t127n_76{display:flex;align-items:center}._resultText_t127n_81{font-size:.9rem;color:var(--color-text-tertiary);background:#f3f4f6;padding:.5rem 1rem;border-radius:.375rem}._content_t127n_89{min-height:400px}._loadingState_t127n_94{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;color:var(--color-text-tertiary)}._spinner_t127n_104{width:3rem;height:3rem;border:4px solid var(--color-border-light);border-top-color:var(--color-primary-500);border-radius:50%;animation:_spin_t127n_104 .8s linear infinite}@keyframes _spin_t127n_104{to{transform:rotate(360deg)}}._loadingText_t127n_119{font-size:1rem;margin:0}._errorState_t127n_125{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:3rem 2rem;background:#fef2f2;border:1px solid #fee2e2;border-radius:.5rem}._errorText_t127n_137{font-size:1rem;color:#991b1b;margin:0}._retryButton_t127n_143{padding:.75rem 1.5rem;background:var(--color-primary-gradient);color:#fff;border:none;border-radius:.375rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}._retryButton_t127n_143:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._retryButton_t127n_143:active{transform:translateY(0)}._emptyState_t127n_165{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;text-align:center}._emptyIcon_t127n_175{font-size:3.5rem;margin:0;line-height:1}._emptyText_t127n_181{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0}._emptySubtext_t127n_188{font-size:.95rem;color:var(--color-text-tertiary);margin:0}@media(max-width:768px){._container_t127n_1{padding:1.5rem 1rem}._title_t127n_11{font-size:1.75rem}._header_t127n_7{margin-bottom:1.5rem}._searchSection_t127n_24{flex-direction:column}._searchForm_t127n_32{width:100%;min-width:auto}._resultCount_t127n_76{width:100%}._resultText_t127n_81{width:100%;text-align:center}._loadingState_t127n_94,._errorState_t127n_125,._emptyState_t127n_165{padding:2rem 1rem}._emptyIcon_t127n_175{font-size:3rem}._emptyText_t127n_181{font-size:1.1rem}}@media(max-width:480px){._container_t127n_1{padding:1rem}._title_t127n_11{font-size:1.5rem}._subtitle_t127n_18{font-size:.9rem}._searchInput_t127n_40{font-size:.9rem;padding:.625rem .75rem}._resultText_t127n_81{font-size:.85rem;padding:.5rem .75rem}}._container_115qt_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;gap:1rem}._spinner_115qt_10{width:40px;height:40px;border:4px solid #e9ecef;border-top:4px solid var(--color-primary-500);border-radius:50%;animation:_spin_115qt_10 1s linear infinite}@keyframes _spin_115qt_10{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._message_115qt_28{font-size:1rem;color:var(--color-text-secondary);margin:0}._container_13hfy_1{display:flex;align-items:center;justify-content:center;padding:3rem 2rem}._errorBox_13hfy_8{background:#fff5f5;border:2px solid var(--color-error-500);border-radius:.5rem;padding:2rem;max-width:500px;text-align:center}._errorIcon_13hfy_17{font-size:2.5rem;color:var(--color-error-500);margin-bottom:1rem}._errorTitle_13hfy_23{font-size:1.25rem;font-weight:600;color:var(--color-error-500);margin:0 0 .75rem}._errorMessage_13hfy_30{font-size:.95rem;color:var(--color-text-secondary);margin:0 0 1.5rem;line-height:1.5}._retryButton_13hfy_37{background:var(--color-primary-gradient);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}._retryButton_13hfy_37:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._retryButton_13hfy_37:active{transform:translateY(0)}._container_txk95_1{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;min-height:400px}._emptyBox_txk95_9{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:.5rem;padding:3rem 2rem;max-width:500px;text-align:center}._emptyIcon_txk95_17{font-size:3rem;margin-bottom:1rem}._emptyTitle_txk95_22{font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin:0 0 1rem}._emptyMessage_txk95_29{font-size:.95rem;color:var(--color-text-secondary);margin:0 0 2rem;line-height:1.6}._createButton_txk95_36{background:var(--color-primary-gradient);color:#fff;border:none;padding:.85rem 2rem;border-radius:.375rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}._createButton_txk95_36:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._createButton_txk95_36:active{transform:translateY(0)}._container_anidy_1{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;border-bottom:1px solid var(--color-border-light);transition:background-color .2s ease}._container_anidy_1:hover{background-color:#fafbfc}._container_anidy_1:last-child{border-bottom:none}._content_anidy_19{flex:1;min-width:0}._header_anidy_24{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}._name_anidy_32{margin:0;font-size:1rem;font-weight:600;color:var(--color-text-primary);word-break:break-word}._typeBadge_anidy_40{display:inline-block;background:var(--color-primary-gradient);color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:500;text-transform:capitalize;white-space:nowrap}._text_anidy_52{margin:0;font-size:.9rem;color:var(--color-text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._actions_anidy_63{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end;flex-shrink:0}._button_anidy_71{padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._secondary_anidy_82{background:var(--color-bg-card);color:var(--color-primary-500);border:1px solid var(--color-primary-500)}._secondary_anidy_82:hover{background:var(--color-primary-500);color:#fff}._danger_anidy_93{background:var(--color-bg-card);color:var(--color-error-500);border:1px solid var(--color-error-500)}._danger_anidy_93:hover{background:var(--color-error-500);color:#fff}._button_anidy_71:active{transform:scale(.98)}@media(max-width:768px){._container_anidy_1{flex-direction:column;align-items:stretch}._header_anidy_24{flex-direction:column;align-items:flex-start}._actions_anidy_63{justify-content:flex-start}._button_anidy_71{flex:1;text-align:center}}._container_1xppm_1{border:1px solid var(--color-border-light);border-radius:.5rem;overflow:hidden;background:var(--color-bg-card)}._noResults_1xppm_8{padding:2rem;text-align:center;color:var(--color-text-muted)}._noResults_1xppm_8 p{margin:.5rem 0;font-size:.95rem}._hint_1xppm_19{font-size:.85rem;color:#bbb}@media(max-width:768px){._container_1xppm_1{border:none;border-radius:0}}._container_1uh3w_1{display:flex;flex-direction:column;margin-bottom:1.25rem}._label_1uh3w_7{font-size:.875rem;font-weight:500;color:var(--color-text-primary);margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}._required_1uh3w_17{color:var(--color-error-500);font-weight:700}._select_1uh3w_22{padding:.75rem;border:1px solid var(--color-border-medium);border-radius:.375rem;font-size:1rem;transition:all .2s ease;font-family:inherit;background-color:var(--color-bg-card);cursor:pointer}._select_1uh3w_22:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px #667eea1a}._select_1uh3w_22:disabled{background-color:var(--color-bg-subtle);cursor:not-allowed;opacity:.6}._selectError_1uh3w_45{border-color:var(--color-error-500)}._selectError_1uh3w_45:focus{border-color:var(--color-error-500);box-shadow:0 0 0 3px #ff47571a}._error_1uh3w_54{font-size:.75rem;color:var(--color-error-500);margin-top:.375rem;display:flex;align-items:center;gap:.25rem}._container_1q4aa_1{display:flex;flex-direction:column;margin-bottom:1.25rem}._label_1q4aa_7{font-size:.875rem;font-weight:500;color:var(--color-text-primary);margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}._required_1q4aa_17{color:var(--color-error-500);font-weight:700}._textarea_1q4aa_22{padding:.75rem;border:1px solid var(--color-border-medium);border-radius:.375rem;font-size:1rem;transition:all .2s ease;font-family:inherit;resize:vertical;min-height:150px}._textarea_1q4aa_22:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px #667eea1a}._textarea_1q4aa_22:disabled{background-color:var(--color-bg-subtle);cursor:not-allowed;opacity:.6}._textareaError_1q4aa_45{border-color:var(--color-error-500)}._textareaError_1q4aa_45:focus{border-color:var(--color-error-500);box-shadow:0 0 0 3px #ff47571a}._error_1q4aa_54{font-size:.75rem;color:var(--color-error-500);margin-top:.375rem;display:flex;align-items:center;gap:.25rem}._overlay_16o2t_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_16o2t_15{background:var(--color-bg-card);border-radius:.5rem;box-shadow:0 10px 40px #0003;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}._header_16o2t_25{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-border-light);gap:1rem}._header_16o2t_25 h2{margin:0;font-size:1.25rem;color:var(--color-text-primary)}._closeButton_16o2t_40{background:none;border:none;font-size:1.75rem;cursor:pointer;color:var(--color-text-muted);padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0}._closeButton_16o2t_40:hover:not(:disabled){color:var(--color-text-primary)}._closeButton_16o2t_40:disabled{cursor:not-allowed;opacity:.5}._form_16o2t_65{padding:1.5rem}._errorMessage_16o2t_69{background-color:#fff5f5;border:1px solid var(--color-error-500);color:var(--color-error-500);padding:.75rem;border-radius:.375rem;margin-bottom:1rem;font-size:.9rem}._formRow_16o2t_79{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:0}._col_16o2t_86{width:100%}._actions_16o2t_90{display:flex;gap:1rem;margin-top:1.5rem;justify-content:flex-end}._button_16o2t_97{padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}._primary_16o2t_108{background:var(--color-primary-gradient);color:#fff}._primary_16o2t_108:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._primary_16o2t_108:disabled{opacity:.7;cursor:not-allowed}._secondary_16o2t_123{background:var(--color-bg-card);color:var(--color-text-secondary);border:1px solid var(--color-border-medium)}._secondary_16o2t_123:hover:not(:disabled){background:var(--color-bg-subtle)}._secondary_16o2t_123:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._formRow_16o2t_79{grid-template-columns:1fr}._modal_16o2t_15{max-width:90vw}._actions_16o2t_90{flex-direction:column-reverse}._button_16o2t_97{width:100%}}._container_29ezb_1{max-width:1200px;margin:0 auto;padding:2rem 1rem}._header_29ezb_7{margin-bottom:2rem}._title_29ezb_11{font-size:2rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .5rem}._subtitle_29ezb_18{font-size:.95rem;color:var(--color-text-secondary);margin:0}._searchSection_29ezb_24{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;align-items:center}._searchForm_29ezb_32{display:flex;gap:.5rem;flex:1;min-width:300px}._searchInput_29ezb_39{flex:1;padding:.75rem 1rem;border:1px solid var(--color-border-medium);border-radius:.375rem;font-size:.95rem;font-family:inherit;transition:all .2s ease}._searchInput_29ezb_39:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px #667eea1a}._searchButton_29ezb_55{padding:.75rem 1.5rem;background:var(--color-bg-card);color:var(--color-primary-500);border:1px solid var(--color-primary-500);border-radius:.375rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}._searchButton_29ezb_55:hover{background:var(--color-primary-500);color:#fff}._createButton_29ezb_72{padding:.75rem 1.5rem;background:var(--color-primary-gradient);color:#fff;border:none;border-radius:.375rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}._createButton_29ezb_72:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._createButton_29ezb_72:active{transform:translateY(0)}._content_29ezb_94{min-height:300px}@media(max-width:768px){._container_29ezb_1{padding:1rem}._title_29ezb_11{font-size:1.5rem}._searchSection_29ezb_24{flex-direction:column;gap:1rem}._searchForm_29ezb_32{width:100%;min-width:unset}._searchInput_29ezb_39,._searchButton_29ezb_55,._createButton_29ezb_72{width:100%}}._container_176i6_1{width:100%;max-width:1000px;margin:0 auto;padding:2rem 1rem}._header_176i6_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}._title_176i6_17{font-size:2rem;font-weight:600;color:var(--color-text-primary);margin:0}._createButton_176i6_24{padding:.75rem 1.5rem;background:var(--color-primary-gradient);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:transform .2s,box-shadow .2s}._createButton_176i6_24:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed66}._createButton_176i6_24:active{transform:translateY(0)}._emptyState_176i6_45{text-align:center;padding:3rem 1rem;color:var(--color-text-secondary)}._emptyState_176i6_45 p{font-size:1.1rem}._templatesList_176i6_55{display:flex;flex-direction:column;gap:1rem}._templateItem_176i6_61{border:1px solid var(--color-border-light);border-radius:.5rem;overflow:hidden;background:var(--color-bg-card)}._templateHeader_176i6_68{display:flex;align-items:center;padding:1rem;background:#f9fafb;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}._templateHeader_176i6_68:hover{background:#f3f4f6}._expandIcon_176i6_82{display:inline-flex;align-items:center;margin-right:.75rem;font-size:.8rem;color:var(--color-text-secondary);min-width:1.5rem}._templateName_176i6_91{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin:0}._templateContent_176i6_98{padding:1rem;border-top:1px solid var(--color-border-light)}._sectionItem_176i6_103{margin-bottom:1rem;border-left:3px solid #a855f7;padding-left:1rem}._sectionHeader_176i6_109{display:flex;align-items:center;padding:.75rem 0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s}._sectionHeader_176i6_109:hover{color:var(--color-primary-600)}._sectionName_176i6_122{font-weight:500;color:#555}._sectionContent_176i6_127{padding:.75rem 0 0}._actionsLabel_176i6_131{font-size:.9rem;font-weight:600;color:var(--color-text-secondary);margin:.5rem 0}._actionsList_176i6_138{list-style:none;padding:0;margin:.5rem 0 0}._actionItem_176i6_144{font-size:.9rem;color:#555;padding:.25rem 0;margin:.25rem 0}._actionItem_176i6_144 strong{color:var(--color-primary-600);font-weight:600}._templateActions_176i6_156{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border-light)}._editButton_176i6_164,._deleteButton_176i6_165{padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}._editButton_176i6_164{background:#3b82f6;color:#fff}._editButton_176i6_164:hover{background:#2563eb}._deleteButton_176i6_165{background:var(--color-error-500);color:#fff}._deleteButton_176i6_165:hover{background:var(--color-error-600)}@media(max-width:640px){._header_176i6_8{flex-direction:column;align-items:stretch}._createButton_176i6_24{width:100%}._title_176i6_17{font-size:1.5rem}}._actionRow_rg5zq_1{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#f9fafb;border:1px solid var(--color-border-light);border-radius:.375rem;transition:background .2s}._actionRow_rg5zq_1:hover{background:#f3f4f6}._actionDisplay_rg5zq_16{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}._actionDot_rg5zq_24{color:#a855f7;font-weight:700;flex-shrink:0}._actionType_rg5zq_30{font-size:.9rem;font-weight:600;color:var(--color-primary-600);flex-shrink:0}._actionColon_rg5zq_37{color:var(--color-text-muted);flex-shrink:0}._actionName_rg5zq_42{font-size:.9rem;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._actionButtons_rg5zq_50{display:flex;gap:.5rem;flex-shrink:0;margin-left:1rem}._actionButton_rg5zq_50{padding:.4rem .6rem;background:var(--color-bg-card);border:1px solid var(--color-border-medium);border-radius:.375rem;font-size:1rem;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center}._actionButton_rg5zq_50:hover:not(:disabled){background:#f0f9ff;border-color:#93c5fd;transform:scale(1.1)}._actionButton_rg5zq_50:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._actionRow_rg5zq_1{flex-wrap:wrap;gap:.5rem}._actionDisplay_rg5zq_16{width:100%;margin-bottom:.5rem}._actionButtons_rg5zq_50{width:100%;margin-left:0;justify-content:space-between}._actionButton_rg5zq_50{flex:1}}._modalOverlay_1y03o_1{display:flex;align-items:center;justify-content:center;position:fixed;inset:0;background:#00000080;z-index:1000;padding:1rem}._modalContent_1y03o_15{display:flex;flex-direction:column;width:100%;max-width:600px;max-height:90vh;background:var(--color-bg-card);border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden}._modalHeader_1y03o_27{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border-light);background:#f9fafb}._modalTitle_1y03o_36{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0}._closeButton_1y03o_43{padding:.5rem;background:transparent;border:none;font-size:1.5rem;color:var(--color-text-muted);cursor:pointer;transition:color .2s}._closeButton_1y03o_43:hover{color:var(--color-text-primary)}._form_1y03o_57{flex:1;overflow-y:auto;padding:1.5rem}._formGroup_1y03o_63{margin-bottom:1.5rem}._label_1y03o_67{display:block;font-size:.9rem;font-weight:600;color:#555;margin-bottom:.5rem}._required_1y03o_75{color:var(--color-error-500)}._hint_1y03o_79{font-size:.8rem;color:var(--color-text-muted);margin-top:.375rem;font-style:italic}._select_1y03o_86,._input_1y03o_87,._textarea_1y03o_88{width:100%;padding:.625rem;border:1px solid var(--color-border-medium);border-radius:.375rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}._select_1y03o_86:focus,._input_1y03o_87:focus,._textarea_1y03o_88:focus{outline:none;border-color:var(--color-primary-600);box-shadow:0 0 0 3px #7c3aed1a}._select_1y03o_86:disabled,._input_1y03o_87:disabled,._textarea_1y03o_88:disabled{background:#f9fafb;color:var(--color-text-muted);cursor:not-allowed}._textarea_1y03o_88{resize:vertical;min-height:100px}._formRow_1y03o_119{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._formActions_1y03o_125{display:flex;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--color-border-light)}._submitButton_1y03o_132,._cancelButton_1y03o_133{flex:1;padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}._submitButton_1y03o_132{background:var(--color-primary-gradient);color:#fff}._submitButton_1y03o_132:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed66}._cancelButton_1y03o_133{background:var(--color-bg-card);color:#555;border:1px solid var(--color-border-medium)}._cancelButton_1y03o_133:hover{background:#f9fafb;border-color:var(--color-text-muted)}@media(max-width:640px){._modalOverlay_1y03o_1{align-items:flex-end}._modalContent_1y03o_15{max-width:100%;border-radius:.5rem .5rem 0}._formRow_1y03o_119{grid-template-columns:1fr}._formActions_1y03o_125{flex-direction:column}._submitButton_1y03o_132,._cancelButton_1y03o_133{width:100%}}._sectionAccordion_1fpgq_1{border:1px solid var(--color-border-medium);border-radius:.375rem;overflow:hidden;background:var(--color-bg-card)}._sectionAccordionHeader_1fpgq_8{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f3f4f6;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}._sectionAccordionHeader_1fpgq_8:hover{background:var(--color-border-light)}._expandIcon_1fpgq_23{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:.75rem;color:var(--color-text-secondary);flex-shrink:0}._sectionHeaderContent_1fpgq_34{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._sectionLabel_1fpgq_42{font-size:.8rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase}._sectionName_1fpgq_49{font-size:1rem;font-weight:600;color:var(--color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._sectionAccordionContent_1fpgq_58{padding:1.5rem;border-top:1px solid var(--color-border-medium);background:var(--color-bg-card)}._sectionNameField_1fpgq_64{margin-bottom:1.5rem}._label_1fpgq_68{display:block;font-size:.9rem;font-weight:600;color:#555;margin-bottom:.5rem}._required_1fpgq_76{color:var(--color-error-500)}._input_1fpgq_80{width:100%;padding:.625rem;border:1px solid var(--color-border-medium);border-radius:.375rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}._input_1fpgq_80:focus{outline:none;border-color:var(--color-primary-600);box-shadow:0 0 0 3px #7c3aed1a}._actionsContainer_1fpgq_95{margin-bottom:1.5rem}._actionsLabel_1fpgq_99{font-size:.9rem;font-weight:600;color:#555;margin:0 0 .75rem}._actionsList_1fpgq_106{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._sectionControls_1fpgq_113{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid var(--color-border-light)}._addActionButton_1fpgq_120{flex:1;padding:.625rem 1rem;background:#dbeafe;border:1px solid #93c5fd;border-radius:.375rem;font-size:.9rem;font-weight:500;color:#0369a1;cursor:pointer;transition:all .2s}._addActionButton_1fpgq_120:hover{background:#bfdbfe;border-color:#60a5fa}._deleteSectionButton_1fpgq_138{flex:1;padding:.625rem 1rem;background:var(--color-bg-card);border:1px solid #fecaca;border-radius:.375rem;font-size:.9rem;font-weight:500;color:#991b1b;cursor:pointer;transition:all .2s}._deleteSectionButton_1fpgq_138:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}._deleteSectionButton_1fpgq_138:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){._sectionAccordionContent_1fpgq_58{padding:1rem}._sectionControls_1fpgq_113{flex-direction:column}._addActionButton_1fpgq_120,._deleteSectionButton_1fpgq_138{width:100%}}._container_1ujhp_1{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}._header_1ujhp_8{margin-bottom:2rem}._title_1ujhp_12{font-size:2rem;font-weight:600;color:var(--color-text-primary);margin:0}._errorBanner_1ujhp_19{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:.5rem;color:#991b1b;margin-bottom:1.5rem}._errorIcon_1ujhp_31{font-size:1.2rem}._form_1ujhp_35{background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:.5rem;padding:2rem}._formGroup_1ujhp_42{margin-bottom:2rem}._label_1ujhp_46{display:block;font-size:.95rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}._required_1ujhp_54{color:var(--color-error-500)}._input_1ujhp_58{width:100%;padding:.75rem;border:1px solid var(--color-border-medium);border-radius:.375rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}._input_1ujhp_58:focus{outline:none;border-color:var(--color-primary-600);box-shadow:0 0 0 3px #7c3aed1a}._sectionsContainer_1ujhp_73{margin:2rem 0;padding:1.5rem;background:#f9fafb;border-radius:.5rem}._sectionsTitle_1ujhp_80{font-size:1.2rem;font-weight:600;color:var(--color-text-primary);margin:0 0 1.5rem}._sectionsList_1ujhp_87{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}._addSectionButton_1ujhp_94{padding:.75rem 1.5rem;background:#f3f4f6;border:2px dashed var(--color-border-medium);border-radius:.375rem;font-size:.95rem;font-weight:500;color:#555;cursor:pointer;transition:all .2s}._addSectionButton_1ujhp_94:hover{background:var(--color-border-light);border-color:#a855f7;color:var(--color-primary-600)}._formActions_1ujhp_112{display:flex;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--color-border-light)}._submitButton_1ujhp_119,._cancelButton_1ujhp_120{padding:.75rem 2rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}._submitButton_1ujhp_119{background:var(--color-primary-gradient);color:#fff;flex:1}._submitButton_1ujhp_119:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed66}._submitButton_1ujhp_119:disabled{opacity:.6;cursor:not-allowed}._cancelButton_1ujhp_120{background:var(--color-bg-card);color:#555;border:1px solid var(--color-border-medium)}._cancelButton_1ujhp_120:hover:not(:disabled){background:#f9fafb;border-color:var(--color-text-muted)}._cancelButton_1ujhp_120:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){._container_1ujhp_1{padding:1rem .5rem}._form_1ujhp_35{padding:1rem}._formActions_1ujhp_112{flex-direction:column}._submitButton_1ujhp_119,._cancelButton_1ujhp_120{width:100%}}._container_a1gc7_1{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}._overlay_1vmvm_3{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_1vmvm_17{background:var(--color-bg-card);border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}._header_1vmvm_27{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}._header_1vmvm_27 h2{margin:0;font-size:1.5rem;color:var(--color-text-primary)}._closeButton_1vmvm_41{background:none;border:none;font-size:1.5rem;color:var(--color-text-secondary);cursor:pointer;padding:.25rem;line-height:1;transition:color .2s}._closeButton_1vmvm_41:hover:not(:disabled){color:var(--color-text-primary)}._closeButton_1vmvm_41:disabled{opacity:.5;cursor:not-allowed}._form_1vmvm_61{padding:1.5rem}._field_1vmvm_65{margin-bottom:1.25rem}._field_1vmvm_65 label{display:block;margin-bottom:.5rem;font-weight:500;color:#555;font-size:.9rem}._field_1vmvm_65 input,._field_1vmvm_65 select,._field_1vmvm_65 textarea{width:100%;padding:.75rem;border:1px solid var(--color-border-medium);border-radius:6px;font-size:1rem;transition:border-color .2s;font-family:inherit}._field_1vmvm_65 input:focus,._field_1vmvm_65 select:focus,._field_1vmvm_65 textarea:focus{outline:none;border-color:var(--color-primary-500)}._field_1vmvm_65 input:disabled,._field_1vmvm_65 select:disabled,._field_1vmvm_65 textarea:disabled{background:var(--color-bg-subtle);cursor:not-allowed}._field_1vmvm_65 textarea{resize:vertical;min-height:80px}._actions_1vmvm_108{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0}._cancelButton_1vmvm_117{padding:.75rem 1.5rem;background:var(--color-bg-subtle);border:1px solid var(--color-border-medium);border-radius:6px;color:var(--color-text-secondary);font-size:1rem;cursor:pointer;transition:all .2s}._cancelButton_1vmvm_117:hover:not(:disabled){background:#e0e0e0}._cancelButton_1vmvm_117:disabled{opacity:.5;cursor:not-allowed}._saveButton_1vmvm_137{padding:.75rem 1.5rem;background:var(--color-primary-gradient);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}._saveButton_1vmvm_137:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}._saveButton_1vmvm_137:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){._modal_1vmvm_17{max-height:95vh}._header_1vmvm_27,._form_1vmvm_61{padding:1rem}._actions_1vmvm_108{flex-direction:column-reverse}._cancelButton_1vmvm_117,._saveButton_1vmvm_137{width:100%}}._overlay_gofo2_3{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_gofo2_17{background:var(--color-bg-card);border-radius:12px;width:100%;max-width:450px;box-shadow:0 20px 60px #0000004d}._header_gofo2_25{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}._header_gofo2_25 h2{margin:0;font-size:1.5rem;color:var(--color-text-primary)}._closeButton_gofo2_39{background:none;border:none;font-size:1.5rem;color:var(--color-text-secondary);cursor:pointer;padding:.25rem;line-height:1;transition:color .2s}._closeButton_gofo2_39:hover:not(:disabled){color:var(--color-text-primary)}._closeButton_gofo2_39:disabled{opacity:.5;cursor:not-allowed}._form_gofo2_59{padding:1.5rem}._field_gofo2_63{margin-bottom:1.25rem}._field_gofo2_63 label{display:block;margin-bottom:.5rem;font-weight:500;color:#555;font-size:.9rem}._field_gofo2_63 input{width:100%;padding:.75rem;border:1px solid var(--color-border-medium);border-radius:6px;font-size:1rem;transition:border-color .2s}._field_gofo2_63 input:focus{outline:none;border-color:var(--color-primary-500)}._field_gofo2_63 input:disabled{background:var(--color-bg-subtle);cursor:not-allowed}._currentEmail_gofo2_94{padding:.75rem;background:var(--color-bg-subtle);border:1px solid #e0e0e0;border-radius:6px;color:var(--color-text-secondary);font-size:1rem}._error_gofo2_103{background:#ffe0e0;color:#d32f2f;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}._actions_gofo2_112{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0}._cancelButton_gofo2_121{padding:.75rem 1.5rem;background:var(--color-bg-subtle);border:1px solid var(--color-border-medium);border-radius:6px;color:var(--color-text-secondary);font-size:1rem;cursor:pointer;transition:all .2s}._cancelButton_gofo2_121:hover:not(:disabled){background:#e0e0e0}._cancelButton_gofo2_121:disabled{opacity:.5;cursor:not-allowed}._changeButton_gofo2_141{padding:.75rem 1.5rem;background:var(--color-primary-gradient);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}._changeButton_gofo2_141:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}._changeButton_gofo2_141:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){._header_gofo2_25,._form_gofo2_59{padding:1rem}._actions_gofo2_112{flex-direction:column-reverse}._cancelButton_gofo2_121,._changeButton_gofo2_141{width:100%}}._overlay_1789i_3{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_1789i_17{background:var(--color-bg-card);border-radius:12px;width:100%;max-width:450px;box-shadow:0 20px 60px #0000004d}._header_1789i_25{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}._header_1789i_25 h2{margin:0;font-size:1.5rem;color:var(--color-text-primary)}._closeButton_1789i_39{background:none;border:none;font-size:1.5rem;color:var(--color-text-secondary);cursor:pointer;padding:.25rem;line-height:1;transition:color .2s}._closeButton_1789i_39:hover:not(:disabled){color:var(--color-text-primary)}._closeButton_1789i_39:disabled{opacity:.5;cursor:not-allowed}._form_1789i_59{padding:1.5rem}._field_1789i_63{margin-bottom:1.25rem}._field_1789i_63 label{display:block;margin-bottom:.5rem;font-weight:500;color:#555;font-size:.9rem}._field_1789i_63 input{width:100%;padding:.75rem;border:1px solid var(--color-border-medium);border-radius:6px;font-size:1rem;transition:border-color .2s}._field_1789i_63 input:focus{outline:none;border-color:var(--color-primary-500)}._field_1789i_63 input:disabled{background:var(--color-bg-subtle);cursor:not-allowed}._error_1789i_94{background:#ffe0e0;color:#d32f2f;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}._actions_1789i_103{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0}._cancelButton_1789i_112{padding:.75rem 1.5rem;background:var(--color-bg-subtle);border:1px solid var(--color-border-medium);border-radius:6px;color:var(--color-text-secondary);font-size:1rem;cursor:pointer;transition:all .2s}._cancelButton_1789i_112:hover:not(:disabled){background:#e0e0e0}._cancelButton_1789i_112:disabled{opacity:.5;cursor:not-allowed}._changeButton_1789i_132{padding:.75rem 1.5rem;background:var(--color-primary-gradient);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}._changeButton_1789i_132:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}._changeButton_1789i_132:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){._header_1789i_25,._form_1789i_59{padding:1rem}._actions_1789i_103{flex-direction:column-reverse}._cancelButton_1789i_112,._changeButton_1789i_132{width:100%}}._overlay_11gt5_3{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_11gt5_17{background:var(--color-bg-card);border-radius:12px;width:100%;max-width:500px;box-shadow:0 20px 60px #0000004d}._header_11gt5_25{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;background:#fff5f5}._header_11gt5_25 h2{margin:0;font-size:1.5rem;color:#c53030}._closeButton_11gt5_40{background:none;border:none;font-size:1.5rem;color:var(--color-text-secondary);cursor:pointer;padding:.25rem;line-height:1;transition:color .2s}._closeButton_11gt5_40:hover:not(:disabled){color:var(--color-text-primary)}._closeButton_11gt5_40:disabled{opacity:.5;cursor:not-allowed}._content_11gt5_60{padding:1.5rem}._warning_11gt5_64{background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;padding:1rem;margin-bottom:1.5rem}._warningText_11gt5_72{color:#c53030;font-weight:600;margin:0 0 .5rem;font-size:1rem}._warningSubtext_11gt5_79{color:#742a2a;margin:0;font-size:.9rem;line-height:1.5}._confirmationSection_11gt5_86{margin-bottom:1.5rem}._confirmationLabel_11gt5_90{display:block;margin-bottom:.75rem;color:var(--color-text-primary);font-size:.95rem;line-height:1.5}._confirmationInput_11gt5_98{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:all .2s}._confirmationInput_11gt5_98:focus{outline:none;border-color:var(--color-primary-500)}._confirmationInput_11gt5_98:disabled{background:var(--color-bg-subtle);cursor:not-allowed}._error_11gt5_117{background:#ffe0e0;color:#d32f2f;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}._actions_11gt5_126{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e0e0e0}._cancelButton_11gt5_134{padding:.75rem 1.5rem;background:var(--color-bg-subtle);border:1px solid var(--color-border-medium);border-radius:6px;color:var(--color-text-secondary);font-size:1rem;cursor:pointer;transition:all .2s}._cancelButton_11gt5_134:hover:not(:disabled){background:#e0e0e0}._cancelButton_11gt5_134:disabled{opacity:.5;cursor:not-allowed}._deleteButton_11gt5_154{padding:.75rem 1.5rem;background:#e53e3e;border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}._deleteButton_11gt5_154:hover:not(:disabled){background:#c53030;transform:translateY(-1px);box-shadow:0 4px 12px #e53e3e66}._deleteButton_11gt5_154:disabled{opacity:.5;cursor:not-allowed;background:#feb2b2}@media(max-width:480px){._header_11gt5_25,._content_11gt5_60{padding:1rem}._actions_11gt5_126{flex-direction:column-reverse}._cancelButton_11gt5_134,._deleteButton_11gt5_154{width:100%}}._container_1888n_3{max-width:800px;margin:0 auto;padding:2rem}._title_1888n_9{font-size:2rem;font-weight:700;margin-bottom:2rem;background:var(--color-primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._section_1888n_20{background:var(--color-bg-card);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}._sectionHeader_1888n_28{margin-bottom:1.25rem;border-bottom:1px solid #e0e0e0;padding-bottom:.75rem}._sectionTitle_1888n_34{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0}._detailsGrid_1888n_42{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}._detailItem_1888n_49{display:flex;flex-direction:column;gap:.25rem}._detailLabel_1888n_55{font-size:.85rem;color:var(--color-text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.5px}._detailValue_1888n_63{font-size:1rem;color:var(--color-text-primary);font-weight:400}._sectionActions_1888n_70{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e0e0e0}._editButton_1888n_77{padding:.75rem 1.5rem;background:var(--color-primary-gradient);border:none;border-radius:6px;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}._editButton_1888n_77:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}._securityActions_1888n_95{display:flex;gap:1rem;flex-wrap:wrap}._secondaryButton_1888n_101{padding:.75rem 1.5rem;background:var(--color-bg-subtle);border:1px solid var(--color-border-medium);border-radius:6px;color:#555;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}._secondaryButton_1888n_101:hover{background:#e8e8e8;border-color:#ccc}._dangerSection_1888n_119{border:2px solid #feb2b2;background:#fff5f5}._dangerTitle_1888n_124{font-size:1.25rem;font-weight:600;color:#c53030;margin:0}._dangerText_1888n_131{color:#742a2a;margin-bottom:1rem;font-size:.95rem;line-height:1.5}._deleteButton_1888n_138{padding:.75rem 1.5rem;background:#e53e3e;border:none;border-radius:6px;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}._deleteButton_1888n_138:hover{background:#c53030;transform:translateY(-1px);box-shadow:0 4px 12px #e53e3e66}._loading_1888n_157{text-align:center;padding:3rem;color:var(--color-text-secondary);font-size:1.1rem}._error_1888n_164{text-align:center;padding:2rem;background:#ffe0e0;border-radius:8px;color:#d32f2f}._error_1888n_164 p{margin:0 0 1rem}._retryButton_1888n_176{padding:.5rem 1rem;background:#d32f2f;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem}._retryButton_1888n_176:hover{background:#b71c1c}@media(max-width:768px){._container_1888n_3{padding:1rem}._title_1888n_9{font-size:1.5rem;margin-bottom:1.5rem}._section_1888n_20{padding:1rem}._detailsGrid_1888n_42{grid-template-columns:1fr}._securityActions_1888n_95{flex-direction:column}._secondaryButton_1888n_101{width:100%}}.app-container{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.hello-world-card{background:var(--color-primary-gradient);border-radius:20px;padding:4rem 3rem;box-shadow:0 20px 60px #0000004d;text-align:center;max-width:600px;width:100%;animation:fadeIn .8s ease-in-out}.hello-world-title{font-size:4rem;font-weight:700;color:#fff;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hello-world-subtitle{font-size:1.5rem;color:#ffffffe6;margin:0 0 2rem;font-weight:300}.tech-stack{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.tech-badge{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.5rem;border-radius:25px;color:#fff;font-size:.9rem;font-weight:500;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.tech-badge:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 5px 15px #0003}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hello-world-title{font-size:3rem}.hello-world-subtitle{font-size:1.2rem}.hello-world-card{padding:3rem 2rem}}
