*{margin:0;padding:0;box-sizing:border-box}:root{--app-font-color: #1f2937;--ink-900: var(--app-font-color);--ink-700: #374151;--ink-500: #6b7280;--line-300: #d1d5db;--line-200: #e5e7eb;--surface: #ffffff;--surface-muted: #f6f7f9;--app-font-size: 16px;--app-bg-color: linear-gradient(180deg, #f7f8fa 0%, #eef1f3 100%);--app-bg-image: none;--app-bg-blur: 0px;--app-frost-alpha: .15;--accent: #1f6f64;--accent-light: #2f8c7f;--accent-strong: #17564d;--accent-soft: #e2f2ef;--accent-outline: #b6d9d3;--warn: #c0392b}html{min-height:100%;height:auto;background:var(--app-bg-color);font-size:var(--app-font-size)}body{font-size:1rem;font-family:KaiTi,STKaiti,STKaiTi,KaiTi_GB2312,serif;color:var(--ink-900);min-height:100%;position:relative;background:transparent}body:before{content:"";position:fixed;inset:0;background-image:var(--app-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;filter:blur(var(--app-bg-blur));transform:scale(1.03);z-index:-2}body:after{content:"";position:fixed;inset:0;background:rgba(255,255,255,var(--app-frost-alpha));pointer-events:none;z-index:-1}button{outline:none;cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.app-shell{min-height:100%;position:relative;display:flex;flex-direction:column;align-items:center}.app-header{width:min(600px,92vw);margin:24px 0 0;text-align:center}.brand{font-weight:700;letter-spacing:.5px;font-size:1.125rem}.app-main{padding:0;width:min(600px,92vw);margin:0}.DateTime{margin:30px 0;color:#333;text-align:center}.DateTime__Date{display:block;font-size:1.25rem;font-weight:300;margin-bottom:8px}.DateTime__Time{display:block;font-size:1.125rem;font-weight:700}.InputPanel{margin-bottom:10px}.InputPanel__Options{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.InputPanel__Hint{margin-top:6px;font-size:.8125rem;color:#9c8e6a}.TextBox{height:50px;border:0;width:100%;background:var(--surface);border:1px solid var(--line-300);color:var(--ink-900);min-height:100%;outline:none;font-size:.9375rem;padding:0 15px;font-family:inherit;border-top-right-radius:8px;border-top-left-radius:8px;box-shadow:0 1px 2px #0f172a0a}.TextBox::placeholder{color:var(--ink-500)}.TextBox:focus{border:1px solid var(--accent-outline);box-shadow:0 0 0 3px #1f6f641f}.SelectBox{height:38px;border:1px solid var(--line-300);background-color:var(--surface);color:var(--ink-900);min-height:100%;border-radius:8px;padding:0 34px 0 12px;font-size:.8125rem;font-family:inherit;appearance:none;cursor:pointer;background-image:linear-gradient(180deg,#fff,#f1f4f6),linear-gradient(45deg,transparent 50%,var(--ink-500) 50%),linear-gradient(135deg,var(--ink-500) 50%,transparent 50%),linear-gradient(to right,var(--line-300),var(--line-300));background-position:0 0,calc(100% - 18px) calc(50% - 3px),calc(100% - 13px) calc(50% - 3px),calc(100% - 32px) 50%;background-size:100% 100%,5px 5px,5px 5px,1px 16px;background-repeat:no-repeat;box-shadow:0 6px 12px #0f172a0f;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease,border-color .12s ease}.SelectBox:hover{border-color:var(--accent-outline);box-shadow:0 8px 16px #0f172a14;transform:translateY(-1px)}.SelectBox:focus{border-color:var(--accent-outline);box-shadow:0 0 0 3px #1f6f641f}.MiniButton{border:none;background:var(--surface);color:var(--accent);border-radius:8px;padding:0 12px;font-size:.8125rem;font-weight:600;height:34px;border:1px solid var(--accent-outline)}.ReminderNotice{margin:10px 0 20px;padding:10px 12px;background:#fff7e6;border:1px solid #f3d9a4;color:#8c7547;border-radius:6px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.8125rem}.ReminderNotice__Button{border:none;background:var(--surface);color:var(--accent);border-radius:999px;padding:4px 12px;font-size:.8125rem;font-weight:600;border:1px solid var(--accent-outline)}.ErrorText{margin-top:10px;font-size:.8125rem;color:var(--warn)}.Todolist{min-height:60px;list-style:none;padding:0}.Empty{list-style:none;height:auto;text-align:center;font-size:1.125rem;line-height:1.4;font-family:inherit;color:#9c8e6a;padding:80px 0}.Todo{display:flex;align-items:stretch;justify-content:space-between;min-height:50px;border:1px solid #eee;border-top:0;color:#333;background-color:#fff;position:relative;box-sizing:border-box}.Todo:first-child{border-top:1px solid #eee;border-top-left-radius:5px;border-top-right-radius:5px}.Todo:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.Todo__Check{padding:0 1em;width:50px;display:flex;align-items:center;justify-content:center;gap:6px}.Todo__Select{width:14px;height:14px;accent-color:var(--accent);cursor:pointer}.Todo__CheckDot{display:inline-block;height:1em;width:1em;border:1px solid #ccc;border-radius:50%;flex-shrink:0}.PlanManagePage .Todo__Check{justify-content:flex-start;width:64px}.PlanManagePage .Todo__CheckDot{width:12px;height:12px}.Todo__Task{flex:1;padding:13px 1em 13px 0;line-height:1.5;display:flex;flex-direction:column;gap:6px;cursor:pointer}.Todo__Task--editing{cursor:text}.Todo__Title{font-weight:600}.Todo__Meta{display:flex;flex-wrap:wrap;gap:8px;font-size:.75rem;color:#9c8e6a}.Todo__ValueRow{display:flex;align-items:center;gap:8px}.Todo__ValueInput{width:100px;border:1px solid #ddd;border-radius:5px;padding:6px 8px;font-size:.875rem;background:#fafafa}.Todo__Unit{font-size:.75rem;color:#9c8e6a}.Todo__RecordButton{background-color:var(--accent);color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:.8125rem;font-weight:600}.Todo__Result{font-size:.75rem;color:#9c8e6a}.Todo__Input{font-family:inherit;width:100%;outline:none;font-size:1rem;background-color:transparent;border:0;padding:6px 0}.Todo__EditActions{display:flex;gap:12px}.Todo__Actions{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:6px;padding:0 1em;min-width:70px}.Todo__ActionButton{border:none;background:none;font-size:.875rem;color:var(--accent)}.Todo__ActionButton:hover{color:var(--accent-strong)}.Todo__Edit,.Todo__Delete{border:none;background:none;font-size:.875rem;color:#ccc;display:none}.Todo__Delete:hover{color:#e74c3c}.Todo:hover .Todo__Edit,.Todo:hover .Todo__Delete{display:block}.Todo--checked .Todo__CheckDot{background:var(--accent);border:2px solid var(--accent)}.Todo--checked .Todo__Task{text-decoration:line-through;color:#ccc!important}.Todo--checked .Todo__Tags,.Todo--checked .Todo__Result{color:#ccc!important}.Pomodoro{margin:20px 0 30px;border:1px solid #eee;background:#fff;border-radius:6px;padding:16px}.Pomodoro__Header{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#333;margin-bottom:10px}.Pomodoro__ModeLabel{font-size:.8125rem;color:#9c8e6a}.Pomodoro__Timer{font-size:2rem;font-weight:700;text-align:center;margin-bottom:12px;letter-spacing:1px}.Pomodoro__Controls{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:10px}.Pomodoro__Mode{border:1px solid var(--line-300);background:var(--surface);color:var(--ink-700);border-radius:8px;padding:6px 12px;font-size:.8125rem;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease,border-color .12s ease}.Pomodoro__Mode--active{border-color:var(--accent);color:var(--accent-strong);background:var(--accent-soft)}.Pomodoro__Mode:hover{transform:translateY(-1px);border-color:var(--accent-outline);color:var(--accent-strong)}.Pomodoro__Mode--active:hover{border-color:var(--accent)}.Pomodoro__Mode:active{transform:translateY(0)}.Pomodoro__Select{border:1px solid var(--line-300);background:var(--surface);color:var(--ink-900);min-height:100%;border-radius:8px;padding:6px 32px 6px 10px;font-size:.8125rem;appearance:none;cursor:pointer;background-image:linear-gradient(180deg,#fff,#f1f4f6),linear-gradient(45deg,transparent 50%,var(--ink-500) 50%),linear-gradient(135deg,var(--ink-500) 50%,transparent 50%),linear-gradient(to right,var(--line-300),var(--line-300));background-position:0 0,calc(100% - 16px) calc(50% - 3px),calc(100% - 11px) calc(50% - 3px),calc(100% - 28px) 50%;background-size:100% 100%,5px 5px,5px 5px,1px 14px;background-repeat:no-repeat;box-shadow:0 6px 12px #0f172a0f;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease,border-color .12s ease}.Pomodoro__Select:hover{border-color:var(--accent-outline);box-shadow:0 8px 16px #0f172a14;transform:translateY(-1px)}.Pomodoro__Settings{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;margin-bottom:12px}.Pomodoro__Label{font-size:.8125rem;color:#9c8e6a}.Pomodoro__Minutes{width:90px;border:1px solid var(--line-300);border-radius:8px;padding:6px 8px;font-size:.8125rem;background:var(--surface);text-align:center}.Pomodoro__Save{border:none;background:var(--surface);color:var(--accent);border-radius:8px;padding:6px 12px;font-size:.8125rem;font-weight:600;border:1px solid var(--accent-outline)}.Pomodoro__Actions{display:flex;justify-content:center;gap:8px}.Pomodoro__Button{background-color:var(--accent);color:#fff;border:none;border-radius:8px;padding:7px 16px;font-size:.8125rem;font-weight:600;box-shadow:0 6px 12px #1f6f6433}.Pomodoro__Button.ghost{background:var(--surface);color:var(--ink-700);border:1px solid var(--line-300);box-shadow:none}.CornerNav{position:fixed;bottom:20px;left:20px;display:flex;flex-direction:column;gap:8px;font-size:.8125rem;align-items:flex-start}.CornerNav__Toggle{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;background:var(--surface);color:var(--ink-700);border:1px solid var(--line-300);border-radius:10px;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease;box-shadow:0 4px 10px #0f172a14}.CornerNav__Toggle:hover{background:var(--accent-soft);color:var(--accent-strong);border-color:var(--accent-outline);transform:translateY(-1px)}.CornerNav__Toggle:active{transform:translateY(0);box-shadow:0 2px 6px #0f172a1f}.CornerNav__Icon{font-size:1.125rem;line-height:1}.CornerNav__Links{display:none;flex-direction:column;gap:8px}.CornerNav--open .CornerNav__Links{display:flex}.CornerNav__Link{display:inline-flex;align-items:center;justify-content:center;min-width:70px;height:32px;padding:0 14px;text-decoration:none;color:var(--ink-700);background:var(--surface);border:1px solid var(--line-300);border-radius:999px;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease,border-color .12s ease;box-shadow:0 4px 10px #0f172a14}.CornerNav__Link:hover{background:var(--accent-soft);color:var(--accent-strong);border-color:var(--accent-outline);transform:translateY(-1px)}.CornerNav__Link.router-link-active{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 6px 12px #1f6f6433;transform:translateY(0)}.ManageHeader{text-align:center;margin:30px 0 20px}.ManageHeader h1{font-size:1.25rem;font-weight:600;margin-bottom:8px}.ManageHeader p{font-size:.8125rem;color:#666}.ManageToolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin:10px 0 20px}.ManageToolbar__Field{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ManageToolbar__Label,.ManageToolbar__Hint{font-size:.8125rem;color:var(--ink-500)}.Group{margin-bottom:30px}.Group__Title{font-size:.875rem;font-weight:600;color:#666;margin-bottom:10px}.Group__TitleRow{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.Group__Meta{font-size:.8125rem;color:var(--ink-500)}.Group__Actions{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:10px}.Group__ActionsLeft,.Group__ActionsRight{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.Group__SelectAll{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;color:var(--ink-700)}.ExportSelect{border:1px solid var(--line-300);background:var(--surface);height:34px;border-radius:8px;padding:0 32px 0 12px;font-size:.8125rem;appearance:none;cursor:pointer;background-image:linear-gradient(180deg,#fff,#f1f4f6),linear-gradient(45deg,transparent 50%,var(--ink-500) 50%),linear-gradient(135deg,var(--ink-500) 50%,transparent 50%),linear-gradient(to right,var(--line-300),var(--line-300));background-position:0 0,calc(100% - 16px) calc(50% - 3px),calc(100% - 11px) calc(50% - 3px),calc(100% - 28px) 50%;background-size:100% 100%,5px 5px,5px 5px,1px 14px;background-repeat:no-repeat;box-shadow:0 6px 12px #0f172a0f;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease,border-color .12s ease}.ExportSelect:hover{border-color:var(--accent-outline);box-shadow:0 8px 16px #0f172a14;transform:translateY(-1px)}.ExportButton{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:7px 14px;font-size:.8125rem;font-weight:600;box-shadow:0 6px 12px #1f6f6433}.confetti-layer{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:999}.confetti-piece{position:absolute;top:-16px;border-radius:2px;opacity:0;animation-name:confetti-fall;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes confetti-fall{0%{transform:translate3d(0,-10px,0) rotate(0);opacity:0}10%{opacity:1}to{transform:translate3d(var(--drift),110vh,0) rotate(var(--spin));opacity:0}}.SummaryHeader{text-align:center;margin:30px 0 20px}.SummaryHeader h1{font-size:1.25rem;font-weight:600;margin-bottom:8px}.SummaryHeader p{font-size:.8125rem;color:#666}.SettingsHeader{text-align:center;margin:30px 0 20px}.SettingsHeader h1{font-size:1.25rem;font-weight:600;margin-bottom:8px}.SettingsHeader p{font-size:.8125rem;color:#666}.SettingsContent{display:flex;flex-direction:column;gap:16px}.SummaryCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px}.SummaryCard{background:#fff;border:1px solid #eee;border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:12px;box-shadow:0 8px 16px #0000000a}.SummaryCard__Top{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.SummaryCard__Label{font-size:.875rem;font-weight:600;color:#333}.SummaryCard__Range{font-size:.8125rem;color:#9c8e6a;margin-top:4px}.SummaryRing{--rate: 0%;inline-size:clamp(56px,4rem,72px);min-inline-size:clamp(56px,4rem,72px);block-size:auto;aspect-ratio:1 / 1;border-radius:50%;background:conic-gradient(var(--accent) var(--rate),rgba(31,111,100,.15) 0);display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:flex-start}.SummaryRing__Center{width:72%;height:72%;border-radius:50%;background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1.2}.SummaryRing__Value{font-size:.8125rem;font-weight:600;color:#333}.SummaryRing__Caption{font-size:.8125rem;color:#666}.SummaryMetrics{display:flex;flex-direction:column;gap:10px}.SummaryMetric__Label{font-size:.8125rem;color:#666}.SummaryMetric__Value{font-size:1rem;font-weight:600;color:#333;margin-top:2px;word-break:break-word}@media(min-width:900px){.SummaryCards,.GoalBoard{grid-template-columns:repeat(3,minmax(0,1fr))}.MilestoneBoard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.WeekReport__Stats,.WeekReport__ArchiveGrid,.ArchiveSummary,.ArchiveStats__Grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.SummaryMetric__Hint{font-size:.8125rem;color:#9c8e6a;margin-top:4px}.SummaryMetric__Bar{height:6px;background:#1f6f641f;border-radius:999px;overflow:hidden;margin-top:6px}.SummaryMetric__Fill{display:block;background:var(--accent);border-radius:999px;width:0}.SummaryChart{border:1px solid #eee;border-radius:8px;padding:16px;background:#fff}.SummaryChart__Header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.SummaryChart__Header h2{font-size:.875rem;font-weight:600;color:#333}.SummaryChart__Header span{font-size:.8125rem;color:#9c8e6a}.SummaryChart__Bars{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:end;min-height:160px}.SummaryChart__Bar{display:flex;flex-direction:column;align-items:center;gap:6px}.SummaryChart__Value{font-size:.8125rem;color:#333}.SummaryChart__Column{width:100%;max-width:120px;height:120px;background:#1f6f6414;border-radius:8px;display:flex;align-items:flex-end;overflow:hidden}.SummaryChart__Fill{width:100%;height:0;background:linear-gradient(180deg,var(--accent-light),var(--accent));border-radius:8px 8px 0 0}.SummaryChart__Label{font-size:.8125rem;color:#666}.SummaryNote{margin-top:12px;font-size:.8125rem;color:#999;text-align:center}.PlanHeader{text-align:center;margin:30px 0 20px}.PlanHeader h1{font-size:1.25rem;font-weight:600;margin-bottom:8px}.PlanHeader p{font-size:.8125rem;color:#666}.PlanTabs{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 18px}.PlanTabs__Button{border:1px solid var(--line-300);background:var(--surface);color:var(--ink-700);border-radius:999px;padding:6px 14px;font-size:.8125rem;font-weight:600;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease,border-color .12s ease}.PlanTabs__Button--active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 6px 12px #1f6f6433}.PlanTabs__Button:hover{transform:translateY(-1px);border-color:var(--accent-outline);color:var(--accent-strong)}.PlanTabs__Button--active:hover{border-color:var(--accent);color:#fff}.PlanTabs__Button:active{transform:translateY(0)}.PlanSection{margin-bottom:28px}.PlanSection h2{font-size:1rem;font-weight:600;margin-bottom:12px;color:#333}.PlanHint{font-size:.8125rem;color:#9c8e6a;margin-bottom:12px}.PlanError{margin-bottom:16px;padding:10px 12px;background:#fff0f0;border:1px solid #f3b0b0;color:var(--warn);border-radius:6px;font-size:.8125rem}.GoalBoard{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.GoalSection{border:1px solid #eee;border-radius:8px;padding:14px;background:#fff}.GoalSection__Header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.GoalSection__Header h3{font-size:.875rem;font-weight:600;color:#333}.GoalSection__Range{display:block;margin-top:4px;font-size:.8125rem;color:#9c8e6a}.GoalSection__Hint{font-size:.8125rem;color:#999}.GoalList{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.GoalEmpty{font-size:.8125rem;color:#999;padding:6px 0}.GoalCard{border:1px solid #f0f0f0;border-radius:6px;padding:10px;background:#fafafa}.GoalCard__Title{font-size:.875rem;font-weight:600;color:#333;margin-bottom:4px}.GoalCard__Meta{display:flex;flex-wrap:wrap;gap:8px;font-size:.8125rem;color:#9c8e6a}.GoalCard__Actions{display:flex;gap:6px;margin-top:8px}.GoalCard__Actions button,.MilestoneGroup__Actions button,.MilestoneCard__Actions button,.TaskItem__Actions button{border:none;background:none;font-size:.8125rem;color:var(--accent)}.GoalCard__Actions button:hover,.MilestoneGroup__Actions button:hover,.MilestoneCard__Actions button:hover,.TaskItem__Actions button:hover{color:var(--accent-strong)}.GoalForm{display:flex;flex-direction:column;gap:8px}.PrimaryButton{border:none;background:var(--accent);color:#fff;border-radius:8px;padding:7px 14px;font-size:.8125rem;font-weight:600;box-shadow:0 6px 12px #1f6f6433}.PrimaryButton:hover{background:var(--accent-strong)}.PrimaryButton,.Pomodoro__Button,.Todo__RecordButton,.ExportButton,.MiniButton,.Pomodoro__Save,.ReminderNotice__Button{transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease,border-color .12s ease}.PrimaryButton:hover,.Pomodoro__Button:hover,.Todo__RecordButton:hover,.ExportButton:hover,.MiniButton:hover,.Pomodoro__Save:hover,.ReminderNotice__Button:hover{transform:translateY(-1px)}.PrimaryButton:active,.Pomodoro__Button:active,.Todo__RecordButton:active,.ExportButton:active,.MiniButton:active,.Pomodoro__Save:active,.ReminderNotice__Button:active{transform:translateY(0);box-shadow:0 2px 6px #1f6f6433}.MiniButton:hover,.Pomodoro__Save:hover,.ReminderNotice__Button:hover{background:var(--accent-soft)}.Pomodoro__Button.ghost:hover{background:var(--surface-muted);border-color:var(--line-200)}button.danger{color:var(--warn)}button.danger:hover{color:var(--warn);opacity:.85}.MilestoneBoard{display:flex;flex-direction:column;gap:16px}.MilestoneGroup{border:1px solid #eee;border-radius:8px;padding:14px;background:#fff}.MilestoneGroup__Header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px}.MilestoneGroup__Header h3{font-size:.9375rem;font-weight:600;color:#333}.MilestoneGroup__Meta{font-size:.8125rem;color:#9c8e6a}.MilestoneGroup__Actions{display:flex;gap:8px}.MilestoneList{display:flex;flex-direction:column;gap:12px}.MilestoneCard{border:1px solid #f0f0f0;border-radius:6px;padding:12px;background:#fafafa}.MilestoneCard__Header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:12px}.MilestoneCard__Title{font-size:.875rem;font-weight:600;color:#333}.MilestoneCard__Meta{font-size:.8125rem;color:#9c8e6a;margin-top:4px}.MilestoneCard__Actions{display:flex;gap:6px}.TaskList{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.TaskItem{border:1px solid #eee;border-radius:6px;padding:8px 10px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;background:#fff}.TaskItem__Title{font-size:.8125rem;font-weight:600;color:#333}.TaskItem__Meta{margin-top:4px;font-size:.8125rem;color:#9c8e6a;display:flex;flex-wrap:wrap;gap:6px}.TaskItem__Actions{display:flex;flex-direction:column;gap:6px}.DependencyEditor{margin-top:8px;padding:8px;border:1px dashed #e0d7c2;border-radius:6px;background:#fffaf2}.DependencyEditor__Title{font-size:.8125rem;font-weight:600;color:#8c7547;margin-bottom:6px}.DependencyEditor__Option{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:#6c5a36;margin-bottom:4px}.DependencyEditor__Actions{display:flex;gap:8px;margin-top:6px}.DependencyEditor__Empty{font-size:.8125rem;color:#9c8e6a}.TaskForm{display:flex;flex-direction:column;gap:8px;margin-top:8px}.TaskForm__Dependencies{display:flex;flex-direction:column;gap:6px;font-size:.8125rem;color:#666}.TaskForm__Label{font-weight:600;color:#8c7547}.TaskForm__Option{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:#6c5a36}.MilestoneCreate{display:flex;flex-direction:column;gap:8px;padding-top:8px;border-top:1px dashed #eee}.WeekReport{border:1px solid #eee;border-radius:8px;padding:14px;background:#fff}.WeekReport__Header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.WeekReport__Title{font-size:.8125rem;color:#9c8e6a}.WeekReport__Range{font-size:.8125rem;font-weight:600;color:#333}.WeekReport__Rate{font-size:1.25rem;font-weight:700;color:var(--accent)}.WeekReport__Stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:12px}.WeekReport__Stat{background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;padding:10px}.WeekReport__Label{font-size:.8125rem;color:#9c8e6a}.WeekReport__Value{font-size:1rem;font-weight:600;color:#333;margin-top:4px}.WeekReport__Top{display:flex;flex-direction:column;gap:6px}.WeekReport__Days{margin-top:12px;display:flex;flex-direction:column;gap:6px}.WeekReport__DayList{list-style:none;display:flex;flex-direction:column;gap:6px}.WeekReport__DayItem{display:flex;justify-content:space-between;font-size:.8125rem;color:#666;background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;padding:6px 8px}.WeekReport__Tags{display:flex;flex-wrap:wrap;gap:6px}.WeekReport__Tag{background:#fff2db;color:#8c7547;padding:4px 8px;border-radius:999px;font-size:.8125rem}.WeekReport__Empty{font-size:.8125rem;color:#999}.PlanSplit{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.HealthCard{border:1px solid #eee;border-radius:8px;padding:14px;background:#fff;display:flex;flex-direction:column;gap:12px}.HealthCard__Score{display:flex;align-items:baseline;gap:10px}.HealthCard__Value{font-size:1.75rem;font-weight:700;color:var(--accent)}.HealthCard__Label{font-size:.8125rem;color:#9c8e6a}.HealthCard__Meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.8125rem;color:#666}.HealthCard__Bars{display:flex;flex-direction:column;gap:8px}.HealthBar{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:#666}.HealthBar__Track{flex:1;height:6px;background:#1f6f641f;border-radius:999px;overflow:hidden}.HealthBar__Fill{display:block;width:0;background:var(--accent);border-radius:999px}.HealthCard__Hint{font-size:.8125rem;color:#9c8e6a}.ReviewPanel,.ReminderPanel,.AppearancePanel{border:1px solid #eee;border-radius:8px;padding:14px;background:#fff;display:flex;flex-direction:column;gap:8px}.ReviewPanel h3,.ReminderPanel h3,.AppearancePanel h3{font-size:.875rem;font-weight:600;color:#333}.ReviewPanel__Range{font-size:.8125rem;color:#9c8e6a}.ReviewPanel__Label{font-size:.8125rem;font-weight:600;color:#333}.ReviewPanel__Input{width:100%;border:1px solid #ddd;border-radius:6px;padding:8px;font-size:.8125rem;font-family:inherit;resize:vertical;background:#fafafa}.ReviewPanel__Summary{display:flex;flex-direction:column;gap:6px;font-size:.8125rem;color:var(--ink-700);line-height:1.5;word-break:break-word}.ReviewPanel__Item{background:var(--surface-muted);border:1px solid var(--line-200);border-radius:6px;padding:6px 8px;line-height:1.5;word-break:break-word}.ReviewPanel__Saved{font-size:.8125rem;color:var(--accent)}.ReviewPanel__Hint{font-size:.8125rem;color:#9c8e6a}.ReminderPanel__Row{display:flex;flex-direction:column;align-items:flex-start;gap:6px;font-size:.8125rem;color:#333}.ReminderPanel__Row label{display:inline-flex;align-items:center;gap:6px}.ReminderPanel__Controls{display:flex;flex-direction:column;align-items:stretch;gap:6px;width:100%}.ReminderPanel__Controls .SelectBox,.ReminderPanel__Controls .MiniButton{width:100%;max-width:240px}.ReminderPanel__Controls .SelectBox{min-height:36px;font-size:.75rem;padding:0 28px 0 10px}.ReminderPanel__Range{display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);gap:6px;align-items:center;width:100%;max-width:360px}.ReminderPanel__Divider{font-size:.8125rem;color:#999}.ReminderPanel__Hint{font-size:.8125rem;color:#9c8e6a}.AppearancePanel__Row{display:flex;flex-direction:column;gap:6px;font-size:.8125rem;color:#6b5b3b}.AppearancePanel__Controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.AppearancePanel__Hint{font-size:.75rem;color:#9c8e6a}.AppearancePanel__Actions{display:flex;flex-wrap:wrap;gap:8px}.RangeInput{flex:1;height:6px;accent-color:var(--accent)}.ColorInput{width:38px;height:38px;padding:0;border:1px solid var(--line-300);border-radius:8px;background:var(--surface)}.GoalArchiveBlock{margin-top:16px;padding:12px;border:1px dashed var(--line-200);border-radius:8px;background:var(--surface-muted)}.GoalArchiveBlock__Header{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:var(--ink-500);font-weight:600;margin-bottom:8px}.GoalList--compact{gap:8px}.GoalCard--compact{padding:8px;background:#fff}.GoalCard--completed{border-color:var(--accent-outline);background:var(--accent-soft)}.GoalCard--archived{border-color:var(--line-200);background:var(--surface-muted)}.StatusPill{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;font-size:.625rem;font-weight:600}.StatusPill--active{background:var(--accent-soft);color:var(--accent-strong)}.StatusPill--completed{background:#1f6f642e;color:var(--accent)}.StatusPill--archived{background:var(--surface-muted);color:var(--ink-500)}.MilestoneCompact{margin-top:12px;padding:10px;border:1px dashed var(--line-200);border-radius:8px;background:var(--surface-muted)}.MilestoneCompact__Header{font-size:.8125rem;color:var(--ink-500);font-weight:600;margin-bottom:8px}.MilestoneCompact__List{list-style:none;display:flex;flex-direction:column;gap:6px}.MilestoneCompact__Item{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px dashed #e9e2d1;border-radius:6px;padding:6px 8px;font-size:.8125rem;background:#fff}.MilestoneCompact__Item--completed{border-color:var(--accent-outline);background:var(--accent-soft)}.MilestoneCompact__Item--archived{border-color:var(--line-200);background:var(--surface-muted);color:var(--ink-500)}.MilestoneCompact__Actions{display:flex;gap:6px}.MilestoneCompact__Actions button{border:none;background:none;font-size:.8125rem;color:var(--accent)}.WeekReport__Archive{margin-top:12px;display:flex;flex-direction:column;gap:8px}.WeekReport__ArchiveGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.WeekReport__Stat--muted{background:#fcf9f2;border-color:#efe6d5}.WeekMilestone{margin-top:16px;border:1px solid #eee;border-radius:8px;padding:14px;background:#fff;display:flex;flex-direction:column;gap:10px}.WeekMilestone__Header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.8125rem;color:#666}.WeekMilestone__Header h3{font-size:.875rem;font-weight:600;color:#333;margin-bottom:4px}.WeekMilestone__Header div span,.WeekMilestone__Hint{font-size:.8125rem;color:#9c8e6a}.WeekMilestone__List{list-style:none;display:flex;flex-direction:column;gap:10px}.WeekMilestone__Item{border:1px solid #f0f0f0;border-radius:6px;padding:8px 10px;background:#fafafa;display:flex;flex-direction:column;gap:6px}.WeekMilestone__Row{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.WeekMilestone__Title{display:flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;color:#333}.WeekMilestone__Meta{display:flex;gap:10px;font-size:.8125rem;color:#9c8e6a}.WeekMilestone__Bar{height:6px;background:#1f6f641f;border-radius:999px;overflow:hidden}.WeekMilestone__Fill{display:block;background:var(--accent);width:0}.ArchiveSummary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:16px}.ArchiveCard{border:1px solid #eee;border-radius:8px;padding:12px;background:#fff;display:flex;flex-direction:column;gap:6px}.ArchiveCard__Label{font-size:.8125rem;color:#9c8e6a}.ArchiveCard__Value{font-size:1.25rem;font-weight:700;color:#333}.ArchiveCard__Hint{font-size:.8125rem;color:#999}.ArchiveStats{border:1px solid #eee;border-radius:8px;padding:12px;background:#fff;margin-bottom:16px;display:flex;flex-direction:column;gap:10px}.ArchiveStats__Header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.8125rem;color:#666}.ArchiveStats__Hint{font-size:.8125rem;color:#9c8e6a}.ArchiveStats__Grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.ArchiveStats__Item{background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;padding:8px}.ArchiveStats__Label{font-size:.8125rem;color:#9c8e6a}.ArchiveStats__Value{font-size:.875rem;font-weight:600;color:#333;margin-top:4px}.ArchiveStats__Empty{font-size:.8125rem;color:#999}.ArchiveList{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.ArchiveBlock{border:1px solid #eee;border-radius:8px;padding:12px;background:#fff;display:flex;flex-direction:column;gap:10px}.ArchiveBlock__Header{display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;color:#666}.ArchiveBlock__Header h3{font-size:.875rem;font-weight:600;color:#333}.ArchiveEmpty{font-size:.8125rem;color:#999}.ArchiveItems{list-style:none;display:flex;flex-direction:column;gap:8px}.ArchiveItem{border:1px solid #f0f0f0;border-radius:6px;padding:8px 10px;background:#fafafa;display:flex;align-items:center;justify-content:space-between;gap:12px}.ArchiveItem__Title{font-size:.8125rem;font-weight:600;color:#333}.ArchiveItem__Meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;font-size:.8125rem;color:#9c8e6a}.ArchiveItem__Actions{display:flex;align-items:center;gap:8px}.ArchiveItem__Actions button{border:none;background:none;font-size:.8125rem;color:var(--accent)}
