.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:44px;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;position:relative}.auth-lang-toggle{position:absolute;top:24px;right:24px;padding:8px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0f172a14}.auth-lang-toggle:hover{border-color:#0f172a;color:#0f172a;background:#f8fafc}.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:1100px;margin:0 auto;padding:20px 0}.dashboard-header{margin-bottom:40px}.dashboard-header h1{font-size:36px;font-weight:700;color:#0f172a;margin-bottom:8px}.dashboard-subtitle{color:#64748b;font-size:16px}.progress-hero{background:linear-gradient(135deg,#0f172a,#334155);border-radius:24px;padding:32px 40px;margin-bottom:32px;color:#fff;position:relative;overflow:hidden}.progress-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.progress-hero-content{position:relative;z-index:1}.progress-hero h2{font-size:18px;font-weight:500;margin-bottom:20px;opacity:.9}.progress-stats{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.progress-number{font-size:56px;font-weight:700;line-height:1}.progress-total{font-size:24px;opacity:.6}.progress-bar-hero{height:8px;background:#fff3;border-radius:4px;overflow:hidden;margin-bottom:16px}.progress-fill-hero{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;transition:width .5s ease}.progress-label{font-size:14px;opacity:.8}.progress-hero .view-all-btn{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:10px 20px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;text-decoration:none;font-weight:500;font-size:14px;transition:all .2s ease}.progress-hero .view-all-btn:hover{background:#ffffff40;transform:translate(4px)}.dashboard-columns{display:grid;grid-template-columns:1.5fr 1fr;gap:24px}.tasks-section{background:#fff;border-radius:20px;padding:28px;box-shadow:0 10px 40px #0f172a14;border:1px solid rgba(226,232,240,.8)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header h3{font-size:18px;font-weight:600;color:#0f172a;margin:0}.task-count{font-size:13px;color:#64748b;background:#f1f5f9;padding:4px 12px;border-radius:999px}.task-list-container{max-height:360px;overflow-y:auto;margin:0;padding-right:8px}.task-list-container::-webkit-scrollbar{width:5px}.task-list-container::-webkit-scrollbar-track{background:transparent}.task-list-container::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.task-list-container::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.task-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.task-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:12px;transition:all .2s ease;border:1px solid transparent}.task-item:hover{background:#f8fafc;border-color:#e2e8f0}.task-item a{color:#0f172a;text-decoration:none;font-weight:500;font-size:15px;flex:1;transition:color .2s}.task-item a:hover{color:#475569}.no-tasks{text-align:center;padding:40px 20px;color:#94a3b8}.no-tasks-icon{font-size:48px;margin-bottom:12px;opacity:.5}.no-tasks p{margin:0;font-size:15px}.actions-section{background:#fff;border-radius:20px;padding:28px;box-shadow:0 10px 40px #0f172a14;border:1px solid rgba(226,232,240,.8);height:fit-content}.actions-section h3{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:20px}.quick-actions{display:flex;flex-direction:column;gap:12px}.action-card{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:14px;text-decoration:none;transition:all .2s ease;border:1px solid #e2e8f0;background:#fafbfc}.action-card:hover{border-color:#0f172a;background:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #0f172a1a}.action-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.action-icon.add{background:linear-gradient(135deg,#0f172a,#334155);color:#fff}.action-icon.list{background:#f1f5f9;color:#475569}.action-icon.review{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.action-content{flex:1}.action-content h4{margin:0 0 4px;font-size:15px;font-weight:600;color:#0f172a}.action-content p{margin:0;font-size:13px;color:#64748b}.action-arrow{color:#cbd5e1;font-size:18px;transition:all .2s ease}.action-card:hover .action-arrow{color:#0f172a;transform:translate(4px)}.badge{padding:5px 12px;border-radius:999px;font-size:12px;font-weight:600}@media (max-width: 900px){.dashboard-columns{grid-template-columns:1fr}.progress-hero{padding:24px 28px}.progress-number{font-size:42px}}@media (max-width: 600px){.dashboard{padding:10px 0}.dashboard-header h1{font-size:28px}}.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}.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}.problem-info{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-item{display:flex;flex-direction:column;gap:6px;padding:12px 16px;background:#f8fafc;border-radius:8px}.info-item.full-width{grid-column:1 / -1}.info-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:15px;color:#0f172a;font-weight:600}.info-link{color:#3b82f6;text-decoration:none;font-size:14px;word-break:break-all;transition:color .2s ease}.info-link:hover{color:#2563eb;text-decoration:underline}.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}.problem-info{grid-template-columns:1fr}.info-item.full-width{grid-column:1}}.status-completed,.status-not-completed{color:#000;font-weight:500}.tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.tag{display:inline-flex;align-items:center;background:#f1f5f9;padding:5px 12px;border-radius:6px;font-size:13px;font-weight:500;color:#475569;white-space:nowrap;transition:all .2s}.tag:hover{background:#e2e8f0;color:#0f172a}.notes-section{background:#fff;border-radius:12px;padding:24px;margin-top:20px;box-shadow:0 2px 8px #00000014}.notes-header h3{font-size:17px;font-weight:600;color:#0f172a;margin:0;border:none;padding:0}.notes-input{width:100%;min-height:150px;padding:16px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;line-height:1.6;font-family:inherit;resize:vertical;transition:border-color .2s,box-shadow .2s;background:#f8fafc}@media (max-width: 768px){.notes-section{padding:20px}.notes-input{min-height:120px}}.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:#ef4444;margin-left:4px}.problem-form .form-group label .optional{font-weight:400;font-size:12px;color:#64748b}.url-status{display:block;margin-top:8px;font-size:13px;padding:8px 12px;border-radius:6px}.url-status.searching{color:#64748b;background:#f1f5f9}.url-status.found{color:#059669;background:#ecfdf5;font-weight:500}.url-status.not-found{color:#64748b;background:#f8fafc}.url-status.error{color:#dc2626;background:#fef2f2;font-weight:500}.url-hint{display:block;margin-top:6px;font-size:12px;color:#94a3b8}.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:1100px;margin:0 auto;padding:20px 0}.my-problems h1{color:#0f172a;font-size:36px;font-weight:700}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.page-header .btn-primary{padding:12px 24px;border-radius:10px;font-weight:500}.my-problems .filters{display:flex;gap:12px;margin-bottom:24px}.my-problems .filters select{padding:12px 20px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;min-width:140px}.my-problems .filters select:hover{border-color:#cbd5e1}.my-problems .filters select:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 3px #0f172a14}.my-problems .problems-list{display:grid;gap:16px}.my-problems .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center;background:#fff;border-radius:24px;box-shadow:0 10px 40px #0f172a14;border:1px solid rgba(226,232,240,.8);position:relative;overflow:hidden}.my-problems .empty-state:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0f172a,#475569,#94a3b8)}.empty-state-icon{width:100px;height:100px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:28px;font-size:48px}.my-problems .empty-state h3{margin:0 0 12px;font-size:24px;color:#0f172a;font-weight:700}.my-problems .empty-state p{margin:0 0 32px;color:#64748b;font-size:16px;max-width:400px;line-height:1.6}.my-problems .empty-state .btn-primary{padding:14px 32px;border-radius:12px;font-size:15px;font-weight:600;background:linear-gradient(135deg,#0f172a,#334155);border:none;color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 4px 14px #0f172a40}.my-problems .empty-state .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f172a59}.empty-state-tips{margin-top:40px;padding-top:32px;border-top:1px solid #e2e8f0;width:100%;max-width:500px}.empty-state-tips h4{font-size:14px;font-weight:600;color:#64748b;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.tip-list{display:flex;flex-direction:column;gap:12px;text-align:left}.tip-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8fafc;border-radius:10px;font-size:14px;color:#475569}.tip-item .tip-icon{width:28px;height:28px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 2px 8px #0f172a14}@media (max-width: 768px){.my-problems{padding:10px 0}.my-problems h1{font-size:28px}.page-header{flex-direction:column;align-items:stretch;gap:16px}.page-header .btn-primary{text-align:center}.my-problems .filters{flex-direction:column}.my-problems .filters select{width:100%}.my-problems .empty-state{padding:48px 24px}.empty-state-icon{width:80px;height:80px;font-size:36px}.my-problems .empty-state h3{font-size:20px}}.reviews-page{max-width:1100px;margin:0 auto;padding:20px 0}.reviews-header{margin-bottom:32px}.reviews-header h1{font-size:36px;font-weight:700;color:#0f172a;margin-bottom:8px}.reviews-subtitle{color:#64748b;font-size:16px}.progress-card{background:linear-gradient(135deg,#0f172a,#334155)!important;border-radius:20px;padding:28px 32px;margin-bottom:28px;color:#fff;position:relative;overflow:hidden;box-shadow:0 10px 40px #0f172a4d}.progress-card:before{content:"";position:absolute;top:-30%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.progress-card-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.progress-left h3{font-size:16px;font-weight:500;margin-bottom:8px;opacity:.9}.progress-numbers{display:flex;align-items:baseline;gap:8px}.progress-big{font-size:48px;font-weight:700;line-height:1;color:#10b981}.progress-small{font-size:20px;opacity:.7}.progress-right{flex:1;max-width:400px;min-width:200px}.progress-bar{height:8px;background:#fff3;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;transition:width .5s ease}.progress-percent{font-size:14px;opacity:.8;text-align:right}.tab-nav{display:flex;gap:4px;background:#fff;padding:6px;border-radius:14px;margin-bottom:24px;box-shadow:0 4px 20px #0f172a0f;width:fit-content}.tab{padding:12px 28px;border:none;background:transparent;cursor:pointer;font-size:15px;font-weight:500;color:#64748b;border-radius:10px;transition:all .2s ease}.tab:hover{color:#0f172a}.tab.active{background:#0f172a;color:#fff}.filter-pills{display:flex;gap:10px;margin-bottom:24px}.filter-pill{padding:8px 20px;border:1px solid #e2e8f0;background:#fff;border-radius:999px;cursor:pointer;font-size:14px;font-weight:500;color:#64748b;transition:all .2s ease}.filter-pill:hover{border-color:#94a3b8;color:#475569}.filter-pill.active{background:#0f172a;color:#fff;border-color:#0f172a}.tasks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px}.task-card{background:#fff;padding:24px;border-radius:18px;box-shadow:0 8px 30px #0f172a0f;border:1px solid rgba(226,232,240,.8);transition:all .25s ease;display:flex;flex-direction:column}.task-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f172a1f;border-color:#e2e8f0}.task-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.task-card-header h3{margin:0;font-size:17px;font-weight:600;line-height:1.4}.task-card-header a{color:#0f172a;text-decoration:none;transition:color .2s}.task-card-header a:hover{color:#475569}.badge{padding:5px 12px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.badge-todo{background:#fef3c7;color:#92400e}.badge-done{background:#d1fae5;color:#065f46}.badge-missed{background:#fee2e2;color:#991b1b}.task-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.meta-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#f8fafc;border-radius:6px;font-size:13px;color:#64748b}.meta-tag.leetcode{background:#fef3c7;color:#92400e}.task-info{flex:1;margin-bottom:16px}.task-info-row{display:flex;align-items:center;gap:6px;font-size:14px;color:#64748b;margin-bottom:6px}.task-info-row:last-child{margin-bottom:0}.task-info-row .icon{font-size:14px;opacity:.7}.task-actions{margin-top:auto;padding-top:16px;border-top:1px solid #f1f5f9}.task-actions .btn{width:100%;padding:12px 20px;border-radius:10px;font-weight:500;font-size:14px;text-align:center;display:block;text-decoration:none;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#0f172a,#334155);color:#fff;border:none}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}.btn-secondary{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.empty-state{text-align:center;padding:80px 32px;background:#fff;border:2px dashed #e2e8f0;border-radius:20px;grid-column:1 / -1}.empty-icon{font-size:56px;margin-bottom:16px;opacity:.5}.empty-state p{color:#64748b;font-size:16px;margin:0}@media (max-width: 768px){.reviews-header h1{font-size:28px}.progress-card{padding:24px}.progress-card-content{flex-direction:column;align-items:flex-start}.progress-right{width:100%;max-width:none}.progress-big{font-size:36px}.tasks-grid{grid-template-columns:1fr}.tab-nav{width:100%}.tab{flex:1;text-align:center;padding:10px 16px}}.review-detail{max-width:800px;margin:0 auto;padding:20px 0}.review-header{margin-bottom:24px}.back-link{display:inline-flex;align-items:center;color:#64748b;text-decoration:none;font-size:14px;font-weight:500;margin-bottom:12px;transition:color .2s}.back-link:hover{color:#0f172a}.review-header h1{margin:0 0 12px;color:#0f172a;font-size:32px;font-weight:700;line-height:1.3}.header-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.meta-tag{display:inline-flex;padding:4px 12px;background:#f1f5f9;border-radius:6px;font-size:13px;color:#475569;font-weight:500}.problem-link-card{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:24px;transition:all .2s ease}.problem-link-card:hover{border-color:#0f172a;box-shadow:0 4px 12px #0f172a14}.link-icon{font-size:18px}.problem-link-card a{color:#0f172a;text-decoration:none;font-weight:500;font-size:15px}.problem-link-card a:hover{text-decoration:underline}.rating-section{background:#fff;border-radius:20px;padding:40px;box-shadow:0 10px 40px #0f172a14;border:1px solid rgba(226,232,240,.8)}.rating-prompt{text-align:center;margin-bottom:32px}.rating-prompt h2{margin:0 0 8px;font-size:24px;font-weight:700;color:#0f172a}.rating-prompt p{margin:0;color:#64748b;font-size:16px}.rating-options{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.rating-option{display:flex;flex-direction:column;align-items:center;padding:28px 20px;background:#fff;border:2px solid #e2e8f0;border-radius:16px;cursor:pointer;transition:all .2s ease;text-align:center}.rating-option:hover:not(:disabled){border-color:var(--option-color);background:var(--option-bg);transform:translateY(-4px);box-shadow:0 8px 24px #0f172a1f}.rating-option.selected{border-color:var(--option-color);background:var(--option-bg);box-shadow:0 0 0 3px color-mix(in srgb,var(--option-color) 20%,transparent)}.rating-option:disabled{opacity:.6;cursor:not-allowed}.option-icon{font-size:48px;margin-bottom:16px}.option-label{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}.option-desc{font-size:13px;color:#64748b;line-height:1.4}.submit-section{display:flex;justify-content:center;padding-top:24px;border-top:1px solid #e2e8f0}.btn-submit{padding:16px 48px;background:linear-gradient(135deg,#0f172a,#334155);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #0f172a40}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0f172a59}.btn-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.completed-section{margin-bottom:24px}.completed-card{background:#fff;border-radius:20px;padding:40px;box-shadow:0 10px 40px #0f172a14;border:1px solid rgba(226,232,240,.8)}.completed-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;background:#d1fae5;border-radius:999px;margin-bottom:28px}.check-icon{width:24px;height:24px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.completed-badge span:last-child{font-size:15px;font-weight:600;color:#065f46}.completed-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}.info-block{display:flex;flex-direction:column;gap:8px}.info-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:16px;font-weight:600;color:#0f172a}.info-value.highlight{color:#0f172a;font-size:18px}.rating-result{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#f8fafc;border-radius:10px;border:2px solid}.rating-icon{font-size:24px}.rating-label{font-size:16px;font-weight:700}.tags-section{display:flex;align-items:center;gap:12px;margin-top:24px;padding:16px 20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.tags-label{font-size:14px;font-weight:600;color:#64748b}.tags{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-flex;align-items:center;background:#f1f5f9;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;color:#475569}.badge{padding:4px 12px;border-radius:6px;font-size:13px;font-weight:600}.badge-easy{background:#d1fae5;color:#065f46}.badge-medium{background:#fef3c7;color:#92400e}.badge-hard{background:#fee2e2;color:#991b1b}.error-state{text-align:center;padding:60px 40px;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0f172a14}.error-state p{color:#64748b;margin-bottom:24px;font-size:16px}.loading{display:flex;align-items:center;justify-content:center;min-height:300px;color:#64748b;font-size:16px}@media (max-width: 768px){.review-detail{padding:10px 0}.review-header h1{font-size:24px}.rating-section,.completed-card{padding:28px 20px}.rating-options{grid-template-columns:1fr;gap:12px}.rating-option{padding:20px 16px;flex-direction:row;text-align:left;gap:16px}.option-icon{font-size:36px;margin-bottom:0}.rating-option .option-content{flex:1}.btn-submit{width:100%;padding:16px 24px}.completed-info{grid-template-columns:1fr}.notes-input{min-height:120px}}.notes-section{background:#fff;border-radius:16px;padding:24px;margin-top:24px;border:1px solid #e2e8f0}.notes-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.notes-header h3{font-size:18px;font-weight:600;color:#0f172a;margin:0}.notes-status{font-size:13px;color:#64748b;display:flex;align-items:center;gap:6px}.notes-status:empty{display:none}.notes-input{width:100%;min-height:150px;padding:16px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;line-height:1.6;font-family:inherit;resize:vertical;transition:border-color .2s,box-shadow .2s;background:#f8fafc}.notes-input:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 3px #0f172a1a;background:#fff}.notes-input::placeholder{color:#94a3b8}.notes-input:disabled{opacity:.6;cursor:not-allowed}.notes-hint{margin-top:10px;font-size:13px;color:#94a3b8}.statistics-page{max-width:1100px;margin:0 auto;padding:20px 0}.stats-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;flex-wrap:wrap;gap:20px}.stats-header h1{font-size:36px;font-weight:700;color:#0f172a;margin-bottom:4px}.stats-subtitle{color:#64748b;font-size:16px}.total-card{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#0f172a,#334155);color:#fff;padding:20px 40px;border-radius:16px;box-shadow:0 10px 30px #0f172a33}.total-number{font-size:48px;font-weight:700;line-height:1}.total-label{font-size:14px;opacity:.8;margin-top:4px}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.stats-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 40px #0f172a14;border:1px solid rgba(226,232,240,.8)}.stats-card h3{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:20px}.stats-card.daily-chart,.stats-card.tag-chart{grid-column:1 / -1}.chart-container{width:100%;min-height:250px}.no-data-chart{display:flex;align-items:center;justify-content:center;min-height:200px;color:#94a3b8;font-size:15px}.loading,.empty-state{display:flex;align-items:center;justify-content:center;min-height:300px;color:#64748b;font-size:16px}@media (max-width: 768px){.stats-header{flex-direction:column;align-items:stretch}.stats-header h1{font-size:28px}.total-card{align-self:flex-start;padding:16px 32px}.total-number{font-size:36px}.stats-grid{grid-template-columns:1fr}.stats-card.daily-chart,.stats-card.tag-chart{grid-column:1}}.blind75-page{max-width:900px;margin:0 auto;padding:0 20px}.blind75-header{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:32px;border-radius:20px;margin-bottom:28px;display:flex;justify-content:space-between;align-items:center;gap:24px}.header-content h1{font-size:28px;font-weight:800;color:#fff;margin:0 0 8px}.header-content .description{color:#94a3b8;font-size:14px;line-height:1.6;max-width:400px;margin:0}.progress-card{display:flex;align-items:center;gap:20px;background:#ffffff14;padding:16px 24px;border-radius:12px}.progress-stats{display:flex;align-items:baseline;gap:6px}.progress-number{font-size:32px;font-weight:800;color:#10b981}.progress-divider{font-size:20px;color:#64748b}.progress-total{font-size:20px;font-weight:600;color:#64748b}.progress-right{display:flex;flex-direction:column;gap:6px}.progress-bar{width:120px;height:6px;background:#ffffff26;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:3px;transition:width .3s ease}.progress-label{font-size:12px;color:#94a3b8;margin:0;white-space:nowrap}.categories-list{display:flex;flex-direction:column;gap:12px}.category-section{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0}.category-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#fff;border:none;cursor:pointer;transition:background .2s}.category-header:hover{background:#f8fafc}.category-title{display:flex;align-items:center;gap:10px}.expand-icon{font-size:10px;color:#94a3b8;transition:transform .2s;width:16px}.expand-icon.expanded{transform:rotate(90deg)}.category-title h2{font-size:15px;font-weight:600;color:#0f172a;margin:0}.category-count{font-size:12px;color:#fff;font-weight:600;background:#0f172a;padding:3px 10px;border-radius:10px;margin-left:8px}.problems-list{border-top:1px solid #f1f5f9}.problem-row{display:grid;grid-template-columns:60px 1fr 80px auto;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid #f8fafc;transition:background .15s}.problem-row:last-child{border-bottom:none}.problem-row:hover{background:#fafbfc}.problem-info{display:contents}.problem-id{font-size:13px;color:#94a3b8;font-weight:600;font-family:SF Mono,Monaco,monospace}.problem-title{font-size:14px;color:#0f172a;text-decoration:none;font-weight:500;transition:color .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.problem-title:hover{color:#3b82f6}.problem-action{justify-self:end}.btn-add{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s}.btn-add:hover:not(:disabled){background:#0f172a;color:#fff;border-color:#0f172a}.btn-add:disabled{opacity:.5;cursor:not-allowed}.added-badge{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#10b981;background:#ecfdf5;border-radius:6px}@media (max-width: 768px){.blind75-header{flex-direction:column;text-align:center;padding:24px}.header-content .description{max-width:100%}.problem-row{grid-template-columns:50px 1fr 60px 36px;gap:8px;padding:10px 16px}.problem-title{font-size:13px}}.hot100-page{max-width:900px;margin:0 auto;padding:0 20px}.hot100-header{background:linear-gradient(135deg,#7c2d12,#c2410c);color:#fff;padding:32px;border-radius:20px;margin-bottom:28px;display:flex;justify-content:space-between;align-items:center;gap:24px}.hot100-header .header-content h1{font-size:28px;font-weight:800;color:#fff;margin:0 0 8px}.hot100-header .header-content .description{color:#fed7aa;font-size:14px;line-height:1.6;max-width:400px;margin:0}.hot100-page .progress-card{display:flex;align-items:center;gap:20px;background:#ffffff1f;padding:16px 24px;border-radius:12px}.hot100-page .progress-stats{display:flex;align-items:baseline;gap:6px}.hot100-page .progress-number{font-size:32px;font-weight:800;color:#fbbf24}.hot100-page .progress-divider{font-size:20px;color:#fed7aa}.hot100-page .progress-total{font-size:20px;font-weight:600;color:#fed7aa}.hot100-page .progress-right{display:flex;flex-direction:column;gap:6px}.hot100-page .progress-bar{width:120px;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.hot100-page .progress-fill{height:100%;background:linear-gradient(90deg,#fbbf24,#f59e0b);border-radius:3px;transition:width .3s ease}.hot100-page .progress-label{font-size:12px;color:#fed7aa;margin:0;white-space:nowrap}.hot100-page .categories-list{display:flex;flex-direction:column;gap:12px}.hot100-page .category-section{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0}.hot100-page .category-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#fff;border:none;cursor:pointer;transition:background .2s}.hot100-page .category-header:hover{background:#fffbeb}.hot100-page .category-title{display:flex;align-items:center;gap:10px}.hot100-page .expand-icon{font-size:10px;color:#94a3b8;transition:transform .2s;width:16px}.hot100-page .expand-icon.expanded{transform:rotate(90deg)}.hot100-page .category-title h2{font-size:15px;font-weight:600;color:#0f172a;margin:0}.hot100-page .category-count{font-size:12px;color:#fff;font-weight:600;background:#c2410c;padding:3px 10px;border-radius:10px;margin-left:8px}.hot100-page .problems-list{border-top:1px solid #f1f5f9}.hot100-page .problem-row{display:grid;grid-template-columns:60px 1fr 80px auto;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid #f8fafc;transition:background .15s}.hot100-page .problem-row:last-child{border-bottom:none}.hot100-page .problem-row:hover{background:#fffbeb}.hot100-page .problem-id{font-size:13px;color:#94a3b8;font-weight:600;font-family:SF Mono,Monaco,monospace}.hot100-page .problem-title{font-size:14px;color:#0f172a;text-decoration:none;font-weight:500;transition:color .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hot100-page .problem-title:hover{color:#ea580c}.hot100-page .problem-action{justify-self:end}.hot100-page .btn-add{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#c2410c;background:#fff;border:1.5px solid #fed7aa;border-radius:6px;cursor:pointer;transition:all .15s}.hot100-page .btn-add:hover:not(:disabled){background:#c2410c;color:#fff;border-color:#c2410c}.hot100-page .btn-add:disabled{opacity:.5;cursor:not-allowed}.hot100-page .added-badge{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#ea580c;background:#ffedd5;border-radius:6px}@media (max-width: 768px){.hot100-header{flex-direction:column;text-align:center;padding:24px}.hot100-header .header-content .description{max-width:100%}.hot100-page .problem-row{grid-template-columns:50px 1fr 60px 36px;gap:8px;padding:10px 16px}.hot100-page .problem-title{font-size:13px}}.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:56px;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}.lang-toggle{padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.lang-toggle:hover{border-color:#0f172a;color:#0f172a;background:#f8fafc}.btn-link{color:#475569;text-decoration:none;font-weight:500}.btn-link:hover{color:#0f172a}.hero{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:40px;padding:32px 0 48px;overflow:hidden}.hero-problem-sets{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:64px}.hero-problem-sets-label{grid-column:1 / -1;font-size:12px;color:#94a3b8;font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px}.hero-set-card{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0f172a0f;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.hero-set-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f172a1a}.hero-set-card .set-badge{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#fff;background:linear-gradient(135deg,#0f172a,#334155);border-radius:10px;flex-shrink:0}.hero-set-card.hot .set-badge{background:linear-gradient(135deg,#c2410c,#ea580c)}.hero-set-card strong{font-size:15px;color:#0f172a}.hero-preview{order:2;flex-shrink:0;display:flex;flex-direction:column;gap:12px;margin-right:120px}.preview-progress-card{width:fit-content}.progress-header{display:flex;align-items:center}.progress-header>span:first-child{font-size:12px;color:#94a3b8;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.preview-mini-mockup{background:linear-gradient(145deg,#f1f5f9,#e2e8f0);border-radius:20px;padding:28px 32px;width:560px;box-shadow:0 20px 50px #0f172a1f}.mini-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.mini-title{font-size:20px;font-weight:700;color:#0f172a}.mini-btns{display:flex;gap:10px}.mini-btn-outline{padding:6px 14px;font-size:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-weight:500}.mini-btn-primary{padding:6px 14px;font-size:12px;background:#0f172a;color:#fff;border-radius:8px;font-weight:500}.mini-cards{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.mini-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 12px #0f172a0f}.mini-card h5{font-size:15px;font-weight:600;color:#0f172a;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.mini-row{display:flex;justify-content:space-between;align-items:flex-start;font-size:14px;color:#475569;margin-bottom:14px}.mini-row>span:first-child{flex-shrink:0}.mini-row:last-child{margin-bottom:0}.mini-row .diff-medium{background:#fef3c7;color:#b45309;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:500}.mini-row .mini-link{color:#3b82f6;font-size:12px}.mini-tags{display:flex;flex-wrap:wrap;gap:5px}.mini-tags span{background:#f1f5f9;padding:3px 8px;border-radius:5px;font-size:10px;color:#475569;white-space:nowrap}.mini-progress-item{display:flex;justify-content:space-between;font-size:14px;color:#475569;padding-left:14px;border-left:3px solid #3b82f6;margin-bottom:16px}.mini-progress-item:last-child{margin-bottom:0}.mini-progress-item span:last-child{font-weight:600;color:#0f172a}.hero-content{position:relative;z-index:1;flex:1;max-width:520px;order:1}.hero-content h1{font-size:clamp(28px,3vw,36px);margin-bottom:16px;line-height:1.25;font-weight:800;color:#0f172a}.hero-content h1 span.highlight{background:linear-gradient(90deg,#0f172a,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.eyebrow{display:inline-block;font-size:11px;letter-spacing:.12em;font-weight:700;color:#fff;background:#0f172a;padding:8px 16px;border-radius:999px;margin-bottom:20px}.subtitle{font-size:17px;color:#64748b;margin-bottom:24px;line-height:1.6;max-width:480px}@media (max-width: 900px){.hero{flex-direction:column;padding:40px 0 60px;text-align:center;gap:40px}.hero-content{max-width:100%;order:1}.hero-content h1{font-size:clamp(28px,6vw,36px)}.subtitle{max-width:100%;margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-problem-sets{grid-template-columns:1fr;max-width:320px;margin-left:auto;margin-right:auto}.hero-preview{order:2;width:100%;display:flex;justify-content:center}.preview-mini-mockup{width:100%;max-width:400px}.mini-cards{grid-template-columns:1fr}}.hero-actions{display:flex;align-items:center;gap:20px;margin-bottom:0}.hero-actions .btn-primary{padding:14px 28px;font-size:15px;font-weight:600}.hero-actions .btn-link{font-size:15px;color:#475569;font-weight:500}.hero-actions .btn-link:hover{color:#0f172a}.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}.panel-card{background:#fff;border-radius:16px;padding:20px;border:1px solid #f1f5f9;box-shadow:0 2px 8px #0f172a0a}.panel-label{font-size:13px;font-weight:600;color:#64748b;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.panel-card ul{list-style:none;display:flex;flex-direction:column;gap:10px;color:#0f172a;font-size:14px}.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,.sm2-section,.preview-section{padding:48px 0}.features-section h2,.workflow-section h2,.cta-section h2,.sm2-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}.preview-section{padding:80px 0}.preview-header{text-align:center;margin-bottom:48px}.preview-header h2{font-size:32px;font-weight:800;margin:12px 0}.preview-header .subtitle{color:#64748b;max-width:500px;margin:0 auto}.preview-mockup{background:linear-gradient(145deg,#f1f5f9,#e2e8f0);border-radius:24px;padding:32px;max-width:900px;margin:0 auto;box-shadow:0 20px 50px #0f172a1a}.mockup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.mockup-title{font-size:24px;font-weight:700;color:#0f172a;margin:0}.mockup-actions{display:flex;gap:12px}.mockup-btn-outline{padding:8px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:500;color:#475569;background:#fff}.mockup-btn-primary{padding:8px 16px;background:#0f172a;color:#fff;border-radius:8px;font-size:13px;font-weight:500}.mockup-content{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.mockup-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #0f172a0f}.mockup-card h4{font-size:16px;font-weight:600;color:#0f172a;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.mockup-info{display:flex;flex-direction:column;gap:16px}.info-row{display:flex;flex-direction:column;gap:4px}.info-label{font-size:11px;font-weight:600;color:#94a3b8;letter-spacing:.05em}.info-value{font-size:14px;color:#0f172a;font-weight:500}.info-value.difficulty-medium{display:inline-block;padding:4px 12px;background:#fef3c7;color:#b45309;border-radius:6px;font-size:13px;width:fit-content}.info-value.link{color:#3b82f6}.info-tags{display:flex;gap:8px;flex-wrap:wrap}.info-tags .tag{padding:6px 12px;background:#f1f5f9;color:#475569;border-radius:6px;font-size:12px;font-weight:500}.mockup-progress{display:flex;flex-direction:column;gap:16px}.progress-item{padding-left:16px;border-left:3px solid #3b82f6}.progress-label{font-size:11px;font-weight:600;color:#94a3b8;letter-spacing:.05em;display:block;margin-bottom:4px}.progress-value{font-size:16px;color:#0f172a;font-weight:600}@media (max-width: 768px){.mockup-content{grid-template-columns:1fr}.mockup-header{flex-direction:column;gap:16px;align-items:flex-start}.preview-mockup{padding:20px}}.sm2-section{background:#0f172a;color:#fff;border-radius:24px;padding:48px 40px;margin:32px 0}.sm2-header{text-align:center;max-width:640px;margin:0 auto 36px}.sm2-header .eyebrow{color:#64748b;background:transparent;font-size:12px;letter-spacing:.15em;margin-bottom:16px}.sm2-header h2{color:#fff;font-size:32px;font-weight:700;margin-bottom:16px;letter-spacing:-.02em}.sm2-header .subtitle{color:#94a3b8;font-size:17px;line-height:1.5;max-width:520px;margin:0 auto}.sm2-content{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.sm2-explanation h3,.sm2-table-wrapper h3{font-size:20px;font-weight:600;margin-bottom:16px;color:#fff}.sm2-explanation>p{color:#94a3b8;margin-bottom:24px;line-height:1.6}.rating-cards{display:flex;gap:16px}.rating-card{flex:1;padding:20px 16px;border-radius:16px;text-align:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.rating-card.forgot{border-color:#ef444466;background:#ef44441a}.rating-card.hard{border-color:#f59e0b66;background:#f59e0b1a}.rating-card.easy{border-color:#10b98166;background:#10b9811a}.rating-emoji{font-size:36px;display:block;margin-bottom:8px}.rating-card h4{font-size:16px;font-weight:600;margin-bottom:4px}.rating-card p{font-size:12px;color:#94a3b8;margin:0}.sm2-table-wrapper{background:#ffffff0d;border-radius:20px;padding:28px;border:1px solid rgba(255,255,255,.1)}.sm2-table{width:100%;border-collapse:collapse;margin-bottom:16px}.sm2-table th,.sm2-table td{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.sm2-table th{font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.sm2-table td{font-size:15px;color:#e2e8f0}.sm2-table tr:last-child td{border-bottom:none}.sm2-table td:first-child{font-weight:600;color:#fff}.sm2-table td:last-child{color:#10b981;font-weight:500}.table-note{font-size:13px;color:#64748b;margin:0;font-style:italic}@media (max-width: 900px){.sm2-content{grid-template-columns:1fr;gap:32px}.rating-cards{flex-direction:column}.sm2-section{padding:36px 20px;border-radius:20px}}.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}.problem-sets-section{padding:80px 0}.problem-sets-header{text-align:center;margin-bottom:48px}.problem-sets-header h2{font-size:36px;font-weight:800;margin:12px 0}.problem-sets-header .subtitle{font-size:18px;color:#64748b;max-width:500px;margin:0 auto}.problem-sets-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto}.problem-set-card{display:flex;gap:20px;padding:28px;border-radius:16px;background:#fff;box-shadow:0 4px 24px #0f172a14;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.problem-set-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0f172a1f}.problem-set-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;border-radius:12px;color:#fff}.problem-set-card.blind75 .problem-set-icon{background:linear-gradient(135deg,#0f172a,#334155)}.problem-set-card.hot100 .problem-set-icon{background:linear-gradient(135deg,#c2410c,#ea580c)}.problem-set-content h3{font-size:18px;font-weight:700;margin:0 0 8px;color:#0f172a}.problem-set-content p{font-size:14px;color:#64748b;line-height:1.5;margin:0 0 12px}.problem-set-tags{display:flex;flex-wrap:wrap;gap:6px}.problem-set-tags .tag{padding:4px 10px;font-size:12px;font-weight:500;background:#f1f5f9;color:#475569;border-radius:20px}.landing-footer{border-top:1px solid rgba(15,23,42,.1);margin-top:48px;padding-top:32px;text-align:center;color:#475569}.footer-contact{display:flex;align-items:center;justify-content:center;gap:12px;font-size:15px}.contact-label{color:#64748b;font-weight:600;font-size:14px}.contact-divider{color:#cbd5e1;font-weight:300}.contact-name{color:#0f172a;font-weight:600;font-size:15px}.contact-email{color:#475569;text-decoration:none;font-weight:500;transition:color .2s}.contact-email:hover{color:#0f172a;text-decoration:underline}.contact-linkedin{color:#0077b5;text-decoration:none;font-weight:500;transition:color .2s}.contact-linkedin:hover{color:#005582;text-decoration:underline}@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}.problem-sets-grid{grid-template-columns:1fr}.problem-sets-header h2{font-size:28px}}*{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}
