body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:#0f0f1a;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}select{font-family:inherit}select option{background:#1a1a2e;color:#fff;padding:8px 12px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.htu-backdrop{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.htu-container{display:flex;width:100%;max-width:960px;height:640px;max-height:90vh;background:#0f172a;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}.htu-sidebar{width:280px;background:#1e293b;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.05);flex-shrink:0}.htu-brand{padding:32px 24px;display:flex;align-items:center;gap:16px;border-bottom:1px solid rgba(255,255,255,.05)}.htu-brand-icon{font-size:32px;filter:drop-shadow(0 2px 8px rgba(59,130,246,.5))}.htu-brand-text h2{font-size:18px;font-weight:700;color:#fff;margin:0 0 4px}.htu-brand-text p{font-size:13px;color:#94a3b8;margin:0}.htu-nav-list{padding:24px 16px;display:flex;flex-direction:column;gap:8px;flex:1;overflow-y:auto}.htu-nav-item{display:flex;align-items:center;gap:16px;padding:16px;background:transparent;border:none;border-radius:12px;cursor:pointer;position:relative;text-align:left;transition:all .2s ease;color:#94a3b8}.htu-nav-item:hover{color:#fff;background:#ffffff08}.htu-nav-item.active{color:#fff}.htu-nav-icon{font-size:20px;position:relative;z-index:2}.htu-nav-title{font-size:14px;font-weight:600;position:relative;z-index:2}.htu-nav-indicator{position:absolute;inset:0;background:linear-gradient(135deg,color-mix(in srgb,var(--theme-color) 15%,transparent),#ffffff05);border:1px solid color-mix(in srgb,var(--theme-color) 30%,transparent);border-radius:12px;z-index:1;box-shadow:inset 4px 0 0 var(--theme-color)}.htu-main{flex:1;display:flex;flex-direction:column;position:relative;background:#0f172a;overflow:hidden}.htu-close-btn{position:absolute;top:24px;right:24px;width:36px;height:36px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.htu-close-btn:hover{background:#ef444433;color:#ef4444;border-color:#ef44444d}.htu-close-btn svg{width:18px;height:18px}.htu-content-wrapper{flex:1;overflow-y:auto;padding:40px}.htu-step-header{display:flex;align-items:center;gap:24px;margin-bottom:40px}.htu-step-icon-large{width:72px;height:72px;background:linear-gradient(135deg,color-mix(in srgb,var(--theme-color) 20%,transparent),#ffffff05);border:1px solid color-mix(in srgb,var(--theme-color) 30%,transparent);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:36px;box-shadow:0 8px 24px color-mix(in srgb,var(--theme-color) 15%,transparent)}.htu-step-badge{display:inline-block;padding:4px 12px;background:color-mix(in srgb,var(--theme-color) 15%,transparent);color:var(--theme-color);border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.htu-step-header h3{font-size:32px;font-weight:800;color:#fff;margin:0;letter-spacing:-.5px}.htu-timeline{display:flex;flex-direction:column;gap:24px;position:relative;padding-left:20px}.htu-timeline:before{content:"";position:absolute;top:0;bottom:0;left:34px;width:2px;background:#ffffff0d;z-index:0}.htu-timeline-item{display:flex;gap:24px;position:relative;z-index:1;text-decoration:none;color:inherit}.htu-timeline-marker{width:32px;height:32px;background:#0f172a;border:2px solid var(--theme-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 0 0 4px #0f172a}.htu-timeline-content{flex:1;display:flex;align-items:flex-start;gap:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);padding:20px;border-radius:16px;transition:all .2s ease}.htu-timeline-item.clickable .htu-timeline-content{cursor:pointer}.htu-timeline-item.clickable:hover .htu-timeline-content{background:#ffffff0f;border-color:#ffffff1a;transform:translate(4px)}.htu-timeline-icon{font-size:24px;background:#ffffff0d;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.htu-timeline-text h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 4px;display:flex;align-items:center;gap:8px}.htu-link-icon{width:14px;height:14px;color:#94a3b8;transition:color .2s}.htu-timeline-item.clickable:hover .htu-link-icon{color:#fff}.htu-timeline-text p{font-size:14px;color:#94a3b8;margin:0;line-height:1.5}.htu-alert{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:12px;margin-top:32px}.htu-alert.info{background:#3b82f61a;border:1px solid rgba(59,130,246,.2)}.htu-alert.success{background:#10b9811a;border:1px solid rgba(16,185,129,.2)}.htu-alert-icon{font-size:24px}.htu-alert p{margin:0;font-size:14px;color:#e2e8f0;font-weight:500}.htu-grid-section{margin-bottom:40px}.htu-grid-section h4{font-size:18px;font-weight:600;color:#fff;margin:0 0 20px;display:flex;align-items:center;gap:12px}.htu-section-icon{font-size:24px}.htu-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.htu-status-card{display:flex;align-items:center;gap:12px;padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px}.htu-status-dot{font-size:20px}.htu-status-card span{font-size:14px;color:#e2e8f0;font-weight:500}.htu-platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.htu-platform-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:20px}.htu-platform-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.htu-platform-icon{font-size:24px}.htu-platform-head h5{font-size:16px;font-weight:600;color:#fff;margin:0}.htu-tags{display:flex;flex-wrap:wrap;gap:8px}.htu-tag{padding:4px 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:12px;color:#94a3b8}.htu-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.htu-feature-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px}.htu-feature-icon{font-size:28px;background:#ffffff0d;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.htu-feature-text h5{font-size:15px;font-weight:600;color:#fff;margin:0 0 4px}.htu-feature-text p{font-size:13px;color:#94a3b8;margin:0;line-height:1.5}@media(max-width:768px){.htu-container{flex-direction:column;height:85vh}.htu-sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.05)}.htu-brand{padding:20px}.htu-nav-list{flex-direction:row;padding:16px 20px;overflow-x:auto}.htu-nav-item{min-width:max-content;padding:12px 16px}.htu-content-wrapper{padding:24px}.htu-step-header{flex-direction:column;align-items:flex-start;gap:16px}.htu-feature-grid{grid-template-columns:1fr}}.auth-container{width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)}.bg-animation{position:absolute;inset:0;overflow:hidden;z-index:0}.grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(59,130,246,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.03) 1px,transparent 1px);background-size:60px 60px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.floating-shapes{position:absolute;inset:0}.shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s ease-in-out infinite}.shape-1{width:600px;height:600px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);top:-200px;left:-200px;animation-delay:0s}.shape-2{width:400px;height:400px;background:linear-gradient(135deg,#06b6d4,#3b82f6);bottom:-100px;right:-100px;animation-delay:-5s}.shape-3{width:300px;height:300px;background:linear-gradient(135deg,#8b5cf6,#ec4899);top:50%;left:30%;animation-delay:-10s}.shape-4{width:200px;height:200px;background:linear-gradient(135deg,#10b981,#06b6d4);top:20%;right:20%;animation-delay:-15s}.shape-5{width:250px;height:250px;background:linear-gradient(135deg,#f59e0b,#ef4444);bottom:30%;left:10%;animation-delay:-7s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(-30px,-20px) scale(1.02)}}.auth-branding{flex:1;display:flex;align-items:center;justify-content:center;padding:60px;position:relative;z-index:1}.branding-content{max-width:540px;animation:slideInLeft .8s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.brand-logo{display:flex;align-items:center;gap:12px;margin-bottom:40px}.logo-icon{width:56px;height:56px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #3b82f64d;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 8px 32px #3b82f64d}50%{box-shadow:0 8px 48px #3b82f680}}.logo-icon svg{width:28px;height:28px;color:#fff}.logo-text{font-size:28px;font-weight:800;color:#fff;letter-spacing:-.5px;background-color:#020617b8;display:inline-block;padding:4px 10px;border-radius:6px;line-height:1}.brand-headline{font-size:52px;font-weight:800;color:#fff;line-height:1.1;margin-bottom:24px;letter-spacing:-1px}.gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;background-clip:text;animation:gradientShift 5s ease-in-out infinite;background-size:200% 200%}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.brand-description{font-size:18px;color:#94a3b8;line-height:1.7;margin-bottom:40px}.feature-list{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.feature-item{display:flex;align-items:center;gap:16px;color:#e2e8f0;font-size:15px;font-weight:500;opacity:0;animation:fadeInUp .6s ease-out forwards}.feature-item:nth-child(1){animation-delay:.3s}.feature-item:nth-child(2){animation-delay:.45s}.feature-item:nth-child(3){animation-delay:.6s}.feature-item:nth-child(4){animation-delay:.75s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-icon{width:44px;height:44px;background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.feature-item:hover .feature-icon{background:#3b82f640;border-color:#3b82f680;transform:scale(1.1)}.feature-icon svg{width:22px;height:22px;color:#3b82f6}.stats-preview{display:flex;align-items:center;gap:24px;padding:24px 32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInUp .6s ease-out .9s forwards;opacity:0}.stat-item{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-number{font-size:28px;font-weight:800;color:#fff}.stat-label{font-size:13px;color:#94a3b8;font-weight:500}.stat-divider{width:1px;height:40px;background:#fff3}.auth-form-section{width:480px;display:flex;align-items:center;justify-content:center;padding:40px;position:relative;z-index:1}.auth-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:48px 40px;border-radius:24px;width:100%;max-width:400px;box-shadow:0 32px 64px #0000004d,0 0 0 1px #ffffff1a;animation:slideInRight .8s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.card-header{text-align:center;margin-bottom:32px}.card-header h2{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:8px}.card-header p{color:#64748b;font-size:15px}.error-message{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;padding:14px 18px;border-radius:12px;margin-bottom:24px;font-size:14px;font-weight:500;border:1px solid #fecaca;animation:shake .5s ease-out}.error-message svg{width:20px;height:20px;flex-shrink:0}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.google-login-wrapper{margin:24px 0}.google-login-wrapper>div{width:100%!important}.google-login-wrapper iframe{width:100%!important}.loading-state{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:2px dashed #e2e8f0}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.loading-state span{color:#64748b;font-size:14px;font-weight:500}.security-badge{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:10px;margin-bottom:20px;border:1px solid #bbf7d0}.security-badge svg{width:18px;height:18px;color:#16a34a}.security-badge span{font-size:13px;color:#15803d;font-weight:500}.auth-terms{text-align:center;color:#94a3b8;font-size:12px;line-height:1.6}.auth-terms a{color:#3b82f6;text-decoration:none;font-weight:500;font-size:14px;transition:color .2s}.auth-terms a:hover{color:#2563eb;text-decoration:underline}.why-signin{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:20px;margin-bottom:20px}.why-title{font-size:13px;font-weight:600;color:#64748b;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.why-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.why-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151;font-weight:500}.why-list li svg{width:16px;height:16px;color:#10b981;flex-shrink:0}@media(max-width:1024px){.auth-container{flex-direction:column}.auth-branding{padding:40px 24px;text-align:center}.branding-content{max-width:100%}.brand-logo{justify-content:center}.brand-headline{font-size:36px}.feature-list{align-items:center}.stats-preview{justify-content:center}.auth-form-section{width:100%;padding:24px}}@media(max-width:640px){.auth-branding{padding:32px 20px}.brand-headline{font-size:28px}.brand-description{font-size:15px;margin-bottom:24px}.auth-card{padding:32px 24px;border-radius:20px}.feature-list{display:none}.stats-preview{padding:16px 20px;gap:16px}.stat-number{font-size:22px}.stat-label{font-size:11px}.why-signin{padding:16px}}.dashboard-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e0e7ff);color:#0f172a;padding:20px}.dashboard-card{background:#fff;padding:48px 40px;border-radius:20px;box-shadow:0 25px 50px -12px #00000014;text-align:center;max-width:420px;width:100%}.dashboard-icon{margin-bottom:16px}.dashboard-icon svg{width:64px;height:64px;color:#22c55e}.dashboard-container h1{font-size:32px;margin-bottom:8px;font-weight:700;color:#0f172a}.dashboard-subtitle{color:#64748b;font-size:15px;margin-bottom:32px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#334155;font-weight:600;font-size:14px}.form-group input{width:100%;padding:14px 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;transition:all .2s ease;box-sizing:border-box;background:#fff;color:#0f172a}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.auth-button{width:100%;padding:14px 24px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 24px -8px #3b82f680}.auth-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.wave-auth-container{width:100%;min-height:100vh;position:relative;overflow:hidden;background:#000}.wave-auth-content{position:relative;z-index:10;display:flex;min-height:100vh;align-items:center;justify-content:space-between;padding:40px 60px;max-width:1400px;margin:0 auto;gap:60px}.wave-auth-branding{flex:1;max-width:550px}.wave-brand-logo{display:flex;align-items:center;gap:14px;margin-bottom:40px}.wave-logo-icon{width:52px;height:52px;background:linear-gradient(135deg,#4fd1c533,#4fd1c51a);border:1px solid rgba(79,209,197,.3);border-radius:14px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wave-logo-icon svg{width:26px;height:26px;color:#4fd1c5}.wave-logo-text{font-size:28px;font-weight:700;color:#fff;letter-spacing:-.5px;background-color:#020617b8;display:inline-block;padding:4px 10px;border-radius:6px;line-height:1}.wave-brand-headline{font-size:54px;font-weight:800;color:#fff;line-height:1.1;margin-bottom:24px;letter-spacing:-1.5px}.wave-gradient-text{background:linear-gradient(135deg,#4fd1c5,#38b2ac,#319795);-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;background-clip:text}.wave-brand-description{font-size:18px;color:#fff9;line-height:1.7;margin-bottom:40px}.wave-feature-list{display:flex;flex-direction:column;gap:16px}.wave-feature-item{display:flex;align-items:center;gap:16px;color:#fffc;font-size:16px;font-weight:500;padding:12px 16px;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;cursor:default}.wave-feature-item:hover{background:#4fd1c51a;border-color:#4fd1c533}.wave-feature-icon{font-size:18px;color:#4fd1c5}.wave-auth-card-wrapper{width:420px;flex-shrink:0}.wave-auth-card{position:relative;background:#ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:48px 40px;border-radius:24px;border:1px solid rgba(255,255,255,.1);overflow:hidden}.wave-card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(79,209,197,.08) 0%,transparent 50%);animation:rotateGlow 15s linear infinite;pointer-events:none}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wave-card-header{text-align:center;margin-bottom:32px;position:relative;z-index:1}.wave-card-header h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:8px}.wave-card-header p{color:#ffffff80;font-size:15px}.wave-error-message{display:flex;align-items:center;gap:10px;background:#ef444426;color:#f87171;padding:14px 18px;border-radius:12px;margin-bottom:24px;font-size:14px;font-weight:500;border:1px solid rgba(239,68,68,.2);position:relative;z-index:1}.wave-error-message svg{width:20px;height:20px;flex-shrink:0}.wave-google-login-wrapper{margin:24px 0;position:relative;z-index:1}.wave-google-login-wrapper>div{width:100%!important}.wave-google-login-wrapper iframe{width:100%!important}.wave-loading-state{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.wave-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#4fd1c5;border-radius:50%;animation:spin .8s linear infinite}.wave-loading-state span{color:#fff9;font-size:14px;font-weight:500}.wave-guest-section{display:flex;flex-direction:column;gap:14px;margin-bottom:8px;position:relative;z-index:1}.wave-guest-toggle{width:100%;padding:12px 16px;border-radius:12px;border:1px dashed rgba(79,209,197,.4);background:#0206174d;color:#ffffffd9;font-size:14px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.wave-guest-toggle:hover{border-color:#4fd1c5b3;background:#4fd1c514;transform:translateY(-1px)}.wave-guest-panel{display:grid;gap:12px;padding:16px;border-radius:14px;border:1px solid rgba(79,209,197,.2);background:#0f172a73}.wave-guest-field{display:grid;gap:6px}.wave-guest-label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#fff9}.wave-guest-input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#02061799;color:#fff;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.wave-guest-input::placeholder{color:#ffffff59}.wave-guest-input:focus{outline:none;border-color:#4fd1c599;box-shadow:0 0 0 2px #4fd1c533}.wave-guest-input:disabled{opacity:.6;cursor:not-allowed}.wave-guest-hint{margin:0;font-size:12px;color:#ffffff8c}.wave-guest-submit{width:100%;padding:12px 16px;border-radius:12px;border:none;background:linear-gradient(135deg,#4fd1c5,#319795);color:#041b1a;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.wave-guest-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #4fd1c533}.wave-guest-submit:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.wave-divider{display:flex;align-items:center;justify-content:center;margin:24px 0;position:relative;z-index:1}.wave-divider:before,.wave-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent)}.wave-divider span{padding:0 16px;color:#fff6;font-size:12px;text-transform:uppercase;letter-spacing:1px}.wave-benefits{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;position:relative;z-index:1}.wave-benefit-item{display:flex;align-items:center;gap:12px;color:#fff9;font-size:14px}.wave-benefit-item svg{width:18px;height:18px;color:#4fd1c5;flex-shrink:0}.wave-auth-terms{text-align:center;color:#fff6;font-size:12px;line-height:1.6;position:relative;z-index:1}.wave-auth-terms a{color:#4fd1c5;text-decoration:none;font-weight:500;font-size:14px;transition:color .2s}.wave-auth-terms a:hover{color:#38b2ac;text-decoration:underline}@media(max-width:1024px){.wave-auth-content{flex-direction:column;padding:40px 24px;justify-content:center;gap:40px}.wave-auth-branding{text-align:center;max-width:500px}.wave-brand-logo{justify-content:center}.wave-brand-headline{font-size:40px}.wave-feature-list{display:none}.wave-auth-card-wrapper{width:100%;max-width:420px}}@media(max-width:480px){.wave-auth-content{padding:24px 16px}.wave-brand-headline{font-size:32px}.wave-auth-card{padding:32px 24px}.wave-card-header h2{font-size:24px}}.wave-how-to-use-btn{display:flex;align-items:center;gap:12px;padding:16px 24px;background-color:#7c3aed38;background-image:linear-gradient(135deg,#7c3aed38,#4fd1c51f);border:2px solid rgba(251,191,36,.8);border-radius:16px;cursor:pointer;transition:all .3s ease;margin-top:24px;width:100%;max-width:280px}.wave-how-to-use-btn:hover{background-color:#7c3aed57;background-image:linear-gradient(135deg,#7c3aed57,#4fd1c533);border-color:#fbbf24;box-shadow:0 8px 32px #4fd1c533}.wave-htu-icon{font-size:24px}.wave-htu-text{flex:1;font-size:15px;font-weight:600;color:#fff;text-align:left}.wave-htu-arrow{width:20px;height:20px;color:#4fd1c5;transition:transform .3s ease}.wave-how-to-use-btn:hover .wave-htu-arrow{transform:translate(4px)}@media(max-width:1024px){.wave-how-to-use-btn{margin:24px auto 0}}.dashboard-layout{min-height:100vh;display:flex;flex-direction:column;color:var(--text);font-family:Inter,Segoe UI,system-ui,sans-serif;transition:background .3s ease}:root[data-theme=dark] .dashboard-layout{background:radial-gradient(circle at 20% 10%,rgba(76,29,149,.25),transparent 28%),radial-gradient(circle at 82% 4%,rgba(14,165,233,.12),transparent 18%),linear-gradient(180deg,#050816,#060b18)}:root[data-theme=light] .dashboard-layout{background:radial-gradient(circle at 20% 10%,rgba(168,85,247,.08),transparent 28%),radial-gradient(circle at 82% 4%,rgba(59,130,246,.05),transparent 18%),linear-gradient(180deg,#fff,#f8fafc)}.dashboard-layout:before{content:"";position:fixed;inset:0;pointer-events:none;transition:background-image .3s ease}:root[data-theme=dark] .dashboard-layout:before{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.3),transparent 80%);mask-image:linear-gradient(180deg,rgba(0,0,0,.3),transparent 80%)}:root[data-theme=light] .dashboard-layout:before{background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),transparent 80%);mask-image:linear-gradient(180deg,rgba(0,0,0,.1),transparent 80%)}.sidebar{position:fixed;inset:0 auto 0 0;width:252px;display:flex;flex-direction:column;padding:16px 12px 14px;border-right:1px solid var(--border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:20;transition:width .28s ease,background .3s ease,box-shadow .3s ease}:root[data-theme=dark] .sidebar{background:linear-gradient(180deg,#090c1beb,#040712e0);box-shadow:12px 0 48px #00000057}:root[data-theme=light] .sidebar{background:linear-gradient(180deg,#fffffff2,#f8fafceb);box-shadow:12px 0 12px #0000000f}.sidebar.collapsed{width:88px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 2px 14px}.sidebar-brand{display:flex;align-items:center;gap:8px;min-width:0}.brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#faf5ff,#8b5cf6 45%,#4f46e5);color:#fff;font-weight:800;letter-spacing:-.06em;box-shadow:0 14px 30px #8b5cf659}.brand-name{font-size:1.18rem;font-weight:800;letter-spacing:-.04em;color:var(--text)}.sidebar-toggle{width:34px;height:34px;border-radius:11px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#e2e8f0;display:grid;place-items:center;cursor:pointer}.sidebar-toggle svg{width:16px;height:16px}.sidebar-nav{display:flex;flex-direction:column;gap:6px;padding:4px 0;overflow-y:auto;flex:1}.nav-item{position:relative;display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:13px;text-decoration:none;color:var(--text-secondary);transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.nav-item:hover{background:#ffffff0b;color:var(--text);transform:translate(2px)}.nav-item.active{color:var(--text);background:linear-gradient(135deg,#5b21b666,#3b82f624);box-shadow:inset 0 0 0 1px #a78bfa2e,0 12px 28px #5b21b629}.nav-item.active:before{content:"";position:absolute;left:-1px;top:7px;bottom:7px;width:4px;border-radius:999px;background:linear-gradient(180deg,#c084fc,#7c3aed)}.nav-icon{width:20px;height:20px;flex-shrink:0;display:grid;place-items:center}.nav-icon svg{width:100%;height:100%}.nav-label{font-size:.82rem;font-weight:500}.sidebar-footer{margin-top:auto;display:grid;gap:12px}.profile-card,.sidebar-metrics{border:1px solid rgba(255,255,255,.08);background:#ffffff08;border-radius:16px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profile-card{display:flex;align-items:center;gap:10px;padding:12px}.user-avatar{width:42px;height:42px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#111827,#7c3aed);display:grid;place-items:center;flex-shrink:0}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar span{font-weight:800;font-size:1rem}.user-copy{min-width:0;display:grid;gap:3px}.user-topline{display:flex;align-items:center;gap:8px}.user-name{font-weight:700}.pro-pill{padding:2px 7px;border-radius:999px;background:#a855f72e;color:#c084fc;font-size:.64rem;font-weight:700}.user-email,.streak-label,.streak-note{color:var(--muted);font-size:.72rem}.sidebar-metrics{padding:10px;display:flex;align-items:center;gap:8px}.streak-card{flex:1;display:flex;align-items:center;gap:10px;min-width:0}.streak-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,#fb923c40,#f9731614);font-size:.95rem}.streak-card strong{display:block;font-size:.88rem}.logout-btn{width:34px;height:34px;border-radius:11px;border:1px solid rgba(255,255,255,.08);background:#ef444414;color:#fca5a5;display:grid;place-items:center;cursor:pointer}.logout-btn svg{width:16px;height:16px}.main-content{margin-left:252px;min-height:100vh;width:calc(100% - 252px)}.sidebar.collapsed+.main-content{margin-left:88px;width:calc(100% - 88px)}.content-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 18px 12px;background:linear-gradient(180deg,#050816f5,#050816b8);border-bottom:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-copy h1{font-size:1.2rem;font-weight:800;letter-spacing:-.04em;display:flex;align-items:center;gap:8px;margin:0}.header-spark{color:#a855f7;font-size:.95rem}.header-copy p{margin-top:3px;color:var(--muted);font-size:.75rem}.header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.search-box{display:flex;align-items:center;gap:8px;width:min(300px,100%);padding:0 12px;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.search-box:focus-within{border-color:#a855f773;box-shadow:0 0 0 4px #a855f71f}.search-icon{width:16px;height:16px;color:var(--text-secondary)}.search-icon svg{width:100%;height:100%}.search-box input{flex:1;min-width:0;border:0;outline:none;background:transparent;color:var(--text);font-size:.8rem}.search-box input::placeholder{color:var(--muted)}.search-box kbd{padding:3px 7px;border-radius:7px;font:inherit;font-size:.62rem;color:#a5b4fc;background:#6366f11f;border:1px solid rgba(99,102,241,.18)}.icon-chip,.date-chip{display:flex;align-items:center;gap:8px;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.icon-chip{width:36px;justify-content:center;position:relative;color:var(--text-secondary)}.icon-chip svg{width:16px;height:16px}.notification-badge{position:absolute;top:-5px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;display:grid;place-items:center;font-size:.58rem;font-weight:700}.date-chip{padding:0 10px}.date-chip .date-icon{width:20px;height:20px;color:#a855f7}.date-chip .date-icon svg{width:100%;height:100%}.date-chip strong,.date-chip span{display:block}.date-chip strong{font-size:.78rem}.date-chip span{font-size:.62rem;color:var(--muted)}.dashboard-content{padding:0 18px 20px;display:grid;gap:12px}.hero-card,.panel-card,.stat-card{border:1px solid var(--border);background:linear-gradient(180deg,#0c1228e0,#070a16eb);box-shadow:0 18px 48px #00000047;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-card{position:relative;overflow:hidden;border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(220px,.88fr);gap:14px;min-height:172px}.hero-card:before,.hero-card:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero-card:before{width:180px;height:180px;right:-52px;top:-84px;background:radial-gradient(circle,rgba(139,92,246,.3),transparent 68%)}.hero-card:after{width:240px;height:240px;right:-82px;top:18px;background:radial-gradient(circle,rgba(59,130,246,.14),transparent 62%)}.hero-copy{position:relative;z-index:1;max-width:540px}.hero-kicker{font-size:1rem;font-weight:800;letter-spacing:-.05em;margin-bottom:8px}.hero-copy h2{max-width:560px;font-size:clamp(1.22rem,2vw,2rem);line-height:1.05;font-weight:800;letter-spacing:-.06em;margin:0 0 10px}.hero-text{max-width:520px;color:var(--text-secondary);opacity:.85;font-size:.76rem;line-height:1.45;margin-bottom:12px}.hero-actions-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.primary-cta{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px 0 16px;border-radius:11px;background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;text-decoration:none;font-weight:700;font-size:.78rem;box-shadow:0 14px 24px #4c1d9547}.primary-cta span{width:16px;height:16px;display:grid;place-items:center}.primary-cta svg{width:16px;height:16px}.hero-metric-pills{display:flex;gap:8px;flex-wrap:wrap}.hero-metric-pills span{padding:7px 9px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--text-secondary);font-size:.62rem}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:150px}.dashboard-hero-art{width:min(100%,300px);filter:drop-shadow(0 18px 24px rgba(5,8,22,.42));animation:artFloat 5s ease-in-out infinite;transform-origin:center}.dashboard-hero-art svg{width:100%;height:auto;display:block}.robot-figure,.hero-orb,.hero-chip{transform-box:fill-box;transform-origin:center}.robot-figure{animation:robotBob 4.6s ease-in-out infinite}.robot-eye{animation:eyeBlink 5.2s ease-in-out infinite;transform-origin:center}.robot-eye.right{animation-delay:.12s}.hero-orb{animation:orbFloat 4.2s ease-in-out infinite}.orb-violet{animation-delay:.25s}.orb-amber{animation-delay:.5s}.hero-chip{animation:chipPulse 3.8s ease-in-out infinite}@keyframes artFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes robotBob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes orbFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.03)}}@keyframes chipPulse{0%,to{transform:scale(1);opacity:.92}50%{transform:scale(1.03);opacity:1}}@keyframes eyeBlink{0%,92%,to{opacity:1}94%{opacity:.2}96%{opacity:1}}.hero-floating-badge{position:absolute;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:.8rem;font-weight:800;color:#fff;border:1px solid rgba(255,255,255,.12);background:#0c1228d1;box-shadow:0 14px 24px #00000047;animation:badgeFloat 4.4s ease-in-out infinite}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.hero-floating-badge.check{left:24px;top:22px;background:#10b98129;color:#4ade80}.hero-floating-badge.braces{right:34px;top:48px;color:#60a5fa}.hero-floating-badge.trophy{right:4px;bottom:22px;color:#fbbf24}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.stat-card{border-radius:14px;padding:12px 12px 10px;overflow:hidden;position:relative}.stat-card-top{display:flex;align-items:center;gap:10px;margin-bottom:8px}.stat-icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;flex-shrink:0}.stat-icon svg{width:17px;height:17px}.stat-icon.green{background:#22c55e29;color:#22c55e}.stat-icon.violet{background:#8b5cf629;color:#8b5cf6}.stat-icon.amber{background:#f59e0b29;color:#f59e0b}.stat-icon.blue{background:#3b82f629;color:#3b82f6}.stat-main-copy{display:grid;gap:1px}.stat-main-copy strong{font-size:1.2rem;font-weight:800;letter-spacing:-.05em;line-height:1}.stat-main-copy span{color:var(--text-secondary);font-size:.72rem;font-weight:600}.stat-main-copy small{color:var(--muted);font-size:.62rem}.sparkline{width:100%;height:26px;opacity:.96}.middle-grid,.bottom-grid{display:grid;gap:10px}.middle-grid{grid-template-columns:1fr 1.2fr}.bottom-grid{grid-template-columns:.98fr 1.02fr}.panel-card{border-radius:14px;padding:12px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.panel-head h3{margin:0;font-size:.88rem;font-weight:700;letter-spacing:-.03em}.panel-head-tight{margin-bottom:10px}.ghost-chip,.view-all-link{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text-secondary);text-decoration:none;font-size:.7rem}.ghost-chip{cursor:default}.view-all-link svg,.ghost-chip svg,.arrow-btn svg,.quick-action-card em svg{width:14px;height:14px}.difficulty-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.difficulty-card{display:grid;justify-items:center;gap:8px}.difficulty-ring{width:88px;height:88px;border-radius:50%;padding:7px;position:relative}.difficulty-ring:before{content:"";position:absolute;inset:7px;border-radius:50%;background:var(--panel)}.difficulty-ring-inner{position:absolute;inset:0;display:grid;place-items:center;text-align:center}.difficulty-ring-inner strong{font-size:1rem;font-weight:800}.difficulty-ring-inner span{color:var(--muted);font-size:.6rem}.difficulty-copy{text-align:center}.difficulty-copy strong{display:block;margin-bottom:3px;font-size:.74rem}.difficulty-copy span{color:var(--muted);font-size:.62rem}.weekly-chart-wrap{position:relative}.weekly-chart{width:100%;height:188px;display:block}.chart-grid-lines line{stroke:#ffffff0f;stroke-width:1}.chart-axis-labels text{fill:var(--muted);font-size:9px}.chart-summary-card,.chart-tooltip-preview{position:absolute;padding:9px 11px;border-radius:11px;border:1px solid rgba(255,255,255,.08);background:#080c1ce6;box-shadow:0 12px 24px #00000042}.chart-summary-card{left:14px;top:12px}.chart-tooltip-preview{right:20px;top:42px}.chart-summary-card strong,.chart-tooltip-preview strong{display:block;font-size:.9rem;font-weight:800}.chart-summary-card span,.chart-tooltip-preview span{color:var(--muted);font-size:.62rem}.quick-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-action-card{position:relative;display:grid;gap:4px;padding:12px;border-radius:12px;text-decoration:none;color:inherit;background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid rgba(255,255,255,.06);min-height:88px}.quick-action-card:hover{transform:translateY(-2px);border-color:#a855f742}.quick-action-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#a855f7;background:#a855f71f}.quick-action-card strong{font-size:.75rem}.quick-action-card span{color:var(--muted);font-size:.62rem}.quick-action-card em{position:absolute;right:12px;bottom:10px;color:var(--text-secondary)}.recent-list{display:grid;gap:8px}.recent-item{display:flex;align-items:center;gap:10px;padding:10px 10px 10px 9px;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.status-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.status-dot.solved{background:#22c55e;box-shadow:0 0 10px #22c55e61}.status-dot.unsolved{background:#64748b}.status-dot.for-future{background:#3b82f6;box-shadow:0 0 10px #3b82f640}.recent-copy{flex:1;min-width:0;display:grid;gap:4px}.recent-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.recent-title-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem}.recent-status{flex-shrink:0;padding:3px 7px;border-radius:999px;font-size:.58rem;font-weight:700}.recent-status.solved{color:#22c55e;background:#22c55e1f}.recent-status.for-future{color:#60a5fa;background:#3b82f61f}.recent-status.unsolved{color:var(--muted);background:#94a3b814}.recent-meta-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.difficulty-pill,.topic-pill{padding:3px 7px;border-radius:999px;font-size:.58rem;font-weight:700}.difficulty-pill.easy{color:#4ade80;background:#22c55e1f}.difficulty-pill.medium{color:#fbbf24;background:#fbbf241f}.difficulty-pill.hard{color:#f87171;background:#ef44441f}.topic-pill{color:#a5b4fc;background:#6366f11f}.recent-side{display:flex;align-items:center;gap:8px;flex-shrink:0}.recent-date{color:var(--muted);font-size:.6rem}.arrow-btn{width:30px;height:30px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--text-secondary);display:grid;place-items:center}.activity-empty{display:grid;justify-items:center;gap:7px;padding:18px 12px 4px;text-align:center}.empty-badge{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:1.1rem;background:#ffffff0d}.activity-empty p{font-weight:700;font-size:.74rem}.activity-empty span{color:var(--muted);font-size:.64rem}:root[data-theme=light] .dashboard-layout{color:var(--text)}:root[data-theme=light] .content-header{background:linear-gradient(180deg,#f8fafcf5,#f8fafcd1);border-bottom-color:#0f172a14}:root[data-theme=light] .header-copy h1,:root[data-theme=light] .hero-kicker,:root[data-theme=light] .hero-copy h2,:root[data-theme=light] .panel-head h3,:root[data-theme=light] .stat-main-copy strong,:root[data-theme=light] .recent-title-row strong,:root[data-theme=light] .difficulty-ring-inner strong,:root[data-theme=light] .difficulty-copy strong,:root[data-theme=light] .activity-empty p{color:var(--text)}:root[data-theme=light] .hero-card,:root[data-theme=light] .panel-card,:root[data-theme=light] .stat-card{background:linear-gradient(180deg,#fffffffa,#f8fafcf2);box-shadow:0 18px 36px #0f172a14;border-color:#0f172a14}:root[data-theme=light] .hero-card:before{background:radial-gradient(circle,rgba(168,85,247,.12),transparent 68%)}:root[data-theme=light] .hero-card:after{background:radial-gradient(circle,rgba(59,130,246,.08),transparent 62%)}:root[data-theme=light] .hero-metric-pills span,:root[data-theme=light] .ghost-chip,:root[data-theme=light] .view-all-link,:root[data-theme=light] .search-box,:root[data-theme=light] .icon-chip,:root[data-theme=light] .date-chip,:root[data-theme=light] .recent-item,:root[data-theme=light] .quick-action-card,:root[data-theme=light] .empty-badge,:root[data-theme=light] .chart-summary-card,:root[data-theme=light] .chart-tooltip-preview,:root[data-theme=light] .arrow-btn{background:#ffffffeb;border-color:#0f172a14}:root[data-theme=light] .hero-metric-pills span,:root[data-theme=light] .ghost-chip,:root[data-theme=light] .view-all-link,:root[data-theme=light] .search-box,:root[data-theme=light] .icon-chip,:root[data-theme=light] .date-chip,:root[data-theme=light] .recent-item,:root[data-theme=light] .quick-action-card,:root[data-theme=light] .arrow-btn{color:var(--text-secondary)}:root[data-theme=light] .hero-text,:root[data-theme=light] .header-copy p,:root[data-theme=light] .date-chip span,:root[data-theme=light] .stat-main-copy small,:root[data-theme=light] .difficulty-ring-inner span,:root[data-theme=light] .difficulty-copy span,:root[data-theme=light] .chart-summary-card span,:root[data-theme=light] .chart-tooltip-preview span,:root[data-theme=light] .quick-action-card span,:root[data-theme=light] .recent-date,:root[data-theme=light] .activity-empty span{color:var(--muted)}:root[data-theme=light] .hero-floating-badge{background:#fffffff2;color:var(--text);border-color:#0f172a14}:root[data-theme=light] .hero-floating-badge.check{color:#10b981}:root[data-theme=light] .hero-floating-badge.braces{color:#2563eb}:root[data-theme=light] .hero-floating-badge.trophy{color:#d97706}:root[data-theme=light] .stat-main-copy span,:root[data-theme=light] .recent-status.unsolved,:root[data-theme=light] .difficulty-ring-inner span,:root[data-theme=light] .difficulty-copy span,:root[data-theme=light] .chart-axis-labels text{fill:var(--muted)}:root[data-theme=light] .chart-grid-lines line{stroke:#0f172a0f}:root[data-theme=light] .hero-metric-pills span,:root[data-theme=light] .quick-action-card,:root[data-theme=light] .recent-item{border-color:#0f172a14}:root[data-theme=light] .notification-badge{color:#fff}@media(max-width:1320px){.hero-card,.middle-grid,.bottom-grid,.stats-grid{grid-template-columns:1fr}.hero-visual{min-height:220px}}@media(max-width:1080px){.sidebar{position:static;width:100%;min-height:auto}.sidebar.collapsed{width:100%}.main-content,.sidebar.collapsed+.main-content{width:100%;margin-left:0}.dashboard-layout{flex-direction:column}.content-header{position:static;align-items:flex-start;flex-direction:column}}@media(max-width:720px){.dashboard-content,.content-header{padding-left:12px;padding-right:12px}.hero-card,.panel-card{padding:12px}.hero-kicker{font-size:.95rem}.hero-copy h2{font-size:1.2rem}.quick-actions-grid,.difficulty-grid{grid-template-columns:1fr}.recent-item,.panel-head,.recent-title-row{align-items:flex-start;flex-direction:column}.recent-side{width:100%;justify-content:space-between}.search-box{width:100%}.header-actions{width:100%;justify-content:flex-start}}.profile-page{min-height:100vh;color:var(--text);position:relative;overflow:hidden;transition:background .3s ease}:root[data-theme=dark] .profile-page{background:radial-gradient(circle at 50% 0%,rgba(139,92,246,.2),transparent 26%),radial-gradient(circle at 15% 15%,rgba(59,130,246,.12),transparent 18%),linear-gradient(180deg,#050816,#060a16)}:root[data-theme=light] .profile-page{background:radial-gradient(circle at 50% 0%,rgba(168,85,247,.1),transparent 26%),radial-gradient(circle at 15% 15%,rgba(59,130,246,.06),transparent 18%),linear-gradient(180deg,#fff,#f8fafc)}.profile-page:before{content:"";position:fixed;inset:0;pointer-events:none;transition:background-image .3s ease}:root[data-theme=dark] .profile-page:before{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.35),transparent 82%);mask-image:linear-gradient(180deg,rgba(0,0,0,.35),transparent 82%)}:root[data-theme=light] .profile-page:before{background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),transparent 82%);mask-image:linear-gradient(180deg,rgba(0,0,0,.1),transparent 82%)}.profile-shell{width:min(1240px,calc(100vw - 32px));margin:0 auto;padding:16px 0 28px;position:relative;z-index:1}.profile-loading-page{display:grid;place-items:center}.profile-loading-card{display:grid;place-items:center;gap:12px;min-height:100vh}.loading-spinner{width:44px;height:44px;border-radius:50%;border:4px solid rgba(255,255,255,.12);border-top-color:#8b5cf6;animation:profileSpin .85s linear infinite}@keyframes profileSpin{to{transform:rotate(360deg)}}.profile-loading-card p{color:var(--muted);font-size:.9rem}.profile-top-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.profile-back-btn,.profile-edit-btn,.profile-panel-ghost,.profile-panel-link,.profile-warning-box button,.profile-qr-box button{text-decoration:none;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--text-secondary);border-radius:12px;transition:transform .18s ease,border-color .18s ease,background .18s ease}.profile-back-btn,.profile-edit-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;font-size:.82rem;font-weight:700;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 0 0 1px #8b5cf614,0 10px 24px #00000038}.profile-back-btn{background:#090c1bc7}.profile-edit-btn{background:linear-gradient(135deg,#5b21b66b,#4f46e54d);border-color:#a855f742}.profile-back-btn span,.profile-edit-btn span,.profile-panel-ghost svg{width:14px;height:14px;display:inline-grid;place-items:center}.profile-hero{position:relative;min-height:290px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 60px #0000004d;background:linear-gradient(180deg,#070a16e0,#040712f5)}.profile-hero-cover,.profile-hero-overlay,.profile-hero-orbit{position:absolute;inset:0}.profile-hero-cover{background-size:cover;background-position:center;opacity:.9}.profile-hero-cover--default{background:radial-gradient(circle at 48% 0%,rgba(255,255,255,.12),transparent 20%),radial-gradient(circle at 50% 24%,rgba(139,92,246,.38),transparent 28%),radial-gradient(circle at 35% 40%,rgba(249,115,22,.3),transparent 16%),radial-gradient(circle at 70% 40%,rgba(56,189,248,.18),transparent 16%),linear-gradient(180deg,#050816,#090f22)}.profile-hero-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001f,#040712b8)}.profile-hero-overlay{background:radial-gradient(circle at 50% 12%,rgba(255,255,255,.2),transparent 14%),linear-gradient(180deg,transparent 0%,rgba(4,7,18,.82) 100%)}.profile-hero-orbit{inset:6% 18% auto;height:0;padding-top:34%;border-radius:50%;border:2px solid rgba(255,255,255,.48);opacity:.5;filter:blur(.2px);box-shadow:0 0 0 8px #8b5cf614,0 0 50px #3b82f61a;animation:orbitPulse 8s ease-in-out infinite}@keyframes orbitPulse{0%,to{transform:scale(1) rotate(0);opacity:.5}50%{transform:scale(1.02) rotate(3deg);opacity:.68}}.profile-hero-center{position:relative;z-index:2;display:grid;justify-items:center;align-content:center;min-height:290px;text-align:center;padding:18px 18px 22px}.profile-avatar-frame{position:relative;margin-bottom:12px}.profile-avatar{width:148px;height:148px;border-radius:50%;overflow:hidden;border:4px solid #fff;box-shadow:0 0 0 6px #8b5cf6e6,0 20px 44px #0000006b;background:linear-gradient(135deg,#111827,#8b5cf6);display:grid;place-items:center}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar span{font-size:3.4rem;font-weight:800}.profile-status-dot{position:absolute;right:12px;bottom:10px;width:16px;height:16px;border-radius:50%;border:3px solid #a78bfa;background:#6b7280;box-shadow:0 0 0 6px #6b72802e}.profile-status-dot.online{background:#6ee7b7;box-shadow:0 0 0 6px #22c55e38}.profile-hero-center h1{margin:0;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1;font-weight:800;letter-spacing:-.05em}.profile-handle{margin:8px 0 14px;color:var(--muted);font-size:.92rem}.profile-role-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid rgba(168,85,247,.18);background:#5b21b62e;color:#c084fc;font-size:.8rem;font-weight:700}.profile-role-pill span{color:#a78bfa}.profile-stat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px}.profile-stat-card{position:relative;min-height:112px;overflow:hidden;display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;align-items:center;padding:16px;border-radius:18px;border:1px solid rgba(124,58,237,.24);background:linear-gradient(180deg,#0a1021f0,#060914f5);box-shadow:0 18px 48px #0000003d}.profile-stat-card:after{content:"";position:absolute;inset:auto -14px -24px auto;width:120px;height:120px;background:radial-gradient(circle,rgba(139,92,246,.16),transparent 70%)}.profile-stat-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;box-shadow:0 0 30px #8b5cf629}.profile-stat-icon svg{width:22px;height:22px}.profile-stat-icon.green{background:#22c55e2e;color:#22c55e}.profile-stat-icon.amber{background:#eab3082e;color:#eab308}.profile-stat-icon.violet{background:#8b5cf62e;color:#8b5cf6}.profile-stat-icon.blue{background:#3b82f62e;color:#3b82f6}.profile-stat-copy{min-width:0;display:grid;gap:2px;position:relative;z-index:1}.profile-stat-copy strong{font-size:2rem;line-height:1;font-weight:800;letter-spacing:-.06em}.profile-stat-copy span{color:var(--text-secondary);font-size:.86rem;font-weight:700}.profile-stat-copy small{color:var(--muted);font-size:.72rem}.profile-sparkline{grid-column:1 / -1;width:100%;height:26px;position:relative;z-index:1}.profile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:14px;margin-top:16px}.profile-column{display:grid;gap:14px}.profile-panel{border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0a1021eb,#060914f5);box-shadow:0 18px 48px #0000003d;overflow:hidden}.profile-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 10px}.profile-panel-header h2{margin:0;display:inline-flex;align-items:center;gap:8px;font-size:.98rem;font-weight:800;letter-spacing:-.04em}.profile-panel-header h2 svg{width:16px;height:16px;color:#a78bfa}.profile-panel-ghost,.profile-panel-link,.profile-warning-box button,.profile-qr-box button{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;font-size:.76rem;font-weight:700;cursor:pointer}.profile-panel-ghost{padding:8px 12px}.profile-panel-link{color:var(--text-secondary)}.profile-panel-body{padding:0 16px 16px}.profile-bio,.profile-copy{margin:0 0 14px;color:var(--text-secondary);line-height:1.6;font-size:.88rem}.profile-info-list{display:grid;gap:12px}.profile-info-row{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.84rem}.profile-info-row span{width:22px;height:22px;display:grid;place-items:center;color:#a78bfa}.profile-info-row span svg{width:16px;height:16px}.profile-info-row strong{font-weight:600;color:var(--text-secondary)}.profile-security-panel .profile-panel-header{padding-bottom:12px}.profile-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.profile-badge.enabled{color:#4ade80;background:#22c55e24;border:1px solid rgba(34,197,94,.28)}.profile-badge.disabled{color:#fca5a5;background:#ef444424;border:1px solid rgba(239,68,68,.26)}.profile-actions-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.profile-primary-btn,.profile-secondary-btn,.profile-warning-box button,.profile-qr-box button{border:1px solid transparent;border-radius:12px;color:#fff}.profile-primary-btn{background:linear-gradient(135deg,#38b2ac,#4fd1c5);color:#051b1a}.profile-secondary-btn{background:#f871711a;border-color:#f8717152;color:#fecaca}.profile-primary-btn,.profile-secondary-btn,.profile-warning-box button,.profile-qr-box button{padding:10px 14px;font-weight:800;font-size:.8rem}.profile-warning-box{display:grid;gap:10px;padding:12px;border-radius:14px;background:#fb923c14;border:1px solid rgba(251,146,60,.16);margin-bottom:10px}.profile-warning-box--danger{background:#f8717114;border-color:#f8717129}.profile-warning-box p{margin:0;color:var(--text-secondary);font-size:.82rem;line-height:1.5}.profile-warning-box button{justify-self:start;background:#ffffff14;border-color:#ffffff14}.profile-feedback{margin:10px 0 0;font-size:.82rem;font-weight:600}.profile-feedback--error{color:#fca5a5}.profile-feedback--success{color:#86efac}.profile-qr-box{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;margin-top:12px;padding:12px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.profile-qr-box img{width:120px;height:120px;object-fit:contain;border-radius:12px;background:#fff}.profile-qr-box p{margin:0 0 12px;color:var(--text-secondary);line-height:1.6;font-size:.82rem}.profile-qr-box button{background:#ffffff14;border-color:#ffffff14}.profile-progress-body{display:flex;align-items:center;gap:18px}.profile-ring{position:relative;width:128px;height:128px;flex-shrink:0}.profile-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.profile-ring-track,.profile-ring-fill{fill:none;stroke-width:10;cx:50;cy:50;r:42}.profile-ring-track{stroke:var(--border)}.profile-ring-fill{stroke:url(#);stroke:#8b5cf6;stroke-linecap:round;filter:drop-shadow(0 0 10px rgba(139,92,246,.42))}.profile-ring-text{position:absolute;inset:0;display:grid;place-items:center;text-align:center}.profile-ring-text strong{display:block;font-size:1.35rem;font-weight:800;letter-spacing:-.05em}.profile-ring-text span{display:block;color:var(--muted);font-size:.72rem;font-weight:700}.profile-progress-list{display:grid;gap:10px;flex:1}.profile-progress-list div{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:.84rem}.profile-progress-list strong{font-weight:600}.profile-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.profile-dot.green{background:#22c55e;box-shadow:0 0 10px #22c55e4d}.profile-dot.blue{background:#3b82f6;box-shadow:0 0 10px #3b82f640}.profile-dot.amber{background:#f59e0b;box-shadow:0 0 10px #f59e0b40}.difficulty-rows,.topic-list{display:grid;gap:12px}.difficulty-row,.topic-row{display:grid;grid-template-columns:82px minmax(0,1fr) 48px 36px;align-items:center;gap:10px}.difficulty-name{font-size:.84rem;font-weight:800}.difficulty-name.green{color:#4ade80}.difficulty-name.amber{color:#fbbf24}.difficulty-name.red{color:#f87171}.difficulty-bar,.topic-bar{height:6px;border-radius:999px;background:#ffffff0f;overflow:hidden}.difficulty-bar span,.topic-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b5cf6,#60a5fa)}.difficulty-row strong,.difficulty-row small,.topic-count{justify-self:end;font-size:.78rem}.difficulty-row strong,.topic-count{color:var(--text-secondary)}.difficulty-row small{color:var(--muted)}.topic-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 52px}.topic-name-wrap{display:flex;align-items:center;gap:10px;min-width:0}.topic-name-wrap strong{font-size:.84rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topic-badge{width:12px;height:12px;border-radius:4px;background:linear-gradient(135deg,#22c55e,#8b5cf6);box-shadow:0 0 10px #8b5cf633;flex-shrink:0}.topic-count{justify-self:end}:root[data-theme=light] .profile-back-btn,:root[data-theme=light] .profile-edit-btn,:root[data-theme=light] .profile-panel-ghost,:root[data-theme=light] .profile-panel-link,:root[data-theme=light] .profile-warning-box button,:root[data-theme=light] .profile-qr-box button{background:var(--panel);border-color:var(--border);color:var(--text-secondary);box-shadow:0 10px 24px #0f172a14}:root[data-theme=light] .profile-back-btn,:root[data-theme=light] .profile-edit-btn{box-shadow:0 10px 18px #0f172a14}:root[data-theme=light] .profile-hero{background:linear-gradient(180deg,#fff,#eef2ff);border-color:var(--border);box-shadow:0 18px 36px #0f172a1f}:root[data-theme=light] .profile-hero-cover--default{background:radial-gradient(circle at 48% 0%,rgba(99,102,241,.18),transparent 22%),radial-gradient(circle at 52% 28%,rgba(14,165,233,.12),transparent 28%),radial-gradient(circle at 36% 44%,rgba(249,115,22,.12),transparent 18%),linear-gradient(180deg,#fff,#e2e8f0)}:root[data-theme=light] .profile-hero-cover:after{background:linear-gradient(180deg,#fff9,#e2e8f0e6)}:root[data-theme=light] .profile-hero-overlay{background:radial-gradient(circle at 50% 12%,rgba(99,102,241,.18),transparent 16%)}:root[data-theme=light] .profile-hero-orbit{border-color:#0f172a2e;box-shadow:0 0 0 8px #6366f114,0 0 36px #3b82f614}:root[data-theme=light] .profile-avatar{border-color:#0f172a1f;box-shadow:0 0 0 6px #6366f147,0 14px 32px #0f172a2e}:root[data-theme=light] .profile-role-pill{background:#6366f11f;border-color:#6366f140;color:#4338ca}:root[data-theme=light] .profile-role-pill span{color:#4f46e5}:root[data-theme=light] .profile-stat-card{background:var(--panel);border-color:var(--border);box-shadow:0 16px 32px #0f172a14}:root[data-theme=light] .profile-panel{background:var(--panel);border-color:var(--border);box-shadow:0 16px 32px #0f172a14}:root[data-theme=light] .profile-panel-header h2 svg{color:#4f46e5}:root[data-theme=light] .profile-qr-box{background:#fff;border-color:var(--border)}:root[data-theme=light] .profile-ring-track{stroke:#0f172a1f}:root[data-theme=light] .difficulty-bar,:root[data-theme=light] .topic-bar{background:#0f172a14}:root[data-theme=light] .profile-warning-box button{background:#0f172a0a}@media(max-width:1120px){.profile-shell{width:min(100%,calc(100vw - 24px))}.profile-stat-strip,.profile-grid{grid-template-columns:1fr}.profile-hero,.profile-hero-center{min-height:270px}}@media(max-width:720px){.profile-shell{width:min(100%,calc(100vw - 16px));padding-top:10px}.profile-top-actions{flex-direction:column;align-items:stretch}.profile-back-btn,.profile-edit-btn{justify-content:center}.profile-hero{min-height:250px;border-radius:22px}.profile-hero-center{min-height:250px}.profile-avatar{width:124px;height:124px}.profile-avatar span{font-size:2.8rem}.profile-stat-card{grid-template-columns:48px minmax(0,1fr);min-height:104px}.profile-stat-copy strong{font-size:1.75rem}.profile-progress-body{flex-direction:column;align-items:flex-start}.profile-qr-box{grid-template-columns:1fr;justify-items:start}.profile-qr-box img{width:104px;height:104px}.difficulty-row,.topic-row{grid-template-columns:1fr;justify-items:stretch}.difficulty-row strong,.difficulty-row small,.topic-count{justify-self:start}}.edit-profile-page{min-height:100vh;background:linear-gradient(135deg,#0f0f1a,#1a1a2e,#0f0f1a);padding:20px}.edit-header{display:flex;justify-content:space-between;align-items:center;max-width:700px;margin:0 auto 24px}.back-btn{display:flex;align-items:center;gap:8px;color:#a0a0a0;text-decoration:none;font-size:14px;transition:color .3s ease}.back-btn:hover{color:#fff}.back-btn svg{width:18px;height:18px}.logout-btn-small{background:#ef444433;border:1px solid rgba(239,68,68,.4);color:#f87171;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.logout-btn-small:hover{background:#ef44444d;transform:scale(1.05)}.logout-btn-small svg{width:20px;height:20px}.edit-container{max-width:700px;margin:0 auto}.edit-card{background:#1e1e32cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.1);padding:40px;box-shadow:0 20px 60px #0000004d}.edit-card h1{color:#fff;font-size:28px;font-weight:700;margin:0 0 8px;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.edit-subtitle{color:#888;font-size:14px;margin:0 0 32px}.alert{padding:14px 18px;border-radius:12px;margin-bottom:24px;font-size:14px}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.alert-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.section-label{display:block;color:#a0a0a0;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.cover-section{margin-bottom:32px}.cover-preview{position:relative;width:100%;height:180px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#2d1b69,#11998e,#38ef7d);cursor:pointer;border:2px dashed rgba(255,255,255,.2);transition:all .3s ease}.cover-preview:hover{border-color:#a78bfa80}.cover-preview img{width:100%;height:100%;object-fit:cover}.cover-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#ffffff80;gap:8px}.cover-placeholder svg{width:40px;height:40px}.cover-placeholder span{font-size:14px}.cover-overlay{position:absolute;inset:0;background:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff;gap:8px}.cover-overlay svg{width:32px;height:32px}.cover-overlay span{font-size:14px;font-weight:500}.cover-preview:hover .cover-overlay{opacity:1}.profile-image-section{margin-bottom:32px}.profile-image-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px}.profile-image-preview{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:4px solid rgba(167,139,250,.3);transition:all .3s ease}.profile-image-preview:hover{border-color:#a78bfa99;transform:scale(1.02)}.profile-image-preview img{width:100%;height:100%;object-fit:cover}.profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#fff}.profile-image-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:50%}.profile-image-overlay svg{width:28px;height:28px;color:#fff}.profile-image-preview:hover .profile-image-overlay{opacity:1}.image-hint{color:#888;font-size:12px;margin:0}.form-group{margin-bottom:24px}.form-group label{display:block;color:#e0e0e0;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:15px;transition:all .3s ease;outline:none;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{border-color:#a78bfa80;background:#ffffff14;box-shadow:0 0 0 3px #a78bfa1a}.form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.input-with-prefix{display:flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.input-with-prefix:focus-within{border-color:#a78bfa80;background:#ffffff14;box-shadow:0 0 0 3px #a78bfa1a}.input-prefix{padding:14px 0 14px 16px;color:#a78bfa;font-size:15px;font-weight:500}.input-with-prefix input{border:none;background:transparent;padding-left:4px}.input-with-prefix input:focus{border:none;box-shadow:none}.char-count{display:block;text-align:right;color:#666;font-size:12px;margin-top:6px}.form-actions{display:flex;gap:16px;margin-top:32px}.btn-cancel{flex:1;padding:14px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#a0a0a0;font-size:15px;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease}.btn-cancel:hover{background:#ffffff1a;color:#fff}.btn-save{flex:1;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.btn-save:disabled{opacity:.7;cursor:not-allowed}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:640px){.edit-profile-page{padding:16px}.edit-card{padding:24px}.edit-card h1{font-size:24px}.cover-preview{height:140px}.profile-image-preview{width:100px;height:100px}.form-actions{flex-direction:column}.btn-cancel,.btn-save{width:100%}}.question-list{background:transparent;border:none;border-radius:0;overflow:visible}.list-header{display:grid;grid-template-columns:50px 1fr 180px 70px 90px 140px;gap:.4rem;padding:.6rem 0;background:transparent;border-bottom:1px solid var(--border);font-size:.65rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.list-body{max-height:calc(100vh - 200px);overflow-y:auto;padding-bottom:96px}.list-row{border-bottom:1px solid var(--border);cursor:pointer}.list-row:last-child{border-bottom:none}.list-row:hover{background:#ffffff08}.list-row.odd{background:#ffffff03}.list-row.odd:hover{background:#ffffff0a}.row-main{display:grid;grid-template-columns:50px 1fr 180px 70px 90px 140px;gap:.4rem;padding:.6rem 0;align-items:center}.col-status{display:flex;justify-content:center}.status-check{width:20px;height:20px;border:none;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.status-check:hover{transform:scale(1.2)}.status-check svg{width:18px;height:18px}.status-check.solved svg{color:#22c55e}.status-check.for-future svg{color:#3b82f6}.status-check.unsolved svg{color:var(--muted);stroke-width:1.5}.col-title{display:flex;align-items:flex-start;gap:.5rem;min-width:0}.title-wrapper{display:flex;flex-direction:column;gap:.3rem;min-width:0;flex:1}.question-link{display:flex;align-items:center;gap:.4rem;color:var(--text);text-decoration:none;min-width:0;flex:1}.question-link:hover{color:#6366f1}.question-number{color:var(--muted);font-size:.8rem;flex-shrink:0}.question-name{font-size:.8rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inline-topics{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}.inline-topic-chip{display:inline-flex;align-items:center;gap:.2rem;font-size:.65rem;font-weight:500;padding:.15rem .5rem;border-radius:12px;cursor:pointer;white-space:nowrap;transition:all .2s ease;background:#6366f11f;color:#a5b4fc;border:1px solid rgba(99,102,241,.2);line-height:1.4}.inline-topic-chip:hover{background:#6366f14d;border-color:#6366f1;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #6366f14d}.inline-topic-chip:active{transform:translateY(0)}.inline-topic-chip:nth-child(3n+1){background:#6366f11f;color:#a5b4fc;border-color:#6366f133}.inline-topic-chip:nth-child(3n+1):hover{background:#6366f14d;border-color:#6366f1;color:#fff}.inline-topic-chip:nth-child(3n+2){background:#10b9811f;color:#6ee7b7;border-color:#10b98133}.inline-topic-chip:nth-child(3n+2):hover{background:#10b9814d;border-color:#10b981;color:#fff}.inline-topic-chip:nth-child(3n){background:#f59e0b1f;color:#fcd34d;border-color:#f59e0b33}.inline-topic-chip:nth-child(3n):hover{background:#f59e0b4d;border-color:#f59e0b;color:#fff}.inline-topic-more{display:inline-flex;align-items:center;font-size:.6rem;font-weight:600;padding:.15rem .4rem;border-radius:12px;background:#ffffff14;color:var(--muted);border:1px solid rgba(255,255,255,.1);cursor:default}.platform-icon{width:18px;height:18px;flex-shrink:0}.platform-icon.leetcode{color:#ffa116}.platform-icon-text{font-size:.6rem;font-weight:700;padding:3px 5px;border-radius:3px;flex-shrink:0}.platform-icon-text.cf{background:#1a8cff;color:#fff}.platform-icon-text.gfg{background:#2f8d46;color:#fff}.platform-icon-text.hr{background:#00ea64;color:#1a1a1a}.platform-icon-text.cc{background:#5b4638;color:#fff}.platform-icon-text.ac{background:#222;color:#fff}.platform-icon-text.ib{background:#556ee6;color:#fff}.platform-icon-text.other{background:#666;color:#fff}.col-company{display:flex;align-items:center;justify-content:flex-start}.col-company .company-badges{display:flex;align-items:center;gap:.3rem}.col-company .company-badge{display:inline-flex;align-items:center;gap:.2rem;background:#6366f126;border-radius:12px;padding:.2rem .5rem;font-size:.65rem;color:#818cf8;white-space:nowrap;max-width:100px;overflow:hidden;text-overflow:ellipsis}.col-company .company-badge.empty{background:transparent;color:var(--muted)}.col-company .company-badges-wrapper{position:relative}.col-company .company-more{font-size:.65rem;color:#fbbf24;background:#fbbf2426;padding:.2rem .5rem;border-radius:10px;border:none;cursor:pointer;font-weight:600}.col-company .company-more:hover{background:#fbbf244d;transform:scale(1.05)}.company-dropdown{position:absolute;top:100%;left:0;z-index:100;background:var(--panel);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 32px #0006;min-width:180px;max-height:240px;overflow-y:auto;margin-top:4px}.company-dropdown-header{padding:8px 12px;font-size:.7rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border)}.company-dropdown-item{display:flex;align-items:center;gap:10px;padding:8px 12px}.company-dropdown-item:hover{background:#ffffff0d}.company-dropdown-item .company-icon{width:22px;height:22px;font-size:.65rem;flex-shrink:0}.company-dropdown-item .company-name{font-size:.8rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root[data-theme=light] .list-row:hover{background:#0f172a0a}:root[data-theme=light] .list-row.odd{background:#0f172a05}:root[data-theme=light] .list-row.odd:hover{background:#0f172a0d}:root[data-theme=light] .inline-topic-chip{color:#3730a3;background:#6366f129;border-color:#6366f14d}:root[data-theme=light] .inline-topic-chip:nth-child(3n+2){color:#047857;background:#10b98129;border-color:#10b9814d}:root[data-theme=light] .inline-topic-chip:nth-child(3n){color:#b45309;background:#f59e0b29;border-color:#f59e0b4d}:root[data-theme=light] .inline-topic-more{background:#0f172a0d;border-color:#0f172a1f}.company-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:3px;font-size:.6rem;font-weight:700;text-transform:uppercase;position:relative;cursor:pointer}.company-icon.default{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.company-logo-wrapper{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:3px;position:relative;cursor:pointer;overflow:visible}.company-logo-wrapper:hover{transform:scale(1.1)}.company-logo{width:16px;height:16px}.company-logo.apple-logo,.company-logo.twitter-logo,.company-logo.uber-logo,.company-logo.bytedance-logo{color:#fff}.company-icon-custom{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:3px;font-size:.6rem;font-weight:700;color:#fff;text-transform:uppercase;position:relative;cursor:pointer}.company-icon-custom:hover{transform:scale(1.1)}.company-icon-custom:after{content:attr(title);position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1a1a2e;color:#fff;padding:4px 8px;border-radius:4px;font-size:.65rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:1000;border:1px solid rgba(255,255,255,.1);text-transform:none}.company-icon-custom:hover:after{opacity:1;visibility:visible}.company-icon-custom.ola{background:linear-gradient(135deg,#1c8f3c,#0d6b2e)}.company-icon-custom.pubmatic{background:linear-gradient(135deg,#ff6b35,#e85320)}.company-icon-custom.deshaw{background:linear-gradient(135deg,#1e3a5f,#0d1f33)}.company-icon-custom.directi{background:linear-gradient(135deg,#e53935,#c62828)}.company-icon-custom.infoworks{background:linear-gradient(135deg,#7c4dff,#5e35b1)}.company-icon-custom.medianet{background:linear-gradient(135deg,#00bcd4,#0097a7)}.company-icon-custom.tower{background:linear-gradient(135deg,#455a64,#263238)}.company-icon-custom.dream11{background:linear-gradient(135deg,#e53935,#b71c1c)}.company-icon-custom.cred{background:linear-gradient(135deg,#292929,#000)}.company-icon-custom.meesho{background:linear-gradient(135deg,#f43397,#d81b60)}.company-icon-custom.dunzo{background:linear-gradient(135deg,#00c853,#009624)}.company-icon-custom.zerodha{background:linear-gradient(135deg,#387ed1,#1565c0)}.company-icon-custom.groww{background:linear-gradient(135deg,#5367ff,#3d4ed1)}.company-icon-custom.morgan{background:linear-gradient(135deg,#00a0dc,#0077a3);font-size:.5rem}.company-icon-custom.bloomberg{background:linear-gradient(135deg,#f60,#cc5200)}.company-icon-custom.citadel{background:linear-gradient(135deg,#1a237e,#0d1442)}.company-icon-custom.twosigma{background:linear-gradient(135deg,#2196f3,#1565c0);font-size:.55rem}.company-logo-wrapper:after{content:attr(title);position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1a1a2e;color:#fff;padding:4px 8px;border-radius:4px;font-size:.65rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:1000;border:1px solid rgba(255,255,255,.1)}.company-logo-wrapper:hover:after{opacity:1;visibility:visible}.company-icon:after{content:attr(title);position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1a1a2e;color:#fff;padding:4px 8px;border-radius:4px;font-size:.65rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:1000;border:1px solid rgba(255,255,255,.1);text-transform:none}.company-icon:hover:after{opacity:1;visibility:visible}.company-icon:hover{transform:scale(1.1)}.company-dropdown-item .company-logo-wrapper{width:22px;height:22px}.company-dropdown-item .company-logo{width:18px;height:18px}.company-dropdown-item .company-icon{width:22px;height:22px;font-size:.65rem}.company-icon.google{background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335);color:#fff}.company-icon.amazon{background:#f90;color:#232f3e}.company-icon.microsoft{background:linear-gradient(135deg,#f25022,#7fba00,#00a4ef,#ffb900);color:#fff}.company-icon.meta{background:linear-gradient(135deg,#0668e1,#0080fb);color:#fff}.company-icon.apple{background:#000;color:#fff}.company-icon.netflix{background:#e50914;color:#fff}.company-icon.uber{background:#000;color:#fff}.company-icon.salesforce{background:#00a1e0;color:#fff}.company-icon.adobe{background:red;color:#fff}.company-icon.oracle{background:#f80000;color:#fff}.company-icon.ibm{background:#0530ad;color:#fff}.company-icon.intel{background:#0071c5;color:#fff}.company-icon.cisco{background:#049fd9;color:#fff}.company-icon.vmware{background:#607078;color:#fff}.company-icon.nvidia{background:#76b900;color:#fff}.company-icon.samsung{background:#1428a0;color:#fff}.company-icon.flipkart{background:#2874f0;color:#ffe500}.company-icon.walmart{background:#0071ce;color:#ffc220}.company-icon.tcs{background:#0076ce;color:#fff}.company-icon.infosys{background:#007cc3;color:#fff}.company-icon.wipro{background:#3c1053;color:#fff}.company-icon.cognizant{background:#0033a1;color:#fff}.company-icon.deloitte{background:#86bc25;color:#fff}.company-icon.accenture{background:#a100ff;color:#fff}.company-icon.paypal{background:#003087;color:#fff}.company-icon.stripe{background:#635bff;color:#fff}.company-icon.jpmorgan{background:#117aca;color:#fff;font-size:.6rem}.company-icon.goldman{background:#7399c6;color:#fff;font-size:.6rem}.company-icon.bloomberg{background:#2800d7;color:#fff}.company-icon.robinhood{background:#00c805;color:#fff}.company-icon.coinbase{background:#0052ff;color:#fff}.company-icon.twitter{background:#000;color:#fff}.company-icon.linkedin{background:#0a66c2;color:#fff;font-size:.6rem}.company-icon.snap{background:#fffc00;color:#000}.company-icon.spotify{background:#1db954;color:#fff}.company-icon.bytedance{background:#000;color:#fff}.company-icon.airbnb{background:#ff5a5f;color:#fff}.company-icon.atlassian{background:#0052cc;color:#fff}.company-icon.shopify{background:#7ab55c;color:#fff}.company-icon.dropbox{background:#0061ff;color:#fff}.company-icon.zoom{background:#2d8cff;color:#fff}.company-icon.slack{background:linear-gradient(135deg,#e01e5a,#ecb22e,#2eb67d,#36c5f0);color:#fff}.company-icon.twilio{background:#f22f46;color:#fff}.company-icon.servicenow{background:#81b5a1;color:#fff}.company-icon.databricks{background:#ff3621;color:#fff}.company-icon.snowflake{background:#29b5e8;color:#fff}.company-icon.palantir{background:#101113;color:#fff}.company-icon.lyft{background:#ff00bf;color:#fff}.company-icon.doordash{background:#ff3008;color:#fff}.company-icon.instacart{background:#43b02a;color:#fff}.company-icon.default{background:#6366f133;color:#818cf8}.col-platform{display:flex;align-items:center;justify-content:center}.platform-badge{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:.35rem;border-radius:6px}.platform-badge:hover{background:#ffffff1a;transform:scale(1.1)}.topic-chip{background:#6366f126;color:#a5b4fc;font-size:.75rem;font-weight:500;padding:.25rem .65rem;border-radius:14px;white-space:nowrap;cursor:pointer;border:1px solid rgba(99,102,241,.25);transition:all .2s ease}.topic-chip:hover{background:#6366f159;border-color:#6366f1;color:#fff;transform:translateY(-1px);box-shadow:0 3px 10px #6366f14d}.topic-chip:active{transform:translateY(0)}.topic-chip:nth-child(4n+1){background:#6366f126;color:#a5b4fc;border-color:#6366f140}.topic-chip:nth-child(4n+1):hover{background:#6366f159;border-color:#6366f1}.topic-chip:nth-child(4n+2){background:#10b98126;color:#6ee7b7;border-color:#10b98140}.topic-chip:nth-child(4n+2):hover{background:#10b98159;border-color:#10b981}.topic-chip:nth-child(4n+3){background:#f59e0b26;color:#fcd34d;border-color:#f59e0b40}.topic-chip:nth-child(4n+3):hover{background:#f59e0b59;border-color:#f59e0b}.topic-chip:nth-child(4n){background:#ec489926;color:#f9a8d4;border-color:#ec489940}.topic-chip:nth-child(4n):hover{background:#ec489959;border-color:#ec4899}.no-topics{color:#555;font-size:.85rem}.col-difficulty{display:flex;justify-content:flex-start}.difficulty-badge{font-size:.8rem;font-weight:600}.difficulty-badge.easy{color:#22c55e}.difficulty-badge.medium{color:#f59e0b}.difficulty-badge.hard{color:#ef4444}.col-actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem}.action-btn{width:30px;height:30px;border:1px solid transparent;background:#ffffff08;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#555;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.action-btn:before{content:"";position:absolute;inset:0;border-radius:8px;opacity:0;transition:opacity .3s ease}.action-btn:hover{transform:translateY(-2px) scale(1.1)}.action-btn:active{transform:translateY(0) scale(.95);transition:transform .1s ease}.action-btn svg{width:15px;height:15px;position:relative;z-index:1;transition:all .25s ease}.action-btn.notes{color:#6b7280}.action-btn.notes:hover{color:#a78bfa;background:#8b5cf61f;border-color:#8b5cf64d;box-shadow:0 0 12px #8b5cf633,0 4px 8px #0003}.action-btn.notes:hover svg{filter:drop-shadow(0 0 4px rgba(139,92,246,.6))}.action-btn.notes.has-notes{color:#a78bfa;background:#8b5cf614;border-color:#8b5cf626;animation:notesGlow 3s ease-in-out infinite}@keyframes notesGlow{0%,to{box-shadow:0 0 #8b5cf600}50%{box-shadow:0 0 8px #8b5cf626}}.action-btn.notes.has-notes:hover{color:#c4b5fd;background:#8b5cf633;border-color:#8b5cf680;box-shadow:0 0 16px #8b5cf659,0 4px 12px #0000004d;animation:none}.action-btn.bookmark{color:#6b7280}.action-btn.bookmark:hover{color:#fbbf24;background:#fbbf241f;border-color:#fbbf244d;box-shadow:0 0 12px #fbbf2433,0 4px 8px #0003}.action-btn.bookmark:hover svg{filter:drop-shadow(0 0 4px rgba(251,191,36,.6))}.action-btn.bookmark.active{color:#fbbf24;background:#fbbf241a;border-color:#fbbf2433;animation:bookmarkPulse 2s ease-in-out infinite}@keyframes bookmarkPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.action-btn.bookmark.active:hover{color:#fde68a;background:#fbbf2433;border-color:#fbbf2480;box-shadow:0 0 16px #fbbf2459,0 4px 12px #0000004d;animation:none}.action-btn.edit{color:#6b7280}.action-btn.edit:hover{color:#818cf8;background:#6366f11f;border-color:#6366f14d;box-shadow:0 0 12px #6366f133,0 4px 8px #0003}.action-btn.edit:hover svg{filter:drop-shadow(0 0 4px rgba(99,102,241,.6));transform:rotate(-12deg)}.action-btn.delete{color:#6b7280}.action-btn.delete:hover{color:#f87171;background:#ef44441f;border-color:#ef44444d;box-shadow:0 0 12px #ef444433,0 4px 8px #0003}.action-btn.delete:hover svg{filter:drop-shadow(0 0 4px rgba(239,68,68,.6));animation:trashShake .4s ease-in-out}@keyframes trashShake{0%,to{transform:rotate(0)}25%{transform:rotate(-8deg)}50%{transform:rotate(8deg)}75%{transform:rotate(-4deg)}}.row-expanded{background:#0003;border-top:1px solid rgba(255,255,255,.05);padding:1rem 1rem 1rem 4.5rem}.expanded-content{display:flex;flex-direction:column;gap:.75rem}.expanded-info{display:flex;flex-wrap:wrap;gap:1.5rem}.info-item{display:flex;align-items:center;gap:.5rem}.info-label{color:#666;font-size:.8rem}.info-value{color:#ccc;font-size:.85rem}.expanded-notes{padding-top:.5rem;border-top:1px solid rgba(255,255,255,.05)}.notes-label,.topics-label{color:#888;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.35rem}.topics-label:after{content:" (click to filter)";font-size:.65rem;color:#6366f1;text-transform:none;letter-spacing:0;font-weight:400}.notes-text{color:#aaa;font-size:.85rem;margin:0;white-space:pre-wrap}.expanded-topics{padding-top:.5rem}.topics-full{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem}.expanded-actions{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.05)}.quick-status-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#888;font-size:.8rem;padding:.4rem .75rem;border-radius:6px;cursor:pointer}.quick-status-btn:hover{background:#ffffff1a;color:#fff}.quick-status-btn.active{background:#6366f133;border-color:#6366f1;color:#a5b4fc}.list-empty{padding:3rem;text-align:center;color:#666}@media(max-width:900px){.list-header,.row-main{grid-template-columns:50px 1fr 100px 60px 80px 80px}}@media(max-width:700px){.list-header{grid-template-columns:50px 1fr 50px 80px}.list-header .col-difficulty,.list-header .col-company{display:none}.row-main{grid-template-columns:50px 1fr 50px 80px}.row-main .col-difficulty,.row-main .col-company{display:none}}@media(max-width:500px){.list-header{grid-template-columns:40px 1fr 60px}.list-header .col-platform,.list-header .col-company{display:none}.row-main{grid-template-columns:40px 1fr 60px}.row-main .col-platform,.row-main .col-company{display:none}.row-expanded{padding-left:1rem}}.list-body::-webkit-scrollbar{width:6px}.list-body::-webkit-scrollbar-track{background:#ffffff05}.list-body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.list-body::-webkit-scrollbar-thumb:hover{background:#fff3}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-container{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h2{margin:0;color:#fff;font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;cursor:pointer;padding:.25rem;color:#888;transition:color .2s ease}.modal-close:hover{color:#fff}.modal-close svg{width:24px;height:24px}.question-info-display{padding:1rem 1.5rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.1)}.info-row{display:flex;gap:.5rem;margin-bottom:.5rem}.info-label{color:#888;font-size:.85rem}.info-value{color:#fff;font-size:.85rem;font-weight:500}.info-value.capitalize{text-transform:capitalize}.question-link{display:inline-block;color:#6366f1;font-size:.85rem;text-decoration:none;margin-top:.5rem}.question-link:hover{text-decoration:underline}.modal-form{padding:1.5rem}.form-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.75rem 1rem;color:#ef4444;font-size:.9rem;margin-bottom:1rem}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row .form-group{flex:1}.form-row .form-group.small{flex:0 0 100px}.form-group{margin-bottom:1rem}.form-group label{display:block;color:#888;font-size:.85rem;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.75rem 1rem;color:#fff;font-size:.9rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;background:#6366f11a}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.form-group textarea{resize:vertical;min-height:80px}.checkbox-group label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-label{color:#fff;font-size:.9rem}.topics-selector{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.topic-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:.35rem .75rem;color:#888;font-size:.8rem;cursor:pointer;transition:all .2s ease}.topic-btn:hover{background:#ffffff1a;color:#fff}.topic-btn.selected{background:#6366f133;border-color:#6366f1;color:#fff}.custom-topic-input{display:flex;gap:.5rem;margin-bottom:.75rem}.custom-topic-input input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:.5rem .75rem;color:#fff;font-size:.85rem}.custom-topic-input input:focus{outline:none;border-color:#6366f1}.custom-topic-input button{background:#6366f133;border:1px solid #6366f1;border-radius:6px;padding:.5rem 1rem;color:#6366f1;font-size:.85rem;cursor:pointer;transition:all .2s ease}.custom-topic-input button:hover{background:#6366f14d}.selected-topics-list{display:flex;flex-wrap:wrap;gap:.5rem}.selected-topic-tag{display:flex;align-items:center;gap:.35rem;background:#6366f133;border-radius:20px;padding:.35rem .5rem .35rem .75rem;color:#fff;font-size:.8rem}.selected-topic-tag button{background:none;border:none;color:#888;cursor:pointer;padding:0;font-size:1rem;line-height:1}.selected-topic-tag button:hover{color:#fff}.selected-topic-tag.company-tag{background:#ec489933;color:#f472b6}.optional-label{font-size:.75rem;color:#888;font-weight:400}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;margin-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.btn-secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.75rem 1.5rem;color:#888;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#ffffff1a;color:#fff}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;padding:.75rem 1.5rem;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #6366f166}.btn-primary:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){.modal-container{max-height:95vh;margin:0;border-radius:16px 16px 0 0;align-self:flex-end}.form-row{flex-direction:column}.form-row .form-group.small{flex:1}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#999}.token.punctuation{color:#ccc}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}.plain-text-viewer{font-size:.95rem;line-height:1.8;color:#e5e7eb;white-space:pre-wrap;word-wrap:break-word;background:linear-gradient(135deg,#0000004d,#14142866);padding:1.25rem;border-radius:12px;border:1px solid rgba(99,102,241,.2);box-shadow:inset 0 2px 8px #0000004d;margin:.5rem 0}.code-viewer-wrapper{position:relative;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#1e1e2e,#2a2a3e);border:1px solid rgba(139,92,246,.3);box-shadow:0 4px 20px #00000080,inset 0 1px #ffffff0d;margin:1rem 0}.code-viewer-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:linear-gradient(90deg,#8b5cf626,#a855f71a);border-bottom:1px solid rgba(139,92,246,.2)}.code-lang-badge{font-size:.7rem;font-weight:700;color:#a78bfa;background:#8b5cf633;padding:.25rem .75rem;border-radius:6px;letter-spacing:.5px;text-shadow:0 0 10px rgba(167,139,250,.5)}.copy-code-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.35rem .6rem;cursor:pointer;color:#c7d2fe;display:flex;align-items:center;gap:.4rem;font-size:.75rem;transition:all .2s ease}.copy-code-btn:hover{background:#8b5cf64d;border-color:#8b5cf680;color:#fff;transform:translateY(-1px)}.copy-code-btn svg{width:14px;height:14px}.code-viewer-pre{margin:0;padding:1.25rem;overflow-x:auto;background:transparent;font-size:.875rem;line-height:1.6;font-family:Fira Code,Cascadia Code,Consolas,Monaco,Courier New,monospace}.code-viewer-pre code{display:block;background:transparent!important;padding:0!important;font-family:inherit;text-shadow:0 0 2px rgba(0,0,0,.5)}.code-viewer-pre .token.comment,.code-viewer-pre .token.prolog,.code-viewer-pre .token.doctype,.code-viewer-pre .token.cdata{color:#6b7280;font-style:italic}.code-viewer-pre .token.punctuation{color:#94a3b8}.code-viewer-pre .token.property,.code-viewer-pre .token.tag,.code-viewer-pre .token.boolean,.code-viewer-pre .token.number,.code-viewer-pre .token.constant,.code-viewer-pre .token.symbol,.code-viewer-pre .token.deleted{color:#f59e0b}.code-viewer-pre .token.selector,.code-viewer-pre .token.attr-name,.code-viewer-pre .token.string,.code-viewer-pre .token.char,.code-viewer-pre .token.builtin,.code-viewer-pre .token.inserted{color:#10b981}.code-viewer-pre .token.operator,.code-viewer-pre .token.entity,.code-viewer-pre .token.url,.code-viewer-pre .language-css .token.string,.code-viewer-pre .style .token.string{color:#06b6d4}.code-viewer-pre .token.atrule,.code-viewer-pre .token.attr-value,.code-viewer-pre .token.keyword{color:#8b5cf6;font-weight:600}.code-viewer-pre .token.function,.code-viewer-pre .token.class-name{color:#ec4899;font-weight:500}.code-viewer-pre .token.regex,.code-viewer-pre .token.important,.code-viewer-pre .token.variable{color:#f472b6}.code-viewer-pre .token.important,.code-viewer-pre .token.bold{font-weight:700}.code-viewer-pre .token.italic{font-style:italic}.code-viewer-pre .token.entity{cursor:help}.code-viewer-pre code{counter-reset:line}.code-viewer-pre::-webkit-scrollbar{height:8px}.code-viewer-pre::-webkit-scrollbar-track{background:#0000004d;border-radius:4px}.code-viewer-pre::-webkit-scrollbar-thumb{background:#8b5cf666;border-radius:4px}.code-viewer-pre::-webkit-scrollbar-thumb:hover{background:#8b5cf699}.code-viewer-wrapper:hover{box-shadow:0 4px 20px #00000080,0 0 30px #8b5cf64d,inset 0 1px #ffffff0d;border-color:#8b5cf680}.code-viewer-pre ::selection{background:#8b5cf64d}.questions-layout{display:flex;min-height:100vh;position:relative;transition:background .3s ease;color:var(--text)}:root[data-theme=dark] .questions-layout{background:linear-gradient(135deg,#0f0f1a,#1a1a2e,#16213e)}:root[data-theme=light] .questions-layout{background:linear-gradient(135deg,#f8fafc,#f0f4f8,#e8eef5)}.questions-page-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.15;filter:brightness(.5)}.questions-layout .main-content{flex:1;margin-left:260px;padding:.75rem 1rem;overflow-y:auto;background:transparent!important;position:relative;z-index:1}.questions-layout .content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;flex-wrap:wrap;gap:.75rem;background:transparent!important;border:none!important}.questions-layout .header-left h1{font-size:1.75rem;font-weight:700;color:var(--text);margin:0}.questions-layout .header-left p{color:var(--muted);font-size:.9rem;margin:.25rem 0 0}.questions-layout .header-right{display:flex;align-items:center;gap:1rem}.questions-layout .search-container{display:flex;align-items:center;gap:.5rem}.questions-layout .search-box{display:flex;align-items:center;background:var(--panel-soft);border:1px solid var(--border);border-radius:8px;padding:.5rem 1rem;width:280px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.questions-layout .search-box:focus-within{border-color:#6366f1;background:#6366f11a}.questions-layout .search-box svg{width:18px;height:18px;color:var(--muted);flex-shrink:0}.questions-layout .search-box input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font-size:.9rem;margin-left:.75rem}.questions-layout .search-box input::placeholder{color:var(--muted)}.questions-layout .clear-search{background:none;border:none;color:var(--muted);font-size:1.25rem;cursor:pointer;padding:0;line-height:1}.questions-layout .clear-search:hover{color:var(--text)}.add-question-btn{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;padding:.625rem 1.25rem;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer}.add-question-btn:hover{box-shadow:0 4px 15px #6366f166}.add-question-btn svg{width:18px;height:18px}.stats-row{display:flex;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.questions-layout .stat-card{flex:1;min-width:100px;background:var(--panel-soft);border:1px solid var(--border);border-radius:10px;padding:.625rem 1rem;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.questions-layout .stat-card:hover{background:#ffffff14}.questions-layout .stat-card.active{background:#ffffff1a;border-color:#fff3}.questions-layout .stat-card.solved.active{background:#10b98126;border-color:#10b981}.questions-layout .stat-card.unsolved.active{background:#f59e0b26;border-color:#f59e0b}.questions-layout .stat-card.for-future.active{background:#3b82f626;border-color:#3b82f6}.questions-layout .stat-card.bookmarked.active{background:#ec489926;border-color:#ec4899}.questions-layout .stat-card .stat-value{display:block;font-size:1.25rem;font-weight:700;color:var(--text)}.questions-layout .stat-card .stat-label{display:block;font-size:.75rem;color:var(--muted);margin-top:.15rem}.questions-layout .stat-card.solved{border-left:3px solid #10b981}.questions-layout .stat-card.solved .stat-value{color:#10b981}.questions-layout .stat-card.unsolved{border-left:3px solid #f59e0b}.questions-layout .stat-card.unsolved .stat-value{color:#f59e0b}.questions-layout .stat-card.for-future{border-left:3px solid #3b82f6}.questions-layout .stat-card.for-future .stat-value{color:#3b82f6}.questions-layout .stat-card.bookmarked{border-left:3px solid #ec4899}.questions-layout .stat-card.bookmarked .stat-value{color:#ec4899}.filters-section{background:var(--panel-soft);border:1px solid var(--border);border-radius:10px;padding:.625rem 1rem;margin-bottom:.75rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.status-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.status-tab{background:transparent;border:1px solid var(--border);border-radius:8px;padding:.5rem 1rem;color:var(--muted);font-size:.875rem;font-weight:500;cursor:pointer}.status-tab:hover{background:#ffffff0d;color:var(--text)}.status-tab.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:transparent;color:var(--text)}.filter-controls{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.35rem}.filter-group label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.filter-group select{background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:.5rem 2rem .5rem .75rem;color:var(--text);font-size:.85rem;min-width:140px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.filter-group select:focus{outline:none;border-color:#6366f1}.filter-group select option{background:var(--panel);color:var(--text);padding:.5rem}.search-by-select{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:.5rem 2rem .5rem 1rem;color:var(--text);font-size:.85rem;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.search-by-select option{background:var(--panel);color:var(--text)}.difficulty-chips{display:flex;gap:.5rem}.difficulty-chip{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:.35rem .75rem;color:var(--muted);font-size:.8rem;cursor:pointer}.difficulty-chip:hover{background:#ffffff1a}.difficulty-chip.active,.difficulty-chip.all.active{background:#6366f133;border-color:#6366f1;color:var(--text)}.difficulty-chip.easy.active{background:#10b98133;border-color:#10b981;color:#10b981}.difficulty-chip.medium.active{background:#f59e0b33;border-color:#f59e0b;color:#f59e0b}.difficulty-chip.hard.active{background:#ef444433;border-color:#ef4444;color:#ef4444}.bookmark-filter{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:.5rem .75rem;color:var(--muted);font-size:.85rem;cursor:pointer}.bookmark-filter:hover{background:#ffffff1a}.bookmark-filter.active{background:#ec489933;border-color:#ec4899;color:#ec4899}.bookmark-filter svg{width:16px;height:16px}.clear-filters{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px;padding:.5rem .75rem;color:#ef4444;font-size:.85rem;cursor:pointer}.clear-filters:hover{background:#ef444433}.selected-topics{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;flex-wrap:wrap;background:#6366f10f;border:1px solid rgba(99,102,241,.15);border-radius:10px;padding:.5rem .75rem;animation:fadeSlideIn .3s ease}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.selected-topics>span{color:#a5b4fc;font-size:.8rem;font-weight:600;letter-spacing:.3px;display:flex;align-items:center;gap:.3rem}.selected-topics>span:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#6366f1;animation:pulse 2s ease-in-out infinite}.selected-topic{display:flex;align-items:center;gap:.35rem;background:linear-gradient(135deg,#6366f133,#8b5cf633);border:1px solid rgba(99,102,241,.35);border-radius:20px;padding:.3rem .5rem .3rem .75rem;color:#c7d2fe;font-size:.8rem;font-weight:500;animation:chipIn .3s ease}@keyframes chipIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.selected-topic button{background:#ffffff1a;border:none;color:#c7d2fe;cursor:pointer;padding:0;font-size:.85rem;line-height:1;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.selected-topic button:hover{color:#fff;background:#ef444466;transform:scale(1.1)}.questions-content{min-height:400px}.questions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem}.questions-layout .loading-container,.questions-layout .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--muted)}.loading-spinner{width:40px;height:40px;border:3px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}.error-container button{margin-top:1rem;background:#6366f1;border:none;border-radius:6px;padding:.5rem 1.5rem;color:#fff;cursor:pointer}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state svg{width:80px;height:80px;color:var(--muted);margin-bottom:1.5rem}.empty-state h3{color:var(--text);font-size:1.25rem;margin:0 0 .5rem}.empty-state p{color:var(--muted);font-size:.9rem;margin:0 0 1.5rem}.add-first-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;padding:.75rem 1.5rem;color:#fff;font-weight:600;cursor:pointer;text-decoration:none}.infinite-scroll-info{display:flex;align-items:center;justify-content:center;padding:.75rem 0;margin-bottom:.5rem}.infinite-scroll-info .total-count{color:var(--muted);font-size:.875rem;font-weight:500}.loading-more{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;color:var(--muted);font-size:.9rem}.loading-more .loading-spinner.small{width:20px;height:20px;border-width:2px}.end-of-list{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--muted);font-size:.875rem;margin-top:1rem;border-top:1px solid var(--border)}.end-of-list span{display:flex;align-items:center;gap:.5rem}.end-of-list span:before,.end-of-list span:after{content:"";width:40px;height:1px;background:#ffffff1a}.sidebar-topics{padding:1rem 1rem 0;margin-top:1rem;border-top:1px solid rgba(255,255,255,.1);max-height:300px;overflow-y:auto}.topics-header{display:flex;justify-content:space-between;align-items:center;color:#a5b4fc;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;cursor:pointer;transition:color .2s ease}.topics-header:hover{color:#c7d2fe}.topics-toggle{width:16px;height:16px;transition:transform .3s ease}.topics-toggle.expanded{transform:rotate(180deg)}.topics-list{display:flex;flex-direction:column;gap:.2rem}.topic-item{display:flex;justify-content:space-between;align-items:center;background:transparent;border:1px solid transparent;padding:.45rem .75rem;border-radius:8px;color:var(--muted);font-size:.82rem;font-weight:400;cursor:pointer;text-align:left;transition:all .2s ease}.topic-item:hover{background:#6366f114;border-color:#6366f126;color:var(--text)}.topic-item.selected{background:linear-gradient(135deg,#6366f133,#8b5cf626);border-color:#6366f166;color:#c7d2fe;font-weight:500}.topic-item.selected .topic-count{background:#6366f159;color:#c7d2fe}.topic-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topic-count{background:#ffffff14;padding:.1rem .5rem;border-radius:10px;font-size:.7rem;font-weight:600;min-width:24px;text-align:center;transition:all .2s ease}.show-more-topics{background:transparent;border:1px dashed rgba(99,102,241,.3);color:#6366f1;font-size:.8rem;font-weight:500;cursor:pointer;padding:.45rem;text-align:center;border-radius:8px;margin-top:.25rem;transition:all .2s ease}.show-more-topics:hover{color:#818cf8;background:#6366f114;border-color:#6366f180}:root[data-theme=light] .questions-layout .search-box{background:#fff}:root[data-theme=light] .questions-layout .stat-card:hover{background:#0f172a0a}:root[data-theme=light] .status-tab:hover{background:#0f172a0a}:root[data-theme=light] .bookmark-filter{background:#0f172a0a;border-color:#0f172a1f}:root[data-theme=light] .selected-topics>span{color:#3730a3}:root[data-theme=light] .selected-topic{color:#3730a3}:root[data-theme=light] .selected-topic button{color:#3730a3}:root[data-theme=light] .topics-header{color:var(--text-secondary)}:root[data-theme=light] .topics-header:hover{color:var(--text)}:root[data-theme=light] .topic-item.selected{color:#3730a3}:root[data-theme=light] .topic-item.selected .topic-count{background:#6366f133;color:#3730a3}:root[data-theme=light] .topic-count{background:#0f172a14;color:var(--text-secondary)}@media(max-width:1024px){.questions-layout .main-content{margin-left:80px}}@media(max-width:768px){.questions-layout .main-content{margin-left:0;padding:1rem}.questions-layout .content-header{flex-direction:column}.questions-layout .header-right{width:100%;flex-direction:column;align-items:stretch}.questions-layout .search-container{width:100%}.questions-layout .search-box{flex:1;width:auto}.add-question-btn{justify-content:center}.stats-row{flex-wrap:wrap}.stat-card{min-width:calc(50% - .5rem)}.filter-controls{flex-direction:column;align-items:stretch}.difficulty-chips{flex-wrap:wrap}.questions-grid{grid-template-columns:1fr}}.notes-preview-overlay{position:fixed;top:100px;right:30px;width:460px;max-width:90vw;max-height:calc(100vh - 140px);background:linear-gradient(145deg,#0a0f1ef2,#14192df2);border:2px solid transparent;border-radius:20px;box-shadow:0 20px 60px #000c,0 0 80px #6366f14d,inset 0 1px #ffffff1a,inset 0 -1px #00000080;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translate(40px) scale(.9) rotateY(-15deg);transform-style:preserve-3d;perspective:1000px;transition:all .5s cubic-bezier(.34,1.56,.64,1);z-index:9999;-webkit-backdrop-filter:blur(30px) saturate(180%);backdrop-filter:blur(30px) saturate(180%);pointer-events:none;animation:floatIdle 4s ease-in-out infinite}.notes-preview-overlay:before{content:"";position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899,#f59e0b,#10b981);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.6;animation:gradientBorder 3s linear infinite;pointer-events:none}@keyframes gradientBorder{0%{filter:hue-rotate(0deg) brightness(1.2);transform:scale(1)}50%{filter:hue-rotate(180deg) brightness(1.5);transform:scale(1.02)}to{filter:hue-rotate(360deg) brightness(1.2);transform:scale(1)}}@keyframes floatIdle{0%,to{transform:translate(0) translateY(0) scale(1)}50%{transform:translate(-5px) translateY(-10px) scale(1.01)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes glowPulse{0%,to{box-shadow:0 20px 60px #000c,0 0 80px #6366f14d,inset 0 1px #ffffff1a}50%{box-shadow:0 20px 60px #000c,0 0 120px #6366f199,0 0 40px #a855f766,inset 0 1px #fff3}}.notes-preview-overlay.active{opacity:1;visibility:visible;transform:translate(0) scale(1) rotateY(0);pointer-events:auto;animation:floatIdle 4s ease-in-out infinite,glowPulse 3s ease-in-out infinite}.notes-panel-header{padding:1rem 1.25rem;background:linear-gradient(90deg,#6366f11a,#a855f726,#6366f11a);background-size:200% 100%;animation:shimmer 3s linear infinite;border-bottom:1px solid rgba(99,102,241,.3);box-shadow:0 2px 10px #6366f133;position:relative;z-index:1;overflow:hidden;display:flex;align-items:center;justify-content:space-between}.notes-panel-header:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 2s linear infinite}.notes-panel-header h3{margin:0;font-size:.9rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.6rem;text-transform:uppercase;letter-spacing:1px;text-shadow:0 0 20px rgba(99,102,241,.8);position:relative;z-index:2}.notes-panel-header h3 svg{width:18px;height:18px;color:#6366f1;filter:drop-shadow(0 0 8px rgba(99,102,241,.8));animation:float 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.locked-indicator{font-size:.75rem;margin-left:.5rem;filter:drop-shadow(0 0 6px rgba(255,215,0,.6));animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.8}50%{opacity:1}}.close-notes-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;padding:.25rem .6rem;transition:all .2s ease;line-height:1;font-weight:300;z-index:3;position:relative}.close-notes-btn:hover{background:#ef44444d;border-color:#ef444480;transform:scale(1.1)}.notes-panel-content{flex:1;overflow-y:auto;overflow-x:auto;padding:1.25rem;position:relative;z-index:1;max-height:calc(100vh - 200px);min-height:200px}.notes-panel-content::-webkit-scrollbar{width:8px}.notes-panel-content::-webkit-scrollbar-track{background:#0000004d;border-radius:4px}.notes-panel-content::-webkit-scrollbar-thumb{background:#6366f166;border-radius:4px;border:2px solid transparent;background-clip:padding-box}.notes-panel-content::-webkit-scrollbar-thumb:hover{background:#6366f199;background-clip:padding-box}.note-content h4,.no-notes h4{margin:0 0 1rem;font-size:1rem;color:#c7d2fe;font-weight:700;line-height:1.4;text-shadow:0 0 10px rgba(165,180,252,.6);letter-spacing:.3px}.note-content{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.no-notes p{color:#888;font-style:italic;font-size:.9rem;margin:0}.resize-handle{position:absolute;z-index:10000;transition:background-color .2s ease}.resize-handle-left{top:0;left:0;width:6px;height:100%;cursor:ew-resize;background:transparent}.resize-handle-left:hover{background:#6366f180}.resize-handle-bottom{bottom:0;left:0;width:100%;height:6px;cursor:ns-resize;background:transparent}.resize-handle-bottom:hover{background:#6366f180}.resize-handle-corner{bottom:0;left:0;width:20px;height:20px;cursor:nwse-resize;background:transparent;border-left:6px solid transparent;border-bottom:6px solid transparent}.resize-handle-corner:hover{border-left-color:#6366f1cc;border-bottom-color:#6366f1cc}.resize-handle-corner:after{content:"";position:absolute;bottom:2px;left:2px;width:12px;height:12px;background-image:linear-gradient(135deg,transparent 50%,rgba(255,255,255,.3) 50%),linear-gradient(135deg,transparent 30%,rgba(255,255,255,.2) 30%);background-size:100% 100%;pointer-events:none}.analytics-layout{display:flex;min-height:100vh;transition:background .3s ease;color:var(--text)}:root[data-theme=dark] .analytics-layout{background:linear-gradient(135deg,#0f0f1a,#1a1a2e,#16213e)}:root[data-theme=light] .analytics-layout{background:linear-gradient(135deg,#f8fafc,#f0f4f8,#e8eef5)}.analytics-layout .main-content{flex:1;margin-left:260px;padding:1.5rem 2rem;overflow-y:auto;transition:margin-left .3s ease}.sidebar.collapsed+.main-content,.sidebar.collapsed~.main-content{margin-left:80px}.analytics-content{padding-bottom:2rem}.analytics-section{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.analytics-section h2{color:var(--text);font-size:1.1rem;font-weight:600;margin:0 0 1rem}.section-description{color:var(--muted);font-size:.85rem;margin:-.5rem 0 1rem}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.overview-card{display:flex;align-items:center;gap:1rem;background:var(--panel-soft);border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:all .3s ease}.overview-card:hover{transform:translateY(-2px);background:#ffffff0d}:root[data-theme=light] .overview-card:hover{background:#0f172a0a}.overview-icon{font-size:2rem}.overview-details{display:flex;flex-direction:column}.overview-value{font-size:1.5rem;font-weight:700;color:var(--text)}.overview-label{font-size:.85rem;color:var(--muted)}.overview-card.total{border-left:3px solid #6366f1}.overview-card.total .overview-value{color:#6366f1}.overview-card.solved{border-left:3px solid #10b981}.overview-card.solved .overview-value{color:#10b981}.overview-card.unsolved{border-left:3px solid #f59e0b}.overview-card.unsolved .overview-value{color:#f59e0b}.overview-card.completion{border-left:3px solid #ec4899}.overview-card.completion .overview-value{color:#ec4899}.difficulty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.difficulty-grid{grid-template-columns:1fr;gap:1rem}}.difficulty-card{background:var(--panel-soft);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:slideInUp .6s cubic-bezier(.4,0,.2,1) forwards;opacity:0}.difficulty-card:nth-child(1){animation-delay:.1s}.difficulty-card:nth-child(2){animation-delay:.2s}.difficulty-card:nth-child(3){animation-delay:.3s}.difficulty-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.difficulty-card:hover:before{left:100%}.difficulty-card:hover{transform:translateY(-4px);background:#ffffff0d;border-color:#ffffff26;box-shadow:0 8px 24px #0000004d}.difficulty-card h3{margin:0 0 1rem;font-size:.95rem;font-weight:600;letter-spacing:.5px}.difficulty-card.easy h3{color:#10b981}.difficulty-card.medium h3{color:#f59e0b}.difficulty-card.hard h3{color:#ef4444}.difficulty-stats{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.25rem}.solved-count{font-size:2rem;font-weight:700;color:var(--text);line-height:1;animation:countUp 1s ease-out forwards}.total-count{color:var(--muted);font-size:.85rem;font-weight:500;letter-spacing:.3px}.progress-bar{height:8px;background:#ffffff14;border-radius:4px;overflow:hidden;position:relative}:root[data-theme=light] .progress-bar{background:#0f172a1f}.progress-fill{height:100%;border-radius:4px;transition:width .8s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px currentColor}.difficulty-card.easy .progress-fill{background:linear-gradient(90deg,#10b981,#06b6d4);box-shadow:0 0 12px #10b98180}.difficulty-card.medium .progress-fill{background:linear-gradient(90deg,#f59e0b,#ec4899);box-shadow:0 0 12px #f59e0b80}.difficulty-card.hard .progress-fill{background:linear-gradient(90deg,#ef4444,#f97316);box-shadow:0 0 12px #ef444480}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes countUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.topic-progress-list{display:flex;flex-direction:column;gap:.75rem}.topic-progress-item{padding:.75rem 1rem;background:var(--panel-soft);border:1px solid var(--border);border-radius:8px}.topic-info{display:flex;justify-content:space-between;margin-bottom:.5rem}.topic-progress-item .topic-name{color:var(--text);font-size:.9rem}.topic-stats{color:var(--muted);font-size:.85rem}.topic-progress-item .progress-bar{height:4px}.topic-progress-item .progress-fill{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.weak-areas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.weak-area-card{display:flex;flex-direction:column;gap:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:12px;padding:1rem}.weak-topic{color:var(--text);font-weight:600}.weak-stats{color:var(--muted);font-size:.85rem}.practice-link{color:#6366f1;font-size:.85rem;text-decoration:none;margin-top:auto}.practice-link:hover{text-decoration:underline}.revision-list{display:flex;flex-direction:column;gap:.5rem}.revision-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--panel-soft);border:1px solid var(--border);border-radius:8px;gap:1rem}.revision-name{color:var(--text);font-size:.9rem;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.revision-platform{color:var(--muted);font-size:.8rem;text-transform:capitalize}.revision-link{color:#6366f1;font-size:.85rem;text-decoration:none;white-space:nowrap}.revision-link:hover{text-decoration:underline}.heatmap-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.heatmap-header h2{margin:0}.year-selector{background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:.5rem 2rem .5rem 1rem;color:var(--text);font-size:.85rem;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.year-selector:focus{outline:none;border-color:#6366f1}.year-selector option{background:var(--panel);color:var(--text)}.heatmap-container{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:1rem}@media(max-width:900px){.heatmap-container{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.heatmap-container{grid-template-columns:repeat(3,1fr)}}.heatmap-month{display:flex;flex-direction:column;gap:.5rem}.month-label{color:var(--muted);font-size:.75rem;text-transform:uppercase}.month-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.heatmap-day{width:10px;height:10px;border-radius:2px;cursor:pointer}.heatmap-day.level-0{background:#ffffff0d}.heatmap-day.level-1{background:#10b9814d}.heatmap-day.level-2{background:#10b98180}.heatmap-day.level-3{background:#10b981b3}.heatmap-day.level-4{background:#10b981}:root[data-theme=light] .heatmap-day.level-0{background:#0f172a1f}.heatmap-legend{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--muted);font-size:.75rem}.legend-boxes{display:flex;gap:3px}.legend-boxes .heatmap-day{cursor:default}.platform-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.platform-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:var(--panel-soft);border:1px solid var(--border);border-radius:12px;padding:1rem;text-align:center}.platform-name{color:var(--text);font-size:.9rem;text-transform:capitalize}.platform-stats{color:var(--muted);font-size:.85rem}.analytics-layout .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh;color:var(--muted)}.analytics-layout .loading-spinner{width:40px;height:40px;border:3px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.analytics-layout .main-content{margin-left:80px}}@media(max-width:768px){.analytics-layout .main-content{margin-left:0;padding:1rem}.difficulty-grid{grid-template-columns:1fr}.overview-grid{grid-template-columns:repeat(2,1fr)}}*{margin:0;padding:0;box-sizing:border-box}:root,:root[data-theme=dark]{--bg: #050816;--panel: rgba(8, 12, 28, .8);--panel-soft: rgba(255, 255, 255, .04);--border: rgba(255, 255, 255, .08);--text: #f8fafc;--muted: #94a3b8;--text-secondary: #cbd5e1;--success: #6ee7b7;--warning: #fbbf24;--error: #f87171;--info: #60a5fa}:root[data-theme=light]{--bg: #f8fafc;--panel: #ffffff;--panel-soft: rgba(15, 23, 42, .03);--border: rgba(15, 23, 42, .12);--text: #0f172a;--muted: #64748b;--text-secondary: #475569;--success: #059669;--warning: #d97706;--error: #dc2626;--info: #2563eb}body,html,#root{width:100%;height:100%;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);transition:background .3s ease,color .3s ease}
