:root{--main-text: #000;--minor-text: #666;--accent-color: #455af7;--accent-color-hover: rgba(0, 122, 255, .9);--app-background: #fff;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-xxl: 3rem;--border-radius-sm: 6px;--border-radius-md: 12px;--border-radius-lg: 16px;--border-radius-full: 100px;--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--z-dropdown: 10;--z-modal: 50;--z-tooltip: 100;--z-notification: 200}*{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;overflow-x:hidden;margin:0;padding:0}body{margin:0;padding:0;font-family:inherit;line-height:1.5;color:var(--main-text);background-color:var(--app-background);width:100%;height:100%;overflow-x:hidden}#root{width:100%;min-height:100vh;height:100%;overflow-x:hidden;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;color:var(--main-text);word-wrap:break-word;overflow-wrap:break-word}p{margin:0;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}a{color:var(--accent-color);text-decoration:none;transition:color var(--transition-normal)}a:hover{color:var(--accent-color-hover)}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0;margin:0;outline:none;transition:all var(--transition-normal)}button:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit;border:1px solid #d1d5db;border-radius:var(--border-radius-sm);padding:.5rem;transition:border-color var(--transition-normal);max-width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a}img{max-width:100%;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.w-full{width:100%}.h-full{height:100%}.flex{display:flex}.flex-col{flex-direction:column}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.m-0{margin:0}.p-0{padding:0}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.container-sm{width:100%;max-width:768px;margin:0 auto;padding:0 1rem}.no-overflow{overflow-x:hidden}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){:root{--main-text: #000;--minor-text: #333;--accent-color: #0056b3}}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}img{max-width:100%!important}h1,h2,h3,h4,h5,h6{-moz-column-break-after:avoid;break-after:avoid}p{orphans:3;widows:3}}.auth-google-icon{width:30px;height:30px;display:flex;align-items:center;flex-shrink:0;margin-left:8px;margin-right:0}.auth-button.primary{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:320px;margin:0 auto;padding:12px 0;background:#fff;color:#222;font-size:1.1rem;font-weight:500;border:1px solid #dadce0;border-radius:24px;box-shadow:0 1px 2px #3c404314;cursor:pointer;transition:background .2s,box-shadow .2s}.auth-button.primary:hover{background:#f7f8fa;box-shadow:0 2px 8px #3c40431f;display:flex}.auth-button.google{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:320px;margin-top:32px;padding:10px 32px;background:#fff;color:#222;font-size:14px;border:1px solid #d4deed;border-radius:100px;cursor:pointer;min-height:56px}.auth-button.google:hover{background:#f7f8fa;box-shadow:0 2px 8px #3c40431f}.auth-google-text{flex:1;text-align:left;font-size:14px;font-weight:500;color:#222;letter-spacing:.01em}.auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px}.auth-spinner{display:flex;align-items:center;justify-content:center}.auth-spinner svg{animation:spin 1s linear infinite}.auth-loading-text{font-size:1.1rem;color:#666;margin:0;font-weight:500}.auth-screen{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:url(/assets/classes-DJ1w78uV.png);background-size:contain;background-repeat:no-repeat}.base-screen{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh;box-sizing:border-box;background-attachment:fixed;background-size:cover;background-position:center;background-repeat:no-repeat;transition:background .5s ease-in-out;position:relative;overflow-x:hidden}.base-screen__content-main{background-image:url(/assets/classes-DJ1w78uV.png);background-size:contain;background-position:center;background-repeat:no-repeat;background-attachment:fixed;width:100%;min-height:100dvh;display:flex;justify-content:center}.base-screen__content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;max-width:475px;height:100vh;box-sizing:border-box}.base-screen:before{content:"";position:absolute;inset:0;background:#ffffff03;pointer-events:none;z-index:1}.base-screen>*{position:relative;z-index:2}.base-screen__main-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;flex-grow:1;width:100%;gap:24px;padding-top:40px}.base-screen__content{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.base-screen__title{font-size:32px;font-weight:600;color:var(--main-text, #000);text-align:center;line-height:40px;letter-spacing:-.3px;width:100%;margin:0}.base-screen__description{font-size:16px;font-weight:400;color:var(--minor-text, #666);text-align:center;line-height:22px;letter-spacing:-.3px;margin:0;font-family:var(--main-font)}.base-screen__promo-card{position:fixed;bottom:0;width:100%;max-width:475px;display:flex;flex-direction:column;justify-content:center;align-items:center}.base-screen__actions{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;flex-shrink:0;padding-bottom:20px}.base-screen__pagination{display:flex;align-items:center;gap:7px}.base-screen__pagination-dot{width:6.79px;height:6.79px;background-color:var(--main-text, #000);border-radius:3.39px;opacity:.3}.base-screen__pagination-dot--active{width:28.85px;height:6.79px;background-color:var(--accent-color, #455af7);border-radius:8.48px;opacity:1}.base-screen__skip-button{background:none;border:none;color:var(--minor-text, #666);font-size:16px;font-weight:400;cursor:pointer;padding:12px 16px;border-radius:8px;transition:background-color .2s ease-in-out}.base-screen__skip-button:hover{background-color:#0000000d}.base-screen__skip-button:focus{outline:2px solid var(--accent-color, #455af7);outline-offset:2px}.base-screen__back-button{position:absolute;top:20px;left:20px;background:none;border:none;color:var(--main-text, #000);cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s ease-in-out}.base-screen__back-button:hover{background-color:#0000001a}.base-screen__back-button:focus{outline:2px solid var(--accent-color, #455af7);outline-offset:2px}.base-screen__illustration{top:0;translate:0 30%;width:100%;max-width:475px;height:auto;max-height:60vh;-o-object-fit:contain;object-fit:contain;position:absolute}.base-screen__children{width:100%;display:flex;flex-direction:column;align-items:center}@media (max-width: 375px){.base-screen__main-content{gap:20px;padding-top:20px}.base-screen__illustration{translate:0 5%}.base-screen__title{font-size:28px;line-height:34px}.base-screen__actions{padding-bottom:8px}}@media (max-width: 374px){.base-screen__illustration{translate:0 27%}}@media (min-width: 376px) and (max-width: 399px){.base-screen__illustration{translate:0 40%}}@media (min-width: 400px) and (max-width: 768px){.base-screen__illustration{translate:0 50%}}.grade-selector{display:flex;flex-direction:column;height:100vh;background:#fff}.grade-selector-back{display:flex;flex-direction:column;width:100%;height:100dvh;padding:70px 20px;background-image:url(/assets/classes-DJ1w78uV.png);background-repeat:no-repeat;background-size:contain}.grade-selector__header{display:flex;align-items:center;margin-bottom:2rem}.grade-selector__title{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0}.grade-selector-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;flex:1;justify-content:center;padding-bottom:100px;box-sizing:border-box;margin:0 auto}.grade-selector-header{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:60px;width:100%;box-sizing:border-box}.grade-selector-header:before{content:"";position:absolute;top:0;right:0;translate:0 -60%;background-image:url(/assets/graduated-D7wVYdCB.png);background-repeat:no-repeat;background-size:contain;width:76px;height:76px}.grade-selector-title{font-size:32px;font-weight:600;color:#161616;margin:0 0 .5rem;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.grade-selector-subtitle{font-size:14px;color:#4a5568;text-align:center;max-width:246px;line-height:1.4}.grade-options{display:flex;flex-direction:row;gap:12px;justify-content:space-between;margin-bottom:2rem;width:100%;box-sizing:border-box}.error-message{color:#dc2626;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1rem;text-align:center;font-size:.875rem;grid-column:1 / -1}.no-grades-message{text-align:center;padding:2rem 1rem;color:#878d99;grid-column:1 / -1}.no-grades-message p{margin:0 0 1rem;font-size:1rem;font-weight:500}.admin-actions{display:flex;justify-content:center;gap:.75rem;margin-top:1rem;grid-column:1 / -1}.admin-controls{grid-column:1 / -1;display:flex;justify-content:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.init-classes-btn,.refresh-classes-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.init-classes-btn:hover:not(:disabled),.refresh-classes-btn:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.init-classes-btn:disabled,.refresh-classes-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.refresh-classes-btn{padding:.5rem 1rem;font-size:.75rem}.grade-button{background:#fff;border:1px solid #d4deed;padding:1rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;text-align:center;min-height:48px;display:flex;align-items:center;justify-content:center;width:50%;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grade-button.selected{background:linear-gradient(135deg,#6176ff,#d085fe);color:#fff}.grade-confirm-button{width:100%;border:none;border-radius:100px;padding:1rem;font-size:18px;cursor:pointer;transition:all .2s ease;min-height:48px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grade-confirm-button:hover:not(.disabled){background:#2563eb;transform:translateY(-1px)}.grade-confirm-button:active:not(.disabled){transform:translateY(0)}.grade-confirm-button.disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.grade-confirm-button:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.base-screen{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.app-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2rem;box-shadow:0 2px 10px #0000001a;position:relative}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;width:100%}.header-brand h1{margin:0;color:#2c3e50;font-size:2rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.header-brand p{margin:.25rem 0 0;color:#6c757d;font-size:1rem;font-weight:400}.user-name{font-weight:600;color:#2c3e50;font-size:.95rem}.admin-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.2rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-align:center;box-shadow:0 2px 4px #0003}.header-actions{display:flex;align-items:center;gap:.75rem}.admin-nav-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.admin-nav-button:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.logout-button{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s}.logout-button:hover:not(:disabled){background:#dc2626}.logout-button:disabled{background:#9ca3af;cursor:not-allowed}.app-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#fff}.welcome-message{margin-bottom:2rem;max-width:600px}.welcome-message h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.welcome-message p{font-size:1.1rem;opacity:.9;margin:0;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.quick-actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center;align-items:center;margin:1rem 0;width:100%;max-width:400px;box-sizing:border-box}.action-button{padding:.875rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .3s ease;width:100%;max-width:300px;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;touch-action:manipulation;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action-button.primary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.action-button.primary:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.action-button.primary:active{background:#fff6;transform:translateY(0)}.action-button.secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2)}.action-button.secondary:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.action-button.secondary:active{background:#ffffff4d;transform:translateY(0)}.reset-button{background:none;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;transition:all .3s ease;margin-top:1rem;min-height:44px;touch-action:manipulation;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reset-button:hover{background:#ffffff1a;transform:translateY(-1px)}.reset-button:active{background:#fff3;transform:translateY(0)}.secondary-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem;flex-wrap:wrap;width:100%;max-width:600px;box-sizing:border-box}.secondary-actions .reset-button{flex:1;min-width:140px;max-width:250px}.grade-selection-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;color:#fff}.grade-selection-container h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.grade-selection-container p{font-size:1.1rem;opacity:.9;margin:0 0 2rem;line-height:1.6}.grade-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;max-width:600px;width:100%;margin-bottom:2rem}.grade-button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem;border-radius:.5rem;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;min-height:60px;display:flex;align-items:center;justify-content:center}.grade-button:active{background:#fff6;transform:translateY(0)}.grade-selection-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.back-button-container{position:absolute;top:2rem;left:2rem;z-index:10}.back-button{background:#fff;border:2px solid #e5e7eb;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;color:#374151;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;flex-shrink:0}.back-button:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.back-button:active{transform:translateY(0)}.back-button:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center;padding:0 .5rem}.header-user{flex-direction:column;gap:8px;width:100%}.user-info{flex-direction:column;gap:4px;max-width:100%}.header-actions{flex-direction:column;gap:.5rem;width:100%}.admin-nav-button,.logout-button{width:100%;max-width:200px}.welcome-message h2,.grade-selection-container h1{font-size:2rem}.grade-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem}.grade-button{padding:.75rem;font-size:.9rem;min-height:50px}}@media (max-width: 480px){.app-header,.app-main{padding:1rem}.welcome-message h2,.grade-selection-container h1{font-size:1.75rem}.grade-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.grade-button{padding:.5rem;font-size:.8rem;min-height:45px}.secondary-actions{flex-direction:column;align-items:center}.secondary-actions .reset-button{max-width:100%}}@media (min-width: 768px){.app-header{padding:1.5rem}.app-header h1{font-size:2rem}.app-header p{font-size:1rem}.app-main{padding:1.5rem;gap:2rem}.welcome-message{max-width:600px}.welcome-message h2{font-size:1.75rem}.welcome-message p{font-size:1.125rem}.quick-actions{flex-direction:row;flex-wrap:wrap;gap:1rem;margin:1.5rem 0;max-width:600px}.action-button{width:auto;min-width:160px;max-width:none;font-size:1rem;padding:1rem 1.5rem;flex:1}.reset-button{font-size:.875rem;padding:.75rem 1.5rem}.back-button-container{top:2.5rem;left:2.5rem}.back-button{width:48px;height:48px;font-size:1.5rem}}@media (min-width: 1024px){.app-header{padding:2rem}.app-header h1{font-size:2.5rem}.app-header p{font-size:1.125rem}.app-main{padding:2rem}.welcome-message h2{font-size:2rem}.action-button{min-width:180px;padding:1rem 2rem}.reset-button{margin-top:2rem}}@media (min-width: 1280px){.app-header h1{font-size:3rem}.welcome-message h2{font-size:2.25rem}.action-button{min-width:200px}}@media (max-height: 600px) and (orientation: landscape){.app-header{padding:.75rem}.app-header h1{font-size:1.5rem}.app-header p{font-size:.8rem}.app-main{padding:.75rem;gap:1rem}.welcome-message h2{font-size:1.25rem}.welcome-message p{font-size:.9rem}.quick-actions{flex-direction:row;flex-wrap:wrap;gap:.5rem;margin:.75rem 0}.action-button{width:auto;min-width:120px;font-size:.8rem;padding:.5rem 1rem;flex:1}.reset-button{font-size:.75rem;padding:.5rem 1rem;margin-top:.5rem}}.action-button:focus,.reset-button:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.action-button:active{animation:pulse .3s ease}@media (prefers-reduced-motion: reduce){.action-button,.reset-button{transition:none}.action-button:active{animation:none}}@media (prefers-contrast: high){.action-button,.reset-button{border-width:3px}}.base-screen{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.app-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 0;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.header-brand h1{margin:0;font-size:1.8rem;font-weight:700;color:#4f46e5}.header-brand p{margin:0;font-size:.9rem;color:#6b7280}.header-user{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.5rem}.user-name{font-weight:500;color:#1f2937}.admin-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.header-actions{display:flex;align-items:center;gap:.5rem}.user-stats-mini{display:flex;gap:.5rem;font-size:.85rem;color:#6b7280}.breadcrumbs{background:#ffffffe6;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.breadcrumbs{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.breadcrumbs button{background:none;border:none;color:#4f46e5;cursor:pointer;font-weight:500;text-decoration:underline}.breadcrumbs button:hover{color:#3730a3}.breadcrumbs span{color:#6b7280}.app-main{max-width:1200px;margin:0 auto;padding:2rem 1rem}.content-header{text-align:center;margin-bottom:3rem}.content-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.content-header p{font-size:1.1rem;color:#ffffffe6;margin:0}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#fff;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.grade-selection-container{background:#fffffff2;border-radius:16px;padding:3rem 2rem;margin:2rem auto;max-width:600px;text-align:center;box-shadow:0 8px 32px #0000001a}.grade-selection-container h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.grade-selection-container p{font-size:1.1rem;color:#6b7280;margin:0 0 2rem}.grade-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}.grade-button{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem 1rem;cursor:pointer;font-size:1rem;font-weight:600;color:#374151;transition:all .2s;box-shadow:0 2px 4px #0000000d}.grade-selection-actions{display:flex;justify-content:center;gap:1rem}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.subject-icon{font-size:3rem;margin-bottom:1rem}.subject-info h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.subject-info p{color:#6b7280;margin:0 0 1rem;line-height:1.6}.subject-stats{display:flex;justify-content:space-between;font-size:.9rem;color:#6b7280}.subject-progress{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.progress-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s}.topics-list{display:flex;flex-direction:column;gap:1.5rem}.topic-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000026}.topic-info{flex:1}.topic-info h3{font-size:1.3rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.topic-info p{color:#6b7280;margin:0 0 1rem;line-height:1.6}.topic-meta{display:flex;gap:1.5rem;font-size:.9rem;color:#6b7280}.topic-progress{display:flex;flex-direction:column;align-items:center;gap:.5rem}.progress-circle{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#10b981;position:relative}.progress-circle:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#e5e7eb}.completion-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.lessons-tests-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.lessons-section,.tests-section{background:#fffffff2;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #0000001a}.lessons-section h2,.tests-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.lessons-list,.tests-list{display:flex;flex-direction:column;gap:1rem}.lesson-card,.test-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s}.lesson-card:hover,.test-card:hover{background:#f1f5f9;border-color:#cbd5e1}.lesson-info,.test-info{margin-bottom:1rem}.lesson-info h3,.test-info h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.lesson-info p,.test-info p{color:#6b7280;margin:0 0 .75rem;line-height:1.5}.lesson-meta,.test-meta{display:flex;gap:1rem;font-size:.85rem;color:#6b7280;flex-wrap:wrap}.test-level{padding:.25rem .75rem;border-radius:20px;font-weight:500;font-size:.8rem}.test-level.beginner{background:#dcfce7;color:#16a34a}.test-level.intermediate{background:#fef3c7;color:#d97706}.test-level.advanced{background:#fee2e2;color:#dc2626}.lesson-actions,.test-actions{display:flex;gap:.75rem;flex-wrap:wrap}.test-container{background:#fffffff2;border-radius:16px;padding:3rem;max-width:600px;margin:0 auto;box-shadow:0 8px 32px #0000001a}.test-header{text-align:center;margin-bottom:2rem}.test-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.test-header p{color:#6b7280;margin:0 0 1.5rem;line-height:1.6}.test-info{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.test-actions{display:flex;flex-direction:column;gap:1rem}.profile-container{background:#fffffff2;border-radius:16px;padding:3rem;max-width:800px;margin:0 auto;box-shadow:0 8px 32px #0000001a}.profile-header{text-align:center;margin-bottom:3rem}.profile-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.profile-header p{color:#6b7280;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s}.stat-card:hover{background:#f1f5f9;border-color:#cbd5e1}.stat-card h3{font-size:.9rem;font-weight:500;color:#6b7280;margin:0 0 .5rem}.stat-value{font-size:2rem;font-weight:700;color:#1f2937}.badges-section{margin-bottom:3rem}.badges-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.badge-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s;position:relative}.badge-card:hover{background:#f1f5f9;border-color:#cbd5e1}.badge-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.badge-info{flex:1}.badge-info h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.badge-info p{color:#6b7280;margin:0 0 .75rem;line-height:1.5}.badge-meta{display:flex;gap:1rem;font-size:.85rem;color:#6b7280}.new-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600}.profile-actions{display:flex;justify-content:center;gap:1rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.header-actions{flex-wrap:wrap;justify-content:center}.content-header h1{font-size:2rem}.subjects-grid,.lessons-tests-container{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.badges-grid{grid-template-columns:1fr}.badge-card{flex-direction:column;text-align:center}.test-info{flex-direction:column}}@media (max-width: 480px){.grade-grid{grid-template-columns:repeat(2,1fr)}.grade-button{padding:1rem .5rem}.test-container,.profile-container{padding:1.5rem}.content-header h1{font-size:1.5rem}}:root{--button-primary-bg: var(--accent-color, #455af7);--button-primary-text: var(--app-background, #fff);--button-secondary-bg: var(--app-background, #fff);--button-secondary-bg-hover: #f8f9fa;--button-secondary-text: var(--main-text, #000);--button-secondary-border: #e9ecef;--button-outline-border: var(--accent-color, #455af7);--button-text-color: var(--accent-color, #455af7);--button-text-hover: var(--accent-color-hover, rgba(0, 122, 255, .9));--button-disabled-bg: #e9ecef;--button-disabled-text: #adb5bd;--button-border-radius: 100px;--button-transition: all .2s ease-in-out}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--button-border-radius);font-family:inherit;font-weight:400;letter-spacing:-.3px;cursor:pointer;transition:var(--button-transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;white-space:nowrap;overflow:hidden;box-sizing:border-box}.button:focus{outline:2px solid var(--accent-color, #455af7);outline-offset:2px}.button:disabled{cursor:not-allowed;pointer-events:none}.button--primary{background-color:var(--button-primary-bg);color:var(--button-primary-text);border:none}.button--primary:active:not(:disabled){transform:translateY(0)}.button--secondary{background-color:var(--button-secondary-bg);color:var(--button-secondary-text);border:1px solid var(--button-secondary-border)}.button--secondary:hover:not(:disabled){color:#fff;background:linear-gradient(90deg,#6176ff 50.17%,#d085fe);border:1px solid linear-gradient(90deg,#6176ff 50.17%,#d085fe 100%)}.button--secondary:active:not(:disabled){transform:translateY(0);background:linear-gradient(90deg,#6176ff 50.17%,#d085fe);border:1px solid linear-gradient(90deg,#6176ff 50.17%,#d085fe 100%)}.button--outline{background-color:transparent;color:var(--button-outline-border);border:1px solid var(--button-outline-border)}.button--outline:hover:not(:disabled){background-color:var(--button-outline-border);color:var(--button-primary-text);transform:translateY(-1px)}.button--outline:active:not(:disabled){transform:translateY(0)}.button--text{background-color:transparent;color:#4a5568;border:none;padding:8px 16px}.button--small{height:40px;padding:8px 16px;font-size:14px;min-width:80px}.button--medium{height:48px;padding:12px 24px;font-size:16px}.button--large{height:56px;padding:16px 32px;font-size:18px;min-width:120px}.button--full-width{width:100%}.button--disabled{background-color:var(--button-disabled-bg)!important;color:var(--button-disabled-text)!important;border-color:var(--button-disabled-bg)!important}.button--loading{pointer-events:none}.button__content--loading{opacity:.7}.button__loading-spinner{display:flex;align-items:center;justify-content:center}.button__loading-spinner-icon{animation:button-spin 1s linear infinite}@keyframes button-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button__start-icon,.button__end-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.button__start-icon{margin-right:4px;margin-left:-4px}.button__end-icon{margin-left:4px;margin-right:-4px}.button__content{display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;font-size:18px}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-amber-500:oklch(76.9% .188 70.08);--color-yellow-50:oklch(98.7% .026 102.212);--color-yellow-600:oklch(68.1% .162 75.834);--color-green-50:oklch(98.2% .018 155.826);--color-green-100:oklch(96.2% .044 156.743);--color-green-200:oklch(92.5% .084 155.995);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-700:oklch(52.7% .154 150.069);--color-emerald-50:oklch(97.9% .021 166.113);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-600:oklch(59.6% .145 163.225);--color-teal-600:oklch(60% .118 184.704);--color-cyan-600:oklch(60.9% .126 221.723);--color-blue-50:oklch(97% .014 254.604);--color-blue-200:oklch(88.2% .059 254.128);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-indigo-50:oklch(96.2% .018 272.314);--color-indigo-200:oklch(87% .065 274.039);--color-indigo-500:oklch(58.5% .233 277.117);--color-indigo-600:oklch(51.1% .262 276.966);--color-purple-50:oklch(97.7% .014 308.299);--color-purple-500:oklch(62.7% .265 303.9);--color-purple-600:oklch(55.8% .288 302.321);--color-pink-600:oklch(59.2% .249 .584);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-lg:32rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-6xl:3.75rem;--text-6xl--line-height:1;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--blur-xl:24px;--blur-2xl:40px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.right-0{right:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-10{margin-top:calc(var(--spacing)*10)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.mb-50{margin-bottom:calc(var(--spacing)*50)}.ml-1{margin-left:calc(var(--spacing)*1)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.size-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.size-12{width:calc(var(--spacing)*12);height:calc(var(--spacing)*12)}.size-\[145px\]{width:145px;height:145px}.h-6{height:calc(var(--spacing)*6)}.h-8{height:calc(var(--spacing)*8)}.h-10{height:calc(var(--spacing)*10)}.h-64{height:calc(var(--spacing)*64)}.h-\[5px\]{height:5px}.h-\[30\%\]{height:30%}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-10{width:calc(var(--spacing)*10)}.w-20{width:calc(var(--spacing)*20)}.w-\[50\%\]{width:50%}.w-\[134px\]{width:134px}.w-\[318px\]{width:318px}.w-full{width:100%}.w-screen{width:100vw}.max-w-7xl{max-width:var(--container-7xl)}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-\[140px\]{min-width:140px}.flex-1{flex:1}.flex-grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.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-row{flex-direction:row}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-10{gap:calc(var(--spacing)*10)}.gap-\[10px\]{gap:10px}.gap-\[14px\]{gap:14px}.gap-\[17px\]{gap:17px}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-x-3>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*3)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-4>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*4)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-x-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-600{border-color:var(--color-blue-600)}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-green-200{border-color:var(--color-green-200)}.border-indigo-200{border-color:var(--color-indigo-200)}.border-red-200{border-color:var(--color-red-200)}.border-white{border-color:var(--color-white)}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.bg-\[\#161616\]{background-color:#161616}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-emerald-50{background-color:var(--color-emerald-50)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-green-50{background-color:var(--color-green-50)}.bg-green-100{background-color:var(--color-green-100)}.bg-indigo-50{background-color:var(--color-indigo-50)}.bg-purple-50{background-color:var(--color-purple-50)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-100{background-color:var(--color-red-100)}.bg-white{background-color:var(--color-white)}.bg-white\/50{background-color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.bg-white\/50{background-color:color-mix(in oklab,var(--color-white)50%,transparent)}}.bg-white\/80{background-color:#fffc}@supports (color:color-mix(in lab,red,red)){.bg-white\/80{background-color:color-mix(in oklab,var(--color-white)80%,transparent)}}.bg-white\/95{background-color:#fffffff2}@supports (color:color-mix(in lab,red,red)){.bg-white\/95{background-color:color-mix(in oklab,var(--color-white)95%,transparent)}}.bg-yellow-50{background-color:var(--color-yellow-50)}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-amber-500{--tw-gradient-from:var(--color-amber-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-blue-50{--tw-gradient-from:var(--color-blue-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-blue-500{--tw-gradient-from:var(--color-blue-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-emerald-500{--tw-gradient-from:var(--color-emerald-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-green-500{--tw-gradient-from:var(--color-green-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-indigo-50{--tw-gradient-from:var(--color-indigo-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-indigo-500{--tw-gradient-from:var(--color-indigo-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-indigo-600{--tw-gradient-from:var(--color-indigo-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-orange-500{--tw-gradient-from:var(--color-orange-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-purple-500{--tw-gradient-from:var(--color-purple-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-red-500{--tw-gradient-from:var(--color-red-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-white{--tw-gradient-via:var(--color-white);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-blue-50{--tw-gradient-to:var(--color-blue-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-blue-600{--tw-gradient-to:var(--color-blue-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-cyan-600{--tw-gradient-to:var(--color-cyan-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-green-600{--tw-gradient-to:var(--color-green-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-orange-600{--tw-gradient-to:var(--color-orange-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-pink-600{--tw-gradient-to:var(--color-pink-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-50{--tw-gradient-to:var(--color-purple-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-600{--tw-gradient-to:var(--color-purple-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-red-600{--tw-gradient-to:var(--color-red-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-teal-600{--tw-gradient-to:var(--color-teal-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-center{background-position:50%}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.pt-5{padding-top:calc(var(--spacing)*5)}.pt-6{padding-top:calc(var(--spacing)*6)}.pt-9{padding-top:calc(var(--spacing)*9)}.pt-20{padding-top:calc(var(--spacing)*20)}.pb-5{padding-bottom:calc(var(--spacing)*5)}.pb-12{padding-bottom:calc(var(--spacing)*12)}.pl-6{padding-left:calc(var(--spacing)*6)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[28px\]{font-size:28px}.leading-none{--tw-leading:1;line-height:1}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.whitespace-nowrap{white-space:nowrap}.text-\[\#232b36\]{color:#232b36}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-emerald-600{color:var(--color-emerald-600)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-green-600{color:var(--color-green-600)}.text-green-700{color:var(--color-green-700)}.text-indigo-600{color:var(--color-indigo-600)}.text-purple-600{color:var(--color-purple-600)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-transparent{color:#0000}.text-white{color:var(--color-white)}.text-yellow-600{color:var(--color-yellow-600)}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-blue-500\/25{--tw-shadow-color:#3080ff40}@supports (color:color-mix(in lab,red,red)){.shadow-blue-500\/25{--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--color-blue-500)25%,transparent)var(--tw-shadow-alpha),transparent)}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur-xl{--tw-blur:blur(var(--blur-xl));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(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));-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,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}@media (hover:hover){.group-hover\:text-gray-700:is(:where(.group):hover *){color:var(--color-gray-700)}.group-hover\:text-gray-900:is(:where(.group):hover *){color:var(--color-gray-900)}.group-hover\:blur-2xl:is(:where(.group):hover *){--tw-blur:blur(var(--blur-2xl));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,)}.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:border-gray-300:hover{border-color:var(--color-gray-300)}.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:bg-gray-50\/50:hover{background-color:#f9fafb80}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-50\/50:hover{background-color:color-mix(in oklab,var(--color-gray-50)50%,transparent)}}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:text-gray-900:hover{color:var(--color-gray-900)}.hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-indigo-500:focus{--tw-ring-color:var(--color-indigo-500)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@media (min-width:40rem){.sm\:mb-4{margin-bottom:calc(var(--spacing)*4)}.sm\:inline{display:inline}.sm\:h-12{height:calc(var(--spacing)*12)}.sm\:w-12{width:calc(var(--spacing)*12)}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:gap-6{gap:calc(var(--spacing)*6)}.sm\:p-6{padding:calc(var(--spacing)*6)}.sm\:px-6{padding-inline:calc(var(--spacing)*6)}.sm\:px-8{padding-inline:calc(var(--spacing)*8)}.sm\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.sm\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}}@media (min-width:48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:64rem){.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\:p-8{padding:calc(var(--spacing)*8)}.lg\:px-8{padding-inline:calc(var(--spacing)*8)}.lg\:px-12{padding-inline:calc(var(--spacing)*12)}}@media (min-width:80rem){.xl\:col-span-2{grid-column:span 2/span 2}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;box-sizing:border-box;margin:0;padding:0;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#161616;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}p,h1,h2,h3,h4,h5,h6{-webkit-user-select:text;-moz-user-select:text;user-select:text}h1,h2,h3,h4,h5,h6{color:#1e293b;font-weight:600;line-height:1.2}p{color:#475569;line-height:1.6}button{font-family:inherit;font-size:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;background:0 0;border:none;outline:none}button:focus-visible{outline-offset:2px;outline:2px solid #3182ce}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:768px){::-webkit-scrollbar{width:4px}html{font-size:14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}.loading-screen{z-index:9999;background:linear-gradient(135deg,#dcddfa,#fff);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loading-spinner{text-align:center}.spinner{border:4px solid #dcddfa4d;border-top-color:#6b73ff;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.progress-indicator{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:2rem;padding:.5rem 1rem;position:fixed;top:2rem;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000001a}.onboarding-progress-indicator{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;z-index:auto;background:0 0;border-radius:0;padding:0;display:inline-block;position:static;transform:none}.inline-flex{display:inline-flex}.h-7px{height:7px}.gap-7px{gap:7px}.items-center{align-items:center}.relative{position:relative}.w-24px{width:24px}.w-7px{width:7px}.bg-blue{background-color:#3b82f6}.bg-gray{background-color:#9ca3af}.rounded-12px{border-radius:12px}.rounded-full{border-radius:50%}.opacity-30{opacity:.3}.progress-indicator div[class*=w-],.onboarding-progress-indicator div[class*=w-]{transition:all .3s}@media (max-width:768px){.progress-indicator{padding:.375rem .75rem;top:1rem}.h-7px{height:6px}.gap-7px{gap:6px}.w-24px{width:20px}.w-7px{width:6px}.rounded-12px{border-radius:10px}}@media (prefers-reduced-motion:reduce){.progress-pagination-dot{transition:none!important}}.container{max-width:475px;margin:0 auto;padding:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@keyframes pulse{50%{opacity:.5}}.thank-you-screen{width:100%;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background:#fff;position:relative;background-image:url(/assets/classes-DJ1w78uV.png)}.thank-you-screen__back{position:absolute;top:32px;left:32px;width:48px;height:48px;border:none;display:flex;align-items:center;justify-content:center;z-index:2;cursor:pointer}.thank-you-screen__illustration{width:100%}.thank-you-screen__illustration img{width:100%;max-height:186px;max-width:412px}.thank-you-screen__thank{position:absolute;top:-32px;right:-32px;font-size:1.2rem;color:#222;font-family:Comic Sans MS,cursive,sans-serif;transform:rotate(-10deg)}.thank-you-screen__title{font-size:32px;font-weight:700;text-align:center;margin:0 0 24px;line-height:1.2;width:100%;max-width:500px;position:relative;z-index:5}.thank-you-screen__title h1{margin:0;display:flex;flex-direction:column;gap:20px}.thank-you-screen__title-main{display:block;color:#1a202c}.thank-you-screen__title-sub{display:block;color:#4a5568;font-size:28px;font-weight:600}.thank-you-screen__title-span{background:linear-gradient(90deg,#ff9a61,#fe85e1);width:88px;height:39px;rotate:-2deg;padding:0 5px}.thank-you-screen__title-span{color:#fff;z-index:10;position:relative}.thank-you-screen__desc{font-size:16px;color:#4a5568;text-align:center;margin-bottom:60px;max-width:318px;display:flex;flex-direction:column;gap:16px}.thank-you-screen__desc-paragraph{margin:0;line-height:1.5;font-size:15px;color:#4a5568;text-align:center}.thank-you-screen__desc-paragraph-date{font-size:20px;margin-top:8px;color:#4a5568}@media (max-width: 480px){.thank-you-screen__desc{max-width:280px;gap:12px;margin-bottom:40px}.thank-you-screen__desc-paragraph{font-size:14px;line-height:1.6}.thank-you-screen__title{font-size:24px;width:85%}.thank-you-screen__centered-col{flex:1;gap:16px;padding:16px}.thank-you-screen__content{gap:20px}}.thank-you-screen__button{width:100%;margin:auto auto 0;padding:18px 0;background:#455af7;color:#fff;font-size:18px;border:none;border-radius:100px;box-shadow:0 2px 8px #4b6cfa14;cursor:pointer;transition:background .2s}.thank-you-screen__button:hover{background:#3a54c7}.thank-you-screen__content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;flex:1;padding:0 16px;gap:24px}.thank-you-screen__centered-col{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:20px;flex:1;padding:20px 16px}.onboarding-container{display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative}.back-arrow-button{position:absolute;top:0;left:1rem;z-index:20;width:48px;height:48px;border-radius:50%;background:transparent;border:none;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;touch-action:manipulation}.back-arrow-button svg{transition:transform .2s ease}.back-arrow-button:hover svg{transform:translate(-2px)}.onboarding-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;position:relative;overflow:hidden;background-attachment:fixed;background-size:cover;background-position:center;background-repeat:no-repeat}.screen-content{max-width:350px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem;z-index:2}.illustration{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;width:280px;height:280px;background:#ffffff1a;border-radius:50%;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.illustration-emoji{font-size:6rem;line-height:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.content-text{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:320px}.screen-title{font-size:1.75rem;font-weight:800;color:#1a1a1a;margin:0;line-height:1.2;text-align:center;letter-spacing:-.02em}.screen-description{font-size:1rem;color:#6b7280;margin:0;line-height:1.5;text-align:center;font-weight:400}.onboarding-screen:before{content:"";position:absolute;top:10%;left:-10%;width:200px;height:200px;background:#fff3;border-radius:50%;filter:blur(60px);z-index:1}.onboarding-screen:after{content:"";position:absolute;bottom:20%;right:-10%;width:150px;height:150px;background:#ffffff26;border-radius:50%;filter:blur(60px);z-index:1}.onboarding-navigation{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem;background:transparent;border:none;position:relative;z-index:10}.progress-indicators{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-bottom:1rem}.progress-dot{width:32px;height:4px;border-radius:2px;background-color:#e5e7eb;transition:all .3s ease}.progress-dot.active{background-color:#1f2937;width:32px}.navigation-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%}.nav-button{padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;width:100%;max-width:320px;min-height:56px;touch-action:manipulation;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.nav-button.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 16px #3b82f64d}.nav-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.nav-button.primary:active{transform:translateY(0);box-shadow:0 4px 16px #3b82f64d}.nav-button.secondary{background:#fffc;color:#6b7280;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.nav-button.secondary:hover{background:#ffffffe6;color:#374151;transform:translateY(-2px)}.nav-button.secondary:active{background:#fff;transform:translateY(0)}.skip-button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:.875rem;padding:.75rem;text-align:center;transition:all .3s ease;margin-top:.5rem;min-height:44px;touch-action:manipulation;font-weight:500}.skip-button:hover{color:#6b7280}.skip-button:active{color:#374151}@media (max-width: 480px){.back-arrow-button{top:.75rem;left:.75rem;width:40px;height:40px}.onboarding-screen{padding:1.5rem 1rem}.screen-content{max-width:300px;gap:1.5rem}.illustration{width:240px;height:240px}.illustration-emoji{font-size:5rem}.screen-title{font-size:1.5rem}.screen-description{font-size:.9rem}.nav-button{max-width:280px;min-height:52px}.onboarding-navigation{padding:1rem}}@media (min-width: 768px){.back-arrow-button{top:1.5rem;left:1.5rem;width:48px;height:48px}.onboarding-screen{padding:3rem 2rem}.screen-content{max-width:400px;gap:2.5rem}.illustration{width:320px;height:320px}.illustration-emoji{font-size:7rem}.screen-title{font-size:2rem}.screen-description{font-size:1.125rem}.navigation-buttons{flex-direction:row;gap:1rem}.nav-button{width:auto;min-width:160px;max-width:none}.onboarding-navigation{padding:2rem}}@media (min-width: 1024px){.back-arrow-button{top:2rem;left:2rem}.illustration{width:360px;height:360px}.illustration-emoji{font-size:8rem}.screen-title{font-size:2.25rem}.screen-description{font-size:1.25rem}.nav-button{min-width:180px}}@media (max-height: 700px) and (orientation: landscape){.back-arrow-button{top:.75rem;left:.75rem;width:40px;height:40px}.onboarding-screen{flex-direction:row;align-items:center;justify-content:center;padding:1rem}.screen-content{flex-direction:row;align-items:center;text-align:left;max-width:100%;gap:2rem}.illustration{width:200px;height:200px;margin-bottom:0;flex-shrink:0}.illustration-emoji{font-size:4rem}.content-text{flex:1;align-items:flex-start;text-align:left}.screen-title{font-size:1.5rem}.screen-description{font-size:.9rem}.onboarding-navigation{position:absolute;bottom:0;left:0;right:0;padding:1rem}.navigation-buttons{flex-direction:row;gap:1rem}.nav-button{width:auto;min-width:120px;min-height:48px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.onboarding-screen.active{animation:fadeIn .6s ease-out}.onboarding-screen.active .illustration{animation:slideIn .8s ease-out .2s both}.onboarding-screen.active .content-text{animation:slideIn .8s ease-out .4s both}.nav-button:focus,.skip-button:focus,.back-arrow-button:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast: high){.progress-dot{border:2px solid #000}.progress-dot.active{background-color:#000}.nav-button.primary{background:#000;color:#fff}.back-arrow-button{background:#fff;border:2px solid #000}}@media (prefers-reduced-motion: reduce){.onboarding-screen.active,.onboarding-screen.active .illustration,.onboarding-screen.active .content-text{animation:none}.nav-button,.back-arrow-button,.progress-dot{transition:none}}.loading-screen{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);display:flex;align-items:center;justify-content:center}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner p{color:#6b7280;font-size:1rem;font-weight:500;margin:0}.auth-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;max-width:400px;width:100%;margin:0 auto;gap:2rem}.auth-header{text-align:center;margin-bottom:1rem;position:relative}.auth-header-span{rotate:-2deg;background:linear-gradient(90deg,#ff9a61,#fe85e1);width:121px;height:39px;padding:2px 5px}.auth-title{font-size:28px;font-weight:600;color:#161616;margin:0;line-height:1.2;position:relative}@media screen and (max-width: 360px){.auth-title{font-size:30px}}.auth-title:after{content:"";position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGiSURBVHgBzVQ9TgJBFP7e7EZYCrOcwDXRxsSAJwBPIPECYmcplSYUUNqphTGxwSN4A/AGcAKWEwha8LvzfDu7QoEUTGH8ppjdl3nffPPeN0NIwU93DYyPzjA9Hs2B2k59v4st4S7JMK0QnAKDyYXTllAeW0IZolbVJyyKJkIEGVurWpIl0pxurArM0OAeLLAiI4g6YhNktw0LJDWbwGdEQVy5hHg2gAUSZS4VsBRIfbLo5IoMXPxRJXWzUmU0pQzlVBVLwUJYQvFLtSh2KKWq4m52YAmFCENhITL+Esy+3mEJJQcNzJf4CzR9o+ZJCEu4MrqY8CXglBB9PuK/gLZZzPctP9K7FdK5QLG3B84VWHsjaA+qfnBKmxOvfbh+GchJkleGzgbMuaIQMXOWzCwkBI84knnu5N01kuerKijTgM4EsVPk1puweU6Q2md1LrESPpA8DP4aGRy+gObALItTTSk4tg6TNgQD6XzI4m/Wukdq8apuD831WydjHqbbUurivvz0IIkg3aHaeQcb8AsZNWX3QHYNRdVALcYPVLsJ8df4BqHro30Mu74zAAAAAElFTkSuQmCC);background-size:contain;background-repeat:no-repeat;width:17px;height:19px;top:-20%}.error-message{width:100%;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem}.error-message p{color:#dc2626;font-size:.875rem;margin:0;text-align:center;font-weight:500}.auth-form{width:100%;display:flex;flex-direction:column;gap:1.5rem}.form-field{width:100%}.input-container{position:relative;width:100%}.input-container.has-error .form-input{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;z-index:2;display:flex;align-items:center;justify-content:center}.input-right-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center}.form-input{width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:12px;font-size:1rem;background:#fff;color:#1f2937;transition:all .3s ease;font-family:inherit;min-height:56px;box-sizing:border-box}.form-input.has-left-icon{padding-left:3rem}.form-input.has-right-icon{padding-right:3rem}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::-moz-placeholder{color:#9ca3af;font-weight:400}.form-input::placeholder{color:#9ca3af;font-weight:400}.form-input:disabled{background-color:#f9fafb;cursor:not-allowed}.field-error{margin-top:.5rem}.field-error p{color:#dc2626;font-size:.875rem;margin:0;font-weight:500}.password-toggle{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.password-toggle:hover{color:#6b7280}.auth-submit-button{width:100%;padding:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:56px;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.auth-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.auth-submit-button:active:not(:disabled){transform:translateY(0)}.auth-submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-divider{width:100%;text-align:center;position:relative;margin:1rem 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.auth-divider span{background:#fff;color:#718096;padding:0 1rem;font-size:15px;position:relative;z-index:1}.social-auth{width:100%;display:flex;flex-direction:column;gap:1rem}.social-button{width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-height:56px;display:flex;align-items:center;justify-content:center;gap:.75rem;touch-action:manipulation}.social-button:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.social-button:active:not(:disabled){transform:translateY(0)}.social-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.social-button.apple{color:#000}.social-button.google{color:#374151}.auth-switch{text-align:center;margin-top:1rem}.auth-switch span{color:#6b7280;font-size:.875rem}.auth-switch-button{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:600;cursor:pointer;padding:0;text-decoration:none;transition:all .3s ease}.auth-switch-button:hover{color:#2563eb;text-decoration:underline}.error-boundary{min-height:100vh;background:linear-gradient(135deg,#fef2f2,#fee2e2);display:flex;align-items:center;justify-content:center;padding:2rem}.error-content{max-width:500px;text-align:center;background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 20px 40px #0000001a}.error-content h1{font-size:2rem;font-weight:700;color:#dc2626;margin:0 0 1rem}.error-content p{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.5}.error-details{margin:1.5rem 0;text-align:left}.error-details summary{cursor:pointer;color:#dc2626;font-weight:600;margin-bottom:1rem}.error-details pre{background:#f3f4f6;padding:1rem;border-radius:8px;overflow-x:auto;font-size:.875rem;color:#374151}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-button{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;min-width:150px}.error-button.primary{background:#dc2626;color:#fff}.error-button.primary:hover{background:#b91c1c;transform:translateY(-1px)}.error-button.secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.error-button.secondary:hover{background:#e5e7eb;transform:translateY(-1px)}@media (max-width: 480px){.auth-content{padding:1.5rem 1rem;gap:1.5rem}.form-input,.auth-submit-button,.social-button{min-height:52px;font-size:.9rem}.social-button{font-size:.8rem}.error-content{padding:2rem 1.5rem}.error-actions{flex-direction:column}.error-button{min-width:auto;width:100%}}@media (min-width: 768px){.auth-content{padding:3rem 2rem;max-width:420px}}@media (min-width: 1024px){.auth-content{max-width:440px}}@media (max-height: 700px) and (orientation: landscape){.auth-content{padding:4rem 1rem 1rem;gap:1rem;justify-content:flex-start}.form-input,.auth-submit-button,.social-button{min-height:48px}}.form-input:focus,.auth-submit-button:focus,.social-button:focus,.auth-switch-button:focus,.password-toggle:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast: high){.form-input{border-width:2px}.auth-submit-button{background:#000}.social-button{border-width:2px}}@media (prefers-reduced-motion: reduce){.auth-submit-button,.social-button,.form-input,.password-toggle,.auth-switch-button,.error-button{transition:none}.spinner{animation:none}}.auth-info{margin:2rem 0}.info-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:12px;text-align:left;box-shadow:0 4px 20px #0000001a}.info-card h3{margin:0 0 1rem;font-size:1.2rem;font-weight:600}.info-card p{margin:0 0 1rem;opacity:.9}.info-card ul{margin:0;padding-left:1.5rem;list-style:none}.info-card li{margin:.5rem 0;position:relative;opacity:.9}.info-card li:before{content:"✓";position:absolute;left:-1.5rem;color:#4ade80;font-weight:700}.auth-subtitle small{color:#6b7280;font-size:.8rem;font-weight:400}.admin-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.admin-header{background:#fff;padding:1rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.admin-header h1{margin:0;color:#1f2937;font-size:1.5rem;font-weight:600}.back-button{background:#6366f1;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.back-button:hover{background:#4f46e5;transform:translateY(-1px)}.access-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem;background:linear-gradient(135deg,#fee2e2,#fecaca)}.access-denied h2{color:#dc2626;margin-bottom:1rem;font-size:2rem}.access-denied p{color:#7f1d1d;margin-bottom:2rem;font-size:1.1rem}.access-denied button{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s ease}.access-denied button:hover{background:#b91c1c;transform:translateY(-1px)}.base-screen{display:flex;flex-direction:column;min-height:100vh;width:100%;position:relative;overflow-x:hidden;background-attachment:fixed;background-size:cover;background-position:center;background-repeat:no-repeat}.base-screen-back-button{position:absolute;top:1rem;left:1rem;z-index:20;width:44px;height:44px;border-radius:50%;background:#ffffffe6;border:none;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0000001a;touch-action:manipulation}.base-screen-back-button:hover{background:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.base-screen-back-button:active{transform:translateY(0);box-shadow:0 4px 16px #0000001a}.base-screen-back-button svg{transition:transform .2s ease}.base-screen-back-button:hover svg{transform:translate(-2px)}.base-screen-navigation{position:absolute;top:1rem;right:1rem;z-index:15}.base-screen-navigation-list{display:flex;gap:.5rem;margin:0;padding:0;list-style:none}.base-screen-navigation-item{margin:0;padding:0}.base-screen-navigation-button{padding:.5rem 1rem;border:none;border-radius:8px;background:#fff3;color:#1f2937;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.base-screen-navigation-button:hover{background:#ffffff4d;transform:translateY(-1px)}.base-screen-navigation-button.active{background:#ffffffe6;color:#1f2937;font-weight:600}.base-screen-navigation-button:disabled{cursor:not-allowed;opacity:.5}.base-screen-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;gap:2rem;max-width:600px;width:100%;margin:0 auto;text-align:center;position:relative;z-index:2}.base-screen-illustration{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.base-screen-illustration-emoji{font-size:6rem;line-height:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));width:280px;height:280px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.base-screen-illustration-image{max-width:280px;max-height:280px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:12px;box-shadow:0 8px 32px #0000001a}.base-screen-illustration-custom{display:flex;align-items:center;justify-content:center;width:280px;height:280px;border-radius:12px;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.base-screen-text{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:480px;width:100%}.base-screen-title{font-size:2rem;font-weight:800;color:#1a1a1a;margin:0;line-height:1.2;text-align:center;letter-spacing:-.02em}.base-screen-description{font-size:1.125rem;color:#4b5563;margin:0;line-height:1.6;text-align:center;font-weight:400}.base-screen-children{width:100%;max-width:480px;display:flex;flex-direction:column;gap:1rem}.base-screen-footer{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 1.5rem;background:transparent;position:relative;z-index:10}.base-screen-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%}.base-screen-action-button{width:335px;height:56px;border-radius:100px;padding:16px 8px;gap:10px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;touch-action:manipulation;white-space:nowrap;box-sizing:border-box}.base-screen-action-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 16px #667eea66}.base-screen-action-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #667eea80}.base-screen-action-button.primary:active{transform:translateY(0);box-shadow:0 4px 16px #667eea66}.base-screen-action-button.secondary{background:#ffffffe6;color:#374151;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a}.base-screen-action-button.secondary:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.base-screen-action-button.secondary:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.base-screen-action-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.base-screen-skip-button{background:none;border:none;color:#6b7280;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;line-height:100%;letter-spacing:-.3px;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease;text-decoration:underline;text-underline-offset:2px;text-align:center}.base-screen-skip-button:hover{color:#374151;background:#ffffff1a}.base-screen-skip-button:active{transform:translateY(1px)}.base-screen:before{content:"";position:absolute;top:10%;left:-5%;width:200px;height:200px;background:#ffffff1a;border-radius:50%;filter:blur(80px);z-index:1;pointer-events:none}.base-screen:after{content:"";position:absolute;bottom:20%;right:-5%;width:150px;height:150px;background:#ffffff14;border-radius:50%;filter:blur(60px);z-index:1;pointer-events:none}@media (max-width: 480px){.base-screen-back-button{width:40px;height:40px;top:.75rem;left:.75rem}.base-screen-navigation{top:.75rem;right:.75rem}.base-screen-content{padding:1.5rem 1rem;gap:1.5rem}.base-screen-illustration-emoji{width:220px;height:220px;font-size:4.5rem}.base-screen-illustration-image,.base-screen-illustration-custom{max-width:220px;max-height:220px;width:220px;height:220px}.base-screen-title{font-size:1.5rem}.base-screen-description{font-size:1rem}.base-screen-action-button{width:280px;height:52px;padding:14px 8px;font-size:.9rem}.base-screen-footer{padding:1.5rem 1rem}.base-screen-actions{max-width:280px}}@media (min-width: 768px){.base-screen-back-button{width:48px;height:48px;top:1.5rem;left:1.5rem}.base-screen-navigation{top:1.5rem;right:1.5rem}.base-screen-content{padding:3rem 2rem;gap:2.5rem}.base-screen-illustration-emoji{width:320px;height:320px;font-size:7rem}.base-screen-illustration-image,.base-screen-illustration-custom{max-width:320px;max-height:320px;width:320px;height:320px}.base-screen-title{font-size:2.25rem}.base-screen-description{font-size:1.25rem}.base-screen-actions{flex-direction:column;gap:1rem}.base-screen-action-button{width:335px;height:56px;padding:16px 8px}.base-screen-footer{padding:2.5rem 2rem}}@media (min-width: 1024px){.base-screen-back-button{top:2rem;left:2rem}.base-screen-navigation{top:2rem;right:2rem}.base-screen-illustration-emoji{width:360px;height:360px;font-size:8rem}.base-screen-illustration-image,.base-screen-illustration-custom{max-width:360px;max-height:360px;width:360px;height:360px}.base-screen-title{font-size:2.5rem}.base-screen-description{font-size:1.375rem}.base-screen-action-button{width:335px;height:56px;padding:16px 8px}}@media (max-height: 600px) and (orientation: landscape){.base-screen-back-button{width:36px;height:36px;top:.5rem;left:.5rem}.base-screen-navigation{top:.5rem;right:.5rem}.base-screen-content{padding:1rem;gap:1rem;flex-direction:row;align-items:center;justify-content:center;text-align:left}.base-screen-illustration{margin-bottom:0;margin-right:2rem;flex-shrink:0}.base-screen-illustration-emoji{width:180px;height:180px;font-size:4rem}.base-screen-illustration-image,.base-screen-illustration-custom{max-width:180px;max-height:180px;width:180px;height:180px}.base-screen-text{text-align:left;max-width:320px}.base-screen-title{font-size:1.75rem}.base-screen-description{font-size:1rem}.base-screen-footer{padding:1rem}.base-screen-actions{flex-direction:column;max-width:280px}.base-screen-action-button{width:280px;height:48px;padding:12px 8px;font-size:.875rem}}.base-screen-back-button:focus,.base-screen-navigation-button:focus,.base-screen-action-button:focus,.base-screen-skip-button:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast: high){.base-screen-back-button,.base-screen-navigation-button,.base-screen-action-button.secondary{background:#fff;color:#000;border:2px solid #000000}.base-screen-action-button.primary{background:#000;color:#fff;border:2px solid #ffffff}.base-screen-illustration-emoji,.base-screen-illustration-custom{border:2px solid rgba(0,0,0,.2)}}@media (prefers-reduced-motion: reduce){.base-screen-back-button,.base-screen-navigation-button,.base-screen-action-button,.base-screen-skip-button{transition:none}.base-screen-back-button:hover,.base-screen-navigation-button:hover,.base-screen-action-button:hover{transform:none}.base-screen:before,.base-screen:after{animation:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.base-screen.animate-enter{animation:fadeIn .6s ease-out}.base-screen-illustration.animate-enter{animation:fadeIn .8s ease-out .2s both}.base-screen-text.animate-enter{animation:slideIn .6s ease-out .4s both}.base-screen-actions.animate-enter{animation:fadeIn .6s ease-out .6s both}#root{width:100%;min-height:100vh;overflow-x:hidden}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.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}.App{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.app-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;text-align:center;box-shadow:0 2px 10px #0000001a;position:relative}.app-header h1{margin:0;color:#2c3e50;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.app-header p{margin:.5rem 0;color:#6c757d;font-size:1.1rem;font-weight:400}.auth-section{position:absolute;top:1.5rem;right:1.5rem}.app-nav{display:flex;justify-content:center;gap:1rem;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);flex-wrap:wrap}.nav-button{background:#ffffffe6;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#2c3e50;min-width:150px;display:flex;align-items:center;justify-content:center;gap:.5rem}.nav-button:hover:not(:disabled){background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.nav-button.active{background:#007bff;color:#fff;box-shadow:0 4px 12px #007bff4d}.nav-button.admin-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700}.nav-button.admin-button:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}.nav-button.admin-button.active{background:linear-gradient(135deg,#4e63d2,#5e3a7e);box-shadow:0 4px 12px #667eea80}.admin-container{min-height:100vh;background:#f8f9fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.admin-container .admin-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center;position:relative;box-shadow:0 4px 15px #0000001a;padding-left:80px}.admin-container .admin-header h1{margin:0 0 1rem;font-size:2.5rem;font-weight:700;color:#fff}.admin-header-page{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center;position:relative;box-shadow:0 4px 15px #0000001a;padding-left:80px}.admin-container .back-button{position:absolute;top:1.5rem;left:1.5rem;background:#fff3;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;max-width:10px}.admin-container .back-button:hover{background:#ffffff4d;transform:translateY(-2px)}.access-denied{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:15px;margin:2rem;box-shadow:0 4px 15px #0000001a}.access-denied h2{color:#dc3545;margin-bottom:1rem;font-size:2rem}.access-denied p{color:#6c757d;margin-bottom:2rem;font-size:1.1rem}.access-denied button{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .3s}.access-denied button:hover{background:#0056b3}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-loading p{font-size:1.2rem;font-weight:500}main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.back-button{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .3s;margin-bottom:1rem}.back-button:hover{background:#5a6268}.stats-placeholder{text-align:center;padding:3rem 2rem;background:#ffffffe6;border-radius:15px;box-shadow:0 4px 15px #0000001a}.stats-placeholder h2{color:#2c3e50;margin-bottom:1rem;font-size:2rem}.stats-placeholder p{color:#6c757d;margin-bottom:2rem;font-size:1.1rem}.app-footer{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;text-align:center;box-shadow:0 -2px 10px #0000001a}.app-footer p{margin:.25rem 0;color:#6c757d;font-size:.9rem}@media (max-width: 768px){.app-header h1{font-size:2rem}.app-nav{flex-direction:column;align-items:center}.nav-button{width:100%;max-width:300px}.admin-container .admin-header h1{font-size:2rem}.admin-container .back-button{position:static;margin-bottom:1rem}}
