.dashboard-page{min-height:100vh;padding-bottom:6rem}.dashboard-page[data-theme=light]{background:linear-gradient(135deg,#f5f7fa,#e8eef5)}.dashboard-page[data-theme=dark]{background:linear-gradient(135deg,#0f1117,#1a1d23)}.dashboard-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.loading-content{text-align:center}.loading-spinner{width:4rem;height:4rem;border:4px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.dashboard-page[data-theme=light] .loading-spinner{border-color:#667eea33;border-top-color:#667eea}.dashboard-page[data-theme=dark] .loading-spinner{border-color:#818cf833;border-top-color:#818cf8}.loading-text{font-size:1.125rem;font-weight:500}.error-container{min-height:100vh;padding:1rem}.error-card{max-width:32rem;margin:5rem auto 0;border-radius:1.5rem;padding:2rem;text-align:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.dashboard-page[data-theme=light] .error-card{background:#ffffffe6;border:2px solid rgba(102,126,234,.15);box-shadow:0 8px 24px #667eea1f}.dashboard-page[data-theme=dark] .error-card{background:#1a1d23e6;border:2px solid rgba(129,140,248,.2);box-shadow:0 8px 24px #00000080}.error-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;background:#ef44441a}.error-icon svg{width:2rem;height:2rem;color:#ef4444}.dashboard-header{box-shadow:0 4px 12px #0000000d;position:relative;overflow:hidden}.dashboard-page[data-theme=light] .dashboard-header{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:2px solid rgba(102,126,234,.15)}.dashboard-page[data-theme=dark] .dashboard-header{background:#1a1d23f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:2px solid rgba(129,140,248,.2)}.dashboard-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.8}.dashboard-page[data-theme=dark] .dashboard-header:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.header-content{max-width:80rem;margin:0 auto;padding:1.5rem 1rem}.header-title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-page[data-theme=dark] .header-title{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.progress-section{border-radius:1rem;padding:1.5rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.dashboard-page[data-theme=light] .progress-section{background:#f9fafbcc;border:2px solid rgba(102,126,234,.15)}.dashboard-page[data-theme=dark] .progress-section{background:#232730cc;border:2px solid rgba(129,140,248,.2)}.progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.progress-label{font-size:.875rem;font-weight:600}.progress-count{font-size:.875rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-page[data-theme=dark] .progress-count{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.progress-bar-container{width:100%;height:.875rem;border-radius:1rem;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px #0000001a}.dashboard-page[data-theme=light] .progress-bar-container{background:#e5e7eb}.dashboard-page[data-theme=dark] .progress-bar-container{background:#374151}.progress-bar-fill{height:100%;border-radius:1rem;transition:width .8s cubic-bezier(.4,0,.2,1);background:linear-gradient(90deg,#667eea,#764ba2);position:relative;overflow:hidden}.dashboard-page[data-theme=dark] .progress-bar-fill{background:linear-gradient(90deg,#818cf8,#9f7aea)}.progress-bar-fill:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmerSlide 2s infinite}.days-grid-container{max-width:80rem;margin:0 auto;padding:1.5rem 1rem}.days-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.day-card{position:relative;border-radius:1.5rem;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);cursor:pointer}.dashboard-page[data-theme=light] .day-card{background:#ffffffe6;border:2px solid rgba(102,126,234,.15)}.dashboard-page[data-theme=dark] .day-card{background:#1a1d23e6;border:2px solid rgba(129,140,248,.2)}.day-card:not(.day-card-locked):hover{transform:translateY(-8px) scale(1.02)}.dashboard-page[data-theme=light] .day-card:not(.day-card-locked):hover{box-shadow:0 12px 32px #667eea40}.dashboard-page[data-theme=dark] .day-card:not(.day-card-locked):hover{box-shadow:0 12px 32px #818cf84d}.day-card.day-card-current{border-width:3px}.dashboard-page[data-theme=light] .day-card.day-card-current{border-color:#667eea;box-shadow:0 8px 24px #667eea33}.dashboard-page[data-theme=dark] .day-card.day-card-current{border-color:#818cf8;box-shadow:0 8px 24px #818cf840}.day-card.day-card-locked{opacity:.6;cursor:not-allowed}.day-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;transition:opacity .3s}.dashboard-page[data-theme=dark] .day-card:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.day-card:hover:before{opacity:1}.status-badge{position:absolute;top:1rem;right:1rem;z-index:10;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:.25rem;box-shadow:0 4px 12px #00000026}.status-badge.completed{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.status-badge.in-progress{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dashboard-page[data-theme=dark] .status-badge.in-progress{background:linear-gradient(135deg,#818cf8,#9f7aea)}.status-badge.locked{background:linear-gradient(135deg,#94a3b8,#64748b);color:#fff}.day-number-badge{position:absolute;top:0;left:0;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);clip-path:polygon(0 0,100% 0,100% 70%,30% 100%,0 100%)}.dashboard-page[data-theme=dark] .day-number-badge{background:linear-gradient(135deg,#818cf8,#9f7aea)}.day-number-content{text-align:center;margin-top:-.5rem;margin-left:-.5rem}.day-number-label{font-size:.625rem;font-weight:500}.day-number-value{font-size:1.5rem;font-weight:700;line-height:1}.day-content{padding:5rem 1.5rem 1.5rem}.day-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.day-description{font-size:.875rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.progress-info{display:flex;flex-direction:column;gap:.75rem}.sections-count{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.sections-count-value{font-weight:600}.day-progress-bar{width:100%;height:.5rem;border-radius:.5rem;overflow:hidden}.dashboard-page[data-theme=light] .day-progress-bar{background:#e5e7eb}.dashboard-page[data-theme=dark] .day-progress-bar{background:#374151}.day-progress-fill{height:100%;border-radius:.5rem;transition:width .5s cubic-bezier(.4,0,.2,1)}.day-progress-fill.completed{background:#10b981}.day-progress-fill.in-progress{background:linear-gradient(90deg,#667eea,#764ba2)}.dashboard-page[data-theme=dark] .day-progress-fill.in-progress{background:linear-gradient(90deg,#818cf8,#9f7aea)}.day-progress-fill.not-started{background:#d1d5db}.dashboard-page[data-theme=dark] .day-progress-fill.not-started{background:#4b5563}.progress-percentage{font-size:.75rem}.day-action-button{width:100%;margin-top:1rem;padding:.875rem 1rem;border-radius:.75rem;border:none;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.day-action-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.day-action-button:hover:before{left:100%}.day-action-button.start-continue{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.day-action-button.start-continue:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.dashboard-page[data-theme=dark] .day-action-button.start-continue{background:linear-gradient(135deg,#818cf8,#9f7aea);box-shadow:0 4px 12px #818cf84d}.dashboard-page[data-theme=dark] .day-action-button.start-continue:hover{box-shadow:0 8px 20px #818cf866}.day-action-button.review{color:#065f46}.dashboard-page[data-theme=light] .day-action-button.review{background:#d1fae5}.dashboard-page[data-theme=dark] .day-action-button.review{background:#065f46;color:#d1fae5}.locked-message{margin-top:1rem;padding:.875rem;border-radius:.75rem;text-align:center;font-size:.875rem}.dashboard-page[data-theme=light] .locked-message{background:#f3f4f6}.dashboard-page[data-theme=dark] .locked-message{background:#374151}.empty-state{border-radius:1.5rem;padding:3rem;text-align:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.dashboard-page[data-theme=light] .empty-state{background:#ffffffe6;border:2px solid rgba(102,126,234,.15)}.dashboard-page[data-theme=dark] .empty-state{background:#1a1d23e6;border:2px solid rgba(129,140,248,.2)}.empty-icon{width:5rem;height:5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.dashboard-page[data-theme=light] .empty-icon{background:#f3f4f6}.dashboard-page[data-theme=dark] .empty-icon{background:#374151}.empty-icon svg{width:2.5rem;height:2.5rem}.dashboard-page[data-theme=light] .empty-icon svg{color:#9ca3af}.dashboard-page[data-theme=dark] .empty-icon svg{color:#6b7280}@media (max-width: 768px){.days-grid{grid-template-columns:1fr;gap:1rem}.header-title{font-size:1.5rem}.day-card{border-radius:1.25rem}}.video-section{border-radius:1.5rem;box-shadow:0 4px 12px #00000014;overflow:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.video-section[data-theme=light]{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.video-section[data-theme=dark]{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.video-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.8}.video-section[data-theme=dark]:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.video-section:hover{transform:translateY(-2px)}.video-section[data-theme=light]:hover{box-shadow:0 8px 24px #667eea26}.video-section[data-theme=dark]:hover{box-shadow:0 8px 24px #818cf833}.video-section-content{padding:1.5rem}.video-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.video-section-title{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.video-section[data-theme=dark] .video-section-title{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.video-section-completed-badge{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border-radius:9999px;font-size:.875rem;font-weight:600;background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d;animation:bounceIn .5s cubic-bezier(.68,-.55,.265,1.55)}.video-section-description{margin-bottom:1rem;line-height:1.75;font-size:.9375rem}.video-section[data-theme=light] .video-section-description{color:#757575}.video-section[data-theme=dark] .video-section-description{color:#a0aec0}.video-section-player-container{position:relative;aspect-ratio:16 / 9;border-radius:.875rem;overflow:hidden;margin-bottom:1rem;background:#000;box-shadow:0 8px 20px #0000004d;transition:all .3s cubic-bezier(.4,0,.2,1)}.video-section-player-container:hover{transform:scale(1.01);box-shadow:0 12px 28px #0006}.video-section-player-container video,.video-section-player-container iframe{width:100%;height:100%}.video-section-seek-warning{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:10;pointer-events:none}.video-section-seek-warning-card{padding:1rem 1.5rem;border-radius:.875rem;box-shadow:0 20px 40px #00000080;animation:pulse 1s cubic-bezier(.4,0,.6,1) infinite;display:flex;align-items:center;gap:.75rem;color:#fff}.video-section[data-theme=light] .video-section-seek-warning-card{background:#ef4444f2}.video-section[data-theme=dark] .video-section-seek-warning-card{background:#dc2626f2}.video-section-rutube-container{position:relative;aspect-ratio:16 / 9;border-radius:.875rem;overflow:hidden;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.video-section[data-theme=light] .video-section-rutube-container{background:#f3f4f6}.video-section[data-theme=dark] .video-section-rutube-container{background:#374151}.video-section-rutube-content{text-align:center;padding:1.5rem}.video-section-rutube-icon{width:4rem;height:4rem;margin:0 auto 1rem}.video-section[data-theme=light] .video-section-rutube-icon{color:#d4af37}.video-section[data-theme=dark] .video-section-rutube-icon{color:#4a7ec7}.video-section-rutube-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:.875rem;font-weight:600;border:none;cursor:pointer;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000026;position:relative;overflow:hidden}.video-section[data-theme=light] .video-section-rutube-button{background:linear-gradient(135deg,#d4af37,#c09b2a)}.video-section[data-theme=dark] .video-section-rutube-button{background:linear-gradient(135deg,#4a7ec7,#3b6aa8)}.video-section-rutube-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.video-section-rutube-button:hover:before{left:100%}.video-section-rutube-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.video-section-rutube-hint{font-size:.875rem;margin-top:.5rem}.video-section[data-theme=light] .video-section-rutube-hint{color:#9ca3af}.video-section[data-theme=dark] .video-section-rutube-hint{color:#6b7280}.video-section-watch-prompt{text-align:center;padding:.75rem 1.25rem;border-radius:.875rem;font-size:.875rem;font-weight:600;position:relative;overflow:hidden;animation:pulsePrompt 2s cubic-bezier(.4,0,.6,1) infinite}.video-section[data-theme=light] .video-section-watch-prompt{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:2px solid #fbbf24;box-shadow:0 4px 12px #fbbf2433}.video-section[data-theme=dark] .video-section-watch-prompt{background:linear-gradient(135deg,#78350f,#92400e);color:#fde68a;border:2px solid #f59e0b;box-shadow:0 4px 12px #f59e0b4d}@keyframes pulsePrompt{0%,to{opacity:1}50%{opacity:.85}}.video-section-watch-prompt:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmerPrompt 3s infinite}.video-section-complete-button{width:100%;padding:.875rem 1rem;border-radius:.875rem;font-weight:600;border:none;cursor:pointer;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.video-section[data-theme=light] .video-section-complete-button{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d}.video-section[data-theme=dark] .video-section-complete-button{background:linear-gradient(135deg,#818cf8,#9f7aea);box-shadow:0 4px 12px #818cf84d}.video-section-complete-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.video-section-complete-button:hover:before{left:100%}.video-section-complete-button:hover{transform:translateY(-2px)}.video-section[data-theme=light] .video-section-complete-button:hover{box-shadow:0 8px 20px #667eea66}.video-section[data-theme=dark] .video-section-complete-button:hover{box-shadow:0 8px 20px #818cf866}.video-section-empty{text-align:center;padding:2rem;border-radius:.875rem}.video-section[data-theme=light] .video-section-empty{background:#f9fafb80;color:#757575}.video-section[data-theme=dark] .video-section-empty{background:#2d374880;color:#a0aec0}@media (max-width: 768px){.video-section-content{padding:1.25rem}.video-section-title{font-size:1.125rem}.video-section-player-container{margin-bottom:.875rem}}.text-section{border-radius:1.5rem;box-shadow:0 4px 12px #00000014;overflow:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.text-section[data-theme=light]{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.text-section[data-theme=dark]{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.text-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.8}.text-section[data-theme=dark]:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.text-section:hover{transform:translateY(-2px)}.text-section[data-theme=light]:hover{box-shadow:0 8px 24px #667eea26}.text-section[data-theme=dark]:hover{box-shadow:0 8px 24px #818cf833}.text-section-content{padding:1.5rem}.text-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.text-section-title{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-section[data-theme=dark] .text-section-title{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-section-completed-badge{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border-radius:9999px;font-size:.875rem;font-weight:600;background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d;animation:bounceIn .5s cubic-bezier(.68,-.55,.265,1.55)}.text-section-scroll-container{max-height:24rem;overflow-y:auto;margin-bottom:1rem;padding:1.25rem;border-radius:.875rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.text-section[data-theme=light] .text-section-scroll-container{background:#f9fafbcc;border:2px solid rgba(102,126,234,.1)}.text-section[data-theme=dark] .text-section-scroll-container{background:#2d3748cc;border:2px solid rgba(129,140,248,.15)}.text-section-scroll-container:hover{transform:translateY(-1px)}.text-section[data-theme=light] .text-section-scroll-container:hover{box-shadow:0 4px 12px #667eea14}.text-section[data-theme=dark] .text-section-scroll-container:hover{box-shadow:0 4px 12px #818cf81f}.text-section-scroll-container::-webkit-scrollbar{width:8px}.text-section-scroll-container::-webkit-scrollbar-track{background:transparent}.text-section-scroll-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;-webkit-transition:all .3s;transition:all .3s}.text-section[data-theme=dark] .text-section-scroll-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#818cf8,#9f7aea)}.text-section-scroll-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd6,#6a3d92)}.text-section-scroll-container p{margin-bottom:.875rem;line-height:1.75;font-size:.9375rem}.text-section[data-theme=light] .text-section-scroll-container p{color:#374151}.text-section[data-theme=dark] .text-section-scroll-container p{color:#e5e7eb}.text-section-scroll-container h1,.text-section-scroll-container h2,.text-section-scroll-container h3{font-weight:700;margin-top:1.5rem;margin-bottom:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-section[data-theme=dark] .text-section-scroll-container h1,.text-section[data-theme=dark] .text-section-scroll-container h2,.text-section[data-theme=dark] .text-section-scroll-container h3{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-section-scroll-container ul,.text-section-scroll-container ol{margin-left:1.5rem;margin-bottom:.875rem}.text-section-scroll-container li{margin-bottom:.5rem}.text-section-scroll-container strong{font-weight:700}.text-section[data-theme=light] .text-section-scroll-container strong{color:#1a1a1a}.text-section[data-theme=dark] .text-section-scroll-container strong{color:#f5f5f5}.text-section-read-prompt{text-align:center;padding:.75rem 1.25rem;border-radius:.875rem;font-size:.875rem;font-weight:600;position:relative;overflow:hidden;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.text-section[data-theme=light] .text-section-read-prompt{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:2px solid #fbbf24;box-shadow:0 4px 12px #fbbf2433}.text-section[data-theme=dark] .text-section-read-prompt{background:linear-gradient(135deg,#78350f,#92400e);color:#fde68a;border:2px solid #f59e0b;box-shadow:0 4px 12px #f59e0b4d}.text-section-read-prompt:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmerPrompt 3s infinite}.text-section-empty{text-align:center;padding:2rem;border-radius:.875rem}.text-section[data-theme=light] .text-section-empty{background:#f9fafb80;color:#9ca3af}.text-section[data-theme=dark] .text-section-empty{background:#2d374880;color:#6b7280}@media (max-width: 768px){.text-section-content{padding:1.25rem}.text-section-title{font-size:1.125rem}.text-section-scroll-container{max-height:20rem;padding:1rem}}.test-section{border-radius:1.5rem;box-shadow:0 4px 12px #00000014;overflow:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.test-section[data-theme=light]{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.test-section[data-theme=dark]{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.test-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.8}.test-section[data-theme=dark]:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.test-section:hover{transform:translateY(-2px)}.test-section[data-theme=light]:hover{box-shadow:0 8px 24px #667eea26}.test-section[data-theme=dark]:hover{box-shadow:0 8px 24px #818cf833}.test-section-content{padding:1.5rem}.test-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.test-section-title{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.test-section[data-theme=dark] .test-section-title{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.test-section-completed-badge{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border-radius:9999px;font-size:.875rem;font-weight:600;background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d;animation:bounceIn .5s cubic-bezier(.68,-.55,.265,1.55)}.test-section-progress-container{margin-bottom:1.5rem}.test-section-progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.test-section[data-theme=light] .test-section-progress-header{color:#757575}.test-section[data-theme=dark] .test-section-progress-header{color:#a0aec0}.test-section-progress-bar{width:100%;height:.5rem;border-radius:9999px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a;position:relative}.test-section[data-theme=light] .test-section-progress-bar{background:#e5e7eb}.test-section[data-theme=dark] .test-section-progress-bar{background:#374151}.test-section-progress-fill{height:100%;transition:width .6s cubic-bezier(.4,0,.2,1);background:linear-gradient(90deg,#667eea,#764ba2);position:relative;overflow:hidden}.test-section[data-theme=dark] .test-section-progress-fill{background:linear-gradient(90deg,#818cf8,#9f7aea)}.test-section-progress-fill:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmerSlide 2s infinite}.test-section-question-container{margin-bottom:1.5rem}.test-section-question-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.test-section[data-theme=light] .test-section-question-title{color:#1a1a1a}.test-section[data-theme=dark] .test-section-question-title{color:#f5f5f5}.test-section-question-text{margin-bottom:1rem;line-height:1.75}.test-section[data-theme=light] .test-section-question-text{color:#374151}.test-section[data-theme=dark] .test-section-question-text{color:#e5e7eb}.test-section-question-hint{font-size:.875rem;margin-bottom:1rem}.test-section[data-theme=light] .test-section-question-hint{color:#9ca3af}.test-section[data-theme=dark] .test-section-question-hint{color:#6b7280}.test-section-answers{display:flex;flex-direction:column;gap:.75rem}.test-section-answer-option{display:flex;align-items:center;padding:1rem;border-radius:.875rem;border:2px solid;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.test-section[data-theme=light] .test-section-answer-option{border-color:#e5e7eb}.test-section[data-theme=dark] .test-section-answer-option{border-color:#374151}.test-section-answer-option:hover{transform:translate(4px)}.test-section[data-theme=light] .test-section-answer-option:hover{border-color:#667eea66;background:#667eea0d}.test-section[data-theme=dark] .test-section-answer-option:hover{border-color:#818cf866;background:#818cf80d}.test-section-answer-option.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea26,#764ba21a);box-shadow:0 4px 12px #667eea33}.test-section[data-theme=dark] .test-section-answer-option.selected{border-color:#818cf8;background:linear-gradient(135deg,#818cf833,#9f7aea26);box-shadow:0 4px 12px #818cf84d}.test-section-answer-option.selected:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}.test-section[data-theme=dark] .test-section-answer-option.selected:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.test-section-answer-option input{width:1rem;height:1rem;margin-right:.75rem;accent-color:#667eea}.test-section[data-theme=dark] .test-section-answer-option input{accent-color:#818CF8}.test-section-answer-option span{flex:1}.test-section[data-theme=light] .test-section-answer-option span{color:#1a1a1a}.test-section[data-theme=dark] .test-section-answer-option span{color:#f5f5f5}.test-section-nav-buttons{display:flex;gap:.75rem}.test-section-button{flex:1;padding:.875rem 1rem;border-radius:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.test-section-button-prev{background:linear-gradient(135deg,#667eea1a,#764ba20d);color:#667eea;border:2px solid rgba(102,126,234,.2)}.test-section[data-theme=dark] .test-section-button-prev{background:linear-gradient(135deg,#818cf826,#9f7aea1a);color:#818cf8;border:2px solid rgba(129,140,248,.3)}.test-section-button-prev:disabled{opacity:.5;cursor:not-allowed}.test-section-button-prev:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea33}.test-section[data-theme=dark] .test-section-button-prev:not(:disabled):hover{box-shadow:0 8px 20px #818cf84d}.test-section-button-next,.test-section-button-submit{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d}.test-section[data-theme=dark] .test-section-button-next,.test-section[data-theme=dark] .test-section-button-submit{background:linear-gradient(135deg,#818cf8,#9f7aea);box-shadow:0 4px 12px #818cf84d}.test-section-button-next:before,.test-section-button-submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.test-section-button-next:hover:before,.test-section-button-submit:hover:before{left:100%}.test-section-button-next:hover,.test-section-button-submit:not(:disabled):hover{transform:translateY(-2px)}.test-section[data-theme=light] .test-section-button-next:hover,.test-section[data-theme=light] .test-section-button-submit:not(:disabled):hover{box-shadow:0 8px 20px #667eea66}.test-section[data-theme=dark] .test-section-button-next:hover,.test-section[data-theme=dark] .test-section-button-submit:not(:disabled):hover{box-shadow:0 8px 20px #818cf866}.test-section-button-submit:disabled{opacity:.5;cursor:not-allowed}.test-section-results{text-align:center;padding:2rem 0}.test-section-results-score{font-size:3.75rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:scaleIn .6s cubic-bezier(.68,-.55,.265,1.55)}.test-section-results-score.failed{background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.test-section-results-message{font-size:1.25rem;margin-bottom:.5rem;font-weight:600}.test-section[data-theme=light] .test-section-results-message{color:#1a1a1a}.test-section[data-theme=dark] .test-section-results-message{color:#f5f5f5}.test-section-results-info{margin-bottom:1.5rem}.test-section[data-theme=light] .test-section-results-info{color:#757575}.test-section[data-theme=dark] .test-section-results-info{color:#a0aec0}.test-section-results-buttons{display:flex;gap:.75rem;justify-content:center}.test-section-button-retry{padding:.875rem 1.5rem;border-radius:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#667eea1a,#764ba20d);color:#667eea;border:2px solid rgba(102,126,234,.2)}.test-section[data-theme=dark] .test-section-button-retry{background:linear-gradient(135deg,#818cf826,#9f7aea1a);color:#818cf8;border:2px solid rgba(129,140,248,.3)}.test-section-button-retry:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea33}.test-section[data-theme=dark] .test-section-button-retry:hover{box-shadow:0 8px 20px #818cf84d}.test-section-button-complete{padding:.875rem 1.5rem;border-radius:.875rem;font-weight:600;border:none;cursor:pointer;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d;position:relative;overflow:hidden}.test-section-button-complete:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.test-section-button-complete:hover:before{left:100%}.test-section-button-complete:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.test-section-empty{text-align:center;padding:2rem;border-radius:.875rem}.test-section[data-theme=light] .test-section-empty{background:#f9fafb80;color:#757575}.test-section[data-theme=dark] .test-section-empty{background:#2d374880;color:#a0aec0}@media (max-width: 768px){.test-section-content{padding:1.25rem}.test-section-title{font-size:1.125rem}.test-section-results-score{font-size:3rem}.test-section-results-buttons{flex-direction:column}.test-section-button-retry,.test-section-button-complete{width:100%}}.materials-section{border-radius:1.5rem;box-shadow:0 4px 12px #00000014;overflow:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.materials-section[data-theme=light]{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.materials-section[data-theme=dark]{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.materials-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.8}.materials-section[data-theme=dark]:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.materials-section:hover{transform:translateY(-2px)}.materials-section[data-theme=light]:hover{box-shadow:0 8px 24px #667eea26}.materials-section[data-theme=dark]:hover{box-shadow:0 8px 24px #818cf833}.materials-section-content{padding:1.5rem}.materials-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.materials-section-title{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.materials-section[data-theme=dark] .materials-section-title{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.materials-section-completed-badge{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border-radius:9999px;font-size:.875rem;font-weight:600;background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d;animation:bounceIn .5s cubic-bezier(.68,-.55,.265,1.55)}@keyframes bounceIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.materials-section-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.materials-section-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:.875rem;border:2px solid;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.materials-section[data-theme=light] .materials-section-item{border-color:#e5e7eb}.materials-section[data-theme=dark] .materials-section-item{border-color:#374151}.materials-section-item:hover{transform:translate(4px)}.materials-section[data-theme=light] .materials-section-item:hover{border-color:#667eea66;background:#667eea0d}.materials-section[data-theme=dark] .materials-section-item:hover{border-color:#818cf866;background:#818cf80d}.materials-section-item.viewed{border-color:#667eea;background:linear-gradient(135deg,#667eea26,#764ba21a);box-shadow:0 4px 12px #667eea33}.materials-section[data-theme=dark] .materials-section-item.viewed{border-color:#818cf8;background:linear-gradient(135deg,#818cf833,#9f7aea26);box-shadow:0 4px 12px #818cf84d}.materials-section-item.viewed:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}.materials-section[data-theme=dark] .materials-section-item.viewed:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.materials-section-item-content{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.materials-section-item-icon{flex-shrink:0}.materials-section-item-details{flex:1;min-width:0}.materials-section-item-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.materials-section[data-theme=light] .materials-section-item-name{color:#1a1a1a}.materials-section[data-theme=dark] .materials-section-item-name{color:#f5f5f5}.materials-section-item-info{font-size:.75rem}.materials-section[data-theme=light] .materials-section-item-info{color:#9ca3af}.materials-section[data-theme=dark] .materials-section-item-info{color:#6b7280}.materials-section-view-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.875rem;font-weight:600;border:none;cursor:pointer;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;font-size:.875rem}.materials-section-view-button:not(.viewed){background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d}.materials-section[data-theme=dark] .materials-section-view-button:not(.viewed){background:linear-gradient(135deg,#818cf8,#9f7aea);box-shadow:0 4px 12px #818cf84d}.materials-section-view-button.viewed{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d}.materials-section-view-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.materials-section-view-button:hover:before{left:100%}.materials-section-view-button:hover{transform:translateY(-2px)}.materials-section-view-button:not(.viewed):hover{box-shadow:0 8px 20px #667eea66}.materials-section[data-theme=dark] .materials-section-view-button:not(.viewed):hover{box-shadow:0 8px 20px #818cf866}.materials-section-view-button.viewed:hover{box-shadow:0 8px 20px #10b98166}.materials-section-progress{padding:1rem;border-radius:.875rem;margin-bottom:1rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.materials-section[data-theme=light] .materials-section-progress{background:#f9fafbcc;border:2px solid rgba(102,126,234,.1)}.materials-section[data-theme=dark] .materials-section-progress{background:#2d3748cc;border:2px solid rgba(129,140,248,.15)}.materials-section-progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.materials-section-progress-label{font-weight:500}.materials-section[data-theme=light] .materials-section-progress-label{color:#757575}.materials-section[data-theme=dark] .materials-section-progress-label{color:#a0aec0}.materials-section-progress-count{font-weight:600}.materials-section[data-theme=light] .materials-section-progress-count{color:#1a1a1a}.materials-section[data-theme=dark] .materials-section-progress-count{color:#f5f5f5}.materials-section-progress-bar{width:100%;height:.5rem;border-radius:9999px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a;position:relative}.materials-section[data-theme=light] .materials-section-progress-bar{background:#e5e7eb}.materials-section[data-theme=dark] .materials-section-progress-bar{background:#374151}.materials-section-progress-fill{height:100%;transition:width .6s cubic-bezier(.4,0,.2,1);background:linear-gradient(90deg,#667eea,#764ba2);position:relative;overflow:hidden}.materials-section[data-theme=dark] .materials-section-progress-fill{background:linear-gradient(90deg,#818cf8,#9f7aea)}.materials-section-progress-fill:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmerSlide 2s infinite}.materials-section-view-prompt{text-align:center;padding:.75rem 1.25rem;border-radius:.875rem;font-size:.875rem;font-weight:600;position:relative;overflow:hidden;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.materials-section[data-theme=light] .materials-section-view-prompt{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:2px solid #fbbf24;box-shadow:0 4px 12px #fbbf2433}.materials-section[data-theme=dark] .materials-section-view-prompt{background:linear-gradient(135deg,#78350f,#92400e);color:#fde68a;border:2px solid #f59e0b;box-shadow:0 4px 12px #f59e0b4d}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}.materials-section-view-prompt:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmerPrompt 3s infinite}@keyframes shimmerPrompt{0%{left:-100%}to{left:100%}}@media (max-width: 768px){.materials-section-content{padding:1.25rem}.materials-section-title{font-size:1.125rem}.materials-section-item{flex-direction:column;align-items:flex-start;gap:.75rem}.materials-section-view-button{width:100%;justify-content:center}}.day-page{min-height:100vh;padding:1rem 1rem 6rem}.day-page[data-theme=light]{background:linear-gradient(135deg,#f5f7fa,#e8eef5)}.day-page[data-theme=dark]{background:linear-gradient(135deg,#0f1117,#1a1d23)}.day-loading{min-h-screen:100vh;display:flex;align-items:center;justify-content:center}.day-loading-spinner{width:4rem;height:4rem;border:4px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.day-page[data-theme=light] .day-loading-spinner{border-color:#667eea33;border-top-color:#667eea}.day-page[data-theme=dark] .day-loading-spinner{border-color:#818cf833;border-top-color:#818cf8}.day-error-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.day-error-card{border-radius:1.5rem;max-width:28rem;width:100%;text-align:center;padding:2rem;box-shadow:0 8px 24px #0000001f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.day-page[data-theme=light] .day-error-card{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.day-page[data-theme=dark] .day-error-card{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.day-error-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;background:#ef44441a}.day-error-icon svg{width:2rem;height:2rem;color:#ef4444}.day-container{max-width:56rem;margin:0 auto}.day-header{border-radius:1.5rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 12px #00000014;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.day-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.day-page[data-theme=dark] .day-header:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.day-page[data-theme=light] .day-header{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.day-page[data-theme=dark] .day-header{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.day-header-content{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.day-title{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.day-page[data-theme=dark] .day-title{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.day-progress-stats{text-align:right}.day-progress-percent{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.day-page[data-theme=dark] .day-progress-percent{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.day-header-progress-bar{width:100%;border-radius:1rem;height:.875rem;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.day-page[data-theme=light] .day-header-progress-bar{background:#e5e7eb}.day-page[data-theme=dark] .day-header-progress-bar{background:#374151}.day-header-progress-fill{height:100%;transition:width .8s cubic-bezier(.4,0,.2,1);background:linear-gradient(90deg,#667eea,#764ba2);position:relative;overflow:hidden}.day-page[data-theme=dark] .day-header-progress-fill{background:linear-gradient(90deg,#818cf8,#9f7aea)}.day-header-progress-fill:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmerSlide 2s infinite}@keyframes shimmerSlide{0%{transform:translate(-100%)}to{transform:translate(100%)}}.sections-list{display:flex;flex-direction:column;gap:1.5rem}.section-empty{border-radius:1.5rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.day-page[data-theme=light] .section-empty{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.day-page[data-theme=dark] .section-empty{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.section-empty-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.section-locked{border-radius:1.5rem;box-shadow:0 4px 12px #00000014;overflow:hidden;opacity:.6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.day-page[data-theme=light] .section-locked{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.day-page[data-theme=dark] .section-locked{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.section-locked-content{padding:1.5rem}.section-locked-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-locked-title{font-size:1.25rem;font-weight:600}.day-page[data-theme=light] .section-locked-title{color:#9ca3af}.day-page[data-theme=dark] .section-locked-title{color:#6b7280}.section-locked-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.day-page[data-theme=light] .section-locked-badge{color:#9ca3af}.day-page[data-theme=dark] .section-locked-badge{color:#6b7280}.section-unsupported{border-radius:1.5rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.day-page[data-theme=light] .section-unsupported{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.day-page[data-theme=dark] .section-unsupported{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.section-unsupported-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.sections-empty-state{border-radius:1.5rem;text-align:center;padding:3rem 2rem;box-shadow:0 4px 12px #00000014;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.day-page[data-theme=light] .sections-empty-state{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.day-page[data-theme=dark] .sections-empty-state{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.retry-button{padding:.875rem 1.5rem;border-radius:.75rem;border:none;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d;position:relative;overflow:hidden}.retry-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.retry-button:hover:before{left:100%}.retry-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.day-page[data-theme=dark] .retry-button{background:linear-gradient(135deg,#818cf8,#9f7aea);box-shadow:0 4px 12px #818cf84d}.day-page[data-theme=dark] .retry-button:hover{box-shadow:0 8px 20px #818cf866}@media (max-width: 768px){.day-page{padding:.75rem .75rem 5rem}.day-header{border-radius:1.25rem;padding:1.25rem}.day-title{font-size:1.25rem}.day-progress-percent{font-size:1.75rem}.sections-list{gap:1.25rem}}.profile-page{min-height:100vh;padding:1.5rem 1rem 6rem}.profile-page[data-theme=light]{background:linear-gradient(135deg,#f5f7fa,#e8eef5)}.profile-page[data-theme=dark]{background:linear-gradient(135deg,#0f1117,#1a1d23)}.profile-container{max-width:42rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.profile-header-card{border-radius:1.5rem;box-shadow:0 4px 12px #00000014;overflow:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative}.profile-page[data-theme=light] .profile-header-card{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.profile-page[data-theme=dark] .profile-header-card{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.profile-header-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-page[data-theme=dark] .profile-header-card:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.profile-header-bg{height:10rem;position:relative;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.profile-page[data-theme=dark] .profile-header-bg{background:linear-gradient(135deg,#818cf8,#9f7aea)}.profile-header-bg:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmerSlide 3s infinite}@keyframes shimmerSlide{0%{transform:translate(0)}to{transform:translate(200%)}}.profile-avatar-container{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.profile-avatar{width:6rem;height:6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;box-shadow:0 8px 24px #00000026;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.profile-page[data-theme=light] .profile-avatar{background:#fff;color:#667eea;border:4px solid white}.profile-page[data-theme=dark] .profile-avatar{background:#2d3748;color:#818cf8;border:4px solid rgba(26,29,35,.95)}.profile-avatar:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;padding:2px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s}.profile-page[data-theme=dark] .profile-avatar:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.profile-header-card:hover .profile-avatar{transform:scale(1.08) rotate(-3deg)}.profile-header-card:hover .profile-avatar:before{opacity:1}.profile-info{padding:4rem 1.5rem 1.5rem;text-align:center}.profile-name{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-page[data-theme=dark] .profile-name{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.5rem}.profile-stat-card{text-align:center;padding:.875rem;border-radius:.875rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.profile-page[data-theme=light] .profile-stat-card{background:#f9fafbcc;border:2px solid rgba(102,126,234,.1)}.profile-page[data-theme=dark] .profile-stat-card{background:#2d3748cc;border:2px solid rgba(129,140,248,.15)}.profile-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;transition:opacity .3s}.profile-page[data-theme=dark] .profile-stat-card:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.profile-stat-card:hover{transform:translateY(-4px)}.profile-page[data-theme=light] .profile-stat-card:hover{box-shadow:0 8px 20px #667eea33}.profile-page[data-theme=dark] .profile-stat-card:hover{box-shadow:0 8px 20px #818cf84d}.profile-stat-card:hover:before{opacity:1}.profile-stat-value{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-page[data-theme=dark] .profile-stat-value{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.progress-card{border-radius:1.5rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.profile-page[data-theme=light] .progress-card{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.profile-page[data-theme=dark] .progress-card{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.progress-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-page[data-theme=dark] .progress-card:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.progress-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.progress-card-title{font-size:1.125rem;font-weight:700}.progress-card-percent{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-page[data-theme=dark] .progress-card-percent{background:linear-gradient(135deg,#818cf8,#9f7aea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.progress-card-bar{width:100%;height:.875rem;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem;box-shadow:inset 0 2px 4px #0000001a}.profile-page[data-theme=light] .progress-card-bar{background:#f3f4f6}.profile-page[data-theme=dark] .progress-card-bar{background:#374151}.progress-card-fill{height:100%;border-radius:1rem;transition:width .8s cubic-bezier(.4,0,.2,1);background:linear-gradient(90deg,#667eea,#764ba2);position:relative;overflow:hidden}.profile-page[data-theme=dark] .progress-card-fill{background:linear-gradient(90deg,#818cf8,#9f7aea)}.progress-card-fill:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmerProgress 2s infinite}@keyframes shimmerProgress{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.settings-card{border-radius:1.5rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.profile-page[data-theme=light] .settings-card{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.profile-page[data-theme=dark] .settings-card{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.settings-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-page[data-theme=dark] .settings-card:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.theme-toggle-row{display:flex;align-items:center;justify-content:space-between}.theme-toggle-info{display:flex;align-items:center;gap:.75rem}.theme-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .3s}.profile-page[data-theme=light] .theme-icon{background:#f9fafb}.profile-page[data-theme=dark] .theme-icon{background:#2d3748}.theme-toggle-row:hover .theme-icon{transform:scale(1.1) rotate(-5deg)}.theme-toggle-switch{position:relative;width:3.5rem;height:2rem;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #0000001a,inset 0 2px 4px #0000001a}.profile-page[data-theme=dark] .theme-toggle-switch{background:linear-gradient(135deg,#818cf8,#9f7aea)}.theme-toggle-switch:focus{outline:none;box-shadow:0 0 0 4px #667eea33}.theme-toggle-switch:hover{transform:scale(1.05)}.theme-toggle-knob{position:absolute;top:.25rem;width:1.5rem;height:1.5rem;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;transition:transform .3s cubic-bezier(.4,0,.2,1)}.theme-toggle-knob.light{transform:translate(.25rem)}.theme-toggle-knob.dark{transform:translate(1.75rem)}.info-card{border-radius:1.5rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.profile-page[data-theme=light] .info-card{background:#fffffff2;border:2px solid rgba(102,126,234,.15)}.profile-page[data-theme=dark] .info-card{background:#1a1d23f2;border:2px solid rgba(129,140,248,.2)}.info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-page[data-theme=dark] .info-card:before{background:linear-gradient(135deg,#818cf8,#9f7aea)}.info-card-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid;transition:all .3s}.profile-page[data-theme=light] .info-row{border-bottom-color:#f3f4f6}.profile-page[data-theme=dark] .info-row{border-bottom-color:#374151}.info-row:last-child{border-bottom:none}.info-row:hover{padding-left:.5rem}.status-badge{padding:.375rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600;box-shadow:0 2px 4px #00000014}.status-badge.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff}@media (max-width: 768px){.profile-page{padding:.75rem .75rem 5rem}.profile-avatar{width:5rem;height:5rem;font-size:1.75rem}.profile-name{font-size:1.25rem}.profile-stats-grid{gap:.5rem}.profile-stat-card{padding:.75rem .5rem}.profile-stat-value{font-size:1.5rem}}.blocked-access-container{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;overflow:hidden}.blocked-access-container[data-theme=light]{background:linear-gradient(135deg,#667eea,#764ba2)}.blocked-access-container[data-theme=dark]{background:linear-gradient(135deg,#1a1a2e,#16213e)}.blocked-access-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.blocked-access-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.blocked-access-orb-1{width:300px;height:300px;top:-150px;left:-150px;background:radial-gradient(circle,rgba(102,126,234,.8) 0%,transparent 70%);animation-delay:0s}.blocked-access-orb-2{width:400px;height:400px;bottom:-200px;right:-200px;background:radial-gradient(circle,rgba(118,75,162,.8) 0%,transparent 70%);animation-delay:7s}.blocked-access-orb-3{width:250px;height:250px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(159,122,234,.6) 0%,transparent 70%);animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.blocked-access-content{position:relative;z-index:1;max-width:480px;width:100%;text-align:center;animation:fadeInScale .8s cubic-bezier(.16,1,.3,1)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.blocked-access-icon-container{position:relative;width:120px;height:120px;margin:0 auto 2rem;animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.blocked-access-icon-bg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001a,inset 0 1px 2px #fff3;animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blocked-access-icon{position:relative;width:60px;height:60px;margin:30px;color:#fff;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));animation:lockShake 4s ease-in-out infinite}@keyframes lockShake{0%,to{transform:rotate(0)}10%,30%,50%,70%,90%{transform:rotate(-5deg)}20%,40%,60%,80%{transform:rotate(5deg)}}.blocked-access-title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.2);animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .2s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.blocked-access-message{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6;text-shadow:0 1px 4px rgba(0,0,0,.1);animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .3s backwards}.blocked-access-card{background:#ffffff1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #0000001a,inset 0 1px 2px #ffffff1a;border:1px solid rgba(255,255,255,.1);display:flex;gap:1rem;text-align:left;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .4s backwards;transition:transform .3s ease,box-shadow .3s ease}.blocked-access-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026,inset 0 1px 2px #ffffff26}.blocked-access-card-icon{font-size:2rem;flex-shrink:0;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.blocked-access-card-content{flex:1}.blocked-access-card-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.blocked-access-card-text{font-size:.875rem;color:#fffc;line-height:1.5}.blocked-access-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#667eea;background:#fff;border:none;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0000001a;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .5s backwards}.blocked-access-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026;background:#f9fafb}.blocked-access-button:active{transform:translateY(0);box-shadow:0 4px 12px #0000001a}.blocked-access-button-icon{width:20px;height:20px}.blocked-access-footer{margin-top:2rem;font-size:.875rem;color:#fff9;text-shadow:0 1px 2px rgba(0,0,0,.1);animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .6s backwards}.blocked-access-container[data-theme=dark] .blocked-access-icon-bg{background:#818cf826;box-shadow:0 8px 32px #0000004d,inset 0 1px 2px #818cf833}.blocked-access-container[data-theme=dark] .blocked-access-card{background:#818cf81a;border:1px solid rgba(129,140,248,.2);box-shadow:0 8px 32px #0003,inset 0 1px 2px #818cf81a}.blocked-access-container[data-theme=dark] .blocked-access-card:hover{box-shadow:0 12px 40px #0000004d,inset 0 1px 2px #818cf826}.blocked-access-container[data-theme=dark] .blocked-access-button{color:#818cf8;background:#fffffff2}.blocked-access-container[data-theme=dark] .blocked-access-button:hover{background:#fff}@media (max-width: 640px){.blocked-access-content{padding:0 .5rem}.blocked-access-icon-container{width:100px;height:100px}.blocked-access-icon{width:50px;height:50px;margin:25px}.blocked-access-title{font-size:1.75rem}.blocked-access-message{font-size:1rem}.blocked-access-card{padding:1.25rem;flex-direction:column;text-align:center}.blocked-access-card-icon{font-size:2.5rem}.blocked-access-button{width:100%;justify-content:center}}:root{--color-primary: #D4AF37;--color-primary-hover: #C09F2F;--color-primary-active: #B08F27;--color-background: #FFFFFF;--color-background-secondary: #F5F5DC;--color-background-tertiary: #F5F5F5;--color-card-bg: #FFFFFF;--color-card-border: #E0E0E0;--color-text-primary: #1A1A1A;--color-text-secondary: #757575;--color-text-tertiary: #9E9E9E;--color-border: #E0E0E0;--color-border-light: #F0F0F0;--color-success: #2E7D32;--color-warning: #F59E0B;--color-error: #8B0000;--color-info: #1976D2;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15)}[data-theme=dark]{--color-primary: #4A7EC7;--color-primary-hover: #5A8ED7;--color-primary-active: #3A6EB7;--color-background: #1A1D23;--color-background-secondary: #232730;--color-background-tertiary: #2A2E35;--color-card-bg: #2A2E35;--color-card-border: #3F4451;--color-text-primary: #FFFFFF;--color-text-secondary: #9CA3AF;--color-text-tertiary: #6B7280;--color-border: #3F4451;--color-border-light: #2A2E35;--color-success: #10B981;--color-warning: #F59E0B;--color-error: #EF4444;--color-info: #3B82F6;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5)}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;color:var(--color-text-primary, #1A1A1A);background-color:transparent;transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--color-text-primary)}h1{font-size:32px;font-weight:800}h2{font-size:28px}h3{font-size:20px;font-weight:600}.theme-switcher{display:flex;align-items:center;gap:8px;padding:10px 16px;background:transparent;border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500}.theme-switcher:hover{background:var(--color-primary);color:var(--color-text-primary);border-color:var(--color-primary)}[data-theme=dark] .theme-switcher:hover{color:#fff}.theme-switcher svg{flex-shrink:0}.theme-switcher__text{white-space:nowrap}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .2s ease}.btn-primary{background:var(--color-primary);color:var(--color-text-primary);padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px}.btn-primary:hover{background:var(--color-primary-hover)}.btn-primary:active{background:var(--color-primary-active)}[data-theme=dark] .btn-primary{color:#fff}.card{background:var(--color-card-bg);border:1px solid var(--color-card-border);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);transition:all .3s ease}.card:hover{box-shadow:var(--shadow-md)}input,textarea,select{font-family:inherit;font-size:14px;padding:12px 16px;background:var(--color-background-tertiary);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-primary);transition:all .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4a7ec71a}[data-theme=light] input:focus,[data-theme=light] textarea:focus,[data-theme=light] select:focus{box-shadow:0 0 0 3px #d4af371a}table{width:100%;border-collapse:collapse;background:var(--color-card-bg);border-radius:12px;overflow:hidden}thead{background:var(--color-background-tertiary)}th{padding:12px 16px;text-align:left;font-weight:600;color:var(--color-text-secondary);font-size:12px;text-transform:uppercase;letter-spacing:.5px}td{padding:16px;border-top:1px solid var(--color-border-light);color:var(--color-text-primary)}tr:hover td{background:var(--color-background-secondary)}.badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.badge-success{background:var(--color-success);color:#fff}.badge-warning{background:var(--color-warning);color:#fff}.badge-error{background:var(--color-error);color:#fff}.badge-info{background:var(--color-info);color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}.no-transition *{transition:none!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;overflow-x:hidden}#root{min-height:100vh;width:100%}.btn-primary{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(212 175 55 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn-primary:hover{--tw-bg-opacity: .9}.btn-primary:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.card{border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(212 175 55 / var(--tw-ring-opacity, 1))}.fixed{position:fixed}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-3{margin-left:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.flex{display:flex}.h-16{height:4rem}.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-16{width:4rem}.w-2{width:.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.whitespace-pre-wrap{white-space:pre-wrap}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-4{border-width:4px}.border-britannica-gold{--tw-border-opacity: 1;border-color:rgb(212 175 55 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-britannica-navy{--tw-gradient-from: #1a365d var(--tw-gradient-from-position);--tw-gradient-to: rgb(26 54 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-primary-900{--tw-gradient-to: #0c4a6e var(--tw-gradient-to-position)}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.pb-24{padding-bottom:6rem}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
