:root{--bg: #f4f6f9;--surface: #ffffff;--text: #1a1a2e;--text-muted: #6b7280;--border: #e5e7eb;--green: #22c55e;--blue: #3b82f6;--amber: #f59e0b;--red: #ef4444;--purple: #8b5cf6;--radius: 14px;--shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-lg: 0 4px 14px rgba(0, 0, 0, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.app{max-width:1040px;margin:0 auto;padding:1.5rem 1rem 3rem}.header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.25rem}.logo{font-size:1.55rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,var(--purple),var(--blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-date{font-size:.82rem;color:var(--text-muted)}.btn-history{position:relative;padding:.5rem 1rem;font-size:.85rem;font-weight:600;background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer;color:var(--text);box-shadow:var(--shadow);transition:box-shadow .15s}.btn-history:hover{box-shadow:var(--shadow-lg)}.badge{display:inline-flex;align-items:center;justify-content:center;margin-left:.35rem;min-width:1.2rem;height:1.2rem;padding:0 .3rem;font-size:.65rem;font-weight:700;border-radius:999px;background:var(--purple);color:#fff}.stats-strip{display:flex;gap:.75rem;margin-bottom:1.25rem}.stat{flex:1;display:flex;flex-direction:column;align-items:center;padding:.85rem .5rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow)}.stat-value{font-size:1.35rem;font-weight:700;color:var(--purple)}.stat-label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.col-left{display:flex;flex-direction:column;gap:1rem}.col-right{position:sticky;top:1.5rem;display:flex;flex-direction:column;gap:1rem}@media(max-width:720px){.grid{grid-template-columns:1fr}.col-right{position:static}.stats-strip{flex-wrap:wrap}}.card{background:var(--surface);border-radius:var(--radius);padding:1.25rem 1.4rem;box-shadow:var(--shadow);border:1px solid var(--border)}.card-title{font-size:.95rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.9rem;color:var(--text)}.task-input-row{display:flex;gap:.5rem;margin-bottom:.75rem}.task-input{flex:1;padding:.55rem .75rem;font-size:.85rem;border:1px solid var(--border);border-radius:10px;outline:none;background:var(--bg);color:var(--text);transition:border-color .15s}.task-input:focus{border-color:var(--purple)}.btn-add{width:2.3rem;height:2.3rem;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;border:none;border-radius:10px;background:var(--purple);color:#fff;cursor:pointer;transition:opacity .15s}.btn-add:hover{opacity:.85}.task-list{list-style:none;display:flex;flex-direction:column;gap:.35rem}.task-empty{font-size:.82rem;color:var(--text-muted);padding:.4rem 0}.task-item{display:flex;align-items:center;justify-content:space-between;padding:.45rem .5rem;border-radius:8px;transition:background .1s}.task-item:hover{background:var(--bg)}.task-label{display:flex;align-items:center;gap:.55rem;font-size:.88rem;cursor:pointer;flex:1;min-width:0}.task-label input[type=checkbox]{accent-color:var(--green);width:1rem;height:1rem;flex-shrink:0}.task-done{text-decoration:line-through;color:var(--text-muted)}.btn-remove{background:none;border:none;font-size:1.1rem;color:var(--text-muted);cursor:pointer;padding:0 .25rem;line-height:1;opacity:0;transition:opacity .15s,color .15s}.task-item:hover .btn-remove{opacity:1}.btn-remove:hover{color:var(--red)}.input-group{margin-bottom:.75rem}.input-group:last-child{margin-bottom:0}.input-label{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;font-weight:500;color:var(--text)}.stepper{display:flex;align-items:center;gap:.35rem}.btn-step{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);cursor:pointer;transition:background .1s}.btn-step:hover{background:var(--border)}.stepper-value{min-width:2.5rem;text-align:center;font-size:.9rem;font-weight:600;color:var(--purple)}.mood-row{display:flex;gap:.5rem;justify-content:center}.mood-btn{font-size:1.6rem;padding:.55rem .75rem;border:2px solid transparent;border-radius:12px;background:var(--bg);cursor:pointer;transition:border-color .15s,transform .15s}.mood-btn:hover{transform:scale(1.12)}.mood-active{border-color:var(--purple);background:#ede9fe;transform:scale(1.12)}.score-card{text-align:center}.circle-score{width:160px;height:160px;margin:.5rem auto}.circle-bg{stroke:var(--border)}.circle-fg{transition:stroke-dashoffset .5s ease,stroke .3s}.circle-number{font-size:1.6rem;font-weight:700;fill:var(--text)}.circle-label{font-size:.65rem;fill:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.progress-bar{width:100%;height:8px;border-radius:999px;background:var(--border);overflow:hidden;margin:.75rem 0}.progress-fill{height:100%;border-radius:999px;transition:width .5s ease,background .3s}.message{font-size:.9rem;font-weight:500;color:var(--text-muted);margin-top:.25rem}.actions{display:flex;gap:.6rem}.btn-save{flex:1;padding:.7rem;font-size:.9rem;font-weight:600;border:none;border-radius:10px;background:linear-gradient(135deg,var(--purple),var(--blue));color:#fff;cursor:pointer;transition:opacity .15s}.btn-save:hover{opacity:.9}.btn-clear{padding:.7rem 1.2rem;font-size:.85rem;font-weight:500;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text-muted);cursor:pointer;transition:color .15s,border-color .15s}.btn-clear:hover{color:var(--red);border-color:var(--red)}.history-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.history-panel{background:var(--surface);border-radius:var(--radius);padding:1.5rem;width:100%;max-width:420px;max-height:80vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.history-header h2{font-size:1.1rem;font-weight:700}.btn-close{background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;padding:0 .25rem;line-height:1}.history-empty{font-size:.85rem;color:var(--text-muted);text-align:center;padding:2rem 0}.history-list{display:flex;flex-direction:column;gap:.6rem}.history-entry{display:grid;grid-template-columns:1fr auto auto auto auto;gap:.6rem;align-items:center;padding:.65rem .75rem;background:var(--bg);border-radius:10px;font-size:.82rem}.history-date{font-weight:600}.history-score{display:flex;align-items:center;gap:.35rem;font-weight:700;color:var(--purple)}.history-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.history-detail{color:var(--text-muted);font-size:.78rem}@media(max-width:480px){.history-entry{grid-template-columns:1fr 1fr;gap:.3rem}}
