*{box-sizing:border-box;margin:0;padding:0}body{background:#0f0f0f;color:#e8e8e8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;min-height:100vh}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.app{display:flex;height:100vh;overflow:hidden}.sidebar{background:#141414;border-right:1px solid #222;display:flex;flex-direction:column;min-width:200px;padding:16px 0;width:200px}.main{flex:1 1;overflow-y:auto;padding:24px}.logo{color:#fff;font-size:16px;font-weight:600;letter-spacing:-.5px;padding:0 16px 20px}.logo span{color:#6c63ff}.nav-item{align-items:center;border-left:2px solid #0000;color:#888;cursor:pointer;display:flex;font-size:13px;gap:10px;padding:10px 16px;transition:all .15s}.nav-item:hover{background:#1a1a1a;color:#ccc}.nav-item.active{background:#1e1b33;border-left-color:#6c63ff;color:#fff}h1{color:#fff;font-size:20px;font-weight:600;margin-bottom:20px}h2{color:#aaa;font-size:14px;font-weight:500;margin-bottom:12px}.grid-2{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.grid-3{grid-gap:12px;grid-template-columns:repeat(3,1fr)}.grid-3,.grid-4{display:grid;gap:12px}.grid-4{grid-gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.card{margin-bottom:14px}.card,.stat-card{background:#1a1a1a;border:1px solid #222;border-radius:10px;padding:16px}.stat-label{color:#666;font-size:11px;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.stat-val{color:#fff;font-size:24px;font-weight:600}.stat-sub{color:#555;font-size:11px;margin-top:4px}.btn{align-items:center;background:#222;border:1px solid #333;border-radius:7px;color:#ccc;cursor:pointer;display:inline-flex;font-size:12px;gap:6px;padding:7px 14px;transition:all .15s}.btn:hover{background:#2a2a2a;color:#fff}.btn-primary{background:#6c63ff;border-color:#6c63ff;color:#fff}.btn-primary:hover{background:#7b74ff}.btn-danger{background:#3d1a1a;border-color:#5c2a2a;color:#f87171}.btn-danger:hover{background:#4a2020}.btn-sm{font-size:11px;padding:4px 10px}input[type=number],input[type=text],select{background:#111;border:1px solid #2a2a2a;border-radius:7px;color:#e8e8e8;font-size:13px;outline:none;padding:8px 12px;transition:border .15s;width:100%}input[type=number]:focus,input[type=text]:focus,select:focus{border-color:#6c63ff}.flex{display:flex}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.gap-8{gap:8px}.gap-12{gap:12px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.text-sm{color:#666;font-size:12px}.badge{border-radius:4px;font-size:11px;padding:2px 8px}.badge-purple{background:#2d1f6e;color:#a89bff}.badge-green{background:#163a1f;color:#4ade80}.badge-amber{background:#3a2800;color:#fbbf24}.progress-bar{background:#222;border-radius:3px;height:6px;overflow:hidden}.progress-fill{border-radius:3px;height:100%;transition:width .5s}.goal-bar-wrap{margin-bottom:14px}.goal-bar-label{display:flex;font-size:12px;justify-content:space-between;margin-bottom:5px}.goal-bar-track{background:#222;border-radius:5px;height:10px;overflow:hidden}.goal-bar-fill{border-radius:5px;height:100%;transition:width .6s}.heatmap{overflow-x:auto;padding-bottom:4px}.heatmap,.hm-col{display:flex;gap:2px}.hm-col{flex-direction:column}.hm-cell{background:#1e1e1e;border-radius:2px;flex-shrink:0;height:11px;width:11px}.hm-cell[data-l="1"]{background:#2d1f6e}.hm-cell[data-l="2"]{background:#4a35b0}.hm-cell[data-l="3"]{background:#6c63ff}.hm-cell[data-l="4"]{background:#8f8aff}.subject-row{align-items:center;border-bottom:1px solid #1e1e1e;display:flex;gap:10px;padding:10px 0}.subject-row:last-child{border-bottom:none}.subject-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.topic-item{align-items:center;border-bottom:1px solid #1e1e1e;display:flex;gap:10px;padding:8px 0}.topic-item:last-child{border-bottom:none}.task-item{align-items:center;border-bottom:1px solid #1e1e1e;display:flex;gap:10px;padding:8px 0}.task-item:last-child{border-bottom:none}.log-entry{align-items:flex-start;border-bottom:1px solid #1a1a1a;display:flex;gap:10px;padding:8px 0}.log-entry:last-child{border-bottom:none}.log-dot{border-radius:50%;flex-shrink:0;height:8px;margin-top:4px;width:8px}.pomodoro-ring{align-items:center;display:flex;height:140px;justify-content:center;margin:12px auto;position:relative;width:140px}.ring-svg{left:0;position:absolute;top:0;transform:rotate(-90deg)}.ring-center{text-align:center;z-index:1}.modal-overlay{align-items:center;background:#000000bf;display:flex;inset:0;justify-content:center;position:fixed;z-index:100}.modal{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;max-width:90vw;padding:24px;width:340px}.modal h3{color:#fff;font-size:15px;font-weight:500;margin-bottom:16px}.form-group{margin-bottom:14px}.form-label{color:#888;display:block;font-size:12px;margin-bottom:5px}.color-picker{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.color-opt{border:2px solid #0000;border-radius:50%;cursor:pointer;height:22px;transition:border .15s;width:22px}.color-opt.selected{border-color:#fff}.week-nav{align-items:center;display:flex;gap:8px;margin-bottom:14px}.week-nav button{background:#1e1e1e;border:1px solid #2a2a2a;border-radius:6px;color:#888;cursor:pointer;font-size:12px;padding:4px 10px}.week-nav button:hover{border-color:#444;color:#fff}.week-nav button:disabled{cursor:default;opacity:.3}.week-nav span{color:#888;flex:1 1;font-size:13px;text-align:center}.legend-item{align-items:center;color:#888;display:flex;font-size:11px;gap:5px}.legend-sq{border-radius:2px;flex-shrink:0;height:10px;width:10px}.tab-row{display:flex;gap:4px;margin-bottom:16px}.tab{background:#0000;border:1px solid #2a2a2a;border-radius:6px;color:#888;cursor:pointer;font-size:12px;padding:5px 12px}.tab.active{background:#1e1b33;border-color:#4a35b0;color:#a89bff}.empty-state{color:#444;font-size:13px;padding:28px;text-align:center}
/*# sourceMappingURL=main.305fc15d.css.map*/