.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{min-width:320px;max-width:400px;background:var(--bg-primary, #fffdf7);border-radius:12px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-md, 5px 5px 0 var(--neo-border-color, #1c1917));overflow:hidden;pointer-events:auto;animation:toastSlideIn .25s cubic-bezier(.34,1.56,.64,1);position:relative}.toast-exit{animation:toastSlideOut .25s cubic-bezier(.34,1.56,.64,1) forwards}.toast-content{display:flex;align-items:center;gap:12px;padding:16px}.toast-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;flex-shrink:0;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917)}.toast-message{flex:1;font-size:17px;font-weight:500;color:var(--text-primary, #1c1917);margin:0;line-height:1.4}.toast-close{width:28px;height:28px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);background:var(--bg-tertiary, #F3F4F6);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:var(--neo-border-color, #1c1917);transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease;flex-shrink:0;box-shadow:2px 2px 0 var(--neo-border-color, #1c1917)}.toast-close:hover{background:var(--border-light, #E5E7EB);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--neo-border-color, #1c1917)}.toast-close:active{transform:translate(1px,1px);box-shadow:0 0 0 var(--neo-border-color, #1c1917)}.toast-success{background:var(--neo-green, #a7f3d0);border-left:4px solid var(--neo-border-color, #1c1917)}.toast-success .toast-icon{background:#fff;color:#166534}.toast-error{background:var(--neo-red, #fca5a5);border-left:4px solid var(--neo-border-color, #1c1917)}.toast-error .toast-icon{background:#fff;color:#991b1b}.toast-warning{background:var(--neo-orange, #fed7aa);border-left:4px solid var(--neo-border-color, #1c1917)}.toast-warning .toast-icon{background:#fff;color:#92400e}.toast-info{background:var(--neo-blue, #bfdbfe);border-left:4px solid var(--neo-border-color, #1c1917)}.toast-info .toast-icon{background:#fff;color:#1e40af}.toast-progress{height:4px;background:#1c19171a;overflow:hidden;border-top:1px solid var(--neo-border-color, #1c1917)}.toast-progress-bar{height:100%;transition:width .1s linear}.toast-success .toast-progress-bar,.toast-error .toast-progress-bar,.toast-warning .toast-progress-bar,.toast-info .toast-progress-bar{background:var(--neo-border-color, #1c1917)}@keyframes toastSlideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(400px) scale(.8);opacity:0}}@media(max-width:768px){.toast-container{top:10px;right:10px;left:10px}.toast{min-width:auto;width:100%}@keyframes toastSlideIn{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-100px) scale(.9);opacity:0}}}.dark-theme .toast{background:var(--bg-primary, #262320);border-color:var(--neo-border-color, #57534e);box-shadow:var(--neo-shadow-md, 5px 5px 0 #57534e)}.dark-theme .toast-success{background:#1a3a2a;border-left-color:var(--neo-border-color, #57534e)}.dark-theme .toast-error{background:#3a1a1a;border-left-color:var(--neo-border-color, #57534e)}.dark-theme .toast-warning{background:#3a2a1a;border-left-color:var(--neo-border-color, #57534e)}.dark-theme .toast-info{background:#1a2a3a;border-left-color:var(--neo-border-color, #57534e)}.dark-theme .toast-icon{border-color:var(--neo-border-color, #57534e)}.dark-theme .toast-close{border-color:var(--neo-border-color, #57534e);box-shadow:2px 2px 0 var(--neo-border-color, #57534e)}.dark-theme .toast-close:hover{box-shadow:3px 3px 0 var(--neo-border-color, #57534e)}.dark-theme .toast-close:active{box-shadow:0 0 0 var(--neo-border-color, #57534e)}.dark-theme .toast-progress{border-top-color:var(--neo-border-color, #57534e)}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.spinner{position:relative;display:inline-block;border-radius:50%}.spinner-small{width:30px;height:30px}.spinner-medium{width:50px;height:50px}.spinner-large{width:80px;height:80px}.spinner:before{content:"";position:absolute;inset:0;border-radius:50%;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-top-color:var(--neo-purple, #c084fc);border-right-color:var(--neo-blue, #bfdbfe);animation:spin 1s linear infinite}.spinner-inner{position:absolute;inset:4px;background:var(--bg-primary, #fffdf7);border-radius:50%;z-index:1}.spinner-text{color:var(--neo-border-color, #1c1917);font-size:18px;font-weight:600;animation:pulse 2s ease-in-out infinite}.skeleton-wrapper{pointer-events:none}.skeleton{background:var(--bg-tertiary, #f5f0e8);border:2px dashed var(--neo-border-color, #1c1917);border-radius:8px;animation:skeletonPulse 1.5s ease-in-out infinite}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.35}}.skeleton-icon{width:60px;height:60px;margin:0 auto 15px;border-radius:16px}.skeleton-icon-small{width:48px;height:48px;border-radius:12px}.skeleton-text{height:16px;margin:5px auto}.skeleton-title{width:60%;height:20px}.skeleton-subtitle{width:40%;height:14px}.skeleton-list-text{width:150px;height:16px}.skeleton-category-title{width:120px;height:18px;margin-bottom:12px}.skeleton-task-text{flex:1;height:16px}.skeleton-counter{width:100px;height:28px;border-radius:6px}.skeleton-task{background:var(--bg-tertiary, #f5f0e8);border:2px dashed var(--neo-border-color, #1c1917)}.fullscreen-loader{position:fixed;inset:0;background:var(--neo-purple, #c084fc);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .15s ease-in-out}.fullscreen-loader .spinner:before{border-color:var(--neo-border-color, #1c1917);border-top-color:#fffdf7;border-right-color:var(--neo-yellow, #fde68a)}.fullscreen-loader .spinner-inner{background:transparent}.fullscreen-loader .spinner-text{color:var(--neo-border-color, #1c1917);font-size:22px;font-weight:700}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--neo-blue, #bfdbfe);color:var(--neo-border-color, #1c1917);font-size:22px;font-weight:700}.dark-theme .spinner:before{border-color:var(--neo-border-color, #57534e);border-top-color:var(--neo-purple, #c084fc);border-right-color:var(--neo-blue, #bfdbfe)}.dark-theme .spinner-inner{background:var(--bg-primary, #262320)}.dark-theme .spinner-text{color:var(--text-primary, #e7e5e4)}.dark-theme .skeleton,.dark-theme .skeleton-task{background:#342f2b;border-color:var(--neo-border-color, #57534e)}.dark-theme .fullscreen-loader{background:#4c1d95}.dark-theme .loading-screen{background:var(--bg-primary, #262320);color:var(--text-primary, #e7e5e4)}.home-page{min-height:100vh;background:var(--bg-secondary);position:relative;overflow-x:hidden}@keyframes homeDrift1{0%{transform:translate(0) rotate(0)}25%{transform:translate(80px,-120px) rotate(5deg)}50%{transform:translate(-60px,-60px) rotate(-3deg)}75%{transform:translate(40px,80px) rotate(4deg)}to{transform:translate(0) rotate(0)}}@keyframes homeDrift2{0%{transform:translate(0) rotate(0)}25%{transform:translate(-100px,60px) rotate(-4deg)}50%{transform:translate(70px,100px) rotate(6deg)}75%{transform:translate(-40px,-80px) rotate(-2deg)}to{transform:translate(0) rotate(0)}}@keyframes homeDrift3{0%{transform:translate(0) rotate(0)}25%{transform:translate(60px,90px) rotate(3deg)}50%{transform:translate(-90px,-40px) rotate(-5deg)}75%{transform:translate(50px,-70px) rotate(2deg)}to{transform:translate(0) rotate(0)}}.home-floating-symbols{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0;overflow:hidden}.home-floating-symbol{position:absolute;color:#a032321a;font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400;letter-spacing:.5px;-webkit-user-select:none;user-select:none;will-change:transform;animation:homeDrift1 25s ease-in-out infinite}.dark-theme .home-floating-symbol{color:#dc78781f}.home-floating-symbol:nth-child(3n+1){animation-name:homeDrift1}.home-floating-symbol:nth-child(3n+2){animation-name:homeDrift2}.home-floating-symbol:nth-child(3n){animation-name:homeDrift3}.home-page.with-nav{padding-bottom:80px}.home-header{padding:var(--space-5) var(--space-5) var(--space-4);display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);background:var(--bg-primary);border-bottom:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);position:sticky;top:0;z-index:100}.header-left{flex:1}.header-right{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.home-logo{margin-bottom:8px}.project-title{font-size:35px;font-weight:800;color:var(--text-primary);margin-bottom:8px}.project-description{font-size:18px;color:var(--text-secondary);margin:0;line-height:1.5;max-width:500px}.project-tagline{font-size:14px;color:var(--text-secondary);margin:6px 0 0;line-height:1.55;font-weight:400;letter-spacing:.01em}.progress-badge{background:#ff6b35;color:#fff;padding:12px 20px;border-radius:20px;font-weight:700;font-size:18px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.profile-icon{width:44px;height:44px;background:var(--bg-tertiary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;flex-shrink:0;transition:transform .15s ease;color:var(--text-primary);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.profile-icon:hover{transform:scale(1.1)}.home-content{background:var(--bg-primary);min-height:calc(100vh - 100px);padding:var(--space-6) var(--space-5);overflow-x:hidden}.training-variants-section{background:var(--card-bg, #fff);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:16px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.variants-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.variants-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0}.variants-badge{font-size:.7rem;color:#7c3aed;font-weight:500}.variants-history-btn{margin-left:auto;background:none;border:none;color:#6366f1;font-size:.85rem;cursor:pointer;text-decoration:underline}.variants-history-btn:hover{color:#4f46e5}.variants-description{font-size:.8rem;color:#6b7280;line-height:1.5;margin-bottom:1rem}.variants-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-bottom:1rem}.variant-btn{padding:.6rem .5rem;background:var(--card-bg);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:6px;font-size:.75rem;color:var(--text-primary);cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease;white-space:nowrap;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.variant-btn:hover{background:var(--neo-purple, #c084fc);border-color:var(--neo-border-color, #1c1917);color:var(--neo-border-color, #1c1917);transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.variant-btn:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.homework-shortcut-wrap{display:flex;justify-content:flex-start;margin-bottom:.75rem}.homework-shortcut-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;background:var(--neo-purple, #c084fc);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:20px;font-size:.9rem;font-weight:600;color:var(--neo-border-color, #1c1917);cursor:pointer;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.homework-shortcut-btn:hover{background:#a855f7;transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.homework-shortcut-btn:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.personal-variant-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:280px;margin:0 auto;padding:.75rem 1rem;background:#fff;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:20px;font-size:.85rem;color:#374151;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.personal-variant-btn:hover{background:var(--neo-yellow, #fde68a);transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.personal-variant-btn:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.personal-variant-btn .help-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#e5e7eb;border-radius:50%;font-size:.7rem;color:#6b7280;border:1.5px solid var(--neo-border-color, #1c1917)}@media(max-width:768px){.variants-grid{grid-template-columns:repeat(4,1fr)}.main-modes{gap:12px}}@media(max-width:480px){.variants-grid{grid-template-columns:repeat(3,1fr)}.variants-header{flex-direction:column;align-items:flex-start;gap:.5rem}.variants-history-btn{margin-left:0}.home-header{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;padding:10px 14px;gap:6px 10px}.header-left{display:contents}.home-logo{grid-row:1;grid-column:1;margin-bottom:0}.theme-logo{height:32px!important}.project-tagline{grid-row:2;grid-column:1 / -1;font-size:12px;line-height:1.4;margin:0}.header-right{grid-row:1;grid-column:2;flex-direction:row;align-items:center;justify-content:flex-end;gap:5px;min-width:0;overflow:visible}.home-content{padding:16px 14px}.home-floating-symbols{display:none}.main-modes{grid-template-columns:1fr 1fr;gap:10px}.mode-card{padding:16px}.mode-card:hover{transform:none;box-shadow:var(--shadow-card, 3px 3px 0 #1c1917)}.mode-card:active{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.additional-item:hover{transform:none;box-shadow:var(--shadow-card, 3px 3px 0 #1c1917)}.additional-item:active{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.mode-title{font-size:18px}.mode-subtitle{font-size:14px}.mode-card.large{grid-column:span 1}.constructor-section{padding:18px 14px}.section-title{font-size:20px}.additional-text{font-size:16px}.nav-item{min-height:44px}.additional-item{min-height:52px}}.main-modes{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:30px}.mode-card{background:var(--card-bg);border-radius:16px;padding:20px;text-align:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--shadow-card, 3px 3px 0 #1c1917);animation:cardFadeInUp .15s ease-out backwards}.mode-card:nth-child(1){animation-delay:.04s}.mode-card:nth-child(2){animation-delay:.08s}.mode-card:nth-child(3){animation-delay:.12s}.mode-card:nth-child(4){animation-delay:.16s}@keyframes cardFadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mode-card:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-card-hover, 5px 5px 0 #1c1917)}.mode-card:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.mode-card.locked{opacity:.7;position:relative}.mode-lock{position:absolute;top:8px;right:8px;color:var(--neo-purple, #c084fc)}.mode-card.large{grid-column:span 2}.mode-card.large:hover{box-shadow:var(--shadow-card-hover, 5px 5px 0 #1c1917)}.mode-icon{width:56px;height:56px;background:var(--neo-yellow, #fde68a);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--primary);margin:0 auto var(--space-3);transition:transform .15s ease;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917)}.mode-card:hover .mode-icon{transform:scale(1.1)}.mode-title{font-size:20px;font-weight:700;color:var(--text-primary);margin-bottom:5px}.mode-subtitle{font-size:16px;color:var(--text-secondary)}.additional-section{margin-top:30px}.section-title{font-size:22px;font-weight:700;color:var(--text-primary);margin-bottom:15px}.additional-list{display:flex;flex-direction:column;gap:10px}.additional-item{background:var(--card-bg);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:var(--radius-lg);padding:var(--space-4);display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:var(--shadow-card, 3px 3px 0 #1c1917);animation:itemSlideIn .15s ease-out backwards}.additional-item:nth-child(1){animation-delay:.2s}.additional-item:nth-child(2){animation-delay:.24s}.additional-item:nth-child(3){animation-delay:.28s}.additional-item:nth-child(4){animation-delay:.32s}.additional-item:nth-child(5){animation-delay:.36s}@keyframes itemSlideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.additional-item:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-card-hover, 5px 5px 0 #1c1917)}.additional-item:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.additional-item-left{display:flex;align-items:center;gap:15px}.additional-icon{width:44px;height:44px;background:var(--neo-green, #a7f3d0);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--primary);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917)}.additional-text{font-size:18px;font-weight:600;color:var(--text-primary)}.additional-arrow{font-size:22px;color:var(--text-tertiary)}.additional-item.locked{opacity:.7}.additional-item.locked .additional-arrow{color:var(--neo-purple, #c084fc)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:72px;background:var(--bg-primary);border-top:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);display:flex;justify-content:space-around;align-items:center;padding:8px 0;padding-bottom:env(safe-area-inset-bottom,8px);z-index:1000}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;color:var(--text-tertiary);transition:color .15s ease;flex:1;max-width:80px;padding:4px 8px;position:relative}.nav-item.active{color:var(--primary)}.nav-item.active:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:20px;height:4px;background:var(--primary);border-radius:var(--radius-full)}.nav-icon{display:flex;align-items:center;justify-content:center}.nav-label{font-size:13px;font-weight:500}.project-title{color:var(--text-primary);font-weight:700;font-size:20px;display:flex;align-items:center;gap:var(--space-2)}.constructor-section{margin:0 0 var(--space-8) 0;padding:var(--space-6);background:var(--card-bg);border-radius:var(--radius-xl);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}@media(max-width:768px){.project-title{font-size:18px;padding:10px 16px}.constructor-section{padding:20px 15px}.home-header{flex-wrap:wrap;gap:12px}}@media(max-width:360px){.home-header{padding:8px 10px;gap:4px 8px}.theme-logo{height:28px!important}.project-tagline{font-size:11px}.home-content{padding:14px 10px}.main-modes{grid-template-columns:1fr;gap:10px}.mode-card.large{grid-column:span 1}.mode-card{padding:14px}.mode-icon{width:44px;height:44px;font-size:26px;margin-bottom:8px}.mode-title{font-size:16px}.mode-subtitle{font-size:13px}.constructor-section{padding:14px 12px}.section-title{font-size:18px}.additional-item{padding:12px 10px}.additional-icon{width:36px;height:36px;font-size:20px}.additional-text{font-size:15px}.variants-grid{grid-template-columns:repeat(3,1fr);gap:.4rem}.training-variants-section{padding:1rem}.project-tagline{font-size:12px}}.variants-loading{grid-column:1 / -1;text-align:center;padding:40px 20px;color:#6b7280;font-size:17px}.variants-empty{grid-column:1 / -1;text-align:center;padding:40px 20px;color:#6b7280}.variants-empty p{font-size:18px;font-weight:600;margin:0 0 8px;color:#374151}.variants-empty span{font-size:16px;color:#9ca3af}.months-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .15s ease}.months-modal{background:#fff;border-radius:16px;padding:25px;max-width:400px;width:90%;max-height:80vh;overflow-y:auto;animation:slideUp .15s ease;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-lg, 7px 7px 0 #1c1917)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.months-modal h3{margin:0 0 20px;font-size:22px;color:#1f2937;text-align:center}.months-list{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.month-btn{padding:14px 18px;background:#f3f4f6;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:10px;color:#374151;font-size:17px;font-weight:500;cursor:pointer;transition:background-color .15s,color .15s,transform .15s,box-shadow .15s;text-align:left;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.month-btn:hover{background:#7c3aed;color:#fff;transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.month-btn:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.months-empty{text-align:center;padding:30px;color:#9ca3af}.months-close-btn{width:100%;padding:14px;background:#e5e7eb;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:10px;color:#374151;font-size:17px;font-weight:600;cursor:pointer;transition:background-color .15s,transform .15s,box-shadow .15s;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.months-close-btn:hover{background:#d1d5db;transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.months-close-btn:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.dark-theme .months-modal{background:#1f2937}.dark-theme .months-modal h3{color:#f9fafb}.dark-theme .month-btn{background:#374151;border-color:var(--neo-border-color, #1c1917);color:#f9fafb}.dark-theme .month-btn:hover{background:#7c3aed}.dark-theme .months-close-btn{background:#374151;color:#f9fafb}.dark-theme .months-close-btn:hover{background:#4b5563}.dark-theme .variants-empty p{color:#f9fafb}.dark-theme .variants-empty span,.dark-theme .variants-loading{color:#9ca3af}.auth-buttons-container{display:flex;gap:10px;align-items:center}.auth-btn{padding:10px 20px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;white-space:nowrap;box-shadow:var(--neo-shadow-sm, 3px 3px 0 var(--neo-border-color, #1c1917))}.auth-btn:hover{transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 var(--neo-border-color, #1c1917))}.auth-btn:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.login-btn{background:var(--neo-cyan, #a5f3fc);color:var(--neo-border-color, #1c1917)}.login-btn:hover{background:#7deff8}.register-btn{background:var(--neo-yellow, #fde68a);color:var(--neo-border-color, #1c1917)}.register-btn:hover{background:#fde047}@media(max-width:768px){.auth-buttons-container{gap:8px}.auth-btn{font-size:15px;padding:8px 16px}}@media(max-width:480px){.auth-buttons-container{gap:5px;flex-wrap:nowrap;max-width:100%}.auth-btn{border-radius:10px;box-shadow:var(--neo-shadow-sm, 2px 2px 0 var(--neo-border-color, #1c1917));white-space:nowrap;flex-shrink:0}.auth-btn.login-btn{font-size:12px;padding:6px 10px}.auth-btn.register-btn{font-size:11px;padding:6px 8px;border-width:2px;box-shadow:1.5px 1.5px 0 var(--neo-border-color, #1c1917)}}@media(max-width:360px){.auth-btn.login-btn{font-size:11px;padding:5px 8px}.auth-btn.register-btn{font-size:9px;padding:5px 6px}}.dark-theme .auth-btn{border-color:var(--neo-border-color, #57534e);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #57534e)}.dark-theme .auth-btn:hover{box-shadow:var(--neo-shadow-md, 5px 5px 0 #57534e)}.dark-theme .auth-btn:active{box-shadow:1px 1px 0 var(--neo-border-color, #57534e)}.dark-theme .login-btn{background:#164e63;color:#a5f3fc}.dark-theme .login-btn:hover{background:#155e75}.dark-theme .register-btn{background:#713f12;color:#fde68a}.dark-theme .register-btn:hover{background:#854d0e}.site-footer{padding:6px 16px 10px;background:var(--bg-primary, #fffdf7);border-top:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917)}.footer-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:5px;font-size:12px;font-weight:500;color:var(--text-tertiary, #78716c)}.footer-row a{color:var(--text-tertiary, #78716c);text-decoration:none;transition:color .15s ease}.footer-row a:hover{color:var(--neo-border-color, #1c1917)}.footer-sep{opacity:.4;color:var(--neo-border-color, #1c1917)}.dark-theme .site-footer{background:var(--bg-primary, #262320);border-top-color:var(--neo-border-color, #57534e)}.dark-theme .footer-row a:hover{color:var(--text-primary, #e7e5e4)}.exam-constructor{width:100%}.constructor-description{font-size:15px;color:#44403c;line-height:1.55;margin:-8px 0 16px}.constructor-header-compact{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.constructor-title-compact{font-size:22px;font-weight:700;color:var(--neo-border-color, #1c1917);margin:0}.selected-count-badge{background:var(--neo-purple, #e9d5ff);color:#7c3aed;padding:8px 16px;border-radius:20px;font-size:16px;font-weight:600;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:2px 2px 0 var(--neo-border-color, #1c1917);animation:badgePopIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes badgePopIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.count-number{font-weight:700;font-size:18px;display:inline-block;transition:transform .15s cubic-bezier(.34,1.56,.64,1)}.count-number.pulse{animation:numberPulse .3s ease-out}@keyframes numberPulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.constructor-tasks-compact{display:flex;flex-direction:column;gap:20px;max-height:290px;overflow-y:auto;padding:5px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.task-category-compact{background:#fff;border-radius:12px;padding:15px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.category-title-compact{font-size:18px;font-weight:700;color:#7c3aed;margin:0 0 12px}.task-list-compact{display:flex;flex-direction:column;gap:8px}.task-item-compact{background:var(--neo-yellow, #fef08a);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:10px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;transition:transform .15s,box-shadow .15s,background .15s;box-shadow:2px 2px 0 var(--neo-border-color, #1c1917)}.task-item-compact:hover{transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);background:var(--neo-orange, #fed7aa)}.task-info-compact{flex:1;display:flex;align-items:center;gap:10px}.task-number-compact{background:#7c3aed;color:#fff;padding:4px 10px;border-radius:8px;font-size:15px;font-weight:700;min-width:40px;text-align:center;border:1.5px solid var(--neo-border-color, #1c1917)}.task-title-compact{font-size:16px;font-weight:500;color:var(--neo-border-color, #1c1917);line-height:1.3}.task-counter-compact{display:flex;align-items:center;gap:8px}.counter-button-compact{width:28px;height:28px;border-radius:6px;border:var(--neo-border-width, 2.5px) solid #7C3AED;background:#fff;color:#7c3aed;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s,background .15s,color .15s;line-height:1;box-shadow:2px 2px 0 var(--neo-border-color, #1c1917)}.counter-button-compact:hover{background:#7c3aed;color:#fff;transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--neo-border-color, #1c1917)}.counter-button-compact:active{transform:translate(2px,2px);box-shadow:0 0 0 var(--neo-border-color, #1c1917)}.counter-button-compact:disabled{border-color:#d6d3d1;color:#d6d3d1;cursor:not-allowed;box-shadow:2px 2px #d6d3d1}.counter-button-compact:disabled:hover{background:#fff;color:#d6d3d1;transform:none;box-shadow:2px 2px #d6d3d1}.counter-value-compact{min-width:30px;text-align:center;font-size:17px;font-weight:700;color:var(--neo-border-color, #1c1917);transition:transform .15s cubic-bezier(.34,1.56,.64,1)}.counter-value-compact.bounce{animation:counterBounce .4s cubic-bezier(.34,1.56,.64,1)}@keyframes counterBounce{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}.constructor-footer-compact{margin-top:20px}.start-button-compact{width:100%;padding:16px;background:#7c3aed;color:#fff;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:12px;font-size:19px;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.start-button-compact:hover{transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-lg, 7px 7px 0 #1c1917)}.start-button-compact:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.start-button-compact:disabled{background:#d6d3d1;cursor:not-allowed;transform:none;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.constructor-tasks-compact::-webkit-scrollbar{display:none}.dark-theme .constructor-title-compact{color:#fafaf9}.dark-theme .constructor-description{color:#a8a29e}.dark-theme .selected-count-badge{background:#3b1c6e;border-color:#57534e;color:#a78bfa;box-shadow:2px 2px #57534e}.dark-theme .task-category-compact{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .task-item-compact{background:#44403c;border-color:#57534e;box-shadow:2px 2px #57534e}.dark-theme .task-item-compact:hover{background:#57534e;box-shadow:3px 3px #57534e}.dark-theme .task-number-compact{border-color:#57534e}.dark-theme .task-title-compact{color:#fafaf9}.dark-theme .counter-button-compact{background:#262320;border-color:#a78bfa;color:#a78bfa;box-shadow:2px 2px #57534e}.dark-theme .counter-button-compact:hover{background:#7c3aed;color:#fff;box-shadow:3px 3px #57534e}.dark-theme .counter-button-compact:disabled{border-color:#44403c;color:#44403c;box-shadow:2px 2px #44403c}.dark-theme .counter-value-compact{color:#a8a29e}.dark-theme .start-button-compact{border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .start-button-compact:disabled{background:#44403c;box-shadow:3px 3px #57534e}@media(max-width:768px){.constructor-title-compact{font-size:20px}.task-title-compact{font-size:15px}.constructor-tasks-compact{max-height:260px}}@media(max-width:480px){.constructor-header-compact{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px}.constructor-title-compact{font-size:18px}.constructor-description{font-size:13px;margin:-4px 0 12px}.task-item-compact{flex-wrap:wrap;gap:8px;padding:10px}.task-item-compact:hover{transform:none;box-shadow:2px 2px 0 var(--neo-border-color, #1c1917);background:var(--neo-yellow, #fef08a)}.task-info-compact{min-width:0;gap:8px}.task-title-compact{font-size:14px;word-break:break-word}.task-number-compact{font-size:13px;padding:3px 8px;min-width:36px;flex-shrink:0}.counter-button-compact{width:36px;height:36px;font-size:22px;border-radius:8px}.counter-button-compact:hover{background:#fff;color:#7c3aed;transform:none;box-shadow:2px 2px 0 var(--neo-border-color, #1c1917)}.task-counter-compact{gap:10px}.constructor-tasks-compact{max-height:240px}.start-button-compact{font-size:17px;padding:14px}.selected-count-badge{font-size:14px;padding:6px 12px}}@media(max-width:360px){.constructor-title-compact{font-size:16px}.task-title-compact{font-size:13px}.category-title-compact{font-size:16px}.task-category-compact{padding:12px}}.ripple-container{position:relative;overflow:hidden}.ripple{position:absolute;border-radius:50%;background:#fff9;transform:scale(0);animation:rippleAnimation .6s ease-out;pointer-events:none}@keyframes rippleAnimation{to{transform:scale(4);opacity:0}}button.ripple-container,.counter-button-compact,.start-button-compact,.submit-button,.modal-btn,.mode-card{position:relative;overflow:hidden}.ripple-dark{background:#0003}.ripple-purple{background:#7c3aed66}.modal-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;z-index:1000;animation:overlayFadeIn .2s ease-out}.modal-content{background:var(--bg-primary, #fffdf7);border-radius:var(--radius-2xl, 24px) var(--radius-2xl, 24px) 0 0;padding:var(--space-4, 16px) var(--space-5, 20px) var(--space-8, 32px);max-width:100%;width:100%;position:relative;animation:bottomSheetSlideUp .25s cubic-bezier(.32,.72,0,1);text-align:center;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-bottom:none;box-shadow:var(--neo-shadow-lg, 7px -7px 0 var(--neo-border-color, #1c1917))}.modal-content:before{content:"";display:block;width:40px;height:5px;background:var(--neo-border-color, #1c1917);border-radius:var(--radius-full, 9999px);margin:0 auto var(--space-5, 20px);opacity:.35}.modal-icon{margin-bottom:var(--space-4, 16px);color:var(--neo-purple, #c084fc);animation:iconBounce .25s cubic-bezier(.32,.72,0,1);animation-delay:.1s;animation-fill-mode:backwards}@keyframes iconBounce{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.modal-content h2{font-size:22px;color:var(--text-primary, #1c1917);margin-bottom:var(--space-3, 12px);font-weight:700}.modal-content p{font-size:16px;color:var(--text-secondary, #6B7280);margin-bottom:var(--space-6, 24px);line-height:1.5}.modal-buttons{display:flex;gap:var(--space-3, 12px)}.modal-btn{flex:1;padding:14px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:var(--radius-md, 12px);font-size:16px;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;box-shadow:var(--neo-shadow-sm, 3px 3px 0 var(--neo-border-color, #1c1917))}.modal-btn:hover{transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 var(--neo-border-color, #1c1917))}.modal-btn:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.modal-btn.primary{background:#7c3aed;color:#fff}.modal-btn.primary:hover{background:#6d28d9}.modal-btn.secondary{background:var(--bg-tertiary, #F3F4F6);color:var(--text-primary, #1c1917)}.modal-btn.secondary:hover{background:var(--border-light, #E5E7EB)}.modal-btn.danger{background:var(--neo-red, #fca5a5);color:var(--neo-border-color, #1c1917)}.modal-btn.danger:hover{background:#f87171}.modal-close{position:absolute;top:var(--space-4, 16px);right:var(--space-4, 16px);background:var(--bg-tertiary, #F3F4F6);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);color:var(--text-secondary, #9CA3AF);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:2px 2px 0 var(--neo-border-color, #1c1917)}.modal-close:hover{background:var(--border-light, #E5E7EB);color:var(--text-primary, #1c1917);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--neo-border-color, #1c1917)}.modal-close:active{transform:translate(1px,1px);box-shadow:0 0 0 var(--neo-border-color, #1c1917)}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes bottomSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.auth-prompt-subtitle{font-size:15px;color:var(--text-secondary, #6B7280);margin-bottom:16px;font-weight:500}.auth-prompt-benefits{list-style:none;padding:0;margin:0 0 24px;text-align:left}.auth-prompt-benefit{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:6px;background:var(--bg-secondary, #f5f3ef);border-radius:10px;border:1.5px solid var(--neo-border-color, #1c1917);transition:transform .15s ease}.auth-prompt-benefit:last-child{margin-bottom:0}.benefit-icon{color:var(--neo-purple, #c084fc);flex-shrink:0;display:flex;align-items:center}.benefit-text{font-size:14px;font-weight:500;color:var(--text-primary, #1c1917);line-height:1.3}.dark-theme .auth-prompt-benefit{background:var(--bg-secondary, #1c1917);border-color:var(--neo-border-color, #57534e)}.dark-theme .benefit-icon{color:#a78bfa}.dark-theme .benefit-text{color:var(--text-primary, #fafaf9)}@media(min-width:769px){.modal-overlay{align-items:center}.modal-content{max-width:420px;width:90%;border-radius:var(--radius-2xl, 24px);padding:var(--space-8, 32px);animation:modalSpringIn .25s cubic-bezier(.32,.72,0,1);border-bottom:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-lg, 7px 7px 0 var(--neo-border-color, #1c1917))}.modal-content:before{display:none}@keyframes modalSpringIn{0%{transform:scale(.95) translateY(-10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}}@media(max-width:768px){.modal-content h2{font-size:20px}.modal-content p{font-size:15px}.modal-buttons{flex-direction:column}}.dark-theme .modal-overlay{background:#0009}.dark-theme .modal-content{background:var(--bg-primary, #262320);border-color:var(--neo-border-color, #57534e);box-shadow:var(--neo-shadow-lg, 7px 7px 0 #57534e)}.dark-theme .modal-btn{border-color:var(--neo-border-color, #57534e);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #57534e)}.dark-theme .modal-btn:active{box-shadow:1px 1px 0 var(--neo-border-color, #57534e)}.dark-theme .modal-btn:hover{box-shadow:var(--neo-shadow-md, 5px 5px 0 #57534e)}.dark-theme .modal-close{border-color:var(--neo-border-color, #57534e);box-shadow:2px 2px 0 var(--neo-border-color, #57534e)}.dark-theme .modal-close:hover{box-shadow:3px 3px 0 var(--neo-border-color, #57534e)}.dark-theme .modal-close:active{box-shadow:0 0 0 var(--neo-border-color, #57534e)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}a,button,[role=button],.mode-card,.additional-item,.nav-item{touch-action:manipulation}html{font-size:18px}body{font-family:Inter,-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;font-weight:400;line-height:1.5;letter-spacing:-.01em;background:var(--bg-primary, #fffbf0);color:var(--text-primary, #1c1917)}h1{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;line-height:1.2;letter-spacing:-.03em}h2{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;line-height:1.3;letter-spacing:-.015em}h3{font-size:clamp(1.1rem,2.5vw,1.25rem);font-weight:700;line-height:1.4}small{font-size:.875rem}*:focus{outline:none}*:focus-visible{outline:2.5px solid var(--neo-border-color, #1c1917);outline-offset:2px;border-radius:6px}button:focus-visible,a:focus-visible{border-radius:8px}:root{--primary-purple: #7C3AED;--primary-blue: #3B82F6;--text-light: #78716c;--text-white: #1c1917;--background-dark: rgba(124, 58, 237, .1)}.gradient-background{min-height:100vh;background:var(--neo-purple, #c084fc);display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.auth-floating-symbol{color:#1c19174d;font-weight:800}.auth-container{width:100%;max-width:450px;padding:40px 30px;background:var(--card-bg, #ffffff);border-radius:20px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917);position:relative;z-index:1}.logo-container{text-align:center;margin-bottom:30px;display:flex;flex-direction:column;align-items:center}.auth-logo{margin:0 auto 16px}.logo-icon{width:80px;height:80px;margin:0 auto 20px;background:var(--neo-yellow, #fde68a);border-radius:16px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);display:flex;align-items:center;justify-content:center;font-size:43px}.logo-title{font-size:35px;font-weight:800;color:var(--text-primary, #1c1917);margin-bottom:10px}.logo-subtitle{font-size:18px;color:var(--text-secondary, #78716c)}.tabs{display:flex;gap:10px;margin-bottom:30px}.tab{flex:1;padding:12px;border:2px solid var(--neo-border-color, #1c1917);border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:background-color .15s,color .15s,box-shadow .15s,transform .15s;background:var(--bg-secondary, #fff7e6);color:var(--text-secondary, #78716c)}.tab.active{background:var(--neo-yellow, #fde68a);color:var(--text-primary, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);font-weight:800}.tab:active{transform:translate(2px,2px);box-shadow:0 0 0 var(--neo-border-color, #1c1917)}.role-select{margin-bottom:20px}.role-label{display:block;color:var(--text-primary, #1c1917);font-size:16px;font-weight:700;margin-bottom:10px}.role-buttons{display:flex;gap:10px}.role-button{flex:1;padding:20px;border:2px solid var(--neo-border-color, #1c1917);border-radius:12px;background:var(--card-bg, #ffffff);color:var(--text-primary, #1c1917);font-size:18px;font-weight:600;cursor:pointer;transition:background-color .15s,box-shadow .15s,transform .15s;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.role-button:hover{transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.role-button:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.role-button.active{background:var(--neo-purple, #c084fc);border-color:var(--neo-border-color, #1c1917);font-weight:800}.role-icon{font-size:27px}.input-group{margin-bottom:20px}.input-field{width:100%;padding:16px 20px 16px 50px;border:2px solid var(--neo-border-color, #1c1917);border-radius:12px;background:var(--card-bg, #ffffff);color:var(--text-primary, #1c1917);font-size:18px;font-weight:500;outline:none;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:box-shadow .15s,transform .15s}.input-field::placeholder{color:var(--text-tertiary, #a8a29e)}.input-field:focus{box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917),0 0 0 3px var(--neo-yellow, #fde68a)}.input-wrapper{position:relative}.input-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--text-secondary, #78716c);font-size:22px}.toggle-password{position:absolute;right:18px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-secondary, #78716c);cursor:pointer;font-size:22px}.submit-button{width:100%;padding:16px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:12px;background:var(--neo-purple, #c084fc);color:var(--text-primary, #1c1917);font-size:20px;font-weight:800;cursor:pointer;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:transform .15s,box-shadow .15s;margin-top:10px}.submit-button:hover{transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.submit-button:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.forgot-password{text-align:center;margin-top:20px}.forgot-password a{color:var(--primary, #7c3aed);text-decoration:none;font-size:16px;font-weight:600}.error-message{background:var(--neo-red, #fca5a5);border:2px solid var(--neo-border-color, #1c1917);color:var(--text-primary, #1c1917);padding:12px;border-radius:10px;margin-bottom:20px;font-size:16px;font-weight:600;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.terms{text-align:center;margin-top:30px;font-size:13px;color:var(--text-secondary, #78716c)}.terms a{color:var(--primary, #7c3aed);text-decoration:underline;font-weight:600}@media(max-width:480px){.gradient-background{padding:32px 12px 16px;align-items:flex-start}.auth-container{padding:28px 20px;border-radius:16px}.logo-icon{width:64px;height:64px;font-size:35px;margin-bottom:14px}.logo-title{font-size:29px}.logo-subtitle{font-size:16px}.logo-container{margin-bottom:20px}.tab{padding:10px;font-size:16px}.role-button{padding:14px 8px;font-size:16px;gap:6px}.input-field{padding:14px 16px 14px 44px;font-size:18px}.submit-button{font-size:18px;padding:14px}}@media(max-width:360px){.auth-container{padding:22px 16px}.role-buttons{gap:8px}.role-button{padding:12px 6px;font-size:15px}}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],input[type=tel],input[type=url],textarea,select{border-radius:var(--radius-md, 12px);border:2px solid var(--neo-border-color, #1c1917);background:var(--card-bg, #ffffff);color:var(--text-primary, #1c1917);transition:box-shadow .15s ease,border-color .15s ease}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=url]:focus,textarea:focus,select:focus{outline:none;border-color:var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917),0 0 0 3px var(--neo-yellow, #fde68a)}:root{--ec-primary: #7C3AED;--ec-primary-light: #a78bfa;--ec-primary-bg: #ede9fe;--ec-success: #16a34a;--ec-success-bg: #a7f3d0;--ec-warning: #f59e0b;--ec-warning-bg: #fde68a;--ec-error: #dc2626;--ec-error-bg: #fca5a5;--ec-info: #3b82f6;--ec-info-bg: #bfdbfe;--ec-orange: #f97316;--ec-orange-bg: #fed7aa;--ec-text: #1c1917;--ec-text-secondary: #57534e;--ec-bg: #fffbf5;--ec-card-bg: #ffffff;--ec-border: #1c1917;--ec-border-soft: #d6d3d1;--ec-hover: #fef3c7;--ec-radius: 12px;--ec-radius-sm: 8px;--ec-shadow: 3px 3px 0 #1c1917;--ec-shadow-lg: 5px 5px 0 #1c1917}[data-theme=dark]{--ec-primary-bg: #3b2667;--ec-success-bg: #14532d;--ec-warning-bg: #713f12;--ec-error-bg: #7f1d1d;--ec-info-bg: #1e3a5f;--ec-orange-bg: #7c2d12;--ec-text: #e2e8f0;--ec-text-secondary: #a8a29e;--ec-bg: #262320;--ec-card-bg: #302d28;--ec-border: #57534e;--ec-border-soft: #44403c;--ec-hover: #3a3530;--ec-shadow: 3px 3px 0 #57534e;--ec-shadow-lg: 5px 5px 0 #57534e}.ec-page{padding:0;color:var(--ec-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.01em}.ec-page h2{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.ec-page h4{font-size:1.2rem;font-weight:700;letter-spacing:-.02em;color:var(--ec-text);margin-bottom:16px}.ec-tabs{display:flex;gap:4px;background:var(--ec-card-bg);border:2.5px solid var(--ec-border);border-radius:16px;padding:4px;margin-bottom:28px;box-shadow:var(--ec-shadow)}.ec-tab{flex:1;padding:12px 18px;border:2px solid transparent;border-radius:12px;background:transparent;color:var(--ec-text-secondary);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;letter-spacing:-.01em}.ec-tab:hover{color:var(--ec-text);background:var(--ec-hover);border-color:var(--ec-border-soft)}.ec-tab.active{background:var(--ec-primary);color:#fff;border:2px solid var(--ec-border);box-shadow:2px 2px #1c1917;transform:scale(1.02)}[data-theme=dark] .ec-tab.active{box-shadow:2px 2px #57534e}.ec-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;font-size:.8rem;font-weight:800;margin-left:6px;background:#e9e5ff;color:inherit;border:1.5px solid currentColor}.ec-tab:not(.active) .ec-tab-badge{background:var(--ec-error-bg);color:var(--ec-error);border-color:var(--ec-error)}.ec-score-hero{display:flex;align-items:center;gap:28px;padding:24px 28px;background:#ede9fe;border:2.5px solid var(--ec-border);border-radius:16px;margin-bottom:28px;box-shadow:var(--ec-shadow-lg);animation:ec-fade-in .5s ease both;position:relative;overflow:hidden}[data-theme=dark] .ec-score-hero{background:var(--ec-primary-bg)}.ec-score-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:200px;height:200px;background:none;pointer-events:none}.ec-score-gauge{position:relative;width:140px;height:80px;flex-shrink:0}.ec-score-gauge svg{width:140px;height:80px;overflow:visible}.ec-score-gauge .gauge-bg{fill:none;stroke:var(--ec-border-soft);stroke-width:10;stroke-linecap:round}.ec-score-gauge .gauge-fill{fill:none;stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset 1.5s ease-out,stroke .15s}.ec-score-number{position:absolute;bottom:0;left:50%;transform:translate(-50%);text-align:center}.ec-score-number .score-value{font-size:2.2rem;font-weight:800;color:var(--ec-primary);line-height:1;letter-spacing:-.03em}.ec-score-number .score-max{font-size:1.05rem;color:var(--ec-text-secondary);font-weight:600}.ec-score-breakdown{display:flex;flex-direction:column;gap:8px;flex:1}.ec-score-group{display:flex;align-items:center;gap:8px;font-size:.92rem}.ec-score-group-label{color:var(--ec-text-secondary);min-width:130px}.ec-score-group-value{font-weight:700;color:var(--ec-text)}.ec-score-meta{display:flex;gap:16px;margin-top:4px;font-size:.95rem;color:var(--ec-text-secondary)}.ec-score-meta .ec-warning{color:var(--ec-error);font-weight:600}.ec-score-kbar{display:flex;gap:3px;margin-top:8px}.ec-score-kbar-item{flex:1;height:6px;border-radius:3px;background:var(--ec-border-soft);position:relative;overflow:hidden;border:1px solid var(--ec-border)}.ec-score-kbar-fill{position:absolute;left:0;top:0;height:100%;border-radius:3px;transition:width 1s ease-out}.ec-score-kbar-fill.full{background:#16a34a}.ec-score-kbar-fill.half{background:#f59e0b}.ec-score-kbar-fill.low{background:#dc2626}.ec-score-kbar-label{font-size:.93rem;color:var(--ec-text-secondary);text-align:center;margin-top:2px}.ec-summary{padding:20px 24px;background:var(--ec-card-bg);border:2.5px solid var(--ec-border);border-left:5px solid var(--ec-primary);border-radius:var(--ec-radius);margin-bottom:24px;box-shadow:var(--ec-shadow)}.ec-summary-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.ec-summary-icon{font-size:1.3rem}.ec-summary-text{font-size:1rem;line-height:1.7;color:var(--ec-text)}.ec-summary-details{margin-top:12px;padding-top:12px;border-top:2px solid var(--ec-border-soft);font-size:.92rem;line-height:1.6;display:flex;flex-direction:column;gap:4px}.ec-summary-detail-label{font-weight:700;font-size:.93rem;text-transform:uppercase;letter-spacing:.04em}.ec-summary-strengths{color:var(--ec-success)}.ec-summary-weaknesses{color:var(--ec-error)}.ec-summary-level{display:inline-block;padding:3px 12px;border-radius:12px;font-size:.9rem;font-weight:700;letter-spacing:-.01em;border:2px solid var(--ec-border)}.ec-summary-level.excellent{background:var(--ec-success-bg);color:var(--ec-success)}.ec-summary-level.good{background:var(--ec-info-bg);color:var(--ec-info)}.ec-summary-level.average{background:var(--ec-warning-bg);color:var(--ec-warning)}.ec-summary-level.weak{background:var(--ec-error-bg);color:var(--ec-error)}.ec-error-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.ec-filter-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;border:2.5px solid var(--ec-border);border-radius:20px;background:var(--ec-card-bg);color:var(--ec-text-secondary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s ease;box-shadow:2px 2px 0 var(--ec-border)}.ec-filter-btn:hover{transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--ec-border)}.ec-filter-btn .ec-filter-dot{width:10px;height:10px;border-radius:50%;transition:transform .15s;border:1.5px solid currentColor}.ec-filter-btn.active .ec-filter-dot{animation:ec-dot-pulse 2s ease infinite}@keyframes ec-dot-pulse{0%,to{box-shadow:0 0 0 0 currentColor}50%{box-shadow:0 0 0 3px transparent}}.ec-filter-btn .ec-filter-count{background:var(--ec-border-soft);padding:0 6px;border-radius:10px;font-size:.93rem;font-weight:700;border:1.5px solid var(--ec-border)}.ec-filter-btn.active{color:var(--ec-text);font-weight:600}.ec-filter-btn.active.spelling{border-color:var(--ec-error);background:var(--ec-error-bg)}.ec-filter-btn.active.spelling .ec-filter-dot{background:var(--ec-error)}.ec-filter-btn.active.punctuation{border-color:var(--ec-orange);background:var(--ec-orange-bg)}.ec-filter-btn.active.punctuation .ec-filter-dot{background:var(--ec-orange)}.ec-filter-btn.active.grammar{border-color:var(--ec-warning);background:var(--ec-warning-bg)}.ec-filter-btn.active.grammar .ec-filter-dot{background:var(--ec-warning)}.ec-filter-btn.active.speech{border-color:var(--ec-info);background:var(--ec-info-bg)}.ec-filter-btn.active.speech .ec-filter-dot{background:var(--ec-info)}.ec-text-viewer{position:relative;padding:20px 24px;background:var(--ec-card-bg);border:2.5px solid var(--ec-border);border-radius:var(--ec-radius);font-size:.95rem;line-height:1.8;color:var(--ec-text);white-space:pre-wrap;word-wrap:break-word;box-shadow:var(--ec-shadow)}.ec-highlight{cursor:pointer;padding:1px 2px;border-radius:3px;transition:all .15s ease;position:relative}.ec-highlight:hover{filter:brightness(.92);box-shadow:0 0 0 2px currentColor;border-radius:4px}.ec-highlight--spelling{background:#fca5a5;text-decoration:underline wavy var(--ec-error);text-underline-offset:3px}.ec-highlight--punctuation{background:none;text-decoration:underline dashed var(--ec-orange);text-underline-offset:3px}.ec-highlight--grammar{background:none;text-decoration:underline wavy var(--ec-warning);text-underline-offset:3px}.ec-highlight--speech{background:#bfdbfe;text-decoration:underline dashed var(--ec-info);text-underline-offset:3px}.ec-highlight--hidden{background:none;text-decoration:none;cursor:default}.ec-popover-overlay{position:fixed;inset:0;z-index:999}.ec-popover{position:absolute;z-index:1000;min-width:280px;max-width:420px;padding:18px;background:var(--ec-card-bg);border:2.5px solid var(--ec-border);border-top:4px solid var(--ec-primary);border-radius:var(--ec-radius);box-shadow:var(--ec-shadow-lg);animation:ec-popover-in .2s cubic-bezier(.34,1.56,.64,1)}[data-theme=dark] .ec-popover{box-shadow:var(--ec-shadow-lg)}@keyframes ec-popover-in{0%{opacity:0;transform:translateY(-10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.ec-popover-type{display:inline-block;padding:2px 8px;border-radius:10px;font-size:.93rem;font-weight:600;margin-bottom:8px;border:2px solid var(--ec-border)}.ec-popover-type.spelling{background:var(--ec-error-bg);color:var(--ec-error)}.ec-popover-type.punctuation{background:var(--ec-orange-bg);color:var(--ec-orange)}.ec-popover-type.grammar{background:var(--ec-warning-bg);color:var(--ec-warning)}.ec-popover-type.speech{background:var(--ec-info-bg);color:var(--ec-info)}.ec-popover-issue{font-size:.95rem;color:var(--ec-text);margin-bottom:10px;line-height:1.5}.ec-popover-explanation{padding:10px 12px;background:var(--ec-primary-bg);border-radius:var(--ec-radius-sm);border-left:4px solid var(--ec-primary-light);border:2px solid var(--ec-border);font-size:.9rem;line-height:1.6;color:var(--ec-text)}.ec-popover-fix{display:flex;align-items:baseline;gap:8px;padding:8px 12px;background:var(--ec-success-bg);border-radius:var(--ec-radius-sm);font-size:.93rem;border:2px solid var(--ec-border)}.ec-popover-fix-label{color:var(--ec-success);font-weight:600;white-space:nowrap}.ec-popover-fix-text{color:var(--ec-text)}.ec-popover-close{position:absolute;top:8px;right:8px;width:24px;height:24px;border:2px solid var(--ec-border);background:var(--ec-card-bg);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.93rem;color:var(--ec-text-secondary);transition:background .15s;box-shadow:1px 1px 0 var(--ec-border)}.ec-popover-close:hover{background:var(--ec-text-secondary);color:var(--ec-bg)}.ec-criteria{margin-bottom:28px}.ec-criterion{border:2.5px solid var(--ec-border);border-radius:var(--ec-radius);margin-bottom:10px;overflow:hidden;transition:box-shadow .15s,border-color .15s;animation:ec-criterion-in .4s ease both;box-shadow:var(--ec-shadow)}.ec-criterion:hover{box-shadow:var(--ec-shadow-lg);border-color:var(--ec-primary-light)}.ec-criterion-header{display:flex;align-items:center;gap:12px;padding:14px 18px;cursor:pointer;background:var(--ec-card-bg);-webkit-user-select:none;user-select:none}.ec-criterion-key{font-weight:800;font-size:.9rem;min-width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--ec-primary-bg);color:var(--ec-primary);letter-spacing:-.02em;border:2px solid var(--ec-border)}.ec-criterion-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.ec-criterion-name{font-size:.92rem;font-weight:600;color:var(--ec-text);letter-spacing:-.01em}.ec-criterion-hint{font-size:.86rem;color:var(--ec-text-secondary);line-height:1.3}.ec-criterion-score{font-weight:800;font-size:.95rem;min-width:44px;text-align:right;letter-spacing:-.02em}.ec-criterion-bar{width:80px;height:6px;background:var(--ec-border-soft);border-radius:3px;overflow:hidden;border:1px solid var(--ec-border)}.ec-criterion-fill{height:100%;border-radius:3px;transition:width .8s ease-out}.ec-criterion.full .ec-criterion-score{color:var(--ec-success)}.ec-criterion.full .ec-criterion-fill{background:#16a34a}.ec-criterion.full .ec-criterion-key{background:var(--ec-success-bg);color:var(--ec-success)}.ec-criterion.full{border-left:4px solid var(--ec-success)}.ec-criterion.half .ec-criterion-score{color:var(--ec-warning)}.ec-criterion.half .ec-criterion-fill{background:#f59e0b}.ec-criterion.half{border-left:4px solid var(--ec-warning)}.ec-criterion.low .ec-criterion-score{color:var(--ec-error)}.ec-criterion.low .ec-criterion-fill{background:#dc2626}.ec-criterion.low .ec-criterion-key{background:var(--ec-error-bg);color:var(--ec-error)}.ec-criterion.low{border-left:4px solid var(--ec-error)}.ec-criterion-expand{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;color:var(--ec-text-secondary);transition:transform .15s cubic-bezier(.34,1.56,.64,1),background .15s;flex-shrink:0}.ec-criterion-header:hover .ec-criterion-expand{background:var(--ec-hover)}.ec-criterion.expanded .ec-criterion-expand{transform:rotate(180deg)}.ec-criterion-detail{padding:0;border-top:2px solid var(--ec-border);background:var(--ec-hover);font-size:.95rem;line-height:1.6;color:var(--ec-text);max-height:0;overflow:hidden;transition:max-height .35s ease}.ec-criterion-detail p{margin:0 0 8px}.ec-criterion-section-label{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ec-text-secondary);margin-bottom:6px}.ec-criterion-reasoning{padding:14px 18px}.ec-criterion-quotes-block{padding:14px 18px;border-top:2px solid var(--ec-border-soft)}.ec-criterion-detail blockquote{margin:6px 0;padding:10px 16px;background:var(--ec-primary-bg);border:2px solid var(--ec-border);border-left:4px solid var(--ec-primary-light);border-radius:0 var(--ec-radius-sm) var(--ec-radius-sm) 0;font-style:italic;font-size:.93rem;color:var(--ec-text-secondary)}.ec-criterion-quote-item{margin-bottom:10px}.ec-criterion-quote-item:last-child{margin-bottom:0}.ec-criterion-quote-comment{position:relative;margin:6px 0 0 19px;padding:10px 14px 10px 32px;font-size:.9rem;color:var(--ec-text);line-height:1.55;background:var(--ec-warning-bg);border-radius:var(--ec-radius-sm);border:2px solid var(--ec-border);border-left:4px solid var(--ec-warning)}.ec-criterion-quote-comment-icon{position:absolute;left:10px;top:10px;font-size:.93rem;opacity:.7}.ec-criterion-fix{padding:14px 18px;border-top:2px solid var(--ec-border-soft);background:var(--ec-success-bg)}.ec-criterion-fix-header{display:flex;align-items:center;gap:6px;margin-bottom:8px}.ec-criterion-fix-icon{font-size:1rem}.ec-criterion-fix-title{font-size:.9rem;font-weight:700;color:var(--ec-success);letter-spacing:-.01em}.ec-criterion-fix p{margin:0;font-size:.95rem;line-height:1.6;color:var(--ec-text)}.ec-structure{margin-bottom:24px}.ec-structure h4{font-size:1.05rem;margin-bottom:16px}.ec-pipeline{display:flex;flex-direction:column;gap:0;padding-left:20px}.ec-pipeline-row{display:flex;align-items:center;gap:10px}.ec-pipeline-main{display:flex;align-items:center;gap:8px}.ec-pipeline-node{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--ec-radius-sm);border:2.5px solid var(--ec-border);background:var(--ec-card-bg);font-size:.93rem;transition:all .15s;box-shadow:2px 2px 0 var(--ec-border)}.ec-pipeline-node.ok{border-color:var(--ec-success);background:var(--ec-success-bg);box-shadow:2px 2px 0 var(--ec-success)}.ec-pipeline-node.missing{border-color:var(--ec-error);background:var(--ec-error-bg);box-shadow:2px 2px 0 var(--ec-error)}.ec-pipeline-icon{font-size:.9rem;font-weight:700}.ec-pipeline-node.ok .ec-pipeline-icon{color:var(--ec-success)}.ec-pipeline-node.missing .ec-pipeline-icon{color:var(--ec-error)}.ec-pipeline-connector{width:2px;background:var(--ec-border);margin-left:20px}.ec-pipeline-arrow{color:var(--ec-text-secondary);font-size:.8rem}.ec-pipeline-badge{display:inline-block;padding:2px 10px;border-radius:10px;font-size:.93rem;font-weight:600;background:var(--ec-primary-bg);color:var(--ec-primary);margin-left:8px;border:2px solid var(--ec-border)}.ec-literary{margin-bottom:24px;border:2.5px solid var(--ec-border);border-radius:var(--ec-radius);overflow:hidden;box-shadow:var(--ec-shadow)}.ec-literary-header{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#ede9fe;border-bottom:2.5px solid var(--ec-border);font-weight:600;font-size:.95rem}[data-theme=dark] .ec-literary-header{background:var(--ec-primary-bg)}.ec-literary-header-icon{font-size:1.2rem}.ec-literary-body{padding:16px 20px;background:var(--ec-card-bg)}.ec-literary-checks{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.ec-literary-item{display:flex;align-items:center;gap:10px;font-size:.95rem}.ec-literary-item-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.ec-literary-item-icon.ok{background:var(--ec-success-bg);color:var(--ec-success);border:2px solid var(--ec-success);animation:ec-check-pop .3s ease both}.ec-literary-item-icon.fail{background:var(--ec-error-bg);color:var(--ec-error);border:2px solid var(--ec-error);animation:ec-check-pop .3s ease both}@keyframes ec-check-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.ec-literary-item:nth-child(1) .ec-literary-item-icon{animation-delay:.1s}.ec-literary-item:nth-child(2) .ec-literary-item-icon{animation-delay:.2s}.ec-literary-item:nth-child(3) .ec-literary-item-icon{animation-delay:.3s}.ec-literary-item:nth-child(4) .ec-literary-item-icon{animation-delay:.4s}.ec-literary-item:nth-child(5) .ec-literary-item-icon{animation-delay:.5s}.ec-literary-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.ec-literary-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:16px;font-size:.95rem;font-weight:600;border:2px solid var(--ec-border)}.ec-literary-badge.web{background:var(--ec-info-bg);color:var(--ec-info);border:2px solid var(--ec-info)}.ec-literary-badge.confidence-high{background:var(--ec-success-bg);color:var(--ec-success)}.ec-literary-badge.confidence-medium{background:var(--ec-warning-bg);color:var(--ec-warning)}.ec-literary-badge.confidence-low{background:var(--ec-error-bg);color:var(--ec-error)}.ec-literary-details{font-size:.93rem;color:var(--ec-text-secondary);line-height:1.6;padding-top:8px;border-top:2px solid var(--ec-border-soft)}.ec-scoreup{margin-bottom:28px;padding:20px 24px;background:var(--ec-card-bg);border:2.5px solid var(--ec-border);border-radius:var(--ec-radius);box-shadow:var(--ec-shadow)}.ec-scoreup h4{font-size:1.05rem;margin-bottom:12px}.ec-scoreup-total{display:inline-block;padding:4px 14px;border-radius:16px;background:var(--ec-success-bg);color:var(--ec-success);font-weight:700;font-size:.95rem;margin-bottom:16px;border:2px solid var(--ec-border)}.ec-scoreup-grid{display:flex;flex-direction:column;gap:10px}.ec-scoreup-row{display:flex;align-items:center;gap:10px}.ec-scoreup-criterion{font-weight:800;color:var(--ec-primary);font-size:.8rem;min-width:28px}.ec-scoreup-criterion-name{font-size:.9rem;color:var(--ec-text-secondary);min-width:120px}.ec-scoreup-bar{flex:1;height:8px;background:var(--ec-border-soft);border-radius:4px;overflow:hidden;display:flex;border:1px solid var(--ec-border)}.ec-scoreup-bar-current{height:100%;background:var(--ec-primary);border-radius:4px 0 0 4px;transition:width 1s ease-out}.ec-scoreup-bar-potential{height:100%;background:repeating-linear-gradient(-45deg,#16a34a,#16a34a 3px,#a7f3d0 3px 6px);animation:ec-scoreup-potential-slide 2s linear infinite}@keyframes ec-scoreup-potential-slide{0%{background-position:0 0}to{background-position:12px 0}}.ec-scoreup-score{font-size:.95rem;color:var(--ec-text-secondary);font-weight:600;min-width:28px;text-align:right}.ec-scoreup-gain{padding:2px 8px;border-radius:10px;background:var(--ec-success);color:#fff;font-size:.9rem;font-weight:700;white-space:nowrap;border:2px solid var(--ec-border)}.ec-recommendations{margin-bottom:24px}.ec-recommendations h4{font-size:1.1rem;margin-bottom:16px}.ec-rec-list{display:flex;flex-direction:column;gap:12px}.ec-rec-card{display:flex;gap:14px;padding:16px 20px;border:2.5px solid var(--ec-border);border-left:5px solid var(--ec-primary-light);border-radius:var(--ec-radius);background:var(--ec-card-bg);transition:box-shadow .15s,border-color .15s,transform .15s;box-shadow:var(--ec-shadow)}.ec-rec-card:hover{box-shadow:var(--ec-shadow-lg);border-color:var(--ec-primary-light);transform:translate(-1px,-1px)}.ec-rec-number{display:flex;align-items:center;justify-content:center;min-width:30px;height:30px;border-radius:50%;background:var(--ec-primary-bg);color:var(--ec-primary);font-weight:800;font-size:.9rem;flex-shrink:0;border:2px solid var(--ec-border)}.ec-rec-content{flex:1;min-width:0}.ec-rec-text{font-size:.9rem;line-height:1.6;color:var(--ec-text);font-weight:500}.ec-rec-example{margin-top:10px;padding:12px 14px;border-radius:var(--ec-radius-sm);background:var(--ec-hover);border:2px solid var(--ec-border)}.ec-rec-example-row{display:flex;gap:8px;margin-bottom:6px;font-size:.93rem;line-height:1.5}.ec-rec-example-row:last-of-type{margin-bottom:0}.ec-rec-example-label{font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;padding-top:1px}.ec-rec-example-label--bad{color:var(--ec-error)}.ec-rec-example-label--good{color:var(--ec-success)}.ec-rec-example-value{flex:1}.ec-rec-example-value--bad{color:var(--ec-text-secondary);text-decoration:line-through;text-decoration-color:var(--ec-error)}.ec-rec-example-value--good{color:var(--ec-text);font-weight:500}.ec-rec-example-why{margin-top:6px;padding-top:6px;border-top:2px dashed var(--ec-border-soft);font-size:.95rem;color:var(--ec-text-secondary);font-style:italic}.ec-deep{margin-bottom:24px}.ec-deep h4{font-size:1.05rem;margin-bottom:16px}.ec-deep-section{padding:16px 20px;border:2.5px solid var(--ec-border);border-left:5px solid var(--ec-primary);border-radius:var(--ec-radius-sm);margin-bottom:12px;background:var(--ec-card-bg);transition:transform .15s,box-shadow .15s;box-shadow:var(--ec-shadow)}.ec-deep-section:hover{transform:translate(-1px,-1px);box-shadow:var(--ec-shadow-lg)}.ec-deep-section-title{font-weight:600;font-size:.9rem;color:var(--ec-primary);margin-bottom:8px}.ec-deep-section p{font-size:.95rem;line-height:1.6;color:var(--ec-text);margin:0}.ec-deep-section ul{margin:8px 0 0;padding-left:20px}.ec-deep-section li{font-size:.95rem;line-height:1.6;color:var(--ec-text);margin-bottom:4px}.ec-form-checks-info{padding:10px 16px;background:var(--ec-primary-bg);border-radius:var(--ec-radius-sm);font-size:.95rem;margin-bottom:16px;color:var(--ec-text);border:2px solid var(--ec-border)}.ec-source-block,.ec-student-block{margin-bottom:16px}.ec-source-block h4,.ec-student-block h4{font-size:1.05rem;margin-bottom:8px}.ec-source-content,.ec-student-content{padding:16px;background:var(--ec-card-bg);border:2.5px solid var(--ec-border);border-radius:var(--ec-radius-sm);font-size:.95rem;line-height:1.65;white-space:pre-wrap;max-height:300px;overflow-y:auto;box-shadow:var(--ec-shadow)}.ec-check-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px 24px;background:var(--ec-primary);color:#fff;border:2.5px solid var(--ec-border);border-radius:var(--ec-radius);font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .15s;position:relative;overflow:hidden;box-shadow:var(--ec-shadow)}.ec-check-btn:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:none;transition:left .5s}.ec-check-btn:hover:not(:disabled):after{left:100%}.ec-check-btn:hover:not(:disabled){background:#6d28d9;box-shadow:var(--ec-shadow-lg);transform:translate(-1px,-1px)}.ec-check-btn:disabled{opacity:.5;cursor:not-allowed}.ec-error-message{padding:12px 16px;background:var(--ec-error-bg);border:2.5px solid var(--ec-error);border-radius:var(--ec-radius-sm);color:var(--ec-error);font-size:.95rem;margin-bottom:16px;box-shadow:3px 3px 0 var(--ec-error)}.ec-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px;color:var(--ec-text-secondary)}.ec-empty-block{padding:24px;text-align:center;color:var(--ec-text-secondary);font-size:1rem;border:2px dashed var(--ec-border-soft);border-radius:var(--ec-radius)}.ec-load-error{text-align:center;padding:24px}.ec-load-error p{color:var(--ec-text-secondary);margin-bottom:12px}.ec-score-kbar-labels{display:flex;justify-content:space-between}.ec-extra-errors{margin-top:16px}.ec-extra-errors-group{margin-bottom:14px}.ec-extra-errors-title{font-weight:700;font-size:.95rem;margin-bottom:8px;display:flex;align-items:center;gap:6px}.ec-extra-errors-title--logic{color:var(--ec-primary)}.ec-extra-errors-title--factual{color:var(--ec-error)}.ec-extra-error-card{padding:10px 14px;margin-bottom:6px;font-size:.92rem;border:2.5px solid var(--ec-border);border-radius:var(--ec-radius-sm);background:var(--ec-card-bg);line-height:1.6;transition:box-shadow .15s;box-shadow:2px 2px 0 var(--ec-border)}.ec-extra-error-card:hover{box-shadow:var(--ec-shadow)}.ec-extra-error-card--logic{border-left:4px solid var(--ec-primary)}.ec-extra-error-card--factual{border-left:4px solid var(--ec-error)}.ec-extra-error-desc{margin-bottom:2px}.ec-extra-error-details{margin-top:8px;padding:10px 12px;background:var(--ec-primary-bg);border:2px solid var(--ec-border);border-left:4px solid var(--ec-primary-light);border-radius:0 var(--ec-radius-sm) var(--ec-radius-sm) 0;font-size:.9rem;line-height:1.6;color:var(--ec-text)}.ec-extra-error-correction{margin-top:8px;padding:8px 12px;background:var(--ec-success-bg);border-radius:var(--ec-radius-sm);font-size:.9rem;line-height:1.5;color:var(--ec-success);border:2px solid var(--ec-border)}.ec-extra-error-correction-label{font-weight:700;font-size:.93rem;text-transform:uppercase;letter-spacing:.03em}.ec-confidence-badge{margin-left:8px;padding:1px 8px;border-radius:8px;font-size:.9rem;font-weight:700;white-space:nowrap;border:2px solid var(--ec-border)}.ec-confidence-badge--high{background:var(--ec-error-bg);color:var(--ec-error)}.ec-confidence-badge--medium{background:var(--ec-warning-bg);color:var(--ec-warning)}.ec-confidence-badge--low{background:var(--ec-info-bg);color:var(--ec-info)}.ec-deep-section--argumentation{border-left-color:var(--ec-primary)}.ec-deep-section--argumentation .ec-deep-section-title{color:var(--ec-primary)}.ec-deep-section--speech{border-left-color:var(--ec-info)}.ec-deep-section--speech .ec-deep-section-title{color:var(--ec-info)}.ec-deep-section--logic{border-left-color:var(--ec-warning)}.ec-deep-section--logic .ec-deep-section-title{color:var(--ec-warning)}.ec-deep-section--style{border-left-color:var(--ec-success)}.ec-deep-section--style .ec-deep-section-title{color:var(--ec-success)}.ec-scoreup-row{transition:background .15s;padding:6px 8px;border-radius:var(--ec-radius-sm);margin:0 -8px}.ec-scoreup-row:hover{background:var(--ec-hover)}.ec-literary{transition:box-shadow .15s}.ec-literary:hover{box-shadow:var(--ec-shadow-lg)}.ec-pipeline-connector{position:relative}.ec-pipeline-connector.animated:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%);border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid var(--ec-border)}.tier-badge--ai{display:inline-flex;align-items:center;padding:2px 10px;border-radius:8px;font-size:.9rem;font-weight:800;letter-spacing:.05em;background:var(--ec-primary);color:#fff;text-transform:uppercase;border:2px solid var(--ec-border);box-shadow:2px 2px 0 var(--ec-border)}@keyframes ec-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ec-criterion-in{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes ec-pulse-glow{0%,to{box-shadow:0 0 0 0 transparent}50%{box-shadow:0 0 0 3px var(--ec-primary-bg)}}.ec-summary,.ec-structure,.ec-literary,.ec-deep,.ec-scoreup,.ec-improved,.ec-recommendations,.ec-text-viewer{animation:ec-fade-in .4s ease both}.ec-page.blurred{position:relative;min-height:200px}.ec-page.blurred>*:not(.blur-overlay){filter:blur(5px);pointer-events:none;-webkit-user-select:none;user-select:none}.ec-ocr{animation:ec-fade-in .4s ease both}.ec-ocr-header h4{margin-bottom:4px}.ec-ocr-subtitle{font-size:.95rem;color:var(--ec-text-secondary);margin-bottom:20px}.ec-ocr-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 32px;border:3px dashed var(--ec-border);border-radius:var(--ec-radius);background:var(--ec-hover);cursor:pointer;transition:all .15s ease}.ec-ocr-dropzone:hover,.ec-ocr-dropzone.drag-over{border-color:var(--ec-primary);background:var(--ec-primary-bg);box-shadow:var(--ec-shadow)}.ec-ocr-dropzone-icon{color:var(--ec-text-secondary);opacity:.5;transition:all .15s}.ec-ocr-dropzone:hover .ec-ocr-dropzone-icon,.ec-ocr-dropzone.drag-over .ec-ocr-dropzone-icon{color:var(--ec-primary);opacity:1;transform:scale(1.1)}.ec-ocr-dropzone-text{font-size:.95rem;font-weight:600;color:var(--ec-text)}.ec-ocr-dropzone-hint{font-size:.95rem;color:var(--ec-text-secondary)}.ec-ocr-processing{display:flex;align-items:center;gap:24px;padding:32px;border:2.5px solid var(--ec-border);border-radius:var(--ec-radius);background:var(--ec-card-bg);box-shadow:var(--ec-shadow)}.ec-ocr-preview-small{width:120px;height:160px;border-radius:var(--ec-radius-sm);overflow:hidden;flex-shrink:0;border:2.5px solid var(--ec-border)}.ec-ocr-preview-small img{width:100%;height:100%;object-fit:cover}.ec-ocr-processing-info{display:flex;flex-direction:column;align-items:center;gap:12px;flex:1}.ec-ocr-processing-text{font-size:1rem;font-weight:600;color:var(--ec-text)}.ec-ocr-processing-hint{font-size:.9rem;color:var(--ec-text-secondary)}.ec-ocr-info-bar{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--ec-primary-bg);border-radius:var(--ec-radius-sm);font-size:.9rem;color:var(--ec-text);margin-bottom:12px;border:2px solid var(--ec-border)}.ec-ocr-info-sep{color:var(--ec-border-soft)}.ec-ocr-info-warning{color:var(--ec-warning);font-weight:600}.ec-ocr-warning{padding:10px 16px;background:var(--ec-warning-bg);border:2.5px solid var(--ec-warning);border-radius:var(--ec-radius-sm);font-size:.93rem;color:var(--ec-warning);margin-bottom:12px;box-shadow:3px 3px 0 var(--ec-warning)}.ec-ocr-review-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.ec-ocr-photo-panel,.ec-ocr-text-panel{display:flex;flex-direction:column;gap:6px}.ec-ocr-photo-label,.ec-ocr-text-label{font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ec-text-secondary);display:flex;align-items:center;gap:8px}.ec-ocr-word-count{font-weight:500;text-transform:none;letter-spacing:0}.ec-ocr-photo{width:100%;max-height:500px;object-fit:contain;border-radius:var(--ec-radius-sm);border:2.5px solid var(--ec-border);background:var(--ec-hover)}.ec-ocr-textarea{flex:1;min-height:300px;padding:16px;border:2.5px solid var(--ec-border);border-radius:var(--ec-radius-sm);background:var(--ec-card-bg);color:var(--ec-text);font-size:.92rem;line-height:1.7;font-family:inherit;resize:vertical;transition:border-color .15s;box-shadow:var(--ec-shadow)}.ec-ocr-textarea:focus{outline:none;border-color:var(--ec-primary);box-shadow:3px 3px 0 var(--ec-primary)}.ec-ocr-actions{display:flex;gap:12px}.ec-ocr-retry-btn{padding:12px 24px;border:2.5px solid var(--ec-border);border-radius:var(--ec-radius);background:var(--ec-card-bg);color:var(--ec-text);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .15s;box-shadow:var(--ec-shadow)}.ec-ocr-retry-btn:hover{border-color:var(--ec-text-secondary);background:var(--ec-hover);transform:translate(-1px,-1px);box-shadow:var(--ec-shadow-lg)}.ec-ocr-confirm-btn{flex:1;padding:12px 24px;border:2.5px solid var(--ec-border);border-radius:var(--ec-radius);background:var(--ec-primary);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .15s;box-shadow:var(--ec-shadow)}.ec-ocr-confirm-btn:hover:not(:disabled){background:#6d28d9;box-shadow:var(--ec-shadow-lg);transform:translate(-1px,-1px)}.ec-ocr-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.ec-ocr-cancel-btn{display:block;width:100%;margin-top:16px;padding:10px;border:none;background:none;color:var(--ec-text-secondary);font-size:.93rem;cursor:pointer;text-decoration:underline;transition:color .15s}.ec-ocr-cancel-btn:hover{color:var(--ec-text)}.ec-ocr-error{padding:10px 16px;background:var(--ec-error-bg);border:2.5px solid var(--ec-error);border-radius:var(--ec-radius-sm);color:var(--ec-error);font-size:.93rem;margin-bottom:12px;box-shadow:3px 3px 0 var(--ec-error)}.ec-ocr-trigger-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;margin-top:16px;border:2.5px dashed var(--ec-primary);border-radius:var(--ec-radius);background:var(--ec-primary-bg);color:var(--ec-primary);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .15s;box-shadow:2px 2px 0 var(--ec-border)}.ec-ocr-trigger-btn:hover{background:var(--ec-primary);color:#fff;border-color:var(--ec-primary);border-style:solid;box-shadow:var(--ec-shadow)}.ec-ocr-trigger-btn--small{padding:10px 16px;font-size:.9rem;margin-top:0}.ec-form-actions{display:flex;gap:12px;align-items:stretch}.ec-form-actions .ec-check-btn{flex:1}.score-value.bounce{animation:ec-score-bounce .4s cubic-bezier(.34,1.56,.64,1)}@keyframes ec-score-bounce{0%{transform:scale(1)}40%{transform:scale(1.18)}70%{transform:scale(.95)}to{transform:scale(1)}}.ec-score-sparkline{width:48px;height:5px;background:var(--ec-border-soft);border-radius:3px;overflow:hidden;flex-shrink:0;border:1px solid var(--ec-border)}.ec-score-sparkline-fill{height:100%;border-radius:3px;background:var(--ec-primary);transition:width 1.2s ease-out}.ec-popover-type-icon{margin-right:4px;font-size:.9rem}.ec-popover-diff{padding:0;background:none;border-radius:var(--ec-radius-sm);margin-bottom:10px;overflow:hidden;border:2.5px solid var(--ec-border);font-family:JetBrains Mono,Fira Code,Consolas,monospace;box-shadow:2px 2px 0 var(--ec-border)}.ec-popover-diff-line{display:flex;align-items:baseline;gap:8px;padding:6px 12px;font-size:.9rem;line-height:1.5}.ec-popover-diff-line--removed{background:#fca5a5;color:var(--ec-error);text-decoration:line-through;text-decoration-color:var(--ec-error)}.ec-popover-diff-line--added{background:#a7f3d0;color:var(--ec-success);font-weight:600}.ec-popover-diff-sign{font-weight:800;min-width:12px;flex-shrink:0;opacity:.7}[data-theme=dark] .ec-popover-diff-line--removed{background:var(--ec-error-bg)}[data-theme=dark] .ec-popover-diff-line--added{background:var(--ec-success-bg)}.ec-popover-ok-btn{display:block;width:100%;padding:8px 16px;margin-top:12px;border:2.5px solid var(--ec-border);border-radius:var(--ec-radius-sm);background:var(--ec-hover);color:var(--ec-text);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s;box-shadow:2px 2px 0 var(--ec-border)}.ec-popover-ok-btn:hover{background:var(--ec-primary);color:#fff;border-color:var(--ec-border);box-shadow:var(--ec-shadow)}.ec-popover-close{display:none}.ec-summary-ring{flex-shrink:0}.ec-summary-ring-fill{transition:stroke-dashoffset 1.5s ease-out}.ec-summary-ring-text{font-size:12px;font-weight:800;font-family:Inter,sans-serif}.ec-summary-header-text{display:flex;flex-direction:column;gap:2px}.ec-criterion-pulse-dot{width:6px;height:6px;border-radius:50%;background:var(--ec-warning);flex-shrink:0;animation:ec-criterion-dot-pulse 2s ease-in-out infinite}.ec-criterion.low .ec-criterion-pulse-dot{background:var(--ec-error)}@keyframes ec-criterion-dot-pulse{0%,to{opacity:1;box-shadow:0 0 0 0 currentColor}50%{opacity:.4;box-shadow:0 0 6px 2px currentColor}}.ec-pipeline-node{opacity:0;transform:translateY(8px);transition:opacity .15s ease,transform .15s ease}.ec-pipeline-node.visible{opacity:1;transform:translateY(0)}.ec-pipeline-connector{height:0;transition:height .15s ease;overflow:hidden}.ec-pipeline-connector.animated{height:12px}@media(max-width:768px){.ec-score-hero{flex-direction:column;align-items:stretch;gap:16px;padding:16px}.ec-score-gauge{align-self:center}.ec-tabs{gap:2px;padding:3px}.ec-tab{padding:8px 10px;font-size:.9rem}.ec-error-filters{gap:6px}.ec-filter-btn{padding:5px 10px;font-size:.95rem}.ec-popover{position:fixed;inset:auto 0 0;max-width:100%;border-radius:var(--ec-radius) var(--ec-radius) 0 0;animation:ec-popover-mobile-in .2s ease}@keyframes ec-popover-mobile-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ec-ocr-review-layout{grid-template-columns:1fr}.ec-ocr-photo{max-height:300px}.ec-ocr-processing{flex-direction:column;text-align:center}.ec-ocr-actions,.ec-form-actions{flex-direction:column}.ec-popover-ok-btn{padding:10px 16px;font-size:.95rem}.ec-pipeline-row{flex-wrap:wrap}.ec-literary-header{font-size:.95rem}.ec-scoreup-criterion-name{display:none}.ec-scoreup{padding:16px}.ec-rec-card{padding:12px 14px;gap:10px}.ec-rec-example-row{flex-direction:column;gap:2px}.ec-summary{padding:16px}.ec-deep-section{padding:14px 16px}.ec-extra-error-card{padding:8px 12px}}@media(max-width:480px){.ec-criterion-header{gap:6px;padding:10px 12px}.ec-criterion-bar{width:50px}.ec-criterion-hint{display:none}.ec-criterion-name{font-size:.9rem}}.ec-express-source{margin-bottom:1.25rem}.ec-express-source-title{font-size:.95rem;font-weight:600;color:var(--ec-text);margin:0 0 .5rem}.ec-express-source-text{background:var(--ec-card-bg);border:2.5px solid var(--ec-border);border-radius:10px;padding:1rem 1.25rem;font-size:.92rem;line-height:1.7;color:var(--ec-text);max-height:400px;overflow-y:auto;white-space:pre-wrap;box-shadow:var(--ec-shadow)}.ec-express-question{background:var(--ec-primary-bg);border-left:4px solid var(--ec-primary);border:2.5px solid var(--ec-border);border-left:5px solid var(--ec-primary);padding:.75rem 1rem;border-radius:0 8px 8px 0;margin-bottom:1.25rem;font-size:.9rem;color:var(--ec-text);line-height:1.5;box-shadow:var(--ec-shadow)}.ec-express-question p{margin:0}.ec-express-essay-input{margin-bottom:1rem}.ec-express-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--ec-text);margin-bottom:.5rem}.ec-express-word-count{font-weight:400;font-size:.9rem;color:var(--ec-text-secondary)}.ec-express-word-count.warning{color:var(--ec-warning)}.ec-express-textarea{width:100%;min-height:280px;padding:1rem;border:2.5px solid var(--ec-border);border-radius:10px;font-family:inherit;font-size:.92rem;line-height:1.7;color:var(--ec-text);background:var(--ec-card-bg);resize:vertical;transition:border-color .15s;box-sizing:border-box;box-shadow:var(--ec-shadow)}.ec-express-textarea:focus{outline:none;border-color:var(--ec-primary);box-shadow:3px 3px 0 var(--ec-primary)}.ec-express-textarea::placeholder{color:var(--ec-text-muted, #999)}.ec-express-form-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-top:.5rem}.ec-express-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:2px solid var(--ec-border-soft);flex-wrap:wrap}.ec-express-btn{padding:.6rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s;border:2.5px solid var(--ec-border);box-shadow:2px 2px 0 var(--ec-border)}.ec-express-btn--next{background:var(--ec-primary);color:#fff}.ec-express-btn--next:hover{background:var(--ec-primary-light);transform:translate(-1px,-1px);box-shadow:var(--ec-shadow)}.ec-express-btn--back{background:var(--ec-card-bg);color:var(--ec-text-secondary)}.ec-express-btn--back:hover{background:var(--ec-hover);color:var(--ec-text);transform:translate(-1px,-1px);box-shadow:var(--ec-shadow)}.ec-express-auth-gate{text-align:center;padding:2rem 1rem;background:var(--ec-card-bg);border:2.5px dashed var(--ec-border);border-radius:12px;margin-bottom:1rem;box-shadow:var(--ec-shadow)}.ec-express-auth-gate p{margin:0 0 1rem;color:var(--ec-text-secondary);font-size:.92rem}@media(max-width:600px){.ec-express-source-text{max-height:250px;padding:.75rem;font-size:.93rem}.ec-express-textarea{min-height:200px;font-size:.95rem}.ec-express-form-actions{flex-direction:column}.ec-express-form-actions .ec-check-btn,.ec-express-form-actions .ec-ocr-trigger-btn{width:100%}.ec-express-actions{flex-direction:column}.ec-express-btn{width:100%;text-align:center}}[data-theme=dark] .ec-source-content,[data-theme=dark] .ec-student-content{background:#302d28;border-color:#57534e;color:#f1f5f9}[data-theme=dark] .ec-source-block h4,[data-theme=dark] .ec-student-block h4{color:#f9fafb}[data-theme=dark] .ec-form-checks-info{color:#f1f5f9}[data-theme=dark] .ec-empty-block{color:#cbd5e1}.analysis-results{max-width:800px;margin:0 auto;padding:20px;animation:results-fade-in .5s ease-out}@keyframes results-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.results-tabs{display:flex;background:#fefce8;border-radius:14px;padding:4px;margin-bottom:20px;gap:4px;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917}.results-tab{flex:1;padding:12px 20px;border:2.5px solid transparent;border-radius:10px;background:transparent;color:var(--text-secondary, #6b7280);font-size:18px;font-weight:800;cursor:pointer;transition:all .15s ease}.results-tab:hover:not(.active){background:#fde68a;color:var(--text-primary, #1a1a2e)}.results-tab.active{background:#fff;color:#7c3aed;border:2.5px solid #1c1917;box-shadow:2px 2px #1c1917}[data-theme=dark] .results-tabs{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .results-tab{color:#9ca3af}[data-theme=dark] .results-tab:hover:not(.active){background:#3a3530;color:#e5e7eb}[data-theme=dark] .results-tab.active{background:#374151;color:#a78bfa;border-color:#57534e;box-shadow:2px 2px #57534e}.result-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:20px;border:2.5px solid #1c1917;box-shadow:5px 5px #1c1917;position:relative;overflow:hidden}.result-section h2{margin:0 0 20px;color:var(--text-primary, #1a1a2e);font-size:27px;font-weight:800;text-align:center;letter-spacing:-.02em}.result-section h3{margin:0 0 16px;color:var(--text-primary, #1a1a2e);font-size:21px;font-weight:800;display:flex;align-items:center;gap:8px;letter-spacing:-.01em}.basic-result{text-align:center;background:#fef3c7}.score-ring-container{display:flex;align-items:center;justify-content:center;gap:28px;margin-bottom:24px;padding:8px 0}.score-ring-wrap{position:relative;width:160px;height:160px;flex-shrink:0}.score-ring-svg{width:100%;height:100%}.score-ring-segment{transition:stroke-dasharray .8s ease,stroke-dashoffset .8s ease}.score-ring-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-ring-value{font-size:49px;font-weight:800;color:var(--text-primary, #1a1a2e);line-height:1}.score-ring-divider{font-size:18px;font-weight:500;color:var(--text-secondary, #666);margin-top:4px}.score-ring-info{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.score-ring-percent{font-size:43px;font-weight:800;line-height:1.1}.score-ring-grade{font-size:19px;font-weight:800}.score-ring-time{font-size:17px;color:var(--text-secondary, #666);margin-top:4px}@media(max-width:480px){.score-ring-container{flex-direction:column;gap:12px}.score-ring-wrap{width:140px;height:140px}.score-ring-value{font-size:43px}.score-ring-info{align-items:center;text-align:center}.score-ring-percent{font-size:35px}}.total-time{font-size:17px;color:var(--text-secondary, #666)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:600px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{display:flex;flex-direction:column;align-items:center;padding:14px 12px;border-radius:14px;background:#fefce8;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917;transition:transform .15s ease,box-shadow .15s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:5px 5px #1c1917}.stat-card .stat-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin-bottom:8px;border:2px solid #1c1917}.stat-card .stat-icon.correct-icon{background:#a7f3d0;color:#16a34a}.stat-card .stat-icon.incorrect-icon{background:#fca5a5;color:#dc2626}.stat-card .stat-icon.skipped-icon{background:#fde68a;color:#d97706}.stat-card .stat-icon.time-icon{background:#bfdbfe;color:#2563eb}.stat-card .stat-value{font-size:31px;font-weight:800}.stat-card .stat-label{font-size:15px;font-weight:500;color:var(--text-secondary, #666);margin-top:4px}.stat-card.correct .stat-value{color:#22c55e}.stat-card.incorrect .stat-value{color:#ef4444}.stat-card.skipped .stat-value{color:#f59e0b}.stat-card.time .stat-value{color:#3b82f6}.weak-topics-list{display:flex;flex-direction:column;gap:12px}.weak-category-group{border-radius:10px;overflow:hidden;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917}.weak-category-header{display:flex;justify-content:space-between;align-items:center;padding:8px 14px;background:#fca5a5;border-bottom:2.5px solid #1c1917}.category-name{font-weight:800;font-size:16px;color:var(--text-primary, #1a1a2e);text-transform:uppercase;letter-spacing:.5px}.category-error-total{font-size:15px;color:var(--error-color, #ea4335);font-weight:800}.weak-topic-item{display:flex;flex-direction:column;gap:6px;padding:10px 14px;background:#fff7ed;border-bottom:1.5px solid #1c1917}.weak-topic-item:last-child{border-bottom:none}.topic-info{display:flex;align-items:center;gap:8px}.topic-number{font-weight:800;font-size:16px;color:var(--primary-color, #7c3aed);min-width:28px}.topic-name{font-size:16px;color:var(--text-primary, #1a1a2e);font-weight:500}.topic-stats{display:flex;align-items:center;gap:10px}.error-count{font-size:15px;color:var(--error-color, #ea4335);font-weight:800;min-width:40px}.error-bar{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;max-width:150px;border:1.5px solid #1c1917}.error-fill{height:100%;background:var(--error-color, #ea4335);border-radius:3px;transition:width .15s ease}.weak-topic-actions{display:flex;gap:8px;margin-top:4px}.weak-theory-btn,.weak-preview-btn{flex:1;padding:9px 14px;border-radius:8px;font-size:16px;font-weight:800;cursor:pointer;border:2.5px solid #1c1917;transition:transform .15s,box-shadow .15s,opacity .15s}.weak-theory-btn{background:#c084fc;color:#fff;box-shadow:3px 3px #1c1917}.weak-preview-btn{background:#f5f5f4;color:var(--text-primary, #1a1a2e);box-shadow:3px 3px #1c1917}.weak-theory-btn:hover,.weak-preview-btn:hover{transform:translateY(-1px);box-shadow:4px 4px #1c1917}.task-preview-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.task-preview-modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:85vh;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px;border:2.5px solid #1c1917;box-shadow:8px 8px #1c1917}.tpm-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tpm-header h3{margin:0;font-size:18px;font-weight:800;color:var(--text-primary, #1a1a2e);line-height:1.4;flex:1}.tpm-close{background:none;border:2.5px solid #1c1917;border-radius:8px;font-size:22px;cursor:pointer;color:var(--text-secondary, #666);padding:0 4px;line-height:1;flex-shrink:0;box-shadow:2px 2px #1c1917;transition:all .15s}.tpm-close:hover{color:var(--text-primary, #1a1a2e);background:#fca5a5}.tpm-section{display:flex;flex-direction:column;gap:8px}.tpm-label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary, #666);margin:0}.tpm-question-text{font-size:18px;line-height:1.6;color:var(--text-primary, #1a1a2e);background:#fefce8;border-radius:10px;padding:12px 14px;border:2px solid #1c1917}.tpm-answers-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tpm-answer{border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.tpm-answer--wrong{background:#fca5a5;border:2.5px solid #1c1917}.tpm-answer--correct{background:#a7f3d0;border:2.5px solid #1c1917}.tpm-answer-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.4px}.tpm-answer--wrong .tpm-answer-label{color:#991b1b}.tpm-answer--correct .tpm-answer-label{color:#166534}.tpm-answer--wrong strong{color:#991b1b;font-size:17px}.tpm-answer--correct strong{color:#166534;font-size:17px}.tpm-explanation{background:#f5f5f4;border-radius:10px;padding:12px 14px;border:2px solid #1c1917}.tpm-explanation-text{font-size:17px;line-height:1.6;color:var(--text-primary, #1a1a2e);margin:0}.tpm-footer-close{background:#bfdbfe;color:#1e3a5f;border:2.5px solid #1c1917;border-radius:10px;padding:10px 20px;font-size:17px;font-weight:800;cursor:pointer;align-self:flex-end;box-shadow:3px 3px #1c1917;transition:all .15s}.tpm-footer-close:hover{transform:translateY(-1px);box-shadow:4px 4px #1c1917}[data-theme=dark] .task-preview-modal{background:#262320;border-color:#57534e;box-shadow:8px 8px #57534e}[data-theme=dark] .tpm-question-text,[data-theme=dark] .tpm-explanation{background:#262320;border-color:#57534e}.no-errors{text-align:center;color:var(--success-color, #34a853);font-weight:800;padding:20px}.time-analysis-legend{display:flex;gap:12px;margin-bottom:14px;flex-wrap:wrap}.legend-item{font-size:13px;font-weight:800;padding:3px 10px;border-radius:20px;border:2px solid #1c1917}.legend-normal{background:#a7f3d0;color:#166534}.legend-slow{background:#fde68a;color:#92400e}.legend-fast{background:#fca5a5;color:#991b1b}.time-analysis-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:6px}.time-task-cell{display:flex;flex-direction:column;align-items:center;padding:8px 4px 6px;border-radius:8px;background:#fefce8;border:2px solid #1c1917;transition:background .15s}.time-task-top{display:flex;align-items:center;gap:4px;margin-bottom:4px}.time-task-num{font-weight:800;font-size:16px;color:var(--text-primary, #333)}.time-bar-container{width:100%;height:4px;background:#d6d3d1;border-radius:2px;overflow:hidden;margin-bottom:3px}.time-bar-fill{height:100%;border-radius:2px;transition:width .5s ease}.time-normal .time-bar-fill{background:#34a853}.time-too-slow .time-bar-fill{background:#fbbc04}.time-too-fast .time-bar-fill{background:#ea4335}.time-too-fast{animation:flash-fast 2s ease-in-out}@keyframes flash-fast{0%,to{background:#fefce8}50%{background:#fca5a5}}.time-value{font-size:13px;color:var(--text-secondary, #666)}.time-result{font-size:13px;font-weight:800;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;line-height:1;border:2px solid #1c1917}.time-result.correct{color:#fff;background:#22c55e}.time-result.incorrect{color:#fff;background:#ef4444}@media(max-width:600px){.time-analysis-grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:4px}.time-task-cell{padding:6px 2px 4px}}[data-theme=dark] .weak-category-header{background:#5c2d2d;border-color:#57534e}[data-theme=dark] .weak-category-group{border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .error-details{background:#3d2020}[data-theme=dark] .time-task-cell{background:#262320;border-color:#57534e}[data-theme=dark] .time-too-fast{animation:flash-fast-dark 2s ease-in-out}@keyframes flash-fast-dark{0%,to{background:#262320}50%{background:#5c2d2d}}.guest-register-prompt{margin-top:16px;padding:16px;background:#bfdbfe;border-radius:12px;text-align:center;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917}.guest-register-prompt p{margin:0 0 10px;font-size:17px;color:var(--text-secondary, #666)}.blurred-content{filter:blur(5px);pointer-events:none;-webkit-user-select:none;user-select:none}.general-recommendations{background:#ede9fe;border:2.5px solid #1c1917;box-shadow:5px 5px #1c1917}.general-rec-subtitle{font-size:16px;color:var(--text-secondary, #888);margin:-8px 0 16px}.general-rec-loading{display:flex;flex-direction:column;align-items:center;padding:20px;gap:10px}.general-rec-loading p{color:var(--text-secondary, #666);font-size:16px}.general-rec-score{display:flex;align-items:center;gap:12px;padding:12px;background:#e0e7ff;border-radius:12px;margin-bottom:14px;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917}.general-rec-score-circle{width:48px;height:48px;border-radius:50%;background:#c084fc;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2.5px solid #1c1917}.general-rec-score-circle span{font-size:22px;font-weight:800;color:#fff}.general-rec-score-text strong{font-size:18px;display:block}.general-rec-list{display:flex;flex-direction:column;gap:10px}.general-rec-item{display:flex;gap:12px;padding:12px;background:#fff;border-radius:10px;align-items:flex-start;border:2px solid #1c1917;box-shadow:3px 3px #1c1917}.general-rec-plan{margin-top:12px;padding:10px 14px;background:#fff;border-radius:10px;border-left:4px solid #7C3AED;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917}.general-rec-plan-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary, #888);margin:0 0 6px}.general-rec-plan-day{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1.5px solid #d6d3d1;flex-wrap:wrap}.general-rec-plan-day:last-of-type{border-bottom:none}.plan-day-name{font-size:15px;font-weight:800;color:#7c3aed;min-width:90px}.plan-day-topic{font-size:15px;color:var(--text-primary, #1a1a2e);flex:1;min-width:0}.plan-day-count{font-size:13px;color:var(--text-secondary, #888);white-space:nowrap}.general-rec-plan-focus{font-size:15px;color:var(--text-secondary, #888);margin:8px 0 0;font-style:italic}[data-theme=dark] .plan-day-name{color:#a78bfa}[data-theme=dark] .general-rec-plan-day{border-color:#57534e}.general-rec-more{display:block;width:100%;margin-top:14px;padding:10px;background:transparent;border:2.5px dashed #7c3aed;border-radius:10px;color:#7c3aed;font-size:16px;font-weight:800;cursor:pointer;text-align:center;transition:background .15s}.general-rec-more:hover{background:#ede9fe}[data-theme=dark] .general-recommendations{background:#262320;border-color:#57534e;box-shadow:5px 5px #57534e}[data-theme=dark] .general-rec-item,[data-theme=dark] .general-rec-plan{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .general-rec-more{color:#a78bfa;border-color:#a78bfa}[data-theme=dark] .general-rec-more:hover{background:#3a3530}[data-theme=dark] .general-rec-subtitle{color:#b0b0c0}[data-theme=dark] .general-rec-score-text strong{color:#e8e8f0}[data-theme=dark] .general-rec-score-text .confidence-badge{color:#d0d0e0}.upsell-block{background:#ede9fe;border:2.5px dashed #7c3aed;text-align:center;box-shadow:5px 5px #1c1917}.upsell-title{font-size:21px;font-weight:800;color:var(--text-primary, #1a1a2e);margin:0 0 12px}.upsell-features{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:6px}.upsell-features li{font-size:17px;color:var(--text-secondary, #555);padding-left:22px;position:relative;text-align:left}.upsell-features li:before{content:"✓";position:absolute;left:0;color:#7c3aed;font-weight:800}.upsell-button{background:#c084fc;color:#fff;border:2.5px solid #1c1917;border-radius:12px;padding:12px 32px;font-size:18px;font-weight:800;cursor:pointer;box-shadow:3px 3px #1c1917;transition:transform .15s,box-shadow .15s}.upsell-button:hover{transform:translateY(-2px);box-shadow:5px 5px #1c1917}[data-theme=dark] .upsell-block{background:#262320;border-color:#a78bfa;box-shadow:5px 5px #57534e}.tier-badge{display:inline-block;font-size:11px;font-weight:800;padding:2px 8px;border-radius:4px;text-transform:uppercase;border:2px solid #1c1917}.tier-badge--ai{background:#c084fc;color:#fff}.tier-badge--base{background:#bfdbfe;color:#1e3a5f}.tier-badge--confident{background:#e9d5ff;color:#581c87}.tier-badge--admission{background:#fed7aa;color:#9a3412}.tariff-upgrade-btn{background:#c084fc;color:#fff;border:2.5px solid #1c1917;padding:12px 24px;border-radius:8px;font-size:18px;font-weight:800;cursor:pointer;box-shadow:3px 3px #1c1917;transition:transform .15s,box-shadow .15s}.tariff-upgrade-btn:hover{transform:translateY(-2px);box-shadow:5px 5px #1c1917}.tier-hint-small{font-size:13px;color:#7c3aed;margin:2px 0 0;font-weight:800}.pro-badge{display:inline-block;background:#fed7aa;color:#9a3412;font-size:11px;font-weight:800;padding:2px 8px;border-radius:4px;text-transform:uppercase;border:2px solid #1c1917}.recommendations-content{display:flex;flex-direction:column;gap:16px}.recommendation-item{display:flex;gap:16px;padding:16px;background:#fefce8;border-radius:12px;align-items:flex-start;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917}.rec-icon{font-size:27px;flex-shrink:0}.rec-badge-wrap{position:relative;flex-shrink:0}.rec-task-num{width:42px;height:42px;border-radius:50%;background:#c084fc;color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2.5px solid #1c1917}.rec-icon-mini{position:absolute;top:-6px;right:-6px;font-size:18px;line-height:1}.rec-icon-circle{width:42px;height:42px;border-radius:50%;background:#e7e5e4;display:flex;align-items:center;justify-content:center;font-size:22px;border:2.5px solid #1c1917}[data-theme=dark] .rec-icon-circle{background:#3a3530;border-color:#57534e}.rec-text strong{display:block;color:var(--text-primary, #1a1a2e);margin-bottom:4px}.rec-text p{margin:0;font-size:17px;color:var(--text-secondary, #666)}.placeholder-recommendations{display:flex;flex-direction:column;gap:12px}.placeholder-item{height:60px;background:linear-gradient(90deg,#f5f5f4 25%,#e7e5e4,#f5f5f4 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;border:2px solid #1c1917}.placeholder-box{height:120px;background:linear-gradient(90deg,#f5f5f4 25%,#e7e5e4,#f5f5f4 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;border:2px solid #1c1917}.blurred{position:relative}.blurred>*:not(.blur-overlay):not(h3){filter:blur(5px);pointer-events:none;-webkit-user-select:none;user-select:none}.blur-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background:#fff;padding:24px 32px;border-radius:12px;text-align:center;border:2.5px solid #1c1917;box-shadow:5px 5px #1c1917;max-width:80%}.blur-overlay p{margin:0 0 16px;color:var(--text-primary, #1a1a2e);font-weight:500}.register-btn,.pro-btn{background:#bfdbfe;color:#1e3a5f;border:2.5px solid #1c1917;padding:12px 24px;border-radius:8px;font-size:18px;font-weight:800;cursor:pointer;box-shadow:3px 3px #1c1917;transition:transform .15s,box-shadow .15s}.register-btn:hover,.pro-btn:hover{transform:translateY(-2px);box-shadow:5px 5px #1c1917}.pro-btn{background:#fed7aa;color:#9a3412}.pro-btn:hover{box-shadow:5px 5px #1c1917}.result-actions{display:flex;gap:12px;justify-content:center;margin-top:28px}.home-btn,.retry-btn{padding:14px 32px;border-radius:12px;font-size:18px;font-weight:800;cursor:pointer;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917;transition:transform .15s,box-shadow .15s}.home-btn{background:#f5f5f4;color:var(--text-primary, #1a1a2e)}.home-btn:hover{background:#e7e5e4;transform:translateY(-1px);box-shadow:4px 4px #1c1917}.retry-btn{background:#c084fc;color:#fff}.retry-btn:hover{transform:translateY(-2px);box-shadow:5px 5px #1c1917}[data-theme=dark] .result-section{background:#262320;border-color:#57534e;box-shadow:5px 5px #57534e}[data-theme=dark] .basic-result{background:#2d2820}[data-theme=dark] .stat-card{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .stat-card:hover{box-shadow:5px 5px #57534e}[data-theme=dark] .stat-card .stat-icon.correct-icon{background:#065f46;color:#4ade80;border-color:#57534e}[data-theme=dark] .stat-card .stat-icon.incorrect-icon{background:#7f1d1d;color:#f87171;border-color:#57534e}[data-theme=dark] .stat-card .stat-icon.skipped-icon{background:#78350f;color:#fbbf24;border-color:#57534e}[data-theme=dark] .stat-card .stat-icon.time-icon{background:#1e3a5f;color:#60a5fa;border-color:#57534e}[data-theme=dark] .stat-card.correct .stat-value{color:#4ade80}[data-theme=dark] .stat-card.incorrect .stat-value{color:#f87171}[data-theme=dark] .stat-card.skipped .stat-value{color:#fbbf24}[data-theme=dark] .stat-card.time .stat-value{color:#60a5fa}[data-theme=dark] .score-ring-value{color:#f9fafb}[data-theme=dark] .score-ring-divider,[data-theme=dark] .score-ring-time{color:#9ca3af}[data-theme=dark] .weak-topic-item,[data-theme=dark] .recommendation-item{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .blur-overlay{background:#262320;border-color:#57534e;box-shadow:5px 5px #57534e}[data-theme=dark] .placeholder-item,[data-theme=dark] .placeholder-box{background:linear-gradient(90deg,#2a2520 25%,#3a3530,#2a2520 75%);background-size:200% 100%;border-color:#57534e}[data-theme=dark] .home-btn{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .home-btn:hover{background:#3a3530;box-shadow:4px 4px #57534e}.recommendation-locked{position:relative;opacity:.5;filter:blur(2px);pointer-events:none;-webkit-user-select:none;user-select:none}.locked-line{border-radius:6px;height:14px;background:linear-gradient(90deg,#e7e5e4 25%,#d6d3d1,#e7e5e4 75%);background-size:200% 100%;animation:shimmer 2s infinite}.locked-line.long{width:80%;margin-bottom:8px}.locked-line.short{width:55%}[data-theme=dark] .locked-line{background:linear-gradient(90deg,#2a2520 25%,#3a3530,#2a2520 75%);background-size:200% 100%}.locked-recommendations{margin-top:8px}.pro-unlock-prompt{text-align:center;padding:16px;margin-top:8px;background:#ede9fe;border-radius:14px;border:2.5px dashed #7c3aed;box-shadow:3px 3px #1c1917}.pro-unlock-prompt p{margin:0 0 12px;font-size:16px;color:var(--text-secondary, #666);font-weight:500}.pro-unlock-btn{background:#c084fc;color:#fff;border:2.5px solid #1c1917;border-radius:12px;padding:10px 28px;font-size:16px;font-weight:800;cursor:pointer;box-shadow:3px 3px #1c1917;transition:transform .15s,box-shadow .15s}.pro-unlock-btn:hover{transform:translateY(-2px);box-shadow:5px 5px #1c1917}.blurred-score{opacity:.6}.blurred-score .variant-score-circle{background:#ccc}[data-theme=dark] .blurred-score .variant-score-circle{background:#444}.pro-hint-small{font-size:13px;color:#7c3aed;margin:2px 0 0;font-weight:800}.rec-type-critical{border-left:4px solid #DC2626}.rec-type-improvement{border-left:4px solid #D97706}.rec-type-positive{border-left:4px solid #16A34A}.rec-type-habit{border-left:4px solid #2563EB}.rec-action-text{margin-top:6px;font-size:15px;color:#7c3aed;font-weight:500}.variant-score-prediction{display:flex;align-items:center;gap:14px;padding:14px;background:#e0e7ff;border-radius:14px;margin-bottom:12px;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917}.variant-score-circle{width:60px;height:60px;border-radius:50%;background:#c084fc;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2.5px solid #1c1917}.variant-score-value{font-size:25px;font-weight:800;color:#fff}.variant-score-text strong{font-size:17px}.variant-score-text .confidence-badge{display:inline-block;font-size:12px;font-weight:800;padding:3px 10px;border-radius:20px;margin-left:8px;border:2px solid #1c1917}.variant-score-text .confidence-low{background:#fca5a5;color:#991b1b}.variant-score-text .confidence-medium{background:#fde68a;color:#92400e}.variant-score-text .confidence-high{background:#a7f3d0;color:#065f46}[data-theme=dark] .variant-score-text .confidence-low{background:#5c2d2d;color:#f87171;border-color:#57534e}[data-theme=dark] .variant-score-text .confidence-medium{background:#4a3520;color:#fbbf24;border-color:#57534e}[data-theme=dark] .variant-score-text .confidence-high{background:#1a3a2a;color:#34d399;border-color:#57534e}.variant-motivation{background:#fbcfe8;border-radius:12px;padding:14px;margin-top:12px;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917}.variant-motivation p{margin:0;font-size:16px;color:var(--text-secondary, #555);font-style:italic;line-height:1.5}.ai-variant-loading{display:flex;flex-direction:column;align-items:center;padding:30px;gap:12px}.ai-variant-loading p{color:var(--text-secondary, #666);font-size:16px}.ai-variant-spinner{width:36px;height:36px;border:3px solid #e9d5ff;border-top:3px solid #7C3AED;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-variant-error{text-align:center;padding:20px}.ai-variant-error p{color:var(--text-secondary, #666);margin-bottom:12px}.retry-small-btn{background:#c084fc;color:#fff;border:2.5px solid #1c1917;border-radius:10px;padding:8px 20px;font-weight:800;font-size:15px;cursor:pointer;box-shadow:3px 3px #1c1917;transition:transform .15s,box-shadow .15s}.retry-small-btn:hover{transform:translateY(-1px);box-shadow:4px 4px #1c1917}.variant-assessment{background:#ede9fe;border-radius:12px;padding:12px 16px;margin-bottom:12px;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917}.assessment-label{font-size:13px;color:var(--text-secondary, #888);margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px;font-weight:800}.assessment-value{font-size:18px;font-weight:800;color:var(--text-primary, #333);margin:0}.variant-mistakes-analysis{background:#fef2f2;border-left:4px solid #DC2626;border:2.5px solid #1c1917;border-radius:12px;padding:12px 16px;margin-bottom:12px;box-shadow:3px 3px #1c1917}.analysis-label{font-size:13px;color:#dc2626;margin:0 0 6px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.analysis-text{font-size:16px;color:var(--text-primary, #444);margin:0;line-height:1.5}[data-theme=dark] .variant-assessment{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .assessment-value{color:#e0e0e0}[data-theme=dark] .variant-mistakes-analysis{background:#2d2020;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .analysis-text{color:#ccc}.rec-train-btn{margin-top:8px;padding:7px 16px;background:#c084fc;color:#fff;border:2.5px solid #1c1917;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;box-shadow:2px 2px #1c1917;transition:transform .15s,box-shadow .15s}.rec-train-btn:hover{transform:translateY(-1px);box-shadow:3px 3px #1c1917}[data-theme=dark] .rec-train-btn{background:#a78bfa;border-color:#57534e;box-shadow:2px 2px #57534e}.rec-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.rec-actions .rec-train-btn,.rec-actions .rec-theory-btn{margin-top:0}.rec-theory-btn{padding:7px 16px;background:transparent;color:#7c3aed;border:2.5px solid #7C3AED;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;box-shadow:2px 2px #1c1917;transition:all .15s}.rec-theory-btn:hover{background:#ede9fe;transform:translateY(-1px);box-shadow:3px 3px #1c1917}[data-theme=dark] .rec-theory-btn{color:#a78bfa;border-color:#a78bfa;box-shadow:2px 2px #57534e}[data-theme=dark] .rec-theory-btn:hover{background:#3a3530;box-shadow:3px 3px #57534e}.time-signals-block{margin:16px 0;display:flex;flex-direction:column;gap:10px}.time-signals-title{font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary, #666);margin:0 0 4px}.time-signal-group{border-radius:10px;padding:10px 14px;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917}.tsg-fast{background:#fca5a5}.tsg-slow{background:#bfdbfe}.tsg-unsure{background:#fde68a}.tsg-skipped{background:#e7e5e4}.tsg-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.tsg-icon{font-size:18px;line-height:1}.tsg-label{font-size:15px;font-weight:800;color:var(--text-primary, #1a1a2e)}.tsg-badges{display:flex;gap:4px;flex-wrap:wrap}.tsg-badge{font-size:12px;font-weight:800;padding:2px 7px;border-radius:20px;background:#fff;color:var(--text-primary, #1a1a2e);border:2px solid #1c1917}.tsg-advice{font-size:13px;color:var(--text-secondary, #666);margin:0;line-height:1.4}[data-theme=dark] .tsg-label{color:#e5e7eb}[data-theme=dark] .tsg-badge{background:#3a3530;color:#e5e7eb;border-color:#57534e}[data-theme=dark] .tsg-advice{color:#9ca3af}[data-theme=dark] .time-result.correct{background:#22c55e;color:#fff;border-color:#57534e}[data-theme=dark] .time-result.incorrect{background:#ef4444;color:#fff;border-color:#57534e}[data-theme=dark] .weak-theory-btn{background:#a78bfa;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .weak-preview-btn{background:#262320;color:var(--text-primary);border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .tsg-fast{background:#5c2d2d;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .tsg-slow{background:#1e3a5f;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .tsg-unsure{background:#4a3520;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .tsg-skipped{background:#3a3530;border-color:#57534e;box-shadow:3px 3px #57534e}.quick-wins-block{margin:16px 0;background:#ede9fe;border-radius:12px;padding:14px 16px;border:2.5px solid #1c1917;box-shadow:3px 3px #1c1917}.quick-wins-title,.variant-recs-title{font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary, #666);margin:0 0 2px}.variant-recs-section{margin-top:16px}.quick-wins-hint{font-size:13px;color:var(--text-secondary, #888);margin:0 0 12px}.quick-win-item{display:flex;align-items:flex-start;gap:12px;padding:8px 0;border-bottom:1.5px solid #d6d3d1;flex-wrap:wrap}.quick-win-item:last-child{border-bottom:none;padding-bottom:0}.qw-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.qw-rank{width:24px;height:24px;border-radius:50%;background:#c084fc;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid #1c1917}.qw-info{display:flex;flex-direction:column;gap:1px;min-width:0}.qw-task-num{font-size:12px;font-weight:800;color:#7c3aed;text-transform:uppercase;letter-spacing:.04em}.qw-task-name{font-size:15px;font-weight:500;color:var(--text-primary, #1a1a2e);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qw-right{flex-shrink:0}.qw-score-badge{font-size:13px;font-weight:800;color:#166534;background:#a7f3d0;padding:3px 10px;border-radius:20px;white-space:nowrap;border:2px solid #1c1917}.qw-advice{width:100%;font-size:13px;color:var(--text-secondary, #666);margin:4px 0 0 34px;line-height:1.4}[data-theme=dark] .quick-wins-block{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .quick-wins-title{color:#9ca3af}[data-theme=dark] .quick-wins-hint{color:#6b7280}[data-theme=dark] .quick-win-item{border-color:#57534e}[data-theme=dark] .qw-task-name{color:#e5e7eb}[data-theme=dark] .qw-task-num{color:#a78bfa}[data-theme=dark] .qw-advice{color:#9ca3af}[data-theme=dark] .qw-score-badge{color:#4ade80;background:#1a3a2a;border-color:#57534e}.exam-page{min-height:100vh;background:var(--bg-primary, #f5f5f5);display:flex;flex-direction:column}.exam-page.loading-state{justify-content:flex-start;align-items:center}.exam-skeleton{width:100%;max-width:600px;padding:0 1rem}.skeleton-header{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;margin-bottom:.5rem}.skeleton-progress{height:5px;background:var(--border-color, #e0e0e0);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:3px;margin-bottom:1rem;overflow:hidden;position:relative}.skeleton-progress:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:var(--neo-purple, #c4b5fd);opacity:.4;animation:skeleton-slide 1.5s infinite}.skeleton-card{background:var(--bg-card, #fff);border-radius:12px;padding:1.25rem;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.skeleton-line,.skeleton-pill,.skeleton-badge,.skeleton-context,.skeleton-option,.skeleton-btn{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}.skeleton-line{height:14px;margin-bottom:10px}.skeleton-short{width:60px}.skeleton-medium{width:70%}.skeleton-long{width:90%}.skeleton-full{width:100%}.skeleton-pill{width:100px;height:32px;border-radius:16px}.skeleton-badge{width:140px;height:24px;border-radius:10px;margin-bottom:16px}.skeleton-context{height:80px;margin-bottom:16px;border-radius:8px}.skeleton-option{height:44px;margin-bottom:8px;border-radius:8px}.skeleton-buttons{display:flex;gap:12px;margin-top:16px}.skeleton-btn{flex:1;height:44px;border-radius:8px}.loading-hint{text-align:center;font-size:.95rem;color:var(--text-secondary, #999);margin-top:1.5rem;animation:pulse 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skeleton-slide{0%{left:-100%}to{left:200%}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.exam-header{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;background:var(--bg-card, #fff);border-bottom:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);position:sticky;top:0;z-index:100}.exit-button{background:var(--bg-card, #fff);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);color:var(--text-secondary, #666);font-size:1.01rem;cursor:pointer;padding:.4rem .6rem;display:flex;align-items:center;gap:.25rem;border-radius:6px;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:background-color .15s,color .15s,border-color .15s,transform .15s,box-shadow .15s}.exit-button:hover{background:var(--bg-secondary, #f5f5f5);color:var(--primary-color, #7c3aed)}.exit-button:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.timer{display:flex;align-items:center;gap:.4rem;background:var(--neo-purple, #c4b5fd);color:#1c1917;padding:.4rem .8rem;border-radius:16px;font-weight:600;font-size:1.01rem;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:background .15s ease,box-shadow .15s ease}.timer-warning{background:var(--neo-orange, #fdba74)}.timer-danger,.timer-critical{background:var(--neo-red, #fca5a5)}.timer-icon{font-size:.95rem}.timer-value{font-family:SF Mono,Menlo,Consolas,monospace;font-size:1.06rem}.question-counter{color:var(--text-secondary, #666);font-size:.95rem;font-weight:500}.progress-bar{height:5px;background:var(--border-color, #e0e0e0);border-bottom:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);position:relative}.progress-fill{height:100%;position:absolute;top:0;transition:width .15s ease,left .15s ease}.progress-correct{background:var(--neo-green, #86efac);left:0;z-index:3;border-radius:0 2px 2px 0}.progress-incorrect{background:var(--neo-red, #fca5a5);z-index:2;border-radius:0 2px 2px 0}.progress-skipped{background:var(--neo-yellow, #fde68a);z-index:1;border-radius:0 2px 2px 0}.exam-stats{display:flex;justify-content:center;gap:1rem;padding:.5rem 1rem;background:var(--bg-card, #fff);border-bottom:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917)}.exam-stats .stat{font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.2rem}.stat-correct{color:#16a34a}.stat-incorrect{color:#dc2626}.stat-skipped{color:#d97706}.stat-pending{color:var(--text-secondary, #999)}.exam-content{flex:1;padding:.75rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.task-card{background:var(--bg-card, #fff);border-radius:12px;padding:1rem 1.25rem;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917);transition:border-color .15s ease,box-shadow .15s ease;position:relative;overflow:hidden}.task-card.feedback-correct{border-color:#16a34a;background:var(--neo-green, #86efac);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.task-card.feedback-incorrect{border-color:#dc2626;background:var(--neo-red, #fca5a5);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.feedback-banner{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border-radius:var(--radius-md, 12px);margin-bottom:.75rem;animation:feedback-slide-in .15s ease-out;font-weight:600;font-size:.95rem;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.feedback-banner.correct{background:var(--neo-green, #86efac);color:#14532d}.feedback-banner.incorrect{background:var(--neo-red, #fca5a5);color:#7f1d1d}.feedback-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:1.12rem;flex-shrink:0;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917)}.feedback-banner.correct .feedback-icon{background:#22c55e;color:#fff}.feedback-banner.incorrect .feedback-icon{background:#ef4444;color:#fff}.feedback-text{flex:1;line-height:1.3}@keyframes feedback-slide-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.answer-option.feedback-locked{pointer-events:none;opacity:.7}.task-badge{display:inline-block;background:var(--neo-purple, #c4b5fd);color:#1c1917;padding:.3rem .8rem;border-radius:10px;font-size:.99rem;font-weight:700;margin-bottom:.75rem;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.task-context{background:var(--bg-secondary, #f9f9f9);padding:.75rem 1rem;border-radius:8px;margin-bottom:.75rem;font-size:1.01rem;line-height:1.6;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-left:4px solid var(--primary-color, #7c3aed);position:relative;transition:max-height .15s ease}.task-context.collapsed{max-height:none}.context-toggle{display:block;background:none;border:none;color:var(--primary-color, #7c3aed);font-size:.9rem;font-weight:600;cursor:pointer;padding:.4rem 0 0;margin-top:.3rem;transition:color .15s}.context-toggle:hover{color:#6d28d9;text-decoration:underline}.task-question{font-size:1.06rem;line-height:1.55;color:var(--text-primary, #333);margin-bottom:1rem}.answer-options{display:flex;flex-direction:column;gap:.5rem}.answer-option{display:flex;align-items:flex-start;gap:.6rem;padding:.7rem .9rem;background:var(--bg-card, #fff);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:8px;cursor:pointer;text-align:left;font-size:1.01rem;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.answer-option:hover:not(:disabled){background:var(--neo-purple, #c4b5fd);border-color:var(--neo-border-color, #1c1917);transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.answer-option:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.answer-option.selected{background:var(--neo-blue, #93c5fd);border-color:var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.answer-option.selected .option-number{background:#1c1917;color:#fff;padding:.15rem .4rem;border-radius:4px;margin-right:.2rem}.answer-option:disabled{opacity:.7;cursor:not-allowed}.option-number{font-weight:600;color:var(--neo-border-color, #1c1917);min-width:20px;font-size:.95rem}.option-text{flex:1;line-height:1.4}.answer-input{margin-top:.5rem}.answer-input input{width:100%;padding:.75rem 1rem;font-size:1.06rem;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:8px;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box;background:var(--bg-card, #fff);color:var(--text-primary, #333)}.answer-input input:focus{outline:none;border-color:var(--primary-color, #7c3aed);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.answer-input input:disabled{opacity:.6}.action-buttons{display:flex;gap:.75rem;margin-top:1rem}.skip-btn,.answer-btn{flex:1;padding:.75rem;border-radius:8px;font-size:1.01rem;font-weight:600;cursor:pointer;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease;display:flex;align-items:center;justify-content:center;gap:.4rem}.skip-btn{background:var(--neo-yellow, #fde68a);color:#78350f}.skip-btn:hover:not(:disabled){background:#fcd34d;transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.skip-btn:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.answer-btn{background:var(--neo-purple, #c4b5fd);color:#1c1917}.answer-btn:hover:not(:disabled){background:#a78bfa;transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.answer-btn:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.answer-btn:disabled,.skip-btn:disabled{opacity:.5;cursor:not-allowed}.task-unavailable{background:var(--bg-card, #fff);border-radius:12px;padding:2rem 1.5rem;text-align:center;color:var(--text-secondary, #666);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.task-unavailable p{margin-bottom:1rem;font-size:1.12rem}.task-navigation{background:var(--bg-card, #fff);padding:.6rem .75rem .75rem;border-top:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917)}.nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem;color:var(--text-secondary, #666)}.nav-grid{display:flex;gap:6px;margin-bottom:.6rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0}.nav-grid::-webkit-scrollbar{display:none}.exam-page .nav-item{min-width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:6px;background:var(--bg-card, #fff);font-size:.78rem;font-weight:600;cursor:pointer;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease;padding:0}.exam-page .nav-item:hover:not(:disabled){border-color:var(--neo-border-color, #1c1917);transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.exam-page .nav-item:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.exam-page .nav-item:disabled{cursor:not-allowed;opacity:.6}.exam-page .nav-item.current{background:var(--neo-purple, #c4b5fd);border-color:var(--neo-border-color, #1c1917);color:#1c1917;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.exam-page .nav-item.correct{background:var(--neo-green, #86efac);border-color:var(--neo-border-color, #1c1917);color:#1c1917}.exam-page .nav-item.incorrect{background:var(--neo-red, #fca5a5);border-color:var(--neo-border-color, #1c1917);color:#1c1917}.exam-page .nav-item.skipped{background:var(--neo-yellow, #fde68a);border-color:var(--neo-border-color, #1c1917);color:#78350f}.nav-buttons{display:flex;gap:.6rem}.nav-prev,.nav-next,.nav-finish{flex:1;padding:.6rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.nav-prev{background:var(--bg-card, #fff);color:var(--text-primary, #333)}.nav-prev:hover:not(:disabled){background:var(--bg-secondary, #f5f5f5);transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.nav-prev:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.nav-next{background:var(--neo-blue, #93c5fd);color:#1c1917}.nav-next:hover:not(:disabled){background:#60a5fa;transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.nav-next:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.nav-finish{background:var(--neo-green, #86efac);color:#1c1917}.nav-finish:hover:not(:disabled){background:#4ade80;transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.nav-finish:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.nav-prev:disabled,.nav-next:disabled,.nav-finish:disabled{opacity:.4;cursor:not-allowed}.exam-page.limit-exhausted-state{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.limit-exhausted-content{text-align:center;max-width:400px;padding:40px;background:var(--card-bg, #fff);border-radius:20px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-lg, 8px 8px 0 #1c1917)}.limit-exhausted-icon{font-size:51px;margin-bottom:16px}.limit-exhausted-content h2{margin:0 0 12px;font-size:25px;color:var(--text-primary, #1a1a2e)}.limit-exhausted-content p{margin:0 0 24px;font-size:17px;color:var(--text-secondary, #666);line-height:1.5}.limit-exhausted-actions{display:flex;flex-direction:column;gap:12px}.limit-tariffs-btn{background:var(--neo-purple, #c4b5fd);color:#1c1917;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);padding:14px 28px;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917);transition:transform .15s,box-shadow .15s}.limit-tariffs-btn:hover{transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-lg, 8px 8px 0 #1c1917)}.limit-tariffs-btn:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.limit-home-btn{background:var(--bg-secondary, #f0f0f0);color:var(--text-primary, #1a1a2e);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);padding:12px 28px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:transform .15s,box-shadow .15s}.limit-home-btn:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}[data-theme=dark] .limit-exhausted-content{background:#262320;border-color:#57534e;box-shadow:8px 8px #57534e}.exam-page.results-state{justify-content:center;align-items:center;padding:1.5rem;background:var(--bg-primary, #f5f5f5)}.results-content{background:var(--bg-card, #fff);border-radius:20px;padding:2rem;text-align:center;max-width:460px;width:100%;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-lg, 8px 8px 0 #1c1917);animation:resultsSlideUp .5s cubic-bezier(.34,1.56,.64,1)}@keyframes resultsSlideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.results-content h1{font-size:1.57rem;font-weight:800;color:var(--text-primary, #333);margin-bottom:1.5rem}.results-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.stat-item{padding:1rem .75rem;border-radius:12px;display:flex;flex-direction:column;gap:.25rem;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.stat-item.correct{background:var(--neo-green, #86efac)}.stat-item.incorrect{background:var(--neo-red, #fca5a5)}.stat-item.skipped{background:var(--neo-yellow, #fde68a)}.stat-item.pending{background:var(--bg-secondary, #f5f5f5)}.stat-value{font-size:1.96rem;font-weight:800}.stat-item.correct .stat-value{color:#15803d}.stat-item.incorrect .stat-value{color:#b91c1c}.stat-item.skipped .stat-value{color:#a16207}.stat-item.pending .stat-value{color:var(--text-secondary, #666)}.stat-label{font-size:.84rem;font-weight:600;color:var(--text-secondary, #666)}.results-score{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.75rem 1.25rem;background:var(--neo-purple, #c4b5fd);border-radius:16px;color:#1c1917;margin-bottom:1.5rem;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917);animation:scorePop .6s cubic-bezier(.34,1.56,.64,1) .2s backwards}@keyframes scorePop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.score-label{font-size:1.01rem;opacity:.85;font-weight:500}.score-value{font-size:2.8rem;font-weight:800;line-height:1}.score-percent{font-size:1.23rem;opacity:.9;font-weight:600}.home-button{width:100%;padding:1rem;background:var(--neo-blue, #93c5fd);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:12px;color:#1c1917;font-size:1.12rem;font-weight:700;cursor:pointer;box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917);transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.home-button:hover{background:#60a5fa;transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-lg, 8px 8px 0 #1c1917)}.home-button:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.variant-title{font-size:16px;font-weight:600;color:#1c1917;background:var(--neo-cyan, #a5f3fc);padding:6px 12px;border-radius:8px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.dark-theme .skeleton-line,.dark-theme .skeleton-pill,.dark-theme .skeleton-badge,.dark-theme .skeleton-context,.dark-theme .skeleton-option,.dark-theme .skeleton-btn{background:linear-gradient(90deg,#2a2a3e 25%,#3a3a4e,#2a2a3e 75%);background-size:200% 100%}.dark-theme .skeleton-card{background:#262320;border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .feedback-banner.correct{background:var(--neo-green, #86efac);color:#14532d;border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .feedback-banner.incorrect{background:var(--neo-red, #fca5a5);color:#7f1d1d;border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .exam-page .task-badge,[data-theme=dark] .task-badge{background:var(--neo-purple, #c4b5fd);color:#1c1917;border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .exam-page .task-question{color:var(--text-primary)}.dark-theme .exam-page .task-context{background:#262320;border-color:#57534e;border-left-color:#a78bfa}.dark-theme .context-toggle{color:#a78bfa}.dark-theme .context-toggle:hover{color:#c4b5fd}.dark-theme .exam-page .answer-option{background:#262320;border-color:#57534e;color:var(--text-primary);box-shadow:3px 3px #57534e}.dark-theme .exam-page .answer-option:hover:not(:disabled){background:#c4b5fd33;border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .exam-page .answer-option.selected{background:#93c5fd40;border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .exam-page .option-number{color:#a78bfa}.dark-theme .exam-page .answer-input input{background:#262320;border-color:#57534e;color:var(--text-primary);box-shadow:3px 3px #57534e}.dark-theme .exam-page .answer-input input:focus{border-color:#a78bfa;box-shadow:5px 5px #57534e}.dark-theme .skip-btn{background:var(--neo-yellow, #fde68a);border-color:#57534e;color:#78350f;box-shadow:3px 3px #57534e}.dark-theme .skip-btn:hover:not(:disabled){background:#fcd34d;border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .exam-page .nav-item{background:#262320;border-color:#57534e;color:var(--text-primary);box-shadow:3px 3px #57534e}.dark-theme .exam-page .nav-item.correct{background:var(--neo-green, #86efac);border-color:#57534e;color:#1c1917}.dark-theme .exam-page .nav-item.incorrect{background:var(--neo-red, #fca5a5);border-color:#57534e;color:#1c1917}.dark-theme .exam-page .nav-item.skipped{background:var(--neo-yellow, #fde68a);border-color:#57534e;color:#78350f}.dark-theme .exam-page .nav-item.current{background:var(--neo-purple, #c4b5fd);border-color:#57534e;color:#1c1917;box-shadow:3px 3px #57534e}.dark-theme .exam-page .nav-item:hover:not(:disabled){border-color:#a78bfa}.dark-theme .nav-prev{background:#262320;border-color:#57534e;color:var(--text-primary);box-shadow:3px 3px #57534e}.dark-theme .nav-prev:hover:not(:disabled){background:#302d28;box-shadow:5px 5px #57534e}.dark-theme .nav-next{background:var(--neo-blue, #93c5fd);border-color:#57534e;color:#1c1917;box-shadow:3px 3px #57534e}.dark-theme .nav-finish{background:var(--neo-green, #86efac);border-color:#57534e;color:#1c1917;box-shadow:3px 3px #57534e}.dark-theme .results-content{background:#262320;border-color:#57534e;box-shadow:8px 8px #57534e}.dark-theme .results-content h1{color:var(--text-primary)}.dark-theme .stat-item.correct{background:var(--neo-green, #86efac);border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .stat-item.incorrect{background:var(--neo-red, #fca5a5);border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .stat-item.skipped{background:var(--neo-yellow, #fde68a);border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .stat-item.pending{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .results-score{background:var(--neo-purple, #c4b5fd);border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .home-button{background:var(--neo-blue, #93c5fd);border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .task-unavailable{background:#262320;border-color:#57534e;color:var(--text-secondary);box-shadow:5px 5px #57534e}.dark-theme .exam-header,.dark-theme .exam-stats{background:#262320;border-bottom-color:#57534e}.dark-theme .task-navigation{background:#262320;border-top-color:#57534e}.dark-theme .task-card{background:#262320;border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .exit-button{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .timer,.dark-theme .variant-title{border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .limit-tariffs-btn{border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .limit-home-btn{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}@media(max-width:768px){.variant-title{max-width:min(180px,35vw);font-size:15px}.exam-page.results-state{padding:1rem}.results-content{padding:1.5rem}.score-value{font-size:2.46rem}}@media(max-width:480px){.nav-grid{grid-template-columns:repeat(6,1fr);gap:4px}.exam-page .nav-item{min-height:34px;max-height:38px;font-size:.81rem}.variant-title{max-width:min(140px,28vw);font-size:13px;padding:4px 8px}.exam-content{padding:.6rem;gap:.6rem}.task-card{padding:.9rem 1rem}.essay-input .essay-textarea{min-height:200px;font-size:17px}.essay-task .essay-source-text{max-height:200px;font-size:15px}.essay-actions{flex-direction:column}.essay-actions button{width:100%}.results-content{padding:1.25rem}.results-stats{gap:.5rem}.score-value{font-size:2.24rem}.limit-exhausted-content{padding:28px 20px}}@media(max-width:400px){.exam-header{padding:.5rem .75rem}.timer{padding:.35rem .6rem;font-size:.9rem}.nav-grid{grid-template-columns:repeat(5,1fr);gap:3px}.exam-page .nav-item{min-height:28px;max-height:32px;font-size:.73rem;border-radius:4px}.task-card{padding:.85rem 1rem}.task-question{font-size:1.01rem}.answer-option{padding:.6rem .75rem;font-size:.95rem}.exam-stats{gap:.6rem}.exam-stats .stat{font-size:.78rem}}.essay-task{display:flex;flex-direction:column;gap:16px}.essay-task h4{font-size:18px;font-weight:700;color:var(--text-primary, #1a1a2e);margin:0 0 8px}.essay-task .essay-source-text{max-height:300px;overflow-y:auto;padding:16px 18px;background:var(--neo-cyan, #a5f3fc);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:10px;font-size:17px;line-height:1.7;color:var(--text-primary, #1a1a2e);white-space:pre-wrap;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.essay-task .essay-source-text::-webkit-scrollbar{width:6px}.essay-task .essay-source-text::-webkit-scrollbar-thumb{background:#00000040;border-radius:3px}.essay-prompt{font-size:17px;line-height:1.65;color:var(--text-primary, #1a1a2e);font-weight:500;padding:12px 16px;background:var(--neo-purple, #c4b5fd);border-radius:8px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-left:4px solid #7C3AED;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.essay-input{display:flex;flex-direction:column;gap:8px}.essay-input .essay-textarea{width:100%;padding:16px 18px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:10px;font-size:17px;font-family:inherit;line-height:1.7;resize:vertical;min-height:280px;background:var(--bg-primary, #fff);color:var(--text-primary, #1a1a2e);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:border-color .15s,box-shadow .15s}.essay-input .essay-textarea:focus{outline:none;border-color:#7c3aed;box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.essay-word-count{display:flex;align-items:center;gap:8px;font-size:16px;color:var(--text-secondary, #888);font-weight:500}.saving-indicator{color:#f59e0b;font-size:13px;animation:pulse-text 1.5s infinite}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.5}}.essay-actions{display:flex;gap:10px;flex-wrap:wrap}.essay-actions button{padding:11px 22px;border-radius:10px;font-size:17px;font-weight:600;cursor:pointer;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);transition:all .15s}.essay-actions .btn-secondary{background:var(--bg-card, #fff);color:var(--text-secondary, #666)}.essay-actions .btn-secondary:hover{background:var(--bg-secondary, #f5f5f5);transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.essay-actions .btn-secondary:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.essay-actions .btn-primary{background:var(--neo-purple, #c4b5fd);color:#1c1917}.essay-actions .btn-primary:hover:not(:disabled){background:#a78bfa;transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.essay-actions .btn-primary:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.essay-actions .btn-primary:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .essay-task .essay-source-text{background:#a5f3fc26;border-color:#57534e;color:#f1f5f9;box-shadow:3px 3px #57534e}[data-theme=dark] .essay-task .essay-source-text h4,[data-theme=dark] .essay-task h4{color:#f9fafb}[data-theme=dark] .essay-prompt{background:#c4b5fd33;border-color:#57534e;border-left-color:#a78bfa;color:#f1f5f9;box-shadow:3px 3px #57534e}[data-theme=dark] .essay-input .essay-textarea{background:#262320;border-color:#57534e;color:#f1f5f9;box-shadow:3px 3px #57534e}[data-theme=dark] .essay-input .essay-textarea::placeholder{color:#ffffff59}[data-theme=dark] .essay-input .essay-textarea:focus{border-color:#a78bfa;box-shadow:5px 5px #57534e}[data-theme=dark] .essay-actions .btn-secondary{background:#262320;border-color:#57534e;color:#9ca3af;box-shadow:3px 3px #57534e}[data-theme=dark] .essay-actions .btn-secondary:hover{background:#302d28}[data-theme=dark] .essay-actions .btn-primary{background:var(--neo-purple, #c4b5fd);border-color:#57534e;box-shadow:3px 3px #57534e}[data-theme=dark] .essay-actions button{border-color:#57534e;box-shadow:3px 3px #57534e}.favorites-page{min-height:100vh;padding:20px 16px 100px;max-width:800px;margin:0 auto}.favorites-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.favorites-back-btn{background:#7c3aed14;border:1px solid rgba(124,58,237,.15);border-radius:12px;padding:8px;cursor:pointer;color:var(--text-primary, #1e1b4b);transition:all .2s ease;display:flex;align-items:center;justify-content:center}.favorites-back-btn:hover{background:#7c3aed26;transform:scale(1.05)}.favorites-title{font-size:1.5rem;font-weight:700;color:var(--text-primary, #1e1b4b);display:flex;align-items:center;gap:8px;flex:1}.favorites-title svg{color:#7c3aed}.favorites-count-badge{background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;font-size:.85rem;font-weight:700;padding:4px 12px;border-radius:20px;min-width:28px;text-align:center}.favorites-controls{margin-bottom:20px}.favorites-search{display:flex;align-items:center;gap:8px;background:#ffffffb3;border:1px solid rgba(124,58,237,.12);border-radius:14px;padding:10px 14px;margin-bottom:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .2s}.favorites-search:focus-within{border-color:#7c3aed66}.favorites-search svg{color:#a78bfa;flex-shrink:0}.favorites-search input{flex:1;border:none;background:transparent;font-size:.95rem;color:var(--text-primary, #1e1b4b);outline:none}.favorites-search input::placeholder{color:#a0a0b0}.favorites-filters{display:flex;gap:6px;flex-wrap:wrap}.filter-chip{padding:5px 12px;border-radius:20px;border:1px solid rgba(124,58,237,.15);background:#fff9;color:var(--text-secondary, #6b7280);font-size:.82rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-chip:hover{border-color:#7c3aed4d;background:#7c3aed0d}.filter-chip.active{background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;border-color:transparent}.favorites-empty{text-align:center;padding:60px 20px}.favorites-empty-icon{color:#c4b5fd;margin-bottom:16px;animation:floatStar 3s ease-in-out infinite}@keyframes floatStar{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(5deg)}}.favorites-empty h2{font-size:1.4rem;font-weight:700;color:var(--text-primary, #1e1b4b);margin-bottom:8px}.favorites-empty p{color:var(--text-secondary, #6b7280);font-size:.95rem;line-height:1.6;margin-bottom:24px}.favorites-explore-btn{background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;border:none;padding:12px 28px;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.favorites-explore-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed4d}.favorites-list{display:flex;flex-direction:column;gap:12px}.favorite-card{background:#ffffffb3;border:1px solid rgba(124,58,237,.1);border-radius:16px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .25s ease}.favorite-card:hover{border-color:#7c3aed40;box-shadow:0 4px 16px #7c3aed14}.favorite-card.expanded{border-color:#7c3aed4d;box-shadow:0 6px 24px #7c3aed1f}.favorite-card-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;transition:background .2s}.favorite-card-header:hover{background:#7c3aed08}.favorite-card-info{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.favorite-task-badge{background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;font-size:.78rem;font-weight:700;padding:3px 10px;border-radius:8px;white-space:nowrap}.favorite-task-title{font-weight:600;font-size:.92rem;color:var(--text-primary, #1e1b4b)}.favorite-difficulty{font-size:.72rem;padding:2px 8px;border-radius:6px;font-weight:600}.favorite-difficulty.easy{background:#6ee7b733;color:#059669}.favorite-difficulty.medium{background:#fde68a4d;color:#d97706}.favorite-difficulty.hard{background:#f9a8d440;color:#db2777}.favorite-card-actions{display:flex;align-items:center;gap:8px;color:#a0a0b0}.favorite-delete-btn{background:none;border:none;color:#a0a0b0;cursor:pointer;padding:6px;border-radius:8px;transition:all .2s;display:flex;align-items:center}.favorite-delete-btn:hover{color:#ef4444;background:#ef444414}.favorite-delete-btn:disabled{opacity:.5;cursor:not-allowed}.favorite-question{padding:0 16px 12px;font-size:.9rem;color:var(--text-secondary, #6b7280);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.favorite-card.expanded .favorite-question{-webkit-line-clamp:unset;overflow:visible}.favorite-details{padding:0 16px 16px;display:flex;flex-direction:column;gap:14px;animation:slideDown .25s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.favorite-context{background:#7c3aed0a;border-left:3px solid #a78bfa;padding:12px 14px;border-radius:0 10px 10px 0;font-size:.88rem;line-height:1.6}.favorite-context strong{display:block;margin-bottom:6px;color:#7c3aed;font-size:.82rem}.favorite-context p{color:var(--text-primary, #1e1b4b);margin:0;max-height:200px;overflow-y:auto}.favorite-options strong{display:block;margin-bottom:8px;color:#7c3aed;font-size:.82rem}.favorite-options-list{display:flex;flex-direction:column;gap:4px}.favorite-option-item{font-size:.88rem;padding:6px 10px;background:#fff9;border-radius:8px;color:var(--text-primary, #1e1b4b)}.favorite-option-item .option-num{font-weight:700;color:#7c3aed;margin-right:4px}.favorite-answer{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.favorite-answer strong{color:#7c3aed;font-size:.82rem}.correct-answer-value{background:linear-gradient(135deg,#6ee7b733,#6ee7b71a);border:1px solid rgba(16,185,129,.3);color:#059669;font-weight:700;padding:4px 14px;border-radius:8px;font-size:.95rem}.favorite-explanation{background:#fde68a1f;border-left:3px solid #fbbf24;padding:12px 14px;border-radius:0 10px 10px 0;font-size:.88rem;line-height:1.6}.favorite-explanation strong{display:block;margin-bottom:6px;color:#d97706;font-size:.82rem}.favorite-explanation p{margin:0;color:var(--text-primary, #1e1b4b)}.favorite-meta{display:flex;gap:16px;font-size:.78rem;color:var(--text-secondary, #9ca3af)}.favorites-loading{text-align:center;padding:40px 0}.favorites-skeleton{display:flex;flex-direction:column;gap:12px}.skeleton-card-fav{background:#ffffff80;border-radius:16px;padding:20px 16px;display:flex;flex-direction:column;gap:10px}.skeleton-card-fav .skeleton-line{height:14px;border-radius:6px;background:linear-gradient(90deg,#7c3aed0f 25%,#7c3aed1f,#7c3aed0f 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-card-fav .skeleton-short{width:30%}.skeleton-card-fav .skeleton-long{width:90%}.skeleton-card-fav .skeleton-medium{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.favorites-loading-text{margin-top:16px;color:var(--text-secondary, #9ca3af);font-size:.9rem}.favorite-btn{position:absolute;top:12px;right:12px;z-index:5;background:#fffc;border:1px solid rgba(124,58,237,.15);border-radius:10px;padding:7px;cursor:pointer;color:#a0a0b0;transition:all .25s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.favorite-btn:hover{color:#7c3aed;border-color:#7c3aed59;background:#7c3aed14;transform:scale(1.1)}.favorite-btn.active{color:#7c3aed;background:#7c3aed1f;border-color:#7c3aed4d}.favorite-btn.active:hover{color:#ef4444;border-color:#ef44444d;background:#ef444414}.favorite-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.dark .favorites-page{color:#e2e8f0}.dark .favorites-back-btn{background:#a78bfa1f;border-color:#a78bfa33;color:#e2e8f0}.dark .favorites-title{color:#e2e8f0}.dark .favorites-search{background:#1e1b4b80;border-color:#a78bfa26}.dark .favorites-search input{color:#e2e8f0}.dark .filter-chip{background:#1e1b4b66;border-color:#a78bfa33;color:#a0a0c0}.dark .filter-chip.active{background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff}.dark .favorite-card{background:#1e1b4b80;border-color:#a78bfa1f}.dark .favorite-card.expanded{border-color:#a78bfa40}.dark .favorite-task-title{color:#e2e8f0}.dark .favorite-question{color:#94a3b8}.dark .favorite-context{background:#a78bfa0f}.dark .favorite-context p{color:#cbd5e1}.dark .favorite-option-item{background:#1e1b4b66;color:#e2e8f0}.dark .favorite-explanation{background:#fbbf2414}.dark .favorite-explanation p{color:#cbd5e1}.dark .favorites-empty h2{color:#e2e8f0}.dark .favorites-empty p{color:#94a3b8}.dark .favorite-btn{background:#1e1b4b99;border-color:#a78bfa33;color:#94a3b8}.dark .favorite-btn:hover{color:#a78bfa;background:#a78bfa26}.dark .favorite-btn.active{color:#a78bfa;background:#a78bfa2e}.dark .skeleton-card-fav{background:#1e1b4b66}.dark .skeleton-card-fav .skeleton-line{background:linear-gradient(90deg,#a78bfa0f 25%,#a78bfa26,#a78bfa0f 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.task-result{min-height:100vh;background:var(--neo-cyan, #a5f3fc);display:flex;flex-direction:column}.result-header{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border-bottom:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917)}.result-header .header-icon{font-size:31px}.result-header .header-title{font-size:20px;font-weight:600;color:var(--neo-border-color, #1c1917);margin:0;line-height:1.3}.result-content{flex:1;padding:24px 20px;max-width:800px;width:100%;margin:0 auto}.result-card{background:#fff;border-radius:20px;padding:32px 24px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917);animation:fadeIn .4s ease-out}.result-status{text-align:center;margin-bottom:32px}.status-icon{width:100px;height:100px;margin:0 auto 16px}.result-status.correct .status-icon{color:#22c55e}.result-status.incorrect .status-icon{color:#ef4444}.checkmark,.cross{width:100%;height:100%}.checkmark.animated .checkmark-circle{stroke-dasharray:283;stroke-dashoffset:283;animation:circle-draw .6s ease-out forwards}.checkmark.animated .checkmark-check{stroke-dasharray:80;stroke-dashoffset:80;animation:check-draw .4s ease-out .4s forwards}@keyframes circle-draw{to{stroke-dashoffset:0}}@keyframes check-draw{to{stroke-dashoffset:0}}.cross.animated .cross-circle{stroke-dasharray:283;stroke-dashoffset:283;animation:circle-draw .6s ease-out forwards}.cross.animated .cross-x{stroke-dasharray:100;stroke-dashoffset:100;animation:x-draw .35s ease-out .45s forwards}@keyframes x-draw{to{stroke-dashoffset:0}}.checkmark.animated{animation:result-bounce .5s ease-out .8s}.cross.animated{animation:result-shake .4s ease-out .8s}@keyframes result-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes result-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.status-title{font-size:31px;font-weight:700;margin:0;animation:fadeInUp .4s ease-out .6s both}.status-subtitle{font-size:17px;color:#44403c;margin:6px 0 0;animation:fadeInUp .4s ease-out .8s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.result-status.correct .status-title{color:#065f46}.result-status.incorrect .status-title{color:#991b1b}.ai-explanation{background:var(--neo-blue, #bfdbfe);border-left:5px solid var(--neo-border-color, #1c1917);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-left-width:5px;border-radius:12px;padding:20px;margin-bottom:24px;animation:fadeIn .4s ease-out .5s both}.ai-explanation.explanation-correct{background:var(--neo-green, #bbf7d0)}.explanation-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.ai-icon{font-size:22px}.explanation-label{font-size:16px;font-weight:600;color:#7c3aed}.explanation-correct .explanation-label{color:#065f46}.explanation-text{font-size:17px;line-height:1.6;color:var(--neo-border-color, #1c1917);margin:0}.correct-answer-block,.user-answer-block{margin-bottom:20px}.block-title{font-size:16px;font-weight:600;color:#44403c;margin:0 0 8px}.answer-display{background:#fff;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:12px;padding:16px 20px;font-size:20px;font-weight:600;color:var(--neo-border-color, #1c1917)}.correct-answer-block .answer-display{border-color:var(--neo-border-color, #1c1917);background:var(--neo-green, #bbf7d0);color:#065f46}.user-answer-block .answer-display.incorrect-mark{border-color:var(--neo-border-color, #1c1917);background:var(--neo-red, #fecaca);color:#991b1b;text-decoration:line-through;text-decoration-thickness:2px}.answer-alternatives{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.answer-alt-item{display:flex;align-items:center;gap:8px}.answer-or-badge{font-size:12px;font-weight:700;color:#065f46;background:var(--neo-green, #bbf7d0);border:1.5px solid var(--neo-border-color, #1c1917);padding:3px 8px;border-radius:4px;text-transform:uppercase}.answer-alternatives .answer-display{border-color:var(--neo-border-color, #1c1917);background:var(--neo-green, #bbf7d0);color:#065f46}.score-block{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;background:var(--neo-yellow, #fef08a);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:12px;margin-bottom:32px;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.score-label{font-size:18px;font-weight:600;color:#44403c}.score-value{font-size:27px;font-weight:700}.score-value.correct{color:#065f46}.score-value.incorrect{color:#991b1b}.result-actions{display:flex;flex-direction:column;gap:12px}.next-task-button,.back-list-button{width:100%;padding:18px;border-radius:16px;font-size:18px;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .15s;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917)}.next-task-button{background:#7c3aed;color:#fff;box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.next-task-button:hover{transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-lg, 7px 7px 0 #1c1917)}.next-task-button:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.back-list-button{background:#fff;color:var(--neo-border-color, #1c1917);box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.back-list-button:hover{transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.back-list-button:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dark-theme .task-result{background:#262320}.dark-theme .result-header{background:#1c1917;border-color:#57534e}.dark-theme .result-header .header-title{color:#fafaf9}.dark-theme .result-card{background:#262320;border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .status-title{color:#fafaf9}.dark-theme .status-subtitle{color:#a8a29e}.dark-theme .result-status.correct .status-title{color:#6ee7b7}.dark-theme .result-status.incorrect .status-title{color:#fca5a5}.dark-theme .ai-explanation{background:#1e3a5f;border-color:#57534e}.dark-theme .ai-explanation.explanation-correct{background:#14532d;border-color:#57534e}.dark-theme .explanation-text{color:#fafaf9}.dark-theme .explanation-label{color:#a78bfa}.dark-theme .explanation-correct .explanation-label{color:#34d399}.dark-theme .block-title{color:#a8a29e}.dark-theme .answer-display{background:#44403c;border-color:#57534e;color:#fafaf9}.dark-theme .correct-answer-block .answer-display{background:#14532d;border-color:#57534e;color:#34d399}.dark-theme .user-answer-block .answer-display.incorrect-mark{background:#450a0a;border-color:#57534e;color:#f87171}.dark-theme .answer-alternatives .answer-display{background:#14532d;border-color:#57534e;color:#34d399}.dark-theme .answer-or-badge{color:#34d399;background:#14532d;border-color:#57534e}.dark-theme .score-block{background:#44403c;border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .score-label{color:#a8a29e}.dark-theme .score-value.correct{color:#6ee7b7}.dark-theme .score-value.incorrect{color:#fca5a5}.dark-theme .next-task-button{border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .back-list-button{background:#262320;border-color:#57534e;color:#fafaf9;box-shadow:3px 3px #57534e}.dark-theme .back-list-button:hover{box-shadow:5px 5px #57534e}@media(max-width:768px){.result-header .header-title{font-size:18px}.result-content{padding:20px 16px}.result-card{padding:24px 20px}.status-icon{width:80px;height:80px}.status-title{font-size:27px}.answer-display{font-size:18px;padding:14px 16px}.score-value{font-size:22px}}.task-solver{min-height:100vh;background:var(--neo-blue, #bfdbfe);display:flex;flex-direction:column}.task-header{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border-bottom:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);position:sticky;top:0;z-index:100}.task-header .back-button{all:unset;box-sizing:border-box;background:#fff;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);font-size:27px;color:var(--neo-border-color, #1c1917);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:transform .15s,box-shadow .15s;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.task-header .back-button:hover{transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.task-header .back-button:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.task-header .header-content{display:flex;align-items:center;gap:12px;flex:1}.task-header .header-icon{font-size:31px}.task-header .header-title{font-size:20px;font-weight:600;color:var(--neo-border-color, #1c1917);margin:0;line-height:1.3}.task-content{flex:1;padding:24px 20px;max-width:800px;width:100%;margin:0 auto}.solver-card{background:#fff;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:16px;padding:24px;display:flex;flex-direction:column;box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.task-badge{display:inline-block;align-self:flex-start;background:var(--neo-purple, #e9d5ff);color:#7c3aed;padding:8px 16px;border-radius:12px;font-size:15px;font-weight:600;margin-bottom:16px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:2px 2px 0 var(--neo-border-color, #1c1917)}.task-question{font-size:20px;font-weight:600;color:var(--neo-border-color, #1c1917);margin:0 0 16px;line-height:1.5}.task-question .highlight{color:#ef4444;font-weight:700}.task-context{background:var(--neo-yellow, #fef08a);border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-left-width:5px;padding:20px 24px;border-radius:12px;margin-bottom:24px;font-size:17px;line-height:1.7;color:var(--neo-border-color, #1c1917);white-space:pre-wrap;font-style:normal;position:relative;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.task-context:before{content:'"';font-size:51px;font-weight:700;color:var(--neo-border-color, #1c1917);opacity:.15;position:absolute;top:10px;left:10px;font-family:Georgia,serif}.answer-options{margin:20px 0;display:flex;flex-direction:column;gap:10px}.options-hint{font-size:15px;color:#44403c;margin:0 0 12px}.answer-option{display:block;width:100%;background:#fff;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:12px;padding:14px 18px;font-size:18px;font-weight:500;color:var(--neo-border-color, #1c1917);cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s;text-align:left;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.3px;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.answer-option:hover{transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917);background:var(--neo-purple, #e9d5ff)}.answer-option:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.answer-option.selected{background:#7c3aed;border-color:var(--neo-border-color, #1c1917);color:#fff;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.answer-option:disabled{opacity:.6;cursor:not-allowed}.option-number{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;background:var(--neo-yellow, #fef08a);color:var(--neo-border-color, #1c1917);border:1.5px solid var(--neo-border-color, #1c1917);border-radius:6px;font-size:15px;font-weight:700;margin-right:10px;padding:0 6px}.answer-option.selected .option-number{background:#fff3;border-color:#fff6;color:#fff}.answer-input{margin:20px 0}.answer-input label{display:block;font-size:15px;font-weight:600;color:var(--neo-border-color, #1c1917);margin-bottom:8px}.answer-input input{width:100%;padding:14px 16px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:12px;font-size:17px;color:var(--neo-border-color, #1c1917);background:#fff;transition:box-shadow .15s;box-sizing:border-box;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.answer-input input:focus{outline:none;border-color:#7c3aed;box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.answer-input input:disabled{opacity:.6;cursor:not-allowed}.quick-answer-btns{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.quick-answer-btn{padding:8px 18px;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:20px;background:#fff;color:var(--neo-border-color, #1c1917);font-size:16px;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.quick-answer-btn:hover:not(:disabled){transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917);background:var(--neo-purple, #e9d5ff)}.quick-answer-btn:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.quick-answer-btn.active{background:var(--neo-purple, #e9d5ff);color:#7c3aed;border-color:var(--neo-border-color, #1c1917)}.quick-answer-btn:disabled{opacity:.5;cursor:not-allowed}.check-button{width:100%;background:#7c3aed;color:#fff;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:12px;padding:16px;font-size:18px;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .15s;margin-top:20px;box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.check-button:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-lg, 7px 7px 0 #1c1917)}.check-button:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.check-button:disabled{opacity:.5;cursor:not-allowed}.task-loading,.task-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.spinner{width:48px;height:48px;border:4px solid var(--neo-border-color, #1c1917);border-top-color:#7c3aed;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.task-loading p,.task-error p{font-size:18px;color:#44403c;margin:0}.retry-button{background:#7c3aed;color:#fff;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:12px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;margin-top:16px;transition:transform .15s,box-shadow .15s;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.retry-button:hover{transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.retry-button:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.dark-theme .task-solver{background:#262320}.dark-theme .task-header{background:#1c1917;border-color:#57534e}.dark-theme .task-header .back-button{background:#44403c;border-color:#57534e;color:#fafaf9;box-shadow:3px 3px #57534e}.dark-theme .task-header .header-title{color:#fafaf9}.dark-theme .solver-card{background:#262320;border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .task-badge{background:#3b1c6e;border-color:#57534e;color:#a78bfa;box-shadow:2px 2px #57534e}.dark-theme .task-question{color:#fafaf9}.dark-theme .task-context{background:#44403c;border-color:#57534e;color:#fafaf9;box-shadow:3px 3px #57534e}.dark-theme .task-context:before{color:#a78bfa}.dark-theme .answer-option{background:#262320;border-color:#57534e;color:#fafaf9;box-shadow:3px 3px #57534e}.dark-theme .answer-option:hover{background:#44403c;box-shadow:5px 5px #57534e}.dark-theme .answer-option:active{box-shadow:1px 1px #57534e}.dark-theme .answer-option.selected{background:#7c3aed;box-shadow:3px 3px #57534e}.dark-theme .option-number{background:#44403c;border-color:#57534e;color:#a78bfa}.dark-theme .answer-input input{background:#1c1917;border-color:#57534e;color:#fafaf9;box-shadow:3px 3px #57534e}.dark-theme .answer-input input:focus{border-color:#a78bfa;box-shadow:5px 5px #57534e}.dark-theme .answer-input label{color:#fafaf9}.dark-theme .quick-answer-btn{background:#262320;border-color:#57534e;color:#fafaf9;box-shadow:3px 3px #57534e}.dark-theme .quick-answer-btn:hover:not(:disabled){background:#44403c;box-shadow:5px 5px #57534e}.dark-theme .quick-answer-btn.active{background:#3b1c6e;color:#a78bfa}.dark-theme .check-button{border-color:#57534e;box-shadow:5px 5px #57534e}.dark-theme .retry-button{border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .options-hint{color:#a8a29e}@media(max-width:768px){.task-header .header-title{font-size:18px}.task-content{padding:20px 16px}.solver-card{padding:20px}.task-question{font-size:20px}.answer-option{padding:16px;font-size:18px}}.express-page{min-height:100vh;background:var(--neo-yellow, #fef08a);display:flex;flex-direction:column}.express-header{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--neo-yellow, #fef08a);border-bottom:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);position:sticky;top:0;z-index:100}.express-header .back-button{all:unset;box-sizing:border-box;background:#fff;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);font-size:27px;color:var(--neo-border-color, #1c1917);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:transform .15s,box-shadow .15s;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.express-header .back-button:hover{transform:translate(-1px,-1px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917)}.express-header .back-button:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.express-header .header-content{display:flex;align-items:center;gap:12px;flex:1}.express-header .header-icon{font-size:31px}.express-header .header-title{font-size:22px;font-weight:600;color:var(--neo-border-color, #1c1917);margin:0}.express-content{flex:1;padding:24px 20px;max-width:800px;width:100%;margin:0 auto}.tasks-intro{margin-bottom:20px}.intro-title{font-size:25px;font-weight:700;color:var(--neo-border-color, #1c1917);margin:0 0 6px}.intro-text{font-size:16px;color:#44403c;margin:0;line-height:1.5}.tasks-list{display:flex;flex-direction:column;gap:6px}.express-page .task-card{all:unset;box-sizing:border-box;display:flex!important;flex-direction:row!important;align-items:center!important;gap:14px;padding:10px 14px;background:#fff;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);border-radius:10px;cursor:pointer;transition:transform .15s,box-shadow .15s;position:relative;overflow:visible;animation:expressCardIn .35s ease-out backwards;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917)}.express-page .task-card:nth-child(1){animation-delay:.03s}.express-page .task-card:nth-child(2){animation-delay:.06s}.express-page .task-card:nth-child(3){animation-delay:.09s}.express-page .task-card:nth-child(4){animation-delay:.12s}.express-page .task-card:nth-child(5){animation-delay:.15s}.express-page .task-card:nth-child(6){animation-delay:.18s}.express-page .task-card:nth-child(7){animation-delay:.21s}.express-page .task-card:nth-child(8){animation-delay:.24s}.express-page .task-card:nth-child(9){animation-delay:.27s}.express-page .task-card:nth-child(10){animation-delay:.3s}.express-page .task-card:nth-child(11){animation-delay:.33s}.express-page .task-card:nth-child(12){animation-delay:.36s}.express-page .task-card:nth-child(13){animation-delay:.39s}.express-page .task-card:nth-child(14){animation-delay:.42s}.express-page .task-card:nth-child(15){animation-delay:.45s}.express-page .task-card:nth-child(16){animation-delay:.48s}.express-page .task-card:nth-child(17){animation-delay:.51s}.express-page .task-card:nth-child(18){animation-delay:.54s}.express-page .task-card:nth-child(19){animation-delay:.57s}.express-page .task-card:nth-child(20){animation-delay:.6s}.express-page .task-card:nth-child(21){animation-delay:.63s}.express-page .task-card:nth-child(22){animation-delay:.66s}.express-page .task-card:nth-child(23){animation-delay:.69s}.express-page .task-card:nth-child(24){animation-delay:.72s}.express-page .task-card:nth-child(25){animation-delay:.75s}.express-page .task-card:nth-child(26){animation-delay:.78s}.express-page .task-card:nth-child(27){animation-delay:.81s}@keyframes expressCardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.express-page .task-card:hover{transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-md, 5px 5px 0 #1c1917);background:var(--neo-purple, #e9d5ff)}.express-page .task-card:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--neo-border-color, #1c1917)}.express-page .task-card:hover .task-content,.express-page .task-card:hover .task-header,.express-page .task-card:hover .task-title,.express-page .task-card:hover .task-description{background:transparent!important}.express-page .task-card.progress-good{border-left:5px solid #22c55e}.express-page .task-card.progress-medium{border-left:5px solid #f59e0b}.express-page .task-card.progress-weak{border-left:5px solid #ef4444}.express-page .task-card.locked{opacity:.45;cursor:not-allowed}.express-page .task-card.locked:hover{transform:none;box-shadow:var(--neo-shadow-sm, 3px 3px 0 #1c1917);background:#fff}.express-page .task-number{background:#7c3aed;color:#fff;width:36px;height:36px;min-width:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;flex-shrink:0;border:var(--neo-border-width, 2.5px) solid var(--neo-border-color, #1c1917);box-shadow:2px 2px 0 var(--neo-border-color, #1c1917);transition:transform .15s,box-shadow .15s}.express-page .task-card:hover .task-number{transform:scale(1.08);box-shadow:3px 3px 0 var(--neo-border-color, #1c1917)}.express-page .task-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.express-page .task-header{display:flex;align-items:center;gap:6px}.lock-icon{font-size:12px}.express-page .task-title{font-size:16px;font-weight:600;color:var(--neo-border-color, #1c1917);margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.express-page .task-description{font-size:13px;color:#44403c;margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.express-page .task-arrow{font-size:20px;color:#78716c;flex-shrink:0;transition:transform .15s,color .15s;opacity:.5}.express-page .task-card:hover .task-arrow{transform:translate(3px);color:#7c3aed;opacity:1}.task-progress{display:flex;align-items:center;gap:6px;margin-top:3px}.task-progress-bar{flex:1;height:3px;background:var(--neo-border-color, #1c1917);border-radius:2px;overflow:hidden;max-width:100px}.task-progress-fill{height:100%;border-radius:2px;transition:width .15s ease}.progress-good .task-progress-fill{background:#22c55e}.progress-medium .task-progress-fill{background:#f59e0b}.progress-weak .task-progress-fill{background:#ef4444}.task-progress-text{font-size:11px;font-weight:600;color:#44403c;white-space:nowrap}@media(max-width:768px){.express-header .header-title{font-size:20px}.intro-title{font-size:22px}.express-page .task-card{padding:8px 12px;gap:10px}.express-page .task-number{width:32px;height:32px;min-width:32px;font-size:15px;border-radius:8px}.express-page .task-title{font-size:15px}.express-page .task-description{font-size:12px}}.dark-theme .express-page{background:#262320}.dark-theme .express-header{background:#262320;border-bottom-color:#57534e}.dark-theme .express-header .back-button{background:#44403c;border-color:#57534e;color:#fafaf9;box-shadow:3px 3px #57534e}.dark-theme .express-header .header-title{color:#fafaf9}.dark-theme .express-page .task-card{background:#262320;border-color:#57534e;box-shadow:3px 3px #57534e}.dark-theme .express-page .task-card:hover{border-color:#57534e;background:#44403c;box-shadow:5px 5px #57534e}.dark-theme .express-page .task-card:active{box-shadow:1px 1px #57534e}.dark-theme .express-page .task-card.locked:hover{border-color:#57534e;background:#262320;box-shadow:3px 3px #57534e}.dark-theme .express-page .task-number{border-color:#57534e;box-shadow:2px 2px #57534e}.dark-theme .express-page .task-title{color:#fafaf9}.dark-theme .express-page .task-description{color:#a8a29e}.dark-theme .express-page .task-arrow{color:#78716c}.dark-theme .express-page .task-card:hover .task-arrow{color:#a78bfa}.dark-theme .task-progress-bar{background:#57534e}.dark-theme .intro-text,.dark-theme .task-progress-text{color:#a8a29e}:root{--bg-primary: #fffbf0;--bg-secondary: #fff7e6;--bg-tertiary: #fff3d6;--text-primary: #1c1917;--text-secondary: #78716c;--text-tertiary: #a8a29e;--border-light: #1c1917;--border-medium: #1c1917;--border-primary: #1c1917;--border-color: #1c1917;--gradient-start: #7c3aed;--gradient-end: #3b82f6;--card-bg: #ffffff;--card-hover: #fff7e6;--shadow-sm: rgba(0, 0, 0, .05);--shadow-md: rgba(0, 0, 0, .1);--shadow-lg: rgba(0, 0, 0, .15);--overlay-bg: rgba(0, 0, 0, .7);--input-bg: #ffffff;--input-border: #1c1917;--purple-light: rgba(124, 58, 237, .1);--purple-medium: rgba(124, 58, 237, .15);--primary: #7c3aed;--primary-dark: #6d28d9;--success: #10b981;--error: #ef4444;--warning: #f59e0b;--info: #3b82f6;--background-primary: #fffbf0;--background-secondary: #fff7e6;--surface-primary: #ffffff;--bg-card: #ffffff;--primary-color: #7c3aed;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 20px;--radius-full: 9999px;--neo-border-width: 2.5px;--neo-border-color: #1c1917;--neo-shadow-sm: 3px 3px 0 #1c1917;--neo-shadow-md: 5px 5px 0 #1c1917;--neo-shadow-lg: 7px 7px 0 #1c1917;--shadow-card: 3px 3px 0 #1c1917;--shadow-card-hover: 5px 5px 0 #1c1917;--shadow-nav: 0 -2px 0 #1c1917;--neo-yellow: #fde68a;--neo-pink: #fbcfe8;--neo-blue: #bfdbfe;--neo-green: #a7f3d0;--neo-purple: #c084fc;--neo-orange: #fed7aa;--neo-red: #fca5a5;--neo-cyan: #a5f3fc}.dark-theme{--bg-primary: #1a1816;--bg-secondary: #262320;--bg-tertiary: #33302b;--text-primary: #f5f0e8;--text-secondary: #a8a29e;--text-tertiary: #78716c;--border-light: #57534e;--border-medium: #57534e;--border-primary: #57534e;--border-color: #57534e;--gradient-start: #7c3aed;--gradient-end: #3b82f6;--card-bg: #262320;--card-hover: #33302b;--shadow-sm: rgba(0, 0, 0, .3);--shadow-md: rgba(0, 0, 0, .5);--shadow-lg: rgba(0, 0, 0, .7);--overlay-bg: rgba(0, 0, 0, .85);--input-bg: #262320;--input-border: #57534e;--purple-light: rgba(124, 58, 237, .2);--purple-medium: rgba(124, 58, 237, .3);--primary: #7c3aed;--primary-dark: #6d28d9;--success: #10b981;--error: #ef4444;--warning: #f59e0b;--info: #3b82f6;--background-primary: #1a1816;--background-secondary: #262320;--surface-primary: #262320;--bg-card: #262320;--primary-color: #7c3aed;--neo-border-color: #57534e;--neo-shadow-sm: 3px 3px 0 #57534e;--neo-shadow-md: 5px 5px 0 #57534e;--neo-shadow-lg: 7px 7px 0 #57534e;--shadow-card: 3px 3px 0 #57534e;--shadow-card-hover: 5px 5px 0 #57534e;--shadow-nav: 0 -2px 0 #57534e}body,.home-content,.profile-content,.auth-container,.mode-card,.additional-item,.task-item-compact,.modal-content,.toast,.setting-item,.profile-card{transition:background-color .15s ease,color .15s ease,border-color .15s ease}@media(max-width:480px){:root{--neo-border-width: 2px;--neo-shadow-sm: 2px 2px 0 #1c1917;--neo-shadow-md: 3px 3px 0 #1c1917;--neo-shadow-lg: 5px 5px 0 #1c1917;--shadow-card: 2px 2px 0 #1c1917;--shadow-card-hover: 3px 3px 0 #1c1917}.dark-theme{--neo-shadow-sm: 2px 2px 0 #57534e;--neo-shadow-md: 3px 3px 0 #57534e;--neo-shadow-lg: 5px 5px 0 #57534e;--shadow-card: 2px 2px 0 #57534e;--shadow-card-hover: 3px 3px 0 #57534e}}.dark-theme .home-content,.dark-theme .profile-content,.dark-theme .teacher-content,.dark-theme .constructor-content{background:var(--bg-primary)}.dark-theme .mode-card{background:var(--card-bg);border:var(--neo-border-width) solid var(--neo-border-color);box-shadow:var(--neo-shadow-md)}.dark-theme .mode-card:hover{box-shadow:var(--neo-shadow-sm);transform:translate(2px,2px)}.dark-theme .project-title{color:#fff}.dark-theme .section-title{color:#f5f0e8}.dark-theme .mode-title{color:var(--text-primary)}.dark-theme .mode-subtitle{color:var(--text-secondary)}.dark-theme .mode-icon{background:#33302b;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .additional-item{background:var(--card-bg);border:var(--neo-border-width) solid var(--neo-border-color);box-shadow:var(--neo-shadow-sm)}.dark-theme .additional-item:hover{box-shadow:none;transform:translate(3px,3px)}.dark-theme .additional-text{color:#f5f0e8}.dark-theme .additional-arrow{color:#a8a29e}.dark-theme .additional-icon{background:#33302b;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .home-header,.dark-theme .profile-header{background:var(--bg-secondary);border-bottom:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .bottom-nav{background:var(--bg-secondary);border-top:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .nav-item{color:#a8a29e}.dark-theme .nav-item.active{color:#7c3aed}.dark-theme .constructor-section{background:var(--card-bg);border:var(--neo-border-width) solid var(--neo-border-color);box-shadow:var(--neo-shadow-md)}.dark-theme .task-category-compact{background:var(--card-bg);border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .category-title-compact{color:#a78bfa}.dark-theme .task-item-compact{background:#33302b;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .task-item-compact:hover{background:var(--card-bg);box-shadow:var(--neo-shadow-sm)}.dark-theme .task-title-compact,.dark-theme .counter-value-compact,.dark-theme .constructor-title-compact{color:#f5f0e8}.dark-theme .modal-content{background:var(--bg-secondary);border:var(--neo-border-width) solid var(--neo-border-color);box-shadow:var(--neo-shadow-md)}.dark-theme .modal-content h2{color:#f5f0e8}.dark-theme .modal-content p{color:#a8a29e}.dark-theme .modal-btn.secondary{background:var(--card-bg);color:#f5f0e8;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .modal-btn.secondary:hover{background:#33302b}.dark-theme .auth-container{background:var(--bg-secondary);border:var(--neo-border-width) solid var(--neo-border-color);box-shadow:var(--neo-shadow-md)}.dark-theme .logo-icon{background:#33302b;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .tab{color:#a8a29e}.dark-theme .tab.active{background:var(--card-bg);color:#f5f0e8;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .input-field{background:#33302b;color:#f5f0e8;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .input-field:focus{background:#33302b;border-color:#7c3aed}.dark-theme .input-field::placeholder{color:#a8a29e}.dark-theme .role-button{background:#33302b;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .role-button:hover{background:var(--card-bg);box-shadow:var(--neo-shadow-sm)}.dark-theme .role-button.active{background:var(--card-bg);border-color:#7c3aed;box-shadow:var(--neo-shadow-sm)}.dark-theme .profile-card{background:var(--card-bg);border:var(--neo-border-width) solid var(--neo-border-color);box-shadow:var(--neo-shadow-md)}.dark-theme .user-name{color:#f5f0e8}.dark-theme .user-role{background:#33302b;color:#a8a29e;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .stat-item{background:var(--card-bg);border:var(--neo-border-width) solid var(--neo-border-color);box-shadow:var(--neo-shadow-sm)}.dark-theme .stat-item:hover{border-color:#7c3aed;box-shadow:var(--neo-shadow-md)}.dark-theme .stat-label{color:#a8a29e}.dark-theme .setting-item{background:var(--card-bg);border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .setting-item:hover{background:#33302b;box-shadow:var(--neo-shadow-sm)}.dark-theme .setting-text{color:#f5f0e8}.dark-theme .setting-value{color:#a8a29e}.dark-theme .setting-icon{background:#33302b;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .logout-button{background:var(--card-bg);border:var(--neo-border-width) solid #EF4444;box-shadow:3px 3px #ef4444}.dark-theme .logout-button:hover{background:#ef4444;box-shadow:none;transform:translate(3px,3px)}.dark-theme .profile-header .back-button,.dark-theme .constructor-header .back-button,.dark-theme .teacher-header .back-button{background:#33302b;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .profile-header .back-button:hover,.dark-theme .constructor-header .back-button:hover,.dark-theme .teacher-header .back-button:hover{background:var(--card-bg);box-shadow:var(--neo-shadow-sm)}.dark-theme .toast{background:var(--bg-primary);border:var(--neo-border-width) solid var(--neo-border-color);box-shadow:var(--neo-shadow-md)}.dark-theme .toast-message{color:#f5f0e8}.dark-theme .toast-close{background:#33302b;color:#a8a29e;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .toast-close:hover{background:var(--card-bg);color:#f5f0e8}.dark-theme .constructor-tasks-compact::-webkit-scrollbar-track{background:var(--bg-primary)}.dark-theme .constructor-tasks-compact::-webkit-scrollbar-thumb{background:#7c3aed;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .constructor-tasks-compact::-webkit-scrollbar-thumb:hover{background:#6d28d9}.dark-theme .skeleton{background:#33302b;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .start-button-compact:disabled{background:#33302b;border:var(--neo-border-width) solid var(--neo-border-color);opacity:.6}.dark-theme .counter-button-compact:disabled{border-color:var(--neo-border-color);color:#57534e}.dark-theme .counter-button-compact:disabled:hover{background:transparent;color:#57534e}.dark-theme .profile-icon{background:var(--card-bg);border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .toggle-switch{background:#33302b;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .toggle-switch.active{background:#7c3aed;border-color:var(--neo-border-color)}.dark-theme .toggle-knob{background:#f5f0e8}.dark-theme .training-variants-section{background:var(--card-bg);border:var(--neo-border-width) solid var(--neo-border-color);box-shadow:var(--neo-shadow-md)}.dark-theme .variants-title{color:#f5f0e8}.dark-theme .variants-badge{background:#33302b;color:#c4b5fd;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .variants-history-btn{background:#33302b;color:#a8a29e;border:var(--neo-border-width) solid var(--neo-border-color);box-shadow:var(--neo-shadow-sm)}.dark-theme .variants-history-btn:hover{background:var(--card-bg);color:#f5f0e8;box-shadow:none;transform:translate(3px,3px)}.dark-theme .variants-description{color:#a8a29e}.dark-theme .variant-btn{background:#33302b;color:#f5f0e8;border:var(--neo-border-width) solid var(--neo-border-color);box-shadow:var(--neo-shadow-sm)}.dark-theme .variant-btn:hover{background:#7c3aed;border-color:#7c3aed;color:#fff;box-shadow:none;transform:translate(3px,3px)}.dark-theme .personal-variant-btn{background:#33302b;border:var(--neo-border-width) solid #7C3AED;color:#c4b5fd;box-shadow:3px 3px #7c3aed}.dark-theme .personal-variant-btn:hover{background:var(--card-bg);border-color:#7c3aed;box-shadow:none;transform:translate(3px,3px)}.dark-theme .help-icon{background:#33302b;color:#c4b5fd;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .exam-page.results-state{background:var(--bg-secondary)}.dark-theme .stat-item.correct{background:#1a2e1a;border:var(--neo-border-width) solid #22c55e}.dark-theme .stat-item.incorrect{background:#2e1a1a;border:var(--neo-border-width) solid #ef4444}.dark-theme .stat-item.skipped{background:#2e2a1a;border:var(--neo-border-width) solid #fbbf24}.dark-theme .start-button-container{background:var(--card-bg);border-top:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .selection-info{background:#33302b;border:var(--neo-border-width) solid var(--neo-border-color)}.dark-theme .invite-code-section{background:var(--card-bg);border:var(--neo-border-width) solid #7C3AED;box-shadow:var(--neo-shadow-md)}.dark-theme .training-variants-section{background:var(--card-bg);border:var(--neo-border-width) solid var(--neo-border-color)}.style-aurora{--bg-primary: #fdfcff;--bg-secondary: #f9f7ff;--bg-tertiary: #f4f1ff;--text-primary: #1e1b4b;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--border-light: rgba(168, 120, 230, .18);--border-medium: rgba(168, 120, 230, .22);--border-primary: rgba(168, 120, 230, .18);--border-color: rgba(168, 120, 230, .18);--card-bg: rgba(255, 255, 255, .55);--card-hover: rgba(255, 255, 255, .7);--primary: #7c3aed;--primary-dark: #6d28d9;--background-primary: #fdfcff;--background-secondary: #f9f7ff;--surface-primary: rgba(255, 255, 255, .6);--bg-card: rgba(255, 255, 255, .6);--input-bg: rgba(255, 255, 255, .65);--input-border: rgba(168, 120, 230, .2);--purple-light: rgba(124, 58, 237, .08);--purple-medium: rgba(124, 58, 237, .12);--neo-border-width: 1px;--neo-border-color: rgba(168, 120, 230, .18);--neo-shadow-sm: 0 2px 10px rgba(140, 90, 230, .14);--neo-shadow-md: 0 4px 20px rgba(140, 90, 230, .2);--neo-shadow-lg: 0 8px 36px rgba(140, 90, 230, .25);--shadow-card: 0 2px 10px rgba(140, 90, 230, .14);--shadow-card-hover: 0 6px 28px rgba(140, 90, 230, .22);--shadow-nav: 0 -1px 12px rgba(140, 90, 230, .12);--neo-yellow: #fde68a;--neo-pink: #f9a8d4;--neo-blue: #93c5fd;--neo-green: #6ee7b7;--neo-purple: #c4b5fd;--neo-orange: #fdba74;--neo-red: #fca5a5;--neo-cyan: #67e8f9;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 22px;--radius-2xl: 28px}.style-aurora body{background:radial-gradient(ellipse at 15% 10%,rgba(150,100,245,.16) 0%,transparent 50%),radial-gradient(ellipse at 85% 30%,rgba(240,100,175,.12) 0%,transparent 50%),radial-gradient(ellipse at 50% 80%,rgba(50,180,250,.1) 0%,transparent 50%),#fdfcff;background-attachment:fixed}.style-aurora .mode-card,.style-aurora .additional-item,.style-aurora .constructor-section,.style-aurora .training-variants-section,.style-aurora .deck-card,.style-aurora .practice-card,.style-aurora .stat-item,.style-aurora .setting-item,.style-aurora .profile-card,.style-aurora .modal-content,.style-aurora .toast,.style-aurora .my-class-item,.style-aurora .pro-section,.style-aurora .goals-section,.style-aurora .ai-section{background:#ffffff8c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 12px #8c5ae61f}.style-aurora .mode-card:hover,.style-aurora .additional-item:hover,.style-aurora .deck-card:hover,.style-aurora .stat-item:hover,.style-aurora .setting-item:hover,.style-aurora .my-class-item:hover{background:#ffffffb3;box-shadow:0 4px 24px #8c5ae62e;transform:translateY(-2px);border-color:#8c5ae638}.style-aurora .mode-card:active,.style-aurora .additional-item:active,.style-aurora .stat-item:active{transform:translateY(0);box-shadow:0 2px 8px #8c5ae624}.style-aurora .home-header,.style-aurora .profile-header,.style-aurora .quiz-header,.style-aurora .chat-header,.style-aurora .exam-header{background:#fefeffb8;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(168,130,220,.07)}.style-aurora .bottom-nav{background:#fefeffbf;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid rgba(140,90,230,.14);box-shadow:none}.style-aurora .submit-button,.style-aurora .start-btn,.style-aurora .start-button-compact,.style-aurora .pro-activate-button,.style-aurora .join-class-button,.style-aurora .btn-primary{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;box-shadow:0 4px 16px #8c50eb4d;font-weight:600}.style-aurora .submit-button:hover,.style-aurora .start-btn:hover,.style-aurora .start-button-compact:hover,.style-aurora .pro-activate-button:hover,.style-aurora .join-class-button:hover,.style-aurora .btn-primary:hover:not(:disabled){box-shadow:0 6px 24px #8c50eb61;transform:translateY(-2px)}.style-aurora .submit-button:active,.style-aurora .start-btn:active,.style-aurora .start-button-compact:active,.style-aurora .btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #8c50eb40}.style-aurora .btn-secondary,.style-aurora .modal-btn.secondary{background:#fff9;border:1px solid rgba(140,90,230,.22);box-shadow:none;color:var(--text-primary)}.style-aurora .btn-secondary:hover,.style-aurora .modal-btn.secondary:hover{background:#ffffffd9;transform:translateY(-1px);box-shadow:0 2px 8px #8c5ae624}.style-aurora .mode-icon,.style-aurora .additional-icon,.style-aurora .setting-icon{background:linear-gradient(135deg,#f0edfe,#fdf0f6);border:1px solid rgba(168,130,220,.11);box-shadow:none;color:#7c3aed}.style-aurora .profile-card{background:linear-gradient(135deg,#f0edfe80,#fdf0f780);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #a882dc12}.style-aurora .avatar-circle{background:linear-gradient(135deg,#a855f7,#f472b6);border:2px solid rgba(255,255,255,.8);box-shadow:0 4px 16px #8c5ae638;color:#fff}.style-aurora .user-role{background:#fff9;border:1px solid rgba(168,130,220,.11);color:#7c3aed}.style-aurora .input-field,.style-aurora .invite-code-input,.style-aurora .goal-input,.style-aurora input[type=text],.style-aurora input[type=number],.style-aurora textarea,.style-aurora select{background:#fff9;border:1px solid rgba(140,90,230,.22);box-shadow:none;color:var(--text-primary)}.style-aurora .input-field:focus,.style-aurora .invite-code-input:focus,.style-aurora .goal-input:focus,.style-aurora input[type=text]:focus,.style-aurora input[type=number]:focus,.style-aurora textarea:focus,.style-aurora select:focus{border-color:#7c3aed66;box-shadow:0 0 0 4px #7c3aed14,0 2px 8px #a882dc12;background:#ffffffd9}.style-aurora .chat-bubble.user{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;box-shadow:0 2px 12px #8c50eb40}.style-aurora .chat-bubble.assistant{background:#ffffff8c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 8px #8c5ae61f;color:var(--text-primary)}.style-aurora .chat-input-wrap{background:#fefeffcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(140,90,230,.14)}.style-aurora .chat-input{background:#ffffffb3;border:1px solid rgba(168,130,220,.11);box-shadow:none}.style-aurora .chat-send-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;box-shadow:0 2px 8px #8c50eb40}.style-aurora .variant-btn{background:#ffffff80;border:1px solid rgba(140,90,230,.18);box-shadow:none}.style-aurora .variant-btn:hover{background:linear-gradient(135deg,#f0edfe,#fdf0f6);border-color:#7c3aed4d;transform:translateY(-1px);box-shadow:0 2px 8px #8c5ae62e}.style-aurora .tab{background:#ffffff80;border:1px solid rgba(140,90,230,.12);box-shadow:none;color:var(--text-secondary);font-weight:600;transition:all .2s ease}.style-aurora .tab:hover{background:#ffffffa6;border-color:#8c5ae633}.style-aurora .tab.active{background:linear-gradient(135deg,#a855f71f,#ec489914);border-color:#a855f740;box-shadow:0 2px 12px #a855f71a;color:#7c3aed;font-weight:700}.style-aurora .toggle-switch,.style-aurora .theme-toggle-switch{border:1px solid rgba(140,90,230,.22);box-shadow:none}.style-aurora .toggle-switch.active,.style-aurora .theme-toggle-switch.active{background:linear-gradient(135deg,#a855f7,#ec4899);border-color:transparent}.style-aurora .toggle-knob,.style-aurora .theme-toggle-knob{border:1px solid rgba(168,130,220,.11);box-shadow:0 1px 4px #0000001a}.style-aurora .toast{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #8c5ae62e}.style-aurora .modal-content{background:#ffffffd9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 40px #a882dc1c}.style-aurora .months-modal{background:#ffffffe6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 40px #a882dc1c}@keyframes authSymbolFloat{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) rotate(360deg);opacity:0}}.auth-floating-symbols{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;overflow:visible}.auth-floating-symbol{position:absolute;bottom:-50px;color:#fff9;font-family:Inter,Georgia,serif;font-weight:700;font-size:18px!important;animation:authSymbolFloat 18s linear infinite;-webkit-user-select:none;user-select:none;will-change:transform}.style-aurora .auth-floating-symbol{color:#c8b4ff80!important;font-size:20px!important;text-shadow:0 0 15px rgba(168,85,247,.5)}@keyframes auroraAuthBg{0%,to{background-position:0% 50%}25%{background-position:50% 0%}50%{background-position:100% 50%}75%{background-position:50% 100%}}@keyframes auroraFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,15px) scale(.95)}}.style-aurora .gradient-background{background:radial-gradient(ellipse 600px 600px at 20% 20%,rgba(168,85,247,.35) 0%,transparent 70%),radial-gradient(ellipse 500px 500px at 80% 30%,rgba(236,72,153,.28) 0%,transparent 70%),radial-gradient(ellipse 400px 400px at 50% 85%,rgba(56,189,248,.22) 0%,transparent 70%),radial-gradient(ellipse 300px 300px at 70% 70%,rgba(139,92,246,.2) 0%,transparent 70%),linear-gradient(135deg,#0f0a2e,#1a1145 30%,#1e1b4b,#1a1040 70%,#0d0825);background-size:200% 200%;animation:auroraAuthBg 15s ease-in-out infinite;position:relative;overflow:hidden}.style-aurora .gradient-background:before,.style-aurora .gradient-background:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;animation:auroraFloat 12s ease-in-out infinite}.style-aurora .gradient-background:before{width:400px;height:400px;top:-10%;left:-5%;background:#a855f740;animation-duration:14s}.style-aurora .gradient-background:after{width:350px;height:350px;bottom:-10%;right:-5%;background:#ec489933;animation-duration:18s;animation-direction:reverse}.style-aurora .auth-container{background:#ffffff14;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0000004d,0 0 0 1px #a855f71a,inset 0 1px #ffffff1a;position:relative;z-index:1}.style-aurora .auth-container:before{content:"";position:absolute;inset:-1px;border-radius:21px;background:linear-gradient(135deg,#a855f766,#ec48994d,#38bdf84d,#a855f766);z-index:-1;opacity:.5;filter:blur(1px)}.style-aurora .auth-container .logo-title{color:#fff;text-shadow:0 0 40px rgba(168,85,247,.3)}.style-aurora .auth-container .logo-subtitle{color:#c8bee6cc}.style-aurora .auth-container .logo-icon{background:linear-gradient(135deg,#a855f7,#ec4899);border:1px solid rgba(255,255,255,.25);box-shadow:0 4px 20px #a855f766,0 0 40px #a855f726}.style-aurora .auth-container .input-field{background:#ffffff12;border:1px solid rgba(255,255,255,.15);color:#fff;box-shadow:none}.style-aurora .auth-container .input-field::placeholder{color:#c8bee680}.style-aurora .auth-container .input-field:focus{background:#ffffff1f;border-color:#a855f780;box-shadow:0 0 0 3px #a855f726,0 0 20px #a855f71a}.style-aurora .auth-container .input-icon{color:#c8bee699}.style-aurora .auth-container .toggle-password{color:#c8bee680}.style-aurora .auth-container .tab{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#c8bee699;box-shadow:none;font-size:16px;font-weight:600;padding:12px 16px;border-radius:12px;transition:all .2s ease}.style-aurora .auth-container .tab:hover{background:#ffffff1a;border-color:#fff3;color:#ffffffd9}.style-aurora .auth-container .tab.active{background:linear-gradient(135deg,#a855f759,#ec489940);border-color:#a855f773;color:#fff;font-weight:700;box-shadow:0 0 24px #a855f733,inset 0 1px #ffffff1a}.style-aurora .auth-container .tab:active{transform:scale(.98);box-shadow:none}.style-aurora .auth-container .role-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#c8bee6cc;box-shadow:none}.style-aurora .auth-container .role-button:hover{background:#ffffff14;border-color:#a855f74d}.style-aurora .auth-container .role-button.active{background:linear-gradient(135deg,#a855f740,#ec489926);border-color:#a855f780;box-shadow:0 0 20px #a855f71f}.style-aurora .auth-container .role-label{color:#dcd7f0e6}.style-aurora .auth-container .submit-button{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;font-weight:700;box-shadow:0 4px 20px #a855f759,0 0 40px #a855f71a;transition:all .2s ease}.style-aurora .auth-container .submit-button:hover{box-shadow:0 6px 28px #a855f780,0 0 60px #a855f726;transform:translateY(-2px)}.style-aurora .auth-container .submit-button:active{transform:translateY(0);box-shadow:0 2px 12px #a855f74d}.style-aurora .auth-container .error-message{background:#ef444426;border:1px solid rgba(239,68,68,.25);color:#fca5a5;box-shadow:none}.style-aurora .auth-container .forgot-password a{color:#c4b5fdcc}.style-aurora .auth-container .forgot-password a:hover{color:#c4b5fd;text-shadow:0 0 12px rgba(168,85,247,.3)}.style-aurora .auth-container .terms{color:#c8bee666}.style-aurora .auth-container .terms a{color:#c4b5fdb3}.style-aurora .auth-container .terms a:hover{color:#c4b5fd}.style-aurora .logout-button{background:#fee2e299;border:1px solid rgba(239,68,68,.2);box-shadow:0 2px 8px #ef444414;color:#dc2626}.style-aurora .logout-button:hover{background:#ef4444;color:#fff;box-shadow:0 4px 16px #ef444433}.style-aurora .setting-item{border-bottom:1px solid rgba(140,90,230,.14);background:transparent}.style-aurora .setting-item:hover{background:#ffffff80}.style-aurora .section-title,.style-aurora .variants-title{color:var(--text-primary)}.style-aurora .section-label{color:#6d28d9;font-weight:700}.style-aurora .progress-fill,.style-aurora .quiz-progress-fill{background:linear-gradient(135deg,#a855f7,#ec4899);border:none}.style-aurora .progress-bar,.style-aurora .quiz-progress-bar{background:#a882dc12;border:1px solid rgba(140,90,230,.18)}.style-aurora .option-btn.correct,.style-aurora .answer-option.correct{background:#d1fae599;border-color:#10b9814d}.style-aurora .option-btn.wrong,.style-aurora .answer-option.wrong{background:#fee2e299;border-color:#ef44444d}.style-aurora .skeleton{background:linear-gradient(90deg,#ede9fe66 25%,#fce7f366,#ede9fe66 75%);background-size:200% 100%;animation:auroraShimmer 1.5s ease infinite;border:1px solid rgba(140,90,230,.14)}@keyframes auroraShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.style-aurora .admin-header,.style-aurora .teacher-header{background:#fefeffcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(168,130,220,.07)}.style-aurora.dark-theme{--bg-primary: #12101f;--bg-secondary: #18152a;--bg-tertiary: #201c35;--text-primary: #eeecf6;--text-secondary: #b0adc4;--text-tertiary: #7d7a94;--border-light: rgba(140, 110, 210, .22);--border-medium: rgba(140, 110, 210, .28);--border-primary: rgba(140, 110, 210, .22);--border-color: rgba(140, 110, 210, .22);--card-bg: rgba(22, 19, 40, .85);--card-hover: rgba(30, 26, 52, .9);--bg-card: rgba(22, 19, 40, .85);--input-bg: rgba(22, 19, 40, .7);--input-border: rgba(140, 110, 210, .22);--neo-border-color: rgba(140, 110, 210, .22);--neo-shadow-sm: 0 2px 12px rgba(130, 80, 220, .15);--neo-shadow-md: 0 4px 24px rgba(130, 90, 210, .15);--neo-shadow-lg: 0 8px 40px rgba(130, 90, 210, .2);--shadow-card: 0 2px 12px rgba(130, 80, 220, .15);--shadow-card-hover: 0 8px 32px rgba(130, 80, 220, .25);--shadow-nav: 0 -1px 12px rgba(130, 90, 210, .1);--neo-purple: #b794f6;--neo-pink: #f9a8d4;--neo-blue: #93c5fd;--neo-green: #6ee7b7;--neo-yellow: #fde68a;--neo-red: #fca5a5;--overlay-bg: rgba(8, 6, 18, .8)}.style-aurora.dark-theme body{background:radial-gradient(ellipse 600px 600px at 15% 10%,rgba(139,92,246,.18) 0%,transparent 60%),radial-gradient(ellipse 500px 500px at 85% 25%,rgba(236,72,153,.12) 0%,transparent 60%),radial-gradient(ellipse 450px 450px at 50% 80%,rgba(56,189,248,.09) 0%,transparent 60%),radial-gradient(ellipse 300px 300px at 30% 60%,rgba(168,85,247,.08) 0%,transparent 60%),linear-gradient(180deg,#12101f,#0e0c1a);background-attachment:fixed}.style-aurora.dark-theme .mode-card,.style-aurora.dark-theme .additional-item,.style-aurora.dark-theme .constructor-section,.style-aurora.dark-theme .training-variants-section,.style-aurora.dark-theme .deck-card,.style-aurora.dark-theme .practice-card,.style-aurora.dark-theme .stat-item,.style-aurora.dark-theme .summary-card,.style-aurora.dark-theme .my-class-item,.style-aurora.dark-theme .pro-section,.style-aurora.dark-theme .goals-section,.style-aurora.dark-theme .ai-section,.style-aurora.dark-theme .stats-section,.style-aurora.dark-theme .task-category-compact,.style-aurora.dark-theme .task-item-compact,.style-aurora.dark-theme .modal-content,.style-aurora.dark-theme .toast,.style-aurora.dark-theme .flashcard-front,.style-aurora.dark-theme .flashcard-back,.style-aurora.dark-theme .mistake-card,.style-aurora.dark-theme .variant-card{background:#18142de0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(139,92,246,.18);box-shadow:0 2px 16px #643cc81f}.style-aurora.dark-theme .mode-card:hover,.style-aurora.dark-theme .additional-item:hover,.style-aurora.dark-theme .deck-card:hover,.style-aurora.dark-theme .stat-item:hover,.style-aurora.dark-theme .summary-card:hover,.style-aurora.dark-theme .my-class-item:hover{background:#201b3aeb;border-color:#8b5cf64d;box-shadow:0 4px 24px #8b5cf62e}.style-aurora.dark-theme .home-header,.style-aurora.dark-theme .profile-header,.style-aurora.dark-theme .quiz-header,.style-aurora.dark-theme .chat-header,.style-aurora.dark-theme .exam-header,.style-aurora.dark-theme .admin-header,.style-aurora.dark-theme .teacher-header{background:#100e1cf0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(139,92,246,.15)}.style-aurora.dark-theme .bottom-nav{background:#100e1cf0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid rgba(139,92,246,.15);box-shadow:0 -2px 20px #8b5cf60f}.style-aurora.dark-theme .profile-card{background:linear-gradient(135deg,#1e183aeb,#2a1641e0);border:1px solid rgba(139,92,246,.2);box-shadow:0 4px 24px #643cc826}.style-aurora.dark-theme .avatar-circle{background:linear-gradient(135deg,#a855f7,#ec4899);border:2px solid rgba(168,85,247,.4);box-shadow:0 4px 20px #a855f766,0 0 40px #a855f726}.style-aurora.dark-theme .user-role{background:#8b5cf633;border-color:#8b5cf64d;color:#c4b5fd}.style-aurora.dark-theme .setting-item{border-bottom-color:#8b5cf61f;background:#18142d99}.style-aurora.dark-theme .setting-item:hover{background:#201b3acc;border-bottom-color:#8b5cf633}.style-aurora.dark-theme .setting-icon{background:linear-gradient(135deg,#281c44e6,#371e4ecc);border-color:#8b5cf640;color:#b794f6}.style-aurora.dark-theme .summary-card{background:#161228d9;border:1px solid rgba(130,80,230,.2);box-shadow:0 2px 16px #00000040;position:relative;overflow:hidden}.style-aurora.dark-theme .summary-card:before{opacity:.9}.style-aurora.dark-theme .section-title,.style-aurora.dark-theme .section-header,.style-aurora.dark-theme .section-header-collapsible{color:#edeaf5}.style-aurora.dark-theme .submit-button,.style-aurora.dark-theme .start-btn,.style-aurora.dark-theme .start-button-compact,.style-aurora.dark-theme .join-class-button,.style-aurora.dark-theme .btn-primary{box-shadow:0 4px 20px #a855f766,0 0 40px #a855f71a}.style-aurora.dark-theme .submit-button:hover,.style-aurora.dark-theme .start-btn:hover,.style-aurora.dark-theme .start-button-compact:hover,.style-aurora.dark-theme .join-class-button:hover,.style-aurora.dark-theme .btn-primary:hover:not(:disabled){box-shadow:0 6px 28px #a855f78c,0 0 60px #a855f726}.style-aurora.dark-theme .variant-btn{background:#161228b3;border-color:#8250e62e}.style-aurora.dark-theme .variant-btn:hover{background:#23193cd9;border-color:#8c5ae659}.style-aurora.dark-theme .tab{background:#16122880;border-color:#8250e61f}.style-aurora.dark-theme .tab.active{background:#23193cd9;border-color:#8c5ae64d;color:#c4b5fd}.style-aurora.dark-theme .task-item-compact{background:#19142dcc}.style-aurora.dark-theme .task-item-compact:hover{background:#231c3ce6;border-color:#8c5ae64d}.style-aurora.dark-theme .constructor-section{background:#161228d9}.style-aurora.dark-theme .constructor-title-compact{background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora.dark-theme .counter-button-compact{background:#161228b3;border-color:#8c5ae640;color:#c4b5fd}.style-aurora.dark-theme .counter-button-compact:hover{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff}.style-aurora.dark-theme .input-field,.style-aurora.dark-theme input[type=text],.style-aurora.dark-theme input[type=number],.style-aurora.dark-theme input[type=date],.style-aurora.dark-theme textarea,.style-aurora.dark-theme select{background:#141126d9;border:1px solid rgba(139,92,246,.2);color:#eeecf6}.style-aurora.dark-theme .input-field:focus,.style-aurora.dark-theme input[type=text]:focus,.style-aurora.dark-theme textarea:focus,.style-aurora.dark-theme select:focus{background:#1a1630f2;border-color:#a855f773;box-shadow:0 0 0 4px #a855f71f,0 0 20px #a855f714}.style-aurora.dark-theme .progress-bar,.style-aurora.dark-theme .quiz-progress-bar{background:#8250e626;border-color:#8250e633}.style-aurora.dark-theme .theory-card,.style-aurora.dark-theme .theory-section{background:#161228d9;border:1px solid rgba(130,80,230,.2)}.style-aurora.dark-theme table th{background:#8c50e626;color:#c4b5fd}.style-aurora.dark-theme table td{border-color:#8250e61f}.style-aurora.dark-theme .invite-code-input,.style-aurora.dark-theme .goal-input{background:#161328b3;border-color:#8b5cf633;color:var(--text-primary)}.style-aurora.dark-theme .invite-code-input:focus,.style-aurora.dark-theme .goal-input:focus{background:#1c1834d9;border-color:#a855f766;box-shadow:0 0 0 4px #a855f71f,0 0 16px #a855f714}.style-aurora.dark-theme .toast{background:#141124f5;border-color:#8b5cf638;box-shadow:0 4px 24px #643cc833}.style-aurora.dark-theme .modal-content{background:#141124f7;border-color:#8b5cf638;box-shadow:0 8px 40px #643cc833}.style-aurora.dark-theme .logout-button{background:#ef44441a;border:1px solid rgba(239,68,68,.18);color:#f9a8a8;box-shadow:none}.style-aurora.dark-theme .logout-button:hover{background:#ef444433;border-color:#ef444459;color:#fca5a5;box-shadow:0 0 16px #ef44441f}.style-aurora.dark-theme .chat-bubble.assistant{background:#18142de0;border:1px solid rgba(139,92,246,.18)}.style-aurora.dark-theme .chat-input-wrap{background:#100e1cf0;border-top:1px solid rgba(139,92,246,.15)}.style-aurora.dark-theme .chat-input{background:#141126d9;border-color:#8b5cf633}.style-aurora.dark-theme .skeleton{background:linear-gradient(90deg,#201b3ab3 25%,#301e4880,#201b3ab3 75%);background-size:200% 100%;animation:auroraShimmer 1.5s ease infinite;border-color:#8b5cf626}.style-aurora.dark-theme .toggle-switch,.style-aurora.dark-theme .theme-toggle-switch{border-color:#8b5cf640;background:#1a1630cc}.style-aurora.dark-theme .toggle-knob,.style-aurora.dark-theme .theme-toggle-knob{border-color:#8b5cf640;background:#eeecf6}.style-aurora.dark-theme ::-webkit-scrollbar-track{background:#14112480}.style-aurora.dark-theme ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#7c3aed,#ec4899);border-radius:10px}.style-aurora.dark-theme .back-button{background:#1a1630cc;border:1px solid rgba(139,92,246,.2);color:#b794f6}.style-aurora.dark-theme .back-button:hover{background:#241e41e6;border-color:#8b5cf659;box-shadow:0 0 12px #8b5cf61a}.style-aurora{--neo-border-width: 1px;--neo-border-color: rgba(168, 120, 230, .18);--neo-shadow-sm: 0 2px 10px rgba(140, 90, 230, .14);--neo-shadow-md: 0 4px 20px rgba(140, 90, 230, .2);--neo-shadow-lg: 0 8px 36px rgba(140, 90, 230, .25);--shadow-card: 0 2px 10px rgba(140, 90, 230, .14);--shadow-card-hover: 0 6px 28px rgba(140, 90, 230, .22);--shadow-nav: 0 -1px 12px rgba(140, 90, 230, .12)}.style-aurora.dark-theme{--neo-border-width: 1px;--neo-border-color: rgba(139, 92, 246, .22)}.style-aurora .home-header{border-bottom:1px solid rgba(140,90,230,.18);box-shadow:0 2px 20px #8c5ae61f}.style-aurora .profile-icon{border:1px solid rgba(140,90,230,.22);box-shadow:0 2px 8px #8c5ae624;background:linear-gradient(135deg,#f0edfe,#fdf0f6)}.style-aurora .homework-shortcut-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d}.style-aurora .homework-shortcut-btn:hover{box-shadow:0 6px 24px #8c50eb61;transform:translateY(-2px)}.style-aurora .homework-shortcut-btn:active{transform:translateY(0);box-shadow:0 2px 8px #8c50eb40}.style-aurora .constructor-section{background:#ffffff8c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.7);box-shadow:0 4px 24px #8c5ae624}.style-aurora .constructor-title-compact{color:#6d28d9;background:linear-gradient(135deg,#7c3aed,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora .constructor-description{color:var(--text-secondary)}.style-aurora .selected-count-badge{background:linear-gradient(135deg,#9b7ddb1a,#d97bba1c);border:1px solid rgba(140,80,235,.25);box-shadow:0 2px 8px #9b7ddb12;color:#7c3aed}.style-aurora .task-category-compact{background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(140,90,230,.18);box-shadow:0 2px 12px #a882dc08;border-radius:14px}.style-aurora .category-title-compact{color:#7c3aed}.style-aurora .task-item-compact{background:#fff9;border:1px solid rgba(140,90,230,.18);box-shadow:0 1px 4px #a882dc08;border-radius:12px}.style-aurora .task-item-compact:nth-child(6n+1){background:#ede9fe80}.style-aurora .task-item-compact:nth-child(6n+2){background:#fce7f366}.style-aurora .task-item-compact:nth-child(6n+3){background:#dbeafe66}.style-aurora .task-item-compact:nth-child(6n+4){background:#d1fae566}.style-aurora .task-item-compact:nth-child(6n+5){background:#fef3c766}.style-aurora .task-item-compact:nth-child(6n+6){background:#e0f2fe66}.style-aurora .task-item-compact:hover{background:#ffffffd9;border-color:#8c50eb4d;box-shadow:0 4px 16px #a882dc12;transform:translateY(-1px)}.style-aurora .task-item-compact:active{transform:translateY(0);box-shadow:0 1px 4px #8c5ae61f}.style-aurora .task-number-compact{background:linear-gradient(135deg,#a855f7,#818cf8);border:none;color:#fff;border-radius:10px;box-shadow:0 2px 8px #8c50eb40}.style-aurora .task-title-compact{color:var(--text-primary)}.style-aurora .counter-button-compact{border:1px solid rgba(155,125,219,.21);background:#ffffffb3;color:#7c3aed;box-shadow:0 1px 4px #8c5ae61f;border-radius:8px}.style-aurora .counter-button-compact:hover{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border-color:transparent;box-shadow:0 4px 12px #8c50eb4d;transform:translateY(-1px)}.style-aurora .counter-button-compact:active{transform:translateY(0);box-shadow:0 1px 4px #9b7ddb1a}.style-aurora .counter-button-compact:disabled{border-color:#a882dc12;color:#a882dc38;background:#ffffff4d;box-shadow:none}.style-aurora .counter-button-compact:disabled:hover{background:#ffffff4d;color:#a882dc38;transform:none;box-shadow:none}.style-aurora .counter-value-compact{color:var(--text-primary)}.style-aurora .start-button-compact{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 20px #9b7ddb36;border-radius:14px}.style-aurora .start-button-compact:hover{box-shadow:0 8px 32px #9b7ddb47;transform:translateY(-2px)}.style-aurora .start-button-compact:active{transform:translateY(0);box-shadow:0 2px 8px #8c50eb40}.style-aurora .start-button-compact:disabled{background:#a882dc1c;color:#a882dc4a;box-shadow:none}.style-aurora .constructor-tasks-compact::-webkit-scrollbar-track{background:#ede9fe4d;border-radius:10px}.style-aurora .constructor-tasks-compact::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;border-radius:10px}.style-aurora .training-variants-section{background:#ffffff8c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);box-shadow:0 4px 24px #8c5ae624}.style-aurora .variant-btn{border:1px solid rgba(168,130,220,.11);box-shadow:0 1px 4px #a882dc08;background:#ffffff80}.style-aurora .variant-btn:hover{background:linear-gradient(135deg,#f0edfe,#fdf0f6);border-color:#9b7ddb36;transform:translateY(-2px);box-shadow:0 4px 16px #8c5ae62e}.style-aurora .variant-btn:active{transform:translateY(0);box-shadow:0 1px 4px #8c5ae61f}.style-aurora .mode-card{background:#fff9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 12px #8c5ae61f;position:relative;overflow:hidden}.style-aurora .mode-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#a855f7,#ec4899,#38bdf8);opacity:.9;border-radius:4px 4px 0 0}.style-aurora .mode-card:hover{background:#ffffffd9;transform:translateY(-3px);box-shadow:0 8px 32px #8c5ae62e;border-color:#8c5ae640}.style-aurora .mode-card:hover:before{opacity:1}.style-aurora .mode-card:active{transform:translateY(0);box-shadow:0 2px 8px #8c5ae624}.style-aurora .mode-card:nth-child(1) .mode-icon{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid rgba(251,191,36,.2)}.style-aurora .mode-card:nth-child(2) .mode-icon{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid rgba(96,165,250,.2)}.style-aurora .mode-card:nth-child(3) .mode-icon{background:linear-gradient(135deg,#fce7f3,#fbcfe8);border:1px solid rgba(244,114,182,.2)}.style-aurora .mode-card:nth-child(4) .mode-icon{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid rgba(52,211,153,.2)}.style-aurora .additional-item{background:#ffffff8c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);box-shadow:0 1px 6px #a882dc08}.style-aurora .additional-item:hover{background:#ffffffd9;transform:translate(4px);box-shadow:0 4px 16px #a882dc12;border-color:#8c5ae638}.style-aurora .additional-item:active{transform:translate(2px);box-shadow:0 1px 4px #8c5ae61f}.style-aurora .additional-item:nth-child(1) .additional-icon{background:linear-gradient(135deg,#ede9fe,#ddd6fe);border:1px solid rgba(139,92,246,.15);color:#7c3aed}.style-aurora .additional-item:nth-child(2) .additional-icon{background:linear-gradient(135deg,#fce7f3,#fbcfe8);border:1px solid rgba(244,114,182,.15);color:#ec4899}.style-aurora .additional-item:nth-child(3) .additional-icon{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid rgba(96,165,250,.15);color:#3b82f6}.style-aurora .additional-item:nth-child(4) .additional-icon{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid rgba(251,191,36,.15);color:#f59e0b}.style-aurora .additional-item:nth-child(5) .additional-icon{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid rgba(52,211,153,.15);color:#10b981}.style-aurora .additional-item:nth-child(6) .additional-icon{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border:1px solid rgba(56,189,248,.15);color:#0ea5e9}.style-aurora .additional-item:nth-child(7) .additional-icon{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid rgba(248,113,113,.15);color:#ef4444}.style-aurora .additional-arrow{color:#9b7ddb47}.style-aurora .bottom-nav{border-top:1px solid rgba(168,130,220,.07)}.style-aurora .nav-item.active:before{background:linear-gradient(90deg,#a855f7,#ec4899);height:3px;border-radius:0 0 4px 4px}.style-aurora .progress-badge{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d}.style-aurora .months-modal{background:#ffffffe6;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.8);box-shadow:0 16px 48px #8c5ae638}.style-aurora .month-btn{background:#ede9fe66;border:1px solid rgba(168,130,220,.11);box-shadow:0 1px 4px #a882dc08}.style-aurora .month-btn:hover{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 16px #8c50eb4d}.style-aurora .months-close-btn{background:#ede9fe66;border:1px solid rgba(168,130,220,.11);box-shadow:0 1px 4px #a882dc08}.style-aurora .months-close-btn:hover{background:#ede9feb3;transform:translateY(-1px);box-shadow:0 2px 8px #8c5ae624}.style-aurora.dark-theme .constructor-section{background:#18142e99;border-color:#8b5cf629}.style-aurora.dark-theme .task-category-compact{background:#1c18378c;border-color:#8b5cf624}.style-aurora.dark-theme .task-item-compact{background:#1c183773;border-color:#8b5cf61a}.style-aurora.dark-theme .task-item-compact:nth-child(6n+1){background:#581c8726}.style-aurora.dark-theme .task-item-compact:nth-child(6n+2){background:#9d174d1f}.style-aurora.dark-theme .task-item-compact:nth-child(6n+3){background:#1e40af1f}.style-aurora.dark-theme .task-item-compact:nth-child(6n+4){background:#065f461f}.style-aurora.dark-theme .task-item-compact:nth-child(6n+5){background:#92400e1f}.style-aurora.dark-theme .task-item-compact:nth-child(6n+6){background:#0c4a6e1f}.style-aurora.dark-theme .task-item-compact:hover{background:#201b3cbf;border-color:#8b5cf640}.style-aurora.dark-theme .counter-button-compact{background:#1c183799;border-color:#8b5cf640;color:#b794f6}.style-aurora.dark-theme .counter-button-compact:hover{background:linear-gradient(135deg,#7c3aed,#ec4899);color:#fff;border-color:transparent}.style-aurora.dark-theme .counter-button-compact:disabled{background:#1e1a3a4d;border-color:#8b5cf614;color:#8b5cf633}.style-aurora.dark-theme .start-button-compact:disabled{background:#8b5cf61a;color:#8b5cf64d}.style-aurora.dark-theme .selected-count-badge{background:#8b5cf626;border-color:#8b5cf633;color:#c4b5fd}.style-aurora.dark-theme .mode-card{background:#18142ea6;border-color:#8b5cf624}.style-aurora.dark-theme .mode-card:hover{background:#201b3cd1;border-color:#8b5cf640;box-shadow:0 4px 24px #8b5cf626}.style-aurora.dark-theme .mode-card:before{opacity:.4}.style-aurora.dark-theme .mode-card:hover:before{opacity:.8}.style-aurora.dark-theme .additional-item{background:#18142e8c;border-color:#8b5cf61f}.style-aurora.dark-theme .additional-item:hover{background:#201b3cb8;border-color:#8b5cf638}.style-aurora.dark-theme .additional-item:nth-child(1) .additional-icon{background:#581c874d;border-color:#8b5cf626}.style-aurora.dark-theme .additional-item:nth-child(2) .additional-icon{background:#9d174d40;border-color:#d97bba1c}.style-aurora.dark-theme .additional-item:nth-child(3) .additional-icon{background:#1e40af40;border-color:#60a5fa26}.style-aurora.dark-theme .additional-item:nth-child(4) .additional-icon{background:#92400e40;border-color:#fbbf2426}.style-aurora.dark-theme .additional-item:nth-child(5) .additional-icon{background:#065f4640;border-color:#34d39926}.style-aurora.dark-theme .additional-item:nth-child(6) .additional-icon{background:#0c4a6e40;border-color:#38bdf826}.style-aurora.dark-theme .additional-item:nth-child(7) .additional-icon{background:#7f1d1d40;border-color:#f8717126}.style-aurora.dark-theme .months-modal{background:#16132bf5;border-color:#8b5cf633;box-shadow:0 16px 48px #643cc833}.style-aurora.dark-theme .month-btn,.style-aurora.dark-theme .months-close-btn{background:#1c183799;border-color:#8b5cf624;color:var(--text-primary)}.style-aurora.dark-theme .nav-item.active{color:#b794f6}.style-aurora.dark-theme .nav-item.active:before{box-shadow:0 2px 12px #a855f766}.style-aurora .home-content{position:relative}.style-aurora .home-content:before{content:"";position:absolute;top:5%;right:-5%;width:300px;height:300px;background:radial-gradient(circle,rgba(155,125,219,.06) 0%,transparent 70%);pointer-events:none;z-index:0}.style-aurora .home-content:after{content:"";position:absolute;bottom:10%;left:-5%;width:250px;height:250px;background:radial-gradient(circle,rgba(244,114,182,.06) 0%,transparent 70%);pointer-events:none;z-index:0}.style-aurora .home-content>*{position:relative;z-index:1}.style-aurora .statistics-page{background:var(--bg-primary)}.style-aurora .statistics-header{background:#fefeffb8;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(168,130,220,.07)}.style-aurora .period-btn{background:#ffffff80;border:1px solid rgba(140,90,230,.18);box-shadow:none;color:var(--text-secondary)}.style-aurora .period-btn.active,.style-aurora .period-btn:hover{background:linear-gradient(135deg,#9b7ddb17,#d97bba14);border-color:#8c50eb4d;color:#7c3aed;box-shadow:0 2px 8px #9b7ddb0f}.style-aurora .summary-card{background:#fff9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);box-shadow:0 2px 12px #8c5ae61f;position:relative;overflow:hidden}.style-aurora .summary-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#a855f7,#ec4899,#38bdf8);opacity:.85;border-radius:4px 4px 0 0}.style-aurora .summary-card:nth-child(1):before{background:linear-gradient(90deg,#a855f7,#818cf8)}.style-aurora .summary-card:nth-child(2):before{background:linear-gradient(90deg,#10b981,#06b6d4)}.style-aurora .summary-card:nth-child(3):before{background:linear-gradient(90deg,#ec4899,#f97316)}.style-aurora .summary-card:nth-child(4):before{background:linear-gradient(90deg,#f59e0b,#ef4444)}.style-aurora .summary-card:nth-child(5):before{background:linear-gradient(90deg,#06b6d4,#8b5cf6)}.style-aurora .summary-card:nth-child(6):before{background:linear-gradient(90deg,#ec4899,#a855f7)}.style-aurora .stats-section{background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);box-shadow:0 2px 12px #a882dc08}.style-aurora .section-header-collapsible{border:none}.style-aurora .task-grid-item{background:#ffffff80;border:1px solid rgba(168,130,220,.07);box-shadow:none}.style-aurora .task-grid-item:hover{background:#ffffffb3;border-color:#8c50eb40;box-shadow:0 2px 8px #8c5ae624}.style-aurora .variant-card{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);box-shadow:0 2px 12px #8c5ae61f}.style-aurora .variant-card:hover{box-shadow:0 4px 20px #8c5ae62e;border-color:#8c5ae638}.style-aurora .variant-badge{border:none;box-shadow:0 1px 4px #8c5ae624}.style-aurora .load-more-btn{background:#ffffff80;border:1px solid rgba(168,130,220,.11);box-shadow:none;color:#7c3aed}.style-aurora .load-more-btn:hover{background:linear-gradient(135deg,#9b7ddb12,#d97bba0f);border-color:#8c50eb4d}.style-aurora .chart-container{background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);box-shadow:0 2px 12px #a882dc08}.style-aurora .empty-state{background:#ede9fe4d;border:1px solid rgba(168,130,220,.07)}.style-aurora .exam-page{background:var(--bg-primary)}.style-aurora .exam-header{border-bottom:1px solid rgba(168,130,220,.07)}.style-aurora .exit-button{background:#fee2e280;border:1px solid rgba(239,68,68,.15);box-shadow:none;color:#ef4444}.style-aurora .exit-button:hover{background:#ef4444;color:#fff;box-shadow:0 4px 12px #ef444433}.style-aurora .timer{border:1px solid rgba(168,130,220,.11);box-shadow:0 2px 8px #8c5ae61f;background:#fff9}.style-aurora .timer-warning{background:#fbbf2426;border-color:#fbbf2440;color:#d97706}.style-aurora .timer-danger,.style-aurora .timer-critical{background:#ef44441f;border-color:#ef444440;color:#dc2626}.style-aurora .question-counter{background:#ede9fe66;border:1px solid rgba(155,125,219,.1);box-shadow:none}.style-aurora .progress-bar{background:#a882dc12;border:1px solid rgba(140,90,230,.14);box-shadow:none;overflow:hidden}.style-aurora .progress-correct{background:linear-gradient(90deg,#10b981,#34d399)}.style-aurora .progress-incorrect{background:linear-gradient(90deg,#ef4444,#f87171)}.style-aurora .progress-skipped{background:#a882dc2e}.style-aurora .exam-stats{background:#ffffff80;border:1px solid rgba(140,90,230,.14);box-shadow:none}.style-aurora .task-card{background:#ffffff8c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #8c5ae624}.style-aurora .task-badge{background:linear-gradient(135deg,#9b7ddb17,#d97bba14);border:1px solid rgba(155,125,219,.1);color:#7c3aed;box-shadow:none}.style-aurora .task-context{background:#ede9fe33;border:1px solid rgba(168,130,220,.07);color:var(--text-primary)}.style-aurora .context-toggle{background:#ede9fe66;border:1px solid rgba(168,130,220,.11);box-shadow:none;color:#7c3aed}.style-aurora .context-toggle:hover{background:#ede9feb3}.style-aurora .answer-option{background:#ffffff80;border:1px solid rgba(140,90,230,.18);box-shadow:none;transition:all .2s ease;color:var(--text-primary)}.style-aurora .answer-option:hover{background:#ffffffb3;border-color:#8c50eb4d;box-shadow:0 2px 12px #8c5ae624}.style-aurora .answer-option.selected{background:linear-gradient(135deg,#9b7ddb12,#d97bba0f);border-color:#8c50eb61;box-shadow:0 0 0 3px #9b7ddb0f}.style-aurora .answer-option.correct{background:#d1fae580;border-color:#10b9814d;box-shadow:0 0 0 3px #10b9810f}.style-aurora .answer-option.wrong{background:#fee2e280;border-color:#ef44444d;box-shadow:0 0 0 3px #ef44440f}.style-aurora .option-number{background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;color:#fff;box-shadow:0 2px 6px #7c3aed4d;font-weight:700;border-radius:8px;min-width:28px;height:28px}.style-aurora .answer-option.selected .option-number{background:linear-gradient(135deg,#ec4899,#f43f5e);box-shadow:0 2px 6px #ec489959;color:#fff}.style-aurora .answer-input label{color:var(--text-primary)}.style-aurora .answer-input input{background:#fff9;border:1px solid rgba(140,90,230,.22);box-shadow:none;color:var(--text-primary)}.style-aurora .answer-input input:focus{border-color:#9b7ddb47;box-shadow:0 0 0 3px #9b7ddb0f;background:#ffffffd9}.style-aurora .feedback-banner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:none;box-shadow:0 4px 16px #0000000f}.style-aurora .feedback-banner.correct{background:#d1fae5b3;border:1px solid rgba(16,185,129,.2)}.style-aurora .feedback-banner.incorrect{background:#fee2e2b3;border:1px solid rgba(239,68,68,.2)}.style-aurora .skip-btn{background:#ffffff80;border:1px solid rgba(168,130,220,.11);box-shadow:none;color:var(--text-secondary)}.style-aurora .skip-btn:hover{background:#ffffffb3;border-color:#a882dc2e}.style-aurora .answer-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d}.style-aurora .answer-btn:hover{box-shadow:0 6px 24px #8c50eb61;transform:translateY(-1px)}.style-aurora .task-navigation{background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);box-shadow:0 2px 12px #8c5ae61f}.style-aurora .nav-grid .nav-item{background:#ffffff80;border:1px solid rgba(168,130,220,.07);box-shadow:none}.style-aurora .nav-grid .nav-item.current{background:linear-gradient(135deg,#9b7ddb1a,#d97bba14);border-color:#9b7ddb36;color:#7c3aed;box-shadow:0 0 0 3px #9b7ddb0a}.style-aurora .nav-grid .nav-item.correct{background:#d1fae599;border-color:#10b98140;color:#059669}.style-aurora .nav-grid .nav-item.incorrect{background:#fee2e299;border-color:#ef444440;color:#dc2626}.style-aurora .nav-grid .nav-item.skipped{background:#ede9fe66;border-color:#a882dc1c;color:var(--text-tertiary)}.style-aurora .nav-prev,.style-aurora .nav-next{background:#fff9;border:1px solid rgba(168,130,220,.11);box-shadow:none}.style-aurora .nav-prev:hover,.style-aurora .nav-next:hover{background:#ffffffd9;border-color:#8c50eb4d}.style-aurora .nav-finish{background:linear-gradient(135deg,#10b981,#34d399);border:none;color:#fff;box-shadow:0 4px 16px #10b98140}.style-aurora .results-content{background:#ffffff80;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.style-aurora .results-score{background:linear-gradient(135deg,#9b7ddb12,#d97bba0f);border:1px solid rgba(155,125,219,.1);box-shadow:0 4px 24px #8c5ae624}.style-aurora .home-button{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d}.style-aurora .variant-title{background:linear-gradient(135deg,#9b7ddb12,#d97bba0f);border:1px solid rgba(155,125,219,.1);box-shadow:none}.style-aurora .essay-textarea{background:#fff9;border:1px solid rgba(140,90,230,.22);box-shadow:none}.style-aurora .essay-textarea:focus{border-color:#9b7ddb47;box-shadow:0 0 0 3px #9b7ddb0f;background:#ffffffd9}.style-aurora .express-page{background:var(--bg-primary)}.style-aurora .express-header{background:#fefeffb8;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid rgba(168,130,220,.07)}.style-aurora .task-card{position:relative;overflow:hidden}.style-aurora .task-number{background:linear-gradient(135deg,#a855f7,#818cf8);border:none;color:#fff;box-shadow:0 2px 8px #8c50eb40}.style-aurora .task-title{color:var(--text-primary)}.style-aurora .task-description{color:var(--text-secondary, #57534e)}.style-aurora .header-title,.style-aurora .intro-title{color:var(--text-primary)}.style-aurora .intro-subtitle{color:var(--text-secondary, #57534e)}.style-aurora .task-arrow{color:#9b7ddb47}.style-aurora .task-progress-bar{background:#a882dc12;border:none}.style-aurora .task-progress-fill{background:linear-gradient(90deg,#a855f7,#ec4899)}.style-aurora .task-solver{background:var(--bg-primary)}.style-aurora .task-header{background:#fefeffb8;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid rgba(168,130,220,.07);color:var(--text-primary)}.style-aurora .task-header .back-button{background:#ffffff80;border:1px solid rgba(168,130,220,.11);box-shadow:none}.style-aurora .solver-card{background:#ffffff8c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #8c5ae624;color:var(--text-primary)}.style-aurora .quick-answer-btn{background:#ffffff80;border:1px solid rgba(140,90,230,.18);box-shadow:none;color:var(--text-primary)}.style-aurora .quick-answer-btn:hover{background:linear-gradient(135deg,#9b7ddb0f,#d97bba0a);border-color:#8c50eb4d}.style-aurora .quick-answer-btn.selected{background:linear-gradient(135deg,#9b7ddb1a,#d97bba14);border-color:#8c50eb61}.style-aurora .task-result{background:var(--bg-primary)}.style-aurora .result-header{background:#fefeffb8;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid rgba(168,130,220,.07)}.style-aurora .result-header .header-title{color:var(--text-primary)}.style-aurora .result-card{background:#ffffff8c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #8c5ae624;color:var(--text-primary)}.style-aurora .result-status.correct{background:linear-gradient(135deg,#d1fae599,#a7f3d066);border:1px solid rgba(16,185,129,.15);border-radius:14px;padding:24px}.style-aurora .result-status.incorrect{background:linear-gradient(135deg,#fee2e299,#fecaca66);border:1px solid rgba(239,68,68,.15);border-radius:14px;padding:24px}.style-aurora .ai-explanation{background:#ede9fe4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(140,90,230,.18);box-shadow:0 2px 12px #a882dc08;color:var(--text-primary)}.style-aurora .explanation-text{color:var(--text-primary)}.style-aurora .ai-explanation.explanation-correct{background:#d1fae54d;border-color:#10b9811f}.style-aurora .ai-icon{background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.style-aurora .block-title{color:var(--text-secondary, #57534e);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.style-aurora .correct-answer-block{background:#d1fae54d;border:1px solid rgba(16,185,129,.12);border-radius:14px;padding:16px 20px}.style-aurora .user-answer-block{background:#fee2e233;border:1px solid rgba(239,68,68,.12);border-radius:14px;padding:16px 20px}.style-aurora .answer-display{background:#fff9;border:1px solid rgba(168,130,220,.1);border-radius:10px;padding:14px 18px;box-shadow:none;color:var(--text-primary);font-size:18px;font-weight:600}.style-aurora .correct-answer-block .answer-display{background:#d1fae580;border-color:#10b98133;color:#065f46}.style-aurora .user-answer-block .answer-display.incorrect-mark{background:#fee2e280;border-color:#ef444433;color:#991b1b}.style-aurora .score-block{background:linear-gradient(135deg,#9b7ddb0f,#d97bba0a);border:1px solid rgba(155,125,219,.09);border-radius:12px;box-shadow:none}.style-aurora .score-label{color:var(--text-secondary, #57534e)}.style-aurora .next-task-button{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;border-radius:14px;box-shadow:0 4px 16px #8c50eb40}.style-aurora .next-task-button:hover{transform:translateY(-1px);box-shadow:0 6px 24px #8c50eb59}.style-aurora .next-task-button:active{transform:translateY(0);box-shadow:0 2px 8px #8c50eb33}.style-aurora .back-list-button{background:#ffffff80;border:1px solid rgba(168,130,220,.15);color:var(--text-primary);border-radius:14px;box-shadow:none}.style-aurora .back-list-button:hover{background:#ffffffb3;border-color:#8c50eb4d;box-shadow:0 2px 8px #8c5ae624;transform:translateY(-1px)}.style-aurora .back-list-button:active{transform:translateY(0);box-shadow:none}.style-aurora .quiz-loading{background:#fff6}.style-aurora .quiz-spinner{border-color:#a882dc1c;border-top-color:#a855f7;animation:quiz-spin .8s linear infinite,aurora-spinner-glow 2s ease-in-out infinite}@keyframes aurora-spinner-glow{0%,to{filter:drop-shadow(0 0 4px rgba(168,85,247,.3))}50%{filter:drop-shadow(0 0 12px rgba(168,85,247,.6))}}.style-aurora .quiz-header .back-btn{color:#7c3aed;transition:color .2s,transform .2s}.style-aurora .quiz-header .back-btn:hover{color:#a855f7;transform:translate(-2px)}.style-aurora .quiz-header h1{background:linear-gradient(135deg,#4c1d95,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora .create-deck-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d;border-radius:14px;transition:box-shadow .3s,transform .3s}.style-aurora .create-deck-btn:hover{box-shadow:0 6px 24px #8c50eb61;transform:translateY(-2px)}.style-aurora .create-deck-btn:active{transform:translateY(0);box-shadow:0 2px 8px #8c50eb33}.style-aurora .deck-card{transition:transform .3s cubic-bezier(.23,1,.32,1),box-shadow .3s,border-color .3s}.style-aurora .deck-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #8c5ae626;border-color:#8c5ae640}.style-aurora .deck-card-title{background:linear-gradient(135deg,#1e1b4b,#4c1d95);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora .deck-card-count{color:#8c5ae699}.style-aurora .deck-card-demo{position:relative;overflow:hidden}.style-aurora .deck-card-demo:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#a855f7,#ec4899,#f59e0b);border-radius:3px 3px 0 0}.style-aurora .demo-badge{background:linear-gradient(135deg,#fbbf2426,#f59e0b1a);border:1px solid rgba(251,191,36,.2);color:#d97706;box-shadow:none}.style-aurora .deck-card-actions button{border:1px solid rgba(140,90,230,.18);box-shadow:none;border-radius:10px;transition:all .25s cubic-bezier(.23,1,.32,1)}.style-aurora .deck-card-actions button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8c5ae626;border-color:#8c5ae64d}.style-aurora .deck-card-actions button:active{transform:translateY(0)}.style-aurora .deck-card-actions .practice-btn{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;border-color:transparent}.style-aurora .deck-card-actions .practice-btn:hover{box-shadow:0 4px 16px #a855f759}.style-aurora .deck-card-actions .edit-btn{background:#ffffff80;color:#7c3aed}.style-aurora .deck-card-actions .delete-btn{background:#fee2e266;color:#dc2626;border-color:#ef444426}.style-aurora .deck-card-actions .delete-btn:hover{background:#fee2e2b3;border-color:#ef44444d;box-shadow:0 4px 12px #ef44441f}.style-aurora .deck-editor{background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.style-aurora .deck-form{background:#ffffff8c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);box-shadow:0 4px 24px #8c5ae614;border-radius:16px;padding:1.25rem}.style-aurora .deck-form input{border:1px solid rgba(140,90,230,.18);box-shadow:none;border-radius:10px;background:#fff9;transition:border-color .25s,box-shadow .25s}.style-aurora .deck-form input:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71f}.style-aurora .card-item{background:#ffffff80;border:1px solid rgba(168,130,220,.07);box-shadow:none;border-radius:12px;transition:all .25s cubic-bezier(.23,1,.32,1)}.style-aurora .card-item:hover{background:#ffffffbf;border-color:#8c5ae638;transform:translateY(-1px);box-shadow:0 4px 16px #8c5ae614}.style-aurora .card-item-number{background:linear-gradient(135deg,#a855f7,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora .card-item-answer{color:#059669}.style-aurora .card-edit-btn,.style-aurora .card-delete-btn{border:1px solid rgba(140,90,230,.15);box-shadow:none;border-radius:8px;transition:all .2s}.style-aurora .card-edit-btn:hover{background:#ede9fe80;border-color:#8c5ae64d}.style-aurora .card-delete-btn{border-color:#ef444426}.style-aurora .card-delete-btn:hover{background:#fee2e280;border-color:#ef44444d}.style-aurora .card-form{background:#ede9fe33;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(168,130,220,.12);border-radius:16px;box-shadow:0 4px 20px #8c5ae60f;animation:aurora-form-appear .3s cubic-bezier(.23,1,.32,1)}@keyframes aurora-form-appear{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.style-aurora .card-form h3{background:linear-gradient(135deg,#4c1d95,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora .card-form textarea{border:1px solid rgba(140,90,230,.18);box-shadow:none;border-radius:10px;background:#fff9;transition:border-color .25s,box-shadow .25s}.style-aurora .card-form textarea:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71f}.style-aurora .card-form-label{color:#7c3aed;opacity:.7}.style-aurora .save-card-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;box-shadow:0 4px 12px #8c50eb40;border-radius:10px;transition:box-shadow .3s,transform .3s}.style-aurora .save-card-btn:hover{box-shadow:0 6px 20px #8c50eb59;transform:translateY(-1px)}.style-aurora .save-card-btn.saved-flash{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px #10b98159}.style-aurora .cancel-card-btn{border:1px solid rgba(140,90,230,.18);box-shadow:none;border-radius:10px;background:#ffffff80;transition:all .2s}.style-aurora .cancel-card-btn:hover{background:#ffffffb3;border-color:#8c5ae64d}.style-aurora .practice-container{background:var(--bg-primary)}.style-aurora .progress-bar-container{background:transparent;border:none}.style-aurora .progress-bar{background:#8c5ae614;border:1px solid rgba(140,90,230,.12);border-radius:8px;height:10px;overflow:hidden}.style-aurora .progress-bar-fill{background:linear-gradient(90deg,#a855f7,#ec4899);border-radius:8px;transition:width .5s cubic-bezier(.23,1,.32,1);box-shadow:0 0 12px #a855f766}.style-aurora .progress-text{color:#7c3aed99;font-weight:600}.style-aurora .practice-card{background:#ffffff8c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #a882dc12}.style-aurora .flashcard-inner{border:none}.style-aurora .flashcard-front,.style-aurora .flashcard-back{background:#ffffffb3;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.9);box-shadow:0 8px 32px #a882dc1a,0 2px 8px #8c5ae60f,inset 0 1px #fffc;border-radius:22px}.style-aurora .flashcard-front:hover{box-shadow:0 12px 40px #a882dc24,0 4px 12px #8c5ae614,inset 0 1px #fffc}.style-aurora .flashcard-back{background:linear-gradient(135deg,#f0fdf4b3,#d1fae580);border-color:#10b98133;box-shadow:0 8px 32px #10b9811a,inset 0 1px #fff9}.style-aurora .flashcard-text{background:linear-gradient(135deg,#1e1b4b,#4c1d95);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.35rem}.style-aurora .flashcard-back .flashcard-text{background:linear-gradient(135deg,#065f46,#047857);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora .flashcard-hint{color:#8c5ae673;font-style:italic}.style-aurora .flashcard.practice-card{background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.style-aurora .practice-card.slide-exit{animation:aurora-slide-out .35s cubic-bezier(.4,0,.2,1) forwards}.style-aurora .practice-card.slide-enter{animation:aurora-slide-in .4s cubic-bezier(.23,1,.32,1) forwards}@keyframes aurora-slide-out{0%{transform:translate(0) scale(1);opacity:1;filter:blur(0)}to{transform:translate(-60px) scale(.9);opacity:0;filter:blur(4px)}}@keyframes aurora-slide-in{0%{transform:translate(40px) scale(.93);opacity:0;filter:blur(4px)}to{transform:translate(0) scale(1);opacity:1;filter:blur(0)}}.style-aurora .practice-option-btn{background:#ffffff80;border:1px solid rgba(140,90,230,.18);box-shadow:none;border-radius:12px;transition:all .25s cubic-bezier(.23,1,.32,1)}.style-aurora .practice-option-btn:hover{background:#ffffffb3;border-color:#8c50eb4d;box-shadow:0 4px 16px #8c5ae61f;transform:translateY(-2px)}.style-aurora .practice-option-btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.style-aurora .practice-option-btn.option-correct{background:#d1fae599;border-color:#10b98159;box-shadow:0 4px 20px #10b98126}.style-aurora .practice-option-btn.option-wrong{background:#fee2e299;border-color:#ef444459;box-shadow:0 4px 20px #ef44441f}.style-aurora .practice-option-letter{background:linear-gradient(135deg,#a855f7,#7c3aed);border:none;box-shadow:0 2px 8px #a855f74d}.style-aurora .practice-option-btn.correct{background:#d1fae599;border-color:#10b9814d}.style-aurora .practice-option-btn.wrong{background:#fee2e299;border-color:#ef44444d}.style-aurora .practice-option-letter{background:linear-gradient(135deg,#f0edfe,#fdf0f6);border:1px solid rgba(168,130,220,.11);color:#7c3aed;box-shadow:none}.style-aurora .practice-result{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);animation:aurora-result-appear .4s cubic-bezier(.23,1,.32,1)}@keyframes aurora-result-appear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.style-aurora .practice-result-icon{border:none;box-shadow:0 4px 20px #8c5ae626}.style-aurora .result-correct .practice-result-icon{background:linear-gradient(135deg,#d1fae5,#a7f3d0);box-shadow:0 4px 20px #10b98133}.style-aurora .result-incorrect .practice-result-icon{background:linear-gradient(135deg,#fee2e2,#fecaca);box-shadow:0 4px 20px #ef444426}.style-aurora .result-correct .practice-result-label{background:linear-gradient(135deg,#059669,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora .result-incorrect .practice-result-label{background:linear-gradient(135deg,#dc2626,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora .next-card-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;box-shadow:0 4px 16px #8c50eb4d;border-radius:12px;transition:box-shadow .3s,transform .3s}.style-aurora .next-card-btn:hover{box-shadow:0 6px 24px #8c50eb66;transform:translateY(-2px)}.style-aurora .practice-summary{background:#ffffff8c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 40px #a882dc1a;border-radius:24px;margin:1rem;animation:aurora-summary-appear .5s cubic-bezier(.23,1,.32,1)}@keyframes aurora-summary-appear{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.style-aurora .summary-icon{animation:aurora-summary-bounce .6s cubic-bezier(.23,1,.32,1);filter:drop-shadow(0 4px 12px rgba(168,85,247,.2))}@keyframes aurora-summary-bounce{0%{transform:scale(0) rotate(-15deg);opacity:0}60%{transform:scale(1.15) rotate(5deg)}to{transform:scale(1) rotate(0);opacity:1}}.style-aurora .summary-score{background:linear-gradient(135deg,#4c1d95,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:3.5rem;animation:aurora-score-appear .6s cubic-bezier(.23,1,.32,1) .15s backwards}@keyframes aurora-score-appear{0%{opacity:0;transform:scale(.5) translateY(15px)}to{opacity:1;transform:scale(1) translateY(0)}}.style-aurora .summary-percent{color:#7c3aed99;animation:aurora-score-appear .6s cubic-bezier(.23,1,.32,1) .25s backwards}.style-aurora .summary-bar{background:#a882dc14;border:1px solid rgba(140,90,230,.12);border-radius:8px}.style-aurora .summary-bar-fill{background:linear-gradient(90deg,#a855f7,#ec4899);box-shadow:0 0 12px #a855f766}.style-aurora .summary-actions .retry-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d;border-radius:12px;transition:box-shadow .3s,transform .3s}.style-aurora .summary-actions .retry-btn:hover{box-shadow:0 6px 24px #8c50eb66;transform:translateY(-2px)}.style-aurora .summary-actions .retry-mistakes-btn{background:linear-gradient(135deg,#f59e0b,#f97316);border:none;box-shadow:0 4px 16px #f9731640;border-radius:12px;transition:box-shadow .3s,transform .3s}.style-aurora .summary-actions .retry-mistakes-btn:hover{box-shadow:0 6px 24px #f9731659;transform:translateY(-2px)}.style-aurora .summary-actions .back-to-decks-btn{background:#fff9;border:1px solid rgba(140,90,230,.18);box-shadow:none;border-radius:12px;color:#7c3aed;transition:all .25s}.style-aurora .summary-actions .back-to-decks-btn:hover{background:#fffc;border-color:#8c5ae64d;box-shadow:0 4px 12px #8c5ae61f;transform:translateY(-2px)}.style-aurora .summary-details{background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);box-shadow:0 4px 20px #8c5ae60f;border-radius:14px}.style-aurora .summary-detail-item{border-bottom-color:#8c5ae614}.style-aurora.dark-theme .flashcard-front,.style-aurora.dark-theme .flashcard-back{box-shadow:0 8px 32px #643cc826,inset 0 1px #8b5cf61a}.style-aurora.dark-theme .flashcard-back{background:#10281ed9;border-color:#10b98138;box-shadow:0 8px 32px #10b9811f,inset 0 1px #10b98114}.style-aurora.dark-theme .flashcard-text{background:linear-gradient(135deg,#c4b5fd,#e9d5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora.dark-theme .flashcard-back .flashcard-text{background:linear-gradient(135deg,#6ee7b7,#a7f3d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora.dark-theme .flashcard-hint{color:#c4b5fd66}.style-aurora.dark-theme .quiz-header h1{background:linear-gradient(135deg,#c4b5fd,#e9d5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora.dark-theme .quiz-header .back-btn{color:#b794f6}.style-aurora.dark-theme .deck-card-title{background:linear-gradient(135deg,#c4b5fd,#e9d5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora.dark-theme .deck-card-count{color:#c4b5fd80}.style-aurora.dark-theme .deck-card-actions button{border-color:#8b5cf62e;box-shadow:none}.style-aurora.dark-theme .deck-card-actions .practice-btn{background:linear-gradient(135deg,#8b5cf6,#a855f7);border-color:transparent;box-shadow:0 4px 16px #8b5cf64d}.style-aurora.dark-theme .deck-card-actions .edit-btn{background:#18142d80;color:#b794f6}.style-aurora.dark-theme .deck-card-actions .delete-btn{background:#32141480;color:#fca5a5;border-color:#ef44442e}.style-aurora.dark-theme .deck-form{background:#18142d99;border-color:#8b5cf61f}.style-aurora.dark-theme .deck-form input{background:#18142d80;border-color:#8b5cf62e;color:#eeecf6}.style-aurora.dark-theme .deck-form input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf626}.style-aurora.dark-theme .card-item{background:#18142d80;border-color:#8b5cf61a}.style-aurora.dark-theme .card-item:hover{background:#201b3ab3;border-color:#8b5cf638}.style-aurora.dark-theme .card-form{background:#18142d99;border-color:#8b5cf61f}.style-aurora.dark-theme .card-form textarea{background:#18142d80;border-color:#8b5cf62e;color:#eeecf6}.style-aurora.dark-theme .card-form textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf626}.style-aurora.dark-theme .card-form-label{color:#b794f6}.style-aurora.dark-theme .cancel-card-btn{background:#18142d80;border-color:#8b5cf62e;color:#b794f6}.style-aurora.dark-theme .progress-bar{background:#8b5cf61a;border-color:#8b5cf626}.style-aurora.dark-theme .progress-bar-fill{box-shadow:0 0 16px #a855f780}.style-aurora.dark-theme .progress-text{color:#c4b5fd80}.style-aurora.dark-theme .practice-summary{background:#18142dd9;border-color:#8b5cf626;box-shadow:0 8px 40px #643cc826}.style-aurora.dark-theme .summary-score{background:linear-gradient(135deg,#c4b5fd,#e9d5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora.dark-theme .summary-percent{color:#c4b5fd80}.style-aurora.dark-theme .summary-bar{background:#8b5cf61a;border-color:#8b5cf626}.style-aurora.dark-theme .summary-bar-fill{box-shadow:0 0 16px #a855f780}.style-aurora.dark-theme .summary-actions .back-to-decks-btn{background:#18142d99;border-color:#8b5cf62e;color:#b794f6}.style-aurora.dark-theme .summary-details{background:#18142d99;border-color:#8b5cf61f}.style-aurora.dark-theme .summary-detail-item{border-bottom-color:#8b5cf61a}.style-aurora.dark-theme .practice-result-icon{border:none}.style-aurora.dark-theme .result-correct .practice-result-icon{background:linear-gradient(135deg,#10b98133,#34d39926);box-shadow:0 4px 20px #10b98126}.style-aurora.dark-theme .result-incorrect .practice-result-icon{background:linear-gradient(135deg,#ef444433,#f8717126);box-shadow:0 4px 20px #ef44441f}.style-aurora.dark-theme .next-card-btn{border:none;box-shadow:0 4px 20px #a855f766}.style-aurora.dark-theme .practice-option-btn{background:#18142d80;border-color:#8b5cf62e}.style-aurora.dark-theme .practice-option-btn:hover{background:#201b3ab3;border-color:#8b5cf64d;box-shadow:0 4px 16px #8b5cf61f}.style-aurora.dark-theme .practice-option-btn.option-correct{background:#10281eb3;border-color:#34d3994d;box-shadow:0 4px 20px #10b9811f}.style-aurora.dark-theme .practice-option-btn.option-wrong{background:#321414b3;border-color:#f871714d;box-shadow:0 4px 20px #ef44441a}.style-aurora.dark-theme .practice-option-letter{background:linear-gradient(135deg,#8b5cf6,#a855f7);box-shadow:0 2px 8px #8b5cf666}.style-aurora .empty-state{color:#7c3aed80}.style-aurora .empty-hint{color:#8c5ae666}.style-aurora .mistakes-page{background:var(--bg-primary)}.style-aurora .mistakes-header{background:#fefeffb8;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid rgba(168,130,220,.07)}.style-aurora .mistakes-header .back-button{background:#ffffff80;border:1px solid rgba(168,130,220,.11);box-shadow:none;color:var(--text-primary)}.style-aurora .mistakes-header .back-button:hover{background:#ffffffb3;border-color:#8c50eb4d;box-shadow:0 2px 8px #8c5ae624;transform:translateY(-1px)}.style-aurora .mistakes-header .header-title{color:var(--text-primary)}.style-aurora .all-mistakes-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d}.style-aurora .all-mistakes-btn:hover{box-shadow:0 6px 24px #8c50eb61;transform:translateY(-2px)}.style-aurora .mistakes-stats{background:#ffffff8c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);box-shadow:0 2px 12px #8c5ae61f;color:var(--text-primary)}.style-aurora .stats-text{color:var(--text-secondary, #57534e)}.style-aurora .stats-unresolved{color:var(--text-primary)}.style-aurora .stats-progress-bar{background:#a882dc12;border:none}.style-aurora .stats-progress-fill{background:linear-gradient(90deg,#a855f7,#ec4899)}.style-aurora .mistake-card{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);border-left:4px solid #ef4444;box-shadow:0 2px 12px #8c5ae61f}.style-aurora .mistake-card:hover{box-shadow:0 4px 20px #8c5ae62e;border-color:#8c5ae638;border-left-color:#ef4444;background:#fffc;transform:translateY(-1px)}.style-aurora .mistake-card:active{transform:translateY(0);box-shadow:0 1px 4px #8c5ae614}.style-aurora .mistake-title{color:var(--text-primary)}.style-aurora .mistake-meta{color:var(--text-secondary, #57534e)}.style-aurora .mistake-number{background:linear-gradient(135deg,#ef4444,#f43f5e);border:none;color:#fff;box-shadow:0 2px 6px #ef44444d;font-weight:700;border-radius:10px}.style-aurora .mistake-arrow{color:#9b7ddb66}.style-aurora .mistakes-empty{background:#ede9fe33;border:1px solid rgba(140,90,230,.14);border-radius:16px}.style-aurora .mistakes-empty h2{color:var(--text-primary)}.style-aurora .mistakes-empty p{color:var(--text-secondary, #57534e)}.style-aurora .go-express-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d}.style-aurora .spinner:before{border-color:#a882dc1c;border-top-color:#a855f7}.style-aurora .spinner-inner{background:linear-gradient(135deg,#f0edfe,#fdf0f6)}.style-aurora .spinner-text{color:#7c3aed}.style-aurora .fullscreen-loader{background:#fefcffe6;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.style-aurora.dark-theme .fullscreen-loader{background:#0e0c18eb}.style-aurora .loading-screen{background:radial-gradient(ellipse at 50% 30%,rgba(140,90,230,.18) 0%,transparent 60%),var(--bg-primary)}.style-aurora.dark-theme .loading-screen{background:radial-gradient(ellipse at 50% 30%,rgba(139,92,246,.15) 0%,transparent 60%),var(--bg-primary)}.style-aurora .skeleton-wrapper{opacity:.7}.style-aurora .skeleton-icon,.style-aurora .skeleton-icon-small,.style-aurora .skeleton-text,.style-aurora .skeleton-title{background:linear-gradient(90deg,#ede9fe66 25%,#fce7f380,#ede9fe66 75%);background-size:200% 100%;animation:auroraShimmer 1.5s ease infinite;border:none}.style-aurora .profile-page{background:var(--bg-primary)}.style-aurora .profile-content{position:relative}.style-aurora .profile-content:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,rgba(140,90,230,.12) 0%,transparent 100%);pointer-events:none;z-index:0}.style-aurora .profile-content>*{position:relative;z-index:1}.style-aurora .profile-stats .stat-item{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7)}.style-aurora .stat-icon{background:linear-gradient(135deg,#f0edfe,#fdf0f6);border:1px solid rgba(168,130,220,.11);color:#7c3aed}.style-aurora .profile-section{background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);box-shadow:0 2px 12px #a882dc08}.style-aurora.dark-theme .profile-section{background:#18142de0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(139,92,246,.18);box-shadow:0 2px 16px #643cc81f}.style-aurora.dark-theme .profile-stats .stat-item{background:#18142de0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(139,92,246,.18);box-shadow:0 2px 12px #643cc81a}.style-aurora.dark-theme .stat-icon{background:linear-gradient(135deg,#281c44e6,#371e4ecc);border-color:#8b5cf640;color:#b794f6}.style-aurora.dark-theme .stat-value{color:#edeaf5}.style-aurora.dark-theme .stat-label{color:#a5a2b8}.style-aurora.dark-theme .subscription-section{background:#18142de0}.style-aurora.dark-theme .subscription-tier-badge{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none}.style-aurora.dark-theme .limit-item{background:#1a1630cc;border:1px solid rgba(139,92,246,.16);color:#eeecf6}.style-aurora.dark-theme .limit-label{color:#a5a2b8}.style-aurora.dark-theme .limit-value{color:#edeaf5}.style-aurora.dark-theme .change-tariff-button{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;box-shadow:0 4px 20px #a855f766,0 0 40px #a855f71a}.style-aurora.dark-theme .change-tariff-button:hover{box-shadow:0 6px 28px #a855f78c,0 0 60px #a855f726;transform:translateY(-2px)}.style-aurora.dark-theme .goals-section{background:#18142de0;border-color:#8b5cf62e}.style-aurora.dark-theme .goals-description,.style-aurora.dark-theme .goal-field label{color:#a5a2b8}.style-aurora.dark-theme .goal-input{background:#141126d9;border:1px solid rgba(139,92,246,.2);color:#eeecf6}.style-aurora.dark-theme .goals-save-button{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;box-shadow:0 4px 20px #8c50eb59}.style-aurora.dark-theme .no-classes{background:#18142db3;border:1px solid rgba(139,92,246,.15);color:#b0adc4}.style-aurora.dark-theme .no-classes p{color:#a5a2b8}.style-aurora.dark-theme .join-class-button{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;box-shadow:0 4px 20px #8c50eb59}.style-aurora.dark-theme .section-title,.style-aurora.dark-theme .user-name,.style-aurora.dark-theme .setting-text{color:#edeaf5}.style-aurora.dark-theme .setting-value{color:#a5a2b8}.style-aurora.dark-theme .pro-section{background:#18142de0;border:1px solid rgba(139,92,246,.18)}.style-aurora .period-filter{border:1px solid rgba(140,90,230,.15);border-radius:14px;overflow:hidden}.style-aurora .period-filter button{border:none;background:transparent;color:var(--text-secondary);font-weight:500}.style-aurora .period-filter button.active{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;box-shadow:0 2px 8px #8c50eb40}.style-aurora .collapse-toggle{border:1px solid rgba(168,85,247,.3);box-shadow:0 2px 8px #8c5ae626;background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff;border-radius:10px;font-weight:700;transition:all .2s ease}.style-aurora .collapse-toggle:hover{transform:translateY(-1px);box-shadow:0 4px 14px #8c5ae640;background:linear-gradient(135deg,#c084fc,#a855f7)}.style-aurora .task-grid-item{border:1px solid rgba(140,90,230,.12);border-radius:10px}.style-aurora .task-grid-item.has-data{background:#ede9fe66}.style-aurora .task-grid-progress-fill{border-radius:4px}.style-aurora .section-header-collapsible{border:none;background:transparent}.style-aurora .collapsed-preview,.style-aurora .task-mini-summary{border-top:1px solid rgba(140,90,230,.1)}.style-aurora.dark-theme .period-filter{border-color:#8b5cf62e;background:#18142d99}.style-aurora.dark-theme .period-filter button{color:#a5a2b8}.style-aurora.dark-theme .period-filter button.active{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff}.style-aurora.dark-theme .collapse-toggle{border:1px solid rgba(139,92,246,.3);background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 2px 10px #7c3aed4d}.style-aurora.dark-theme .collapse-toggle:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 16px #7c3aed66;transform:translateY(-1px)}.style-aurora.dark-theme .task-grid-item{border-color:#8b5cf624}.style-aurora.dark-theme .task-grid-item.has-data{background:#241c4180}.style-aurora.dark-theme .collapsed-preview,.style-aurora.dark-theme .task-mini-summary{border-top-color:#8b5cf61f}.style-aurora .essay-prompt{border:1px solid rgba(140,90,230,.15);box-shadow:0 2px 8px #8c5ae60f;background:#ffffff80;border-radius:14px}.style-aurora .exam-timer{border:1px solid rgba(140,90,230,.15);background:#ffffff80;border-radius:10px}.style-aurora .exam-nav-btn{border:1px solid rgba(140,90,230,.15);box-shadow:0 1px 4px #8c5ae60f;border-radius:10px}.style-aurora .exam-nav-btn:hover{background:linear-gradient(135deg,#a855f71a,#ec489914);border-color:#8c5ae640}.style-aurora.dark-theme .essay-prompt{border-color:#8b5cf62e;background:#18142db3}.style-aurora.dark-theme .exam-timer{border-color:#8b5cf62e;background:#18142db3;color:#eeecf6}.style-aurora.dark-theme .exam-nav-btn{border-color:#8b5cf62e;background:#18142d99;color:#eeecf6}.style-aurora .theory-header{border-bottom:1px solid rgba(140,90,230,.12);background:#fefcffb8;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.style-aurora .theory-section{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);border-bottom:1px solid rgba(140,90,230,.1);box-shadow:0 2px 12px #8c5ae60f;border-radius:14px;margin-bottom:12px}.style-aurora .theory-task-chip{border:1px solid rgba(140,90,230,.15);background:#ede9fe66;border-radius:8px;color:#7c3aed}.style-aurora .theory-algorithm-num{background:linear-gradient(135deg,#a855f7,#818cf8);color:#fff;border:none;border-radius:8px}.style-aurora .theory-table th{background:#ede9fe80;border:1px solid rgba(140,90,230,.12);color:#7c3aed}.style-aurora .theory-table td{border:1px solid rgba(140,90,230,.08)}.style-aurora.dark-theme .theory-header{background:#100e1cf0;border-bottom-color:#8b5cf626}.style-aurora.dark-theme .theory-section{background:#18142de0;border:1px solid rgba(139,92,246,.16);border-bottom-color:#8b5cf61f}.style-aurora.dark-theme .theory-task-chip{border-color:#8b5cf633;background:#241c4180;color:#b794f6}.style-aurora.dark-theme .theory-algorithm-num{box-shadow:0 2px 8px #a855f759}.style-aurora.dark-theme .theory-table th{background:#8b5cf626;border-color:#8b5cf626;color:#b794f6}.style-aurora.dark-theme .theory-table td{border-color:#8b5cf61a}.style-aurora .homework-page{background:linear-gradient(135deg,#f5f0ff,#fdf0f8)}.style-aurora .homework-header{background:linear-gradient(135deg,#ede5ff,#f8e8f4);border-bottom:1px solid rgba(140,90,230,.18)}.style-aurora .homework-header h1{color:#1e1b4b}.style-aurora .homework-subtitle{color:#5b4f8a}.style-aurora .homework-content{background:linear-gradient(180deg,#faf8ff,#fdf0f8);border-top:1px solid rgba(140,90,230,.12)}.style-aurora .homework-empty h3{color:#1e1b4b}.style-aurora .homework-empty p{color:#4c3d7a}.style-aurora .homework-empty .empty-hint{color:#7c6fb0}.style-aurora .homework-card{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);border-left:4px solid #a855f7;box-shadow:0 2px 12px #8c5ae614;border-radius:14px}.style-aurora .homework-card:hover{box-shadow:0 4px 20px #8c5ae626;transform:translateY(-2px)}.style-aurora .homework-title{color:#1e1b4b}.style-aurora .homework-meta span{color:#4c3d7a}.style-aurora .homework-card-action{color:#7c3aed}.style-aurora .assigned-date{color:#7c6fb0}.style-aurora .filter-btn{border:1px solid rgba(140,90,230,.15);border-radius:10px;background:#ffffff80}.style-aurora .filter-btn.active{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border-color:transparent}.style-aurora .status-badge{border:1px solid rgba(140,90,230,.12);border-radius:8px}.style-aurora.dark-theme .homework-card{background:#18142de0;border:1px solid rgba(139,92,246,.16);border-left:4px solid #a855f7}.style-aurora.dark-theme .filter-btn{border-color:#8b5cf62e;background:#18142d99;color:#b0adc4}.style-aurora.dark-theme .filter-btn.active{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff}.style-aurora.dark-theme .status-badge{border-color:#8b5cf626}.style-aurora .mistake-card{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);border-left:4px solid #ef4444;box-shadow:0 2px 12px #8c5ae60f;border-radius:14px}.style-aurora .stats-progress-fill{border-radius:4px}.style-aurora.dark-theme .mistake-card{background:#18142de0;border:1px solid rgba(139,92,246,.16);border-left:4px solid rgba(248,113,113,.7)}.style-aurora .mistake-solver{background:var(--bg-primary)}.style-aurora .mistake-solver .task-header{background:#fefeffb8;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid rgba(168,130,220,.07)}.style-aurora .mistake-solver .back-button{background:#ffffff80;border:1px solid rgba(168,130,220,.11);box-shadow:none;color:var(--text-primary)}.style-aurora .mistake-solver .back-button:hover{background:#ffffffb3;border-color:#8c50eb4d;box-shadow:0 2px 8px #8c5ae624;transform:translateY(-1px)}.style-aurora .mistake-solver .back-button:active{transform:translateY(0);box-shadow:none}.style-aurora .mistake-solver .header-title{color:var(--text-primary)}.style-aurora .mistake-solver .solver-card{background:#ffffff8c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #8c5ae624;color:var(--text-primary)}.style-aurora .mistake-badge{background:linear-gradient(135deg,#ef44441f,#f472b61a);border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#dc2626;box-shadow:none}.style-aurora .previous-answer-hint{background:#fee2e240;border:1px solid rgba(239,68,68,.15);border-radius:10px;color:#991b1b;box-shadow:none}.style-aurora .mistake-solver .task-question{color:var(--text-primary)}.style-aurora .mistake-solver .task-context{background:#ede9fe33;border:1px solid rgba(168,130,220,.1);border-left:3px solid rgba(140,90,230,.3);color:var(--text-primary);box-shadow:none}.style-aurora .mistake-solver .options-hint{color:var(--text-secondary, #57534e)}.style-aurora .mistake-solver .answer-option{background:#ffffff80;border:1px solid rgba(140,90,230,.15);border-radius:12px;box-shadow:0 1px 4px #8c5ae60a;color:var(--text-primary)}.style-aurora .mistake-solver .answer-option:hover{background:#ede9fe66;border-color:#8c5ae64d;box-shadow:0 2px 8px #8c5ae61a;transform:translateY(-1px)}.style-aurora .mistake-solver .answer-option:active{transform:translateY(0);box-shadow:none}.style-aurora .mistake-solver .answer-option.selected{background:linear-gradient(135deg,#7c3aed1f,#a855f714);border-color:#8c50eb61;color:var(--text-primary);box-shadow:0 0 0 3px #9b7ddb0f}.style-aurora .mistake-solver .option-number{background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;color:#fff;box-shadow:0 2px 6px #7c3aed4d;font-weight:700;border-radius:8px}.style-aurora .mistake-solver .answer-option.selected .option-number{background:linear-gradient(135deg,#ec4899,#f43f5e);box-shadow:0 2px 6px #ec489959;color:#fff}.style-aurora .mistake-solver .answer-input label{color:var(--text-primary)}.style-aurora .mistake-solver .answer-input input{background:#fff9;border:1px solid rgba(140,90,230,.22);box-shadow:none;color:var(--text-primary)}.style-aurora .mistake-solver .answer-input input:focus{border-color:#9b7ddb66;box-shadow:0 0 0 3px #9b7ddb14;background:#ffffffd9}.style-aurora .mistake-solver .check-button{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;border-radius:14px;box-shadow:0 4px 16px #8c50eb40}.style-aurora .mistake-solver .check-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 24px #8c50eb59}.style-aurora .mistake-solver .check-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #8c50eb33}.style-aurora .result-status{border:1px solid rgba(140,90,230,.15);border-radius:14px;box-shadow:0 2px 8px #8c5ae60f}.style-aurora .mistake-solver .status-title{color:var(--text-primary)}.style-aurora .mistake-solver .result-status.correct .status-title{color:#065f46}.style-aurora .mistake-solver .result-status.incorrect .status-title{color:#991b1b}.style-aurora .mistake-solver .ai-explanation{background:#ede9fe4d;border:1px solid rgba(140,90,230,.18);box-shadow:none;border-radius:12px}.style-aurora .mistake-solver .ai-explanation p{color:var(--text-primary)}.style-aurora .mistake-solver .correct-answer-block h3,.style-aurora .mistake-solver .user-answer-block h3{color:var(--text-secondary, #57534e)}.style-aurora .mistake-solver .answer-display{background:#d1fae580;border:1px solid rgba(16,185,129,.2);color:#065f46;border-radius:10px;box-shadow:none}.style-aurora .mistake-solver .answer-display.incorrect-mark{background:#fee2e280;border-color:#ef444433;color:#991b1b}.style-aurora .mistake-solver .next-task-button{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;border-radius:14px;box-shadow:0 4px 16px #8c50eb40}.style-aurora .mistake-solver .next-task-button:hover{transform:translateY(-1px);box-shadow:0 6px 24px #8c50eb59}.style-aurora .mistake-solver .next-task-button:active{transform:translateY(0);box-shadow:0 2px 8px #8c50eb33}.style-aurora .mistake-solver .back-list-button{background:#ffffff80;border:1px solid rgba(168,130,220,.15);color:var(--text-primary);border-radius:14px;box-shadow:none}.style-aurora .mistake-solver .back-list-button:hover{background:#ffffffb3;border-color:#8c50eb4d;box-shadow:0 2px 8px #8c5ae624;transform:translateY(-1px)}.style-aurora .mistake-solver .back-list-button:active{transform:translateY(0);box-shadow:none}.style-aurora .mistakes-all-done h2{color:var(--text-primary)}.style-aurora .mistakes-all-done p{color:var(--text-secondary, #57534e)}.style-aurora.dark-theme .mistake-solver{background:var(--bg-primary)}.style-aurora.dark-theme .mistake-solver .task-header{background:#0f0c1ecc;border-bottom:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .mistake-solver .solver-card{background:#18142de0;border:1px solid rgba(139,92,246,.16);color:var(--text-primary)}.style-aurora.dark-theme .result-status{border-color:#8b5cf62e}.style-aurora.dark-theme .result-status.correct{background:#10b9811f}.style-aurora.dark-theme .result-status.incorrect{background:#ef44441f}.style-aurora.dark-theme .mistake-badge{background:#ef44441f;border-color:#ef444433;color:#fca5a5}.style-aurora.dark-theme .previous-answer-hint{background:#ef444414;border-color:#ef444426;color:#fca5a5}.style-aurora.dark-theme .mistake-solver .answer-option{background:#18142db3;border-color:#8b5cf629}.style-aurora.dark-theme .mistake-solver .answer-option:hover{background:#241c4199;border-color:#8b5cf64d}.style-aurora .result-card{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);box-shadow:0 2px 12px #8c5ae60f;border-radius:14px;color:var(--text-primary)}.style-aurora .answer-or-badge{border:1px solid rgba(140,90,230,.12);border-radius:8px}.style-aurora.dark-theme .result-card{background:#18142de0;border:1px solid rgba(139,92,246,.16);color:var(--text-primary)}.style-aurora.dark-theme .answer-or-badge{border-color:#8b5cf626}.style-aurora .answer-option{border:1px solid rgba(140,90,230,.15);background:#ffffff80;border-radius:12px;box-shadow:0 1px 4px #8c5ae60a;color:var(--text-primary)}.style-aurora .answer-option:hover{border-color:#8c5ae64d;background:#ede9fe66;box-shadow:0 2px 8px #8c5ae61a}.style-aurora .answer-option.selected{border-color:#8c5ae666;background:#ede9fe80}.style-aurora .check-button{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;box-shadow:0 4px 16px #8c50eb40;border-radius:12px}.style-aurora .check-button:hover{box-shadow:0 6px 24px #8c50eb59;transform:translateY(-2px)}.style-aurora .options-hint{border:1px solid rgba(140,90,230,.1);border-radius:10px;background:#ede9fe4d;color:var(--text-primary)}.style-aurora .task-question{color:var(--text-primary)}.style-aurora.dark-theme .answer-option{border-color:#8b5cf629;background:#18142db3}.style-aurora.dark-theme .answer-option:hover{border-color:#8b5cf64d;background:#241c4199}.style-aurora.dark-theme .answer-option.selected{border-color:#8b5cf666;background:#241c41bf;box-shadow:0 0 16px #8b5cf61a}.style-aurora.dark-theme .check-button{box-shadow:0 4px 20px #a855f766,0 0 40px #a855f71a}.style-aurora.dark-theme .options-hint{border-color:#8b5cf61f;background:#241c4166;color:#b0adc4}.style-aurora .back-button{background:#ffffff80;border:1px solid rgba(168,130,220,.11);box-shadow:none;color:var(--text-primary)}.style-aurora .back-button:hover{background:#ffffffb3;border-color:#8c50eb4d;box-shadow:0 2px 8px #8c5ae624}.style-aurora a{color:#7c3aed}.style-aurora ::selection{background:#8c50eb40;color:inherit}.style-aurora ::-webkit-scrollbar{width:6px;height:6px}.style-aurora ::-webkit-scrollbar-track{background:#ede9fe33}.style-aurora ::-webkit-scrollbar-thumb{background:#a882dc2e;border-radius:10px}.style-aurora ::-webkit-scrollbar-thumb:hover{background:#9b7ddb47}@keyframes auroraCardAppear{0%{opacity:0;transform:translateY(8px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.style-aurora .mode-card,.style-aurora .additional-item,.style-aurora .summary-card,.style-aurora .mistake-card,.style-aurora .variant-card{animation:auroraCardAppear .3s ease-out both}.style-aurora .mode-card:nth-child(1),.style-aurora .summary-card:nth-child(1){animation-delay:.05s}.style-aurora .mode-card:nth-child(2),.style-aurora .summary-card:nth-child(2){animation-delay:.1s}.style-aurora .mode-card:nth-child(3),.style-aurora .summary-card:nth-child(3){animation-delay:.15s}.style-aurora .mode-card:nth-child(4){animation-delay:.2s}.style-aurora .additional-item:nth-child(1){animation-delay:.08s}.style-aurora .additional-item:nth-child(2){animation-delay:.12s}.style-aurora .additional-item:nth-child(3){animation-delay:.16s}.style-aurora .additional-item:nth-child(4){animation-delay:.2s}.style-aurora .additional-item:nth-child(5){animation-delay:.24s}.style-aurora .additional-item:nth-child(6){animation-delay:.28s}.style-aurora .additional-item:nth-child(7){animation-delay:.32s}.style-aurora .auth-btn{border:1px solid rgba(140,90,230,.2);box-shadow:0 2px 10px #8c5ae61f;border-radius:12px;font-weight:600;transition:all .2s ease}.style-aurora .auth-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #8c5ae633}.style-aurora .auth-btn:active{transform:translateY(0);box-shadow:0 1px 4px #8c5ae626}.style-aurora .login-btn{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;box-shadow:0 2px 12px #a855f74d}.style-aurora .login-btn:hover{background:linear-gradient(135deg,#9333ea,#db2777);box-shadow:0 4px 20px #a855f766}.style-aurora .register-btn{background:#fff9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(140,90,230,.2);color:#7c3aed;box-shadow:0 2px 8px #8c5ae61a}.style-aurora .register-btn:hover{background:#ffffffd9;border-color:#8c5ae64d;box-shadow:0 4px 16px #8c5ae62e}.style-aurora.dark-theme .login-btn{box-shadow:0 2px 16px #a855f766,0 0 30px #a855f71a}.style-aurora.dark-theme .login-btn:hover{box-shadow:0 4px 24px #a855f780,0 0 40px #a855f726}.style-aurora.dark-theme .register-btn{background:#18142db3;border:1px solid rgba(139,92,246,.25);color:#b794f6;box-shadow:0 2px 10px #643cc81f}.style-aurora.dark-theme .register-btn:hover{background:#201b3ad9;border-color:#8b5cf666;box-shadow:0 4px 20px #8b5cf633}.style-aurora .home-floating-symbol{color:#7846dc1f;text-shadow:none}.style-aurora.dark-theme .home-floating-symbol{color:#b4a0ff24;text-shadow:0 0 18px rgba(139,92,246,.25)}.style-aurora.dark-theme .express-page{background:var(--bg-primary)}.style-aurora.dark-theme .express-header{background:#0f0c1ecc;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .express-header .back-button{background:#18142db3;border:1px solid rgba(139,92,246,.2);color:#e0ddf5;box-shadow:0 2px 8px #643cc81f}.style-aurora.dark-theme .express-header .header-title{color:#e0ddf5}.style-aurora.dark-theme .express-page .task-card{background:#18142da6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(139,92,246,.14);box-shadow:0 2px 12px #643cc81a}.style-aurora.dark-theme .express-page .task-card:hover{background:#241c41b3;border-color:#8b5cf640;box-shadow:0 4px 20px #643cc82e}.style-aurora.dark-theme .express-page .task-card.locked:hover{background:#18142da6;border-color:#8b5cf624;box-shadow:0 2px 12px #643cc81a}.style-aurora.dark-theme .express-page .task-number{background:linear-gradient(135deg,#7c3aed,#6366f1);border:none;box-shadow:0 2px 8px #7c3aed4d}.style-aurora.dark-theme .express-page .task-title{color:#e0ddf5}.style-aurora.dark-theme .express-page .task-description{color:#9b97b8}.style-aurora.dark-theme .express-page .task-arrow{color:#9b7ddb59}.style-aurora.dark-theme .express-page .task-card:hover .task-arrow{color:#a78bfa}.style-aurora.dark-theme .intro-title{color:#e0ddf5}.style-aurora.dark-theme .intro-text{color:#9b97b8}.style-aurora.dark-theme .task-progress-bar{background:#8b5cf61f}.style-aurora.dark-theme .task-progress-text{color:#9b97b8}.style-aurora.dark-theme .task-solver{background:var(--bg-primary)}.style-aurora.dark-theme .task-header{background:#0f0c1ecc;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .task-header .back-button{background:#18142db3;border:1px solid rgba(139,92,246,.2);color:#e0ddf5;box-shadow:0 2px 8px #643cc81f}.style-aurora.dark-theme .task-header .header-title{color:#e0ddf5}.style-aurora.dark-theme .solver-card{background:#18142de0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(139,92,246,.16);box-shadow:0 4px 24px #643cc824;color:#e0ddf5}.style-aurora.dark-theme .task-badge{background:#7c3aed26;border:1px solid rgba(139,92,246,.2);color:#b794f6;box-shadow:none}.style-aurora.dark-theme .task-question{color:#e0ddf5}.style-aurora.dark-theme .task-context{background:#241c4199;border:1px solid rgba(139,92,246,.16);border-left:4px solid rgba(139,92,246,.4);color:#d0cde5;box-shadow:0 2px 12px #643cc814}.style-aurora.dark-theme .task-context:before{color:#a78bfa}.style-aurora.dark-theme .answer-input label{color:#e0ddf5}.style-aurora.dark-theme .answer-input input{background:#0f0c1e99;border:1px solid rgba(139,92,246,.2);color:#e0ddf5;box-shadow:none}.style-aurora.dark-theme .answer-input input:focus{border-color:#8b5cf673;box-shadow:0 0 0 4px #7c3aed14}.style-aurora.dark-theme .quick-answer-btn{background:#18142db3;border:1px solid rgba(139,92,246,.16);color:#d0cde5;box-shadow:none}.style-aurora.dark-theme .quick-answer-btn:hover:not(:disabled){background:#241c4199;border-color:#8b5cf64d}.style-aurora.dark-theme .quick-answer-btn.active{background:#7c3aed26;border-color:#8b5cf659;color:#b794f6}.style-aurora.dark-theme .option-number{background:#8b5cf626;border:1px solid rgba(139,92,246,.25);color:#b794f6}.style-aurora.dark-theme .task-loading p,.style-aurora.dark-theme .task-error p{color:#9b97b8}.style-aurora.dark-theme .spinner{border-color:#8b5cf633;border-top-color:#a78bfa}.style-aurora.dark-theme .constructor-page{background:var(--bg-primary)}.style-aurora.dark-theme .constructor-header{color:#e0ddf5}.style-aurora.dark-theme .constructor-header .back-button{background:#18142db3;border:1px solid rgba(139,92,246,.2);color:#e0ddf5;box-shadow:0 2px 8px #643cc81f}.style-aurora.dark-theme .constructor-title{color:#e0ddf5}.style-aurora.dark-theme .constructor-content{background:var(--bg-primary);border-top:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .category-title{color:#e0ddf5}.style-aurora.dark-theme .task-item{background:#18142da6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(139,92,246,.14);box-shadow:0 2px 12px #643cc81a}.style-aurora.dark-theme .task-name{color:#e0ddf5}.style-aurora.dark-theme .task-number{color:#b794f6}.style-aurora.dark-theme .counter-button{background:#18142db3;border:1px solid rgba(139,92,246,.25);color:#b794f6;box-shadow:0 2px 8px #643cc81a}.style-aurora.dark-theme .counter-button:hover{background:#7c3aed4d;color:#fff;border-color:#8b5cf666}.style-aurora.dark-theme .counter-button:disabled{border-color:#8b5cf61a;color:#9b97b866;box-shadow:none}.style-aurora.dark-theme .counter-value{color:#9b97b8}.style-aurora.dark-theme .start-button-container{background:#0f0c1ee6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .start-button{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;box-shadow:0 4px 20px #a855f759}.style-aurora.dark-theme .start-button:hover{box-shadow:0 6px 28px #a855f773}.style-aurora.dark-theme .start-button:disabled{background:#3c325a80;box-shadow:none}.style-aurora.dark-theme .selection-info{background:#7c3aed1f;border:1px solid rgba(139,92,246,.2);box-shadow:0 2px 12px #643cc814}.style-aurora.dark-theme .selection-text{color:#e0ddf5}.style-aurora.dark-theme .selection-count{color:#b794f6}.style-aurora.dark-theme .homework-page{background:var(--bg-primary)}.style-aurora.dark-theme .homework-header{background:var(--bg-primary);border-bottom:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .homework-header h1{color:#e0ddf5}.style-aurora.dark-theme .homework-subtitle{color:#9b97b8}.style-aurora.dark-theme .homework-content{background:var(--bg-primary);border-top:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .homework-card{background:#18142da6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(139,92,246,.14);box-shadow:0 2px 12px #643cc81a}.style-aurora.dark-theme .homework-card:hover{border-color:#8b5cf640;box-shadow:0 4px 20px #643cc82e}.style-aurora.dark-theme .homework-title{color:#e0ddf5}.style-aurora.dark-theme .homework-meta span{color:#9b97b8}.style-aurora.dark-theme .homework-due{background:#8b5cf61a;border:1px solid rgba(139,92,246,.18);color:#9b97b8}.style-aurora.dark-theme .homework-due.overdue{background:#ef44441a;border-color:#ef444433;color:#fca5a5}.style-aurora.dark-theme .homework-result{background:#10b9811a;border:1px solid rgba(16,185,129,.2)}.style-aurora.dark-theme .result-label,.style-aurora.dark-theme .result-value{color:#6ee7b7}.style-aurora.dark-theme .result-percent{color:#9b97b8}.style-aurora.dark-theme .homework-card-action{color:#b794f6}.style-aurora.dark-theme .homework-card.completed .homework-card-action{color:#6ee7b7}.style-aurora.dark-theme .homework-card.overdue .homework-card-action{color:#fca5a5}.style-aurora.dark-theme .homework-empty h3{color:#e0ddf5}.style-aurora.dark-theme .homework-empty p{color:#9b97b8}.style-aurora.dark-theme .homework-spinner{border-color:#8b5cf633;border-top-color:#a78bfa}.style-aurora.dark-theme .theory-task-selector{background:#0f0c1ecc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .theory-task-description{background:#18142db3;border:1px solid rgba(139,92,246,.14);border-left:4px solid #7c3aed;box-shadow:0 2px 12px #643cc814}.style-aurora.dark-theme .theory-algorithm{background:#18142db3;border:1px solid rgba(139,92,246,.14);box-shadow:0 2px 12px #643cc814}.style-aurora .teacher-page{background:radial-gradient(ellipse at 15% 10%,rgba(150,100,245,.16) 0%,transparent 50%),radial-gradient(ellipse at 85% 30%,rgba(240,100,175,.12) 0%,transparent 50%),radial-gradient(ellipse at 50% 80%,rgba(50,180,250,.1) 0%,transparent 50%),#fdfcff;background-attachment:fixed}.style-aurora .teacher-header{background:#fefeffcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(168,130,220,.12);box-shadow:0 2px 20px #8c5ae614}.style-aurora .teacher-title{color:#1e1b4b;font-weight:800}.style-aurora .teacher-header .back-button{background:#fff9;border:1px solid rgba(168,130,220,.2);box-shadow:0 2px 8px #8c5ae61f;color:#7c3aed;border-radius:12px;transition:all .2s ease}.style-aurora .teacher-header .back-button:hover{background:#ffffffd9;border-color:#8c5ae64d;box-shadow:0 4px 16px #8c5ae62e;transform:translateY(-1px)}.style-aurora .teacher-header .back-button:active{transform:translateY(0);box-shadow:0 1px 4px #8c5ae61f}.style-aurora .teacher-tabs{background:transparent;padding-top:8px}.style-aurora .tab-button{background:#ffffff80;border:1px solid rgba(140,90,230,.12);box-shadow:none;color:var(--text-secondary);font-weight:600;transition:all .2s ease}.style-aurora .tab-button.active{background:linear-gradient(135deg,#a855f71f,#ec489914);border-color:#a855f740;box-shadow:0 2px 12px #a855f71a;color:#7c3aed;font-weight:700;transform:none}.style-aurora .tab-button:hover:not(.active){background:#ffffffb3;border-color:#8c5ae633;box-shadow:0 2px 8px #8c5ae61a;transform:translateY(-1px)}.style-aurora .tab-button:active{transform:translateY(0);box-shadow:none}.style-aurora .teacher-content{background:#fdfcffe0;border-top:1px solid rgba(255,255,255,.6);box-shadow:0 -2px 20px #8c5ae60f}.style-aurora .create-class-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d;font-weight:600}.style-aurora .create-class-btn:hover{box-shadow:0 6px 24px #8c50eb61;transform:translateY(-2px);background:linear-gradient(135deg,#9333ea,#db2777)}.style-aurora .create-class-btn:active{transform:translateY(0);box-shadow:0 2px 8px #8c50eb40}.style-aurora .class-card{background:#fff9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 12px #8c5ae61f;transition:all .2s ease}.style-aurora .class-card:before{background:linear-gradient(90deg,#a855f7,#ec4899,#38bdf8);opacity:.8}.style-aurora .class-card:hover{background:#ffffffd9;transform:translateY(-3px);box-shadow:0 8px 32px #8c5ae62e;border-color:#8c5ae638}.style-aurora .class-card .delete-btn{box-shadow:none}.style-aurora .class-card .delete-btn:hover{box-shadow:none;transform:none}.style-aurora .invite-code{background:linear-gradient(135deg,#a855f71f,#ec489914);border:1px solid rgba(168,85,247,.25);color:#7c3aed;font-weight:700}.style-aurora .view-class-btn{background:linear-gradient(135deg,#a855f714,#ec48990f);border:1px solid rgba(140,90,230,.18);color:#7c3aed;box-shadow:none;font-weight:600;transition:all .2s ease}.style-aurora .view-class-btn:hover{background:linear-gradient(135deg,#a855f726,#ec48991a);border-color:#a855f74d;box-shadow:0 2px 12px #8c5ae624;transform:translateY(-1px)}.style-aurora .view-class-btn:active{transform:translateY(0);box-shadow:none}.style-aurora .invite-code-section{background:#ffffff8c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 12px #8c5ae61a}.style-aurora .invite-code-block .invite-code{background:#ffffffb3;border:1px solid rgba(140,90,230,.18);color:#7c3aed;box-shadow:0 2px 8px #8c5ae614}.style-aurora .copy-btn,.style-aurora .regenerate-btn{border:1px solid rgba(140,90,230,.2);box-shadow:0 2px 8px #8c5ae61a;transition:all .2s ease}.style-aurora .copy-btn{background:linear-gradient(135deg,#a855f71a,#ec489914);color:#7c3aed}.style-aurora .regenerate-btn{background:#fff9;color:var(--text-primary)}.style-aurora .copy-btn:hover,.style-aurora .regenerate-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #8c5ae629}.style-aurora .copy-btn:active,.style-aurora .regenerate-btn:active{transform:translateY(0);box-shadow:0 1px 4px #8c5ae61a}.style-aurora .student-item{background:#ffffff80;border:1px solid rgba(140,90,230,.12);border-radius:12px;transition:all .15s ease}.style-aurora .student-item:hover{background:#ffffffb3;border-color:#8c5ae633}.style-aurora .student-item.expanded{background:linear-gradient(135deg,#a855f70f,#ec48990a);border-color:#a855f733}.style-aurora .student-stats-panel{background:#ffffff73;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(140,90,230,.12);border-top:none}.style-aurora .student-stat-card{background:#fff9;border:1px solid rgba(140,90,230,.12);box-shadow:0 1px 6px #8c5ae614}.style-aurora .view-full-analytics-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;box-shadow:0 4px 20px #a855f759;border-radius:14px;color:#fff;font-weight:700;transition:all .25s ease}.style-aurora .view-full-analytics-btn:hover{transform:translateY(-2px);box-shadow:0 6px 28px #a855f780;background:linear-gradient(135deg,#c084fc,#f472b6)}.style-aurora .view-full-analytics-btn:active{transform:translateY(0);box-shadow:0 2px 12px #a855f74d}.style-aurora .student-analytics-overlay{background:#1e1b4b73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.style-aurora .student-analytics-modal{background:#fdfcfff5;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 60px #8c5ae633;border-radius:24px}.style-aurora .student-analytics-header{background:linear-gradient(135deg,#a855f71a,#ec489912);border-bottom:1px solid rgba(140,90,230,.12)}.style-aurora .student-analytics-title h2{color:#4c1d95}.style-aurora .student-analytics-email{color:#7c3aed}.style-aurora .student-analytics-close{background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#dc2626;box-shadow:none;transition:all .2s ease}.style-aurora .student-analytics-close:hover{background:#ef444426;transform:scale(1.05);box-shadow:0 2px 8px #ef44441f}.style-aurora .student-analytics-close:active{transform:scale(.98);box-shadow:none}.style-aurora .student-analytics-section-title{color:#4c1d95;border-bottom-color:#8c5ae61a}.style-aurora .student-analytics-body .load-more-btn{background:linear-gradient(135deg,#a855f71a,#ec48990f);border:1px solid rgba(168,85,247,.2);box-shadow:0 2px 8px #8c5ae61a;color:#7c3aed;border-radius:12px;transition:all .2s ease}.style-aurora .student-analytics-body .load-more-btn:hover{background:linear-gradient(135deg,#a855f726,#ec48991a);box-shadow:0 4px 16px #8c5ae626;transform:translateY(-1px)}.style-aurora .essay-stat-chip{background:#a855f714;border:1px solid rgba(168,85,247,.18);box-shadow:0 2px 8px #8c5ae614;border-radius:12px}.style-aurora .essay-stat-chip-value{color:#4c1d95}.style-aurora .essay-history-card{background:#ffffff8c;border:1px solid rgba(140,90,230,.12);box-shadow:0 2px 8px #8c5ae60f;border-radius:14px;transition:all .2s ease}.style-aurora .essay-history-card:hover{background:#ffffffbf;box-shadow:0 4px 16px #8c5ae61f;transform:translateY(-1px)}.style-aurora .essay-history-score{border:none;border-radius:8px;font-weight:800}.style-aurora .essay-history-score.essay-score-good{background:#10b9811f;color:#059669}.style-aurora .essay-history-score.essay-score-medium{background:#f59e0b1f;color:#d97706}.style-aurora .essay-history-score.essay-score-weak{background:#ef44441a;color:#dc2626}.style-aurora .essay-history-words{background:#8c5ae60f;color:#7c3aed}.style-aurora .empty-students,.style-aurora .empty-variants{background:#ffffff73;border:1px solid rgba(140,90,230,.12);box-shadow:none;color:var(--text-secondary)}.style-aurora .assigned-variant-item{background:#ffffff80;border:1px solid rgba(140,90,230,.12);transition:all .15s ease}.style-aurora .assigned-variant-item:hover{background:#ffffffb3}.style-aurora .view-results-btn{background:linear-gradient(135deg,#a855f71a,#ec489914);border:1px solid rgba(168,85,247,.2);color:#7c3aed;box-shadow:0 2px 8px #8c5ae61a;transition:all .2s ease}.style-aurora .view-results-btn:hover{background:linear-gradient(135deg,#a855f72e,#ec48991f);box-shadow:0 4px 16px #8c5ae629;transform:translateY(-1px)}.style-aurora .view-results-btn:active{transform:translateY(0);box-shadow:0 1px 4px #8c5ae61a}.style-aurora .delete-assignment-btn{background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#dc2626;box-shadow:none}.style-aurora .delete-assignment-btn:hover{background:#ef444426;border-color:#ef444459;box-shadow:0 2px 8px #ef44441f;transform:translateY(-1px)}.style-aurora .delete-assignment-btn:active{transform:translateY(0);box-shadow:none}.style-aurora .assign-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d;font-weight:600}.style-aurora .assign-btn:hover{box-shadow:0 6px 24px #8c50eb61;transform:translateY(-2px)}.style-aurora .assign-btn:active{transform:translateY(0);box-shadow:0 2px 8px #8c50eb40}.style-aurora .class-form input,.style-aurora .class-form textarea{background:#ffffffa6;border:1px solid rgba(140,90,230,.2);box-shadow:none;transition:all .2s ease}.style-aurora .class-form input:focus,.style-aurora .class-form textarea:focus{border-color:#7c3aed66;box-shadow:0 0 0 4px #7c3aed14,0 2px 8px #a882dc12;background:#ffffffd9}.style-aurora .cancel-btn{background:#fff9;border:1px solid rgba(140,90,230,.2);box-shadow:none;color:var(--text-primary);transition:all .2s ease}.style-aurora .cancel-btn:hover{background:#ffffffd9;box-shadow:0 2px 8px #8c5ae61f;transform:translateY(-1px)}.style-aurora .cancel-btn:active{transform:translateY(0);box-shadow:none}.style-aurora .submit-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d;font-weight:600}.style-aurora .submit-btn:not(:disabled):hover{box-shadow:0 6px 24px #8c50eb61;transform:translateY(-2px);background:linear-gradient(135deg,#9333ea,#db2777)}.style-aurora .submit-btn:not(:disabled):active{transform:translateY(0);box-shadow:0 2px 8px #8c50eb40}.style-aurora .variants-selector{background:#ffffff73;border:1px solid rgba(140,90,230,.15);box-shadow:none}.style-aurora .variant-option{background:#ffffff8c;border:1px solid rgba(140,90,230,.12);box-shadow:none;transition:all .2s ease}.style-aurora .variant-option:hover{background:#fffc;border-color:#8c5ae640;box-shadow:0 2px 8px #8c5ae61a;transform:translateY(-1px)}.style-aurora .variant-option:active{transform:translateY(0);box-shadow:none}.style-aurora .variant-option.selected{background:linear-gradient(135deg,#a855f71f,#ec489914);border-color:#a855f74d;color:#7c3aed}.style-aurora .variant-assign-form input{background:#ffffffa6;border:1px solid rgba(140,90,230,.2);box-shadow:none}.style-aurora .variant-assign-form input:focus{border-color:#7c3aed66;box-shadow:0 0 0 4px #7c3aed14,0 2px 8px #a882dc12;background:#ffffffd9}.style-aurora .summary-card{background:#ffffff8c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 10px #8c5ae61a}.style-aurora .summary-card.completed{background:#d1fae580;border-color:#10b98133}.style-aurora .summary-card.in-progress{background:#fef3c780;border-color:#f59e0b33}.style-aurora .summary-card.not-started{background:#e5e7eb80;border-color:#9ca3af33}.style-aurora .summary-card.average{background:#dbeafe80;border-color:#60a5fa33}.style-aurora .results-table{border:1px solid rgba(140,90,230,.15);box-shadow:0 2px 12px #8c5ae614;border-radius:14px;overflow:hidden}.style-aurora .results-table th{background:linear-gradient(135deg,#a855f714,#ec48990d);border-bottom:1px solid rgba(140,90,230,.15);color:#7c3aed;font-weight:600}.style-aurora .results-table td{border-bottom:1px solid rgba(140,90,230,.08)}.style-aurora .status-badge{border:1px solid rgba(140,90,230,.15)}.style-aurora .status-badge.completed{background:#d1fae599;border-color:#10b98140;color:#065f46}.style-aurora .status-badge.in-progress{background:#fef3c799;border-color:#f59e0b40;color:#92400e}.style-aurora .status-badge.not-started{background:#e5e7eb99;border-color:#9ca3af33;color:#6b7280}.style-aurora .back-btn{background:#fff9;border:1px solid rgba(140,90,230,.2);box-shadow:0 2px 8px #8c5ae61a;color:#7c3aed;transition:all .2s ease}.style-aurora .back-btn:hover{background:#ffffffd9;box-shadow:0 4px 16px #8c5ae629;transform:translateY(-1px)}.style-aurora .back-btn:active{transform:translateY(0);box-shadow:0 1px 4px #8c5ae61a}.style-aurora .stat-card{background:#ffffff8c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 12px #8c5ae61f;color:var(--text-primary)}.style-aurora .stat-card .stat-icon{font-size:35px}.style-aurora .stat-card .stat-value{background:linear-gradient(135deg,#7c3aed,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora .stats-classes{background:#ffffff73;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);box-shadow:0 2px 12px #8c5ae614}.style-aurora .stats-class-item{background:#ffffff80;border:1px solid rgba(140,90,230,.12);box-shadow:none;transition:all .2s ease}.style-aurora .stats-class-item:hover{background:#fffc;border-color:#8c5ae633;box-shadow:0 4px 16px #8c5ae61f;transform:translateY(-1px)}.style-aurora .stats-class-item:active{transform:translateY(0);box-shadow:none}.style-aurora .stats-class-count{background:linear-gradient(135deg,#a855f71f,#ec489914);border:1px solid rgba(168,85,247,.2);color:#7c3aed;box-shadow:none}.style-aurora .create-variant-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d;font-weight:600}.style-aurora .create-variant-btn:hover{box-shadow:0 6px 24px #8c50eb61;transform:translateY(-2px);background:linear-gradient(135deg,#9333ea,#db2777)}.style-aurora .create-variant-btn:active{transform:translateY(0);box-shadow:0 2px 8px #8c50eb40}.style-aurora .teacher-variant-filters .filter-select{background:#ffffffa6;border:1px solid rgba(140,90,230,.2);box-shadow:none}.style-aurora .teacher-variant-filters .filter-select:focus{border-color:#7c3aed66;box-shadow:0 0 0 4px #7c3aed14}.style-aurora .teacher-variant-card{background:#ffffff8c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);box-shadow:0 2px 10px #8c5ae61a;transition:all .2s ease}.style-aurora .teacher-variant-card:hover{background:#fffc;box-shadow:0 4px 20px #8c5ae629;transform:translateY(-2px);border-color:#8c5ae633}.style-aurora .teacher-variant-number{color:#7c3aed}.style-aurora .teacher-variant-status{border:1px solid rgba(140,90,230,.15)}.style-aurora .teacher-variant-status.active{background:#d1fae599;border-color:#10b98140;color:#065f46}.style-aurora .teacher-variant-status.inactive{background:#e5e7eb80;border-color:#9ca3af33;color:#6b7280}.style-aurora .edit-variant-btn{background:#fff9;border:1px solid rgba(140,90,230,.2);color:#7c3aed;box-shadow:none;transition:all .2s ease}.style-aurora .edit-variant-btn:hover{background:#ffffffd9;border-color:#8c5ae64d;box-shadow:0 2px 8px #8c5ae61f;transform:translateY(-1px)}.style-aurora .edit-variant-btn:active{transform:translateY(0);box-shadow:none}.style-aurora .delete-variant-btn{background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#dc2626;box-shadow:none;transition:all .2s ease}.style-aurora .delete-variant-btn:hover{background:#ef444426;border-color:#ef444459;box-shadow:0 2px 8px #ef44441f;transform:translateY(-1px)}.style-aurora .delete-variant-btn:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .teacher-page{background:radial-gradient(ellipse 600px 600px at 15% 10%,rgba(139,92,246,.18) 0%,transparent 60%),radial-gradient(ellipse 500px 500px at 85% 25%,rgba(236,72,153,.12) 0%,transparent 60%),radial-gradient(ellipse 450px 450px at 50% 80%,rgba(56,189,248,.09) 0%,transparent 60%),linear-gradient(180deg,#12101f,#0e0c1a);background-attachment:fixed}.style-aurora.dark-theme .teacher-header{background:#100e1cf0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(139,92,246,.15);box-shadow:0 2px 20px #643cc81a}.style-aurora.dark-theme .teacher-title{color:#eeecf6}.style-aurora.dark-theme .teacher-header .back-button{background:#1a1630cc;border:1px solid rgba(139,92,246,.2);color:#b794f6;box-shadow:none}.style-aurora.dark-theme .teacher-header .back-button:hover{background:#241e41e6;border-color:#8b5cf659;box-shadow:0 0 12px #8b5cf61a;transform:translateY(-1px)}.style-aurora.dark-theme .teacher-header .back-button:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .teacher-tabs{background:transparent}.style-aurora.dark-theme .tab-button{background:#16122880;border:1px solid rgba(130,80,230,.12);color:var(--text-secondary);box-shadow:none}.style-aurora.dark-theme .tab-button.active{background:#23193cd9;border-color:#8c5ae64d;color:#c4b5fd;box-shadow:0 0 16px #8b5cf61a;transform:none}.style-aurora.dark-theme .tab-button:hover:not(.active){background:#1e1834b3;border-color:#8250e633;box-shadow:none;transform:translateY(-1px)}.style-aurora.dark-theme .tab-button:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .teacher-content{background:#0e0c1aeb;border-top:1px solid rgba(139,92,246,.1)}.style-aurora.dark-theme .create-class-btn,.style-aurora.dark-theme .create-variant-btn,.style-aurora.dark-theme .assign-btn,.style-aurora.dark-theme .submit-btn:not(:disabled){background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 20px #a855f766,0 0 40px #a855f71a}.style-aurora.dark-theme .create-class-btn:hover,.style-aurora.dark-theme .create-variant-btn:hover,.style-aurora.dark-theme .assign-btn:hover,.style-aurora.dark-theme .submit-btn:not(:disabled):hover{box-shadow:0 6px 28px #a855f78c,0 0 60px #a855f726;transform:translateY(-2px);background:linear-gradient(135deg,#9333ea,#db2777)}.style-aurora.dark-theme .create-class-btn:active,.style-aurora.dark-theme .create-variant-btn:active,.style-aurora.dark-theme .assign-btn:active,.style-aurora.dark-theme .submit-btn:not(:disabled):active{transform:translateY(0);box-shadow:0 2px 12px #a855f74d}.style-aurora.dark-theme .class-card{background:#18142de0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(139,92,246,.18);box-shadow:0 2px 16px #643cc81f}.style-aurora.dark-theme .class-card:before{background:linear-gradient(90deg,#a855f7,#ec4899,#38bdf8);opacity:.7}.style-aurora.dark-theme .class-card:hover{background:#201b3aeb;border-color:#8b5cf64d;box-shadow:0 4px 24px #8b5cf62e;transform:translateY(-3px)}.style-aurora.dark-theme .class-card .delete-btn{color:#7d7a94;box-shadow:none}.style-aurora.dark-theme .class-card .delete-btn:hover{color:#fca5a5;box-shadow:none;transform:none}.style-aurora.dark-theme .class-name{color:#eeecf6}.style-aurora.dark-theme .invite-code{background:#8b5cf626;border:1px solid rgba(139,92,246,.25);color:#c4b5fd}.style-aurora.dark-theme .view-class-btn{background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);color:#c4b5fd;box-shadow:none}.style-aurora.dark-theme .view-class-btn:hover{background:#8b5cf62e;border-color:#8b5cf659;box-shadow:0 0 12px #8b5cf61a;transform:translateY(-1px)}.style-aurora.dark-theme .view-class-btn:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .invite-code-section{background:#18142dcc;border:1px solid rgba(139,92,246,.18);box-shadow:0 2px 16px #643cc81a}.style-aurora.dark-theme .invite-code-section h3{color:#eeecf6}.style-aurora.dark-theme .invite-code-block .invite-code{background:#0e0c1ab3;border:1px solid rgba(139,92,246,.2);color:#c4b5fd;box-shadow:0 2px 8px #643cc81a}.style-aurora.dark-theme .copy-btn{background:#8b5cf61f;border:1px solid rgba(139,92,246,.2);color:#c4b5fd;box-shadow:none}.style-aurora.dark-theme .regenerate-btn{background:#1a1630cc;border:1px solid rgba(139,92,246,.2);color:#b0adc4;box-shadow:none}.style-aurora.dark-theme .copy-btn:hover,.style-aurora.dark-theme .regenerate-btn:hover{background:#241e41e6;border-color:#8b5cf659;box-shadow:0 0 12px #8b5cf614;transform:translateY(-1px)}.style-aurora.dark-theme .copy-btn:active,.style-aurora.dark-theme .regenerate-btn:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .student-item{background:#18142db3;border:1px solid rgba(139,92,246,.15)}.style-aurora.dark-theme .student-item:hover{background:#201b3acc;border-color:#8b5cf640}.style-aurora.dark-theme .student-item.expanded{background:#23193ccc;border-color:#8b5cf640}.style-aurora.dark-theme .student-stats-panel{background:#12101fcc;border:1px solid rgba(139,92,246,.12);border-top:none}.style-aurora.dark-theme .student-stat-card{background:#18142dd9;border:1px solid rgba(139,92,246,.15);box-shadow:0 1px 6px #643cc814}.style-aurora.dark-theme .student-stat-value{color:#eeecf6}.style-aurora.dark-theme .student-stat-value.accuracy{color:#c4b5fd}.style-aurora.dark-theme .student-expand-icon{color:#7d7a94}.style-aurora.dark-theme .student-email{color:#eeecf6}.style-aurora.dark-theme .view-full-analytics-btn{background:linear-gradient(135deg,#9333ea,#db2777);border:none;box-shadow:0 4px 24px #9333ea66;color:#fff}.style-aurora.dark-theme .view-full-analytics-btn:hover{transform:translateY(-2px);box-shadow:0 6px 32px #9333ea8c;background:linear-gradient(135deg,#a855f7,#ec4899)}.style-aurora.dark-theme .view-full-analytics-btn:active{transform:translateY(0);box-shadow:0 2px 12px #9333ea4d}.style-aurora.dark-theme .student-analytics-overlay{background:#080612a6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.style-aurora.dark-theme .student-analytics-modal{background:#12101ff7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(139,92,246,.2);box-shadow:0 8px 60px #643cc840;border-radius:24px}.style-aurora.dark-theme .student-analytics-header{background:#8b5cf614;border-bottom:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .student-analytics-title h2{color:#eeecf6}.style-aurora.dark-theme .student-analytics-email{color:#c4b5fd}.style-aurora.dark-theme .student-analytics-close{background:#ef44441a;border:1px solid rgba(239,68,68,.18);color:#fca5a5;box-shadow:none}.style-aurora.dark-theme .student-analytics-close:hover{background:#ef444433;box-shadow:0 0 12px #ef44441a;transform:scale(1.05)}.style-aurora.dark-theme .student-analytics-section-title{color:#e5e7eb;border-bottom-color:#8b5cf61a}.style-aurora.dark-theme .student-analytics-body .load-more-btn{background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);color:#c4b5fd;box-shadow:none}.style-aurora.dark-theme .student-analytics-body .load-more-btn:hover{background:#8b5cf62e;box-shadow:0 0 12px #8b5cf61a;transform:translateY(-1px)}.style-aurora.dark-theme .essay-stat-chip{background:#8b5cf61a;border:1px solid rgba(139,92,246,.18);box-shadow:none}.style-aurora.dark-theme .essay-stat-chip-value{color:#eeecf6}.style-aurora.dark-theme .essay-stat-chip-label{color:#7d7a94}.style-aurora.dark-theme .essay-history-card{background:#18142d99;border:1px solid rgba(139,92,246,.12);box-shadow:none}.style-aurora.dark-theme .essay-history-card:hover{background:#201b3acc;box-shadow:0 0 12px #8b5cf614;transform:translateY(-1px)}.style-aurora.dark-theme .essay-history-score{border:none}.style-aurora.dark-theme .essay-history-score.essay-score-good{background:#10b98126;color:#6ee7b7}.style-aurora.dark-theme .essay-history-score.essay-score-medium{background:#f59e0b1f;color:#fbbf24}.style-aurora.dark-theme .essay-history-score.essay-score-weak{background:#ef44441f;color:#fca5a5}.style-aurora.dark-theme .essay-history-words{background:#8b5cf614;color:#b794f6}.style-aurora.dark-theme .essay-history-date{color:#7d7a94}.style-aurora.dark-theme .essay-history-preview{color:#9b97b0}.style-aurora.dark-theme .essay-section-loading,.style-aurora.dark-theme .essay-section-empty{color:#7d7a94}.style-aurora.dark-theme .empty-students,.style-aurora.dark-theme .empty-variants{background:#18142d99;border:1px solid rgba(139,92,246,.12);color:#7d7a94;box-shadow:none}.style-aurora.dark-theme .assigned-variant-item{background:#18142db3;border:1px solid rgba(139,92,246,.15)}.style-aurora.dark-theme .assigned-variant-item:hover{background:#201b3acc}.style-aurora.dark-theme .av-title{color:#eeecf6}.style-aurora.dark-theme .view-results-btn{background:#8b5cf61f;border:1px solid rgba(139,92,246,.2);color:#c4b5fd;box-shadow:none}.style-aurora.dark-theme .view-results-btn:hover{background:#8b5cf633;border-color:#8b5cf659;box-shadow:0 0 12px #8b5cf61a;transform:translateY(-1px)}.style-aurora.dark-theme .view-results-btn:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .delete-assignment-btn{background:#ef44441a;border:1px solid rgba(239,68,68,.18);color:#fca5a5;box-shadow:none}.style-aurora.dark-theme .delete-assignment-btn:hover{background:#ef444433;border-color:#ef444459;box-shadow:0 0 12px #ef44441a;transform:translateY(-1px)}.style-aurora.dark-theme .delete-assignment-btn:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .class-form input,.style-aurora.dark-theme .class-form textarea,.style-aurora.dark-theme .variant-assign-form input{background:#141126d9;border:1px solid rgba(139,92,246,.2);color:#eeecf6;box-shadow:none}.style-aurora.dark-theme .class-form input:focus,.style-aurora.dark-theme .class-form textarea:focus,.style-aurora.dark-theme .variant-assign-form input:focus{background:#1a1630f2;border-color:#a855f773;box-shadow:0 0 0 4px #a855f71f,0 0 20px #a855f714}.style-aurora.dark-theme .class-form input::placeholder,.style-aurora.dark-theme .class-form textarea::placeholder,.style-aurora.dark-theme .variant-assign-form input::placeholder{color:#7d7a94}.style-aurora.dark-theme .class-form label,.style-aurora.dark-theme .variant-assign-form label{color:#b0adc4}.style-aurora.dark-theme .cancel-btn{background:#1a1630cc;border:1px solid rgba(139,92,246,.2);color:#b0adc4;box-shadow:none}.style-aurora.dark-theme .cancel-btn:hover{background:#241e41e6;border-color:#8b5cf659;box-shadow:0 0 12px #8b5cf614;transform:translateY(-1px)}.style-aurora.dark-theme .cancel-btn:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .variants-selector{background:#12101fcc;border:1px solid rgba(139,92,246,.15);box-shadow:none}.style-aurora.dark-theme .variant-group h4{color:#b0adc4}.style-aurora.dark-theme .variant-option{background:#18142db3;border:1px solid rgba(139,92,246,.12);color:#eeecf6;box-shadow:none}.style-aurora.dark-theme .variant-option:hover{background:#231c3cd9;border-color:#8b5cf640;box-shadow:none;transform:translateY(-1px)}.style-aurora.dark-theme .variant-option:active{transform:translateY(0)}.style-aurora.dark-theme .variant-option.selected{background:#8b5cf626;border-color:#a855f759;color:#c4b5fd}.style-aurora.dark-theme .summary-card{background:#18142dd9;border:1px solid rgba(139,92,246,.18);box-shadow:0 2px 12px #643cc81a}.style-aurora.dark-theme .summary-card.completed{background:#10b9811a;border-color:#10b98133}.style-aurora.dark-theme .summary-card.in-progress{background:#f59e0b1a;border-color:#f59e0b33}.style-aurora.dark-theme .summary-card.not-started{background:#9ca3af1a;border-color:#9ca3af26}.style-aurora.dark-theme .summary-card.average{background:#60a5fa1a;border-color:#60a5fa33}.style-aurora.dark-theme .summary-value{color:#eeecf6}.style-aurora.dark-theme .results-table{border:1px solid rgba(139,92,246,.15);box-shadow:0 2px 16px #643cc814}.style-aurora.dark-theme .results-table th{background:#8b5cf61f;border-bottom:1px solid rgba(139,92,246,.15);color:#c4b5fd}.style-aurora.dark-theme .results-table td{border-bottom:1px solid rgba(139,92,246,.08);color:#b0adc4}.style-aurora.dark-theme .status-badge{border:1px solid rgba(139,92,246,.15)}.style-aurora.dark-theme .status-badge.completed{background:#10b98126;border-color:#10b98140;color:#6ee7b7}.style-aurora.dark-theme .status-badge.in-progress{background:#f59e0b26;border-color:#f59e0b40;color:#fde68a}.style-aurora.dark-theme .status-badge.not-started{background:#9ca3af1a;border-color:#9ca3af33;color:#9ca3af}.style-aurora.dark-theme .back-btn{background:#1a1630cc;border:1px solid rgba(139,92,246,.2);color:#c4b5fd;box-shadow:none}.style-aurora.dark-theme .back-btn:hover{background:#241e41e6;border-color:#8b5cf659;box-shadow:0 0 12px #8b5cf61a;transform:translateY(-1px)}.style-aurora.dark-theme .back-btn:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .stats-title{color:#eeecf6}.style-aurora.dark-theme .stat-card{background:#18142de0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(139,92,246,.18);box-shadow:0 2px 16px #643cc81f;color:#eeecf6}.style-aurora.dark-theme .stat-card .stat-value{background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-aurora.dark-theme .stats-classes{background:#18142db3;border:1px solid rgba(139,92,246,.15);box-shadow:0 2px 16px #643cc814}.style-aurora.dark-theme .stats-classes h3{color:#eeecf6}.style-aurora.dark-theme .stats-class-item{background:#18142db3;border:1px solid rgba(139,92,246,.12);box-shadow:none}.style-aurora.dark-theme .stats-class-item:hover{background:#231c3cd9;border-color:#8b5cf640;box-shadow:0 4px 16px #8b5cf61a;transform:translateY(-1px)}.style-aurora.dark-theme .stats-class-item:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .stats-class-name{color:#eeecf6}.style-aurora.dark-theme .stats-class-code{color:#7d7a94}.style-aurora.dark-theme .stats-class-count{background:#8b5cf61f;border:1px solid rgba(139,92,246,.2);color:#c4b5fd;box-shadow:none}.style-aurora.dark-theme .teacher-variant-header h2{color:#eeecf6}.style-aurora.dark-theme .teacher-variant-filters .filter-select{background:#141126d9;border:1px solid rgba(139,92,246,.2);color:#eeecf6;box-shadow:none}.style-aurora.dark-theme .teacher-variant-filters .filter-select:focus{border-color:#a855f773;box-shadow:0 0 0 4px #a855f71f}.style-aurora.dark-theme .teacher-variant-card{background:#18142de0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(139,92,246,.18);box-shadow:0 2px 12px #643cc81a}.style-aurora.dark-theme .teacher-variant-card:hover{background:#201b3aeb;border-color:#8b5cf64d;box-shadow:0 4px 24px #8b5cf62e;transform:translateY(-2px)}.style-aurora.dark-theme .teacher-variant-number{color:#c4b5fd}.style-aurora.dark-theme .teacher-variant-title{color:#eeecf6}.style-aurora.dark-theme .teacher-variant-meta{color:#7d7a94}.style-aurora.dark-theme .teacher-variant-status{border:1px solid rgba(139,92,246,.15)}.style-aurora.dark-theme .teacher-variant-status.active{background:#10b9811f;border-color:#10b98140;color:#6ee7b7}.style-aurora.dark-theme .teacher-variant-status.inactive{background:#9ca3af1a;border-color:#9ca3af26;color:#9ca3af}.style-aurora.dark-theme .edit-variant-btn{background:#1a1630cc;border:1px solid rgba(139,92,246,.2);color:#c4b5fd;box-shadow:none}.style-aurora.dark-theme .edit-variant-btn:hover{background:#241e41e6;border-color:#8b5cf659;box-shadow:0 0 12px #8b5cf61a;transform:translateY(-1px)}.style-aurora.dark-theme .edit-variant-btn:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .delete-variant-btn{background:#ef44441a;border:1px solid rgba(239,68,68,.18);color:#fca5a5;box-shadow:none}.style-aurora.dark-theme .delete-variant-btn:hover{background:#ef444433;border-color:#ef444459;box-shadow:0 0 12px #ef44441a;transform:translateY(-1px)}.style-aurora.dark-theme .delete-variant-btn:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .teacher-variant-empty,.style-aurora.dark-theme .no-data{color:#7d7a94}.style-aurora.dark-theme .class-list-header h2,.style-aurora.dark-theme .class-form-container h2,.style-aurora.dark-theme .class-details-header h2,.style-aurora.dark-theme .section-header h3,.style-aurora.dark-theme .variant-assign-container h2,.style-aurora.dark-theme .results-header h2{color:#eeecf6}.style-aurora.dark-theme .class-description,.style-aurora.dark-theme .invite-hint,.style-aurora.dark-theme .results-class{color:#b0adc4}.style-aurora.dark-theme .student-joined,.style-aurora.dark-theme .av-due,.style-aurora.dark-theme .summary-label,.style-aurora.dark-theme .remove-student-btn{color:#7d7a94}.style-aurora.dark-theme .remove-student-btn:hover{color:#fca5a5}.style-aurora.dark-theme .empty-state h3{color:#eeecf6}.style-aurora.dark-theme .empty-state p{color:#b0adc4}.style-aurora .variant-form{background:#ffffffeb;border:1px solid rgba(255,255,255,.85);box-shadow:0 4px 30px #8c5ae624;border-radius:20px;padding:28px}.style-aurora .variant-form-header{border-bottom:1px solid rgba(140,90,230,.12);padding-bottom:18px;margin-bottom:22px}.style-aurora .variant-form-header h2{color:#1e1b4b;font-size:24px;font-weight:700}.style-aurora .variant-form .form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.style-aurora .variant-form .form-group{display:flex;flex-direction:column;gap:6px}.style-aurora .variant-form .form-group label{color:#6b7280;font-size:14px;font-weight:600}.style-aurora .variant-form .form-group input,.style-aurora .variant-form .form-group select,.style-aurora .variant-form .form-group textarea{background:#ffffffb3;border:1px solid rgba(140,90,230,.2);box-shadow:0 1px 4px #8c5ae60f;border-radius:12px;padding:12px 14px;font-size:15px;transition:all .2s ease;color:var(--text-primary)}.style-aurora .variant-form .form-group input:focus,.style-aurora .variant-form .form-group select:focus,.style-aurora .variant-form .form-group textarea:focus{border-color:#7c3aed66;box-shadow:0 0 0 4px #7c3aed14,0 2px 8px #a882dc12;background:#ffffffe6}.style-aurora .variant-form .checkbox-group{flex-direction:row;align-items:center;margin-top:4px}.style-aurora .variant-form .checkbox-group label{color:var(--text-primary);font-size:15px;display:flex;align-items:center;gap:8px;cursor:pointer}.style-aurora .variant-form .checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:#7c3aed;box-shadow:none;border-radius:4px}.style-aurora .variant-tasks-section{border-top:1px solid rgba(140,90,230,.12);padding-top:25px}.style-aurora .tasks-section-header h3{color:#1e1b4b}.style-aurora .auto-fill-btn{background:linear-gradient(135deg,#a855f714,#ec48990f);border:1px solid rgba(168,85,247,.22);color:#7c3aed;box-shadow:none;font-weight:600;padding:10px 20px;border-radius:10px;transition:all .2s ease}.style-aurora .auto-fill-btn:hover{background:linear-gradient(135deg,#a855f726,#ec48991a);border-color:#a855f759;box-shadow:0 4px 16px #8c5ae629;transform:translateY(-1px)}.style-aurora .auto-fill-btn:active{transform:translateY(0);box-shadow:none}.style-aurora .variant-tasks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:900px){.style-aurora .variant-tasks-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.style-aurora .variant-tasks-grid{grid-template-columns:1fr}}.style-aurora .variant-task-slot{background:#fff9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.85);box-shadow:0 2px 10px #8c5ae61a;border-radius:14px;padding:14px;min-height:100px;transition:all .2s ease;overflow:hidden}.style-aurora .variant-task-slot:hover{background:#ffffffd9;box-shadow:0 4px 20px #8c5ae629;transform:translateY(-2px);border-color:#8c5ae638}.style-aurora .variant-task-slot.selected{background:linear-gradient(135deg,#d1fae566,#a7f3d04d);border:1px solid rgba(16,185,129,.25);box-shadow:0 2px 12px #10b9811f}.style-aurora .variant-task-slot.selected:hover{background:linear-gradient(135deg,#d1fae599,#a7f3d080);box-shadow:0 4px 20px #10b9812e}.style-aurora .variant-task-slot.empty{background:#ede9fe40;border:1px dashed rgba(140,90,230,.25);box-shadow:none}.style-aurora .variant-task-slot.empty:hover{background:#ede9fe73;border-style:solid;border-color:#a855f74d;box-shadow:0 2px 12px #8c5ae61f}.style-aurora .slot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.style-aurora .slot-number{color:#7c3aed;font-weight:800;font-size:18px;min-width:24px}.style-aurora .slot-count{color:var(--text-tertiary);font-size:12px;background:#8c5ae60f;padding:2px 8px;border-radius:10px;white-space:nowrap}.style-aurora .slot-placeholder{color:#9ca3af;font-style:italic;font-size:14px;text-align:center}.style-aurora .slot-preview-text{color:var(--text-secondary)}.style-aurora .slot-remove-btn{background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#dc2626;transition:all .2s ease}.style-aurora .slot-remove-btn:hover{background:#ef444426;border-color:#ef444459;transform:scale(1.1)}.style-aurora .variant-form-actions{border-top:1px solid rgba(140,90,230,.12);padding-top:20px;margin-top:30px}.style-aurora .variant-form-actions .save-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d;font-weight:600;border-radius:12px;padding:14px 24px;transition:all .2s ease}.style-aurora .variant-form-actions .save-btn:hover:not(:disabled){box-shadow:0 6px 24px #8c50eb61;transform:translateY(-2px)}.style-aurora .variant-form-actions .save-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #8c50eb40}.style-aurora .variant-form-actions .save-btn:disabled{opacity:.5;background:#8c5ae633;box-shadow:none}.style-aurora .difficulty-badge{border-radius:20px;font-weight:600}.style-aurora .difficulty-badge.easy{background:#d1fae599;color:#065f46;border:1px solid rgba(16,185,129,.2)}.style-aurora .difficulty-badge.medium{background:#fef3c799;color:#92400e;border:1px solid rgba(245,158,11,.2)}.style-aurora .difficulty-badge.hard{background:#fee2e299;color:#991b1b;border:1px solid rgba(239,68,68,.2)}.style-aurora .task-card{background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.85);box-shadow:0 2px 12px #8c5ae61a;border-radius:14px;transition:all .2s ease}.style-aurora .task-card:hover{background:#ffffffe6;box-shadow:0 6px 24px #8c5ae629;transform:translateY(-3px);border-color:#8c5ae633}.style-aurora .task-card-header{border-bottom:1px solid rgba(140,90,230,.1);padding-bottom:10px;margin-bottom:12px}.style-aurora .task-id{background:linear-gradient(135deg,#a855f714,#ec48990d);border:1px solid rgba(168,85,247,.18);color:#7c3aed;font-size:12px;padding:3px 8px;border-radius:6px}.style-aurora .task-card-footer{border-top:1px solid rgba(140,90,230,.1);padding-top:10px;margin-top:12px}.style-aurora .task-source{color:#7c3aed;font-weight:600}.style-aurora .task-date{color:var(--text-tertiary)}.style-aurora .task-picker-overlay{background:#1e1b4b80;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.style-aurora .task-picker-modal{background:#fdfcfff2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 40px #8c5ae633;border-radius:18px}.style-aurora .task-picker-header{background:linear-gradient(135deg,#a855f714,#ec48990d);border-bottom:1px solid rgba(140,90,230,.12)}.style-aurora .task-picker-number{color:#7c3aed}.style-aurora .task-picker-close{background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#dc2626;box-shadow:none;transition:all .2s ease}.style-aurora .task-picker-close:hover{background:#ef444426;transform:scale(1.05);box-shadow:0 2px 8px #ef44441f}.style-aurora .task-picker-close:active{transform:scale(.98);box-shadow:none}.style-aurora .task-picker-filters{border-bottom:1px solid rgba(140,90,230,.1);padding:16px 24px}.style-aurora .task-picker-search{background:#ffffffa6;border:1px solid rgba(140,90,230,.2);box-shadow:none;border-radius:10px}.style-aurora .task-picker-search:focus{border-color:#7c3aed66;box-shadow:0 0 0 4px #7c3aed14;background:#ffffffd9}.style-aurora .task-picker-difficulty{background:#ffffffa6;border:1px solid rgba(140,90,230,.2);box-shadow:none;border-radius:10px}.style-aurora .task-picker-back{background:#fff9;border:1px solid rgba(140,90,230,.2);color:#7c3aed;box-shadow:none;transition:all .2s ease}.style-aurora .task-picker-back:hover{background:#ffffffd9;border-color:#8c5ae64d;box-shadow:0 2px 8px #8c5ae61f;transform:translateY(-1px)}.style-aurora .task-picker-back:active{transform:translateY(0);box-shadow:none}.style-aurora .task-picker-card-wrapper.picked{box-shadow:0 0 0 2px #10b98166}.style-aurora .task-picker-card-wrapper.picked .task-card{border-color:#10b9814d}.style-aurora .picked-badge{background:#d1fae5cc;color:#065f46;border:1px solid rgba(16,185,129,.3)}.style-aurora .task-preview-source{background:linear-gradient(135deg,#a855f71a,#ec48990f);border:1px solid rgba(168,85,247,.2);color:#7c3aed}.style-aurora .task-preview-score{background:#d1fae580;border:1px solid rgba(16,185,129,.2);color:#065f46}.style-aurora .task-preview-context{background:#fef3c766;border:1px solid rgba(245,158,11,.15);border-left:4px solid rgba(245,158,11,.4);border-radius:0 12px 12px 0}.style-aurora .task-preview-question{background:#fff9;border:1px solid rgba(140,90,230,.15);box-shadow:0 2px 10px #8c5ae614;border-radius:12px}.style-aurora .task-preview-option{background:#ffffff80;border:1px solid rgba(140,90,230,.1);border-radius:10px}.style-aurora .task-preview-answer{background:#d1fae566;border:1px solid rgba(16,185,129,.2);border-radius:12px}.style-aurora .task-preview-explanation{background:#dbeafe66;border:1px solid rgba(96,165,250,.15);border-radius:12px}.style-aurora .task-preview-full-actions{border-top:1px solid rgba(140,90,230,.12)}.style-aurora .task-preview-full-actions .save-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 16px #8c50eb4d;border-radius:10px}.style-aurora .task-preview-full-actions .save-btn:hover{box-shadow:0 6px 24px #8c50eb61;transform:translateY(-2px)}.style-aurora.dark-theme .task-card{background:#18142de0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(139,92,246,.18);box-shadow:0 2px 12px #643cc81a}.style-aurora.dark-theme .task-card:hover{background:#201b3aeb;border-color:#8b5cf64d;box-shadow:0 6px 24px #8b5cf62e;transform:translateY(-3px)}.style-aurora.dark-theme .task-card-header{border-bottom:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .task-id{background:#8b5cf61f;border:1px solid rgba(139,92,246,.2);color:#c4b5fd}.style-aurora.dark-theme .task-card-footer{border-top:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .task-source{color:#c4b5fd}.style-aurora.dark-theme .task-date{color:#7d7a94}.style-aurora.dark-theme .task-preview{color:#b0adc4}.style-aurora.dark-theme .variant-form{background:#141126f7;border:1px solid rgba(139,92,246,.18);box-shadow:0 4px 30px #643cc82e;border-radius:20px}.style-aurora.dark-theme .variant-form-header{border-bottom:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .variant-form-header h2{color:#eeecf6}.style-aurora.dark-theme .variant-form .form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.style-aurora.dark-theme .variant-form .form-group label{color:#b0adc4;font-size:14px;font-weight:600}.style-aurora.dark-theme .variant-form .form-group input,.style-aurora.dark-theme .variant-form .form-group select,.style-aurora.dark-theme .variant-form .form-group textarea{background:#141126d9;border:1px solid rgba(139,92,246,.2);color:#eeecf6;box-shadow:none;padding:12px 14px;font-size:15px;border-radius:12px}.style-aurora.dark-theme .variant-form .form-group input:focus,.style-aurora.dark-theme .variant-form .form-group select:focus,.style-aurora.dark-theme .variant-form .form-group textarea:focus{background:#1a1630f2;border-color:#a855f773;box-shadow:0 0 0 4px #a855f71f,0 0 20px #a855f714}.style-aurora.dark-theme .variant-form .form-group input::placeholder,.style-aurora.dark-theme .variant-form .form-group textarea::placeholder{color:#7d7a94}.style-aurora.dark-theme .variant-form .checkbox-group label{color:#b0adc4}.style-aurora.dark-theme .variant-form .checkbox-group input[type=checkbox]{accent-color:#a855f7;box-shadow:none}.style-aurora.dark-theme .variant-tasks-section{border-top:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .tasks-section-header h3{color:#eeecf6}.style-aurora.dark-theme .auto-fill-btn{background:#1a1630cc;border:1px solid rgba(139,92,246,.2);color:#c4b5fd;box-shadow:none}.style-aurora.dark-theme .auto-fill-btn:hover{background:#241e41e6;border-color:#8b5cf659;box-shadow:0 0 12px #8b5cf61a;transform:translateY(-1px)}.style-aurora.dark-theme .auto-fill-btn:active{transform:translateY(0);box-shadow:none}.style-aurora.dark-theme .variant-tasks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:900px){.style-aurora.dark-theme .variant-tasks-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.style-aurora.dark-theme .variant-tasks-grid{grid-template-columns:1fr}}.style-aurora.dark-theme .variant-task-slot{background:#18142dcc;border:1px solid rgba(139,92,246,.15);box-shadow:0 2px 10px #643cc814;overflow:hidden}.style-aurora.dark-theme .variant-task-slot:hover{background:#201b3ae6;border-color:#8b5cf647;box-shadow:0 4px 20px #8b5cf626;transform:translateY(-2px)}.style-aurora.dark-theme .variant-task-slot.selected{background:#10b98114;border:1px solid rgba(16,185,129,.2);box-shadow:0 2px 12px #10b98114}.style-aurora.dark-theme .variant-task-slot.selected:hover{background:#10b98124;box-shadow:0 4px 20px #10b9811f}.style-aurora.dark-theme .variant-task-slot.empty{background:#12101f80;border:1px dashed rgba(139,92,246,.2);box-shadow:none}.style-aurora.dark-theme .variant-task-slot.empty:hover{background:#1a1630b3;border-style:solid;border-color:#a855f74d;box-shadow:0 2px 12px #8b5cf61a}.style-aurora.dark-theme .slot-number{color:#c4b5fd;font-weight:800}.style-aurora.dark-theme .slot-count{color:#7d7a94;background:#8b5cf614;padding:2px 8px;border-radius:10px}.style-aurora.dark-theme .slot-placeholder{color:#7d7a94;font-size:14px;text-align:center}.style-aurora.dark-theme .slot-preview-text{color:#b0adc4}.style-aurora.dark-theme .slot-remove-btn{background:#ef44441a;border:1px solid rgba(239,68,68,.18);color:#fca5a5}.style-aurora.dark-theme .slot-remove-btn:hover{background:#ef444433;border-color:#ef444459}.style-aurora.dark-theme .variant-form-actions{border-top:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .variant-form-actions .save-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 20px #a855f766,0 0 40px #a855f71a}.style-aurora.dark-theme .variant-form-actions .save-btn:hover:not(:disabled){box-shadow:0 6px 28px #a855f78c,0 0 60px #a855f726;transform:translateY(-2px)}.style-aurora.dark-theme .variant-form-actions .save-btn:disabled{opacity:.4;background:#8b5cf633;box-shadow:none}.style-aurora.dark-theme .difficulty-badge.easy{background:#10b9811f;color:#6ee7b7;border:1px solid rgba(16,185,129,.2)}.style-aurora.dark-theme .difficulty-badge.medium{background:#f59e0b1f;color:#fde68a;border:1px solid rgba(245,158,11,.2)}.style-aurora.dark-theme .difficulty-badge.hard{background:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.18)}.style-aurora.dark-theme .task-picker-overlay{background:#080612b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.style-aurora.dark-theme .task-picker-modal{background:#12101ff7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(139,92,246,.2);box-shadow:0 8px 40px #643cc840}.style-aurora.dark-theme .task-picker-header{background:#8b5cf614;border-bottom:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .task-picker-number{color:#c4b5fd}.style-aurora.dark-theme .task-picker-category{color:#7d7a94}.style-aurora.dark-theme .task-picker-close{background:#ef44441a;border:1px solid rgba(239,68,68,.18);color:#fca5a5;box-shadow:none}.style-aurora.dark-theme .task-picker-close:hover{background:#ef444433;box-shadow:0 0 12px #ef44441a;transform:scale(1.05)}.style-aurora.dark-theme .task-picker-filters{border-bottom:1px solid rgba(139,92,246,.1)}.style-aurora.dark-theme .task-picker-search{background:#141126d9;border:1px solid rgba(139,92,246,.2);color:#eeecf6;box-shadow:none}.style-aurora.dark-theme .task-picker-search:focus{background:#1a1630f2;border-color:#a855f773;box-shadow:0 0 0 4px #a855f71f}.style-aurora.dark-theme .task-picker-search::placeholder{color:#7d7a94}.style-aurora.dark-theme .task-picker-difficulty{background:#141126d9;border:1px solid rgba(139,92,246,.2);color:#eeecf6;box-shadow:none}.style-aurora.dark-theme .task-picker-back{background:#1a1630cc;border:1px solid rgba(139,92,246,.2);color:#c4b5fd;box-shadow:none}.style-aurora.dark-theme .task-picker-back:hover{background:#241e41e6;border-color:#8b5cf659;box-shadow:0 0 12px #8b5cf61a;transform:translateY(-1px)}.style-aurora.dark-theme .task-picker-card-wrapper.picked{box-shadow:0 0 0 2px #10b98159}.style-aurora.dark-theme .task-picker-card-wrapper.picked .task-card{border-color:#10b9814d}.style-aurora.dark-theme .picked-badge{background:#10b98126;color:#6ee7b7;border:1px solid rgba(16,185,129,.25)}.style-aurora.dark-theme .task-preview-source{background:#8b5cf61f;border:1px solid rgba(139,92,246,.2);color:#c4b5fd}.style-aurora.dark-theme .task-preview-score{background:#10b9811a;border:1px solid rgba(16,185,129,.2);color:#6ee7b7}.style-aurora.dark-theme .task-preview-context{background:#f59e0b0f;border:1px solid rgba(245,158,11,.12);border-left:4px solid rgba(245,158,11,.3)}.style-aurora.dark-theme .task-preview-question{background:#18142db3;border:1px solid rgba(139,92,246,.15);box-shadow:0 2px 10px #643cc814}.style-aurora.dark-theme .task-preview-option{background:#18142d99;border:1px solid rgba(139,92,246,.1);color:#b0adc4}.style-aurora.dark-theme .option-number{color:#c4b5fd}.style-aurora.dark-theme .task-preview-answer{background:#10b98114;border:1px solid rgba(16,185,129,.18)}.style-aurora.dark-theme .task-preview-answer-value{color:#6ee7b7}.style-aurora.dark-theme .task-preview-explanation{background:#60a5fa0f;border:1px solid rgba(96,165,250,.12);color:#b0adc4}.style-aurora.dark-theme .task-preview-full-actions{border-top:1px solid rgba(139,92,246,.12)}.style-aurora.dark-theme .task-preview-full-actions .save-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff;box-shadow:0 4px 20px #a855f766}.style-aurora.dark-theme .task-preview-full-actions .save-btn:hover{box-shadow:0 6px 28px #a855f78c;transform:translateY(-2px)}.style-aurora.dark-theme .task-picker-empty p{color:#7d7a94}
