*{box-sizing:border-box}html{background:#fffaf5}body{color:#332b28;background:#fffaf5;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html[data-theme=dark]{background:#201b19}html[data-theme=dark] body{color:#f8eee8;background:#201b19}button,input,select,textarea{font:inherit}button{cursor:pointer}.app{max-width:1100px;margin:auto;padding:24px 20px 92px}.nav{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.brand{color:#c75834;font-size:23px;font-weight:800}.tabs{flex-wrap:wrap;gap:8px;display:flex}.tabs a{color:inherit;border-radius:10px;padding:9px 12px;text-decoration:none}.tabs a:hover,.tabs a.active{color:#b94e2d;background:#f5e7df}.bottom{display:none}.hero{justify-content:space-between;align-items:end;gap:16px;display:flex}.hero h1{letter-spacing:-.06em;margin:0 0 6px;font-size:34px}.muted{color:#796d68}.grid{grid-template-columns:minmax(0,1.55fr) minmax(270px,1fr);gap:22px;margin-top:22px;display:grid}.stack{gap:13px;display:grid}.card,.panel{background:#fff;border:1px solid #eee3dc;border-radius:18px;padding:18px;box-shadow:0 5px 20px #5e30100a}.card h2,.panel h2{margin:0 0 13px;font-size:17px}.task{align-items:flex-start;gap:12px;display:flex}.task+.task{border-top:1px solid #f1e9e4;margin-top:12px;padding-top:12px}.task h3{margin:0 0 4px;font-size:15px;line-height:1.35}.task p{margin:0;font-size:13px}.check{background:#fff;border:1px solid #d8c6bc;border-radius:50%;flex:none;width:27px;height:27px}.check:hover{background:#e9754c;border-color:#e9754c}.badge{color:#86513f;background:#f7eee9;border-radius:20px;margin-right:4px;padding:3px 7px;font-size:12px;display:inline-block}.urgent{color:#a43f31;background:#fce5e1}.btn{color:#fff;background:#e9754c;border:0;border-radius:10px;min-height:42px;padding:10px 13px;font-weight:700}.btn.secondary{color:#704b3d;background:#f4e9e3}.btn.danger{background:#b94e46}.btn:disabled{opacity:.45;cursor:not-allowed}.row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.spaced{justify-content:space-between}.input,select,textarea{color:#332b28;background:#fff;border:1px solid #e5d8d1;border-radius:10px;width:100%;padding:10px}label{gap:5px;font-size:13px;font-weight:700;display:grid}.form{gap:12px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.empty{color:#796d68;padding:24px 4px}.calendar{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.day{border:1px solid #eee3dc;border-radius:10px;min-height:82px;padding:8px;font-size:12px}.day.today{border:2px solid #e9754c}.dot{background:#e9754c;border-radius:50%;width:7px;height:7px;margin:5px 2px 0 0;display:inline-block}.dialog-back{z-index:10;background:#2a171755;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog{background:#fffaf5;border-radius:18px;width:min(480px,100%);max-height:90vh;padding:22px;overflow:auto;box-shadow:0 25px 60px #0004}.dialog h2{margin-top:0}.month-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.month{border:1px solid #eee3dc;border-radius:14px;padding:14px}.hidden-file{display:none}@media (max-width:700px){.app{padding:18px 15px 90px}.nav .tabs{display:none}.bottom{z-index:5;background:#fffaf5ef;border-top:1px solid #eee3dc;justify-content:space-around;align-items:center;padding:8px;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom a{color:#6f625d;text-align:center;min-width:52px;padding:8px;font-size:11px;text-decoration:none}.bottom a.active{color:#bd502f;font-weight:800}.grid{grid-template-columns:1fr}.hero h1{font-size:29px}.form-grid,.month-grid{grid-template-columns:1fr 1fr}.calendar{gap:3px}.day{min-height:58px;padding:5px}.card,.panel{padding:15px}}html[data-theme=dark] .card,html[data-theme=dark] .panel,html[data-theme=dark] .dialog{background:#2c2523;border-color:#493d38}html[data-theme=dark] .input,html[data-theme=dark] select,html[data-theme=dark] textarea{color:#f8eee8;background:#201b19;border-color:#51443e}html[data-theme=dark] .bottom{background:#201b19ef;border-color:#493d38}html[data-theme=dark] .tabs a.active{background:#45342e}
.plan-intro{color:#796d68;margin:4px 0 18px;font-size:14px}.plan-intro p{margin:0}.calendar-panel,.detail,.active-panel{background:#fff;border:1px solid #eee3dc;border-radius:20px;padding:18px;box-shadow:0 5px 20px #5e30100a}.month-head{justify-content:center;align-items:center;gap:15px;margin-bottom:16px;display:flex}.month-head h1{letter-spacing:-.05em;margin:0;font-size:29px}.icon-button{color:#9b4e33;background:#fff;border:1px solid #e9dcd5;border-radius:12px;width:44px;height:44px;font-size:30px;line-height:1}.weekdays,.month-calendar{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.weekdays span{text-align:center;color:#796d68;padding-bottom:5px;font-size:12px;font-weight:700}.date-cell{color:#332b28;text-align:left;background:#fff;border:1px solid #eee3dc;border-radius:12px;min-height:72px;padding:8px;font-size:14px;position:relative}.date-cell.outside{color:#b7aaa3;background:#fdf9f6}.date-cell.today span{color:#a84425;background:#f6ded2;border-radius:50%;place-items:center;width:25px;height:25px;display:inline-grid}.date-cell.selected{outline-offset:-2px;outline:2px solid #e9754c}.date-cell i{position:absolute;bottom:8px;left:8px}.date-cell small{color:#a05b44;position:absolute;bottom:6px;right:8px}.dot,.priority-dot{background:#e9754c;border-radius:50%;width:7px;height:7px}.priority-dot{background:#ba443d;box-shadow:0 0 0 2px #fde8e3}.plan-columns{grid-template-columns:minmax(0,1.2fr) minmax(290px,.8fr);gap:18px;margin-top:18px;display:grid}.detail,.active-panel{border-radius:18px}.section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.section-title h1,.section-title h2{margin:0}.section-title p{margin:3px 0 0}.recent{color:#796d68;margin:16px 4px;font-size:13px}.danger-zone{border-color:#e4b5ae}@media (max-width:700px){.calendar-panel{padding:13px}.month-head h1{font-size:24px}.date-cell{min-height:54px;padding:6px}.weekdays,.month-calendar{gap:3px}.plan-columns{grid-template-columns:1fr;gap:14px;margin-top:14px}.detail,.active-panel{padding:15px}.bottom a:first-child{color:#bd502f;font-weight:800}}html[data-theme=dark] .calendar-panel,html[data-theme=dark] .detail,html[data-theme=dark] .active-panel,html[data-theme=dark] .date-cell,html[data-theme=dark] .icon-button{color:#f8eee8;background:#2c2523;border-color:#493d38}html[data-theme=dark] .date-cell.outside{color:#867973;background:#251f1d}html[data-theme=dark] .date-cell.today span{color:#fff5ee;background:#6a3a2b}
.home-hero{background:linear-gradient(135deg,#fff 15%,#fff0e7);border:1px solid #f0ded4;border-radius:24px;justify-content:space-between;align-items:flex-end;gap:22px;margin:10px 0 22px;padding:26px;display:flex;box-shadow:0 12px 38px #7f3f1712}.home-hero h1{letter-spacing:-.055em;margin:3px 0 7px;font-size:34px;line-height:1.1}.home-hero p{margin:0}.eyebrow{color:#bd502f;letter-spacing:.06em;font-size:12px;font-weight:800;display:block}.add-main{white-space:nowrap}.home-section{background:#fff;border:1px solid #eee3dc;border-radius:20px;margin-top:18px;padding:20px;box-shadow:0 5px 20px #5e30100a}.scope-tabs{scrollbar-width:none;gap:8px;padding:2px 2px 7px;display:flex;overflow-x:auto}.scope-tabs::-webkit-scrollbar{display:none}.scope-tab{color:#68534a;background:#fff;border:1px solid #eadbd3;border-radius:999px;flex:none;min-height:46px;padding:10px 17px;font-weight:750}.scope-tab.selected{color:#fff;background:#e9754c;border-color:#e9754c;box-shadow:0 5px 16px #d45c3430}.task-copy{flex:1;min-width:0}.scope-field{border:0;margin:0;padding:0}.scope-field legend{margin-bottom:7px;font-size:13px;font-weight:800}.form-scopes{grid-template-columns:repeat(3,1fr);display:grid;overflow:visible}.form-scopes .scope-tab{width:100%;padding:9px 10px}.quantity-toggle{background:#fff;border:1px solid #eadbd3;border-radius:14px;grid-template-columns:auto 1fr;align-items:flex-start;gap:11px;padding:14px;display:flex}.quantity-toggle input{accent-color:#e9754c;width:20px;height:20px}.quantity-toggle span{gap:3px;display:grid}.quantity-toggle small{color:#796d68;font-weight:500}.quantity-fields{background:#f8eee9;border-radius:15px;gap:12px;padding:15px;display:grid}.segmented{grid-template-columns:1fr 1fr;gap:7px;display:grid}.segmented button{color:#704b3d;background:#fff;border:1px solid #e4d4cc;border-radius:10px;min-height:42px;font-weight:750}.segmented button[aria-pressed=true]{color:#b84a28;background:#fff5ef;border-color:#e9754c}.distribution-preview{color:#8c4d36;background:#fff;border-radius:11px;margin:0;padding:12px 13px;font-size:13px;font-weight:700}.form-submit{width:100%;min-height:48px}.quantity-card{background:#fff;border:1px solid #eadfd9;border-radius:17px;padding:17px}.quantity-card+.quantity-card,.quantity-card+.task{margin-top:12px}.quantity-head,.progress-copy,.goal-metrics{justify-content:space-between;align-items:center;gap:12px;display:flex}.quantity-head h3{margin:4px 0 0;font-size:17px}.text-button{color:#a64a2d;background:0 0;border:0;padding:8px;font-weight:750}.progress-copy{margin-top:17px;font-size:13px}.progress-track{background:#f0e4de;border-radius:99px;height:10px;margin:8px 0 13px;overflow:hidden}.progress-track i{border-radius:inherit;background:linear-gradient(90deg,#e9754c,#f2a46d);height:100%;transition:width .2s;display:block}.goal-metrics{background:#fff6f0;border-radius:11px;padding:11px 12px;font-size:13px}.goal-metrics span:last-child{color:#796d68}.quantity-stepper{flex-wrap:wrap;align-items:flex-end;gap:8px;margin-top:13px;display:flex}.quantity-stepper>button:not(.btn){color:#9d4b30;background:#fff;border:1px solid #e2d1c8;border-radius:12px;width:44px;height:44px;font-size:22px}.quantity-stepper label{gap:4px;display:grid}.quantity-stepper label span{color:#796d68;font-size:11px}.quantity-stepper input{text-align:center;background:#fff;border:1px solid #e2d1c8;border-radius:11px;width:76px;height:44px}.quantity-compact{background:#fff6f0;border-radius:12px;gap:4px;padding:12px;font-size:13px;display:grid}.calendar-filter{margin-bottom:12px}.date-cell{min-height:86px;overflow:hidden}.date-cell.today>span{color:#a84425;background:#f6ded2;border-radius:50%;place-items:center;width:25px;height:25px;display:inline-grid}.cell-items{gap:2px;margin-top:4px;display:grid}.date-cell .cell-items small{color:#9a553e;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-style:normal;line-height:1.25;display:block;position:static;overflow:hidden}.date-cell .cell-items i{margin-top:2px;position:static}.date-cell .cell-items .dot{display:inline-block}@media (max-width:700px){.home-hero{flex-direction:column;align-items:flex-start;padding:20px}.home-hero h1{font-size:27px}.add-main{width:100%}.home-scopes{margin-inline:-15px;padding-inline:15px}.home-section{padding:15px}.form-scopes{display:flex;overflow-x:auto}.form-scopes .scope-tab{width:auto}.quantity-head,.goal-metrics{align-items:flex-start}.goal-metrics{display:grid}.quantity-stepper{grid-template-columns:44px 1fr 44px;display:grid}.quantity-stepper .btn{grid-column:1/-1;width:100%}.quantity-stepper label input{width:100%}.task{flex-wrap:wrap}.task .row{margin-left:39px}.dialog{padding:18px}.task-form .form-grid{grid-template-columns:1fr}.bottom{justify-content:flex-start;overflow-x:auto}.bottom a{flex:1 0 54px}.app{overflow-x:hidden}.date-cell{min-height:68px;padding:5px}.date-cell .cell-items small{font-size:9px}}html[data-theme=dark] .home-hero,html[data-theme=dark] .home-section,html[data-theme=dark] .quantity-card,html[data-theme=dark] .quantity-toggle,html[data-theme=dark] .scope-tab,html[data-theme=dark] .segmented button,html[data-theme=dark] .quantity-stepper input,html[data-theme=dark] .quantity-stepper>button:not(.btn){color:#f8eee8;background:#2c2523;border-color:#493d38}html[data-theme=dark] .quantity-fields,html[data-theme=dark] .goal-metrics,html[data-theme=dark] .distribution-preview,html[data-theme=dark] .quantity-compact{color:#f3d9cc;background:#3a2b26}
.automation-status{background:linear-gradient(135deg,#fff7f0,#fffdfa);border:1px solid #f0dfd4;border-radius:18px;margin:0 0 18px;padding:17px 18px;box-shadow:0 5px 18px #7a32100a}.automation-status.success{border-left:5px solid #dc744c}.automation-status.running{border-left:5px solid #d98a26}.automation-status.failed{border-left:5px solid #bf5548}.automation-status.paused,.automation-status.empty{border-left:5px solid #aa8274}.automation-status p{margin:0}.automation-status h2{margin:0 0 6px;font-size:17px}.automation-status .status-time{font-size:14px;font-weight:700}.automation-status .status-counts{color:#9a482e;margin-top:10px;font-size:14px;font-weight:700}.automation-status .status-message,.automation-status .status-next{color:#6f5c54;margin-top:7px;font-size:13px;line-height:1.5}.automation-status .status-next{font-weight:700}.automation-status details{color:#6f5c54;margin-top:10px;font-size:13px}.automation-status summary{cursor:pointer;font-weight:700}.automation-status .error-detail{overflow-wrap:anywhere;margin-top:7px}.remote-inbox-empty{padding:24px 4px}.remote-inbox-empty p{margin:0}.remote-inbox-empty .muted{margin-top:5px;font-size:13px}@media (max-width:700px){.automation-status{padding:15px}.automation-status h2{font-size:16px}}
