.auth-form{width:100%;margin:0;padding:0;background:transparent;box-shadow:none;box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem}.auth-form h2{color:#111827;text-align:center;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700;line-height:1.2}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0}.form-group.full-width{width:100%}.form-group label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s ease;background-color:#fff;box-sizing:border-box;height:auto}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.7}.form-group input::-moz-placeholder{color:#9ca3af}.form-group input::placeholder{color:#9ca3af}.input-help{color:#6b7280;font-size:.875rem;margin-top:.25rem;display:block}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.form-row{grid-template-columns:1fr 1fr}}.submit-button{width:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;position:relative;overflow:hidden}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-1px);box-shadow:0 20px 25px -5px #0000001a}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-button:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d}.submit-button svg{width:1.25rem;height:1.25rem}.auth-switch{text-align:center;color:#6b7280;font-size:1rem;margin-top:1.5rem}.link-button{background:none;border:none;color:#3b82f6;cursor:pointer;font-weight:500;padding:0;margin:0;font-size:1rem;text-decoration:underline}.link-button:hover{color:#2563eb;text-decoration:underline}.link-button:focus{outline:none;color:#3b82f6;text-decoration:underline}.link-button:disabled{color:#9ca3af;cursor:not-allowed}.error-message{color:#dc2626;text-align:center;font-weight:600;font-size:.875rem;margin-bottom:.5rem;padding:.75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem}.auth-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.auth-modal{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:40rem;max-height:90vh;overflow-y:auto;position:relative;animation:fadeIn .3s ease-out;display:flex;flex-direction:column}@media (min-width: 1024px){.auth-modal{padding:3rem;max-width:45rem}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.verification-info{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6;text-align:center}.warning-dialog{text-align:center;padding:1.5rem}.warning-dialog h3{margin:0 0 1rem;color:#dc2626;font-size:1.25rem;font-weight:600}.warning-dialog p{margin:0 0 1.5rem;color:#6b7280;line-height:1.6}.warning-buttons{display:flex;justify-content:center;gap:1rem}.cancel-button{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-button:hover{background-color:#f9fafb;border-color:#9ca3af}.confirm-button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:500;cursor:pointer;transition:all .2s ease}.confirm-button:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-1px)}.loading-spinner{border:2px solid #f3f4f6;border-top:2px solid #3b82f6;border-radius:50%;width:1rem;height:1rem;animation:spin 1s linear infinite;margin-right:.5rem;display:inline-block;vertical-align:middle}@media (max-width: 640px){.auth-overlay{padding:.5rem}.auth-modal{padding:1.5rem;border-radius:1rem}.auth-form h2{font-size:1.5rem}.verification-info{font-size:1rem}.form-row{grid-template-columns:1fr}.submit-button{font-size:1rem;padding:.875rem 1.5rem}.close-button{top:.75rem;right:.75rem;font-size:1.25rem}}@media (max-width: 480px){.auth-modal{padding:1rem}.auth-form h2{font-size:1.375rem}.form-group input{padding:.75rem}.warning-buttons{flex-direction:column;gap:.75rem}.cancel-button,.confirm-button{width:100%}}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s ease;z-index:10}.close-button:hover{background-color:#f3f4f6;color:#374151}.close-button:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.header{position:fixed;top:0;left:0;right:0;background:#f0f4f8;box-shadow:0 2px 4px #0000001a;z-index:1000;height:60px;display:flex;align-items:center}.header-content{padding:0 1.5rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center;width:100%}.logo-container{display:flex;align-items:center;text-decoration:none;color:#007bff;gap:.5rem}.logo-icon{width:34px;height:34px;color:#007bff}.logo-text{font-size:2.3rem;font-weight:600;letter-spacing:.5px}.nav-links{display:flex;align-items:center;gap:1.5rem}.auth-button,.user-menu-button{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;color:#333;transition:all .3s ease;position:relative;overflow:hidden}.auth-button:before,.user-menu-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#007bff;transition:all .3s ease;z-index:-1}.auth-button:hover:before,.user-menu-button:hover:before{left:0}.auth-button:hover,.user-menu-button:hover{color:#fff}.auth-button:focus,.user-menu-button:focus{outline:none;box-shadow:0 0 0 3px #007bff4d;color:#007bff}.person-icon{width:30px;height:30px}.user-menu-container{position:relative;z-index:1100}.user-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#f0f4f8;border-radius:8px;box-shadow:0 2px 8px #00000026;min-width:200px;padding:.5rem;z-index:1100}.menu-item{display:block;padding:.75rem 1rem;color:#333;text-decoration:none;border-radius:4px;transition:transform .3s ease,background-color .3s ease;position:relative;overflow:hidden}.menu-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#e3e9f0;transition:all .3s ease;z-index:-1}.menu-item:hover:before{left:0}.menu-item:hover{transform:translate(5px)}.menu-item:focus{outline:none;box-shadow:0 0 0 3px #007bff4d;background-color:#f0f4f8}.sign-out-button{width:100%;text-align:left;background:none;border:none;cursor:pointer;font-size:1rem;color:#dc3545}.sign-out-button:hover{background-color:#fff5f5}.sign-out-button:focus{outline:none;box-shadow:0 0 0 3px #007bff4d;color:#dc3545}.kids-profile-button{position:relative;overflow:hidden;background:#007bff;border:none;cursor:pointer;padding:.5rem 1rem;color:#fff;font-size:1rem;transition:all .3s;border-radius:4px}.kids-profile-button:before{content:"";position:absolute;bottom:0;left:-100%;width:100%;height:100%;background:linear-gradient(45deg,#ffffff4d,#fff3);transition:transform .3s ease-out;z-index:1}.kids-profile-button:hover:before{transform:translate(100%)}.kids-profile-button:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.kids-profile-button:focus{outline:none;box-shadow:0 0 0 3px #007bff4d;background:#007bff}.nav-button{background:none;border:none;color:#007bff;font-size:1rem;padding:.5rem 1rem;text-decoration:none;cursor:pointer;border-radius:4px;transition:background .2s,color .2s;display:inline-block}.nav-button:hover,.nav-button:focus{background:#e3e9f0;color:#0056b3;text-decoration:underline;outline:none}@media (max-width: 768px){.header-content{padding:0 1rem}.logo-text{font-size:1.2rem}.logo-icon{width:20px;height:20px}}@media (max-width: 480px){.logo-text{display:none}.user-menu{position:fixed;top:60px;left:0;right:0;margin:0;border-radius:0;box-shadow:0 2px 4px #0000001a}}.landing-page{width:100vw;display:flex;flex-direction:column;align-items:center}.hero{text-align:left;background-image:url(/assets/HomePage-BbDfN7_5.jpeg);width:90vw;height:80vh;background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;display:flex;flex-direction:column;align-items:flex-start;margin:1.2rem;border-radius:20px}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#00000080,#004cff80);z-index:1;border-radius:20px}.hero h1{font-size:4.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,123,255,.8),4px 4px 8px rgba(0,123,255,.6);margin:40px 0 .5rem;position:relative;z-index:2;text-align:left;margin:1rem 3rem .5rem}.hero p{font-size:1.5rem;color:#ffffffe6;max-width:600px;margin:0 3rem 2rem;position:relative;z-index:2;text-align:left;font-weight:400;letter-spacing:.5px;text-transform:uppercase;opacity:.9}.features{width:90vw;margin:1.2rem;padding:4rem;background:#f0f4f8;border-radius:20px;box-shadow:0 4px 6px #0000001a}.features h2{text-align:center;font-size:3rem;color:#333;margin-bottom:3rem;text-shadow:1px 1px 2px rgba(0,123,255,.3)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 6px 12px #00000026,0 3px 6px #0000001a;display:flex;flex-direction:column;height:100%;align-items:center}.feature-card img{width:100%;height:auto;max-height:200px;-o-object-fit:contain;object-fit:contain;border-radius:4px;margin-bottom:1rem}.feature-card h3{color:#202124;font-size:1.25rem;margin-bottom:.5rem}.feature-card p{color:#5f6368;font-size:1rem;line-height:1.5}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px #0003,0 15px 30px #00000026}.feature-card:focus-within{outline:none;box-shadow:0 0 0 3px #007bff4d,0 6px 16px #00000026,0 10px 24px #0000001a;transform:translateY(-2px)}@media (max-width: 768px){.hero{padding-left:5%;height:auto;min-height:100vh;background-position:center center;background-size:cover;margin:.5rem;width:95vw}.hero h1{font-size:2rem;margin:1rem 1rem .25rem}.hero p{font-size:1rem;margin:0 1rem 1.5rem}.hero .flex{flex-direction:column;gap:1rem;margin-left:0;align-items:center;padding-bottom:2rem}.hero button{width:100%;max-width:300px;font-size:1.5rem;padding:.75rem 1.5rem}.feature-grid{grid-template-columns:1fr}.features{width:95vw;margin:.5rem;padding:2rem 1rem}.feature-card{padding:1rem;margin-bottom:1rem}.feature-card img{width:100%;height:auto;max-height:250px;-o-object-fit:contain;object-fit:contain}.feature-card h3{font-size:1.1rem;margin:.75rem 0;text-align:center}.feature-card p{font-size:.9rem;text-align:center}}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.dashboard{padding:2rem;max-width:1200px;margin:0 auto}.dashboard-header{margin-bottom:2rem;animation:slideInLeft .8s ease-out forwards;opacity:0}.dashboard-header h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.subtitle{color:#666;font-size:1.1rem}.dashboard-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;font-weight:600;color:#1a1a1a}.trophy-icon,.team-icon{font-size:1.5rem}.current-milestone{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;animation:slideInLeft .8s ease-out .2s forwards;opacity:0}.current-milestone h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.current-milestone p{color:#666;margin-bottom:1.5rem}.progress-section{margin-bottom:2rem}.progress-section label{display:block;margin-bottom:.5rem;color:#666}.progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:#3b82f6;border-radius:4px;transition:width .3s ease}.progress-text{color:#666;font-size:.875rem}.tasks-section{margin-top:2rem}.tasks-section h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.task-item{background:#f9fafb;border-radius:6px;padding:1rem;margin-bottom:1rem;display:flex;gap:1rem}.task-status-indicator{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#3b82f6}.task-item.completed .task-status-indicator{color:#10b981}.task-item.pending .task-status-indicator{color:#9ca3af}.task-content{flex:1}.task-item h5{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.task-item p{color:#666;font-size:.875rem;margin-bottom:.75rem}.feedback-section{border-top:1px solid #e5e7eb;padding-top:.75rem;margin-top:.75rem}.recent-feedback{color:#666;font-size:.875rem;margin-bottom:.5rem}.add-feedback{background:none;border:none;color:#3b82f6;font-size:.875rem;cursor:pointer;padding:0}.add-feedback:hover{text-decoration:underline}.support-team{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;animation:slideInRight .8s ease-out .4s forwards;opacity:0}.team-members{display:flex;flex-direction:column;gap:1rem}.team-member{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f9fafb;border-radius:6px}.member-avatar{width:40px;height:40px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.member-info h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.member-info p{color:#666;font-size:.875rem}.dashboard-actions{display:flex;gap:1rem;justify-content:flex-end;animation:slideInLeft .8s ease-out .6s forwards;opacity:0}.primary-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.primary-button:hover{background:#2563eb}.secondary-button{background:#fff;color:#1a1a1a;border:1px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.secondary-button:hover{background:#f9fafb}@media (max-width: 768px){.dashboard{padding:1rem}.dashboard-content{grid-template-columns:1fr}.dashboard-header h1{font-size:1.75rem}.dashboard-header .subtitle{font-size:1rem}}.profile-setup-container{min-height:calc(100vh - 140px);display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#f7fafc}.profile-setup-content{width:100%;max-width:800px;padding:2.5rem;background-color:#fff;border-radius:1rem;box-shadow:0 4px 20px #0000001a}.profile-setup-content h2{color:#2d3748;text-align:center;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.profile-description{color:#4a5568;text-align:center;margin-bottom:2rem;font-size:1rem;line-height:1.5}.role-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.role-button{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;background-color:#fff;border:2px solid #e2e8f0;border-radius:1rem;cursor:pointer;transition:all .2s}.role-button:hover:not(:disabled){border-color:#4299e1;transform:translateY(-2px)}.role-button.active{border-color:#4299e1;background-color:#ebf8ff}.role-button:disabled{opacity:.7;cursor:not-allowed}.role-button .icon{font-size:2.5rem;margin-bottom:1rem}.role-button h3{color:#2d3748;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.role-button p{color:#4a5568;margin:0;text-align:center;font-size:.9rem;line-height:1.4}.error-message{margin-bottom:1rem;padding:.75rem;background-color:#fff5f5;border:1px solid #feb2b2;border-radius:.5rem;color:#c53030;font-size:.9rem;text-align:center}.invitation-notice{background-color:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:16px;margin-bottom:20px;text-align:center}.invitation-notice p{margin:0;color:#0369a1;font-weight:500}.invitation-notice strong{color:#0c4a6e}@media (max-width: 640px){.profile-setup-container{padding:1rem}.profile-setup-content{padding:1.5rem}.role-buttons{grid-template-columns:1fr}}.kid-profile-container{min-height:calc(100vh - 140px);display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#f7fafc}.kid-profile-form{width:100%;max-width:500px;padding:2.5rem;background-color:#fff;border-radius:1rem;box-shadow:0 4px 20px #0000001a}.kid-profile-form h2{color:#2d3748;text-align:center;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.form-description{color:#4a5568;text-align:center;margin-bottom:2rem;font-size:1rem;line-height:1.5}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#4a5568;font-size:.9rem;font-weight:500}.form-group input[type=text],.form-group input[type=date]{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;color:#2d3748;transition:border-color .2s}.form-group input[type=text]:focus,.form-group input[type=date]:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.checkbox-group{margin-top:1rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;border:2px solid #e2e8f0;border-radius:.25rem;cursor:pointer}.checkbox-label span{color:#4a5568;font-size:.9rem}.error-message{margin-bottom:1rem;padding:.75rem;background-color:#fff5f5;border:1px solid #feb2b2;border-radius:.5rem;color:#c53030;font-size:.9rem}.submit-button{width:100%;padding:.875rem;background-color:#4299e1;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#3182ce}.submit-button:disabled{background-color:#a0aec0;cursor:not-allowed}@media (max-width: 640px){.kid-profile-container{padding:1rem}.kid-profile-form{padding:1.5rem}}.team-list-container{max-width:1200px;margin:2rem auto;padding:0 1rem}.team-list-container h2{font-size:2rem;color:#333;margin-bottom:2rem;text-align:center}.teams-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1200px){.teams-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.teams-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.teams-grid{grid-template-columns:1fr}}.team-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.team-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.team-card h3{color:#333;margin:0 0 1rem;font-size:1.25rem}.team-info{color:#666;margin:0 0 1.5rem;font-size:.9rem;line-height:1.4}.join-button{width:100%;padding:.75rem;background-color:#06c;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.join-button:hover{background-color:#0052a3}.join-button:disabled{background-color:#ccc;cursor:not-allowed}.empty-state{text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px;color:#666}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #0066cc;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.error-container{text-align:center;padding:2rem;color:#d63031}.retry-button{margin-top:1rem;padding:.5rem 1.5rem;background-color:#06c;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.retry-button:hover{background-color:#0052a3}:root{--color-primary: #005EA2;--color-primary-dark: #1A4480;--color-primary-darker: #162E51;--color-base: #71767A;--color-base-dark: #565C65;--color-base-darker: #3D4551;--color-accent-cool: #00BDE3;--color-accent-warm: #FA9441;--color-success: #00A91C;--color-warning: #FFBE2E;--color-error: #D54309;--color-gray-5: #F0F0F0;--color-gray-10: #E6E6E6;--color-gray-30: #ADADAD;--color-gray-50: #757575;--color-gray-70: #454545;--color-gray-90: #171717}.team-management-container{padding:2rem;background-color:#fff;min-height:calc(100vh - 64px);max-width:1400px;margin:0 auto}.team-management-header{display:flex;align-items:center;margin-bottom:2rem;padding:1.5rem;border-bottom:2px solid var(--color-gray-10);position:relative}.back-button{background:#1a73e8;border:none;color:#fff;font-size:1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease;margin-right:1rem;z-index:1}.back-button:hover{transform:translate(-2px);background:#1a73e8!important}.back-button:focus{outline-offset:2px}.back-button svg{font-size:1.1rem}.team-management-header h2{margin:0;color:var(--color-gray-90);font-size:1.8rem;flex:1;text-align:center}.team-content{display:grid;grid-template-columns:1fr 300px;gap:2rem;margin-top:2rem}.main-content{display:flex;flex-direction:column;gap:2rem}.team-requests-section,.team-members-section,.search-section,.team-stats{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 6px 12px #00000026,0 3px 6px #0000001a;margin-bottom:1.5rem}.request-card{background:#fff;border:1px solid var(--color-gray-10);border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 4px 8px #0000001a,0 2px 4px #00000014;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.request-info{flex:1}.request-actions{display:flex;gap:1rem;flex-shrink:0}.sidebar{display:flex;flex-direction:column;gap:2rem}.search-section,.team-stats{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.search-bar{position:relative;display:flex;align-items:center;margin-bottom:1rem}.search-icon{position:absolute;right:1rem;color:var(--color-gray-50);pointer-events:none}.search-bar input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:2px solid var(--color-gray-10);border-radius:4px;font-size:1rem;transition:border-color .2s}.search-bar input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #005ea21a}.primary-button{background-color:var(--color-primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s;margin:.5rem 0}.primary-button:hover{background-color:var(--color-primary-dark)}.primary-button:focus{outline:2px solid var(--color-primary-darker);outline-offset:2px}.team-members-table{border-collapse:collapse;border-spacing:0;width:100%;border:1px solid #ddd;table-layout:fixed;box-shadow:0 8px 16px #0003,0 4px 8px #00000026}.team-members-table th,.team-members-table td{text-align:left;padding:8px;border:1px solid #ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-members-table th{background-color:#1a73e8;font-weight:600;color:#fff;padding:12px 8px;box-shadow:0 4px 8px #00000026}.team-members-table tbody{display:table-row-group}.team-members-table tr:hover{background-color:#f5f5f5;box-shadow:0 4px 8px #00000014}.team-members-section{overflow-x:auto;width:100%;margin-bottom:20px}.team-members-table th:nth-child(1),.team-members-table td:nth-child(1){width:20%}.team-members-table th:nth-child(2),.team-members-table td:nth-child(2){width:15%}.team-members-table th:nth-child(3),.team-members-table td:nth-child(3){width:25%}.team-members-table th:nth-child(4),.team-members-table td:nth-child(4){width:15%}.team-members-table th:nth-child(5),.team-members-table td:nth-child(5){width:15%}.table-remove-btn{background-color:#fff3f0;color:#d54309;border:none;padding:4px 8px;border-radius:4px;font-size:.7rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:inline-block;min-width:70px;width:70px;height:24px;line-height:1;margin:0 auto;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.team-members-table th:nth-child(6),.team-members-table td:nth-child(6){width:70px;min-width:70px;max-width:70px;text-align:center;padding:8px 4px;overflow:hidden}.team-members-table td:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:8px 4px;display:table-cell;vertical-align:middle}.status-badge{padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:500;display:inline-block}.status-active{background-color:#e6f4ea;color:#137333}.status-pending{background-color:#fef7e0;color:#b06000}.status-inactive{background-color:#f1f3f4;color:#5f6368}.team-requests-section{background:#fff;padding:1.5rem;border-radius:4px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.team-requests-section h3{color:var(--color-gray-90);margin:0 0 1.5rem;font-size:1.25rem}.request-details h4{color:var(--color-gray-90);margin:0 0 .5rem;font-size:1.1rem}.request-email{color:var(--color-gray-50);font-size:.9rem;margin:0 0 .5rem}.request-role{color:var(--color-primary);font-size:.9rem;font-weight:500;margin:0 0 .5rem}.request-message{background:var(--color-gray-5);padding:1rem;border-radius:4px;margin:1rem 0;font-style:italic;color:var(--color-gray-70);border-left:3px solid var(--color-primary)}.request-date{color:var(--color-gray-50);font-size:.875rem;margin:.5rem 0 0}.request-actions{display:flex;gap:1rem;margin-top:1rem}.approve-button,.reject-button{padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}.approve-button{background-color:var(--color-primary);color:#fff;border:none}.approve-button:hover{background-color:var(--color-primary-dark)}.reject-button{background-color:var(--color-gray-10);color:var(--color-gray-70);border:none}.reject-button:hover{background-color:var(--color-gray-30)}.add-member-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;width:100%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;position:relative}.modal-header{margin-bottom:1.5rem}.modal-header h3{margin:0;color:var(--color-gray-90);font-size:1.5rem}.modal-search-section{margin-bottom:1.5rem}.modal-scrollable-content{flex:1;overflow-y:auto;padding-right:.5rem}.modal-scrollable-content::-webkit-scrollbar{width:8px}.modal-scrollable-content::-webkit-scrollbar-track{background:var(--color-gray-5);border-radius:4px}.modal-scrollable-content::-webkit-scrollbar-thumb{background:var(--color-gray-30);border-radius:4px}.modal-scrollable-content::-webkit-scrollbar-thumb:hover{background:var(--color-gray-50)}.search-results{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.search-result-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border:1px solid var(--color-gray-10);border-radius:4px;background-color:#fff;transition:all .2s ease;width:100%}.search-result-item:hover{border-color:var(--color-primary);box-shadow:0 2px 4px #0000000d}.user-info{display:flex;align-items:center;gap:1.25rem}.avatar-placeholder{width:50px!important;height:50px!important;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem}.user-info h4{margin:0 0 .25rem;color:var(--color-gray-90);font-size:1.1rem}.user-info p{margin:0 0 .5rem;color:var(--color-gray-70);font-size:.95rem}.role-badge{display:inline-block;padding:.35rem .75rem;background:var(--color-gray-5);color:var(--color-gray-70);border-radius:4px;font-size:.875rem;font-weight:500}.add-button{background-color:var(--color-primary);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:4px;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:.95rem}.add-button:hover{background-color:var(--color-primary-dark);transform:translateY(-1px)}.add-button:active{transform:translateY(0)}.no-results{margin-top:1rem;padding:1rem;background:var(--color-gray-5);border-radius:4px}.no-results form{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.no-results input,.no-results select{padding:.75rem;border:2px solid var(--color-gray-10);border-radius:4px;font-size:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.search-hint{color:var(--color-gray-50);text-align:center;margin:2rem 0}.team-stats{background:#fff;padding:1.5rem;border-radius:4px;box-shadow:0 1px 3px #0000001a;margin-top:2rem}.team-stats h3{color:var(--color-gray-90);margin:0 0 1.5rem;font-size:1.25rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--color-gray-5);border-radius:4px;margin-bottom:1rem}.stat-item:last-child{margin-bottom:0}.stat-item label{color:var(--color-gray-70);font-weight:500}.stat-item span{font-size:1.25rem;font-weight:600;color:var(--color-primary)}@media (prefers-reduced-motion: reduce){*{transition:none!important}}@media (forced-colors: active){.primary-button,.approve-button,.reject-button{border:2px solid ButtonText}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.loading-spinner{display:flex;justify-content:center;align-items:center;height:20px;width:20px;margin:.5rem 0}.loading-spinner:after{content:"";width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #1a73e8;border-radius:50%;animation:spin 1s linear infinite}.loading{text-align:center;color:#5f6368;padding:2rem}.error-message{background-color:#fff3f0;border:1px solid var(--color-error);color:var(--color-error);padding:1rem;border-radius:8px;margin:1rem 0;text-align:center}@media (max-width: 1024px){.team-content{grid-template-columns:1fr;gap:1rem}.sidebar{width:100%;margin-top:1rem}.team-requests-section,.team-members-section,.search-section,.team-stats{margin-bottom:1rem}}@media (max-width: 768px){.team-management-container{padding:.75rem}.team-management-header{padding:.75rem;margin-bottom:1rem}.team-management-header h2{font-size:1.5rem}.request-card{flex-direction:column;gap:.75rem;padding:1rem}.request-actions{width:100%;justify-content:flex-end;gap:.5rem}.team-members-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.team-members-table th,.team-members-table td{padding:.5rem}.main-content{gap:1rem}}@media (max-width: 480px){.team-management-container{padding:.5rem}.team-requests-section,.team-members-section,.search-section,.team-stats{padding:.75rem;margin-bottom:.75rem}.request-actions{flex-direction:column;gap:.5rem}.request-actions button{width:100%}.team-content{gap:.75rem}.team-management-header{margin-bottom:.75rem}}.no-requests-message{background-color:#f8f9fa;padding:2rem;border-radius:8px;text-align:center;border:1px dashed #e0e0e0;margin:1rem 0}.no-requests-message p{color:#666;font-size:1rem;margin:0}.modal-close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#5f6368;padding:.5rem;width:auto;height:auto;line-height:1;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.modal-close-button:hover{color:#1a73e8}.add-member-search{width:100%;padding:.75rem 1rem;border:1px solid #dadce0;border-radius:4px;font-size:1rem;margin-bottom:1rem;transition:border-color .2s ease,box-shadow .2s ease}.add-member-search:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e81a}.add-member-search::-moz-placeholder{color:#5f6368}.add-member-search::placeholder{color:#5f6368}.team-request-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#f8f9fa}.team-request-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:480px}.team-request-content h1{color:#333;margin:0 0 1rem;font-size:2rem;text-align:center}.team-request-content p{color:#666;margin:0 0 2rem;text-align:center;line-height:1.5}.team-request-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .2s;font-family:inherit}.form-group textarea{resize:vertical;min-height:100px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007bff}.submit-button{padding:1rem;border:none;border-radius:6px;background-color:#007bff;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:#0056b3}.submit-button:disabled{background-color:#b3d7ff;cursor:not-allowed}.back-button{padding:.75rem;border:2px solid #6c757d;border-radius:6px;background-color:#fff;color:#6c757d;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.back-button:hover{background-color:#6c757d;color:#fff}.error-message{color:#dc3545;text-align:center;font-size:.9rem}@media (max-width: 480px){.team-request-container{padding:1rem}.team-request-content{padding:1.5rem}.team-request-content h1{font-size:1.5rem}}.container{max-width:1400px;margin:0 auto;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;background:linear-gradient(135deg,#edf2f7,#f7fafc)}.welcome-header{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:3rem;padding:1rem 3rem 3rem;background:#fff;border-radius:24px;box-shadow:0 4px 6px #1f29370a,0 12px 16px #1f29370f;position:relative;overflow:hidden;z-index:10}.welcome-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#60a5fa,#34d399)}.welcome-header-content{position:relative;z-index:1;text-align:center}.welcome-header-content h1{font-size:3.5rem;color:#1e293b;margin:0 0 1rem;font-weight:800;letter-spacing:-.02em;line-height:1.1}.welcome-header-content p{color:#64748b;font-size:1.5rem;font-weight:500;line-height:1.4;max-width:600px;margin:0 auto}.action-buttons-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;overflow-x:visible}.action-button{display:flex;flex-direction:row;align-items:center;text-align:left;padding:1rem 1.5rem;border-radius:20px;border:1px solid;min-width:180px;cursor:pointer;transition:all .5s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-color:#94a3b833;color:#475569;gap:.75rem}.action-button:hover{transform:translateY(-8px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.action-button.emerald{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#10b98133;color:#059669}.action-button.emerald:hover{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.action-button.sky{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#0ea5e933;color:#0284c7}.action-button.sky:hover{background:linear-gradient(135deg,#e0f2fe,#bae6fd)}.action-button.amber{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#f59e0b33;color:#d97706}.action-button.amber:hover{background:linear-gradient(135deg,#fef3c7,#fde68a)}.action-button.violet{background:linear-gradient(135deg,#faf5ff,#ede9fe);border-color:#8b5cf633;color:#7c3aed}.action-button.violet:hover{background:linear-gradient(135deg,#ede9fe,#ddd6fe)}.action-button.rose{background:linear-gradient(135deg,#fff1f2,#ffe4e6);border-color:#f43f5e33;color:#e11d48}.action-button.rose:hover{background:linear-gradient(135deg,#ffe4e6,#fecdd3)}.action-button .icon-container{background:#94a3b826;border-radius:50%;padding:.5rem;transition:all .5s ease;flex-shrink:0}.action-button.emerald .icon-container{background:#10b98126}.action-button.sky .icon-container{background:#0ea5e926}.action-button.amber .icon-container{background:#f59e0b26}.action-button.violet .icon-container{background:#8b5cf626}.action-button.rose .icon-container{background:#f43f5e26}.action-button:hover .icon-container{background:#94a3b840;transform:scale(1.1)}.action-button.emerald:hover .icon-container{background:#10b98140}.action-button.sky:hover .icon-container{background:#0ea5e940}.action-button.amber:hover .icon-container{background:#f59e0b40}.action-button.violet:hover .icon-container{background:#8b5cf640}.action-button.rose:hover .icon-container{background:#f43f5e40}.action-button h3{font-size:1rem;font-weight:500;margin:0;line-height:1.2;white-space:nowrap}.action-button svg{width:24px;height:24px}.dashboard-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem;position:relative;margin-top:1rem}.main-content{display:grid;gap:2rem;grid-column:span 8}.sidebar{display:grid;gap:2rem;height:-moz-fit-content;height:fit-content;overflow-y:auto;scroll-behavior:smooth;grid-column:span 4}.sidebar::-webkit-scrollbar{display:none}.sidebar{-ms-overflow-style:none;scrollbar-width:none}.card{background:#fff;border-radius:24px;padding:1.75rem;box-shadow:0 4px 6px #1f29370a,0 12px 16px #1f29370f;transition:all .3s ease;position:relative;overflow:hidden}.card:hover{transform:translateY(-2px);box-shadow:0 6px 12px #1f29370f,0 16px 24px #1f293714}.card.featured{padding:2.5rem;background:linear-gradient(135deg,#fff,#f8fafc);margin-bottom:2rem}.card.featured:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#60a5fa,#34d399)}.card.featured:after{content:"";position:absolute;bottom:0;right:0;width:200px;height:200px;background:linear-gradient(135deg,#60a5fa1a,#34d3991a);border-radius:100%;transform:translate(30%,30%);z-index:0}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;position:relative;z-index:1}.card-header h2{font-size:1.875rem;color:#1e293b;margin:0;font-weight:700;letter-spacing:-.02em}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:-1rem;margin-bottom:2rem;position:relative;z-index:1}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;text-align:center;box-shadow:0 4px 6px #1f29370a;border:1px solid rgba(226,232,240,.8)}.stat-card h3{font-size:2.5rem;color:#1e293b;margin:0;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,#60a5fa,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-card p{margin:.5rem 0 0;color:#64748b;font-size:1rem;font-weight:500}.game-card{cursor:pointer;transition:all .2s ease;background:#fff;border-radius:16px;box-shadow:0 4px 6px #1f29370a;border:1px solid rgba(226,232,240,.8)}.game-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #1f29371a}.game-card .game-icon{width:48px;height:48px;background:linear-gradient(135deg,#60a5fa,#34d399);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.game-card h3{font-size:1.25rem;color:#1e293b;margin:0 0 .5rem;font-weight:600}.game-card p{color:#64748b;margin:0;font-size:.9375rem;line-height:1.5}.development-areas{display:flex;flex-direction:column;gap:1rem}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr;gap:1.5rem}.main-content,.sidebar{grid-column:span 1}.welcome-header-content h1{font-size:2.5rem}.welcome-header-content p{font-size:1.25rem}.action-buttons-container{gap:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.container{padding:1rem}.welcome-header{padding:1.5rem;gap:1.5rem}.welcome-header-content h1{font-size:2rem}.welcome-header-content p{font-size:1rem}.action-buttons-container{padding:1rem 1rem 3rem;gap:1rem;flex-wrap:wrap;justify-content:center}.action-button{min-width:150px;padding:.75rem 1rem}.card-header h2{font-size:1.5rem}.stats-grid{grid-template-columns:1fr}.stat-card h3{font-size:2rem}}@media (max-width: 640px){.container{padding:.5rem}.welcome-header{padding:1rem;gap:1rem}.action-buttons-container{padding:.75rem .5rem 2rem;gap:.75rem}.action-button{min-width:120px;padding:.5rem .75rem}.action-button h3{font-size:.9rem}.welcome-header-content h1{font-size:1.75rem}.welcome-header-content p{font-size:.875rem}.card{padding:1.25rem}.card.featured{padding:1.5rem}}@media (max-width: 480px){.action-buttons-container{flex-direction:column;align-items:center;gap:1rem}.action-button{min-width:200px;width:100%;max-width:280px}.welcome-header-content h1{font-size:1.5rem}.welcome-header-content p{font-size:.8rem}.card-header h2{font-size:1.25rem}.stat-card h3{font-size:1.75rem}}.questionnaire-form{max-width:800px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.questionnaire-status{text-align:center;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin:2rem auto;max-width:600px}.progress-bar{height:8px;background-color:#1a73e8;border-radius:4px;overflow:hidden;margin:0 auto;max-width:600px}.progress{height:100%;background-color:#1a73e8;transition:width .3s ease}.question-card{background-color:#fff;padding:2rem;border-radius:8px;margin-bottom:1rem;position:relative;border:1px solid #e0e0e0;transition:all .2s ease}.question-card.skipped{border:1px dashed #dadce0;background-color:#fafafa}.skip-indicator{position:absolute;top:1rem;right:1rem;color:#5f6368;font-size:.9rem;font-style:italic;background-color:#f1f3f4;padding:.25rem .75rem;border-radius:12px}.question-card h3{color:#333;margin-bottom:1.5rem;font-size:1.2rem;line-height:1.4}.question-text{color:#333;font-weight:500;margin-bottom:1rem}.options{display:flex;flex-direction:row;justify-content:center;gap:1rem;margin-top:1rem}.option-label{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;cursor:pointer;border:1px solid #e0e0e0;border-radius:20px;background-color:#fff;transition:all .2s;min-width:80px;justify-content:center}.option-label:hover{background-color:#f8f9fa;border-color:#1a73e8}.option-label input[type=radio]{width:16px;height:16px;margin:0}.option-label input[type=radio]:checked+span{color:#1a73e8;font-weight:500}.option-label:has(input[type=radio]:checked){background-color:#e8f0fe;border-color:#1a73e8}.button-container{display:flex;justify-content:center}.next-button{padding:1rem 2rem;background-color:#1a73e8;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s ease;min-width:200px}.next-button:hover:not(:disabled){background-color:#1a73e8}.next-button:disabled{background-color:#ccc;cursor:not-allowed}.error{color:#dc3545;padding:1rem;margin:1rem 0;background-color:#fff;border:1px solid #dc3545;border-radius:8px;text-align:center}.summary-report h2{color:#333;text-align:center;margin-bottom:2rem}.category-summaries{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.category-summary{background-color:#f8f9fa;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.category-summary h3{color:#1a73e8;margin-bottom:1rem;font-size:1.2rem}.category-stats p{margin:.5rem 0;color:#555}.detailed-responses{margin-top:3rem;border-top:2px solid #eee;padding-top:2rem}.detailed-responses h3{color:#333;margin-bottom:1.5rem;text-align:center}.response-item{background-color:#fff;padding:1.5rem;margin-bottom:1rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.answer-text{color:#1a73e8;margin-bottom:.5rem}.category-text{color:#666;font-size:.9rem}.assessment-history{width:100%;min-height:100vh;background:linear-gradient(to-br,#f9fafb,#f3f4f6);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.assessment-history .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb;position:relative;background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin:1rem}.assessment-history .header h2{margin:0;color:#333;position:absolute;left:50%;transform:translate(-50%);text-align:center}.close-button{padding:.5rem 1rem;background-color:#f0f0f0;color:#333;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.close-button:hover{background-color:#e0e0e0}.assessments-list{width:100%;max-width:80rem;margin:0 auto;padding:1rem 1.5rem 2rem;display:flex;flex-direction:column;gap:2rem}.assessment-entry{background:linear-gradient(to-br,#fff,#f9fafb);border-radius:24px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e5e7eb;position:relative}.assessment-entry:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(to-r,#60a5fa,#34d399)}.assessment-entry:hover{transform:translateY(-2px);box-shadow:0 8px 12px #1f293714,0 16px 24px #1f29371f}.assessment-date{background-color:#1a73e8;color:#fff;padding:1rem 2rem;border-bottom:1px solid #e0e0e0}.assessment-date h3{margin:0;font-size:1.2rem}.summary-report{padding:2rem 2.5rem;background:transparent;margin-top:6px}.summary-report h2{font-family:Quicksand,sans-serif;font-weight:700;font-size:1.8rem;color:#1e293b;margin-bottom:1.5rem;text-align:center;background:linear-gradient(135deg,#60a5fa,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.response-count{text-align:center;margin-bottom:2rem;color:#475569;font-size:1.1rem;font-weight:500;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1rem;border-radius:8px;border:1px solid rgba(148,163,184,.1)}.category-summaries{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.category-summary{background:#f9fafb;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease;position:relative}.category-summary:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to-b,#60a5fa,#34d399);border-radius:2px 0 0 2px}.category-summary:hover{transform:translateY(-2px);box-shadow:0 4px 8px #1f293714}.category-summary h3{font-family:Inter,sans-serif;font-weight:700;font-size:1.125rem;color:#111827;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center}.category-summary h3:before{content:"";width:8px;height:8px;background:#3b82f6;border-radius:50%;margin-right:.75rem}.category-stats p{margin:.5rem 0;color:#475569;font-size:.95rem;font-weight:500;line-height:1.5}.detailed-responses{margin-top:2rem;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.detailed-responses h3{font-family:Quicksand,sans-serif;font-weight:700;font-size:1.5rem;color:#1e293b;text-align:center;margin-bottom:2rem;background:linear-gradient(135deg,#60a5fa,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.category-section{margin-bottom:2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:1.5rem;border:1px solid rgba(148,163,184,.1)}.category-section h3{font-family:Quicksand,sans-serif;font-weight:600;font-size:1.3rem;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #E2E8F0}.qa-item{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease,box-shadow .2s ease;position:relative}.qa-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to-b,#60a5fa,#34d399);border-radius:2px 0 0 2px}.qa-item:hover{transform:translateY(-1px);box-shadow:0 4px 8px #1f293714}.qa-question{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #E2E8F0}.q-label,.a-label{display:inline-block;width:2rem;font-weight:700;color:#60a5fa;margin-right:.75rem;font-family:Quicksand,sans-serif}.q-text{color:#1e293b;font-weight:500;line-height:1.6}.a-text{color:#475569;font-weight:600;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:.25rem .5rem;border-radius:6px;display:inline-block}@media (max-width: 768px){.assessment-history{padding:.5rem}.assessment-history .header{margin:.5rem;padding:1rem}.assessments-list{padding:.5rem 1rem 1.5rem}.assessment-entry{margin-bottom:1.5rem}.summary-report{padding:1.5rem}.summary-report h2{font-size:1.5rem}.category-summaries{grid-template-columns:1fr;gap:1rem;padding:1.5rem}.category-summary,.qa-item{padding:1rem}.qa-format,.detailed-responses{padding:1.5rem}.detailed-responses h3{font-size:1.3rem}.category-section{padding:1rem}}.questionnaire-form .header{display:flex;justify-content:flex-end;margin-bottom:1rem}.qa-format{padding:2rem 2.5rem;background:transparent;margin-top:6px}.qa-format h2{font-family:Quicksand,sans-serif;font-weight:700;font-size:1.8rem;color:#1e293b;margin-bottom:2rem;text-align:center;background:linear-gradient(135deg,#60a5fa,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.qa-list{display:flex;flex-direction:column;gap:1.5rem}.qa-item{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;position:relative}.qa-category{position:absolute;top:-.75rem;right:1rem;background-color:#1a73e8;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.qa-question{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.qa-answer{color:#333}.q-label,.a-label{display:inline-block;width:2rem;font-weight:600;color:#1a73e8}.questionnaire-container{max-width:1400px;width:100%;margin:0 auto;padding:2rem;background-color:#fff}.questionnaire-header{text-align:center;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#1a73e8;color:#fff;border-radius:8px}.questionnaire-header h2{margin:0;color:#fff}.header-actions{display:flex;align-items:center;gap:1rem}.back-button{padding:.75rem 1.5rem;background-color:transparent;color:#6b7280;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;align-self:center}.back-button:hover{background-color:#f3f4f6;color:#374151}.burger-menu{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;margin-left:1rem}.burger-menu span{width:100%;height:2px;background-color:#fff;transition:all .3s ease}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{display:none;position:absolute;top:100%;right:0;background-color:#1a73e8;width:200px;padding:1rem;border-radius:0 0 8px 8px;box-shadow:0 4px 6px #0000001a}.mobile-menu.active{display:block}.mobile-menu button{width:100%;padding:.75rem 1rem;margin-bottom:.5rem;background-color:#fff3;color:#fff;border:none;border-radius:6px;cursor:pointer;text-align:left}.mobile-menu button:hover{background-color:#ffffff4d}.tabs{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center;flex-wrap:wrap}.tab-button{padding:.75rem 1.5rem;border-radius:20px;border:none;background-color:#f1f3f4;color:#5f6368;cursor:pointer;transition:all .2s;font-weight:500}.tab-button.active{background-color:#1a73e8;color:#fff}.progress-section{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.progress-stats{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.progress-stat{text-align:center;padding:.5rem 1rem;border-radius:6px;background-color:#fff;min-width:100px}.progress-stat-label{color:#5f6368;font-size:.9rem;margin-bottom:.25rem}.progress-stat-value{font-size:1.2rem;font-weight:500;color:#1a73e8}.progress-stat.skipped .progress-stat-value{color:#5f6368}.questions-section{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.submit-button{background-color:#1a73e8;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s;margin:0 auto;display:block;min-width:200px}.submit-button:disabled{background-color:#dadce0;cursor:not-allowed}.loading,.error{text-align:center;padding:2rem;color:#666}@media (max-width: 768px){.burger-menu{display:flex}.header-actions{display:none}.header-actions.mobile{display:flex;flex-direction:column;width:100%}.header-actions>buttons{font-size:smaller;padding:0 .5rem}.questionnaire-container{padding:1rem}.questions-section{grid-template-columns:1fr}.tabs{flex-wrap:wrap;gap:.5rem}.tab-button{font-size:.9rem;padding:.5rem 1rem}.question-card{padding:1rem}.option-label{padding:.35rem .5rem;min-width:70px;font-size:.85rem}.questionnaire-header{display:flex;flex-direction:column}}body{margin:0;padding:0;min-height:100vh;min-height:-webkit-fill-available;-webkit-overflow-scrolling:touch;background-color:#f5f5f5}html{height:-webkit-fill-available}.category-progress{margin-bottom:2rem;padding:1rem;background-color:#f8f9fa;border-radius:8px}.question-actions{display:flex;justify-content:flex-end;margin-top:1rem}.skip-button{background-color:transparent;color:#5f6368;border:1px solid #dadce0;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.skip-button:hover{background-color:#f1f3f4;border-color:#5f6368}.category-responses{margin-bottom:2rem;padding:1rem;background-color:#f8f9fa;border-radius:8px}.category-responses h4{color:#1a73e8;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e8f0fe}.category-section{margin-bottom:2rem;padding:1rem;background-color:#f8f9fa;border-radius:8px}.category-section h3{color:#1a73e8;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e8f0fe}.response-item{background-color:#fff;padding:1rem;border-radius:6px;box-shadow:0 1px 2px #0000001a}.parent-concerns-container{max-width:800px;margin:2rem auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.parent-concerns-container h2{color:#333;margin-bottom:1rem}.parent-concerns-container .description{color:#666;margin-bottom:2rem;line-height:1.6}.concerns-form{margin-bottom:2rem}.concerns-textarea{width:100%;min-height:150px;padding:1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;line-height:1.5;resize:vertical}.concerns-textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.submit-button,.next-button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .2s ease}.submit-button{background-color:#007bff;color:#fff}.next-button{background-color:#6c757d;color:#fff}.submit-button:hover,.next-button:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.submit-button:disabled,.next-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.assessment-history{max-width:1200px;margin:0 auto;padding:2rem}.assessment-entry{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem}.summary-report h2{color:#333;border-bottom:2px solid #007bff;padding-bottom:.5rem;margin-bottom:1.5rem}.category-summaries{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.category-summary{background:#f8f9fa;padding:1.5rem;border-radius:6px}.category-summary h3{color:#007bff;margin-bottom:1rem}.category-stats{display:grid;gap:.5rem}.category-stats p{margin:0;color:#666}.detailed-responses{margin-top:2rem}.category-responses{margin-bottom:2rem}.category-responses h4{color:#007bff;margin-bottom:1rem}.response-item{background:#f8f9fa;padding:1rem;border-radius:4px;margin-bottom:1rem}.question-text{color:#333;margin-bottom:.5rem}.answer-text{color:#666}.answer-text strong{color:#333}@media (max-width: 768px){.category-summaries{grid-template-columns:1fr}.form-actions{flex-direction:column}.submit-button,.next-button{width:100%}}.parent-concerns-section{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #007bff}.parent-concerns-section h3{color:#007bff;margin-bottom:1rem;font-size:1.2rem}.assessment-button:disabled{background-color:#ccc;cursor:not-allowed}.assessment-section{margin-bottom:2rem;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.assessment-header{background-color:#f8f9fa;padding:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.assessment-header:hover{background-color:#e9ecef}.assessment-content{padding:1rem;background-color:#fff}.assessment-content.collapsed{display:none}.assessment-toggle{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0 .5rem;color:#1a73e8}.assessment-date{font-weight:500;color:#333}.assessment-button.secondary{background-color:#f8f9fa;color:#1a73e8}.assessment-button.secondary:hover:not(:disabled){background-color:#5a6268}.summary-report{max-width:800px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.parent-concerns-section{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #1a73e8}.parent-concerns-section h3{color:#1a73e8;margin-bottom:1rem;font-size:1.2rem}.concerns-text{color:#333;line-height:1.6;white-space:pre-wrap;font-style:italic;background:#fff;padding:1rem;border-radius:4px;box-shadow:0 1px 3px #0000001a}.qa-list{display:flex;flex-direction:column;gap:1rem}.qa-item{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #1a73e8}.qa-question{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.q-label,.a-label{display:inline-block;width:2rem;font-weight:600;color:#1a73e8;margin-right:.5rem}.q-text{color:#333;font-weight:500}.a-text{color:#555}.category-section{margin-bottom:2rem;padding:1rem;background-color:#fff;border-radius:8px}.category-section h3{color:#1a73e8;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.detailed-responses{margin-top:3rem}.detailed-responses h3{color:#333;text-align:center;margin-bottom:2rem;font-size:1.5rem}@media (max-width: 768px){.assessment-buttons{flex-direction:column}.assessment-button{width:100%}.qa-item{padding:1rem}}.assessment-summary{padding:2rem;max-width:1200px;margin:0 auto}.assessment-summary .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.assessment-summary .summary-content{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.assessment-summary h2{color:#333;margin-bottom:1rem}.assessment-summary h3{color:#444;margin:2rem 0 1rem;border-bottom:2px solid #eee;padding-bottom:.5rem}.assessment-summary h4{color:#555;margin:1.5rem 0 1rem}.parent-concerns{margin:2rem 0}.parent-concerns .summary-table{background:#f8f9fa}.parent-concerns .summary-table td{padding:1.5rem}.parent-concerns .summary-table td:first-child{width:120px;color:#555}.summary-table,.responses-table{width:100%;border-collapse:collapse;margin:1rem 0;background:#fff;box-shadow:0 1px 3px #0000001a}.summary-table th,.responses-table th,.summary-table td,.responses-table td{padding:1rem;text-align:left;border:1px solid #eee}.summary-table th,.responses-table th{background:#f8f9fa;font-weight:600;color:#444}.summary-table tr:hover,.responses-table tr:hover{background:#f8f9fa}.category-section{margin-bottom:2rem}.category-section h4{color:#444;margin-bottom:1rem;padding:.5rem;background:#f8f9fa;border-radius:4px}.responses-table{margin-bottom:2rem}.responses-table td:first-child{width:60%}.assessment-buttons{display:flex;gap:1rem;justify-content:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #eee}.assessment-button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s}.assessment-button:not(:disabled):hover{transform:translateY(-1px)}.assessment-button:disabled{opacity:.7;cursor:not-allowed}.assessment-button.primary{background:#007bff;color:#fff}.assessment-button.secondary{background:#6c757d;color:#fff}@media (max-width: 768px){.assessment-summary{padding:1rem}.summary-table,.responses-table{font-size:.9rem}.summary-table th,.responses-table th,.summary-table td,.responses-table td{padding:.75rem}.parent-concerns .summary-table td:first-child{width:100px}.responses-table td:first-child{width:50%}.assessment-buttons{flex-direction:column}.assessment-button{width:100%}}.past-assessment-section{margin-bottom:2rem;border:1px solid #eee;border-radius:8px;overflow:hidden}.assessment-header{padding:1rem;background:#f8f9fa;cursor:pointer;transition:background-color .2s}.assessment-header:hover{background:#e9ecef}.assessment-header h3{margin:0;display:flex;justify-content:space-between;align-items:center;color:#444}.expand-icon{font-size:.8em;color:#666}.assessment-details{padding:1.5rem;background:#fff}.no-assessments{text-align:center;padding:2rem;color:#666}.view-history-button{padding:.5rem 1rem;background:#6c757d;color:#fff;border:none;border-radius:4px;margin-right:1rem;cursor:pointer;transition:all .2s}.view-history-button:hover{background:#5a6268;transform:translateY(-1px)}.question-option:hover{background-color:#1a73e8}.question-option.selected{background-color:#1557b0}.question-option.selected .option-text{color:#1a73e8}.question-option.selected{border-left:4px solid #1a73e8}.question-option.selected .option-text,.question-option.selected .option-icon{color:#1a73e8}.submit-button{background-color:#1a73e8}.submit-button:hover{background-color:#1557b0}.parent-concerns{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #1a73e8}.parent-concerns h3{color:#1a73e8;margin-bottom:1rem;font-size:1.2rem}.concerns-input{background:#fff;padding:1rem;border-radius:4px;box-shadow:0 1px 3px #0000001a}.concerns-input textarea{width:100%;min-height:150px;padding:1rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;line-height:1.5;resize:vertical}.concerns-input textarea:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833}.parent-concerns-form{max-width:800px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.assessment-info{margin-bottom:2rem}.assessment-info h2{color:#333;text-align:center;margin-bottom:2rem;font-size:1.8rem}.info-section{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px}.info-section h3{color:#1a73e8;margin-bottom:1rem;font-size:1.3rem}.info-section p{color:#555;line-height:1.6;margin-bottom:1rem}.info-section ul{list-style-type:none;padding:0;margin:1rem 0}.info-section li{padding:.5rem 0;color:#555}.info-section li strong{color:#1a73e8;margin-right:.5rem}.info-section textarea{width:100%;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;line-height:1.5;resize:vertical;margin-top:1rem}.info-section textarea:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e833}.assessment-buttons{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.assessment-button{padding:1rem 2rem;background-color:#1a73e8;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s ease;min-width:200px}.assessment-button:hover:not(:disabled){background-color:#1a73e8}.assessment-button:disabled{background-color:#b3b3b3;cursor:not-allowed}.next-button{background-color:#1a73e8;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.375rem;cursor:pointer;font-weight:500;transition:background-color .2s}.next-button:hover{background-color:#1557b0}@media (max-width: 768px){.parent-concerns-form{margin:1rem;padding:1rem}.assessment-buttons{flex-direction:column}.assessment-button{width:100%}}.resource-page{max-width:1200px;margin:0 auto;padding:2rem}.hero-section{background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:1rem;padding:3rem;color:#fff;text-align:center;margin-bottom:2rem}.hero-section h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto 2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center}.primary-button{background-color:#1a73e8;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .2s}.primary-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.secondary-button{background-color:#ffffff1a;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .2s}.secondary-button:hover{background-color:#fff3}.filters-section{display:flex;gap:1rem;margin-bottom:2rem;background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:500;color:#4b5563}.filter-select{padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#fff;color:#1f2937}.featured-resources{margin-bottom:3rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.featured-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .2s}.featured-card:hover{transform:translateY(-4px)}.featured-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.featured-content{padding:1.5rem}.featured-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.featured-content p{color:#4b5563;margin-bottom:1rem}.text-button{color:#4f46e5;font-weight:500;transition:color .2s}.text-button:hover{color:#4338ca}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:1.5rem}.collection-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.card-header h3{font-size:1.25rem;font-weight:600;color:#1f2937}.activity-list{display:flex;flex-direction:column;gap:1.5rem}.activity-item{padding:1rem;background:#f9fafb;border-radius:.5rem}.activity-item h4{font-weight:600;color:#1f2937;margin-bottom:.5rem}.activity-item p{color:#4b5563;margin-bottom:1rem}.tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.tag{background:#e5e7eb;color:#4b5563;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}.outline-button{width:100%;padding:.5rem;border:1px solid #4f46e5;border-radius:.375rem;color:#4f46e5;font-weight:500;transition:all .2s}.outline-button:hover{background:#4f46e5;color:#fff}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.article-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.article-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.article-content{padding:1.5rem}.article-content h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.article-content p{color:#4b5563;margin-bottom:1rem}.community-section{text-align:center;margin-top:3rem;padding:3rem;background:#f9fafb;border-radius:.75rem}.community-section h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.community-section p{color:#4b5563;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}@media (max-width: 768px){.resource-page{padding:1rem}.hero-section{padding:2rem 1rem}.hero-section h1{font-size:2rem}.cta-buttons,.filters-section{flex-direction:column}.collection-grid{grid-template-columns:1fr}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.chatbot-container{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chatbot-toggle{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:pointer;box-shadow:0 4px 20px #667eea66;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;z-index:1001}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 25px #667eea99}.chatbot-toggle-open{background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 4px 20px #ff6b6b66}.chatbot-toggle-open:hover{box-shadow:0 6px 25px #ff6b6b99}.chatbot-icon{filter:brightness(0) invert(1);transition:filter .3s ease}.chatbot-toggle:hover .chatbot-icon{filter:brightness(0) invert(1) drop-shadow(0 2px 4px rgba(255,255,255,.3))}.chatbot-window{position:fixed;bottom:0;right:20px;width:400px;height:550px;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -10px 40px #00000026;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(100%);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;z-index:999}.chatbot-window-open{opacity:1;visibility:visible;transform:translateY(0)}.chatbot-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px;border-radius:20px 20px 0 0}.chatbot-header-content{display:flex;align-items:center;justify-content:space-between;gap:16px}.chatbot-header-left{display:flex;align-items:center;gap:16px}.chatbot-avatar{width:44px;height:44px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.chatbot-header-text h3{margin:0;font-size:18px;font-weight:600}.chatbot-status{font-size:13px;opacity:.9;display:flex;align-items:center;gap:6px}.chatbot-status:before{content:"";width:8px;height:8px;background:#4ade80;border-radius:50%;display:inline-block}.chatbot-close-button{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:.8;width:36px;height:36px}.chatbot-close-button:hover{opacity:1;background:#ffffff26;transform:scale(1.1)}.chatbot-close-button:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.chatbot-messages{flex:1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:20px;background:#f8fafc}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chatbot-message{display:flex;max-width:85%}.chatbot-message-user{align-self:flex-end;margin-left:auto}.chatbot-message-bot{align-self:flex-start;margin-right:auto}.chatbot-message-content{background:#fff;padding:16px 20px;border-radius:20px;box-shadow:0 2px 12px #00000014;position:relative}.chatbot-message-user .chatbot-message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.chatbot-message-content p{margin:0 0 6px;font-size:14px;line-height:1.5}.chatbot-message-time{font-size:11px;opacity:.7;display:block}.chatbot-typing{display:flex;gap:6px;padding:12px 0}.chatbot-typing span{width:10px;height:10px;background:#cbd5e1;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.chatbot-typing span:nth-child(1){animation-delay:-.32s}.chatbot-typing span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chatbot-input-container{padding:24px;background:#fff;border-top:1px solid #e2e8f0}.chatbot-input-wrapper{display:flex;gap:12px;align-items:center}.chatbot-input{flex:1;padding:16px 20px;border:2px solid #e2e8f0;border-radius:28px;font-size:14px;outline:none;transition:all .3s ease;background:#f8fafc}.chatbot-input:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.chatbot-input:disabled{opacity:.6;cursor:not-allowed}.chatbot-send-button{height:55px;width:50px;border-radius:50%;background:transparent;color:#667eea;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;font-size:22px;font-weight:700;box-shadow:none}.chatbot-send-button:hover:not(:disabled){transform:scale(1.05);border-color:#764ba2;color:#764ba2;box-shadow:0 4px 16px #667eea33}.chatbot-send-button:active:not(:disabled){transform:scale(.98)}.chatbot-send-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none;border-color:#cbd5e1;color:#cbd5e1}@media (max-width: 480px){.chatbot-container{bottom:10px;right:10px}.chatbot-window{width:100vw;height:70vh;bottom:0;right:0;border-radius:20px 20px 0 0}.chatbot-toggle{width:50px;height:50px}.chatbot-header,.chatbot-messages,.chatbot-input-container{padding:20px}}.chatbot-message{animation:messageSlideIn .3s ease-out}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-toggle:focus,.chatbot-send-button:focus,.chatbot-input:focus{outline:2px solid #667eea;outline-offset:2px}@media (prefers-color-scheme: dark){.chatbot-window{background:#1e293b;color:#fff}.chatbot-messages{background:#0f172a}.chatbot-message-content{background:#334155;color:#fff}.chatbot-input{background:#334155;border-color:#475569;color:#fff}.chatbot-input:focus{background:#475569}.chatbot-input-container{background:#1e293b;border-top-color:#475569}}#root{width:100%;margin:0;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #1a73e8)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.profile-selection{max-width:600px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.profile-selection h1{color:#333;margin-bottom:2rem;text-align:center}.profiles-list{display:flex;flex-direction:column;gap:1rem}.profile-button{width:auto;padding:1rem;background-color:#1a73e8;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s ease;outline:#1a73e8}.profile-button:hover{background-color:#1a73e8}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;min-height:calc(100vh - 60px);display:flex;flex-direction:column}.profiles-container{padding:1rem}.profiles-container h2{color:#2d3748;margin-bottom:2rem;font-size:1.875rem;text-align:center}.profiles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%}.profile-card{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s;text-align:center;min-width:0}.profile-avatar{width:80px;height:80px;background-color:#4299e1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;margin:0 auto 1rem}.profile-card h3{margin:0 0 .5rem;color:#2d3748;font-size:1.25rem}.profile-card p{margin:.25rem 0;color:#718096}.profile-card .dob{font-size:.875rem;color:#a0aec0;margin-top:.5rem}@media (max-width: 1200px){.profiles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 768px){.profiles-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.profile-card{padding:1.25rem}.profile-avatar{width:60px;height:60px;font-size:1.5rem}.profile-card h3{font-size:1.1rem}}@media (max-width: 480px){.profiles-container{padding:.5rem}.profiles-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto;gap:1rem;padding:0}.profile-card{padding:1rem}.profile-avatar{width:50px;height:50px;font-size:1.25rem}.profile-card h3{font-size:1rem}.profile-card p{font-size:.9rem}}.header-actions{display:flex;gap:1rem;align-items:center}.register-btn{background-color:#34d399;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:background-color .2s}.register-btn:hover{background-color:#059669}.empty-state{text-align:center;padding:3rem;background-color:#f7fafc;border-radius:.5rem;color:#718096}.create-profile-btn{background-color:#4299e1;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:1.5rem}.create-profile-btn:hover{background-color:#3182ce}.error{text-align:center;color:#e53e3e;padding:1rem;background-color:#fff5f5;border-radius:.5rem;margin:2rem 0}.options-container{display:flex;gap:2rem;justify-content:center;padding:2rem;max-width:800px;margin:0 auto}.option-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;width:300px;cursor:pointer;transition:all .2s ease;text-align:center}.option-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.option-card h3{margin:0 0 1rem;color:#333;font-size:1.5rem}.option-card p{margin:0;color:#666;line-height:1.5}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;margin:2rem auto;max-width:600px;text-align:center}.error-container p{color:#dc3545;margin-bottom:1rem;font-size:1.1rem}.retry-button{background-color:#007bff;color:#fff;border:none;padding:.8rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s}.retry-button:hover{background-color:#0056b3}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;margin:2rem auto}.loading-spinner{border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:#333;background-color:#f8f9fa}html,body{scroll-padding-top:60px}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-duration,.15s)var(--tw-ease,ease); --animate-out: exit var(--tw-duration,.15s)var(--tw-ease,ease); --animate-accordion-down: accordion-down var(--tw-duration,.2s)ease-out; --animate-accordion-up: accordion-up var(--tw-duration,.2s)ease-out; --animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); }}@keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height)); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height)); }to { height: 0; }}@keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number);}@utility direction-*{animation-direction: --value(--animation-direction-*);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value([percentage])/100%) ; --tw-enter-scale: --value([ratio],[number]) ; --tw-enter-scale: --value(--percentage-*);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value([percentage])/100%) ; --tw-exit-scale: --value([ratio],[number]) ; --tw-exit-scale: --value(--percentage-*);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: --value(--rotate-*,[angle]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: --value(--rotate-*,[angle]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}*,: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: }*,: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:var(--font-sans),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}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.collapse{visibility:collapse}.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}.inset-y-0{top:0;bottom:0}.-bottom-4{bottom:-1rem}.-left-4{left:-1rem}.-right-4{right:-1rem}.-top-4{top:-1rem}.bottom-0{bottom:0}.left-0{left:0}.left-3{left:.75rem}.left-4{left:1rem}.left-6{left:1.5rem}.right-0{right:0}.top-0{top:0}.top-1\/2{top:50%}.top-4{top:1rem}.top-6{top:1.5rem}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.box-border{box-sizing:border-box}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-full{height:100%}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.min-h-\[120px\]{min-height:120px}.min-h-screen{min-height:100vh}.w-1\/5{width:20%}.w-1\/6{width:16.666667%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/6{width:33.333333%}.w-20{width:5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-\[10\%\]{width:10%}.w-\[12\%\]{width:12%}.w-\[13\%\]{width:13%}.w-\[15\%\]{width:15%}.w-\[20\%\]{width:20%}.w-\[25\%\]{width:25%}.w-\[35\%\]{width:35%}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[140px\]{min-width:140px}.min-w-\[150px\]{min-width:150px}.min-w-\[200px\]{min-width:200px}.min-w-\[300px\]{min-width:300px}.min-w-\[800px\]{min-width:800px}.min-w-\[900px\]{min-width:900px}.min-w-full{min-width:100%}.max-w-16{max-width:4rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[130px\]{max-width:130px}.max-w-\[180px\]{max-width:180px}.max-w-\[280px\]{max-width:280px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-separate{border-collapse:separate}.border-spacing-y-2{--tw-border-spacing-y: .5rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.-translate-x-full{--tw-translate-x: -100%;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))}.translate-x-0{--tw-translate-x: 0px;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))}.rotate-180{--tw-rotate: 180deg;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))}.transform{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 bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@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-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.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-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * 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-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * 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))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-l-lg{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-r-lg{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-none{border-style:none}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-blue-700{--tw-border-opacity: 1;border-color:rgb(29 78 216 / 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-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-indigo-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-\[\#181e29\]{--tw-bg-opacity: 1;background-color:rgb(24 30 41 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / 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-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / 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-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / 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-50{--tw-bg-opacity: 1;background-color:rgb(238 242 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-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / 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\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.bg-opacity-95{--tw-bg-opacity: .95}.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))}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.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-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800{--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 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-purple-400{--tw-gradient-from: #c084fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 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-50{--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #eef2ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-blue-500{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-gray-50{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.to-green-400{--tw-gradient-to: #4ade80 var(--tw-gradient-to-position)}.to-indigo-100{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea 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}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-10{padding-left:2.5rem;padding-right:2.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-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-10{padding-left:2.5rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-4{padding-right:1rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.font-\[\'Inter\'\,-apple-system\,BlinkMacSystemFont\,\'Segoe_UI\'\,Roboto\,sans-serif\]{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.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-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-6{line-height:1.5rem}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / 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-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / 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-indigo-900{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / 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))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.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-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 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-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-md{--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)}.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)}.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)}.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-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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-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-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-1000{transition-delay:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}:root{--vh: 1vh;--radius: .625rem;--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--card: oklch(1 0 0);--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: oklch(.205 0 0);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.97 0 0);--secondary-foreground: oklch(.205 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--accent: oklch(.97 0 0);--accent-foreground: oklch(.205 0 0);--destructive: oklch(.577 .245 27.325);--border: oklch(.922 0 0);--input: oklch(.922 0 0);--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: oklch(.205 0 0);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}html,body{margin:0;padding:0;height:100%;width:100%;overflow-x:hidden}body{min-height:100vh;min-height:-webkit-fill-available;min-height:100dvh;background-color:#fff;display:flex;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;justify-content:center;align-items:center}main{display:flex;flex-direction:column;align-items:stretch;width:100%}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a73e8;cursor:pointer;transition:all .2s ease;color:#fff}button:focus,button:focus-visible{outline:2px solid #1a73e8;outline-offset:2px}a{font-weight:800;text-decoration:none}#root{height:100%;min-height:100vh;min-height:-webkit-fill-available;min-height:100dvh}.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.205 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.205 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.922 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.704 .191 22.216);--border: oklch(1 0 0 / 10%);--input: oklch(1 0 0 / 15%);--ring: oklch(.556 0 0);--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(1 0 0 / 10%);--sidebar-ring: oklch(.556 0 0)}.last\:mb-0:last-child{margin-bottom:0}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;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))}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;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))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-indigo-400:hover{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / 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-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-50:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / 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\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.hover\:from-blue-600:hover{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-700:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-600:hover{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-700:hover{--tw-gradient-from: #15803d var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-600:hover{--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)}.hover\:from-purple-700:hover{--tw-gradient-from: #7e22ce var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-blue-700:hover{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.hover\:to-emerald-700:hover{--tw-gradient-to: #047857 var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-indigo-600:hover{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.hover\:text-indigo-800:hover{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-lg:hover{--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)}.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)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--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\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-2:focus-visible{--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-visible\:ring-indigo-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.active\:translate-y-0:active{--tw-translate-y: 0px;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))}.active\:shadow-md:active{--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)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-indigo-300:disabled{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:hover\:-translate-y-0:hover:disabled{--tw-translate-y: -0px;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))}.disabled\:hover\:shadow-lg:hover:disabled{--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)}.group:hover .group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:left-6{left:1.5rem}.sm\:top-6{top:1.5rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:w-1\/5{width:20%}.sm\:w-4\/5{width:80%}.sm\:w-48{width:12rem}.sm\:w-auto{width:auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-4{gap:1rem}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-20{padding-top:5rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:mb-12{margin-bottom:3rem}.md\:mt-0{margin-top:0}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-48{width:12rem}.md\:w-64{width:16rem}.md\:w-\[600px\]{width:600px}.md\:w-auto{width:auto}.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\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-6{gap:1.5rem}.md\:p-8{padding:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1024px){.lg\:static{position:static}.lg\:inset-0{top:0;right:0;bottom:0;left:0}.lg\:left-8{left:2rem}.lg\:top-8{top:2rem}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:mb-8{margin-bottom:2rem}.lg\:ml-0{margin-left:0}.lg\:inline{display:inline}.lg\:hidden{display:none}.lg\:translate-x-0{--tw-translate-x: 0px;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))}.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\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.lg\:p-10{padding:2.5rem}.lg\:p-16{padding:4rem}.lg\:p-4{padding:1rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:pl-64{padding-left:16rem}.lg\:pt-24{padding-top:6rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media print{.print\:mb-8{margin-bottom:2rem}.print\:block{display:block}.print\:border-b{border-bottom-width:1px}.print\:border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.print\:pb-4{padding-bottom:1rem}}
