.code-execution-display{margin-top:1rem;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;background:#fff}@media (min-width: 640px){.code-execution-display{border-radius:12px}}.code-section{border-bottom:1px solid #e5e7eb}.code-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex-wrap:wrap;gap:.5rem}@media (min-width: 640px){.code-header{padding:.75rem 1rem;flex-wrap:nowrap;gap:0}}.code-toggle{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:0;transition:opacity .2s}.code-toggle:hover{opacity:.9}.code-toggle .toggle-icon{font-size:.75rem}.code-toggle .toggle-label{font-size:.875rem}.execution-time{margin-left:.5rem;padding:.125rem .5rem;background:#fff3;border-radius:10px;font-size:.75rem;font-weight:500}.copy-code-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem .75rem;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:500;transition:all .2s;min-height:44px}@media (min-width: 640px){.copy-code-btn{padding:.375rem .75rem;min-height:auto}}.copy-code-btn:hover{background:#ffffff4d;border-color:#ffffff80}.code-block{margin:0;padding:.75rem;background:#1e1e1e;color:#d4d4d4;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,Courier New,monospace;font-size:.75rem;line-height:1.5;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;-webkit-overflow-scrolling:touch}@media (min-width: 640px){.code-block{padding:1rem;font-size:.875rem;line-height:1.6}}.code-block code{font-family:inherit}.execution-error,.execution-output{padding:1rem}.error-header,.output-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;font-size:.875rem}.error-header{color:#dc2626}.output-header{color:#16a34a}.error-icon,.output-icon{font-size:1rem}.error-content,.output-content{margin:0;padding:1rem;border-radius:8px;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,Courier New,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}.error-content{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.output-content{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.generated-files{padding:1rem;border-top:1px solid #e5e7eb}.files-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;font-size:.875rem;color:#6366f1}.files-icon{font-size:1rem}.files-content{display:flex;flex-direction:column;gap:1rem}.file-item{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#f9fafb}.file-image-container{padding:1rem;background:#fff;display:flex;justify-content:center;align-items:center}.file-image{max-width:100%;height:auto;border-radius:4px;box-shadow:0 2px 8px #0000001a;-o-object-fit:contain;object-fit:contain}.file-download{padding:.75rem 1rem;background:#f3f4f6;border-top:1px solid #e5e7eb}.download-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:500;transition:transform .2s,box-shadow .2s;min-height:44px;justify-content:center}@media (min-width: 640px){.download-btn{padding:.5rem 1rem;min-height:auto}}.download-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.auth-modal{background:#fff;border-radius:12px;padding:24px;max-width:420px;width:90%;box-shadow:0 20px 60px #0000004d;max-height:90vh;overflow-y:auto}@media (min-width: 640px){.auth-modal{padding:32px}}@media (max-width: 480px){.auth-modal{width:95%;max-height:95vh;border-radius:8px;padding:20px}}.auth-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.auth-header h2{margin:0;font-size:20px;color:#1a1a1a}@media (min-width: 640px){.auth-header h2{font-size:24px}}.auth-close{background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s;min-width:44px;min-height:44px}@media (min-width: 640px){.auth-close{font-size:32px;width:32px;height:32px;min-width:auto;min-height:auto}}.auth-close:hover{background:#f0f0f0}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-error{padding:12px;background:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;font-size:14px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:14px;font-weight:500;color:#333}.auth-field input{padding:14px 12px;border:1px solid #ddd;border-radius:6px;font-size:16px;transition:border-color .2s;-webkit-text-size-adjust:100%}@media (min-width: 640px){.auth-field input{padding:12px;font-size:15px}}.auth-field input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.auth-submit{margin-top:8px;padding:16px;background:#4a90e2;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;min-height:48px}@media (min-width: 640px){.auth-submit{padding:14px;min-height:auto}}.auth-submit:hover:not(:disabled){background:#357abd}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-toggle{text-align:center;color:#666;font-size:14px;margin-top:8px}.auth-toggle-btn{background:none;border:none;color:#4a90e2;cursor:pointer;font-size:14px;font-weight:600;text-decoration:underline;padding:0}.auth-toggle-btn:hover{color:#357abd}.password-requirements{margin-top:8px;padding:12px;background:#f8f9fa;border-radius:6px;font-size:13px;display:flex;flex-direction:column;gap:6px}.password-requirements>div{display:flex;align-items:center;gap:8px;transition:color .2s}.req-met{color:#22c55e;font-weight:500}.req-unmet{color:#94a3b8}.auth-divider{display:flex;align-items:center;text-align:center;margin:16px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #ddd}.auth-divider span{padding:0 12px;color:#666;font-size:14px;font-weight:500}.share-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.share-modal{background:var(--bg-primary, #ffffff);border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:90%;max-width:480px;max-height:90vh;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.share-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid var(--border-light, #e5e7eb)}.share-modal-title-group{display:flex;flex-direction:column;gap:4px}.share-modal-header h3{margin:0;font-size:18px;font-weight:600;color:var(--text-primary, #1f2937)}.share-modal-subtitle{font-size:13px;color:var(--text-secondary, #6b7280);max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-modal-close{background:transparent;border:none;padding:8px;margin:-8px -8px 0 0;cursor:pointer;color:var(--text-secondary, #6b7280);border-radius:8px;transition:all .15s ease}.share-modal-close:hover{background:var(--bg-hover, #f3f4f6);color:var(--text-primary, #1f2937)}.share-modal-content{padding:20px 24px 24px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;max-height:calc(90vh - 80px)}.share-modal-content label{display:block;font-size:12px;font-weight:600;color:var(--text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.share-link-input-group{display:flex;gap:8px}.share-link-input{flex:1;padding:10px 14px;border:1px solid var(--border-light, #e5e7eb);border-radius:10px;font-size:14px;color:var(--text-primary, #1f2937);background:var(--bg-secondary, #f9fafb);outline:none}.share-link-input:focus{border-color:var(--primary, #4f46e5);box-shadow:0 0 0 3px #4f46e51a}.share-copy-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;background:var(--primary, #4f46e5);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.share-copy-btn:hover{background:var(--primary-hover, #4338ca)}.share-copy-btn.copied{background:#10b981}.share-buttons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.share-option-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:var(--bg-secondary, #f9fafb);border:1px solid var(--border-light, #e5e7eb);border-radius:10px;font-size:14px;font-weight:500;color:var(--text-primary, #1f2937);cursor:pointer;transition:all .15s ease}.share-option-btn:hover{background:var(--bg-hover, #f3f4f6);border-color:var(--border-medium, #d1d5db)}.share-option-btn svg{flex-shrink:0}.share-native{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-color:transparent}.share-native:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);border-color:transparent}.share-twitter{background:#000;color:#fff;border-color:transparent}.share-twitter:hover{background:#1a1a1a;border-color:transparent}.share-linkedin{background:#0077b5;color:#fff;border-color:transparent}.share-linkedin:hover{background:#006097;border-color:transparent}.share-preview-box{background:var(--bg-secondary, #f9fafb);border:1px solid var(--border-light, #e5e7eb);border-radius:10px;padding:12px 14px;max-height:120px;overflow-y:auto}.share-preview-box pre{margin:0;font-family:inherit;font-size:13px;color:var(--text-secondary, #6b7280);white-space:pre-wrap;word-break:break-word}@media (max-width: 480px){.share-modal{width:95%;max-height:85vh}.share-buttons-grid{grid-template-columns:1fr}.share-modal-content{padding:16px 20px 20px}.share-modal-header{padding:16px 20px 12px}}@media (prefers-color-scheme: dark){.share-modal{background:#1f2937}.share-modal-header{border-bottom-color:#374151}.share-modal-header h3{color:#f9fafb}.share-modal-subtitle,.share-modal-content label{color:#9ca3af}.share-link-input,.share-option-btn{background:#374151;border-color:#4b5563;color:#f9fafb}.share-option-btn:hover{background:#4b5563;border-color:#6b7280}.share-preview-box{background:#374151;border-color:#4b5563}.share-preview-box pre{color:#d1d5db}}.feedback-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:feedbackFadeIn .2s ease-out}@keyframes feedbackFadeIn{0%{opacity:0}to{opacity:1}}.feedback-modal{background:var(--bg-primary, #ffffff);border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:90%;max-width:520px;max-height:90vh;overflow:hidden;animation:feedbackSlideUp .3s ease-out}@keyframes feedbackSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.feedback-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid var(--border-light, #e5e7eb)}.feedback-modal-title-group{display:flex;flex-direction:column;gap:4px}.feedback-modal-header h3{margin:0;font-size:18px;font-weight:600;color:var(--text-primary, #1f2937)}.feedback-modal-subtitle{font-size:13px;color:var(--text-secondary, #6b7280)}.feedback-modal-close{background:transparent;border:none;padding:8px;margin:-8px -8px 0 0;cursor:pointer;color:var(--text-secondary, #6b7280);border-radius:8px;transition:all .15s ease}.feedback-modal-close:hover{background:var(--bg-hover, #f3f4f6);color:var(--text-primary, #1f2937)}.feedback-modal-content{padding:20px 24px 24px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;max-height:calc(90vh - 80px)}.feedback-modal-content label{display:block;font-size:13px;font-weight:600;color:var(--text-primary, #1f2937);margin-bottom:8px}.feedback-modal-content label .optional{font-weight:400;color:var(--text-secondary, #6b7280)}.feedback-type-buttons{display:flex;gap:8px;flex-wrap:wrap}.feedback-type-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--bg-secondary, #f9fafb);border:2px solid var(--border-light, #e5e7eb);border-radius:10px;font-size:14px;font-weight:500;color:var(--text-primary, #1f2937);cursor:pointer;transition:all .15s ease;flex:1;min-width:120px;justify-content:center}.feedback-type-btn:hover{background:var(--bg-hover, #f3f4f6);border-color:var(--border-medium, #d1d5db)}.feedback-type-btn.active{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:transparent;color:#fff}.feedback-type-btn.active svg{stroke:#fff}.feedback-message-section textarea{width:100%;padding:12px 14px;border:1px solid var(--border-light, #e5e7eb);border-radius:10px;font-size:14px;color:var(--text-primary, #1f2937);background:var(--bg-primary, #ffffff);resize:vertical;min-height:100px;font-family:inherit;line-height:1.5;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.feedback-message-section textarea:focus{border-color:var(--primary, #4f46e5);box-shadow:0 0 0 3px #4f46e51a}.feedback-message-section textarea::-moz-placeholder{color:var(--text-light, #9ca3af)}.feedback-message-section textarea::placeholder{color:var(--text-light, #9ca3af)}.feedback-email-section input{width:100%;padding:10px 14px;border:1px solid var(--border-light, #e5e7eb);border-radius:10px;font-size:14px;color:var(--text-primary, #1f2937);background:var(--bg-primary, #ffffff);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.feedback-email-section input:focus{border-color:var(--primary, #4f46e5);box-shadow:0 0 0 3px #4f46e51a}.feedback-email-section input::-moz-placeholder{color:var(--text-light, #9ca3af)}.feedback-email-section input::placeholder{color:var(--text-light, #9ca3af)}.feedback-checkbox-label{display:flex!important;align-items:flex-start;gap:10px;cursor:pointer;margin-bottom:0!important}.feedback-checkbox-label input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:var(--primary, #4f46e5)}.checkbox-text{font-weight:500;color:var(--text-primary, #1f2937)}.checkbox-hint{display:block;font-size:12px;font-weight:400;color:var(--text-secondary, #6b7280);margin-top:2px}.feedback-session-preview label{font-size:12px!important;font-weight:500!important;color:var(--text-secondary, #6b7280)!important;text-transform:uppercase;letter-spacing:.05em}.session-preview-box{background:var(--bg-secondary, #f9fafb);border:1px solid var(--border-light, #e5e7eb);border-radius:10px;padding:12px 14px}.session-preview-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:13px}.session-preview-item:not(:last-child){border-bottom:1px solid var(--border-light, #e5e7eb);padding-bottom:8px;margin-bottom:4px}.preview-label{color:var(--text-secondary, #6b7280)}.preview-value{color:var(--text-primary, #1f2937);font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-error{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:14px}.feedback-error svg{flex-shrink:0}.feedback-submit-section{padding-top:4px}.feedback-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s ease}.feedback-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#4338ca,#6d28d9);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.feedback-submit-btn:disabled{opacity:.7;cursor:not-allowed}.feedback-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:feedbackSpin .8s linear infinite}@keyframes feedbackSpin{to{transform:rotate(360deg)}}.feedback-modal-success{padding:48px 24px;text-align:center}.feedback-success-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;margin-bottom:20px}.feedback-success-icon svg{stroke:#fff}.feedback-modal-success h4{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--text-primary, #1f2937)}.feedback-modal-success p{margin:0;font-size:14px;color:var(--text-secondary, #6b7280)}@media (max-width: 480px){.feedback-modal{width:95%;max-height:85vh}.feedback-type-buttons{flex-direction:column}.feedback-type-btn{min-width:100%}.feedback-modal-content{padding:16px 20px 20px}.feedback-modal-header{padding:16px 20px 12px}.session-preview-item{flex-direction:column;align-items:flex-start;gap:2px}.preview-value{max-width:100%}}@media (prefers-color-scheme: dark){.feedback-modal{background:#1f2937}.feedback-modal-header{border-bottom-color:#374151}.feedback-modal-header h3{color:#f9fafb}.feedback-modal-subtitle{color:#9ca3af}.feedback-modal-content label{color:#f9fafb}.feedback-modal-content label .optional{color:#9ca3af}.feedback-type-btn{background:#374151;border-color:#4b5563;color:#f9fafb}.feedback-type-btn:hover{background:#4b5563;border-color:#6b7280}.feedback-message-section textarea,.feedback-email-section input{background:#374151;border-color:#4b5563;color:#f9fafb}.feedback-message-section textarea::-moz-placeholder,.feedback-email-section input::-moz-placeholder{color:#9ca3af}.feedback-message-section textarea::placeholder,.feedback-email-section input::placeholder{color:#9ca3af}.checkbox-text{color:#f9fafb}.checkbox-hint{color:#9ca3af}.session-preview-box{background:#374151;border-color:#4b5563}.session-preview-item:not(:last-child){border-bottom-color:#4b5563}.preview-label{color:#9ca3af}.preview-value{color:#f9fafb}.feedback-error{background:#451a1a;border-color:#7f1d1d;color:#fca5a5}.feedback-modal-success h4{color:#f9fafb}.feedback-modal-success p{color:#9ca3af}}.chat-page{display:flex;height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;position:relative}.mobile-header,.sidebar-overlay{display:none}.chat-sidebar{width:260px;background:#f9fafb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;z-index:1001}.sidebar-header{padding:1rem;border-bottom:1px solid #e5e7eb}.logo-button{background:transparent;border:none;color:#667eea;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.logo-button:hover{background:#e5e7eb;color:#764ba2}.sidebar-actions{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem;border-bottom:1px solid #e5e7eb}.sidebar-action-btn{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.75rem;text-align:left}.sidebar-action-btn:hover{background:#f3f4f6;border-color:#667eea;color:#667eea}.sidebar-action-btn.pro-mode-sidebar-toggle{position:relative}.sidebar-action-btn.pro-mode-sidebar-toggle.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.sidebar-action-btn.pro-mode-sidebar-toggle.active:hover{background:linear-gradient(135deg,#7e8ff3,#8a5cb5);border-color:#7e8ff3;color:#fff}.pro-mode-badge{margin-left:auto;padding:.125rem .5rem;border-radius:10px;font-size:.625rem;font-weight:700;text-transform:uppercase}.pro-mode-badge.off{background:#e5e7eb;color:#6b7280}.sidebar-action-btn.pro-mode-sidebar-toggle.active .pro-mode-badge.on{background:#ffffff40;color:#fff}.sidebar-action-btn.feedback-btn{color:#6b7280;border-color:#e5e7eb}.sidebar-action-btn.feedback-btn:hover{background:#f9fafb;border-color:#667eea;color:#667eea}.search-chats{position:relative;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280}.search-chats svg{flex-shrink:0}.search-chats input{flex:1;border:none;outline:none;font-size:.875rem;color:#374151;background:transparent;font-family:inherit}.search-chats input::-moz-placeholder{color:#9ca3af}.search-chats input::placeholder{color:#9ca3af}.sidebar-content{flex:1;overflow-y:auto;padding:.75rem 1rem}.sidebar-history{display:flex;flex-direction:column}.history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.sidebar-history h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;margin:0;font-weight:600}.clear-history-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s}.clear-history-btn:hover{color:#ef4444;background:#ef44441a}.history-list{display:flex;flex-direction:column;gap:.25rem}.history-item{width:100%;padding:.75rem;background:transparent;border:none;border-radius:8px;color:#374151;cursor:pointer;transition:all .2s;text-align:left;display:flex;align-items:center;gap:.75rem}.history-item:hover{background:#e5e7eb}.history-item svg{flex-shrink:0;color:#9ca3af}.history-query{flex:1;font-size:.875rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.sidebar-examples{display:flex;flex-direction:column}.sidebar-examples h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;margin-bottom:.75rem;font-weight:600}.example-btn-sidebar{width:100%;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;transition:all .2s;text-align:left;font-size:.875rem;line-height:1.4;margin-bottom:.5rem;font-weight:400}.example-btn-sidebar:hover{background:#f3f4f6;border-color:#667eea}.sidebar-footer{padding:1rem;border-top:1px solid #e5e7eb;margin-top:auto}.user-profile{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.user-profile:hover{background:#f9fafb}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.user-details{flex:1;min-width:0}.user-name{font-size:.875rem;font-weight:600;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{font-size:.75rem;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-icon-btn{background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logout-icon-btn:hover{background:#fee2e2;color:#dc2626}.login-footer-btn{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.75rem}.login-footer-btn:hover{background:#f3f4f6;border-color:#667eea;color:#667eea}.chat-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff}.chat-container{flex:1;display:flex;flex-direction:column;max-width:900px;width:100%;margin:0 auto;height:100%;position:relative}.messages-area{flex:1;overflow-y:auto;padding:2rem 1.5rem 8rem;display:flex;flex-direction:column;gap:1.5rem}.welcome-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}.welcome-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1rem}.welcome-subtitle{font-size:1.125rem;color:#6b7280;margin:0}.message-bubble{max-width:85%;animation:fadeInUp .3s ease-out}.message-bubble.user{align-self:flex-end;margin-left:auto}.message-bubble.assistant{align-self:flex-start;margin-right:auto;max-width:95%;width:-moz-fit-content;width:fit-content}.message-bubble.assistant:has(.message-data){width:100%;max-width:100%}.bubble-content{padding:1rem 1.25rem;border-radius:18px;font-size:.95rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.message-bubble.user .bubble-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.message-bubble.assistant .bubble-content{background:#f9fafb;color:#1f2937;border-bottom-left-radius:4px;border:1px solid #e5e7eb}.message-bubble.assistant.pro-mode .bubble-content{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.3);position:relative}.message-bubble.assistant.pro-mode .bubble-content:before{content:"⚡ Pro Mode";position:absolute;top:-.5rem;left:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.625rem;padding:.125rem .5rem;border-radius:10px;font-weight:600}.message-bubble.assistant .bubble-content:empty{display:none}.message-bubble.assistant.pro-mode .bubble-content:empty:before{display:none}.loading-status{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.processing-steps{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:linear-gradient(to right,#6366f108,#8b5cf608);border-radius:.5rem;border:1px solid rgba(99,102,241,.1)}.processing-steps--pending{margin-bottom:.75rem}.processing-step{display:flex;gap:.75rem;font-size:.875rem;line-height:1.5;color:#374151;padding:.25rem 0;transition:all .3s ease}.processing-step--pending{opacity:.5;color:#9ca3af}.processing-step--in-progress{opacity:1;color:#4338ca;font-weight:500;transform:translate(2px)}.processing-step--completed{opacity:.85;color:#059669}.processing-step-indicator{position:relative;display:flex;flex-direction:column;align-items:center;width:16px;flex-shrink:0}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.processing-step-dot{width:12px;height:12px;border-radius:50%;background:#d1d5db;display:inline-block;transition:all .3s ease;position:relative}.processing-step--in-progress .processing-step-dot{background:#6366f1;box-shadow:0 0 0 3px #6366f133,0 0 8px #6366f14d;animation:pulse-dot 1.5s ease-in-out infinite}.processing-step--in-progress .processing-step-dot:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;margin:-3px 0 0 -3px;border:2px solid white;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.processing-step--completed .processing-step-dot{background:#10b981;box-shadow:0 0 0 3px #10b98126}.processing-step--completed .processing-step-dot:before{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:8px;font-weight:700}.processing-step-connector{position:absolute;top:14px;bottom:-12px;width:2px;background:linear-gradient(to bottom,#e5e7eb,#e5e7eb4d)}.processing-step--completed .processing-step-connector{background:linear-gradient(to bottom,#10b981,#e5e7eb)}.processing-step--in-progress .processing-step-connector{background:linear-gradient(to bottom,#6366f1,#e5e7eb)}.processing-step-body{flex:1;display:flex;flex-direction:column;justify-content:center}.processing-step-text{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.processing-step-description{font-weight:500;letter-spacing:-.01em}.processing-step-duration{font-size:.75rem;font-weight:600;color:#6b7280;background:#f3f4f6;border-radius:9999px;padding:.125rem .5rem;border:1px solid #e5e7eb;font-variant-numeric:tabular-nums}.typing{display:flex;gap:4px;align-items:center;padding:.5rem 0}.typing-dot{width:8px;height:8px;border-radius:50%;background:#9ca3af;animation:typingBounce 1.4s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.input-area{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#ffffff 0%,#ffffff 70%,transparent 100%);padding:4rem 1.5rem 2rem}.pro-mode-toggle-container{display:flex;justify-content:center;margin-bottom:.75rem}.pro-mode-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:20px;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:#6b7280}.pro-mode-toggle:hover{background:#f3f4f6;border-color:#d1d5db}.pro-mode-toggle.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;box-shadow:0 2px 8px #667eea4d}.pro-mode-toggle .toggle-icon{font-size:1rem;display:flex;align-items:center}.pro-mode-toggle .toggle-label{font-weight:600}.pro-mode-toggle .toggle-status{font-size:.75rem;padding:.125rem .5rem;border-radius:10px;font-weight:600}.pro-mode-toggle .toggle-status.off{background:#e5e7eb;color:#6b7280}.pro-mode-toggle.active .toggle-status.on{background:#ffffff4d;color:#fff}.input-form{display:flex;align-items:center;gap:.75rem;background:#fff;border:2px solid #e5e7eb;border-radius:24px;padding:.5rem .5rem .5rem 1.25rem;box-shadow:0 4px 20px #00000014;transition:all .2s}.input-form:focus-within{border-color:#667eea;box-shadow:0 4px 30px #667eea33}.query-input{flex:1;border:none;outline:none;font-size:1rem;color:#1f2937;background:transparent;padding:.75rem 0;font-family:inherit}.query-input::-moz-placeholder{color:#9ca3af}.query-input::placeholder{color:#9ca3af}.query-input:disabled{opacity:.6;cursor:not-allowed}.submit-button{width:42px;height:42px;border-radius:50%;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.submit-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.submit-button:disabled{background:#d1d5db;cursor:not-allowed;transform:scale(1)}.submit-button svg{transform:rotate(90deg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.messages-area::-webkit-scrollbar{width:6px}.messages-area::-webkit-scrollbar-track{background:transparent}.messages-area::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.messages-area::-webkit-scrollbar-thumb:hover{background:#9ca3af}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-track{background:transparent}.sidebar-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 767px){.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000;height:60px}.hamburger-btn{background:transparent;border:none;color:#374151;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;min-width:44px;min-height:44px}.hamburger-btn:hover{background:#f3f4f6}.mobile-logo{position:absolute;left:50%;transform:translate(-50%);color:#667eea;display:flex;align-items:center}.mobile-pro-mode-toggle{background:transparent;border:1px solid #e5e7eb;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;min-width:44px;min-height:44px}.mobile-pro-mode-toggle:hover{background:#f3f4f6}.mobile-pro-mode-toggle.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.mobile-header-right{display:flex;align-items:center;gap:.5rem}.mobile-feedback-btn{background:transparent;border:1px solid #e5e7eb;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;min-width:44px;min-height:44px}.mobile-feedback-btn:hover{background:#f3f4f6;border-color:#667eea;color:#667eea}.sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-sidebar{position:fixed;left:-260px;top:0;height:100vh;z-index:1001;transition:left .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 16px #00000026}.chat-sidebar.open{left:0}.chat-main{padding-top:60px}.chat-container{height:calc(100vh - 60px)}.messages-area{padding:1rem .875rem 9rem}.message-bubble{max-width:95%}.message-bubble.user{max-width:90%}.message-bubble.assistant{max-width:95%}.bubble-content{padding:.875rem 1rem;font-size:.9375rem}.welcome-screen{padding:1.5rem 1rem}.welcome-title{font-size:clamp(1.75rem,8vw,2.5rem);margin-bottom:.75rem}.welcome-subtitle{font-size:1rem}.input-area{padding:3rem .875rem 1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px))}.input-form{border-radius:20px;padding:.375rem .375rem .375rem 1rem}.query-input{font-size:1rem;padding:.625rem 0}.submit-button{width:40px;height:40px;min-width:44px;min-height:44px}.processing-steps{padding:.625rem;gap:.375rem}.processing-step{font-size:.8125rem}.processing-step-duration{font-size:.6875rem}}@media (max-width: 639px){.mobile-header{padding:.625rem .875rem}.messages-area{padding:.875rem .75rem 9rem}.input-area{padding:2.5rem .75rem 1.25rem}.bubble-content{padding:.75rem .875rem;font-size:.9rem}.welcome-title{font-size:clamp(1.5rem,8vw,2rem)}.welcome-subtitle{font-size:.9375rem}}@media (min-width: 768px) and (max-width: 1023px){.chat-sidebar{width:240px}.messages-area{padding:1.5rem 1.25rem 8rem}.input-area{padding:3.5rem 1.25rem 1.75rem}}.message-data{margin-top:1rem;background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e5e7eb}.data-viz-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.chart-type-selector{display:flex;gap:.5rem;background:#f3f4f6;padding:.25rem;border-radius:8px}.chart-type-btn{padding:.5rem 1rem;border:none;background:transparent;border-radius:6px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.chart-type-btn:hover{background:#e5e7eb;color:#374151}.chart-type-btn.active{background:#fff;color:#667eea;font-weight:600;box-shadow:0 1px 3px #0000001a}.export-buttons{display:flex;gap:.5rem}.export-btn{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;border-radius:6px;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s}.export-btn:hover{background:#f9fafb;border-color:#667eea;color:#667eea}.chart-container{margin-bottom:1.5rem}.data-summary{margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px;border-left:3px solid #667eea}.summary-text{font-size:.9rem;font-weight:600;color:#374151;margin:0 0 .75rem}.series-list{margin:0;padding-left:1.5rem;list-style:none}.series-item{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;position:relative}.series-item:before{content:"•";position:absolute;left:-1rem;color:#667eea;font-weight:700}.series-item strong{color:#374151}.series-item:last-child{margin-bottom:0}.series-header{display:inline}.series-badges{display:inline-flex;gap:.375rem;margin-left:.5rem;vertical-align:middle}.metadata-badge{display:inline-flex;align-items:center;padding:.125rem .375rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border-radius:4px;white-space:nowrap}.badge-seasonal{background:#dbeafe;color:#1e40af}.badge-type{background:#f3e8ff;color:#6b21a8}.badge-price{background:#dcfce7;color:#166534}.api-urls-section{margin-top:1.5rem;border-top:1px solid #e5e7eb;padding-top:1rem}.api-section-toggle{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s}.api-section-toggle:hover{background:#f3f4f6;border-color:#667eea;color:#667eea}.provider-names{margin-left:auto;font-size:.8125rem;font-weight:500;color:#667eea;padding:.125rem .5rem;background:#667eea1a;border-radius:12px}.toggle-icon{font-size:.75rem;color:#9ca3af;transition:transform .2s}.api-urls-content{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.api-source-row{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.api-source-provider{font-weight:600;font-size:.875rem;color:#1e293b}.api-source-count{font-size:.75rem;color:#64748b;background:#e2e8f0;padding:.125rem .5rem;border-radius:10px}.api-source-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.api-action-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .625rem;font-size:.75rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .15s ease;text-decoration:none}.api-action-verify{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.api-action-verify:hover{background:#059669;color:#fff;border-color:#059669}.api-action-verify svg{flex-shrink:0}.api-source-block{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.api-source-block .api-source-row{background:transparent;border:none;border-radius:0}.api-series-list{border-top:1px solid #e2e8f0;padding:.5rem .75rem;display:flex;flex-direction:column;gap:.375rem;background:#f1f5f9}.api-series-item{display:flex;align-items:center;justify-content:space-between;padding:.25rem .5rem;background:#fff;border-radius:4px;font-size:.8125rem}.api-series-name{color:#475569;font-weight:500}.api-series-actions{display:flex;align-items:center;gap:.5rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.api-url-item{margin-bottom:1rem}.api-url-item:last-child{margin-bottom:0}.api-metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;background:#f9fafb;padding:.875rem;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:1rem}.metadata-row{display:flex;flex-direction:row;gap:.5rem;align-items:baseline}.metadata-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.025em}.metadata-value{font-size:.875rem;color:#1f2937;font-weight:500}.metadata-value code{font-family:Courier New,monospace;font-size:.8125rem;background:#e5e7eb;padding:.125rem .375rem;border-radius:4px}.provider-badge{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:.8125rem;font-weight:600;box-shadow:0 2px 4px #667eea33}.provider-link{text-decoration:none;cursor:pointer;transition:all .2s ease}.provider-link:hover{background:linear-gradient(135deg,#5568d3,#6a3f8f);box-shadow:0 4px 8px #667eea66;transform:translateY(-1px)}.api-url-title{display:block;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem}.api-url-wrapper{display:flex;align-items:center;gap:.75rem}.api-url-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.api-url-container{display:flex;align-items:center;gap:.75rem;background:#f9fafb;padding:.75rem;border-radius:8px;border:1px solid #e5e7eb}.api-url{flex:1;font-family:Courier New,monospace;font-size:.75rem;color:#6b7280;overflow-x:auto;white-space:nowrap;padding:.25rem}.copy-url-btn{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;border-radius:6px;font-size:.8125rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s;flex-shrink:0;display:flex;align-items:center;gap:.25rem}.copy-url-btn:hover{background:#667eea;border-color:#667eea;color:#fff}.copy-url-btn:active{transform:scale(.95)}.source-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.source-provider{font-size:.9375rem;color:#1f2937}.source-count{font-size:.75rem;color:#6b7280;font-weight:500}.source-verify-section{margin-bottom:.75rem}.source-url-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;text-decoration:none;border-radius:6px;font-size:.8125rem;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #10b98133}.source-url-link:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.source-url-link:active{transform:translateY(0)}.source-url-link:before{content:"↗"}.api-endpoint-row{margin-bottom:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem}.api-endpoint-row:last-child{margin-bottom:0}.api-endpoint-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.api-url-display{background:#1e293b;border-radius:6px;padding:.75rem 1rem;overflow-x:auto}.api-url-display .api-url{color:#94a3b8;font-family:SF Mono,Fira Code,Monaco,Consolas,monospace;font-size:.75rem;line-height:1.5;white-space:pre-wrap;word-break:break-all}.copy-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.75rem;font-weight:600;color:#4b5563;cursor:pointer;transition:all .2s ease;flex-shrink:0}.copy-btn:hover{background:#4f46e5;border-color:#4f46e5;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #4f46e54d}.copy-btn:active{transform:translateY(0) scale(.98)}.copy-btn.copied{background:#10b981;border-color:#10b981;color:#fff}.copy-btn svg{flex-shrink:0}.copy-btn span{white-space:nowrap}.api-endpoints-collapsible{margin-top:.5rem}.api-endpoints-summary{cursor:pointer;padding:.5rem .75rem;background:#f3f4f6;border-radius:6px;font-size:.8125rem;font-weight:500;color:#6b7280;transition:all .2s}.api-endpoints-summary:hover{background:#e5e7eb;color:#374151}.api-endpoints-list{margin-top:.75rem;padding-left:.5rem;border-left:2px solid #e5e7eb}.api-url-container{display:flex;flex-direction:column;gap:.5rem;background:#f9fafb;padding:.75rem;border-radius:8px;border:1px solid #e5e7eb}@media (max-width: 767px){.message-data{padding:1rem .875rem;margin-top:.875rem;border-radius:10px}.data-viz-header{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1rem}.chart-type-selector{width:100%;justify-content:space-between}.chart-type-btn{flex:1;padding:.625rem .75rem;font-size:.8125rem}.export-buttons{width:100%;justify-content:stretch;gap:.5rem}.export-btn{flex:1;font-size:.8125rem;padding:.625rem .875rem}.api-url-container{flex-direction:column;align-items:stretch;padding:.625rem}.api-url{overflow-x:scroll;font-size:.6875rem}.copy-url-btn{width:100%;justify-content:center;font-size:.8125rem}.api-metadata-grid{grid-template-columns:1fr;padding:.75rem}.metadata-label{font-size:.6875rem}.metadata-value{font-size:.8125rem}.data-summary{padding:.875rem;margin-bottom:1rem}.summary-text{font-size:.875rem}.series-item{font-size:.8125rem}}.data-table-wrapper{width:100%;max-height:350px;overflow-x:auto;overflow-y:auto;margin:1rem 0;border-radius:8px;border:1px solid #e5e7eb}.data-table{width:100%;border-collapse:collapse;font-size:.875rem;background:#fff}.data-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb;position:sticky;top:0;z-index:10}.data-table th{padding:.875rem 1rem;text-align:left;font-weight:600;color:#374151;white-space:nowrap;background:#f9fafb}.data-table th:first-child{padding-left:1.25rem}.data-table th:last-child{padding-right:1.25rem}.data-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .15s}.data-table tbody tr:hover{background:#fafbfc}.data-table tbody tr:last-child{border-bottom:none}.data-table td{padding:.875rem 1rem;color:#6b7280;white-space:nowrap}.data-table td:first-child{padding-left:1.25rem;font-weight:500;color:#374151}.data-table td:last-child{padding-right:1.25rem}@media (max-width: 767px){.data-table-wrapper{margin:.75rem 0;max-height:300px;border-radius:6px}.data-table{font-size:.8125rem}.data-table th,.data-table td{padding:.625rem .5rem;font-size:.8125rem}.data-table th:first-child,.data-table td:first-child{padding-left:.75rem}.data-table th:last-child,.data-table td:last-child{padding-right:.75rem}}@media (max-width: 639px){.data-table th,.data-table td{padding:.5rem .375rem;font-size:.75rem}.data-table th:first-child,.data-table td:first-child{padding-left:.625rem}.data-table th:last-child,.data-table td:last-child{padding-right:.625rem}}.python-code-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.python-code-modal{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040}.python-code-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.python-code-modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.python-code-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1}.python-code-modal-close:hover{color:#1f2937}.python-code-modal-content{flex:1;overflow-y:auto;padding:1.5rem}.python-code-instructions{margin-bottom:1rem;padding:.75rem 1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.python-code-instructions p{margin:0;font-size:.875rem;color:#166534}.python-code-instructions code{background:#dcfce7;padding:.125rem .375rem;border-radius:4px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.8125rem}.python-code-block-wrapper{position:relative;cursor:pointer;border-radius:8px;overflow:hidden;transition:box-shadow .2s ease}.python-code-block-wrapper:hover{box-shadow:0 0 0 3px #4f46e54d}.python-code-block-wrapper.copied{box-shadow:0 0 0 3px #22c55e80}.python-code-copy-overlay{position:absolute;top:0;left:0;right:0;background:linear-gradient(to bottom,#4f46e5f2,#4f46e5d9);color:#fff;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;text-align:center;opacity:0;transition:opacity .2s ease;z-index:1}.python-code-block-wrapper:hover .python-code-copy-overlay{opacity:1}.python-code-block-wrapper.copied .python-code-copy-overlay{opacity:1;background:linear-gradient(to bottom,#22c55ef2,#22c55ed9)}.python-code-block{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:8px;overflow-x:auto;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.8125rem;line-height:1.6;margin:0;max-height:60vh;overflow-y:auto}.python-code-block code{white-space:pre}.python-code-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.python-code-loading p{margin:0;color:#6b7280;font-size:.875rem}.python-code-error{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.python-code-modal-footer{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;justify-content:flex-end}.python-code-copy-btn,.python-code-download-btn{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.python-code-copy-btn{background:#4f46e5;color:#fff;border:none}.python-code-copy-btn:hover{background:#4338ca}.python-code-download-btn{background:#fff;color:#374151;border:1px solid #d1d5db}.python-code-download-btn:hover{background:#f9fafb;border-color:#9ca3af}.python-code-loading .loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite}.share-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;border-radius:6px;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s}.share-btn:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.share-btn svg{flex-shrink:0}.share-chat-btn{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.75rem;text-align:left}.share-chat-btn:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.share-chat-btn:hover svg{color:#fff}.share-chat-btn svg{flex-shrink:0;color:#667eea;transition:color .2s}@media (max-width: 767px){.share-btn{flex:1;font-size:.8125rem;padding:.625rem .875rem;justify-content:center}}:root{--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-primary-light: #60a5fa;--color-primary-dark: #1e40af;--color-secondary: #8b5cf6;--color-secondary-hover: #7c3aed;--color-secondary-light: #a78bfa;--color-white: #ffffff;--color-black: #000000;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-success: #10b981;--color-success-light: #34d399;--color-success-dark: #059669;--color-warning: #f59e0b;--color-warning-light: #fbbf24;--color-warning-dark: #d97706;--color-error: #ef4444;--color-error-light: #f87171;--color-error-dark: #dc2626;--color-info: #3b82f6;--color-info-light: #60a5fa;--color-info-dark: #2563eb;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--font-family-base: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;--font-family-mono: "Courier New", Courier, monospace;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--transition-fast: .15s;--transition-base: .2s;--transition-slow: .3s;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1536px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
 */*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-bottom-16{bottom:-4rem}.-left-20{left:-5rem}.-right-16{right:-4rem}.-top-20{top:-5rem}.left-1\/2{left:50%}.top-0{top:0}.top-1\/2{top:50%}.-z-10{z-index:-10}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[200px\]{height:200px}.h-\[30rem\]{height:30rem}.h-\[370px\]{height:370px}.h-\[40rem\]{height:40rem}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[30rem\]{width:30rem}.w-\[40rem\]{width:40rem}.w-full{width:100%}.min-w-\[140px\]{min-width:140px}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-t-blue-600{--tw-border-opacity: 1;border-top-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-t-indigo-600{--tw-border-opacity: 1;border-top-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/80{background-color:#fffc}.bg-white\/95{background-color:#fffffff2}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-fuchsia-200\/30{--tw-gradient-from: rgb(245 208 254 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100{--tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-200\/40{--tw-gradient-from: rgb(199 210 254 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-300\/30{--tw-gradient-from: rgb(165 180 252 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-indigo-900{--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #312e81 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-200\/40{--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(233 213 255 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-rose-200\/30{--tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 205 211 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-sky-200\/30{--tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(186 230 253 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-sky-500{--tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-amber-200\/30{--tw-gradient-to: rgb(253 230 138 / .3) var(--tw-gradient-to-position)}.to-cyan-500{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.to-emerald-200\/30{--tw-gradient-to: rgb(167 243 208 / .3) var(--tw-gradient-to-position)}.to-emerald-400{--tw-gradient-to: #34d399 var(--tw-gradient-to-position)}.to-gray-50\/50{--tw-gradient-to: rgb(249 250 251 / .5) var(--tw-gradient-to-position)}.to-gray-900{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.to-pink-200\/40{--tw-gradient-to: rgb(251 207 232 / .4) var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-purple-100{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-sky-50{--tw-gradient-to: #f0f9ff var(--tw-gradient-to-position)}.to-sky-600{--tw-gradient-to: #0284c7 var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.p-0{padding:0}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1\.5{padding-bottom:.375rem}.pb-3{padding-bottom:.75rem}.pb-8{padding-bottom:2rem}.pl-5{padding-left:1.25rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-gray-200\/60{--tw-shadow-color: rgb(229 231 235 / .6);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}.skip-link{position:absolute;top:-40px;left:0;background:#000;color:#fff;padding:8px 16px;text-decoration:none;z-index:100;border-radius:0 0 4px;font-weight:600}.skip-link:focus{top:0}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.focus-within\:border-indigo-400:focus-within{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-indigo-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:from-indigo-700:hover{--tw-gradient-from: #4338ca var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.group:hover .group-hover\:from-indigo-100{--tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-indigo-50\/50{--tw-gradient-from: rgb(238 242 255 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:to-sky-100{--tw-gradient-to: #e0f2fe var(--tw-gradient-to-position)}.group:hover .group-hover\:to-sky-50\/50{--tw-gradient-to: rgb(240 249 255 / .5) var(--tw-gradient-to-position)}.group:hover .group-hover\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-5{opacity:.05}@supports (backdrop-filter: var(--tw)){.supports-\[backdrop-filter\]\:bg-white\/60{background-color:#fff9}}@media (min-width: 640px){.sm\:mb-4{margin-bottom:1rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:inline-flex{display:inline-flex}.sm\:h-4{height:1rem}.sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:h-\[360px\]{height:360px}.sm\:w-4{width:1rem}.sm\:w-6{width:1.5rem}.sm\:w-7{width:1.75rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-end{align-items:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-10{gap:2.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.sm\:p-8{padding:2rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-12{padding-bottom:3rem}.sm\:pt-10{padding-top:2.5rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}}@media (min-width: 1024px){.lg\:mt-12{margin-top:3rem}.lg\:h-\[355px\]{height:355px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:gap-4{gap:1rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}}
