.layout{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top,#f8fafc 20%,#e2e8f0,#f8fafc)}.navbar{background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0f172a0f;padding:0 48px;display:flex;align-items:center;justify-content:space-between;height:72px;position:sticky;top:0;z-index:100}.navbar-brand a{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:#0f172a;text-decoration:none}.navbar-logo{height:40px;width:auto}.navbar-menu{display:flex;gap:8px;flex:1;margin-left:48px}.nav-link{color:#475569;text-decoration:none;padding:10px 18px;border-radius:8px;font-weight:500;transition:all .2s ease}.nav-link:hover{background-color:#0f172a0d;color:#0f172a}.navbar-user{display:flex;align-items:center;gap:16px}.username{color:#475569;font-size:14px;font-weight:500}.main-content{flex:1;padding:32px 48px;max-width:1400px;margin:0 auto;width:100%}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#f8fafc 20%,#e2e8f0,#f8fafc);padding:32px}.auth-card{background:#fff;padding:0;border-radius:20px;box-shadow:0 20px 60px #0f172a1f;width:100%;max-width:480px;border:1px solid rgba(226,232,240,.8);overflow:hidden}.auth-header{background:linear-gradient(135deg,#0f172a,#334155);padding:40px 32px 32px;text-align:center;color:#fff}.app-title{margin:0 0 16px;font-size:28px;font-weight:700;letter-spacing:-.5px;color:#fff}.app-description{margin:0;font-size:15px;line-height:1.6;color:#fffc;font-weight:400}.auth-form-section{padding:36px 32px}.auth-form-section h2{margin:0 0 28px;text-align:center;color:#0f172a;font-size:22px;font-weight:600}.auth-card .form-group{margin-bottom:20px}.auth-card .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#0f172a;font-size:14px}.auth-card .form-group input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;transition:all .2s ease;background-color:#fff}.auth-card .form-group input:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 3px #0f172a14}.auth-card .form-group input:hover{border-color:#cbd5e1}.auth-card .btn{width:100%;padding:14px 24px;font-size:15px;font-weight:500;border-radius:10px;margin-top:8px}.auth-link{text-align:center;margin-top:24px;color:#64748b;font-size:14px}.auth-link a{color:#0f172a;text-decoration:none;font-weight:600}.auth-link a:hover{text-decoration:underline}.auth-card .error{margin-bottom:20px;padding:12px 16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#991b1b;font-size:14px}.auth-card .success{margin-bottom:20px;padding:12px 16px;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;color:#166534;font-size:14px}.dashboard{max-width:1200px;margin:0 auto}.dashboard h1{margin-bottom:32px;color:#0f172a;font-size:32px;font-weight:700}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.dashboard .card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 10px 40px #0f172a14;border:1px solid rgba(226,232,240,.8);margin-bottom:0}.dashboard .card h3{margin-bottom:20px;color:#0f172a;font-size:18px;font-weight:600}.progress-info{margin:20px 0}.progress-info p{margin-top:12px;color:#475569;font-size:14px;font-weight:500}.progress-bar{width:100%;height:12px;background-color:#e2e8f0;border-radius:6px;overflow:hidden;margin-bottom:12px}.progress-fill{height:100%;background:linear-gradient(90deg,#475569,#64748b);transition:width .4s ease;border-radius:6px}.task-list-container{max-height:400px;overflow-y:auto;margin:0 0 16px;padding-right:4px}.task-list-container::-webkit-scrollbar{width:6px}.task-list-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.task-list-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.task-list-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.task-list{list-style:none;padding:0;margin:0}.task-list li{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0;transition:all .2s ease;border-radius:8px;margin:0}.task-list li:last-child{border-bottom:none}.task-list li:hover{background-color:#f8fafc;padding-left:12px;padding-right:12px}.task-list a{color:#0f172a;text-decoration:none;font-weight:500;flex:1;transition:color .2s}.task-list a:hover{color:#475569}.no-tasks{color:#94a3b8;font-style:italic;margin:20px 0}.no-progress{color:#94a3b8;margin:20px 0 24px;min-height:20px}.card .btn{margin-top:16px}.quick-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.quick-actions .btn{width:auto;min-width:160px;display:inline-block;text-align:center;padding:12px 24px;border-radius:8px;font-weight:500}.problem-detail{max-width:1200px;margin:0 auto;padding:0 20px}.problem-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:20px}.problem-header h1{margin:0;flex:1;color:#1e293b;font-size:26px;font-weight:600;line-height:1.3}.problem-actions{display:flex;gap:12px;flex-shrink:0}.problem-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px}.info-value{font-size:16px;color:#1e293b;font-weight:500}.progress-stats{display:flex;flex-direction:column;gap:14px}.stat-item{display:flex;flex-direction:column;gap:6px;padding:12px;background:#f8fafc;border-radius:8px;border-left:3px solid #64748b}.stat-label{font-size:13px;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:16px;color:#000;font-weight:500}@media (max-width: 768px){.problem-detail{padding:0 16px}.problem-header{flex-direction:column;align-items:flex-start;gap:16px}.problem-header h1{font-size:24px}.problem-actions{width:100%;flex-direction:column}.problem-actions .btn{width:100%}.problem-detail-grid{grid-template-columns:1fr;gap:20px}.card{padding:20px}}.status-completed,.status-not-completed{color:#000;font-weight:500}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;align-items:center}.problem-form{max-width:700px;margin:0 auto}.problem-form h1{margin-bottom:24px;color:#1e293b;font-size:26px;font-weight:600}.problem-form form{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014}.problem-form .form-group{margin-bottom:20px}.problem-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#000;font-size:14px}.problem-form .form-group label .required{color:#000;margin-left:4px}.problem-form .form-group input,.problem-form .form-group select{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .2s;background-color:#fff}.problem-form .form-group input:focus,.problem-form .form-group select:focus{outline:none;border-color:#64748b;box-shadow:0 0 0 3px #64748b1a}.problem-form .form-group input:hover,.problem-form .form-group select:hover{border-color:#cbd5e1}.tags-selector{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;padding:16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;min-height:60px}.tags-empty{color:#94a3b8;font-size:14px;font-style:italic;width:100%;text-align:center;padding:20px}.tag-checkbox{display:inline-flex;align-items:center;padding:8px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:20px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#000;white-space:nowrap;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.tag-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;margin:0;padding:0;pointer-events:none}.tag-checkbox span{display:inline-block;position:relative;z-index:1;white-space:nowrap;line-height:1.4}.tag-checkbox:hover:not(.checked){border-color:#64748b;background:#f1f5f9;color:#000;transform:translateY(-1px);box-shadow:0 2px 8px #64748b1a}.tag-checkbox.checked{background:#64748b;border-color:#64748b;color:#fff;box-shadow:0 2px 8px #64748b33}.tag-checkbox.checked:hover{background:#475569;border-color:#475569;box-shadow:0 4px 12px #64748b40;transform:translateY(-1px)}.form-actions{display:flex;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.form-actions .btn{flex:1;padding:12px 24px;font-size:15px;font-weight:500;border-radius:8px}.problem-form .error{margin-bottom:20px;padding:12px 16px;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;color:#000;font-size:14px}@media (max-width: 640px){.tags-selector{gap:8px;padding:12px}.tag-checkbox{padding:6px 12px;font-size:13px;gap:6px}}.problem-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 10px 40px #0f172a14;border:1px solid rgba(226,232,240,.8);transition:transform .2s ease,box-shadow .2s ease}.problem-card:hover{transform:translateY(-2px);box-shadow:0 14px 50px #0f172a1f}.problem-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.problem-header h3{margin:0;font-size:18px;font-weight:600}.problem-header a{color:#0f172a;text-decoration:none;transition:color .2s}.problem-header a:hover{color:#475569}.leetcode-id{color:#64748b;font-size:14px;margin-bottom:12px}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;align-items:center}.tag{display:inline-flex;align-items:center;background:#f1f5f9;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:500;color:#475569;border:1px solid #e2e8f0;white-space:nowrap;transition:all .2s}.tag:hover{background:#e2e8f0;border-color:#cbd5e1;transform:translateY(-1px)}.problem-stats{margin-top:12px;font-size:14px;color:#64748b}.problem-stats p{margin:6px 0}.problem-actions{display:flex;gap:12px;margin-top:16px}.problem-actions .btn{border-radius:8px;font-weight:500}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}.my-problems{max-width:1200px;margin:0 auto}.my-problems h1{color:#0f172a;font-size:32px;font-weight:700}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.my-problems .filters{display:flex;gap:12px;margin-bottom:24px}.my-problems .filters select{padding:10px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-weight:500;cursor:pointer;transition:all .2s ease}.my-problems .filters select:hover{border-color:#cbd5e1}.my-problems .filters select:focus{outline:none;border-color:#64748b;box-shadow:0 0 0 3px #64748b1a}.my-problems .problems-list{display:grid;gap:20px}.my-problems .empty-state{padding:60px 32px;text-align:center;border:2px dashed #e2e8f0;border-radius:16px;background:#f8fafccc}.my-problems .empty-state h3{margin-bottom:12px;font-size:1.4rem;color:#0f172a;font-weight:600}.my-problems .empty-state p{margin-bottom:20px;color:#64748b}.reviews-page{max-width:1200px;margin:0 auto}.reviews-page h1{margin-bottom:28px;font-size:32px;font-weight:700;color:#0f172a}.progress-card{margin-bottom:28px;background:#fff;border-radius:16px;padding:24px;box-shadow:0 10px 40px #0f172a14;border:1px solid rgba(226,232,240,.8)}.progress-card h3{color:#0f172a;font-size:18px;font-weight:600;margin-bottom:16px}.tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #e2e8f0;padding-bottom:0}.tab{padding:12px 24px;border:none;background:none;cursor:pointer;font-size:15px;font-weight:500;color:#64748b;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s ease}.tab:hover{color:#0f172a}.tab.active{color:#0f172a;border-bottom-color:#0f172a}.filter-tabs{display:flex;gap:10px;margin-bottom:20px;margin-top:16px}.filter-tab{padding:8px 20px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#64748b;transition:all .2s ease}.filter-tab:hover{border-color:#475569;color:#475569}.filter-tab.active{background-color:#0f172a;color:#fff;border-color:#0f172a}.tasks-list{display:grid;gap:20px}.task-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 10px 40px #0f172a14;border:1px solid rgba(226,232,240,.8);transition:transform .2s ease,box-shadow .2s ease}.task-card:hover{transform:translateY(-2px);box-shadow:0 14px 50px #0f172a1f}.task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.task-header h3{margin:0;font-size:18px;font-weight:600}.task-header a{color:#0f172a;text-decoration:none;transition:color .2s}.task-header a:hover{color:#475569}.task-info{margin:14px 0;font-size:14px;color:#64748b}.task-info p{margin:6px 0}.task-actions{margin-top:18px}.task-actions .btn{border-radius:8px;font-weight:500}.empty-state{text-align:center;padding:60px 32px;color:#64748b;background:#f8fafccc;border:2px dashed #e2e8f0;border-radius:16px}.leetcode-id{color:#64748b;font-size:14px;margin-bottom:8px}.review-detail{max-width:1200px;margin:0 auto;padding:0 20px}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:20px}.review-header h1{margin:0;flex:1;color:#1e293b;font-size:26px;font-weight:600;line-height:1.3}.review-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px}.card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease}.card:hover{box-shadow:0 4px 12px #0000001f}.card h3{margin:0 0 16px;color:#1e293b;font-size:17px;font-weight:600;border-bottom:2px solid #e2e8f0;padding-bottom:10px}.completed-card{text-align:center}.completed-icon{width:80px;height:80px;border-radius:50%;background:#64748b;color:#fff;font-size:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 4px 12px #64748b33}.completed-card h2{margin:0 0 32px;color:#1e293b;font-size:24px;font-weight:600}.completion-details{background:#f8fafc;border-radius:8px;padding:24px;margin-bottom:32px;display:flex;flex-direction:column;gap:24px}.detail-item{display:flex;flex-direction:column;gap:8px}.detail-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:18px;font-weight:600;color:#1e293b}.rating-display{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.rating-value{font-size:24px;font-weight:700;color:#1e293b}.stars{display:flex;gap:4px}.star{font-size:24px;color:#cbd5e1;transition:color .2s}.star.filled{color:#000}.problem-info{display:flex;flex-direction:column;gap:16px}.info-item{display:flex;flex-direction:column;gap:8px}.info-label{font-size:13px;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:16px;color:#000;font-weight:500}.info-link{color:#000;text-decoration:none;font-size:14px;word-break:break-all;transition:color .2s ease}.info-link:hover{color:#000;text-decoration:underline}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.tag{display:inline-flex;align-items:center;background:#e2e8f0;padding:6px 14px;border-radius:16px;font-size:12px;font-weight:500;color:#1e293b;border:1px solid #cbd5e1;white-space:nowrap;transition:all .2s}.tag:hover{background:#cbd5e1;border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.review-card,.rating-section{display:flex;flex-direction:column;gap:20px}.rating-question{margin:0;color:#1e293b;font-size:16px;font-weight:500}.stars-input{display:flex;gap:12px;justify-content:center;align-items:center}.star-button{background:none;border:none;font-size:48px;color:#cbd5e1;cursor:pointer;padding:0;transition:all .2s;line-height:1}.star-button:hover:not(:disabled){color:#000;transform:scale(1.1)}.star-button.selected{color:#000;transform:scale(1.2)}.star-button:disabled{cursor:not-allowed;opacity:.6}.rating-hint{text-align:center;color:#000;font-size:14px;margin:0;font-style:italic}.review-actions{display:flex;gap:12px;justify-content:center;padding-top:24px;border-top:2px solid #e2e8f0}.error-state{text-align:center;padding:40px}.error-state p{color:#64748b;margin-bottom:24px}@media (max-width: 768px){.review-detail{padding:0 16px}.review-header{flex-direction:column;align-items:flex-start;gap:16px}.review-header h1{font-size:24px}.review-detail-grid{grid-template-columns:1fr;gap:20px}.card{padding:20px}.stars-input{gap:8px}.star-button{font-size:40px}.review-actions{flex-direction:column}.review-actions .btn{width:100%}}.landing-page{min-height:100vh;background:radial-gradient(circle at top,#f8fafc 20%,#e2e8f0,#f8fafc);color:#0f172a;padding:32px 48px 64px}.landing-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0 32px}.landing-logo{display:flex;align-items:center;gap:14px;font-weight:700;font-size:24px}.landing-logo .logo-img{height:64px;width:auto}.landing-nav-links{display:flex;gap:24px}.landing-nav-links a{color:#475569;text-decoration:none;font-weight:500}.landing-nav-links a:hover{color:#0f172a}.landing-auth-actions{display:flex;align-items:center;gap:12px}.btn-link{color:#475569;text-decoration:none;font-weight:500}.btn-link:hover{color:#0f172a}.hero{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;padding:32px 0 64px}.hero-bg-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none;opacity:.04}.hero-bg-logo img{width:600px;max-width:80vw;height:auto}.hero-content,.hero-panel{position:relative;z-index:1}.hero-content h1{font-size:clamp(32px,5vw,54px);margin-bottom:16px}.eyebrow{font-size:12px;letter-spacing:.2em;font-weight:600;color:#475569;margin-bottom:12px}.subtitle{font-size:18px;color:#475569;margin-bottom:24px}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px}.hero-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px}.highlight-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 30px #0f172a14}.highlight-card span{font-size:28px;font-weight:700;display:block}.hero-panel{background:#fffc;border-radius:24px;padding:32px;box-shadow:0 20px 45px #0f172a1a;display:flex;flex-direction:column;gap:20px}.panel-card{background:#fff;border-radius:20px;padding:24px;border:1px solid #e2e8f0}.panel-label{font-size:14px;font-weight:600;color:#475569;margin-bottom:12px}.panel-card ul{list-style:none;display:flex;flex-direction:column;gap:12px;color:#0f172a}.dot{width:10px;height:10px;border-radius:50%;display:inline-flex;margin-right:10px}.dot.success{background:#10b981}.dot.warning{background:#f97316}.dot.neutral{background:#64748b}.timeline{border:1px solid #e2e8f0}.timeline-track{display:flex;flex-direction:column;gap:16px}.timeline-step{padding-left:12px;border-left:2px solid #cbd5f5}.timeline-step strong{display:block;margin-bottom:4px}.features-section,.workflow-section,.cta-section{padding:48px 0}.features-section h2,.workflow-section h2,.cta-section h2{font-size:32px;margin-bottom:24px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.feature-card{background:#fff;border-radius:20px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 15px 30px #0f172a0d;min-height:220px}.feature-badge{display:inline-flex;padding:4px 10px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:600;margin-bottom:16px}.workflow-header{max-width:640px}.workflow-steps{margin-top:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.workflow-card{background:#0f172a;color:#f8fafc;border-radius:24px;padding:32px;position:relative;overflow:hidden}.workflow-card:nth-child(2){background:#1d2839}.workflow-card:nth-child(3){background:#334155}.step-index{font-size:14px;opacity:.7}.cta-card{background:#0f172a;color:#fff;border-radius:28px;padding:48px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;align-items:center}.cta-card p{max-width:520px;font-size:18px;color:#cbd5f5}.cta-actions{display:flex;flex-direction:column;gap:12px}.landing-footer{border-top:1px solid rgba(15,23,42,.1);margin-top:48px;padding-top:32px;text-align:center;color:#475569}@media (max-width: 768px){.landing-page{padding:24px 20px 48px}.landing-header{flex-direction:column;gap:16px}.landing-nav-links{flex-wrap:wrap;justify-content:center}.cta-card{padding:32px}.landing-auth-actions{width:100%;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#0f172a}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:20px}.btn{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.btn-primary{background-color:#0f172a;color:#fff!important;border:1px solid #0f172a;text-decoration:none}.btn-primary:hover{background-color:#1e293b;border-color:#1e293b;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}a.btn-primary,a.btn-primary:hover{color:#fff!important}.btn-secondary{background-color:#fff;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover{background-color:#f8fafc;border-color:#cbd5e1;color:#0f172a}.btn-success{background-color:#475569;color:#fff;border:1px solid #475569}.btn-success:hover{background-color:#334155;border-color:#334155}.btn-danger{background-color:#64748b;color:#fff;border:1px solid #64748b}.btn-danger:hover{background-color:#475569;border-color:#475569}.btn-warning{background-color:#94a3b8;color:#fff;border:1px solid #94a3b8}.btn-warning:hover{background-color:#64748b;border-color:#64748b}.form-group{margin-bottom:18px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#0f172a}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#475569;box-shadow:0 0 0 3px #4755691a}.card{background:#fff;border-radius:16px;padding:24px;margin-bottom:0;box-shadow:0 10px 40px #0f172a14;border:1px solid rgba(226,232,240,.8)}.error{color:#0f172a;font-size:14px;margin-top:8px;padding:12px 16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px}.success{color:#0f172a;font-size:14px;margin-top:8px;padding:12px 16px;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.loading{text-align:center;padding:40px;color:#64748b}.badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500}.badge-easy{background-color:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.badge-medium{background-color:#fefce8;color:#854d0e;border:1px solid #fef08a}.badge-hard{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.badge-todo{background-color:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.badge-done{background-color:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.badge-missed{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}
