*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #6366f1;--accent-dark: #4f46e5;--accent-light: #eef2ff;--green: #22c55e;--green-light: #f0fdf4;--bg: #f8faff;--surface: #ffffff;--border: #e2e8f0;--text-primary: #0f172a;--text-body: #334155;--text-muted: #64748b;--radius: 14px;--radius-lg: 20px;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.06);--shadow-lg: 0 4px 6px rgba(0,0,0,.04), 0 12px 40px rgba(0,0,0,.1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text-body);-webkit-font-smoothing:antialiased;min-height:100dvh}.app-shell{display:flex;flex-direction:column;min-height:100dvh;width:100%}.app-main{flex:1;display:flex;flex-direction:column;min-height:0;padding-bottom:64px}.tab-content{flex:1;padding:20px;display:flex;flex-direction:column;gap:20px}.app-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-brand{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:800;color:var(--text-primary);letter-spacing:-.02em}.header-brand span{font-size:1.2rem}.win-badge{display:flex;align-items:center;gap:5px;background:var(--accent-light);color:var(--accent);font-size:.8rem;font-weight:700;padding:5px 10px;border-radius:50px}.main{flex:1;padding:20px;display:flex;flex-direction:column;gap:20px}.section-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.task-list{display:flex;flex-direction:column;gap:10px}.task-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:var(--shadow);transition:box-shadow .15s}.task-card:hover{box-shadow:var(--shadow-lg)}.task-card-info{flex:1;min-width:0}.task-card-title{font-size:.97rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-card-meta{font-size:.78rem;color:var(--text-muted);margin-top:3px}.task-card-done{opacity:.55;background:var(--bg)}.task-card-done .task-card-title{text-decoration:line-through;color:var(--text-muted)}.btn-start{flex-shrink:0;background:var(--accent);color:#fff;border:none;border-radius:50px;padding:8px 16px;font-size:.85rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s}.btn-start:hover{background:var(--accent-dark)}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;gap:12px}.empty-emoji{font-size:3rem}.empty-state h2{font-size:1.2rem;font-weight:800;color:var(--text-primary);letter-spacing:-.02em}.empty-state p{font-size:.9rem;color:var(--text-muted);max-width:260px;line-height:1.55}.fab{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;border:none;border-radius:50px;padding:14px 28px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 20px #6366f166;white-space:nowrap;transition:background .15s,transform .15s;z-index:40}.fab:hover{background:var(--accent-dark);transform:translate(-50%) translateY(-2px)}.fab-spacer{height:80px}.completed-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:0;margin-bottom:10px}.completed-toggle span{transition:transform .2s;font-size:.7rem}.completed-toggle.open span{transform:rotate(90deg)}.screen{min-height:100dvh;display:flex;flex-direction:column;width:100%;background:var(--bg)}.screen-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--surface);border-bottom:1px solid var(--border)}.btn-back{background:none;border:none;cursor:pointer;font-size:1.1rem;color:var(--text-muted);padding:4px;line-height:1;display:flex;align-items:center}.btn-back:hover{color:var(--text-primary)}.screen-title{font-size:1rem;font-weight:700;color:var(--text-primary)}.screen-body{flex:1;padding:24px 20px;display:flex;flex-direction:column;gap:20px;overflow-y:auto}.field-label{font-size:.82rem;font-weight:600;color:var(--text-body);display:block;margin-bottom:8px}.field-input{width:100%;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);padding:12px 14px;font-size:1rem;color:var(--text-primary);font-family:inherit;resize:none;transition:border-color .15s;line-height:1.5}.field-input:focus{outline:none;border-color:var(--accent)}.field-input::placeholder{color:var(--text-muted)}.step-row{display:flex;align-items:center;gap:8px}.step-row .field-input{flex:1}.btn-remove-step{flex-shrink:0;background:none;border:none;cursor:pointer;font-size:1.1rem;color:var(--text-muted);padding:4px;line-height:1;display:flex;align-items:center}.btn-remove-step:hover{color:#ef4444}.btn-add-step{background:none;border:1.5px dashed var(--border);border-radius:var(--radius);width:100%;padding:10px;font-size:.88rem;color:var(--text-muted);cursor:pointer;font-family:inherit;font-weight:600;transition:border-color .15s,color .15s}.btn-add-step:hover{border-color:var(--accent);color:var(--accent)}.btn-primary{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:15px 24px;font-size:1rem;font-weight:700;cursor:pointer;width:100%;font-family:inherit;transition:background .15s}.btn-primary:hover{background:var(--accent-dark)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.focus-screen{height:100dvh;background:var(--text-primary);display:flex;flex-direction:column;width:100%;color:#fff;overflow:hidden}.focus-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.focus-header-brand{font-size:.85rem;font-weight:700;color:#ffffff80;letter-spacing:.05em;text-transform:uppercase}.btn-stop{background:#ffffff1a;border:none;border-radius:50px;padding:6px 14px;font-size:.82rem;font-weight:600;color:#ffffffb3;cursor:pointer;font-family:inherit;transition:background .15s}.btn-stop:hover{background:#ffffff2e;color:#fff}.focus-body{flex:1;padding:24px 20px 16px;display:flex;flex-direction:column;gap:24px;overflow-y:auto;-webkit-overflow-scrolling:touch}.focus-task-title{font-size:clamp(1.3rem,5vw,1.7rem);font-weight:900;color:#fff;line-height:1.2;letter-spacing:-.03em}.just-start-block{background:#6366f126;border:1px solid rgba(99,102,241,.35);border-radius:var(--radius-lg);padding:24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.just-start-label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#a5b4fc}.timer-display{font-size:clamp(3rem,14vw,5rem);font-weight:900;color:#fff;letter-spacing:-.04em;font-variant-numeric:tabular-nums;line-height:1}.timer-display.running{color:#a5b4fc}.timer-display.done{color:var(--green);font-size:clamp(2rem,8vw,3rem)}.just-start-tagline{font-size:.9rem;color:#ffffff8c;line-height:1.5}.just-start-msg{font-size:.9rem;color:#a5b4fc;font-weight:600}.btn-timer{background:var(--accent);color:#fff;border:none;border-radius:50px;padding:12px 28px;font-size:.95rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.btn-timer:hover{background:var(--accent-dark)}.steps-section{display:flex;flex-direction:column;gap:10px}.steps-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:4px}.step-item{display:flex;align-items:flex-start;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.step-checkbox{flex-shrink:0;width:22px;height:22px;border-radius:6px;border:2px solid rgba(255,255,255,.25);background:transparent;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s;margin-top:1px;color:#fff;font-size:.8rem}.step-item.checked .step-checkbox{background:var(--green);border-color:var(--green)}.step-text{font-size:.95rem;color:#fffc;line-height:1.45;padding-top:1px;transition:opacity .15s}.step-item.checked .step-text{opacity:.4;text-decoration:line-through}.focus-footer{padding:20px;border-top:1px solid rgba(255,255,255,.08)}.btn-done{background:var(--green);color:#fff;border:none;border-radius:var(--radius);padding:16px 24px;font-size:1.05rem;font-weight:800;cursor:pointer;width:100%;font-family:inherit;transition:background .15s;letter-spacing:-.01em}.btn-done:hover{background:#16a34a}.win-screen{min-height:100dvh;background:var(--green-light);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center;width:100%;gap:20px}.win-emoji{font-size:5rem;line-height:1;animation:pop .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.win-title{font-size:clamp(1.6rem,6vw,2.2rem);font-weight:900;color:var(--text-primary);letter-spacing:-.03em;line-height:1.2}.win-task-name{font-size:1rem;font-weight:600;color:var(--text-body);background:#fff;border-radius:50px;padding:8px 18px;border:1.5px solid var(--border)}.win-count{font-size:1rem;color:var(--text-body);line-height:1.5}.win-count strong{color:var(--green);font-weight:800}.win-actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:320px;margin-top:8px}.btn-win-primary{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:15px 24px;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.btn-win-primary:hover{background:var(--accent-dark)}.btn-win-secondary{background:#fff;color:var(--text-body);border:1.5px solid var(--border);border-radius:var(--radius);padding:14px 24px;font-size:1rem;font-weight:600;cursor:pointer;font-family:inherit;transition:border-color .15s}.btn-win-secondary:hover{border-color:var(--accent);color:var(--accent)}.dump-header-btn{position:relative;background:var(--surface);border:1.5px solid var(--border);border-radius:50px;padding:5px 10px;font-size:1rem;cursor:pointer;line-height:1;display:flex;align-items:center;gap:4px;transition:border-color .15s}.dump-header-btn:hover{border-color:var(--accent)}.dump-header-label{font-size:.82rem;font-weight:700;color:var(--text-body)}.dump-header-count{font-size:.72rem;font-weight:800;color:var(--accent);background:var(--accent-light);border-radius:50px;padding:1px 6px;line-height:1.4}.dump-count-badge{background:var(--accent);color:#fff;font-size:.72rem;font-weight:800;border-radius:50px;padding:2px 8px;margin-left:auto;line-height:1.4}.dump-capture{display:flex;flex-direction:column;gap:10px}.dump-hint{font-size:.85rem;color:var(--text-muted);line-height:1.5}.dump-input-row{display:flex;gap:8px;align-items:center}.dump-input{flex:1;font-size:1rem}.dump-add-btn{flex-shrink:0;width:44px;height:44px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius);font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.dump-add-btn:hover:not(:disabled){background:var(--accent-dark)}.dump-add-btn:disabled{opacity:.35;cursor:not-allowed}.dump-list-section{display:flex;flex-direction:column;gap:10px}.dump-list-header{display:flex;align-items:center;justify-content:space-between}.dump-move-all-btn{background:none;border:none;cursor:pointer;font-size:.8rem;font-weight:700;color:var(--accent);padding:0;font-family:inherit}.dump-move-all-btn:hover{text-decoration:underline}.dump-list{display:flex;flex-direction:column;gap:8px}.dump-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow)}.dump-item-text{flex:1;font-size:.95rem;color:var(--text-primary);line-height:1.4}.dump-item-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.dump-item-move{background:var(--accent-light);color:var(--accent);border:none;border-radius:50px;padding:5px 10px;font-size:.78rem;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s}.dump-item-move:hover{background:var(--accent);color:#fff}.dump-item-delete{background:none;border:none;cursor:pointer;font-size:1.2rem;color:var(--text-muted);padding:2px 4px;line-height:1;display:flex;align-items:center;transition:color .15s}.dump-item-delete:hover{color:#ef4444}.dump-empty{text-align:center;padding:40px 0;color:var(--text-muted);font-size:.9rem;line-height:1.65}.desktop-shell{display:block;min-height:100dvh}.desktop-sidebar{display:none}.desktop-main{width:100%;display:flex;flex-direction:column}@media(min-width:720px){html{background:linear-gradient(160deg,#1e1b4b,#3730a3 55%,#4338ca);background-attachment:fixed;min-height:100%}body{background:transparent}.desktop-shell{display:flex;max-width:1100px;margin:0 auto;min-height:100dvh;align-items:stretch}.desktop-sidebar{display:flex;flex-direction:column;gap:28px;padding:48px 36px;width:290px;flex-shrink:0}.desktop-main{background:var(--bg);box-shadow:-1px 0 #ffffff0f,2px 0 48px #00000047;flex:1}.app,.screen,.win-screen,.focus-screen{max-width:none;margin:0}.focus-screen{height:100dvh}.fab{left:auto;transform:none;right:32px}.fab:hover{transform:translateY(-2px)}}.sidebar-brand{display:flex;align-items:center;gap:10px;font-size:1.4rem;font-weight:900;letter-spacing:-.03em;color:#fff}.sidebar-lightning{font-size:1.6rem;line-height:1}.sidebar-tagline{font-size:.9rem;line-height:1.65;color:#fff9}.sidebar-stats{display:flex;gap:24px}.sidebar-stat-item{display:flex;flex-direction:column;gap:3px}.sidebar-stat-num{font-size:2.2rem;font-weight:900;color:#fff;line-height:1;letter-spacing:-.05em}.sidebar-stat-wins{color:#86efac}.sidebar-stat-label{font-size:.72rem;font-weight:700;color:#ffffff73;text-transform:uppercase;letter-spacing:.07em}.sidebar-dump-pill{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:#ffffffa6;background:#ffffff17;border:1px solid rgba(255,255,255,.12);border-radius:50px;padding:7px 14px}.sidebar-tip{margin-top:auto;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:18px 20px;display:flex;flex-direction:column;gap:10px}.sidebar-tip-label{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff59}.sidebar-tip-text{font-size:.92rem;line-height:1.65;color:#ffffffc7}@media(min-width:720px){.nav-sidebar{display:flex;flex-direction:column;width:240px;flex-shrink:0;padding:36px 20px 28px;gap:8px;background:linear-gradient(180deg,#1e1b4b,#312e81);min-height:100dvh;position:sticky;top:0;height:100dvh;overflow-y:auto}}.sidebar-nav{display:flex;flex-direction:column;gap:4px;margin-top:8px}.sidebar-nav-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border:none;border-radius:12px;background:transparent;color:#fff9;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;text-align:left;transition:background .15s,color .15s;width:100%}.sidebar-nav-item:hover{background:#ffffff14;color:#ffffffe6}.sidebar-nav-item.active{background:#6366f159;color:#fff}.sidebar-nav-icon{font-size:1.15rem;line-height:1;flex-shrink:0}.sidebar-nav-label{flex:1}.sidebar-nav-badge{background:var(--accent);color:#fff;font-size:.68rem;font-weight:800;border-radius:50px;padding:2px 7px;line-height:1.4}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:14px}.sidebar-wins-pill{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:50px;padding:8px 14px;font-size:.85rem;font-weight:600;color:#ffffffbf;text-align:center}.sidebar-tip{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:8px}.sidebar-tip-label{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff59}.sidebar-tip-text{font-size:.88rem;line-height:1.6;color:#ffffffb8}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -2px 16px #00000012;height:64px;padding-bottom:env(safe-area-inset-bottom,0px)}@media(min-width:720px){.bottom-nav{display:none}}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 4px;font-family:inherit;-webkit-tap-highlight-color:transparent;transition:opacity .15s}.bottom-nav-icon-wrap{position:relative;display:flex;align-items:center;justify-content:center}.bottom-nav-icon{font-size:1.3rem;line-height:1}.bottom-nav-badge{position:absolute;top:-5px;right:-10px;background:var(--accent);color:#fff;font-size:.6rem;font-weight:800;border-radius:50px;padding:1px 5px;line-height:1.5}.bottom-nav-label{font-size:.68rem;font-weight:600;color:var(--text-muted);letter-spacing:.01em}.bottom-nav-item.active .bottom-nav-label{color:var(--accent)}.bottom-nav-item.active .bottom-nav-icon-wrap:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:18px;height:3px;background:var(--accent);border-radius:2px}.app,.screen .screen-body{padding-bottom:80px}.fab{bottom:80px}@media(min-width:720px){.app{padding-bottom:0}.screen .screen-body{padding-bottom:24px}.fab{bottom:24px;right:32px}}.history-total-badge{font-size:.8rem;font-weight:700;color:var(--green);background:var(--green-light);padding:4px 10px;border-radius:50px}.history-day{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.history-day-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1.5px solid var(--border)}.history-day-label{font-size:.85rem;font-weight:800;color:var(--text-primary);letter-spacing:-.01em}.history-day-count{font-size:.75rem;font-weight:700;color:var(--green);background:var(--green-light);padding:3px 9px;border-radius:50px}.history-task-list{display:flex;flex-direction:column;gap:6px}.history-task-item{display:flex;align-items:flex-start;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:11px 14px;box-shadow:var(--shadow)}.history-check{flex-shrink:0;width:20px;height:20px;border-radius:6px;background:var(--green);color:#fff;font-size:.72rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:1px}.history-task-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.history-task-title{font-size:.93rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-task-meta{font-size:.75rem;color:var(--text-muted)}.history-task-time{flex-shrink:0;font-size:.75rem;color:var(--text-muted);margin-top:2px}@media(min-width:720px){html{background:linear-gradient(160deg,#1e1b4b,#3730a3 55%,#4338ca);background-attachment:fixed;min-height:100%}body{background:transparent}.app-shell{flex-direction:row;align-items:stretch}.app-main{flex:1;background:var(--bg);box-shadow:-1px 0 #ffffff0f,4px 0 48px #00000047;padding-bottom:0;min-height:100dvh}.app-header{display:none}.fab{left:auto;transform:none;right:32px;bottom:28px}.fab:hover{transform:translateY(-2px)}}.nav-sidebar{display:none}@media(min-width:720px){.nav-sidebar{display:flex;flex-direction:column;width:240px;flex-shrink:0;padding:32px 16px 28px;gap:6px;background:linear-gradient(180deg,#1e1b4b,#312e81);height:100dvh;position:sticky;top:0;overflow-y:auto}}.nav-brand{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:900;letter-spacing:-.03em;color:#fff;padding:0 8px;margin-bottom:20px}.nav-brand-icon{font-size:1.4rem;line-height:1}.nav-items{display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:12px;padding:11px 12px;border:none;border-radius:12px;background:transparent;color:#ffffff8c;font-family:inherit;font-size:.93rem;font-weight:600;cursor:pointer;text-align:left;width:100%;transition:background .14s,color .14s}.nav-item:hover{background:#ffffff14;color:#ffffffe6}.nav-item--active{background:#6366f159;color:#fff}.nav-item-icon{font-size:1.1rem;line-height:1;flex-shrink:0}.nav-item-label{flex:1}.nav-item-badge{background:var(--accent);color:#fff;font-size:.68rem;font-weight:800;border-radius:50px;padding:2px 7px;line-height:1.4}.nav-stat-block{margin-top:24px;padding:0 8px;display:flex;flex-direction:column;gap:2px}.nav-stat-num{font-size:2rem;font-weight:900;color:#86efac;line-height:1;letter-spacing:-.05em}.nav-stat-label{font-size:.72rem;font-weight:700;color:#fff6;text-transform:uppercase;letter-spacing:.07em}.nav-tip{margin-top:auto;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:8px}.nav-tip-label{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff59}.nav-tip-text{font-size:.88rem;line-height:1.6;color:#ffffffb8}.bottom-nav-icon{position:relative}.bottom-nav-item--active .bottom-nav-label{color:var(--accent)}.bottom-nav-item--active .bottom-nav-icon{filter:saturate(1.2)}.history-list{display:flex;flex-direction:column;gap:0}.history-tasks{display:flex;flex-direction:column;gap:6px}.history-task{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:11px 14px;box-shadow:var(--shadow)}.history-task-check{flex-shrink:0;width:20px;height:20px;border-radius:6px;background:var(--green);color:#fff;font-size:.72rem;font-weight:800;display:flex;align-items:center;justify-content:center}@media(max-width:719px){.fab{bottom:80px}}.notes-shell{flex:1;display:flex;flex-direction:column;padding:16px 20px;gap:0;min-height:0}.notes-area{flex:1;width:100%;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);padding:16px 18px;font-size:1rem;font-family:inherit;color:var(--text-primary);line-height:1.7;resize:none;outline:none;transition:border-color .15s;min-height:260px;box-shadow:var(--shadow)}.notes-area:focus{border-color:var(--accent)}.notes-area::placeholder{color:var(--text-muted);font-style:italic}.notes-footer{display:flex;align-items:center;gap:12px;padding:10px 2px 4px;font-size:.75rem;color:var(--text-muted)}.notes-clear{margin-left:auto;background:none;border:none;cursor:pointer;font-size:.75rem;font-weight:600;color:var(--text-muted);padding:0;font-family:inherit;transition:color .15s}.notes-clear:hover{color:#ef4444}@media(min-width:720px){.notes-shell{padding:24px 28px}.notes-area{min-height:400px;font-size:1.02rem}}
