.app-container,body,html{margin:0;padding:0}.app-container{display:flex;min-height:100vh;width:100vw}.sidebar-navigation{color:#fff}.problem-list-container{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:20px;position:relative;width:100%}.back-button{align-items:center;background:#f0f0f0;border-radius:4px;color:#333;display:flex;font-size:1rem;margin:20px 30px;position:relative;transition:background-color .2s}.back-button:hover{background:#e0e0e0}.problem-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;padding:0 30px}.problem-list-header h2{font-size:2rem;font-weight:600;margin:0}.user-info{align-items:center;background-color:#f6f8fa;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.5rem}.user-info span{color:#555;font-size:.9rem}.user-info button{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.25rem .5rem;transition:background-color .2s}.user-info button:hover{background-color:#c82333}.problem-list-controls{align-items:center;display:flex;justify-content:space-between;margin:20px auto 1rem;max-width:calc(100% - 60px);padding:0 30px}.model-selector,.problem-search-input,.problem-source-selector{background-color:#f0f0f0;border:none;border-radius:25px;font-size:1rem;outline:none;padding:12px 20px;transition:background-color .2s,box-shadow .2s}.model-selector:focus,.problem-search-input:focus,.problem-source-selector:focus{background-color:#e8e8e8;box-shadow:0 2px 8px #0000001a}.model-selector,.problem-source-selector{cursor:pointer;flex:0 0 auto;margin-right:1rem}.problem-search-input{flex-grow:1}.problem-list-content{align-items:flex-start;display:flex;justify-content:space-between;margin:0 auto;max-width:calc(100% - 60px);padding:0 30px}.problem-table-container{flex:1 1;margin-right:2rem}.sidebar{display:flex;flex-direction:column;gap:20px;width:300px}.problem-stats{background:#f8f9fa;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:20px}.problem-stats h3{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 15px}.progress-bar-container{background:#e9ecef;border-radius:4px;height:8px;margin:8px 0;overflow:hidden}.solved-count{color:#495057;font-size:.9rem;margin:8px 0}.difficulty-progress{margin:12px 0}.difficulty-progress p{color:#495057;font-size:.9rem;margin-bottom:4px}.filter-toggle{align-items:center;color:var(--text-secondary);cursor:pointer;display:flex;font-size:.9rem;gap:8px;margin:16px 0}.filter-toggle input[type=checkbox]{accent-color:var(--primary-color)}.recent-problems-container{background:#f8f9fa;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:20px}.recent-problems-container h3{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 15px}.recent-problems-list{list-style:none;margin:0;padding:0}.recent-problems-list li{margin:8px 0}.recent-problems-list a{border-radius:6px;color:#0366d6;display:block;font-size:.9rem;padding:8px;text-decoration:none;transition:background-color .2s}.recent-problems-list a:hover{background:#e9ecef;text-decoration:none}.problem-table td,.problem-table th{border-bottom:1px solid #e1e4e8;padding:1rem}.problem-table th,.problem-table tr:nth-child(2n){background-color:#f6f8fa}.problem-table tr:nth-child(odd){background-color:#fff}.problem-table tr:hover{background-color:#e6f0ff}.problem-table .solved{background-color:#f0fff4}.status-icon{border-radius:50%;display:inline-block;font-size:12px;height:20px;line-height:20px;text-align:center;width:20px}.status-icon.solved{color:#28a745}.status-icon.in-progress{animation:spin 2s linear infinite;color:#ffc107}.problem-link{color:#0366d6}.chat-status{font-size:.8rem;margin-left:.5rem}.difficulty{font-weight:600}.difficulty.bronze,.difficulty.easy{color:#00af9b}.difficulty.medium,.difficulty.silver{color:#ffb800}.difficulty.gold,.difficulty.hard{color:#ff2d55}.difficulty.platinum{color:#7a7a7a}.api-key-input-container{margin-bottom:1rem}.api-key-input{font-size:1rem;padding:.5rem}.error-message{color:#ff2d55;font-size:.9rem;margin-top:.25rem}.model-info{background-color:#f8f9fa;border-radius:4px;margin:10px 0;padding:10px}.unavailable-problems-note{color:#666;font-size:.9em;margin:0}.problem-groups-grid{grid-row-gap:60px;grid-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;padding:30px;row-gap:60px;width:calc(100% - 60px)}.problem-group-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:25px;transition:all .2s ease-in-out}.problem-group-card:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.problem-group-card h3{color:#333;font-size:1.4rem;margin:0 0 15px}.problem-group-card p{color:#666;flex-grow:1;line-height:1.5;margin:0 0 20px}.group-stats{border-top:1px solid #eee;color:#888;display:flex;font-size:.9em;justify-content:space-between;margin-top:auto;padding-top:15px}.modal-content{max-width:600px;z-index:1001}.modal-content textarea{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,sans-serif;margin:10px 0;padding:15px;position:relative;resize:vertical;width:100%;z-index:1002}.modal-buttons button{border-radius:4px;padding:.5rem 1rem}.modal-buttons button:first-child{background-color:#e0e0e0}.modal-buttons button:last-child{background-color:#6c5ce7}.modal-buttons button:disabled{opacity:.5}.custom-workspace{cursor:pointer;transition:transform .2s}.custom-workspace:hover{transform:translateY(-2px)}.user-profile{right:auto;top:auto;z-index:100}.profile-icon{background-color:#e0e0e0;height:40px;transition:background-color .2s;width:40px}.profile-icon:hover{background-color:#d0d0d0}.profile-menu{border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:8px 0;top:50px}.profile-menu-item{align-items:center;color:#333;display:flex;gap:8px;padding:8px 16px}.profile-email{border-bottom:1px solid #eee;font-size:.9rem;padding:8px 16px}.model-selector:hover,.problem-search-input:hover,.problem-source-selector:hover{background-color:#e8e8e8}.user-avatar{height:32px;width:32px}.custom-workspaces-section{grid-column:1/-1;margin-bottom:2rem}.custom-workspaces-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:1rem}.custom-workspaces-section h3{color:#333;margin-bottom:.5rem}.delete-workspace-btn{align-items:center;background:none;border:none;border-radius:50%;color:#0000;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:10px;top:10px;transition:all .2s ease}.problem-group-card:hover .delete-workspace-btn{background-color:#ff475715;color:#ff4757}.delete-workspace-btn:hover{background-color:#ff475730;transform:scale(1.1)}.empty-state{color:#666;font-size:.9rem;font-style:italic;margin-top:1rem;text-align:center}.sidebar-navigation{background-color:#2c3e50;border-right:1px solid var(--border-color);flex-shrink:0;height:100vh;margin:0;padding:20px 0;position:sticky;top:0;width:200px}.nav-item{align-items:center;background-color:initial;color:#fff;cursor:pointer;display:flex;gap:10px;padding:15px 20px;transition:background-color .2s ease}.nav-item:hover{background-color:#34495e}.nav-item.active{background-color:#3498db}.nav-item svg{color:#fff}.nav-item.disabled{cursor:not-allowed;opacity:.5}.main-content{flex:1 1;height:100%;margin:0;overflow-y:auto;padding:0}.arena-container{max-width:800px}.settings-prompt{box-shadow:0 2px 8px #00000014;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,sans-serif;margin:20px;padding:20px}.settings-prompt h3{font-size:1.4rem;font-weight:600;margin:0 0 10px}.settings-prompt p{margin:0 0 15px}.settings-prompt button{background-color:#6c5ce7;border-radius:8px;font-family:inherit;font-size:.9rem;padding:10px 20px;transition:background-color .2s}.settings-prompt button:hover{background-color:#5b4bc4}.trajectory-stats{background-color:#ffffff1a;border-radius:4px;color:#333;margin:10px 0;padding:10px}.trajectory-stats p{color:#333;font-size:.9em;margin:0}.trajectory-count{color:inherit;font-weight:500}.progress-bar{height:100%;transition:width .3s ease}.progress-bar.solved{background-color:#28a745}.progress-bar.in-progress{background-color:#ffc107}.progress-bar.easy,.progress-bar.hard,.progress-bar.medium{height:100%;transition:width .3s ease}.progress-bar.easy{background-color:#00af9b}.progress-bar.medium{background-color:#ffb800}.progress-bar.hard{background-color:#ff2d55}.arena-disabled-message{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;text-align:center}.arena-disabled-message h2{color:#666;margin-bottom:1rem}.arena-disabled-message p{color:#888}.password-input-container{align-items:center;display:flex;flex-direction:column;margin:20px 0}.password-input-container input{background-color:#f8f9fa;border:2px solid #e1e1e1;border-radius:8px;font-size:16px;margin-bottom:10px;padding:12px 16px;transition:all .3s ease;width:100%}.password-input-container input:focus{background-color:#fff;border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none}.password-input-container .error-message{animation:shake .5s ease-in-out;background-color:#fdeaea;border-radius:4px;color:#e74c3c;font-size:14px;margin:5px 0;padding:8px 12px;text-align:center;width:100%}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.modal-overlay{animation:fadeIn .3s ease;background-color:#0009}.modal-content{animation:slideIn .3s ease;border-radius:12px;box-shadow:0 10px 25px #0003;max-width:400px;padding:30px;transform:translateY(0)}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-content h3{color:#2c3e50;font-size:24px;font-weight:600;margin:0 0 20px;text-align:center}.modal-buttons{gap:12px;margin-top:25px}.modal-buttons button{border:none;border-radius:6px;cursor:pointer;font-size:15px;font-weight:500;padding:10px 20px;transition:all .2s ease}.modal-buttons button:first-child{background-color:#f1f2f6;color:#2c3e50}.modal-buttons button:last-child{background-color:#3498db;color:#fff}.modal-buttons button:hover{box-shadow:0 3px 8px #0000001a;transform:translateY(-2px)}.modal-buttons button:active{transform:translateY(0)}.modal-buttons button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.loading-screen{align-items:center;background-color:#f0f0f0;display:flex;flex-direction:column;height:100vh;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:5px solid #3498db;border-radius:50%;border-top-color:#f0f0f0;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-screen p{animation:pulse 1.5s ease-in-out infinite;color:#3498db;font-size:18px;margin-top:20px}.arena-container{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.model-comparison{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}.model-response{background:#fff;border:none;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:25px;position:relative;transition:transform .2s ease}.model-response:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.model-response h3{color:#333;font-size:1.4rem;font-weight:600;margin:0 0 15px}.model-response code,.model-response p,.model-response pre{animation:fadeIn .1s ease forwards;opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.streaming-char{animation:fadeIn .1s ease forwards;opacity:0}.model-response pre{background-color:#f5f5f5;border-radius:4px;overflow-x:auto;padding:1rem;white-space:pre-wrap}.model-response code{font-family:monospace}.model-response button{background-color:#f0f0f0;border:none;border-radius:20px;color:#333;cursor:pointer;font-family:inherit;font-size:.9rem;padding:10px 20px;transition:all .2s ease}.model-response button:hover{background-color:#e0e0e0;transform:translateY(-1px)}.problem-display{background:#fff;border:none;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;padding:25px}.problem-display h3{color:#333;font-size:1.4rem;font-weight:600;margin:0 0 15px}.problem-display pre{background:#f6f8fa;border-radius:8px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.9rem;line-height:1.5;margin:0;padding:15px;white-space:pre-wrap}.problem-display button{background-color:#6c5ce7;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;margin-top:10px;padding:12px 20px;transition:background-color .2s,transform .2s}.problem-display button:hover{background-color:#5b4bc4;transform:translateY(-1px)}.voting-options{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;width:100%}.vote-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:800px;width:100%}.vote-buttons button{background-color:#fff;border:2px solid #6c5ce7;border-radius:25px;color:#6c5ce7;cursor:pointer;flex:1 1;font-size:1rem;max-width:250px;min-width:180px;padding:12px 24px;transition:all .2s ease}.vote-buttons button:hover{background-color:#6c5ce7;color:#fff;transform:translateY(-2px)}.vote-buttons button.selected{background-color:#6c5ce7;border-color:#6c5ce7;color:#fff}.reason-selection{align-items:center;display:flex;flex-direction:column;gap:1rem;max-width:400px;width:100%}.reason-dropdown{background-color:#fff;cursor:pointer}.other-reason-input,.reason-dropdown{border:2px solid #6c5ce7;border-radius:25px;font-size:1rem;padding:12px;width:100%}.other-reason-input{margin-top:.5rem}.submit-vote-button{background-color:#4caf50;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:12px 36px;transition:all .2s ease;width:fit-content}.submit-vote-button:hover:not(:disabled){background-color:#45a049;transform:translateY(-2px)}.submit-vote-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.loading{color:#666;padding:20px;text-align:center}.error-message{background-color:#ffebee;border-radius:4px;color:#c62828;margin:10px 0;padding:10px;text-align:center}.arena-container button:disabled{cursor:not-allowed;opacity:.6}.problem-actions{display:flex;gap:10px}.vote-confirmation{color:#4caf50;font-weight:700;margin:1rem 0;text-align:center;width:100%}.difficulty{color:inherit;font-size:1em;font-weight:700;margin-left:10px}.difficulty.easy{color:#00af9b}.difficulty.medium{color:#ffa116}.difficulty.hard{color:#ff375f}.votes-progress{margin:20px 0;text-align:center}.progress-bar{background-color:#f0f0f0;border-radius:10px;height:20px;margin-bottom:10px}.progress-fill{background-color:#4caf50;transition:width .3s ease-in-out}.progress-text{color:#666;font-size:14px}.settings-prompt{background-color:#f8f9fa;box-shadow:0 2px 4px #0000001a}.vote-feedback{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;width:100%}.vote-feedback button{background-color:#6c5ce7;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 24px;transition:all .2s ease}.vote-feedback button:hover:not(:disabled){background-color:#5b4bc4;transform:translateY(-2px)}.katex-display{overflow-x:auto;overflow-y:hidden}.katex{font-size:1.1em}.streaming-toggle{align-items:center;cursor:pointer;display:flex;gap:8px;margin-left:16px}.streaming-toggle input{cursor:pointer}.streaming-toggle:disabled{cursor:not-allowed;opacity:.6}.streaming-controls{align-items:center;display:flex;gap:16px;margin-left:16px}.speed-control{align-items:center;display:flex;gap:8px}.speed-control input[type=range]{width:100px}.speed-control span{color:#666;font-size:.9em}.task-manager-container{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.task-manager-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.task-filters{display:flex;gap:15px}.task-filters select{border:1px solid #ddd;border-radius:4px;padding:8px}.task-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.task-card{background:#fff;border-left:4px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;position:relative;transition:transform .2s ease,box-shadow .2s ease}.task-card.pending{border-left-color:#f39c12}.task-card.in-progress{border-left-color:#3498db}.task-card.learning{border-left-color:#9b59b6}.task-card.completed{border-left-color:#2ecc71}.task-status{border-radius:4px;font-size:12px;font-weight:700;padding:4px 8px;position:absolute;right:10px;top:10px}.task-card.pending .task-status{background:#fff3e0;color:#f39c12}.task-card.in-progress .task-status{background:#e3f2fd;color:#3498db}.task-card.completed .task-status{background:#e8f5e9;color:#2ecc71}.task-meta{color:#666;display:flex;font-size:14px;justify-content:space-between;margin-top:15px}.completion-bar-container{background:#f5f5f5;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;padding:20px}.completion-stats{display:flex;justify-content:space-between;margin-bottom:10px}.progress-bar{background:#e0e0e0;border-radius:5px;height:10px;overflow:hidden;width:100%}.progress-fill{background:#2ecc71;height:100%;transition:width .3s ease}.payout-info{color:#2ecc71;font-weight:700;margin-top:10px;text-align:right}.instructions-section{background-color:#f8f9fa;border-radius:8px;margin-bottom:24px;padding:16px}.instructions-box{margin-top:12px}.instructions-text{color:#333;font-size:14px;line-height:1.5}.instructions-text ul{margin-top:8px;padding-left:20px}.instructions-text li{margin-bottom:4px}.problem-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:20px;overflow:hidden}.problem-table{border-collapse:collapse;width:100%}.problem-table td,.problem-table th{border-bottom:1px solid #eee;padding:12px 16px;text-align:left}.problem-table th{background-color:#f8f9fa;color:#444;font-weight:600}.problem-link{color:#2563eb;text-decoration:none}.problem-link:hover{text-decoration:underline}.difficulty{text-transform:capitalize}.difficulty.easy{color:#22c55e}.difficulty.medium{color:#f59e0b}.difficulty.hard{color:#ef4444}.status-icon{font-size:1.2em}.back-button{background:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;margin:20px;padding:8px 16px}.back-button:hover{background:#e5e7eb}tr.pending{background-color:#fff}tr.in-progress{background-color:#f0f9ff}tr.completed{background-color:#f0fdf4}.task-card[style*="cursor: pointer"]:hover{background-color:#fafafa;box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.get-more-tasks{margin:24px 0;padding:0 16px;text-align:center}.get-more-tasks-button{background-color:#2563eb;border:none;border-radius:8px;box-shadow:0 2px 4px #2563eb1a;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease}.get-more-tasks-button:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 4px 6px #2563eb33;transform:translateY(-1px)}.get-more-tasks-button:disabled{background-color:#e5e7eb;box-shadow:none;color:#9ca3af;cursor:not-allowed;transform:none}.tasks-incomplete-message{color:#6b7280;font-size:14px;font-weight:500;margin-top:12px}.model-selector-container{margin-bottom:20px}.model-selector{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;min-width:200px;padding:8px 12px}.model-selector:hover{border-color:#aaa}.model-selector:focus{border-color:#666;box-shadow:0 0 0 2px #0000001a;outline:none}.model-selector option:disabled{color:#999;font-style:italic}.stats-container{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.elo-scores{display:flex;gap:20px}.elo-score{align-items:center;border-radius:4px;display:flex;font-size:14px;font-weight:500;gap:8px;padding:6px 12px}.elo-score.coding{background-color:#e3f2fd;color:#1976d2}.elo-score.math{background-color:#e8f5e9;color:#2e7d32}.elo-label{font-weight:600}.elo-value{font-family:Roboto Mono,monospace}.elo-value.not-initialized{color:#666;font-style:italic}.elo-score .elo-value:not(.not-initialized){font-family:Roboto Mono,monospace}.settings-prompt{background:#f8f9fa;border-radius:8px;margin:2rem auto;max-width:500px;padding:2rem;text-align:center}.settings-prompt h3{color:#333;margin-bottom:1rem}.settings-prompt p{color:#666;margin-bottom:1.5rem}.settings-prompt button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.settings-prompt button:hover{background-color:#0056b3}.voided-problem{opacity:.6}.problem-link.voided{color:#999;text-decoration:line-through}.status-icon.voided{color:red}.voided{color:#999;text-decoration:line-through}.problem-table td:last-child,.problem-table th:last-child{font-weight:500;text-align:center}.points-info{font-weight:500}.points-info,.points-limit-info{color:#333;font-size:1rem;margin-bottom:8px}.points-limit-info{align-items:center;background-color:#fff8e1;border-radius:6px;display:flex;gap:6px;padding:8px 12px}.points-limit-info .points-label{color:#ff8f00;font-weight:600}.points-limit-info .points-value{font-family:Roboto Mono,monospace;font-size:1.1rem;font-weight:600}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_AMS-Regular.73ea273a72f4aca30ca5.woff2) format("woff2"),url(/static/media/KaTeX_AMS-Regular.d562e886c52f12660a41.woff) format("woff"),url(/static/media/KaTeX_AMS-Regular.853be92419a6c3766b9a.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Caligraphic-Bold.a1abf90dfd72792a577a.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Bold.d757c535a2e5902f1325.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Bold.7489a2fbfb9bfe704420.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Caligraphic-Regular.d6484fce1ef428d5bd94.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Regular.db074fa22cf224af93d7.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Regular.7e873d3833eb108a0758.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Fraktur-Bold.931d67ea207ab37ee693.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Bold.354501bac435c3264834.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Bold.4c761b3711973ab04edf.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Fraktur-Regular.172d3529b26f8cedef6b.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Regular.6fdf0ac577be0ba82a4c.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Regular.ed305b5434865e06ffde.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Main-Bold.39890742bc957b368704.woff2) format("woff2"),url(/static/media/KaTeX_Main-Bold.0c3b8929d377c0e9b2f3.woff) format("woff"),url(/static/media/KaTeX_Main-Bold.8169508bf58f8bd92ad8.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/static/media/KaTeX_Main-BoldItalic.20f389c4120be058d80a.woff2) format("woff2"),url(/static/media/KaTeX_Main-BoldItalic.428978dc7837d46de091.woff) format("woff"),url(/static/media/KaTeX_Main-BoldItalic.828abcb200061cffbaae.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/static/media/KaTeX_Main-Italic.fe2176f79edaa716e621.woff2) format("woff2"),url(/static/media/KaTeX_Main-Italic.fd947498bc16392e76c2.woff) format("woff"),url(/static/media/KaTeX_Main-Italic.fa675e5e4bec9eb250b6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Main-Regular.f650f111a3b890d116f1.woff2) format("woff2"),url(/static/media/KaTeX_Main-Regular.4f35fbcc9ee8614c2bcc.woff) format("woff"),url(/static/media/KaTeX_Main-Regular.9eba1d77abcf2aa6e94e.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/static/media/KaTeX_Math-BoldItalic.dcbcbd93bac0470b462d.woff2) format("woff2"),url(/static/media/KaTeX_Math-BoldItalic.3f07ed67f06c720120ce.woff) format("woff"),url(/static/media/KaTeX_Math-BoldItalic.bf2d440b3a42ea78a998.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/static/media/KaTeX_Math-Italic.6d3d25f4820d0da8f01f.woff2) format("woff2"),url(/static/media/KaTeX_Math-Italic.96759856b4e70f3a8338.woff) format("woff"),url(/static/media/KaTeX_Math-Italic.8a5f936332e8028c7278.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(/static/media/KaTeX_SansSerif-Bold.95591a929f0d32aa282a.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Bold.b9cd458ac6d5889ff9c3.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Bold.5b49f4993ae22d7975b4.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(/static/media/KaTeX_SansSerif-Italic.7d393d382f3e7fb1c637.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Italic.8d593cfaa96238d5e2f8.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Italic.b257a18c016f37ee4543.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(/static/media/KaTeX_SansSerif-Regular.cd5e231e0cc53b2cb2c0.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Regular.02271ec5cb9f5b4588ac.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Regular.2f7bc363fc5424ebda59.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Script-Regular.c81d1b2a4b75d3eded60.woff2) format("woff2"),url(/static/media/KaTeX_Script-Regular.073b3402d036714b4370.woff) format("woff"),url(/static/media/KaTeX_Script-Regular.fc9ba5249878cd8f8d88.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size1-Regular.6eec866c69313624be60.woff2) format("woff2"),url(/static/media/KaTeX_Size1-Regular.0108e89c9003e8c14ea3.woff) format("woff"),url(/static/media/KaTeX_Size1-Regular.6de7d4b539221a49e9e2.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size2-Regular.2960900c4f271311eb36.woff2) format("woff2"),url(/static/media/KaTeX_Size2-Regular.3a99e70aee4076660d38.woff) format("woff"),url(/static/media/KaTeX_Size2-Regular.57f5c1837853986ea1db.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2) format("woff2"),url(/static/media/KaTeX_Size3-Regular.7947224e8a9914fa332b.woff) format("woff"),url(/static/media/KaTeX_Size3-Regular.8d6b6822586eea3d3b20.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size4-Regular.e418bf257af1052628d8.woff2) format("woff2"),url(/static/media/KaTeX_Size4-Regular.aeffd8025cba3647f1a6.woff) format("woff"),url(/static/media/KaTeX_Size4-Regular.4ad7c7e8bb8d10a34bb7.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Typewriter-Regular.c295e7f71970f03c0549.woff2) format("woff2"),url(/static/media/KaTeX_Typewriter-Regular.4c6b94fd1d07f8beff7c.woff) format("woff"),url(/static/media/KaTeX_Typewriter-Regular.c5c02d763c89380dcb4e.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.tab-container{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;height:calc(100% - 16px);margin:8px;overflow:hidden;padding:0}.tab-header{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;border-top-left-radius:12px;border-top-right-radius:12px;display:flex}.tab-button{background:none;border:none;border-bottom:2px solid #0000;color:#666;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,sans-serif;font-size:14px;padding:12px 20px}.tab-button:hover{background-color:#0000000d;color:#333}.tab-button.active{background-color:#fff;border-bottom:2px solid #6c5ce7;color:#6c5ce7}.tab-content{background-color:#fff;flex:1 1;overflow-y:auto;padding:0}.rce-container-mbox{display:block;flex-direction:column;min-width:300px;overflow-x:hidden}.rce-mbox-forward{align-items:center;align-self:center;background:#fff;border-radius:20px;bottom:0;box-shadow:0 0 5px 0 #a4a4a4;cursor:pointer;flex-direction:row;height:30px;justify-content:center;margin:auto;position:absolute;top:0;transition:all .3s ease;width:30px}.rce-mbox-forward-left{display:flex;left:-50px;opacity:0;visibility:hidden}.rce-mbox-forward-right{display:flex;opacity:0;right:-50px;visibility:hidden}.rce-mbox-reply-btn-left{display:flex;left:-85px;opacity:0;visibility:hidden}.rce-mbox-reply-btn-right{display:flex;opacity:0;right:-85px;visibility:hidden}.rce-container-mbox:hover .rce-mbox-forward-left,.rce-container-mbox:hover .rce-mbox-forward-right{opacity:1;visibility:visible}.rce-mbox-remove{align-items:center;align-self:center;background:#fff;border-radius:20px;bottom:0;box-shadow:0 0 5px 0 #a4a4a4;cursor:pointer;flex-direction:row;height:30px;justify-content:center;margin:auto;position:absolute;top:0;transition:all .3s ease;width:30px}.rce-mbox-remove-left{display:flex;left:-120px;opacity:0;visibility:hidden}.rce-mbox-remove-right{display:flex;opacity:0;right:-120px;visibility:hidden}.rce-container-mbox:hover .rce-mbox-remove-left,.rce-container-mbox:hover .rce-mbox-remove-right,.rce-container-mbox:hover .rce-mbox-reply-btn-left,.rce-container-mbox:hover .rce-mbox-reply-btn-right{opacity:1;visibility:visible}.rce-mbox{background:#fff;border-radius:5px;border-top-left-radius:0;box-shadow:1px 1px 1px 1px #0003;flex-direction:column;float:left;margin:3px 5px 3px 20px;min-width:140px;padding:6px 9px 8px;position:relative}.rce-mbox.message-focus{animation-duration:1s;animation-iteration-count:2;-webkit-animation-iteration-count:2;animation-name:message-box-default-focus}.rce-mbox-body{margin:0;padding:0;position:relative}.rce-mbox.rce-mbox-right{border-top-left-radius:5px;border-top-right-radius:0;float:right;margin-left:5px;margin-right:20px}.rce-mbox.rce-mbox-right.message-focus{animation-duration:1s;animation-iteration-count:2;-webkit-animation-iteration-count:2;animation-name:message-box-right-focus}.rce-mbox-text{font-size:13.6px;word-break:break-word}.rce-mbox-text-retracted{align-items:center;display:flex;font-style:italic;-webkit-user-select:none;user-select:none}.rce-mbox-text.rce-mbox-text-retracted svg{margin-right:3px}.rce-mbox-text-retracted.left{color:#555555b3!important}.rce-mbox-text-retracted.right{color:#efefefb3!important}.rce-mbox-text:after{content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0"}.rce-mbox-time{align-items:center;bottom:-5px;color:#00000073;display:flex;font-size:12px;justify-content:flex-end;right:-4px;text-align:right;-webkit-user-select:none;user-select:none}.rce-mbox-time.non-copiable:before{content:attr(data-text)}.rce-mbox-time-block{align-items:center;background:linear-gradient(0deg,#00000054,#0000);border-bottom-left-radius:5px;border-bottom-right-radius:5px;bottom:0;color:#fff;display:flex;justify-content:flex-end;left:0;margin-left:-6px;margin-right:-6px;padding-bottom:2px;padding-right:3px;padding-top:5px;right:0}.rce-mbox--clear-padding{padding-bottom:3px}.rce-mbox.rce-mbox--clear-notch{border-radius:5px 5px 5px 5px!important}.rce-mbox-right-notch{fill:#fff;filter:drop-shadow(2px 0 1px rgba(0,0,0,.2));height:15px;position:absolute;right:-14px;top:0;width:15px}.rce-mbox-right-notch.message-focus{animation-duration:1s;animation-iteration-count:2;-webkit-animation-iteration-count:2;animation-name:message-right-notch-focus}.rce-mbox-left-notch{fill:#fff;height:15px;left:-14px;position:absolute;top:0;width:15px}.rce-mbox-left-notch.message-focus{animation-duration:1s;animation-iteration-count:2;-webkit-animation-iteration-count:2;animation-name:message-left-notch-focus}.rce-mbox-title{align-items:center;color:#4f81a1;cursor:pointer;display:flex;font-size:13px;font-weight:500;margin:0 0 8px;-webkit-user-select:none;user-select:none}.rce-mbox-title:hover{text-decoration:underline}.rce-mbox-title--clear{margin-bottom:5px}.rce-mbox-status{font-size:15px;height:15px;margin-left:3px}.rce-mbox-title>.rce-avatar-container{margin-right:5px}.rce-mbox-forwardedMessage{border-radius:5px;display:flex;margin:-1px -6px 6px;overflow:hidden;padding:0 0 0 5px;position:relative;transition:.2s;-webkit-user-select:none;user-select:none}.rce-mbox-forwarded-message{align-items:center;display:flex;font-size:13px;font-style:italic;padding:1px}.rce-mbox-photo{margin-left:-6px;margin-right:-6px;margin-top:-3px}.rce-mbox-photo .rce-mbox-text{margin:auto;max-width:300px;padding:5px 0}.rce-mbox-photo--img{border-radius:5px;display:flex;justify-content:center;max-height:300px;overflow:hidden;position:relative}.rce-mbox-photo--img__block{background-color:#00000080;border-radius:5px;bottom:0;display:flex;left:0;position:absolute;right:0;top:0}.rce-mbox-photo--img img{height:100%;min-height:100px;-webkit-user-select:none;user-select:none}.rce-mbox-photo--img__block-item{cursor:pointer;height:100px;margin:auto;width:100px}.rce-mbox-photo--download{background:none;border:1px solid #eee;border-radius:100%;color:#efe;display:flex;font-size:3.2em;height:100px;justify-content:center;outline:none;width:100px}.rce-mbox-photo--download:hover{opacity:.7}.rce-mbox-photo--download:active{opacity:.3}.rce-mbox-photo--error{align-items:center;background:none;color:#eaeaea;display:flex;font-size:70px;justify-content:center}.rce-mbox-file{padding-bottom:13px}.rce-mbox-file>button{align-items:center;background:#e9e9e9;border:none;border-radius:5px;cursor:pointer;display:flex;margin-left:-6px;margin-right:-6px;margin-top:-3px;max-width:500px;min-height:52px;outline:none;padding:5px 0;-webkit-user-select:none;user-select:none}.rce-mbox-file>button>*{padding:0 10px}.rce-mbox-file--icon{align-items:center;display:flex;flex-direction:column;font-size:30px}.rce-mbox-file--size{font-size:10px;margin-top:3px;max-width:52px}.rce-mbox-file--size,.rce-mbox-file--text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rce-mbox-file--text{font-size:13.6px}.rce-mbox-file--buttons{align-items:center;display:flex;font-size:30px}.rce-mbox-file--buttons .rce-error-button{display:inherit}.rce-mbox-file--loading{font-size:15px;height:40px;width:40px}.rce-container-smsg,.rce-smsg{align-items:center;display:flex;justify-content:center}.rce-smsg{background:#fff;border-radius:10px;box-shadow:1px 1px 1px 1px #0003;flex-direction:column;float:left;margin:5px 0;max-width:70%;padding:6px 9px 8px;position:relative}.rce-smsg-text{display:inline-block;font-size:15px;text-align:center}.rce-mbox-location{align-items:center;border-radius:5px;display:flex;height:150px;justify-content:center;margin-left:-6px;margin-right:-6px;margin-top:-3px;overflow:hidden;position:relative;width:250px}.rce-mbox-location-img{width:100%}.rce-mbox-location-text{margin-left:-6px;margin-right:-6px;padding:5px 0;width:250px}.rce-mbox-spotify{margin-left:-6px;margin-right:-6px;margin-top:-2px}.rce-mbox-reply,.rce-mbox-spotify{border-radius:5px;display:flex;overflow:hidden}.rce-mbox-reply{background:#ececec;cursor:pointer;font-size:12px;margin:-3px -6px 6px;padding:0 0 0 5px;position:relative;transition:.2s;-webkit-user-select:none;user-select:none}.rce-mbox-reply.rce-mbox-reply-border{border-left:5px solid}.rce-mbox-reply:hover{opacity:.85}.rce-mbox-reply-left{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:3px 0}.rce-mbox-reply-owner{font-size:13px}.rce-mbox-reply-message{color:#5a5a5a;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rce-mbox-reply-right{height:40px;width:40px}.rce-mbox-reply-right img{width:100%}.rce-mbox-reply-text{margin-left:-6px;margin-right:-6px;padding:5px 0;width:250px}.rce-mbox-mtmg{align-content:center;display:flex;justify-content:center;max-width:425px;min-width:425px;padding-bottom:13px}.rce-mtmg{background:#f5f5f5;border-radius:2px;display:flex;flex-direction:column;float:left;margin:5px 0;position:relative;width:100%}.rce-mtmg-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:300px}.rce-mtmg-subject{display:inline-block;font-size:15px;padding:5px 9px;text-align:start}.rce-mtmg-toogleItem{height:100%;width:100%}.rce-mtmg-body{background:#6264a7;color:#fff;display:flex;font-size:15px;height:50px;justify-content:space-between}.rce-mtmg-body:hover{opacity:.9}.rce-mtmg-item{align-items:center;display:flex;justify-content:flex-start;padding:0 10px}.rce-mtmg-item>svg{height:23px;width:23px}.rce-mtmg-content{display:flex;flex-direction:column;padding:0 10px}.rce-mtmg-date{color:#cecece;font-size:13px}.rce-mtmg-body-bottom{color:#6264a7;cursor:pointer;display:flex;flex-direction:row;font-size:13px;padding:9px}.rce-mtmg-bottom--tptitle{align-items:center;display:flex;justify-content:center}.rce-mtmg-body-bottom--bttitle>svg,.rce-mtmg-bottom--tptitle>svg{color:#6264a7a1}.rce-mtmg-toogleContent{display:none;flex-direction:column;height:auto;min-height:60px}.rce-mtmg-toogleContent--click{display:flex}.rce-mtmg-right-icon{background:#0000!important;cursor:pointer;height:100%;right:10px}.rce-mtmg-body .rce-dropdown-container{height:100%}.rce-mtmg-right-icon>svg{height:23px;width:23px}.rce-mitem{display:flex;padding:10px 8px}.rce-mitem-event:hover,.rce-mitem:hover{background:#ececec}.rce-mitem-event{-webkit-user-select:none;user-select:none}.rce-mitem-body{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.rce-mitem-body-content{align-items:flex-start;display:flex;justify-content:flex-start}.rce-mitem-body--top{align-items:center;display:flex;margin-bottom:2px;-webkit-user-select:none;user-select:none}.rce-mitem-body--top-title{color:#6264a7;font-size:15px;font-weight:600;padding:0 15px 0 0;text-transform:capitalize}.rce-mitem-body--top-title:hover{cursor:pointer;text-decoration:underline}.rce-mitem-body--bottom-title{color:#252525;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:13px}.rce-mitem-body--top-time{color:#0006;font-size:12px}.rce-mitem-bottom-body{align-items:flex-start;display:flex;justify-content:flex-start;padding:10px 8px}.rce-mitem-body.avatar{padding:8px 10px 0 0}.rce-mitem.avatar{padding:8px 5px 0 0}.rce-mitem.no-avatar{padding:8px 10px 0 0}.rce-mitem.no-avatar>svg{height:19px;width:19px}.rce-mitem.avatar img{background:#ccc;border:none!important;border-radius:100%;height:22px;width:22px}.rce-mitem-body.avatar>svg{height:19px;width:19px}.rce-mitem-bottom-body-top{display:flex;flex-direction:column}.rce-mitem-bottom-body-top-title>svg{padding:0 7px 0 0}.rce-mitem-avatar-content{display:flex;position:absolute;right:10px}.rce-mitem-avatar{display:flex;padding:0 3px 0 0}.rce-mitem-tooltip{display:inline;position:relative}.rce-mitem-tooltip-text{margin:5px}.rce-mitem-tooltip-text:after{border-bottom:11px solid #444;border-left:8px solid #0000;border-right:8px solid #0000;content:"";left:15%;opacity:0;position:absolute;top:29px;transition:opacity .8s linear .2s}.rce-mitem-tooltip[tooltip]:after{background:#444;border-radius:8px;color:#fff;content:attr(tooltip);display:flex;font-size:14px;justify-content:center;max-width:415px;min-width:415px;opacity:0;padding:5px;position:absolute;right:-13px;top:40px;transition:opacity .8s linear .2s;z-index:1}.rce-mitem-tooltip-text:hover:after{opacity:1;transition:opacity .8s linear}.rce-mitem-tooltip[tooltip]:hover:after{opacity:1;transition:opacity .8s linear .1s}.rce-mitem-tooltip[tooltip]:hover .rce-mitem-tooltip-text:after{opacity:1}.rce-mitem-length{align-items:center;background:#e48989;border-radius:50%;color:#fff;display:flex;font-size:14px;height:25px;text-align:center;width:25px}.rce-mitem-avatar img{background:#ccc;border:none!important;border-radius:100%;height:50px;width:50px}.rce-mtmg-call-record{background:#eaeaea;height:85%;margin-top:11px;width:350px}.rce-mtmg-call-body{align-items:flex-start;display:flex;flex-direction:row;position:relative}.rce-mtmg-call-avatars{height:100px!important;position:relative;width:140px!important}.rce-mtmg-call-avatars img{background:#ccc;cursor:pointer;height:100%!important;width:100%!important}.rce-mtmg-call-body-title{display:flex;flex-direction:column;left:15px;position:relative;top:30px}.rce-mtmg-call-body-bottom,.rce-mtmg-call-body-title>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:185px}.rce-mtmg-call-body-bottom{color:#505050;font-size:12px}.rce-mtmg-record-time{background:#000000cf;border-radius:5px;bottom:5px;color:#fff;font-size:13px;padding:4px;position:absolute;right:5px}.rce-avatar-container{align-items:center;display:flex;justify-content:center;overflow:hidden}.rce-avatar-container .rce-avatar{height:100%;width:100%}.rce-avatar-container.flexible .rce-avatar{border-radius:0!important;border-radius:initial!important;height:auto!important;overflow:visible!important;overflow:initial!important;width:100%!important}.rce-avatar-container.default{height:25px;width:25px}.rce-avatar-container.rounded{border-radius:5px}.rce-avatar-container.circle{border-radius:100%}.rce-avatar-container.xsmall{height:30px;width:30px}.rce-avatar-container.small{height:35px;width:35px}.rce-avatar-container.medium{height:40px;width:40px}.rce-avatar-container.large{height:45px;width:45px}.rce-avatar-container.xlarge{height:55px;width:55px}@keyframes avatarLazy{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.rce-avatar-lazy{animation:avatarLazy 2s ease-in-out infinite normal}.rce-avatar-container.rce-citem-avatar-encircle-status{box-sizing:border-box;position:relative}.rce-avatar-letter{align-items:center;color:#fff;display:flex;font-size:20px;justify-content:center;margin-top:5px}.rce-avatar-letter-background{border-radius:20px;height:35px;width:35px}.rce-dropdown-container{position:relative}.rce-dropdown{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 5px 0 #a3a3a3;box-sizing:border-box;display:none;flex-direction:row;justify-content:center;min-width:100%;padding:8px 15px;position:absolute;transform:scale(0);transform-origin:left top;z-index:99999}.rce-dropdown-title{color:"#000";font-size:14px;font-weight:500}.rce-dropdown.dropdown-show{animation:dropdown-scaling .2s ease forwards;display:flex}@keyframes dropdown-scaling{0%{opacity:0}50%{opacity:.5;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.rce-dropdown.dropdown-hide{animation:dropdown-reverse-scaling .2s ease forwards;display:flex}@keyframes dropdown-reverse-scaling{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}to{opacity:0;transform:scale(0)}}.rce-dropdown-open__nortwest{left:0;margin-top:5px;top:100%;transform-origin:left top}.rce-dropdown-open__norteast{margin-top:5px;right:0;top:100%;transform-origin:right top}.rce-dropdown-open__southwest{bottom:100%;left:0;margin-bottom:5px;transform-origin:left bottom}.rce-dropdown-open__southeast{bottom:100%;margin-bottom:5px;right:0;transform-origin:right bottom}.rce-dropdown ul{align-items:center;display:flex;flex-direction:column;justify-content:center;list-style:none;margin:0;padding:0;width:100%}.rce-dropdown ul li{border-bottom:1px solid #e9e9e9;box-sizing:border-box;color:#767676;cursor:pointer;font-size:16px;padding:8px;-webkit-user-select:none;user-select:none;white-space:nowrap;width:100%}.rce-dropdown ul li:last-child{border:none}.rce-dropdown ul li:hover a{color:#3a6d8c}.rce-dropdown.fade{animation:dropdown-fade .5s ease forwards;opacity:0;transform:scale(1)}@keyframes dropdown-fade{0%{opacity:0}to{opacity:1}}.rce-button{background:#3979aa;border:none;border-radius:5px;box-sizing:border-box;color:#fff;cursor:pointer;flex-direction:row;font-size:12px;justify-content:center;outline:none;padding:8px;position:relative;text-align:center;transition:all .15s ease;-webkit-user-select:none;user-select:none}.rce-button,.rce-button-icon--container{align-items:center;display:flex}.rce-button:hover{opacity:.8}.rce-button:active{opacity:.6}.rce-button.outline{background:#0000!important;border:1px solid #3979aa;color:#3979aa}.rce-button.outline:hover{opacity:.6}.rce-button.outline:active{opacity:.3}.rce-button.transparent{background:#0000!important}.rce-button.transparent:hover{opacity:.6}.rce-button.transparent:active{opacity:.3}.rce-button-icon{display:flex;font-size:18px;padding:0 3px;position:relative}.rce-button-badge{align-items:center;background:#f64b34;border-radius:4px;display:flex;flex-direction:row;font-size:10px;justify-content:center;padding:4px;position:absolute;right:-7px;top:-7px}.rce-button.circle{border:1px solid #3979aa;border-radius:100%;min-height:35px;min-width:35px}.rce-mbox-video{margin-left:-6px;margin-right:-6px;margin-top:-3px}.rce-mbox-video.padding-time{padding-bottom:12px}.rce-mbox-video .rce-mbox-text{margin:auto;max-width:300px;padding:5px 0}.rce-mbox-video--video{border-radius:5px;display:flex;justify-content:center;max-height:500px;overflow:hidden;position:relative}.rce-mbox-video--video__block{background-color:#00000080;border-radius:5px;bottom:0;display:flex;left:0;position:absolute;right:0;top:0}.rce-mbox-video--video img{height:100%;min-height:100px;-webkit-user-select:none;user-select:none}.rce-mbox-video--video video{-webkit-user-select:none;user-select:none;width:100%}.rce-mbox-video--video__block-item{cursor:pointer;height:100px;margin:auto;width:100px}.rce-mbox-video--download{background:none;border:1px solid #eee;border-radius:100%;color:#efe;display:flex;font-size:3.2em;height:100px;justify-content:center;outline:none;width:100px}.rce-mbox-video--download:hover{opacity:.7}.rce-mbox-video--download:active{opacity:.3}.rce-mbox-video--error{align-items:center;background:none;color:#eaeaea;display:flex;font-size:70px;justify-content:center}.rce-mbox-audio{max-width:300px;padding-bottom:10px}audio:focus{outline:none}.rce-mtlink{min-width:400px;padding-bottom:15px}.rce-mtlink-content{background-color:#e2dfec;border-radius:4px;justify-content:space-between;padding:10px}.rce-mtlink-content,.rce-mtlink-item{align-items:center;display:flex;overflow:hidden}.rce-mtlink-item{color:#6c687c;justify-content:flex-start;max-width:100%;min-width:240px;-webkit-user-select:none;user-select:none}.rce-mtlink-title{color:#07030a;font-size:15px;padding-left:7px}.rce-mtlink-btn{background:#ededed;border-radius:4px;display:flex;margin-left:5px}.rce-mtlink-btn-content{border-right:1px solid;cursor:pointer;padding:4px}.rce-mtlink-btn-content:last-child{border-right:none}.rce-container-citem{display:block;flex-direction:column;min-width:240px;overflow:hidden}.rce-citem,.rce-container-citem.rce-citem-status-encircle{position:relative}.rce-citem{background:#fff;cursor:pointer;display:flex;flex-direction:row;height:72px;max-width:100%;min-width:240px;overflow:hidden;-webkit-user-select:none;user-select:none}.rce-citem:hover{background:#f9f9f9}.rce-citem-avatar{flex-direction:column;padding:0 15px 0 13px;position:relative}.rce-citem-avatar,.rce-citem-status{align-items:center;display:flex;justify-content:center}.rce-citem-status{background:#ccc;border-radius:100%;bottom:10px;height:20px;position:absolute;right:10px;width:20px}.rce-citem-avatar.rce-citem-status-encircle .rce-citem-status{background:#0000;border-radius:100%;bottom:0;height:100%;left:0;margin:auto;right:0;top:0;width:100%}.rce-citem-avatar img{background:#ccc;border:none!important;border-radius:100%;font-size:10px;height:50px;line-height:50px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:50px}.rce-citem-body{border-bottom:1px solid #0000000d;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;padding-right:15px}.rce-citem-body--top{display:flex}.rce-citem-body--bottom{display:flex;margin-top:4px}.rce-citem-body--bottom-title,.rce-citem-body--top-title{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rce-citem-body--top-title{font-size:16px}.rce-citem-body--bottom-title{color:#555;font-size:15px}.rce-citem-body--top-time{color:#0006;font-size:12px}.rce-citem-body--bottom-status{margin-left:3px}.rce-citem-body--bottom-status span{background:red;border-radius:100%;color:#fff;font-size:12px;font-weight:700;text-align:center}.rce-citem-body--bottom-status span,.rce-citem-body--bottom-status-icon{align-items:center;display:flex;height:18px;justify-content:center;width:18px}.rce-citem-body--bottom-status-icon{margin-left:3px;position:relative}.rce-citem-body--bottom-tools{align-items:center;display:flex;flex-direction:row;height:0;justify-content:center;left:-999px;opacity:0;position:absolute;transition:height .5s ease,opacity 1s ease}.rce-citem:hover .rce-citem-body--bottom-tools{height:100%;left:0;opacity:1;position:relative}.rce-citem-body--bottom-tools-item-hidden-hover{height:100%;opacity:.3;transition:.5s ease}.rce-citem:hover .rce-citem-body--bottom-tools-item-hidden-hover{height:0;left:-999px;opacity:0;position:absolute;transition:.5s ease}.rce-citem-body--bottom-tools-item,.rce-citem-body--bottom-tools-item svg{height:18px;width:18px}.rce-container-citem.subitem .rce-citem{height:40px;padding-left:30px}.rce-container-citem.subitem .rce-citem-body--top .rce-citem-body--top-title{font-size:12px!important}.rce-container-citem.subitem .rce-citem-body--top .rce-citem-body--top-time{font-size:10px!important}.rce-container-citem.subitem .rce-citem-body--bottom *{font-size:12px!important}.rce-container-citem.subitem .rce-citem-body--bottom-status span{align-items:center;background:red;border-radius:100%;color:#fff;display:flex;font-size:10px!important;font-weight:700;height:14px;justify-content:center;text-align:center;width:14px}.rce-container-citem.subitem .rce-citem-body--bottom{margin-top:0}.rce-citem-expand-button{background:#0000;border:none;color:teal;cursor:pointer;padding:2px 15px}.rce-citem-expand-button:hover{background-color:#eee}.rce-sublist-container{position:relative}.rce-container-clist{display:block;overflow:auto}.rce-container-mlist{display:flex;position:relative}.rce-mlist{display:block;flex:1 1;overflow:auto;position:relative}.rce-mlist-down-button{align-items:center;background:#fff;border-radius:100%;bottom:15px;box-shadow:0 1px 1px 0 #0000000d,0 2px 5px 0 #0000001a;color:#333;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:10px;transition:.2s;width:40px}.rce-mlist-down-button:hover{opacity:.7}.rce-mlist-down-button--badge{align-items:center;border-radius:100%;color:#fff;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;position:absolute;right:-5px;text-align:center;top:-5px;width:20px}.rce-container-mtitem{display:block}.rce-container-mtitem,.rce-mtitem{flex-direction:column;min-width:240px;overflow:hidden}.rce-mtitem{background:#fff;border-bottom:1px solid #0000000d;display:flex;max-width:100%;position:relative;-webkit-user-select:none;user-select:none}.rce-mtitem:hover{background:#fbfbfb}.rce-mtitem-top{display:flex;flex-direction:row;justify-content:space-between;position:relative}.rce-mtitem-subject{color:#333;font-size:15px;margin-top:5px;max-height:35px;overflow:hidden;padding:0 10px;text-overflow:ellipsis}.rce-mtitem-body{align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:center;overflow:hidden;padding:0 10px}.rce-mtitem-body--avatars{display:flex;flex:1 1;opacity:.7;overflow:hidden}.rce-mtitem-body--functions{align-items:center;display:flex;justify-content:flex-end;width:70px}.rce-mtitem-footer{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px;padding:0 10px}.rce-mtitem-body--avatars .rce-avatar-container{border:2px solid #fff;margin-left:-10px}.rce-mtitem-body--avatars .rce-avatar-container:first-child{margin:0}.rce-mtitem-letter{align-items:center;background:#e48989;color:#fff;display:flex;justify-content:center}.rce-mtitem-button{background:#5ba7c5;display:flex;transition:.3s}.rce-mtitem-button,.rce-mtitem-closable{align-items:center;border-radius:100%;color:#fff;font-size:25px;justify-content:center;padding:3px}.rce-mtitem-closable{background:#ff4a4f;display:none;margin-right:7px}.rce-mtitem:hover .rce-mtitem-closable{cursor:pointer;display:flex}.rce-mtitem-share{align-items:center;color:#5ba7c5;display:flex;font-size:30px;justify-content:center;left:-10px;margin:-10px 0;position:relative;transition:.3s}.rce-mtitem-button:hover,.rce-mtitem-share:hover{cursor:pointer;opacity:.8}.rce-mtitem-date{color:#9f9f9f;font-size:13px}.rce-container-mtlist{display:block;overflow:auto}.rce-container-input{align-items:center;background:#fff;box-sizing:border-box;display:flex;flex-direction:row;min-width:100%}.rce-input{border:none;border-radius:5px;box-sizing:border-box;color:#333;flex:1 1;font-size:14px;height:40px;outline:none;padding:0 5px}.rce-input-textarea{height:37px;padding:10px 5px;resize:none}.rce-input-buttons{margin:5px}.rce-input-buttons,.rce-input-buttons>*{display:flex;flex-direction:row}.rce-input-buttons .rce-button:nth-child(2n){margin-left:5px;margin-right:5px}.rce-input-buttons .rce-button:last-child{margin-right:0}.rce-left-padding{padding-left:10px;padding-right:0!important}.rce-right-padding{padding-left:0!important;padding-right:10px}.rce-input::placeholder{color:#afafaf}.rce-navbar{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:10px}.rce-navbar.light{background:#f4f4f4}.rce-navbar.dark{background:#2f414c}.rce-navbar-item{align-items:center;justify-content:flex-start}.rce-navbar-item,.rce-navbar-item>*{display:flex;flex-direction:row}.rce-navbar-item>*>*{margin-left:5px}.rce-sbar{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:10px}.rce-sbar.light{background:#f4f4f4}.rce-sbar.dark{background:#2f414c}.rce-sbar-item{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;max-width:100%}.rce-sbar-item>*{display:flex;flex-direction:column}.rce-sbar-item__center{margin:15px 0}.rce-popup-wrapper{align-items:center;background:#ffffffb3;bottom:0;display:flex;flex-direction:row;justify-content:center;left:0;margin:auto;position:fixed;right:0;top:0;z-index:9999999999}.rce-popup{align-items:stretch;animation:popup-scaling .4s ease forwards;background:#fff;border-radius:5px;box-shadow:0 0 25px -2px #4f4f4f;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;min-height:100px;padding:0 10px;width:400px}@keyframes popup-scaling{0%{opacity:0;transform:scale(0)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.rce-popup-header{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;padding:18px 8px}.rce-popup-content{box-sizing:border-box;font-size:14px;padding:8px}.rce-popup-content *{margin:0}.rce-popup-footer{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;padding:18px 8px}.rce-popup-footer>*{margin-left:5px}.welcome-popup-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.welcome-popup{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0003;max-height:90vh;max-width:800px;overflow-y:auto;padding:24px;width:80%}.welcome-popup-content{color:#333}.welcome-popup h2{color:#2c3e50;margin-bottom:24px;text-align:center}.welcome-sections{display:flex;flex-direction:column;gap:20px}.welcome-section{background-color:#f8f9fa;border-radius:8px;padding:16px}.welcome-section h3{color:#2c3e50;margin-bottom:12px}.welcome-section ul{margin:8px 0;padding-left:20px}.welcome-section li{margin:4px 0}.welcome-popup-button{background-color:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:16px;margin:24px auto 0;padding:12px 24px;transition:background-color .2s}.welcome-popup-button:hover{background-color:#45a049}.model-ranking-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.model-ranking-popup{background:#fff;border-radius:8px;display:flex;flex-direction:column;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-height:90vh;max-width:600px;padding:20px;position:relative;width:90%}.model-ranking-popup h2{color:#333;margin-top:0;text-align:center}.popup-content{flex:1 1;overflow-y:auto;padding-bottom:20px}.model-list{margin-bottom:20px}.model-item{align-items:center;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px #0000000d;cursor:grab;display:flex;margin-bottom:.5rem;padding:1rem}.model-item:last-child{margin-bottom:0}.rank-number{align-items:center;background-color:#007bff;border-radius:50%;color:#fff;display:flex;font-weight:700;height:30px;justify-content:center;margin-right:1rem;width:30px}.model-info{flex-grow:1}.model-info h3{color:#333;font-family:SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;margin:0}.model-info p{color:#666;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;margin:.25rem 0 0}.drag-handle{color:#999;cursor:grab;margin-left:1rem}.popup-buttons{background:#fff;border-top:1px solid #eee;bottom:0;padding-top:15px;position:sticky}.modal-buttons{margin-top:20px}.submit-button{background-color:#007bff!important;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;margin:0 5px;padding:.75rem 1.5rem;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#0056b3!important}.submit-button:disabled{background-color:#007bff!important;cursor:not-allowed;opacity:.6}.cancel-button{background-color:#95a5a6;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .2s}.cancel-button:hover{background-color:#7f8c8d}.new-tag{animation:pulse 2s infinite;background-color:#6c5ce7;border-radius:12px;color:#fff;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8em;font-weight:700;margin-left:8px;padding:2px 8px}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.feedback-section{border-top:1px solid #eee;margin:20px 0 10px;padding:0}.feedback-section h3{color:#333;font-size:1rem;margin-bottom:10px}.feedback-textarea{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;line-height:1.4;max-height:120px;min-height:60px;padding:10px;resize:vertical;width:100%}.feedback-textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff1a;outline:none}.self-efficacy-section{border-bottom:1px solid #eee;margin-bottom:24px;padding-bottom:16px}.self-efficacy-select{border:1px solid #ccc;border-radius:4px;font-size:14px;margin-top:8px;padding:8px;width:100%}.ranking-section{margin-top:24px}.modal-content{background:#fff;display:flex;flex-direction:column;margin:20px;max-height:90vh;max-width:1200px;min-width:800px;padding:20px;position:relative}.modal-layout{display:flex;gap:20px;max-height:80vh;min-width:760px;overflow-y:auto}.questionnaire-section,.ranking-section{flex:1 1;max-width:50%;min-width:350px}.assessment-grid{display:flex;flex-direction:column;gap:20px}.compact-slider-container{padding:0 10px;width:100%}.compact-slider-labels{color:#666;display:flex;font-size:.8em;justify-content:space-between;margin-top:5px}.dropdown-select{background-color:#fff;border:1px solid #ccc;border-radius:4px;font-size:14px;margin-top:4px;padding:8px;width:100%}.dropdown-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.likert-question{margin-bottom:15px}.likert-question p{font-size:.9em;margin-bottom:4px}@media (max-width:1024px){.modal-content{margin:10px;min-width:0;min-width:auto;width:95%}.modal-layout{flex-direction:column;min-width:0;min-width:auto}.questionnaire-section,.ranking-section{max-width:100%;min-width:0;min-width:auto;width:100%}}.view-problem-button{background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:12px;margin-top:8px;padding:4px 8px;transition:background-color .2s}.view-problem-button:hover{background-color:#e0e0e0}.problem-details-modal{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;overflow-y:hidden;position:fixed;right:0;top:0;z-index:1000}.problem-details-content{-webkit-overflow-scrolling:touch;background-color:#fff;border-radius:8px;margin:20px;max-height:80vh;max-width:800px;overflow-y:auto;padding:20px;position:relative;width:90%}.problem-details-content h3{margin-bottom:16px;margin-top:0}.problem-description{margin-bottom:20px;padding-right:40px;white-space:pre-wrap}.close-button{background-color:#f0f0f0;border:1px solid #ddd;float:right;padding:8px 16px;position:sticky;right:10px;top:10px;z-index:1}.close-button:hover{background-color:#e0e0e0}.problem-viewer-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.problem-viewer-content{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;margin:20px;max-height:80vh;max-width:800px;padding:20px;position:relative;width:90%}.problem-viewer-description{flex:1 1;margin:0 -20px -20px;overflow-y:auto;padding:20px;white-space:pre-wrap}.problem-viewer-close{background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:8px 16px;position:absolute;right:10px;top:10px;z-index:2001}.problem-viewer-close:hover{background-color:#e0e0e0}.max-submissions-modal{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:500px;padding:2rem;width:90%}.max-submissions-modal h2{color:#e74c3c;margin-bottom:1rem;margin-top:0}.max-submissions-modal p{line-height:1.5;margin-bottom:1rem}.submit-trajectory-button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .2s}.submit-trajectory-button:hover{background-color:#2980b9}.close-button{background-color:#95a5a6;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .2s}.close-button:hover{background-color:#7f8c8d}.chat-container{background-color:#fff;background-color:#f0f0f0;bottom:0;display:flex;flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.top-controls{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;justify-content:space-between;padding:10px 20px}.left-controls{display:flex;gap:10px}.user-profile{margin-left:20px;position:relative}.profile-icon{align-items:center;background-color:#f0f0f0;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.user-avatar{border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-menu{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px #0000001a;min-width:200px;position:absolute;right:0;top:100%;z-index:1000}.profile-email{border-bottom:1px solid #ddd;color:#666;font-size:.9em;padding:10px}.profile-menu-item{cursor:pointer;padding:10px}.profile-menu-item:hover{background-color:#f5f5f5}.model-selector{margin-right:10px}.model-selector select{border:1px solid #ccc;border-radius:3px;padding:5px}.control-button{background-color:#fff;border:1px solid #ddd;border-radius:25px;color:#333;cursor:pointer;font-size:14px;margin-right:8px;padding:8px 16px;transition:all .2s ease}.control-button:hover{background-color:#0366d6;border-color:#0366d6;color:#fff}.control-button:disabled{background-color:#f5f5f5;border-color:#ddd;color:#333;cursor:not-allowed;opacity:.5}.control-button.control-button--reset{background-color:#fff;border-color:#dc3545;color:#dc3545}.control-button.control-button--reset:hover{background-color:#dc3545;color:#fff}.control-button.control-button--reset:disabled{background-color:#f5f5f5;border-color:#dc3545;color:#dc3545;opacity:.5}.problem-chat-layout{display:flex;height:calc(100vh - 60px);overflow:hidden;width:100%}.chat-feed{padding:10px}.message-bubble{align-items:flex-start;animation:fadeInUp .3s ease-out forwards;border-radius:12px;display:flex;margin-bottom:15px;max-width:85%;padding:8px 12px}.message-bubble pre{margin:0;white-space:pre-wrap}.message-bubble code{font-family:Courier New,Courier,monospace}.user-message{background-color:#007bff;color:#fff;flex-direction:row-reverse;margin-left:auto}.ai-message{background-color:#f0f0f0;color:#2c3e50;margin-right:auto}.ai-icon,.user-icon{flex-shrink:0;height:24px;margin-right:10px;width:24px}.user-icon{color:#fff}.ai-icon{color:#2c3e50}.message-content{flex:1 1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5;overflow-wrap:break-word}.message-content pre{margin:0;white-space:pre-wrap}.message-content code{font-family:Courier New,Courier,monospace}.message-content .react-syntax-highlighter{border-radius:5px;margin:10px 0}.message-content .react-syntax-highlighter pre{background-color:#f5f5f5!important;border-radius:5px;padding:15px!important}.problem-description{background-color:initial;border:none;color:#2c3e50;font-family:inherit;font-size:14px;line-height:1.6;overflow:visible;padding:0 5px}.problem-description p{margin-bottom:1rem}.problem-description ol,.problem-description ul{margin-bottom:1rem;padding-left:1.5rem}.problem-description li{margin-bottom:.5rem}.problem-description pre{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin:1rem 0;overflow-x:auto;padding:12px}.problem-description code{background-color:#f8f9fa;border-radius:4px;color:#e83e8c;font-family:Menlo,Monaco,Courier New,monospace;font-size:.9em;padding:2px 4px}.api-key-input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:16px;margin-bottom:20px;padding:10px;width:100%}.api-key-input::placeholder{color:#999}.api-key-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.error-message{color:#dc3545;font-size:14px;margin-top:5px}.streaming-message{animation:blink 1s linear infinite;opacity:.7}@keyframes blink{0%{opacity:.7}50%{opacity:.3}to{opacity:.7}}.download-button{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-left:10px;padding:10px 15px;transition:background-color .3s}.download-button:hover{background-color:#218838}.download-button:disabled{background-color:#6c757d;cursor:not-allowed}.reset-button{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-left:10px;padding:10px 20px;transition:background-color .3s}.reset-button:hover{background-color:#c82333}.reset-button:disabled{background-color:#6c757d;cursor:not-allowed}.execution-message{background-color:#f5f5f5;border-left:4px solid #4caf50;color:#2c3e50;margin-right:auto}.execution-icon{color:#4a90e2;flex-shrink:0;height:24px;margin-right:10px;width:24px}.problem-id-input-container{margin-bottom:10px}.problem-id-input{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:10px;width:100%}.loading-container{background-color:#f0f0f0;border-radius:5px;margin-top:10px;opacity:1;padding:10px;transition:opacity .3s ease-out;width:100%}.loading-container.fade-out{opacity:0}.loading-bar{animation:loading 2s ease-in-out infinite;background-color:#007bff;height:4px;width:0}.loading-text{color:#666;font-size:14px;margin-top:5px;text-align:center}@keyframes loading{0%{width:0}50%{width:100%}to{width:100%}}.solved-checkmark{color:#28a745;font-size:1.2em;margin-left:10px}.congrats-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:10px;color:#155724;font-weight:700;margin:10px 0;padding:10px;text-align:center}.upload-button{background-color:#17a2b8;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-left:10px;padding:10px 15px;transition:background-color .3s}.upload-button:hover{background-color:#138496}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-bubble:last-child{animation:fadeInUpLast .3s ease-out forwards}@keyframes fadeInUpLast{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.problem-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;flex:0 0 25%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,sans-serif;height:calc(100% - 24px);margin:12px;overflow-y:auto;padding:25px}.problem-title{background-color:#f8f9fa;border-left:4px solid #6c5ce7;border-radius:8px;color:#333;font-family:inherit;font-size:1.4rem;font-weight:600;margin:0 0 20px;padding:12px 16px}.chat-section{background-color:#fff;display:flex;flex-direction:column;height:100%;margin:0;padding:0}.chat-box{background-color:#fff;flex:1 1;overflow-y:auto;padding:20px}.input-area{align-items:flex-end;background-color:#f8f9fa;border-top:1px solid #e0e0e0;display:flex;padding:10px}.chat-input{border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:16px;max-height:100px;min-height:20px;overflow-y:auto;padding:10px;resize:none}.send-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-left:10px;padding:10px 15px;transition:background-color .3s}.send-button:hover{background-color:#0056b3}.send-button:disabled{background-color:#6c757d;cursor:not-allowed}.code-block-container{margin:1em 0;position:relative}.code-block-buttons{display:flex;gap:10px;margin-top:10px}.execute-code-button{border-radius:4px;font-size:.9em}.control-button--reset{background-color:#ff4757;color:#fff}.control-button--reset:hover{background-color:#ff6b81;color:#fff}.control-button--primary{background-color:#6c5ce7;color:#fff}.control-button--primary:hover{background-color:#5b4bc4}.code-editor{margin-bottom:10px;width:100%}.code-textarea{background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;font-family:monospace;min-height:200px;padding:10px;resize:vertical;width:100%}.edit-code-button,.save-code-button{background-color:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:5px 10px}.edit-code-button:hover,.save-code-button:hover{background-color:#357abd}.editor-section{background:#1e1e1e;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;height:calc(100% - 24px);margin:12px;overflow:hidden;width:calc(100% - 24px)}.editor-header{align-items:center;background-color:#1e1e1e;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:12px 16px;position:relative;z-index:10}.editor-header select{background:#3c3c3c;border:1px solid #404040;border-radius:8px}.editor-header select,.execute-code-button{color:#fff;cursor:pointer;font-family:inherit;font-size:.9rem;padding:6px 12px}.execute-code-button{background-color:#4caf50;border:none;border-radius:8px;margin-left:10px;transition:background-color .2s}.execute-code-button:hover{background-color:#45a049}.monaco-editor{z-index:1}.panel-resize-handle{background-color:#e0e0e0;transition:background-color .2s}.panel-resize-handle[data-resize-handle-active]{background-color:#bdbdbd}.panel-resize-handle[data-panel-group-direction=vertical]{cursor:row-resize;height:2px;width:100%}.panel-resize-handle[data-panel-group-direction=horizontal]{cursor:col-resize;width:2px}.text-block-container{background-color:initial;border-radius:4px;color:inherit;margin:10px 0;padding:10px;position:relative}.text-block-container:has(.simplify-button){margin:24px 0 10px}.simplify-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;opacity:.8;padding:5px 10px;position:absolute;right:10px;top:-28px;z-index:1}.user-message .simplify-button{background-color:#fff;color:#007bff}.user-message .simplify-button:hover:not(:disabled){background-color:#e6e6e6}.simplify-button:disabled{background-color:#ccc;cursor:not-allowed}.simplify-button:hover:not(:disabled){background-color:#0056b3;opacity:1}.rce-container-mbox{width:100%}.rce-mbox{background:#0000!important;box-shadow:none!important;max-width:85%}.user-message .rce-mbox{background-color:#007bff!important;color:#fff}.ai-message .rce-mbox{background-color:#f0f0f0!important}.execution-message .rce-mbox{background-color:#f5f5f5!important;border-left:4px solid #4caf50}.message-bubble:before{background-repeat:no-repeat;background-size:contain;content:"";flex-shrink:0;height:24px;margin:0 8px;width:24px}.user-message:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E")}.ai-message:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232C3E50'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.17-5.24-1.1-1.1c.71-1.33.53-3.01-.59-4.13A3.482 3.482 0 0 0 12 8.5c-.03 0-.06.01-.09.01L13 9.6l-1.06 1.06-2.83-2.83L11.94 5 13 6.06l-.99.99c.13-.01.26-.02.39-.02 1.45 0 2.91.55 4.01 1.66a4.647 4.647 0 0 1 0 6.58z'/%3E%3C/svg%3E")}.execution-message:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234caf50'%3E%3Cpath d='M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z'/%3E%3C/svg%3E")}.user-message pre{background-color:#ffffff1a!important;border-radius:6px}.user-message code{color:#fff!important}[data-panel]{overflow:hidden!important}.problem-description *,.problem-title{overflow:visible}.right-controls{align-items:center;display:flex;gap:1rem}.timer{background-color:#0000001a;border-radius:4px;font-family:monospace;font-size:1.2rem;min-width:85px;padding:.5rem;text-align:center}.control-button--solving{background-color:#dc3545;color:#fff}.control-button--solving:hover{background-color:#c82333}.input-area textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.success-popup{animation:slideDown .3s ease-out,fadeOut .3s ease-in 2.7s;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:15px 25px;top:20px}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.editor-wrapper{height:100%;position:relative}.editor-disabled{opacity:.9}.editor-overlay{align-items:center;background:#0009;bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;padding:20px;pointer-events:none;position:absolute;right:0;text-align:center;top:0;z-index:10}.editor-overlay p{font-size:1.1em;margin:5px 0;text-shadow:1px 1px 2px #000c}.editor-overlay p:last-child{font-size:.9em;opacity:.8}.submission-count{color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;margin-left:10px}.execute-code-button:disabled{background-color:#ccc;cursor:not-allowed}.control-button[disabled]{cursor:not-allowed;position:relative}.control-button[disabled]:hover:after{background:#000c;border-radius:6px;box-shadow:0 2px 4px #0003;color:#fff;content:attr(title);font-size:12px;max-width:300px;padding:8px 12px;top:-40px;white-space:nowrap;width:max-content}.control-button[disabled]:hover:after,.control-button[disabled]:hover:before{left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:10000}.control-button[disabled]:hover:before{border:6px solid #0000;border-top-color:#000c;content:"";top:-12px}.submit-button-container{align-items:center;display:flex;gap:10px}.submit-requirement-message{color:#666;font-size:12px;font-style:italic}.math-answer-section{align-items:center;background-color:#1e1e1e;display:flex;height:100%;justify-content:center;padding:20px}.math-answer-container{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #0003;max-width:500px;padding:32px;transition:transform .2s ease;width:100%}.math-answer-container:hover{transform:translateY(-2px)}.math-answer-container h3{color:#1a1a1a;font-size:1.4em;font-weight:600;margin-bottom:24px;text-align:center}.math-input-wrapper{display:flex;gap:12px;margin-bottom:16px}.math-answer-input{background-color:#fff;border:2px solid #e0e0e0;border-radius:12px;color:#1a1a1a;flex:1 1;font-size:1.1em;padding:14px 16px;transition:all .2s ease}.math-answer-input::placeholder{color:#9e9e9e}.math-answer-input:focus{border-color:#2196f3;box-shadow:0 0 0 4px #2196f31a;outline:none}.math-submit-button{background-color:#2196f3;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1em;font-weight:500;padding:14px 28px;transition:all .2s ease}.math-submit-button:hover{background-color:#1976d2;box-shadow:0 4px 12px #2196f333;transform:translateY(-1px)}.math-submit-button:active{transform:translateY(0)}.math-answer-hint{color:#757575;font-size:.95em;line-height:1.5;margin-top:16px;text-align:center}.math-answer-footer{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.math-answer-hint{flex:1 1;margin-right:20px}.math-answer-section .submission-count{color:#666;font-size:.9em}.math-submit-button:disabled{background-color:#ccc;cursor:not-allowed}.math-answer-container.editor-disabled{position:relative}.math-answer-container .editor-overlay{align-items:center;background:#000000b3;bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;padding:20px;position:absolute;right:0;text-align:center;top:0;z-index:10}.math-answer-container .editor-overlay p{margin:5px 0}.math-answer-container.editor-disabled button,.math-answer-container.editor-disabled input{pointer-events:none}.void-problem-button{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:8px 16px}.void-problem-button:hover{background-color:#c82333}.learning-mode-message{background-color:#f8f9fa;border-radius:8px;margin:1rem 0;padding:2rem;text-align:center}.learning-mode-message h3{color:#2196f3;margin-bottom:1rem}.learning-answer-section{align-items:center;background-color:#1e1e1e;display:flex;height:100%;justify-content:center;padding:20px}.learning-answer-container{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #0003;max-width:500px;padding:32px;transition:transform .2s ease;width:100%}.learning-input-wrapper{display:flex;gap:12px;margin-bottom:16px}.learning-answer-input{background-color:#fff;border:2px solid #e0e0e0;border-radius:12px;color:#1a1a1a;flex:1 1;font-size:1.1em;padding:14px 16px;transition:all .2s ease}.learning-answer-input:focus{border-color:#2196f3;box-shadow:0 0 0 4px #2196f31a;outline:none}.learning-submit-button{background-color:#2196f3;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1em;font-weight:500;padding:14px 28px;transition:all .2s ease}.learning-answer-hint{color:#757575;font-size:.95em;line-height:1.5;margin-top:16px;text-align:center}.learning-answer-footer{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.learning-answer-section .submission-count{color:#666;font-size:.9em}.learning-submit-button:disabled{background-color:#ccc;cursor:not-allowed}.hidden-problem-message{background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;margin:1rem 0;padding:2rem;text-align:center}.hidden-problem-message h3{color:#6c757d;font-size:1.5rem;margin-bottom:1.5rem}.hidden-problem-message p{color:#495057;font-size:1.1rem;margin-bottom:.75rem}.hidden-problem-message p:nth-child(2){background-color:#e3f2fd;border-left:4px solid #1976d2;border-radius:8px;color:#1976d2;font-size:1.2rem;font-weight:600;margin:1rem auto;max-width:80%;padding:12px 20px;text-align:left}.hidden-problem-message p:nth-child(2):before{content:"📚";font-size:1.3rem;margin-right:10px}.hidden-problem-message p:nth-child(3),.hidden-problem-message p:nth-child(4){color:#666;font-size:1rem;font-style:italic}.message-bubble.blurred{filter:blur(5px);opacity:.7;pointer-events:none}.message-bubble.blurred:hover:after{background:#000c;border-radius:4px;color:#fff;content:"Chat hidden during solving mode";filter:blur(0);left:50%;padding:5px 10px;position:absolute;top:50%;transform:translate(-50%,-50%)}.login-container{background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000001a;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,sans-serif;margin:100px auto;max-width:400px;padding:40px}.login-container h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:30px;text-align:center}.login-container form{display:flex;flex-direction:column;gap:15px}.login-container input{background-color:#f0f0f0;border:none;border-radius:25px;font-size:1rem;outline:none;padding:12px 20px;transition:background-color .2s,box-shadow .2s}.login-container input:focus{background-color:#e8e8e8;box-shadow:0 2px 8px #0000001a}.login-container button{background-color:#6c5ce7;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;margin-top:10px;padding:12px 20px;transition:background-color .2s,transform .2s}.login-container button:hover{background-color:#5b4bc4;transform:translateY(-1px)}.login-container button:active{transform:translateY(0)}.login-container .error{color:#ff4757;font-size:.9rem;margin-top:15px;text-align:center}.login-container p{align-items:center;color:#666;display:flex;gap:10px;justify-content:center;margin-top:20px;text-align:center}.login-container p button{margin-top:0;padding:8px 16px}button.disabled{background-color:#999;cursor:not-allowed;opacity:.5}button.disabled:hover{background-color:#999;transform:none}.login-container button.secondary{background-color:#6c5ce7;color:#fff;font-weight:500}.login-container button.secondary:hover{background-color:#5b4bc4;transform:translateY(-1px)}.divider{align-items:center;display:flex;margin:20px 0;text-align:center}.divider:after,.divider:before{border-bottom:1px solid #e0e0e0;content:"";flex:1 1}.divider span{color:#666;font-size:.9rem;padding:0 10px}.google-button{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:25px;color:#333;cursor:pointer;display:flex;font-size:1rem;gap:10px;justify-content:center;padding:12px 20px;transition:background-color .2s,transform .2s,box-shadow .2s;width:100%}.google-button:hover{background-color:#f8f8f8;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.notes-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;height:100%}.notes-header{border-bottom:1px solid #eaeaea;padding:16px 20px}.notes-header h3{color:#333;font-weight:600;margin:0}.notes-header small{color:#666;font-size:.85em}.notes-editor{flex:1 1;overflow-y:auto;padding:20px}.notes-editable{color:#2c3e50;font-size:16px;line-height:1.6;min-height:100%}.notes-editable p{margin:0 0 1em}.ProseMirror{min-height:100px;outline:none;padding:4px 8px}.ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.settings-container{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,sans-serif;margin:0 auto;max-width:800px;padding:2rem}.settings-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem;padding:1.5rem}.settings-section h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;margin-top:0}.setting-item{margin-bottom:1.5rem}.setting-item:last-child{margin-bottom:0}.setting-item label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.setting-item input[type=password],.setting-item select{background-color:#f0f0f0;border:1px solid #ddd;border-radius:25px;box-sizing:border-box;font-family:inherit;font-size:1rem;margin-top:.25rem;outline:none;padding:12px 20px;transition:background-color .2s,box-shadow .2s;width:calc(100% - 40px)}.setting-item input[type=password]:focus,.setting-item select:focus{background-color:#e8e8e8;box-shadow:0 2px 8px #0000001a}.setting-item input[type=password]:hover,.setting-item select:hover{background-color:#e8e8e8}.setting-item input[type=checkbox]{margin-right:.5rem}.setting-description{color:#666;font-size:.9rem;margin-top:.5rem}@media (max-width:768px){.settings-container{padding:1rem}}.settings-save-button{margin-top:20px;text-align:center}.save-button{background-color:#ccc;border:none;border-radius:4px;cursor:not-allowed;font-size:16px;padding:10px 20px}.save-button.has-changes{background-color:#007bff;color:#fff;cursor:pointer}.save-button.has-changes:hover{background-color:#0056b3}.success-popup{animation:slideDown .3s ease-out;background-color:#4caf50;border-radius:0 0 5px 5px;box-shadow:0 2px 5px #0003;color:#fff;left:50%;padding:15px 30px;position:fixed;top:0;transform:translateX(-50%);z-index:1000}.success-content{align-items:center;display:flex;gap:10px}.success-icon{font-size:20px;font-weight:700}.settings-notice{background-color:#fff3cd;border:1px solid #ffeeba;border-radius:4px;color:#856404;margin-bottom:20px;padding:10px}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:500px;padding:2rem;width:90%}.modal-content h3{color:#333;margin-top:0}.modal-content p{color:#666;line-height:1.5;margin:1rem 0}.modal-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.modal-button{border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:.5rem 1rem}.modal-button.cancel{background-color:#e0e0e0;color:#333}.modal-button.confirm{background-color:#007bff;color:#fff}.modal-button:hover{opacity:.9}.required-field:after{color:red;content:" *"}.info-notice{background-color:#e8f4fd;border:1px solid #90caf9;border-radius:4px;margin-bottom:20px;padding:12px}.info-notice p{color:#1976d2;margin:0}.suggestions-container{height:100%;overflow-y:auto;padding:1rem}.suggestions-header{margin-bottom:1.5rem}.suggestions-header h3{color:#333;margin:0}.suggestions-header small{color:#666}.suggestions-list{display:flex;flex-direction:column;gap:1rem}.suggestion-card{background:#fff;border-left:4px solid;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;padding:1rem;transition:transform .2s ease}.suggestion-card:hover{transform:translateX(4px)}.suggestion-card h4{color:#333;margin:0 0 .5rem}.suggestion-card p{color:#666;line-height:1.4;margin:0}.suggestion-card.approach{border-left-color:#4caf50}.suggestion-card.dataStructure{border-left-color:#2196f3}.suggestion-card.optimization{border-left-color:#ff9800}.suggestion-card.testing{border-left-color:#9c27b0}.suggestion-card.selected{box-shadow:0 4px 8px #0003;transform:translateX(8px)}.thoughts-input-container{animation:slideDown .3s ease-out;background:#f5f5f5;border-radius:8px;margin-top:1rem;padding:1rem}.thoughts-input{border:1px solid #ddd;border-radius:4px;margin-bottom:.5rem;min-height:100px;padding:.5rem;resize:vertical;width:100%}.add-to-chat-button{background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem}.add-to-chat-button:disabled{background:#ccc;cursor:not-allowed}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.suggestions-controls{align-items:center;display:flex;gap:10px}.refresh-suggestions-button{background:#0000;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:12px;padding:4px 8px;transition:all .2s}.refresh-suggestions-button:hover:not(:disabled){background:#f0f0f0}.refresh-suggestions-button:disabled{cursor:not-allowed;opacity:.5}.suggestion-card:first-child{border-left:4px solid #ff6b6b}.suggestion-card:nth-child(2){border-left:4px solid #4ecdc4}.suggestion-card:nth-child(3){border-left:4px solid #ffd93d}.suggestion-card:nth-child(4){border-left:4px solid #95d1cc}.suggestion-card.selected:first-child{background-color:#ff6b6b1a}.suggestion-card.selected:nth-child(2){background-color:#4ecdc41a}.suggestion-card.selected:nth-child(3){background-color:#ffd93d1a}.suggestion-card.selected:nth-child(4){background-color:#95d1cc1a}.test-cases-container{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif;height:100%;overflow-y:auto;padding:1rem}.test-case-input-section{background-color:#f8f9fa;background-color:var(--background-secondary,#f8f9fa);border-radius:8px;box-shadow:0 1px 2px #0000000d;margin-bottom:1rem;padding:1.25rem}.input-group{display:flex;flex-direction:column;gap:.75rem}.test-input{background-color:#fff;background-color:var(--input-background,#fff);border:1px solid #e2e8f0;border:1px solid var(--border-color,#e2e8f0);border-radius:6px;font-family:inherit;font-size:.9375rem;line-height:1.5;min-height:60px;padding:.75rem;resize:vertical;transition:border-color .2s ease;width:100%}.test-input:focus{border-color:#2196f3;border-color:var(--primary-color,#2196f3);box-shadow:0 0 0 2px #2196f31a;outline:none}.add-test-button{background-color:#2196f3;background-color:var(--primary-color,#2196f3);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:500;padding:.75rem;transition:background-color .2s ease}.add-test-button:hover{background-color:#1976d2;background-color:var(--primary-color-dark,#1976d2)}.test-cases-list{display:flex;flex-direction:column;gap:1rem}.test-case-item{background-color:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color,#e2e8f0);border-radius:8px;padding:1.25rem;transition:box-shadow .2s ease}.test-case-item:hover{box-shadow:0 2px 4px #0000000d}.test-case-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.test-case-header span{color:#1a1a1a;color:var(--text-primary,#1a1a1a);font-size:.9375rem;font-weight:600}.remove-test-button{background:none;border:none;border-radius:4px;color:#dc3545;color:var(--danger-color,#dc3545);cursor:pointer;font-size:1.25rem;padding:.25rem;transition:background-color .2s ease}.remove-test-button:hover{background-color:#dc35451a}.test-case-content{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.test-case-io{color:#4a5568;color:var(--text-secondary,#4a5568);flex-grow:1;font-size:.875rem;line-height:1.5}.test-case-io>div{margin-bottom:.5rem}.run-test-button{background-color:#2196f3;background-color:var(--primary-color,#2196f3);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s ease;white-space:nowrap}.run-test-button:hover{background-color:#1976d2;background-color:var(--primary-color-dark,#1976d2)}.run-all-button{background-color:#2196f3;background-color:var(--primary-color,#2196f3);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:500;margin-top:1.25rem;padding:.75rem;transition:background-color .2s ease;width:100%}.run-all-button:hover{background-color:#1976d2;background-color:var(--primary-color-dark,#1976d2)}.status-indicator{font-weight:700;margin-left:8px}.status-indicator.passed{color:#4caf50}.status-indicator.failed{color:#f44336}button:disabled{background-color:#cbd5e1;background-color:var(--disabled-color,#cbd5e1);cursor:not-allowed;opacity:.7}:root{--primary-color:#2196f3;--primary-color-dark:#1976d2;--border-color:#e2e8f0;--text-primary:#1a1a1a;--text-secondary:#4a5568;--success-color:#22c55e;--danger-color:#dc3545;--disabled-color:#cbd5e1;--input-background:#fff;--background-secondary:#f8f9fa;--background-tertiary:#e9ecef;--text-primary:#212529;--text-secondary:#6c757d;--primary-color:#0d6efd;--border-color:#dee2e6}@media (prefers-color-scheme:dark){:root{--background-secondary:#2d3436;--background-tertiary:#353b48;--text-primary:#f1f2f6;--text-secondary:#dfe6e9;--border-color:#4a5568}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.0b43a9a3.css.map*/