@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root,[data-theme=dark]{--bg: #0f0f12;--surface: #1a1a1f;--text: #e8e8ec;--muted: #888;--accent: #6366f1;--accent-hover: #818cf8;--border: #2a2a32;--success: #22c55e;--touch: 44px}[data-theme=light]{--bg: #f4f4f5;--surface: #fff;--text: #18181b;--muted: #71717a;--accent: #4f46e5;--accent-hover: #4338ca;--border: #e4e4e7;--success: #16a34a}[data-theme=sepia]{--bg: #f5f0e6;--surface: #faf6ef;--text: #3d3830;--muted: #7a7266;--accent: #b8860b;--accent-hover: #996f09;--border: #e8dfd0;--success: #2d6a4f}[data-theme=ocean]{--bg: #0c1929;--surface: #132f4c;--text: #e3f2fd;--muted: #90caf9;--accent: #00acc1;--accent-hover: #26c6da;--border: #1e4976;--success: #4db6ac}[data-theme=dashboard]{--bg: #EFF6FF;--surface: #FFFFFF;--text: #2C2C2C;--muted: #666666;--accent: #6D28D9;--accent-hover: #7C3AED;--border: #E0E0E0;--success: #4F46E5;--touch: 44px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 20px;--shadow-card: 0 4px 12px rgba(0, 0, 0, .05);--shadow-btn: 0 2px 8px rgba(109, 40, 217, .2);--row-hover: #F8FAFC}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100dvh}#root{min-height:100dvh}.layout{display:flex;flex-direction:column;min-height:100dvh}.header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:var(--surface);border-bottom:1px solid var(--border)}.header-title{margin:0;font-size:1.125rem;font-weight:600}.view-nav{display:flex;gap:0;padding:0 .25rem;background:var(--surface);border-bottom:1px solid var(--border)}.view-nav button{flex:1;padding:.5rem .25rem;background:none;border:none;color:var(--muted);font-size:.875rem;cursor:pointer;min-height:var(--touch)}.view-nav button.active{color:var(--accent);font-weight:600;border-bottom:2px solid var(--accent)}.main{flex:1;min-width:0;width:100%;padding:.5rem;overflow:auto}.btn-icon{width:var(--touch);height:var(--touch);display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text);font-size:1.25rem;cursor:pointer;border-radius:8px}.btn-icon:hover{background:var(--border)}.btn-primary{padding:.6rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;min-height:var(--touch)}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{padding:.6rem 1rem;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:8px;font-size:.95rem;cursor:pointer;min-height:var(--touch)}.btn-complete{padding:.6rem 1rem;background:var(--success);color:#fff;border:none;border-radius:8px;font-size:.95rem;cursor:pointer;min-height:var(--touch)}.btn-close{width:var(--touch);height:var(--touch);background:none;border:none;color:var(--text);font-size:1.5rem;cursor:pointer;line-height:1}.btn-nav{min-width:var(--touch);min-height:var(--touch);background:var(--surface);border:1px solid var(--border);color:var(--text);font-size:1.25rem;cursor:pointer;border-radius:8px}.btn-start{padding:.4rem .75rem;background:var(--accent);color:#fff;border:none;border-radius:6px;font-size:.85rem;cursor:pointer}.day-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;gap:.5rem}.day-nav__label{font-weight:600;font-size:.9rem}.day-view__slots-wrap{position:relative;width:100%}.day-view__now-line{position:absolute;left:0;right:0;height:2px;background:var(--accent);pointer-events:none;z-index:1;border-radius:1px;box-shadow:0 0 6px var(--accent)}.day-view__now-line:before{content:"";position:absolute;left:0;top:-3px;width:8px;height:8px;border-radius:50%;background:var(--accent)}.slot-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.slot{display:flex;align-items:center;gap:.35rem;padding:.2rem .4rem;background:var(--surface);border:1px solid var(--border);border-radius:4px;min-height:var(--slot-h, 24px)}.slot--active{border-color:var(--accent)}.slot__time{flex-shrink:0;min-width:4rem;font-size:.75rem;line-height:1;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.slot__timer-cell{flex-shrink:0;display:inline-flex;align-items:center;gap:.25rem}.slot__btn{flex-shrink:0;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0;background:var(--accent);color:#fff;border:none;border-radius:4px;font-size:.5rem;cursor:pointer}.slot__btn:hover{background:var(--accent-hover)}.slot__btn:disabled{opacity:.5;cursor:not-allowed}.slot__btn:disabled:hover{background:var(--accent)}.slot__countdown{font-size:.75rem;font-variant-numeric:tabular-nums;color:var(--accent);min-width:2.25rem}.slot__note{flex:1;min-width:0;padding:.15rem .3rem;font-size:.8125rem;background:var(--bg);border:none;border-radius:3px;color:var(--text)}.slot__note::placeholder{color:var(--muted)}.timer-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1rem}.timer-display{font-size:2.5rem;font-variant-numeric:tabular-nums;text-align:center;margin-bottom:1rem}.timer-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.week-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.week-day{display:flex;flex-direction:column;align-items:center;padding:.75rem .25rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer;min-height:var(--touch)}.week-day:hover{border-color:var(--accent)}.week-day__label{font-size:.8rem}.week-day__count{font-size:1rem;font-weight:600;color:var(--accent)}.month-view__title{margin:0 0 1rem;font-size:1.1rem}.month-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.month-grid__head{padding:.35rem;font-size:.7rem;color:var(--muted);text-align:center}.month-cell{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);cursor:pointer;font-size:.9rem;position:relative}.month-cell:hover{border-color:var(--accent)}.month-cell--empty{background:transparent;border:none;cursor:default}.month-cell__dot{position:absolute;bottom:2px;width:4px;height:4px;border-radius:50%;background:var(--accent)}.settings-panel{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:100;padding:1rem;overflow:auto}.settings-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.settings-header h2{margin:0;font-size:1.25rem}.settings-form{display:flex;flex-direction:column;gap:1rem;max-width:20rem}.settings-fieldset{border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;margin:0}.settings-fieldset legend{font-size:.9rem;color:var(--muted);padding:0 .35rem}.settings-themes{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.settings-theme-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;background:var(--surface);border:2px solid var(--border);border-radius:8px;color:var(--text);font-size:.85rem;cursor:pointer}.settings-theme-btn:hover{border-color:var(--muted)}.settings-theme-btn--active{border-color:var(--accent);background:var(--bg)}.settings-theme-icon{font-size:1.1rem}.settings-hint{margin:0;font-size:.8rem;color:var(--muted)}.settings-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:var(--muted)}.settings-form input[type=time]{padding:.6rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.day-view{width:100%;max-width:100%}[data-theme=dashboard] body{background:linear-gradient(180deg,#eff6ff,#f5f3ff);font-family:Inter,system-ui,-apple-system,sans-serif}[data-theme=dashboard] .layout{max-width:56rem;margin:16px auto;min-height:auto;background:var(--surface);border-radius:var(--radius-lg, 20px);box-shadow:var(--shadow-card);overflow:hidden}[data-theme=dashboard] .header{padding:24px 32px;border-bottom:1px solid var(--border)}[data-theme=dashboard] .header-title{font-size:24px;font-weight:700;color:var(--text)}[data-theme=dashboard] .view-nav{padding:0 32px}[data-theme=dashboard] .view-nav button{font-weight:500}[data-theme=dashboard] .main{padding:24px 32px 32px}[data-theme=dashboard] .slot{border-radius:var(--radius-md, 10px);border-color:#eee;padding:12px 16px}[data-theme=dashboard] .slot:hover{background:var(--row-hover, #F8FAFC)}[data-theme=dashboard] .slot__time{color:var(--muted);font-size:14px}[data-theme=dashboard] .btn-primary{box-shadow:var(--shadow-btn);border-radius:10px;padding:10px 24px;font-weight:500}[data-theme=dashboard] .btn-nav{border-radius:var(--radius-md, 10px);border-color:var(--border)}[data-theme=dashboard] .day-nav__label{font-size:16px;font-weight:600;color:var(--text)}[data-theme=dashboard] .settings-panel{background:linear-gradient(180deg,#eff6ff,#f5f3ff)}@media (min-width: 600px){.header{padding:.6rem 1rem}.header-title{font-size:1.125rem}.view-nav{padding:0 .5rem}.view-nav button{padding:.6rem .5rem;font-size:.9rem}.main{padding:.6rem .75rem}.day-nav{margin-bottom:.5rem}.day-nav__label{font-size:.95rem}.slot-list{gap:3px}.slot{padding:.25rem .5rem}}
