*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#e94560;--color-success:#4ade80;--color-info:#60a5fa;--bg:#1a1a2e;--bg-surface:#16213e;--border:#ffffff14;--text:#e0e0e0;--text-muted:#9090a0;--transition:.2s ease;--shadow-glow:0 0 24px #e9456059;--font:"JetBrains Mono", monospace}.theme-light{--bg:#f0f0f5;--bg-surface:#fff;--border:#0000001a;--text:#1a1a2e;--text-muted:#606070;--shadow-glow:0 0 24px #e9456033}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%;max-width:860px;margin:0 auto;padding:32px 24px}.page{flex-direction:column;gap:24px;display:flex}.page-title{font-size:1.5rem;font-weight:700}.page-subtitle{color:var(--text-muted);margin-top:4px;font-size:.85rem}.nav{background:var(--bg-surface);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:16px;padding:12px 24px;display:flex}.nav-brand{color:var(--color-primary);font-weight:700}.nav-links{flex-wrap:wrap;flex:1;gap:4px;display:flex}.nav-link-active{background:var(--color-primary);color:#fff;opacity:1}.nav-link-active:hover{color:#fff;border-color:#0000}.nav-burger{color:var(--text);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:4px 8px;font-size:1.4rem;line-height:1;display:none}@media (width<=600px){.nav-burger{display:block}.nav-links{border-top:1px solid var(--border);flex-direction:column;gap:4px;width:100%;padding-top:8px;display:none}.nav-links-open{display:flex}}.btn{font-family:var(--font);cursor:pointer;transition:opacity var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:.9rem;display:inline-flex}.btn:hover{opacity:.85}.btn-primary{background:var(--color-primary);color:#fff}.btn-secondary{background:var(--bg-surface);color:var(--text);border:1px solid var(--border)}.btn-ghost{color:var(--text-muted);background:0 0;border:1px solid #0000}.btn-ghost:hover{border-color:var(--border);color:var(--text);opacity:1}.btn-icon{border-radius:8px;padding:8px}.badge{border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-primary{color:var(--color-primary);background:#e9456026}.badge-success{color:var(--color-success);background:#4ade8026}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--text-muted);font-size:.85rem}.form-input{background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font);border-radius:8px;padding:8px 12px;font-size:.9rem}.form-input:focus{border-color:var(--color-primary);outline:none}.modal-overlay{z-index:100;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:16px;width:min(480px,90vw);padding:24px;display:flex}.modal-header{justify-content:space-between;align-items:center;display:flex}.modal-title{font-size:1.1rem;font-weight:600}.modal-footer{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.8rem;font-weight:600}.divider{background:var(--border);height:1px;margin:4px 0}._page_kiwjp_1{max-width:540px;margin:0 auto}._pageHeader_kiwjp_11{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}._courseSelector_kiwjp_25{z-index:2;max-width:300px;margin:0 auto 2.5rem;position:relative}._timerWrap_kiwjp_39{flex-direction:column;align-items:center;gap:1.75rem;display:flex}._modeLabel_kiwjp_53{justify-content:center;display:flex}._ring_kiwjp_63{flex-shrink:0;width:280px;height:280px;position:relative}._breatheWrap_kiwjp_79{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._breatheRing_kiwjp_97{border:1px solid var(--ring-color,var(--color-primary));opacity:0;border-radius:50%;animation:4s ease-out infinite _breatheExpand_kiwjp_1;position:absolute}._breatheRing_kiwjp_97:first-child{width:300px;height:300px;animation-delay:0s}._breatheRing_kiwjp_97:nth-child(2){width:340px;height:340px;animation-delay:1.2s}._breatheRing_kiwjp_97:nth-child(3){width:380px;height:380px;animation-delay:2.4s}@keyframes _breatheExpand_kiwjp_1{0%{opacity:.5;transform:scale(.85)}to{opacity:0;transform:scale(1.1)}}._timeDisplay_kiwjp_131{flex-direction:column;justify-content:center;align-items:center;gap:.3rem;display:flex;position:absolute;inset:0}._time_kiwjp_39{letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-size:3.75rem;font-weight:800;line-height:1}._courseName_kiwjp_167{font-size:.875rem;font-weight:600}._pomodoroCount_kiwjp_177{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}._pomodoroDot_kiwjp_193{background:var(--border);width:10px;height:10px;transition:background var(--transition);border-radius:50%}._pomodoroDotFilled_kiwjp_209{background:var(--color-primary);box-shadow:0 0 6px var(--color-primary)}._pomodoroLabel_kiwjp_219{color:var(--text-muted);margin-left:.25rem;font-size:.8rem}._controls_kiwjp_233{justify-content:center;align-items:center;gap:1.25rem;width:100%;display:flex}._controlBtn_kiwjp_249{justify-content:center;align-items:center;width:52px;height:52px;padding:0;display:flex;border-radius:50%!important}._playBtn_kiwjp_269{width:76px;height:76px;box-shadow:var(--shadow-glow);justify-content:center;align-items:center;padding:0;display:flex;border-radius:50%!important}@media (width<=360px){._ring_kiwjp_63{width:240px;height:240px}._time_kiwjp_39{font-size:3rem}._playBtn_kiwjp_269{width:66px;height:66px}._controlBtn_kiwjp_249{width:46px;height:46px}}
