.kpi-page{max-width:1120px;margin:0 auto;display:grid;gap:16px}.kpi-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.kpi-card,.kpi-panel{background:#fff;border:1px solid var(--border);border-radius:18px}.kpi-card{padding:18px;display:flex;align-items:flex-start;gap:13px;min-height:132px}.kpi-icon{width:40px;height:40px;border-radius:12px;background:var(--accent-soft);color:#397600;display:grid;place-items:center;flex:0 0 auto}.kpi-card.warning .kpi-icon{background:#fff1f1;color:#ad4949}.kpi-card>div{display:grid;gap:4px;min-width:0}.kpi-card small,.kpi-panel header small{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:800}.kpi-card strong{font-size:30px;line-height:1.05;letter-spacing:-.035em}.kpi-card p{margin:0;color:var(--muted);font-size:12px}.kpi-main-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:14px}.kpi-panel{padding:18px}.kpi-panel header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px}.kpi-panel header h2{margin:2px 0 0;font-size:20px;letter-spacing:-.02em}.kpi-panel header>span{font-size:12px;color:var(--muted)}.kpi-kind-list{display:grid;gap:12px}.kpi-kind-row{display:grid;grid-template-columns:40px 1fr;gap:11px;align-items:center}.kpi-kind-icon{width:40px;height:40px;border-radius:11px;background:#f5f7f8;display:grid;place-items:center;color:#54606d}.kpi-kind-main{display:grid;gap:6px}.kpi-kind-main>div:first-child{display:flex;justify-content:space-between;gap:12px}.kpi-kind-main>div:first-child span{font-weight:800}.kpi-kind-main small{color:var(--muted);font-size:11px}.kpi-bar{height:7px;background:#f0f2f4;border-radius:999px;overflow:hidden}.kpi-bar i{display:block;height:100%;background:var(--accent);border-radius:inherit}.kpi-status-list{display:grid;gap:8px}.kpi-status-list>div{display:grid;grid-template-columns:10px 1fr auto;gap:9px;align-items:center;padding:10px 0;border-top:1px solid #eef0f2}.kpi-status-list>div:first-child{border-top:0}.kpi-status-list strong{font-size:13px}.kpi-status-list b{font-size:16px}.kpi-status-dot{width:8px;height:8px;border-radius:50%;background:#aab1b8}.kpi-status-dot.status-active{background:#72ff00}.kpi-status-dot.status-completed{background:#62cf2e}.kpi-status-dot.status-cancelled{background:#dd7676}.kpi-status-dot.status-closed{background:#7b89cf}.kpi-status-dot.status-abandoned{background:#d7a746}.kpi-week-panel{min-height:270px}.kpi-week-chart{height:180px;display:grid;grid-template-columns:repeat(7,1fr);gap:12px;align-items:end;padding-top:8px}.kpi-day{height:100%;display:grid;grid-template-rows:1fr auto auto;gap:5px;text-align:center}.kpi-day-track{height:100%;display:flex;align-items:flex-end;justify-content:center;background:#f7f8f9;border-radius:10px;padding:5px}.kpi-day-track i{display:block;width:min(34px,70%);min-height:2px;border-radius:7px;background:var(--accent)}.kpi-day strong{font-size:12px}.kpi-day span{font-size:10px;color:var(--muted);text-transform:capitalize}@media(max-width:980px){.kpi-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-main-grid{grid-template-columns:1fr}}@media(max-width:600px){.kpi-page{gap:12px}.kpi-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.kpi-card{padding:13px;min-height:112px;gap:9px}.kpi-icon{width:34px;height:34px}.kpi-card strong{font-size:24px}.kpi-panel{padding:14px;border-radius:14px}.kpi-panel header h2{font-size:17px}.kpi-week-chart{gap:5px;height:150px}.kpi-day-track{padding:3px}.kpi-day-track i{width:65%}}.kpi-period-control{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px 18px;display:grid;grid-template-columns:minmax(240px,1fr) auto auto;gap:14px;align-items:center}.kpi-period-heading{display:flex;align-items:center;gap:12px;min-width:0}.kpi-period-heading>div{display:grid;gap:2px;min-width:0}.kpi-period-heading small{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:800}.kpi-period-heading strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-period-heading p{margin:0;color:var(--muted);font-size:11px}.kpi-period-icon{width:40px;height:40px;border-radius:12px;background:var(--accent-soft);color:#397600;display:grid;place-items:center;flex:0 0 auto}.kpi-period-presets{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.kpi-period-presets button,.kpi-period-navigation button,.kpi-period-custom button{border:1px solid var(--border);background:#f7f8f9;color:var(--text);border-radius:999px;padding:8px 11px;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.kpi-period-presets button.active{background:var(--accent);border-color:var(--accent);color:#183000;box-shadow:0 0 0 3px var(--accent-soft)}.kpi-period-navigation{display:flex;align-items:center;justify-content:flex-end;gap:5px}.kpi-period-navigation .kpi-period-arrow{width:34px;height:34px;padding:0;display:grid;place-items:center}.kpi-period-navigation .kpi-period-current{white-space:nowrap}.kpi-period-control button:hover{border-color:var(--accent)}.kpi-period-control button:focus-visible,.kpi-period-custom input:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px}.kpi-period-custom{grid-column:1/-1;border-top:1px solid var(--border);padding-top:13px;display:flex;align-items:end;gap:10px;flex-wrap:wrap}.kpi-period-custom label{display:grid;gap:5px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.kpi-period-custom input{border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text);padding:9px 10px;font:inherit;color-scheme:light}.kpi-period-custom button{background:var(--accent);border-color:var(--accent);color:#183000}.kpi-period-custom>p{width:100%;margin:0;color:#ad4949;font-size:12px;font-weight:700}@media(max-width:980px){.kpi-period-control{grid-template-columns:1fr auto}.kpi-period-presets{grid-column:1/-1;grid-row:2;justify-content:flex-start}.kpi-period-navigation{grid-column:2;grid-row:1}}@media(max-width:600px){.kpi-period-control{padding:14px;border-radius:14px;grid-template-columns:1fr}.kpi-period-navigation{grid-column:1;grid-row:auto;justify-content:space-between}.kpi-period-presets{grid-column:1;grid-row:auto;display:grid;grid-template-columns:repeat(3,1fr);width:100%}.kpi-period-presets button{padding:8px 5px}.kpi-period-custom{grid-column:1}.kpi-period-custom label{flex:1;min-width:125px}.kpi-period-custom input{width:100%;box-sizing:border-box}.kpi-period-custom button{flex:1 0 100%}.kpi-period-heading strong{font-size:14px}}.kpi-hierarchy-list{display:grid;gap:14px}.kpi-hierarchy-project{border:1px solid var(--border);border-radius:15px;overflow:hidden;background:#fbfcfc}.kpi-hierarchy-project-head{padding:14px 15px;display:flex;align-items:center;justify-content:space-between;gap:14px}.kpi-progress-pill{min-width:54px;padding:7px 10px;border-radius:999px;background:var(--accent-soft);color:#397600;font-size:14px;font-weight:900;text-align:center}.kpi-hierarchy-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff}.kpi-hierarchy-metrics>span,.kpi-activity-metrics>span{padding:11px 12px;display:grid;gap:3px;border-left:1px solid var(--border);min-width:0}.kpi-hierarchy-metrics>span:first-child,.kpi-activity-metrics>span:first-child{border-left:0}.kpi-hierarchy-metrics small,.kpi-activity-metrics small{font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:800}.kpi-hierarchy-metrics b,.kpi-activity-metrics b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-hierarchy-metrics .risk b,.kpi-activity-metrics .risk b{color:#ad4949}.kpi-activity-list{display:grid}.kpi-activity-row{display:grid;grid-template-columns:minmax(200px,1fr) minmax(420px,1.4fr);align-items:stretch;border-top:1px solid var(--border);background:#f7f9f9}.kpi-activity-row:first-child{border-top:0}.kpi-activity-title{padding:12px 15px;display:grid;align-content:center;gap:3px;min-width:0}.kpi-activity-title strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpi-activity-title strong span{color:var(--accent);font-weight:900}.kpi-activity-title small{font-size:10px;color:var(--muted)}.kpi-activity-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff}.kpi-standalone-section{border:1px dashed var(--border);border-radius:15px;overflow:hidden}.kpi-standalone-section>h3{margin:0;padding:12px 15px;font-size:14px;background:#f7f9f9;border-bottom:1px solid var(--border)}@media(max-width:900px){.kpi-hierarchy-metrics{grid-template-columns:repeat(3,1fr)}.kpi-hierarchy-metrics>span:nth-child(4){border-left:0;border-top:1px solid var(--border)}.kpi-hierarchy-metrics>span:nth-child(n+4){border-top:1px solid var(--border)}.kpi-activity-row{grid-template-columns:1fr}.kpi-activity-metrics{border-top:1px solid var(--border)}}@media(max-width:600px){.kpi-hierarchy-project-head{align-items:flex-start}.kpi-hierarchy-metrics{grid-template-columns:repeat(2,1fr)}.kpi-hierarchy-metrics>span:nth-child(n){border-top:1px solid var(--border)}.kpi-hierarchy-metrics>span:nth-child(-n+2){border-top:0}.kpi-hierarchy-metrics>span:nth-child(odd){border-left:0}.kpi-activity-metrics{grid-template-columns:repeat(2,1fr)}.kpi-activity-metrics>span:nth-child(3){border-left:0;border-top:1px solid var(--border)}.kpi-activity-metrics>span:nth-child(4){border-top:1px solid var(--border)}}.kpi-page{gap:20px;padding-bottom:28px}.kpi-card,.kpi-panel,.kpi-period-control{border-color:#e3e9e5;box-shadow:0 10px 28px #1c30260e}.kpi-card{position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.kpi-card:after{content:"";position:absolute;inset:auto -26px -42px auto;width:94px;height:94px;border-radius:50%;background:radial-gradient(circle,rgba(114,255,0,.1),transparent 70%);pointer-events:none}.kpi-card:hover{transform:translateY(-2px);border-color:#c9d7ce;box-shadow:0 14px 32px #1c302617}.kpi-card.warning{background:linear-gradient(145deg,#fff 58%,#fff8f8)}.kpi-card strong{color:#1c2922;font-variant-numeric:tabular-nums}.kpi-icon{box-shadow:inset 0 0 0 1px #4a9a001a}.kpi-panel>header{margin:-2px -2px 0;padding:2px 2px 16px}.kpi-panel>header h2{color:#17251d}.kpi-panel>header>span{padding:6px 10px;border-radius:999px;background:#f3f6f4;font-weight:750}.kpi-hierarchy-panel{padding:22px;background:linear-gradient(180deg,#fff,#fbfdfb)}.kpi-hierarchy-panel>header{padding-bottom:18px}.kpi-hierarchy-list{gap:18px}.kpi-hierarchy-project{position:relative;border-color:#dce6df;border-radius:20px;background:#fff;box-shadow:0 12px 28px #1e392b13;transition:border-color .18s ease,box-shadow .18s ease}.kpi-hierarchy-project:before{content:"";position:absolute;left:0;top:20px;bottom:20px;width:4px;border-radius:0 6px 6px 0;background:linear-gradient(180deg,var(--accent),#4ec500)}.kpi-hierarchy-project:hover{border-color:#c9d9ce;box-shadow:0 16px 36px #1e392b1c}.kpi-hierarchy-project-head{padding:20px 22px 15px 24px;background:linear-gradient(110deg,#72ff000e,#fff0 58%)}.kpi-project-identity{display:flex;align-items:center;gap:13px;min-width:0}.kpi-project-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;color:#397600;background:linear-gradient(145deg,var(--accent-soft),#efffe2);box-shadow:inset 0 0 0 1px #4a9a0021}.kpi-project-title{display:grid;gap:2px;min-width:0}.kpi-project-title>small,.kpi-project-progress>small{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:#718078;font-weight:850}.kpi-project-title>strong{font-size:18px;line-height:1.22;color:#18261e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpi-project-title>p{margin:2px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.kpi-project-progress{display:flex;align-items:center;gap:9px;flex:0 0 auto}.kpi-progress-pill{min-width:58px;padding:8px 11px;color:#2e6800;background:linear-gradient(145deg,#e8ffd6,var(--accent-soft));box-shadow:inset 0 0 0 1px #4a9a0026;font-variant-numeric:tabular-nums}.kpi-project-progress-track{height:5px;margin:0 22px 14px 24px;border-radius:999px;background:#edf2ee;overflow:hidden}.kpi-project-progress-track>i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4fc800,var(--accent));box-shadow:0 0 12px #72ff0073;transition:width .35s ease}.kpi-hierarchy-metrics{margin:0 14px 14px;border:1px solid #e5ebe7;border-radius:14px;overflow:hidden;background:#fbfcfb}.kpi-hierarchy-metrics>span{min-height:64px;padding:12px 13px;background:#fff}.kpi-hierarchy-metrics>span:nth-child(2n){background:#fcfdfc}.kpi-hierarchy-metrics b{font-size:14px;color:#233229;font-variant-numeric:tabular-nums}.kpi-activity-list{position:relative;margin:0 14px 14px;border:1px solid #e5ebe7;border-radius:14px;overflow:hidden;background:#f9fbf9}.kpi-activity-row{grid-template-columns:minmax(245px,1.15fr) minmax(420px,1.6fr);background:#f8faf8;transition:background .16s ease}.kpi-activity-row:hover{background:#f3f8f4}.kpi-activity-title{padding:13px 16px;display:flex;align-items:center;gap:10px;min-width:0}.kpi-activity-title>div{display:grid;gap:3px;min-width:0}.kpi-activity-title strong{display:block;color:#26362d;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpi-activity-title small{display:block;line-height:1.35}.kpi-activity-branch{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;flex:0 0 auto;color:#4d880f;background:#eefde3;box-shadow:inset 0 0 0 1px #4d880f1a}.kpi-activity-metrics{background:#fff}.kpi-activity-metrics>span{min-height:58px;align-content:center}.kpi-activity-metrics b{color:#2a392f;font-variant-numeric:tabular-nums}.kpi-standalone-section{border-color:#d6e2da;border-radius:18px;background:#fff}.kpi-standalone-section>h3{padding:14px 16px;color:#33453a;background:linear-gradient(90deg,#f3f8f4,#fafcfb)}.kpi-standalone-section .kpi-activity-list{margin:0;border:0;border-radius:0}.kpi-period-control{position:sticky;top:10px;z-index:5;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.kpi-period-presets button,.kpi-period-navigation button{transition:background .16s ease,border-color .16s ease,transform .16s ease}.kpi-period-presets button:hover,.kpi-period-navigation button:hover{transform:translateY(-1px)}@media(max-width:900px){.kpi-hierarchy-panel{padding:18px}.kpi-hierarchy-project-head{padding:18px 18px 14px 20px}.kpi-project-progress-track{margin:0 18px 13px 20px}.kpi-hierarchy-metrics,.kpi-activity-list{margin-left:12px;margin-right:12px}.kpi-activity-row{grid-template-columns:1fr}.kpi-activity-title{min-height:58px}}@media(max-width:600px){.kpi-page{gap:13px;padding-bottom:18px}.kpi-card,.kpi-panel,.kpi-period-control{box-shadow:0 7px 20px #1c30260e}.kpi-card:hover{transform:none}.kpi-hierarchy-panel{padding:13px}.kpi-hierarchy-panel>header{align-items:flex-start}.kpi-hierarchy-project{border-radius:16px}.kpi-hierarchy-project:before{top:14px;bottom:14px;width:3px}.kpi-hierarchy-project-head{padding:15px 14px 12px 16px;align-items:center}.kpi-project-icon{width:38px;height:38px;border-radius:11px}.kpi-project-title>strong{font-size:15px}.kpi-project-title>p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kpi-project-progress{display:grid;justify-items:end;gap:3px}.kpi-project-progress>small{display:none}.kpi-progress-pill{min-width:48px;padding:7px 8px;font-size:12px}.kpi-project-progress-track{margin:0 14px 11px 16px}.kpi-hierarchy-metrics{margin:0 9px 10px;border-radius:11px}.kpi-hierarchy-metrics>span{min-height:58px;padding:10px 11px}.kpi-hierarchy-metrics b{font-size:13px}.kpi-activity-list{margin:0 9px 10px;border-radius:11px}.kpi-activity-title{padding:11px 12px;min-height:54px}.kpi-activity-title[style]{margin-left:0!important}.kpi-activity-branch{width:26px;height:26px}.kpi-activity-metrics>span{min-height:52px;padding:9px 10px}.kpi-period-control{position:relative;top:auto}}.kpi-comparison-panel{overflow:hidden;background:linear-gradient(145deg,#fff 45%,#fbfef9)}.kpi-comparison-panel>header>span{white-space:nowrap}.kpi-comparison-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.kpi-comparison-tile{min-width:0;padding:14px;border:1px solid #e4ebe6;border-radius:14px;background:#fff;display:grid;gap:6px;box-shadow:0 5px 14px #1c302609}.kpi-comparison-tile>small{color:var(--muted);font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.kpi-comparison-tile>strong{color:#1d2b23;font-size:20px;line-height:1.15;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.kpi-comparison-tile>p{margin:0;color:#7b8780;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-trend{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:850;white-space:nowrap;font-variant-numeric:tabular-nums}.kpi-trend-positive{color:#347500;background:#eaffe0}.kpi-trend-negative{color:#a94343;background:#fff0f0}.kpi-trend-neutral{color:#66736b;background:#f0f3f1}@media(max-width:980px){.kpi-comparison-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.kpi-comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.kpi-comparison-tile{padding:12px}.kpi-comparison-tile>strong{font-size:17px}.kpi-comparison-panel>header{display:grid;gap:8px}.kpi-comparison-panel>header>span{width:max-content}}.project-status-settings-panel{margin-top:18px}.project-status-settings-list{display:grid;gap:10px;margin-top:14px}.project-status-settings-row{display:grid;grid-template-columns:18px minmax(150px,1.1fr) minmax(140px,1fr) minmax(140px,.8fr) 76px auto auto 40px;gap:10px;align-items:end;padding:12px;border:1px solid #e7eaee;border-radius:14px;background:#fbfcfd}.project-status-color-dot{width:12px;height:12px;border-radius:999px;align-self:center}.project-status-settings-name{display:grid;gap:3px;align-self:center}.project-status-settings-name strong{font-size:13px}.project-status-settings-name small{font-size:10px;color:#8a94a6}.project-status-settings-row label{display:grid;gap:5px}.project-status-settings-row label>span:first-child{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#8a94a6;font-weight:800}.project-status-settings-row input:not([type=checkbox]):not([type=color]),.project-status-settings-row select{height:36px;border:1px solid #dfe3e8;border-radius:10px;background:#fff;padding:0 10px;font:inherit}.project-status-color-field input{width:52px;height:36px;border:1px solid #dfe3e8;border-radius:10px;background:#fff;padding:4px}.project-status-order-actions{display:flex;gap:5px;align-self:center}.project-status-order-actions button,.project-status-delete-button{width:34px;height:34px;border:1px solid #e1e5ea;border-radius:9px;background:#fff;display:grid;place-items:center}.project-status-delete-button{color:#d34f4f}.project-status-delete-button:disabled{opacity:.3}.project-status-settings-save{display:flex;justify-content:flex-end;margin-top:12px}.project-status-new-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(170px,1fr) 160px 58px auto;gap:10px;align-items:center;margin-top:18px;padding:14px;border-radius:14px;background:#f7f9fb;border:1px dashed #d8dde4}.project-status-new-row>div{display:grid;gap:3px}.project-status-new-row>div span{font-size:11px;color:#7f8998}.project-status-new-row input:not([type=color]),.project-status-new-row select{height:38px;border:1px solid #dfe3e8;border-radius:10px;background:#fff;padding:0 10px}.project-status-new-row input[type=color]{width:48px;height:38px;border:1px solid #dfe3e8;border-radius:10px;padding:4px;background:#fff}.project-status-delete-box{margin-top:12px;padding:12px;border:1px solid #f2caca;background:#fff7f7;border-radius:12px;display:grid;grid-template-columns:minmax(220px,1fr) 220px auto auto;gap:10px;align-items:center}.project-status-delete-box>div{display:grid;gap:3px}.project-status-delete-box span{font-size:11px;color:#8a5f5f}.project-status-delete-box select{height:36px;border:1px solid #e4c7c7;border-radius:9px;background:#fff;padding:0 10px}.project-status-confirm-delete{height:36px;border:1px solid #e8a5a5;border-radius:9px;background:#fff;color:#c63d3d;padding:0 12px;display:flex;align-items:center;gap:6px}@media(max-width:1100px){.project-status-settings-row{grid-template-columns:18px minmax(140px,1fr) minmax(140px,1fr) 150px 64px auto auto}.project-status-delete-button{grid-column:7}.project-status-new-row{grid-template-columns:1fr 1fr 160px 58px}.project-status-new-row .primary-button{grid-column:4}}@media(max-width:760px){.project-status-settings-row{grid-template-columns:18px 1fr auto}.project-status-settings-name{grid-column:2}.project-status-settings-row label:not(.settings-type-enabled),.project-status-order-actions{grid-column:1/-1}.project-status-color-field{grid-column:auto!important}.settings-type-enabled{grid-column:2}.project-status-delete-button{grid-column:3;grid-row:1}.project-status-new-row,.project-status-delete-box{grid-template-columns:1fr}.project-status-delete-box select{width:100%}}.settings-page{max-width:1120px;margin:0 auto;display:grid;gap:16px}.settings-panel{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px}.settings-intro{display:flex;align-items:flex-start;gap:14px}.settings-icon,.settings-section-icon{display:grid;place-items:center;background:var(--accent-soft);color:#397600;border-radius:12px;flex:0 0 auto}.settings-icon{width:42px;height:42px}.settings-section-icon{width:36px;height:36px}.settings-intro h2,.settings-panel header h2{margin:0}.settings-intro h2{font-size:21px}.settings-intro p{margin:5px 0 0;color:var(--muted);font-size:13px}.settings-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;align-items:start}.settings-panel header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid #eef0f2}.settings-panel header>div{display:flex;align-items:center;gap:10px}.settings-panel header small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800;margin-bottom:2px}.settings-panel header h2{font-size:18px}.settings-panel header>span{font-size:12px;color:var(--muted)}.settings-page-list{display:grid}.settings-page-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #f0f2f3;cursor:pointer}.settings-page-row:last-child{border-bottom:0}.settings-page-name{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:#38424e}.settings-page-name svg{color:#69727d}.settings-switch{position:relative;width:42px;height:24px;display:block;flex:0 0 auto}.settings-switch input{position:absolute;opacity:0;pointer-events:none}.settings-switch i{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#dfe3e6;transition:.18s}.settings-switch i:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:.18s}.settings-switch.on i{background:#72ff00}.settings-switch.on i:after{transform:translate(18px)}.settings-switch.locked{opacity:.5}.settings-help{margin:14px 0 12px;color:var(--muted);font-size:12px;line-height:1.5}.settings-home-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.settings-home-options button{border:1px solid var(--border);background:#fff;border-radius:11px;min-height:42px;padding:0 11px;display:flex;align-items:center;gap:8px;color:#4b5563;font-size:12px;font-weight:750;cursor:pointer}.settings-home-options button svg:last-child{margin-left:auto}.settings-home-options button:hover{background:#f7f8f9}.settings-home-options button.active{background:var(--accent-soft);border-color:#bdf696;color:#397600}.settings-home-options button:disabled{opacity:.55}.settings-note{margin-top:14px;padding:11px 12px;border-radius:11px;background:#f7f8f9;color:#69727d;font-size:11px;line-height:1.45}.settings-loading{background:#fff;border:1px solid var(--border);border-radius:18px;padding:30px;color:var(--muted);text-align:center}.settings-types-panel{display:grid;gap:14px}.settings-type-list{display:grid;gap:9px}.settings-type-row{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(180px,1.1fr) minmax(160px,.8fr) 72px;gap:10px;align-items:end;padding:12px;border:1px solid #edf0f2;border-radius:13px;background:#fbfcfc}.settings-type-row label,.settings-new-type{font-size:11px;color:#6d7681}.settings-type-row label{display:grid;gap:5px}.settings-type-row input,.settings-type-row select,.settings-new-type input,.settings-new-type select{min-height:38px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:0 10px;color:#39424d;font:inherit;outline:none}.settings-type-row input:focus,.settings-type-row select:focus,.settings-new-type input:focus,.settings-new-type select:focus{border-color:#a9df86;box-shadow:0 0 0 3px #72ff0017}.settings-type-id{display:grid;gap:4px;align-self:center}.settings-type-id strong{font-size:14px;color:#303944}.settings-type-id span{font-size:10px;color:#8a939e}.settings-type-enabled{justify-items:center}.settings-type-actions{display:flex;justify-content:flex-end}.settings-type-actions .secondary-button{display:inline-flex;align-items:center;gap:7px}.settings-new-type{display:grid;grid-template-columns:minmax(170px,.9fr) minmax(180px,1.2fr) minmax(170px,.8fr) auto;gap:10px;align-items:end;padding:14px;border-radius:13px;background:var(--accent-soft);border:1px solid #c7f1aa}.settings-new-type>div{display:grid;gap:3px;align-self:center}.settings-new-type strong{font-size:14px;color:#386d18}.settings-new-type>div span{font-size:10px;color:#658054}.settings-new-type .primary-button{min-height:38px;white-space:nowrap}.settings-integrity-panel{display:grid;gap:14px}.settings-integrity-panel header .secondary-button{display:inline-flex;align-items:center;gap:6px}.integrity-summary{display:grid;grid-template-columns:1.2fr repeat(4,minmax(0,1fr));gap:9px}.integrity-summary>div{min-height:76px;border:1px solid #edf0f2;border-radius:13px;background:#fbfcfc;padding:11px;display:flex;flex-direction:column;justify-content:center;gap:2px}.integrity-summary strong{font-size:22px;line-height:1;color:#27313b}.integrity-summary span{font-size:11px;font-weight:750;color:#5f6974}.integrity-summary small{font-size:9px;color:#8a939e}.integrity-score{flex-direction:row!important;align-items:baseline!important;justify-content:flex-start!important;flex-wrap:wrap}.integrity-score strong{font-size:30px}.integrity-score small{flex-basis:100%}.integrity-summary .critical,.integrity-score.critical{border-color:#f2b8b8;background:#fff6f6}.integrity-summary .critical strong,.integrity-score.critical strong{color:#b42318}.integrity-summary .warning,.integrity-score.warning{border-color:#f4d78d;background:#fffaf0}.integrity-summary .warning strong,.integrity-score.warning strong{color:#9a6700}.integrity-score.ok{border-color:#bfe7b0;background:#f6fff2}.integrity-score.ok strong{color:#397600}.integrity-ok{display:flex;align-items:center;gap:8px;padding:13px;border-radius:12px;background:#f6fff2;border:1px solid #c8edb8;color:#397600;font-size:13px;font-weight:750}.integrity-issues{display:grid;gap:7px;max-height:360px;overflow:auto;padding-right:3px}.integrity-issue{display:flex;align-items:flex-start;gap:8px;padding:10px 11px;border-radius:11px;border:1px solid #edf0f2;background:#fbfcfc}.integrity-issue>svg{flex:0 0 auto;margin-top:1px}.integrity-issue>div{display:grid;gap:2px;min-width:0}.integrity-issue strong{font-size:10px;text-transform:uppercase;letter-spacing:.04em}.integrity-issue span{font-size:11px;color:#59636e;line-height:1.4;overflow-wrap:anywhere}.integrity-issue.critical{border-color:#f2c2c2;background:#fff8f8;color:#b42318}.integrity-issue.warning{border-color:#f1daa2;background:#fffaf2;color:#9a6700}@media(max-width:900px){.settings-grid{grid-template-columns:1fr}.settings-type-row{grid-template-columns:1fr 1fr}.settings-type-id{grid-column:1/-1}.settings-type-enabled{justify-items:start}.settings-new-type{grid-template-columns:1fr 1fr}.settings-new-type>div{grid-column:1/-1}.integrity-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.integrity-score{grid-column:1/-1}}@media(max-width:600px){.settings-page{gap:12px}.settings-panel{padding:14px;border-radius:14px}.settings-intro h2{font-size:18px}.settings-panel header h2{font-size:16px}.settings-home-options{grid-template-columns:1fr}.settings-page-row{padding:11px 0}.settings-type-row,.settings-new-type{grid-template-columns:1fr}.settings-type-id,.settings-new-type>div{grid-column:auto}.settings-type-enabled{display:flex!important;align-items:center;justify-content:space-between;width:100%}.settings-type-actions .secondary-button{width:100%;justify-content:center}.settings-new-type .primary-button{justify-content:center}.settings-integrity-panel header{align-items:flex-start}.settings-integrity-panel header .secondary-button{padding:8px 9px}.integrity-summary{grid-template-columns:1fr 1fr}.integrity-summary>div{min-height:66px}}.integrity-repair{display:grid;gap:12px;padding:14px;border:1px solid #cfe8bf;border-radius:14px;background:linear-gradient(145deg,#f8fff4,#fff)}.integrity-repair-heading{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.integrity-repair-heading>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--accent-soft);color:#397600}.integrity-repair-heading>div{display:grid;gap:2px}.integrity-repair-heading strong{font-size:13px;color:#2e3b33}.integrity-repair-heading p{margin:0;color:var(--muted);font-size:10px;line-height:1.4}.integrity-repair-heading .primary-button,.integrity-repair-actions .primary-button,.integrity-backup button{display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.integrity-repair-preview{display:grid;gap:11px;padding-top:12px;border-top:1px solid #dfecda}.integrity-repair-preview>p{margin:0;color:#5d6c62;font-size:11px}.integrity-repair-counts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.integrity-repair-counts>span{padding:9px 10px;border:1px solid #dce8dd;border-radius:10px;background:#fff;color:#66736b;font-size:10px}.integrity-repair-counts strong{display:block;color:#2f4d39;font-size:18px}.integrity-repair-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:180px;overflow:auto}.integrity-repair-items>span{display:grid;gap:2px;padding:8px 9px;border-radius:9px;background:#fff;border:1px solid #e5ebe7;min-width:0}.integrity-repair-items b{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.integrity-repair-items small{font-size:9px;color:#78847c;overflow-wrap:anywhere}.integrity-repair-actions{display:flex;justify-content:flex-end;gap:8px}.integrity-repair-success{display:flex;align-items:center;gap:8px;padding:10px 11px;border-radius:10px;background:#ecffe2;color:#397600;font-size:11px}.integrity-backup{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid #dfecda}.integrity-backup>div{display:flex;align-items:center;gap:7px;color:#66736b;font-size:10px}.integrity-backup button{padding:7px 9px}@media(max-width:700px){.integrity-repair-heading{grid-template-columns:auto 1fr}.integrity-repair-heading .primary-button{grid-column:1/-1}.integrity-repair-counts,.integrity-repair-items{grid-template-columns:1fr}.integrity-repair-actions{display:grid;grid-template-columns:1fr}.integrity-backup{align-items:flex-start;flex-direction:column}.integrity-backup button{width:100%}}.settings-task-defaults{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:12px;margin-top:2px;border-top:1px solid #e6ebee;background:#fff;border-radius:11px}.settings-task-defaults label{display:grid;gap:5px;font-size:11px;color:#6d7681}.settings-task-defaults input,.settings-task-defaults select{min-height:38px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:0 9px;color:#39424d}.settings-frequency-builder{display:grid;grid-template-columns:auto 70px minmax(82px,1fr);align-items:center;gap:7px}.settings-frequency-builder b{font-size:11px;color:#46515c;white-space:nowrap}.settings-default-toggle{display:flex!important;align-items:center;justify-content:space-between;gap:8px}.settings-default-toggle input{width:18px;min-height:18px;accent-color:var(--accent-deep)}.settings-task-defaults>small{grid-column:1/-1;padding:9px 10px;border-radius:9px;background:#eef7ff;color:#48687f;font-size:10px}@media(max-width:900px){.settings-task-defaults{grid-template-columns:1fr 1fr}}@media(max-width:600px){.settings-task-defaults{grid-template-columns:1fr}.settings-frequency-builder{grid-template-columns:auto 64px 1fr}}.task-tags span,.task-tags button{cursor:pointer;transition:background .15s ease,color .15s ease}.task-tags span:hover,.task-tags button:hover{background:var(--accent-soft);color:#397600}.search-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0f172a57;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:flex-start;padding:9vh 18px 18px}.search-panel{width:min(760px,100%);max-height:78vh;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:0 24px 70px #0f172a33;overflow:hidden;display:grid;grid-template-rows:auto auto minmax(0,1fr)}.search-input-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:15px 16px;border-bottom:1px solid #eef0f2}.search-input-row>svg{color:#69727d}.search-input-row input{width:100%;border:0;outline:0;background:transparent;font:inherit;font-size:17px;color:#111820}.search-input-row input::placeholder{color:#9aa1aa}.search-input-row button{width:34px;height:34px;border:0;border-radius:10px;background:#f5f7f8;display:grid;place-items:center;color:#5e6772;cursor:pointer}.search-summary{display:flex;align-items:center;justify-content:space-between;padding:9px 16px;color:var(--muted);font-size:11px;background:#fafbfb;border-bottom:1px solid #eef0f2}.search-summary kbd{border:1px solid #dfe3e6;border-bottom-width:2px;border-radius:6px;background:#fff;padding:2px 6px;font:inherit;color:#7b838c}.tag-mode-switch{display:inline-flex;gap:4px;padding:3px;border:1px solid #e1e5e8;border-radius:9px;background:#fff}.tag-mode-switch button{border:0;background:transparent;border-radius:6px;padding:4px 8px;font-size:10px;font-weight:800;color:#7b838c;cursor:pointer}.tag-mode-switch button.active{background:var(--accent-soft);color:#397600}.search-results{overflow:auto;padding:8px;display:grid;gap:5px}.search-result{width:100%;text-align:left;border:1px solid transparent;background:#fff;border-radius:13px;padding:12px 13px;display:grid;gap:6px;cursor:pointer;color:inherit}.search-result:hover,.search-result:focus-visible{outline:0;background:#f8faf8;border-color:#d9efc9}.search-result-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.search-kind{font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.055em;color:#60707b}.search-badges{display:flex;align-items:center;gap:5px;flex-wrap:wrap;justify-content:flex-end}.search-recurrence,.search-status{display:inline-flex;align-items:center;gap:3px;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:850;white-space:nowrap}.search-recurrence{background:#eef2ff;color:#5967a8}.search-status{background:#f0f2f4;color:#68717c}.search-status.status-active{background:var(--accent-soft);color:#397600}.search-status.status-completed{background:#eaf8e4;color:#397600}.search-status.status-cancelled{background:#fff1f1;color:#a83b3b}.search-status.status-closed{background:#eef2ff;color:#5967a8}.search-status.status-abandoned{background:#fff5df;color:#986b10}.search-result>strong{font-size:15px;line-height:1.25}.search-result p{margin:0;color:var(--muted);font-size:12px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-result-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#8b949e;font-size:10px}.search-empty{min-height:220px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:#8e97a1}.search-empty strong{color:#3e4650}.search-empty span{font-size:12px}@media(max-width:640px){.search-backdrop{padding:0;align-items:stretch}.search-panel{width:100%;max-height:none;height:100%;border-radius:0;border:0}.search-input-row{padding:13px 14px}.search-input-row input{font-size:16px}.search-summary{padding:8px 14px}.search-result{padding:12px}.search-result-top{align-items:flex-start}.search-result-meta{gap:8px}}:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;color:#10131a;background:#f6f7f8;font-synthesis:none;text-rendering:optimizeLegibility;--accent: #72ff00;--accent-deep: #48c900;--accent-soft: rgba(114, 255, 0, .14);--text: #10131a;--muted: #77808f;--border: #e6e9ed;--surface: #ffffff;--shadow: 0 18px 48px rgba(19, 28, 45, .06)}*{box-sizing:border-box}html{background:#f6f7f8}body{margin:0;min-width:320px;min-height:100vh;background:#f6f7f8}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh;display:grid;grid-template-columns:238px minmax(0,1fr);background:#f6f7f8}.sidebar{position:sticky;top:0;height:100vh;padding:30px 22px;background:#fffffff0;border-right:1px solid var(--border);overflow-y:auto}.brand{font-size:28px;font-weight:760;letter-spacing:-.04em;margin:4px 12px 30px}.brand span{color:var(--accent-deep)}.side-nav{display:flex;flex-direction:column;gap:6px}.nav-item{width:100%;min-height:46px;padding:0 13px;border:0;border-radius:12px;background:transparent;display:flex;align-items:center;gap:12px;color:#4d5665;cursor:pointer;text-align:left}.nav-item:hover{background:#f4f6f7;color:var(--text)}.nav-item.active{background:var(--accent-soft);color:#2f6f00;font-weight:700}.main-area{padding:38px clamp(24px,4vw,64px) 64px;min-width:0}.topbar{max-width:1120px;margin:0 auto 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.eyebrow{margin:0 0 5px;font-size:15px;color:#4f5866}h1{margin:0;font-size:clamp(30px,4vw,44px);line-height:1.05;letter-spacing:-.035em}.muted{color:var(--muted)}.small{font-size:13px}.topbar .muted{margin:6px 0 0}.top-actions{display:flex;gap:8px}.top-actions button,.mobile-topbar button,.row-menu{width:42px;height:42px;border-radius:12px;border:1px solid var(--border);background:#fff;color:#28303c;display:grid;place-items:center;cursor:pointer}.dashboard{max-width:1120px;margin:0 auto;display:grid;gap:18px}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.summary-card,.panel,.empty-state{background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:0 1px #11182705}.summary-card{min-height:228px;padding:22px;display:flex;flex-direction:column;justify-content:space-between}.card-label{margin:0;font-size:17px;font-weight:740;letter-spacing:-.015em}.summary-card p{margin-top:4px}.metric{font-size:clamp(36px,5vw,54px);font-weight:740;letter-spacing:-.045em}.progress{height:8px;background:#f0f2f4;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:var(--accent);border-radius:inherit}.focus-card{align-items:stretch}.focus-ring{--progress: 72%;width:118px;height:118px;border-radius:50%;margin:6px auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;position:relative;background:conic-gradient(var(--accent) var(--progress),#edf0f1 0)}.focus-ring:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:50%;background:#fff}.focus-ring strong,.focus-ring span{position:relative;z-index:1;align-self:auto;margin:0}.focus-ring strong{font-size:36px;line-height:.95}.focus-ring span{font-size:13px;line-height:1;color:var(--muted)}.calm-line{text-align:center;color:#596371;font-size:13px}.dot,.timeline-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent-deep)}.panel{overflow:hidden}.panel-head{padding:20px 22px 12px;display:flex;align-items:center;justify-content:space-between;gap:16px}.panel-head h2{margin:0;font-size:20px;letter-spacing:-.02em}.count-badge{display:inline-grid;place-items:center;min-width:25px;height:25px;padding:0 8px;border-radius:999px;background:#f1f3f4;color:#6b7280;font-size:12px;font-weight:650;vertical-align:2px}.link-button{border:0;background:transparent;color:var(--accent-deep);font-weight:700;cursor:pointer}.event-list{padding:0 22px 6px}.event-row{display:grid;grid-template-columns:56px 12px 46px minmax(0,1fr) auto 94px;gap:12px;align-items:center;min-height:80px;border-top:1px solid #eef0f2;min-width:0}.event-row:first-child{border-top:0}.event-row time{font-weight:650;color:#384150}.event-icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;color:#376e0a;background:var(--accent-soft)}.event-main{min-width:0;display:flex;flex-direction:column;gap:4px}.event-main strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-main span{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.soft-tag{padding:6px 10px;border-radius:999px;background:var(--accent-soft);color:#397600;font-size:12px;font-weight:700;text-transform:capitalize;display:inline-flex;align-items:center;gap:4px}.row-menu{border:0;background:transparent}.home-complete-button{width:94px;min-height:38px;padding:0 10px;border:1px solid #64d927;border-radius:11px;background:#fff;color:#397d0b;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:760;cursor:pointer;white-space:nowrap;justify-self:end}.home-complete-button:hover{background:var(--accent-soft)}.home-complete-button:disabled{opacity:.55;cursor:wait}.duration-badge{padding:5px 9px;border-radius:999px;background:#eef7ff;color:#39719d;font-size:11px;font-weight:750}.week-panel{padding-bottom:12px}.week-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:4px 18px 18px}.day{border:0;background:transparent;min-height:76px;border-radius:14px;display:grid;place-items:center;gap:4px;color:#535c68;cursor:pointer}.day span{font-size:12px}.day strong{font-size:18px;color:var(--text)}.day i{width:5px;height:5px;border-radius:50%;background:#aab0b9}.day.active{background:var(--accent-soft)}.day.active i{background:var(--accent-deep)}.empty-state{max-width:1120px;margin:0 auto;min-height:440px;display:grid;place-items:center;align-content:center;text-align:center;padding:48px;color:#4d5665}.empty-state h2{margin:16px 0 8px;color:var(--text)}.empty-state p{max-width:520px;margin:0}.empty-mark{width:18px;height:18px;border-radius:50%;box-shadow:0 0 22px #72ff00cc}.mobile-topbar,.bottom-nav,.fab{display:none}@media(max-width:860px){body{background:#fff}.app-shell{display:block;background:#fff;padding-bottom:calc(76px + env(safe-area-inset-bottom))}.sidebar,.topbar{display:none}.main-area{padding:88px 14px 18px}.mobile-topbar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;position:fixed;z-index:20;top:0;left:0;right:0;min-height:68px;padding:calc(8px + env(safe-area-inset-top)) 12px 8px;background:#fffffff5;border-bottom:1px solid #eef0f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-topbar strong{text-align:center;font-size:17px}.mobile-topbar button{width:40px;height:40px;border:0}.dashboard{gap:14px}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow:visible}.summary-card{min-height:168px;padding:13px 11px;border-radius:14px;box-shadow:none}.card-label{font-size:12px}.summary-card .small{font-size:10px}.metric{font-size:25px}.focus-ring{width:78px;height:78px}.focus-ring:after{top:7px;right:7px;bottom:7px;left:7px}.focus-ring strong{font-size:24px}.focus-ring span{font-size:10px;margin:0}.calm-line{font-size:10px}.panel{border-radius:14px;box-shadow:none}.panel-head{padding:16px 14px 8px}.panel-head h2{font-size:16px}.event-list{padding:0 12px 4px}.event-row{grid-template-columns:42px 8px 38px minmax(0,1fr) auto 36px;gap:8px;min-height:72px}.event-icon{width:36px;height:36px;border-radius:9px}.event-row time{font-size:12px}.event-main strong{font-size:13px}.event-main span{font-size:11px}.soft-tag{padding:5px 7px;font-size:10px;max-width:74px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-complete-button{width:36px;height:36px;min-height:36px;padding:0;display:grid;place-items:center}.home-complete-button span{display:none}.row-menu{width:30px;height:30px}.week-strip{gap:2px;padding:2px 8px 12px}.day{min-height:62px;padding:4px 2px}.day span{font-size:10px}.day strong{font-size:15px}.bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;z-index:30;left:0;right:0;bottom:0;min-height:66px;padding:7px 8px calc(6px + env(safe-area-inset-bottom));background:#fffffffa;border-top:1px solid #e9ecef;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.bottom-item{border:0;background:transparent;display:grid;place-items:center;gap:3px;color:#636c78;font-size:10px;cursor:pointer}.bottom-item.active{color:#45b900;font-weight:700}.fab{display:grid;place-items:center;position:fixed;z-index:25;right:18px;bottom:calc(78px + env(safe-area-inset-bottom));width:54px;height:54px;border-radius:50%;border:0;background:var(--accent);color:#1c3c00;box-shadow:0 10px 28px #48c90047}.empty-state{min-height:60vh;border-radius:14px;box-shadow:none}}@media(max-width:440px){.main-area{padding-left:10px;padding-right:10px}.summary-card{min-height:156px;padding:12px 8px}.metric{font-size:22px}.focus-ring{width:70px;height:70px}.focus-ring strong{font-size:22px}.event-row{grid-template-columns:38px 7px 34px minmax(0,1fr) 32px}.event-icon{width:32px;height:32px}.soft-tag{display:none}.home-complete-button{grid-column:5}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.tasks-page{max-width:1120px;margin:0 auto;display:grid;gap:18px}.tasks-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center}.segmented{display:inline-flex;padding:4px;border:1px solid var(--border);background:#fff;border-radius:14px}.segmented button{border:0;background:transparent;padding:10px 15px;border-radius:10px;color:#606977;cursor:pointer}.segmented button.active{background:var(--accent-soft);color:#2f6f00;font-weight:750}.segmented span{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:6px;padding:0 6px;background:#f0f2f4;border-radius:999px;font-size:11px;color:#6d7580}.primary-button,.secondary-button{min-height:44px;border-radius:12px;padding:0 17px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.primary-button{border:1px solid #56d400;background:var(--accent);color:#173700}.primary-button:disabled{opacity:.55;cursor:wait}.secondary-button{border:1px solid var(--border);background:#fff;color:#323a45}.tasks-list{display:grid;gap:10px}.task-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:12px;padding:18px;background:#fff;border:1px solid var(--border);border-radius:16px}.complete-button,.task-more,.icon-button{border:0;background:transparent;cursor:pointer;color:#737c88;display:grid;place-items:center}.complete-button{width:40px;height:40px;border-radius:12px;color:#50be00}.complete-button:hover{background:var(--accent-soft)}.task-card-main{min-width:0}.task-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.task-title-row strong{font-size:16px}.task-card-main>p{margin:5px 0 12px;color:var(--muted);font-size:13px}.subtype,.recurring-badge{padding:5px 9px;border-radius:999px;font-size:11px;font-weight:750;display:inline-flex;align-items:center;gap:5px}.subtype{background:var(--accent-soft);color:#337400}.subtype.check{background:#fff2c7;color:#8c6200}.recurring-badge{background:#eef2ff;color:#5261a8}.task-dates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}.task-dates span{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#596270}.task-dates b{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#9198a2}.task-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.task-tags span{padding:5px 8px;border-radius:8px;background:#f4f6f7;color:#5f6772;font-size:11px}.task-actions{display:flex;gap:3px}.task-actions button{width:36px;height:36px;border:0;border-radius:9px;background:transparent;color:#737c88;display:grid;place-items:center;cursor:pointer}.task-actions button:hover{background:#f2f4f5;color:#29313c}.task-actions .danger-icon:hover{background:#fff0f0;color:#c83a3a}.tasks-empty{min-height:360px;border:1px dashed #dce1e5;border-radius:18px;background:#fff;display:grid;place-items:center;align-content:center;text-align:center;padding:38px;color:#7a828d}.tasks-empty h2{margin:14px 0 6px;color:var(--text)}.tasks-empty p{max-width:430px;margin:0 0 18px}.tasks-mobile-add{display:none}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;background:#0c121c47;display:grid;place-items:center;padding:20px}.event-modal{width:min(680px,100%);max-height:min(88vh,820px);overflow:auto;background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:0 30px 80px #0f172a2e}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.modal-head h2{margin:3px 0 0;font-size:26px}.modal-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-deep);font-weight:800}.icon-button{width:40px;height:40px;border-radius:12px;background:#f6f7f8}.field{display:grid;gap:7px;margin:0 0 15px;border:0;padding:0}.field>span,.field legend{font-size:12px;font-weight:750;color:#555f6b}.field input,.field textarea,.field select{width:100%;border:1px solid #dfe3e7;background:#fff;border-radius:12px;padding:12px 13px;color:var(--text);outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:#78d83c;box-shadow:0 0 0 3px var(--accent-soft)}.choice-row{display:flex;gap:8px}.choice{flex:1;min-height:44px;border:1px solid var(--border);background:#fff;border-radius:12px;cursor:pointer}.choice.active{border-color:#69d821;background:var(--accent-soft);color:#2f6f00;font-weight:750}.scope-field{padding:12px;border:1px solid #dfe4e7;border-radius:14px;background:#fafbfb}.scope-choice-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.scope-choice{min-height:46px;border:1px solid #dfe3e7;background:#fff;border-radius:11px;padding:8px 10px;color:#4f5865;cursor:pointer;font-weight:700;font-size:12px;line-height:1.2}.scope-choice.active{border-color:#61d817;background:var(--accent-soft);color:#2f6f00;box-shadow:0 0 0 2px #72ff0014}.date-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.recurrence-box{border:1px solid #dfe4e7;border-radius:16px;padding:14px;margin:4px 0 16px;background:#fafbfb}.recurrence-toggle{display:flex;align-items:center;gap:10px;cursor:pointer}.recurrence-toggle input{width:18px;height:18px;accent-color:#55d100}.recurrence-toggle span{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:800}.recurrence-grid{display:grid;grid-template-columns:2fr 1fr 2fr;gap:10px;margin-top:14px}.recurrence-preview{grid-column:1/-1;padding:10px 12px;background:var(--accent-soft);border-radius:10px;color:#397600;font-size:12px;font-weight:700}.recurrence-readonly{display:flex;gap:8px;align-items:flex-start;padding:11px 12px;border-radius:11px;background:#f2f4ff;color:#5a638f;font-size:12px;line-height:1.45;margin:0 0 14px}.form-error{margin:4px 0 14px;padding:10px 12px;border-radius:10px;background:#fff0f0;color:#aa2b2b;font-size:13px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.tasks-mobile-add{border:0;background:var(--accent);color:#173700;box-shadow:0 10px 28px #48c90047}@media(max-width:860px){.tasks-page{gap:12px}.tasks-toolbar{align-items:stretch}.tasks-toolbar>.primary-button{display:none}.segmented{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.segmented button{padding:10px 6px}.task-card{grid-template-columns:34px minmax(0,1fr);padding:14px 10px;gap:8px;border-radius:14px}.complete-button{width:32px;height:32px}.task-actions{grid-column:2;justify-content:flex-end}.task-actions button{width:32px;height:32px}.task-title-row strong{font-size:14px}.task-dates{grid-template-columns:1fr;gap:7px}.task-dates span{display:grid;grid-template-columns:66px 1fr;align-items:center}.task-dates b{font-size:9px}.tasks-mobile-add{display:grid;place-items:center;position:fixed;z-index:35;right:18px;bottom:calc(80px + env(safe-area-inset-bottom));width:56px;height:56px;border-radius:50%}.modal-backdrop{padding:0;align-items:end}.event-modal{width:100%;max-height:92vh;border-radius:22px 22px 0 0;padding:20px 16px calc(20px + env(safe-area-inset-bottom))}.date-grid,.recurrence-grid,.scope-choice-row{grid-template-columns:1fr}.scope-choice{min-height:42px;text-align:left}.recurrence-preview{grid-column:auto}.modal-actions{position:sticky;bottom:0;background:#fff;padding-top:12px}.modal-actions>*{flex:1}.tasks-empty{min-height:55vh}}.tracking-frequency{display:grid;grid-template-columns:auto 76px minmax(90px,1fr);align-items:center;gap:8px}.tracking-frequency b{font-size:12px;color:#4f5865;white-space:nowrap}.tracking-frequency input,.tracking-frequency select{min-width:0}@media(max-width:520px){.tracking-frequency{grid-template-columns:auto 64px 1fr}}.task-actions{display:flex;align-items:center;gap:6px}.task-actions button{width:36px;height:36px;border:0;border-radius:10px;background:#f7f8f9;color:#48515e;display:grid;place-items:center;cursor:pointer}.task-actions button:hover{background:#eef1f3;color:#111820}.task-actions .danger-icon:hover{background:#fff0f0;color:#c43b3b}.completed-page{max-width:1120px;margin:0 auto;display:grid;gap:16px}.completed-head{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px}.completed-head h2{margin:0 0 5px;font-size:22px}.completed-head p{margin:0;color:var(--muted)}.completed-list{display:grid;gap:10px}.completed-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:17px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.completed-card>div{display:flex;flex-direction:column;gap:5px;min-width:0}.completed-card strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.completed-kind{font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.05em;color:#438e0b}.completed-card .secondary-button{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto}.secondary-button{border:1px solid var(--border);background:#fff;color:#374151;border-radius:11px;padding:10px 14px;cursor:pointer}.secondary-button:hover{background:#f7f8f9}.lifecycle-actions-panel{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;display:grid;gap:12px}.lifecycle-actions-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.lifecycle-actions-head>span{font-size:12px;color:var(--muted)}.lifecycle-active-list{display:grid;gap:10px}.lifecycle-active-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 16px;border:1px solid #edf0f2;border-radius:14px}.lifecycle-active-main{display:grid;gap:8px;min-width:0;flex:1}.lifecycle-active-titleline{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.lifecycle-active-title{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lifecycle-occurrence-line{display:flex;align-items:center;gap:8px;font-size:12px;color:#5e6876}.lifecycle-occurrence-line b{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#87909c}.lifecycle-date-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.lifecycle-date-grid>span{display:grid;gap:3px;padding:8px 10px;border-radius:10px;background:#f8f9fa;color:#3f4854;font-size:11px;min-width:0}.lifecycle-date-grid b{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#8b94a0}.lifecycle-tags{margin-top:0}.lifecycle-terminal-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end;flex:0 0 auto}.lifecycle-terminal-actions button{border:1px solid var(--border);background:#fff;border-radius:10px;min-height:36px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;color:#48515e;font-size:12px;font-weight:700}.lifecycle-terminal-actions button:hover{background:#f7f8f9}.lifecycle-terminal-actions button:first-child:hover{background:#fff3f3;color:#b33b3b}.lifecycle-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.status-badge{width:max-content;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.04em;background:#f0f2f4;color:#68717c}.status-badge.completed{background:var(--accent-soft);color:#357600}.status-badge.cancelled{background:#fff1f1;color:#a83b3b}.status-badge.closed{background:#eef2ff;color:#5967a8}.status-badge.abandoned{background:#fff5df;color:#986b10}.status-badge.deleted{background:#eceff1;color:#646b74}.deleted-lock{display:inline-flex;align-items:center;gap:6px;color:#8a929c;font-size:12px;white-space:nowrap}.lifecycle-card.status-cancelled{border-left:4px solid #db6a6a}.lifecycle-card.status-closed{border-left:4px solid #7686d4}.lifecycle-card.status-abandoned{border-left:4px solid #d6a541}.lifecycle-card.status-completed{border-left:4px solid #69d821}.lifecycle-card.status-deleted{opacity:.72}.history-controls{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;display:grid;gap:16px}.history-filter-group{display:grid;gap:8px}.history-control-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:850;color:#7d8792}.history-chip-row{display:flex;flex-wrap:wrap;gap:7px}.history-chip-row button{border:1px solid var(--border);background:#fff;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:800;color:#66707b;cursor:pointer}.history-chip-row button.active{background:var(--accent-soft);border-color:#b9ee96;color:#397600}.history-chip-row button.active.status-cancelled{background:#fff1f1;border-color:#efc4c4;color:#a54747}.history-chip-row button.active.status-closed{background:#eef2ff;border-color:#cbd4ff;color:#5967a8}.history-chip-row button.active.status-abandoned{background:#fff5df;border-color:#ecd296;color:#986b10}.history-chip-row button.active.status-deleted{background:#eef0f2;border-color:#d9dde1;color:#646b74}.history-control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:10px;align-items:end}.history-control-grid label,.history-custom-period label{display:grid;gap:6px;font-size:11px;font-weight:800;color:#66707b}.history-control-grid select,.history-custom-period input{width:100%;min-height:38px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:0 10px;color:#25303b;font:inherit}.history-sort-direction{min-height:38px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:11px;font-weight:800;color:#56616d;cursor:pointer}.history-sort-direction:hover{background:#f7f8f9}.history-custom-period{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;border-radius:12px;background:#f8f9fa}.history-control-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px}.history-control-footer span{font-size:12px;color:#6d7681;font-weight:750}.history-control-footer button{border:0;background:transparent;color:#4b7f25;font-size:12px;font-weight:800;cursor:pointer}.history-card-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.history-card-head .priority-badge{margin:0}.count-badge{min-width:38px;height:30px;padding:0 10px;border-radius:999px;background:#f2f4f5;display:grid;place-items:center;font-size:12px;font-weight:850;color:#66707b}.lifecycle-tabs{display:flex;gap:8px;padding:5px;background:#f1f3f4;border:1px solid var(--border);border-radius:14px;width:max-content;max-width:100%;overflow-x:auto}.lifecycle-tabs button{border:0;background:transparent;color:#66707b;border-radius:10px;padding:10px 15px;display:inline-flex;align-items:center;gap:8px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap}.lifecycle-tabs button span{min-width:24px;height:22px;padding:0 7px;border-radius:999px;background:#e5e8ea;display:inline-grid;place-items:center;font-size:11px;color:#68717c}.lifecycle-tabs button.active{background:#fff;color:#2f7400;box-shadow:0 1px 3px #141e1414}.lifecycle-tabs button.active span{background:var(--accent-soft);color:#397600}.active-events-panel{gap:16px}.active-event-filters{display:grid;gap:14px;padding:14px;border-radius:14px;background:#f8faf8;border:1px solid #edf2ea}.active-period-grid{grid-template-columns:minmax(240px,420px)}@media(max-width:860px){.task-actions{flex-direction:column;gap:3px}.task-actions button{width:32px;height:32px}.completed-head{padding:16px;border-radius:14px}.completed-head h2{font-size:18px}.completed-head p{font-size:12px}.completed-card{border-radius:14px;padding:14px;gap:12px}.completed-card strong{font-size:14px}.completed-card .secondary-button{padding:8px 10px;font-size:12px}.lifecycle-actions-panel{padding:14px;border-radius:14px}.lifecycle-active-row{align-items:stretch;flex-direction:column}.lifecycle-date-grid{grid-template-columns:1fr}.lifecycle-terminal-actions{width:100%;justify-content:stretch}.lifecycle-terminal-actions button{flex:1;justify-content:center}.history-controls{padding:14px;border-radius:14px}.history-control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.history-sort-direction,.lifecycle-tabs{width:100%}.lifecycle-tabs button{flex:1;justify-content:center}}@media(max-width:520px){.task-card{grid-template-columns:38px minmax(0,1fr) 32px}.task-actions{align-self:start}.task-actions button:nth-child(3){display:none}.completed-card{align-items:flex-start}.completed-card .secondary-button span{display:none}.lifecycle-active-title{white-space:normal}.lifecycle-terminal-actions{display:grid;grid-template-columns:repeat(3,1fr)}.lifecycle-terminal-actions button{padding:0 5px;font-size:10px}.lifecycle-terminal-actions button svg{display:none}.history-control-grid,.history-custom-period{grid-template-columns:1fr}.history-chip-row{gap:6px}.history-chip-row button{padding:6px 9px}.history-sort-direction{justify-content:flex-start}.history-control-footer{align-items:flex-start;flex-direction:column}.completed-card{flex-direction:column}.completed-card .secondary-button{align-self:flex-end}.lifecycle-tabs button{padding:9px 10px;font-size:12px}.active-period-grid{grid-template-columns:1fr}}.lifecycle-card-rich{align-items:stretch;padding:18px 20px;gap:18px}.lifecycle-rich-main{display:grid!important;gap:10px!important;min-width:0;flex:1}.lifecycle-rich-title{font-size:17px!important;white-space:normal!important;overflow:visible!important}.lifecycle-rich-description{margin:0;color:#5f6874;font-size:13px;line-height:1.45}.lifecycle-action-meta{gap:10px}.lifecycle-action-date{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#68717c}.lifecycle-action-date b{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#929aa4}.lifecycle-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.lifecycle-property-grid>span{display:grid;gap:3px;min-width:0;padding:8px 10px;border-radius:10px;background:#f8f9fa;color:#3f4854;font-size:11px}.lifecycle-property-grid b{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#8b94a0}.lifecycle-parent-line{display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:10px;background:#f6f8f5;color:#53605a;font-size:12px}.lifecycle-parent-line b{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#87918a}.lifecycle-rich-actions{min-width:150px;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:center;gap:8px!important}.lifecycle-attachment-zone,.lifecycle-time-summary{display:flex;align-items:center;gap:7px;min-height:36px;padding:7px 9px;border:1px solid var(--border);border-radius:10px;background:#fff;color:#65707b;font-size:11px}.lifecycle-attachment-zone>svg,.lifecycle-time-summary>svg{flex:0 0 auto;color:#7c8791}.lifecycle-time-summary span{flex:1}.lifecycle-time-summary b{font-size:12px;color:#34404c;white-space:nowrap}.lifecycle-rich-actions .secondary-button{justify-content:center}.lifecycle-card-rich.status-cancelled{background:linear-gradient(90deg,snow 0,#fff 26%)}.lifecycle-card-rich.status-cancelled .status-badge{font-size:11px}.lifecycle-card-rich.status-bought{border-left:4px solid #3aa56a}.lifecycle-card-rich.status-bought .status-badge{background:#ecf9f1;color:#24734a}@media(max-width:860px){.lifecycle-card-rich{flex-direction:column}.lifecycle-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lifecycle-rich-actions{width:100%;min-width:0;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.lifecycle-attachment-zone,.lifecycle-time-summary{justify-content:center}.lifecycle-rich-actions .secondary-button{min-height:36px}}@media(max-width:560px){.lifecycle-card-rich{padding:15px}.lifecycle-property-grid{grid-template-columns:1fr}.lifecycle-action-meta{align-items:flex-start;flex-direction:column}.lifecycle-action-date{align-items:flex-start;flex-wrap:wrap}.lifecycle-rich-actions{grid-template-columns:1fr 1fr!important}.lifecycle-rich-actions .secondary-button{grid-column:1/-1}.lifecycle-parent-line{align-items:flex-start;flex-wrap:wrap}.lifecycle-rich-description{font-size:12px}}.upcoming-page{max-width:1120px;margin:0 auto;display:grid;gap:18px}.upcoming-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.upcoming-summary{display:flex;gap:8px;flex-wrap:wrap}.summary-pill{padding:8px 12px;border-radius:999px;background:#f3f5f6;color:#5e6874;font-size:12px;font-weight:800;line-height:1}.summary-pill.overdue{background:#fff0f0;color:#a43838}.summary-pill.today{background:var(--accent-soft);color:#347500}.horizon-switch,.upcoming-filters{display:inline-flex;gap:5px;padding:5px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 1px 2px #0f172a08}.horizon-switch button,.upcoming-filters button{border:0;background:transparent;border-radius:10px;padding:10px 14px;cursor:pointer;color:#66707c;font-weight:750;font-size:13px}.horizon-switch button.active,.upcoming-filters button.active{background:var(--accent-soft);color:#347500}.upcoming-filters{width:max-content}.upcoming-controls-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.list-sort-control{display:flex;align-items:center;gap:7px;padding:5px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 1px 2px #0f172a08}.list-sort-control label{display:flex;align-items:center;gap:7px;padding-left:8px;color:#6c7580;font-size:11px;font-weight:750}.list-sort-control select{border:0;background:#f5f7f8;border-radius:9px;padding:8px 28px 8px 9px;color:#343d48;font:inherit;font-size:12px;outline:none}.list-sort-control button{width:34px;height:34px;border:0;border-radius:9px;background:var(--accent-soft);color:#397600;font-size:18px;font-weight:900;cursor:pointer}.upcoming-list{display:grid;gap:12px}.upcoming-card{display:grid;grid-template-columns:180px minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 20px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 1px 3px #0f172a09}.upcoming-card.overdue{border-left:4px solid #d95b5b}.upcoming-card.today{border-left:4px solid #69d821}.upcoming-date-block{display:grid;gap:8px;align-content:center}.upcoming-date-block>strong{font-size:13px;line-height:1.4;color:#36404b}.temporal-state{width:max-content;padding:6px 9px;border-radius:999px;background:#f0f2f4;color:#68717c;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.temporal-state.overdue{background:#fff0f0;color:#b03c3c}.temporal-state.today{background:var(--accent-soft);color:#367700}.upcoming-main{min-width:0;display:grid;gap:7px}.upcoming-title-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.upcoming-title-row>strong{font-size:16px;color:var(--text)}.upcoming-main>p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.upcoming-meta{display:flex;gap:14px;flex-wrap:wrap;color:#7a838e;font-size:11px}.upcoming-meta span:first-child{font-weight:750;color:#59636f}.upcoming-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.upcoming-edit,.upcoming-complete{min-height:42px;border-radius:12px;padding:0 14px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;white-space:nowrap}.upcoming-edit{border:1px solid var(--border);background:#fff;color:#56616d}.upcoming-edit:hover{background:#f5f7f8;color:#111820}.upcoming-complete{border:1px solid #63d91e;background:#fff;color:#3f8d0a}.upcoming-complete:hover{background:var(--accent-soft)}@media(max-width:860px){.upcoming-page{gap:12px}.upcoming-toolbar{align-items:stretch;flex-direction:column}.upcoming-summary{order:2}.horizon-switch{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.upcoming-controls-row{align-items:stretch}.upcoming-filters{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.list-sort-control{width:100%;justify-content:space-between}.list-sort-control label,.list-sort-control select{flex:1}.horizon-switch button,.upcoming-filters button{padding:10px 6px}.upcoming-card{grid-template-columns:1fr auto;gap:10px;padding:14px;border-radius:15px}.upcoming-date-block{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;gap:10px}.upcoming-main{grid-column:1}.upcoming-actions{grid-column:2;align-self:end;display:grid;grid-template-columns:42px 42px}.upcoming-edit,.upcoming-complete{width:42px;padding:0}.upcoming-edit span,.upcoming-complete span{display:none}.upcoming-meta{display:grid;gap:4px}.summary-pill{font-size:11px}}.calendar-page{max-width:1180px;margin:0 auto;display:grid;gap:18px}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.calendar-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-deep);font-weight:800}.calendar-toolbar h2{margin:3px 0 0;font-size:24px}.calendar-nav{display:flex;align-items:center;gap:8px}.calendar-nav button{height:40px;min-width:40px;border:1px solid var(--border);background:#fff;border-radius:11px;display:grid;place-items:center;cursor:pointer;color:#596270}.calendar-nav .today-button{padding:0 13px;font-weight:750}.calendar-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}.month-card,.day-panel{background:#fff;border:1px solid var(--border);border-radius:18px}.month-card{overflow:hidden}.weekday-row{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid var(--border);background:#fafbfb}.weekday-row span{padding:12px 8px;text-align:center;font-size:11px;font-weight:800;color:#79828d;text-transform:uppercase;letter-spacing:.05em}.month-grid{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-day{position:relative;min-height:112px;border:0;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;text-align:left;padding:10px;cursor:pointer}.calendar-day:nth-child(7n){border-right:0}.calendar-day:hover{background:#fbfcfb}.calendar-day.outside{background:#fafafa;color:#a7adb5}.calendar-day.selected{box-shadow:inset 0 0 0 2px #6bdc24;background:#fbfff8}.calendar-day.today .day-number{background:var(--accent);color:#173700}.day-number{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;font-size:12px;font-weight:800}.day-dots{display:flex;align-items:center;gap:4px;position:absolute;left:10px;bottom:11px}.day-dots i{width:7px;height:7px;border-radius:50%;display:block}.day-dots .dot-activity{background:#6b7cff}.day-dots .dot-task{background:#63d91e}.day-dots .dot-shopping{background:#f5b642}.day-dots em{font-size:10px;color:#7d858f;font-style:normal}.day-count{position:absolute;right:10px;bottom:8px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#f0f2f4;color:#69727d;font-size:10px;font-weight:800;display:grid;place-items:center}.day-panel{padding:18px;display:grid;gap:14px;position:sticky;top:20px}.day-panel-head span{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#8a929c;font-weight:800}.day-panel-head h3{margin:5px 0 4px;font-size:18px;line-height:1.25}.day-panel-head p{margin:0;color:var(--muted);font-size:12px}.day-event-list{display:grid;gap:9px}.day-event{display:grid;grid-template-columns:52px minmax(0,1fr);gap:10px;padding:11px;border:1px solid #e7eaed;border-radius:12px;background:#fcfdfd}.day-event-time{font-size:12px;font-weight:800;color:#3c4652;padding-top:2px}.day-event-main{min-width:0}.day-event-title{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.day-event-title strong{font-size:13px}.day-event-title span{display:inline-flex;align-items:center;gap:3px;padding:3px 6px;border-radius:999px;background:#eef2ff;color:#5a65a1;font-size:9px;font-weight:750}.day-event-main small{display:block;margin-top:3px;color:#7b8490}.day-event-main p{margin:6px 0 0;color:#646d78;font-size:11px;line-height:1.4}.day-empty{padding:24px 10px;text-align:center;color:#8a929c;font-size:12px;border:1px dashed #dde2e6;border-radius:12px}@media(max-width:980px){.calendar-layout{grid-template-columns:1fr}.day-panel{position:static}}@media(max-width:860px){.calendar-page{gap:12px}.calendar-toolbar{align-items:flex-start}.calendar-toolbar h2{font-size:20px}.calendar-nav .today-button{display:none}.month-card{border-radius:14px;overflow:auto}.weekday-row,.month-grid{min-width:700px}.calendar-day{min-height:92px;padding:8px}.day-number{width:25px;height:25px}.day-dots{left:8px;bottom:9px}.day-count{right:8px}.day-panel{padding:14px;border-radius:14px}.day-event{grid-template-columns:46px minmax(0,1fr)}}.board-page{max-width:1220px;margin:0 auto;display:grid;gap:16px}.board-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px 18px}.board-toolbar-summary{white-space:nowrap}.board-toolbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.board-kind-filters{display:flex;gap:8px;flex-wrap:wrap}.board-kind-filters button{border:1px solid var(--border);background:#fff;color:#596371;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:750;cursor:pointer}.board-kind-filters button.active{background:var(--accent-soft);border-color:#bdf696;color:#397600}.board-kind-filters button:last-child.active{background:#fff6cb;border-color:#e6c858;color:#775f0d}.board-someday-add{border:1px solid #e3c86a;background:#fff8d8;color:#7f6510;border-radius:11px;min-height:36px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;cursor:pointer}.board-someday-add:hover{background:#fff2b5}.board-grid{display:grid;grid-template-columns:repeat(5,minmax(210px,1fr));gap:12px;align-items:start}.board-column{background:#f3f5f6;border:1px solid #e6e9ed;border-radius:16px;min-height:300px;padding:10px}.board-column>header{display:flex;align-items:center;justify-content:space-between;padding:6px 5px 12px}.board-column h2{margin:0;font-size:15px;letter-spacing:-.01em}.board-column>header>span{min-width:25px;height:25px;padding:0 7px;border-radius:999px;background:#fff;display:grid;place-items:center;font-size:11px;color:#6b7280}.board-cards{display:grid;gap:9px}.board-empty{padding:24px 12px;text-align:center;color:#9aa1aa;font-size:12px}.board-card{background:#fff;border:1px solid #e8ebee;border-radius:13px;padding:13px;display:grid;gap:10px;box-shadow:0 1px #11182705}.board-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.board-card-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.board-kind{font-size:10px;text-transform:uppercase;letter-spacing:.05em;font-weight:800;color:#69727d;display:inline-flex;align-items:center;gap:4px}.board-recurrence{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:999px;background:#eef2ff;color:#5967a8;font-size:10px;font-weight:800;white-space:nowrap}.board-title{font-size:15px;line-height:1.25}.board-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.35}.board-occurrence{font-size:11px;font-weight:750;color:#4d6d2f;background:var(--accent-soft);border-radius:9px;padding:6px 8px}.board-dates{display:grid;gap:5px}.board-dates span{display:grid;grid-template-columns:58px 1fr;gap:6px;font-size:11px;color:#596371}.board-dates b{font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:#98a0aa}.board-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:3px}.board-duration{display:inline-flex;align-items:center;gap:5px;color:#6f7884;font-size:11px}.board-footer button{border:1px solid #70db37;background:#fff;color:#397d0b;border-radius:9px;min-height:32px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:800;cursor:pointer}.board-footer button:hover{background:var(--accent-soft)}.board-footer button:disabled{opacity:.5}.board-footer .board-plan-button{border-color:#d8bc54;color:#7a6112;background:#fffdf5}.board-footer .board-plan-button:hover{background:#fff5c9}.board-someday-note{font-size:11px;line-height:1.4;color:#766a3d;background:#fff9df;border-radius:9px;padding:8px}.someday-card{border-color:#eadb9b;background:#fffefa}.state-overdue{border-top:3px solid #e97878}.state-today{border-top:3px solid #72ff00}.state-upcoming{border-top:3px solid #8aa4e8}.state-undated{border-top:3px solid #b3b9c1}.state-someday{border-top:3px solid #e4c44d;background:#f8f6ed}.board-focus-view{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;display:grid;gap:16px;min-width:0}.board-focus-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid #eef0f2}.board-focus-head>div{display:grid;gap:2px}.board-focus-head span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800}.board-focus-head h2{margin:0;font-size:24px}.board-focus-head>strong{min-width:34px;height:34px;border-radius:999px;background:#f2f4f5;display:grid;place-items:center;font-size:13px}.board-focus-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.board-card-focus{padding:17px;gap:12px;min-width:0}.board-card-focus .board-title{font-size:18px}.board-card-focus .board-dates{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.board-card-focus .board-dates span{display:grid;grid-template-columns:1fr;gap:3px;padding:9px;border-radius:10px;background:#f7f8f9;font-size:12px}.board-card-focus .board-dates b{font-size:9px}.board-state-badge{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;background:#f0f2f4;color:#69727d;font-size:10px;font-weight:800;white-space:nowrap;border-top:0}.board-state-badge.state-overdue{background:#fff0f0;color:#a84848}.board-state-badge.state-today{background:var(--accent-soft);color:#397600}.board-state-badge.state-upcoming{background:#eef2ff;color:#5967a8}.board-state-badge.state-undated{background:#f0f2f4;color:#69727d}.board-state-badge.state-someday{background:#fff6cb;color:#775f0d}.board-focus-empty{padding:60px 20px;text-align:center;color:#8f98a3;background:#f8f9fa;border-radius:14px}.board-adaptive-grid{display:grid;gap:14px;align-items:start;overflow-x:auto;padding-bottom:6px}.board-adaptive-grid.cols-1{grid-template-columns:1fr}.board-adaptive-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.board-adaptive-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.board-adaptive-group .board-focus-cards{grid-template-columns:1fr}.board-adaptive-grid.cols-1 .board-focus-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.board-adaptive-grid.cols-2 .board-focus-head h2{font-size:22px}.board-adaptive-grid.cols-3 .board-focus-view{padding:15px}.board-adaptive-grid.cols-3 .board-focus-head h2{font-size:20px}.board-adaptive-grid.cols-3 .board-card-focus{padding:14px}.board-adaptive-grid.cols-3 .board-card-focus .board-title{font-size:16px}.board-adaptive-grid.cols-3 .board-card-focus .board-dates{grid-template-columns:1fr}.board-adaptive-grid.cols-3 .board-card-focus .board-dates span{grid-template-columns:58px 1fr;padding:7px 8px}.board-mini-modal{width:min(520px,calc(100vw - 28px))}.board-plan-help{margin:0;color:var(--muted);font-size:12px;line-height:1.45;background:#f7f8f9;border-radius:10px;padding:10px 12px}@media(max-width:1180px){.board-grid{overflow-x:auto;grid-template-columns:repeat(5,250px);padding-bottom:6px}.board-adaptive-grid.cols-2{grid-template-columns:repeat(2,minmax(360px,1fr))}.board-adaptive-grid.cols-3{grid-template-columns:repeat(3,minmax(320px,1fr))}.board-adaptive-grid.cols-1 .board-focus-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.board-page{gap:12px}.board-toolbar{border-radius:14px;padding:13px;align-items:flex-start;flex-direction:column}.board-toolbar-actions{width:100%;justify-content:flex-start}.board-grid{grid-template-columns:repeat(5,250px);overflow-x:auto}.board-column{min-height:auto;border-radius:14px}.board-cards{grid-template-columns:1fr}.board-someday-add{margin-left:auto}.board-focus-view{border-radius:14px;padding:14px}.board-adaptive-grid.cols-2{grid-template-columns:repeat(2,320px)}.board-adaptive-grid.cols-3{grid-template-columns:repeat(3,300px)}.board-adaptive-grid.cols-1 .board-focus-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.board-card-focus .board-dates{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.board-kind-filters{width:100%}.board-kind-filters button{flex:1}.board-toolbar-actions{display:grid;grid-template-columns:1fr}.board-someday-add{margin-left:0;justify-content:center}.board-footer button span{display:none}.board-footer button{width:34px;padding:0;justify-content:center}.board-adaptive-grid.cols-1 .board-focus-cards{grid-template-columns:1fr}.board-adaptive-grid.cols-2{grid-template-columns:repeat(2,280px)}.board-adaptive-grid.cols-3{grid-template-columns:repeat(3,270px)}.board-card-focus .board-dates{grid-template-columns:1fr}.board-focus-head h2{font-size:20px}.board-mini-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}}.tasks-toolbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.event-sort-control{display:inline-flex;align-items:center;gap:7px;padding:5px;border:1px solid var(--border);border-radius:13px;background:#fff}.event-sort-control label{display:flex;align-items:center;gap:7px}.event-sort-control label>span{font-size:11px;font-weight:800;color:#7a838e;white-space:nowrap;padding-left:5px}.event-sort-control select{border:0;background:#f6f8f9;border-radius:9px;min-height:34px;padding:0 28px 0 10px;color:#39424d;font-weight:750;font-size:12px;outline:none}.event-sort-control button{min-height:34px;border:0;background:#fff;border-radius:9px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;color:#56616d;font-size:11px;font-weight:800;cursor:pointer}.event-sort-control button:hover{background:var(--accent-soft);color:#347500}@media(max-width:860px){.tasks-toolbar{flex-wrap:wrap}.tasks-toolbar-actions{width:100%;justify-content:space-between}.tasks-toolbar-actions>.primary-button{display:none}.event-sort-control{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto}.event-sort-control label{min-width:0}.event-sort-control select{flex:1;width:100%}.event-sort-control button span{display:none}.event-sort-control button{width:38px;justify-content:center;padding:0}}.priority-choice-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.priority-choice{min-height:42px;border:1px solid var(--border);background:#fff;border-radius:11px;color:#5d6671;font-size:12px;font-weight:800;cursor:pointer}.priority-choice.active{box-shadow:0 0 0 2px #72ff0014}.priority-choice.priority-low.active{background:#f3f5f6;border-color:#cfd5da;color:#616b75}.priority-choice.priority-normal.active{background:var(--accent-soft);border-color:#72d93a;color:#397600}.priority-choice.priority-high.active{background:#fff0f0;border-color:#e59a9a;color:#a33b3b}.priority-badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:850;white-space:nowrap}.priority-badge.priority-low{background:#f1f3f4;color:#69727c}.priority-badge.priority-normal{background:var(--accent-soft);color:#397600}.priority-badge.priority-high{background:#fff0f0;color:#a33b3b}@media(max-width:560px){.priority-choice-row{grid-template-columns:1fr}.priority-choice{text-align:left;padding:0 12px}}.bulk-action-bar{display:flex;align-items:center;gap:10px;min-height:48px;padding:8px 10px;border:1px solid var(--border);border-radius:14px;background:#fff}.bulk-action-bar.active{border-color:#b9e99b;background:#fbfff8}.bulk-select-all,.bulk-actions button{border:1px solid var(--border);background:#fff;border-radius:10px;min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-weight:750;color:#56616d}.bulk-select-all:hover,.bulk-actions button:hover{background:#f5f7f8}.bulk-count{font-size:12px;font-weight:800;color:#66707b}.bulk-actions{margin-left:auto;display:flex;gap:7px;flex-wrap:wrap}.bulk-actions button:first-child{border-color:#72d93c;color:#3d850d}.bulk-actions .bulk-cancel{border-color:#efc4c4;color:#a54747}.bulk-actions .bulk-clear{color:#77808b}.row-select{width:34px;height:34px;border:0;background:transparent;border-radius:9px;color:#7d8792;display:grid;place-items:center;cursor:pointer}.row-select:hover{background:#f3f5f6;color:#2f6f00}.upcoming-card.selected,.task-card.selected{box-shadow:0 0 0 2px #72ff0040;border-color:#a9df86}.upcoming-card{grid-template-columns:34px 180px minmax(0,1fr) auto}.task-card.bulk-enabled{grid-template-columns:34px 42px minmax(0,1fr) auto}@media(max-width:860px){.bulk-action-bar{align-items:stretch;flex-wrap:wrap}.bulk-actions{width:100%;margin-left:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.bulk-actions .bulk-clear{grid-column:1/-1}.bulk-select-all span{display:inline}.upcoming-card{grid-template-columns:34px minmax(0,1fr) auto}.upcoming-card .row-select{grid-column:1}.upcoming-card .upcoming-date-block{grid-column:2/-1}.upcoming-card .upcoming-main{grid-column:2}.upcoming-card .upcoming-actions{grid-column:3}.task-card.bulk-enabled{grid-template-columns:34px 34px minmax(0,1fr)}.task-card.bulk-enabled .task-actions{grid-column:3}}.board-someday-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.board-footer .board-edit-button{border-color:#cfd6dd;color:#4f5b67;background:#fff}.board-footer .board-edit-button:hover{background:#f4f6f7}.board-someday-edit-modal{width:min(620px,calc(100vw - 28px));max-height:calc(100vh - 36px);overflow:auto}.board-someday-edit-modal .choice-row{flex-wrap:wrap}.board-someday-edit-modal .choice{min-width:100px}.someday-card .priority-badge{font-size:9px}@media(max-width:560px){.board-someday-actions{gap:5px}.board-someday-actions button{width:34px;padding:0;justify-content:center}.board-someday-actions button span{display:none}.board-someday-edit-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.board-someday-edit-modal .choice-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.board-someday-edit-modal .choice{min-width:0;padding-left:6px;padding-right:6px;font-size:11px}}.projects-page{display:grid;gap:18px}.projects-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.projects-toolbar>div{font-size:15px;color:#697386}.projects-toolbar strong{font-size:20px;color:#111827;margin-right:5px}.project-new{display:inline-flex;align-items:center;gap:8px}.project-migration-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid rgba(114,255,0,.35);background:#72ff0014;border-radius:16px}.project-migration-banner>div{display:grid;gap:3px}.project-migration-banner strong{font-size:14px}.project-migration-banner span{font-size:12px;color:#667085}.project-migration-banner button{border:1px solid #8dde54;background:#fff;border-radius:11px;padding:9px 14px;font-weight:750;cursor:pointer}.project-error{margin:0}.projects-layout{display:grid;grid-template-columns:minmax(220px,290px) minmax(0,1fr);gap:16px;align-items:start}.projects-list-panel,.project-detail-panel{background:#fff;border:1px solid #e6e9ee;border-radius:20px}.projects-list-panel{padding:10px;display:grid;gap:6px}.projects-list-head{display:flex;align-items:center;justify-content:space-between;padding:8px 8px 11px;color:#667085}.projects-list-head span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.projects-list-head small{background:#f3f5f7;border-radius:999px;padding:3px 8px}.project-list-item{width:100%;border:0;background:transparent;border-radius:14px;padding:11px 10px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;cursor:pointer;color:#1d2939}.project-list-item:hover{background:#f7f9fa}.project-list-item.active{background:#72ff0021}.project-list-icon{width:36px;height:36px;border-radius:11px;background:#f2f5f3;display:grid;place-items:center}.project-list-item.active .project-list-icon{background:#72ff0038;color:#397d13}.project-list-item>span:nth-child(2){min-width:0;display:grid;gap:3px}.project-list-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.project-list-item small{color:#8a94a6;font-size:11px}.project-detail-panel{min-height:420px;padding:20px}.project-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;border-bottom:1px solid #edf0f2}.project-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#55a52a}.project-detail-head h2{font-size:25px;margin:3px 0 5px}.project-detail-head p{margin:0;max-width:680px;color:#697386;font-size:13px;line-height:1.5}.project-head-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.project-head-actions button,.project-inline-action{border:1px solid #dfe4e8;background:#fff;border-radius:10px;min-height:36px;padding:7px 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:700;color:#344054;cursor:pointer}.project-head-actions button:first-child,.project-inline-action:not(.secondary){border-color:#91e362;background:#72ff0017;color:#397d13}.project-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:16px 0}.project-metrics>div:not(.project-progress){background:#f7f8f9;border-radius:14px;padding:12px;display:grid;gap:4px}.project-metrics span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#8892a3;font-weight:750}.project-metrics strong{font-size:21px}.project-progress{grid-column:1/-1;height:7px;background:#eef1f2;border-radius:999px;overflow:hidden}.project-progress span{display:block;height:100%;background:#72ff00;border-radius:999px;transition:width .2s ease}.project-tree-section{display:grid;gap:10px}.project-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 1px 2px}.project-section-title span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#8490a2;font-weight:800}.project-section-title strong{font-size:12px;color:#667085}.project-tree-node{display:grid;gap:7px}.project-tree-card{margin-left:calc(var(--tree-depth,0) * 24px);display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid #e8ebef;border-radius:14px;background:#fff;position:relative}.project-tree-card:before{content:"";position:absolute;left:-13px;top:50%;width:12px;border-top:1px solid #dfe4e8;display:none}.project-tree-node[style*="--tree-depth: 1"]>.project-tree-card:before,.project-tree-node[style*="--tree-depth: 2"]>.project-tree-card:before{display:block}.project-type-icon{width:34px;height:34px;flex:0 0 34px;border-radius:10px;display:grid;place-items:center;background:#f3f5f7;color:#667085}.project-type-icon.type-activity{background:#eefbe9;color:#4a9726}.project-type-icon.type-task{background:#edf4ff;color:#4d6ea8}.project-type-icon.type-shopping{background:#fff6df;color:#9b7113}.project-type-icon.type-project{background:#72ff0026;color:#397d13}.project-tree-main{min-width:0;flex:1;display:grid;gap:2px}.project-tree-main strong{font-size:14px}.project-tree-main p{font-size:12px;color:#7a8495;margin:2px 0 0}.project-tree-meta{display:flex;align-items:center;gap:7px;font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#8791a2;font-weight:800}.project-done{display:inline-flex;align-items:center;gap:3px;color:#45951f}.project-inline-action{min-height:32px;font-size:11px;padding:5px 8px}.project-inline-action.secondary{background:#fafbfb}.project-tree-children{display:grid;gap:7px}.projects-empty{padding:24px 12px;text-align:center;color:#929baa;font-size:13px;line-height:1.45}.projects-empty.detail{background:#f8f9fa;border-radius:14px;margin-top:4px}.project-modal{max-width:520px}.project-modal-help{font-size:12px;color:#7b8494;margin:0 0 10px}.project-attach-modal{max-width:620px}.project-attach-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid #dfe4e8;border-radius:12px;background:#fff;padding:0 11px;margin-bottom:10px;color:#7b8494}.project-attach-search:focus-within{border-color:#91e362;box-shadow:0 0 0 3px #72ff0017}.project-attach-search input{border:0;outline:0;background:transparent;min-height:44px;width:100%;font:inherit;color:#1d2939}.project-attach-search span{min-width:26px;text-align:center;border-radius:999px;background:#f1f4f5;padding:3px 7px;font-size:11px;font-weight:800;color:#667085}.project-attach-list{display:grid;gap:7px;max-height:330px;overflow:auto}.project-attach-list>button{width:100%;border:1px solid #e5e9ed;background:#fff;border-radius:12px;padding:9px 10px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;cursor:pointer}.project-attach-list>button:hover{background:#f7faf5;border-color:#c8ecb3}.project-attach-list>button>span:nth-child(2){display:grid;gap:2px;min-width:0}.project-attach-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-attach-list small{color:#8b95a5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-attach-list .project-type-icon{width:32px;height:32px;flex-basis:32px}@media(max-width:900px){.projects-layout{grid-template-columns:1fr}.projects-list-panel{display:flex;overflow-x:auto;gap:8px}.projects-list-head{display:none}.project-list-item{min-width:220px}.project-detail-panel{min-height:0}.project-detail-head{flex-direction:column}.project-head-actions{justify-content:flex-start}.project-metrics{grid-template-columns:repeat(3,minmax(80px,1fr))}}@media(max-width:600px){.projects-toolbar{align-items:stretch}.projects-toolbar>div{display:flex;align-items:center}.project-new{min-height:44px}.project-detail-panel{padding:14px;border-radius:16px}.project-detail-head h2{font-size:22px}.project-head-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.project-head-actions button{min-height:44px}.project-metrics{gap:7px}.project-metrics>div:not(.project-progress){padding:10px}.project-metrics strong{font-size:18px}.project-section-title{align-items:flex-start;flex-direction:column}.project-tree-card{margin-left:calc(var(--tree-depth,0) * 12px);flex-wrap:wrap}.project-tree-main{min-width:calc(100% - 48px)}.project-inline-action{flex:1;min-height:38px}.project-migration-banner{align-items:flex-start;flex-direction:column}.project-migration-banner button{width:100%;min-height:42px}.project-attach-modal{max-width:calc(100vw - 24px)}.project-attach-list{max-height:45vh}}.project-tree-card{margin-left:calc(var(--tree-depth,0) * 20px)}.project-tree-node[style*="--tree-depth: 1"]>.project-tree-card:before,.project-tree-node[style*="--tree-depth: 2"]>.project-tree-card:before,.project-tree-node[style*="--tree-depth: 3"]>.project-tree-card:before,.project-tree-node[style*="--tree-depth: 4"]>.project-tree-card:before{display:block}.project-depth-badge{display:inline-flex;align-items:center;border-radius:999px;background:#f3f5f7;padding:2px 6px;color:#788395;font-size:9px;letter-spacing:.04em}.project-tree-node[style*="--tree-depth: 1"]>.project-tree-card,.project-tree-node[style*="--tree-depth: 2"]>.project-tree-card,.project-tree-node[style*="--tree-depth: 3"]>.project-tree-card,.project-tree-node[style*="--tree-depth: 4"]>.project-tree-card{border-left-color:#cfe8c1}@media(max-width:600px){.project-tree-card{margin-left:calc(var(--tree-depth,0) * 9px)}.project-depth-badge{display:none}.project-tree-meta{flex-wrap:wrap}.project-tree-card>.dependency-trigger,.project-tree-card>.attachment-trigger,.project-inline-action{min-height:40px}.project-tree-card{gap:8px}}.project-attach-modal{display:grid;grid-template-rows:auto auto auto minmax(180px,1fr) auto;max-height:min(78vh,720px);overflow:hidden}.project-attach-modal>.modal-head,.project-attach-modal>.project-modal-help,.project-attach-modal>.project-attach-search,.project-attach-modal>.modal-actions{position:relative;z-index:1;background:#fff}.project-attach-list{min-height:180px;max-height:none;overflow-y:scroll;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:4px}.project-attach-list::-webkit-scrollbar{width:10px}.project-attach-list::-webkit-scrollbar-track{background:#f3f5f7;border-radius:999px}.project-attach-list::-webkit-scrollbar-thumb{background:#c7ced6;border:2px solid #f3f5f7;border-radius:999px}.project-attach-list::-webkit-scrollbar-thumb:hover{background:#aeb7c1}.project-attach-modal>.modal-actions{margin-top:0;padding-top:12px;border-top:1px solid #edf0f2}@media(max-width:600px){.project-attach-modal{max-height:82vh;grid-template-rows:auto auto auto minmax(160px,1fr) auto}.project-attach-list{min-height:160px}}.template-one-layout{grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:12px}.template-one-nav{padding:8px}.template-one-nav .project-list-item{padding:9px 8px;gap:8px}.template-one-nav .project-list-icon{width:32px;height:32px}.template-one-nav .project-list-item strong{font-size:13px}.template-one-nav .project-list-item small{font-size:10px}.template-one-detail{padding:16px;min-width:0}.compact-project-head{padding-bottom:12px}.compact-project-head h2{font-size:23px}.template-one-tree{gap:6px;overflow-x:auto}.project-tree-table-head{display:grid;grid-template-columns:minmax(280px,1fr) 92px 108px 92px minmax(210px,auto);gap:8px;align-items:center;padding:0 10px 6px;font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:800;color:#8a94a6;min-width:850px}.project-tree-table-head span:not(:first-child){text-align:center}.project-tree-row{display:grid;grid-template-columns:minmax(280px,1fr) 92px 108px 92px minmax(210px,auto);gap:8px;align-items:center;min-width:850px;padding:9px 10px}.project-tree-identity{display:flex;align-items:center;gap:9px;min-width:0}.project-tree-row .project-tree-main{min-width:0}.project-tree-row .project-tree-main>strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-time-cell{display:grid;gap:2px;text-align:center;padding:6px 4px;border-radius:9px;background:#f7f8f9}.project-time-cell span{font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:#929baa;font-weight:800}.project-time-cell strong{font-size:12px;color:#344054}.project-time-cell.total{background:#72ff001c}.project-time-cell.total strong{color:#397d13}.project-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px;min-width:0}.project-row-actions .project-inline-action{white-space:nowrap}.template-one .project-tree-card{margin-left:calc(var(--tree-depth,0) * 16px)}.template-one .project-tree-card:before{left:-9px;width:8px}.template-one .aggregate-panel{margin:12px 0}.template-one .aggregate-grid{grid-template-columns:repeat(4,minmax(120px,1fr))}.template-one-nav{position:sticky;top:16px;max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c5cbd3 transparent}.template-one-nav::-webkit-scrollbar{width:8px}.template-one-nav::-webkit-scrollbar-thumb{background:#c5cbd3;border-radius:999px}.template-one-nav::-webkit-scrollbar-track{background:transparent}@media(max-width:1100px){.template-one-layout{grid-template-columns:170px minmax(0,1fr)}.project-tree-table-head,.project-tree-row{grid-template-columns:minmax(240px,1fr) 84px 96px 84px minmax(180px,auto);min-width:780px}.project-row-actions{gap:4px}.project-row-actions .project-inline-action{font-size:10px;padding:5px 6px}}@media(max-width:900px){.template-one-layout{grid-template-columns:1fr}.template-one-nav{position:static;display:flex;max-height:none;overflow-x:auto;overflow-y:hidden}.template-one-nav .project-list-item{min-width:180px}.template-one-detail{padding:14px}.project-tree-table-head,.project-tree-row{min-width:760px}}@media(max-width:600px){.template-one .aggregate-grid{grid-template-columns:1fr 1fr}.template-one-tree{margin-left:-6px;margin-right:-6px;padding-bottom:4px}.project-tree-table-head,.project-tree-row{grid-template-columns:minmax(210px,1fr) 76px 88px 76px minmax(170px,auto);min-width:700px}.project-tree-row{padding:8px}.project-time-cell{padding:5px 3px}.project-time-cell strong{font-size:11px}.project-row-actions{flex-wrap:nowrap}.template-one .project-tree-card{margin-left:calc(var(--tree-depth,0) * 10px)}}.project-status-workspace{gap:16px}.project-status-toolbar{margin-bottom:0}.project-status-filters{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:2px 1px 7px;scrollbar-width:thin;scroll-snap-type:x proximity}.project-status-filters button{border:1px solid #e1e6ea;background:#fff;color:#526071;border-radius:999px;min-height:36px;padding:7px 13px;white-space:nowrap;font-size:11px;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;gap:7px;scroll-snap-align:start}.project-status-filters button b{min-width:22px;padding:2px 6px;border-radius:999px;background:#f2f4f6;color:#657184;font-size:10px}.project-status-filters button:hover{border-color:#b9c1c9;background:#fbfcfc}.project-status-filters button.active{border-color:#8dde54;background:#72ff001c;color:#397d13}.project-status-filters button.active b{background:#72ff0033;color:#397d13}.project-status-filters button.configurable-status{border-color:color-mix(in srgb,var(--project-status-color) 30%,#e5e7eb);color:color-mix(in srgb,var(--project-status-color) 80%,#263238);background:color-mix(in srgb,var(--project-status-color) 7%,white)}.project-status-filters button.configurable-status.active{border-color:var(--project-status-color);background:color-mix(in srgb,var(--project-status-color) 14%,white);box-shadow:0 0 0 2px color-mix(in srgb,var(--project-status-color) 10%,transparent)}.project-status-filters button.configurable-status b{background:color-mix(in srgb,var(--project-status-color) 12%,white);color:inherit}.project-top-layout{grid-template-columns:minmax(0,1fr)!important;gap:14px}.project-top-nav{position:static!important;display:grid!important;grid-auto-flow:column;grid-auto-columns:minmax(220px,280px);gap:10px;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 1px 10px!important;border:0!important;background:transparent!important;border-radius:0!important;scrollbar-width:thin;scrollbar-color:#c8ced6 transparent;scroll-snap-type:x proximity;overscroll-behavior-inline:contain}.project-top-nav::-webkit-scrollbar{height:8px}.project-top-nav::-webkit-scrollbar-thumb{background:#c8ced6;border-radius:999px}.project-top-nav .projects-list-head{display:none}.project-top-nav .project-list-item{min-width:0!important;min-height:82px;padding:12px 13px!important;border:1px solid #e5e9ed;background:#fff;border-radius:16px;display:grid!important;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;row-gap:4px;box-shadow:0 1px 2px #10182808;scroll-snap-align:start}.project-top-nav .project-list-item:hover{border-color:#cbd2d9;background:#fff}.project-top-nav .project-list-item.active{border-color:var(--project-status-color,#7edd49);background:#fff;box-shadow:0 0 0 2px color-mix(in srgb,var(--project-status-color,#72ff00) 9%,transparent)}.project-top-nav .project-list-icon{grid-row:1/3;width:34px;height:34px}.project-top-nav .project-list-item>span:nth-child(2){align-self:center;min-width:0}.project-top-nav .project-list-item strong{font-size:13px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-top-nav .project-list-item small{font-size:10px}.project-status-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;border-radius:999px;padding:4px 8px;font-style:normal;font-size:9px;font-weight:800;letter-spacing:.02em;white-space:nowrap;border:1px solid transparent}.project-top-nav .project-status-badge{grid-column:2;justify-self:start}.configurable-status-badge{color:color-mix(in srgb,var(--project-status-color) 78%,#263238);border-color:color-mix(in srgb,var(--project-status-color) 35%,#dfe3e7);background:color-mix(in srgb,var(--project-status-color) 10%,white)}.status-active{background:#effce9!important;color:#3e8b1e!important;border-color:#c9edb6!important}.status-planned{background:#eef5ff!important;color:#3568b8!important;border-color:#c9daf5!important}.status-study{background:#f6f0ff!important;color:#7650a8!important;border-color:#dfd0f2!important}.status-paused{background:#fff6e6!important;color:#a16811!important;border-color:#f1d7a5!important}.status-completed{background:#edf8ff!important;color:#3d72a3!important;border-color:#cce3f3!important}.status-abandoned{background:#fff0f0!important;color:#a44343!important;border-color:#efcaca!important}.status-archived{background:#f2f4f6!important;color:#667085!important;border-color:#dfe3e7!important}.project-title-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.project-status-select{border:1px solid #dfe4e8;border-radius:10px;min-height:38px;padding:7px 30px 7px 10px;font-weight:750;font-size:11px;cursor:pointer;outline:0}.configurable-status-select{border-color:color-mix(in srgb,var(--project-status-color) 35%,#dfe4e8);background:color-mix(in srgb,var(--project-status-color) 7%,white);color:color-mix(in srgb,var(--project-status-color) 78%,#263238)}.project-status-select:focus{box-shadow:0 0 0 3px #72ff001a;border-color:#91e362}.project-head-actions{align-items:center;gap:8px!important;display:flex;flex-wrap:wrap;justify-content:flex-end}.project-head-actions button,.project-head-actions .attachment-button,.project-head-actions select{min-height:38px}.project-complete-button,.project-inline-action.complete{border-color:#f1bcbc!important;background:#fff7f7!important;color:#c74242!important}.project-complete-button:hover,.project-inline-action.complete:hover{background:#fff0f0!important}.project-detail-panel.template-one-detail{width:100%;padding:18px!important;overflow:hidden}.compact-project-head{gap:18px;padding-bottom:16px!important}.compact-project-head h2{line-height:1.1}.template-one-tree{position:relative;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#c8ced6 transparent;overscroll-behavior-inline:contain}.template-one-tree::-webkit-scrollbar{height:9px}.template-one-tree::-webkit-scrollbar-thumb{background:#c8ced6;border-radius:999px}.project-tree-table-head,.project-tree-row{grid-template-columns:minmax(320px,1fr) 100px 116px 100px minmax(445px,auto);gap:10px;min-width:1190px}.project-tree-table-head{position:sticky;top:0;z-index:5;padding:9px 14px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #edf0f2}.project-tree-row{padding:10px 14px}.project-tree-card{transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.project-tree-card:hover{border-color:#d8dee4;box-shadow:0 3px 12px #1018280b}.project-tree-identity{min-width:0}.project-tree-main>strong{font-size:13px;line-height:1.3}.project-tree-main p{margin-top:3px;max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-time-cell{min-height:48px;align-content:center;border:1px solid #f0f2f4}.project-time-cell.total{border-color:#72ff0038}.project-row-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:6px;min-width:0}.project-tree-row .project-inline-action{font-size:10px;padding:6px 8px;white-space:nowrap;min-height:34px}.project-row-actions .attachment-button,.project-row-actions button{flex:0 0 auto}.project-tree-children{position:relative}.project-tree-children:before{content:"";position:absolute;left:calc((var(--tree-depth,0) + 1) * 16px);top:0;bottom:0;width:1px;background:#edf0f2}.aggregate-panel{border-radius:16px}.aggregate-grid>div{min-height:88px}.project-status-workspace .aggregate-note{line-height:1.45}.project-status-workspace .aggregate-statuses{flex-wrap:wrap;gap:7px}.project-status-workspace .projects-empty.detail{padding:28px 16px}.project-status-workspace .project-error{margin-bottom:0}@media(max-width:1200px){.project-top-nav{grid-auto-columns:minmax(205px,250px)}.project-tree-table-head,.project-tree-row{min-width:1130px;grid-template-columns:minmax(290px,1fr) 94px 108px 94px minmax(420px,auto)}.project-head-actions{justify-content:flex-start}.compact-project-head{align-items:flex-start;flex-direction:column}}@media(max-width:900px){.project-detail-panel.template-one-detail{padding:15px!important}.project-top-nav{grid-auto-columns:minmax(195px,230px)}.project-status-filters{padding-bottom:9px}.project-tree-table-head,.project-tree-row{min-width:1090px}.project-tree-card{margin-left:calc(var(--tree-depth,0) * 12px)!important}.project-tree-children:before{left:calc((var(--tree-depth,0) + 1) * 12px)}}@media(max-width:700px){.project-status-filters{margin-right:-8px;padding-right:8px}.project-top-nav{grid-auto-columns:minmax(190px,220px)}.project-detail-head.compact-project-head{gap:12px}.project-head-actions{display:flex!important;width:100%;overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:6px;scrollbar-width:thin}.project-head-actions>*{flex:0 0 auto}.project-status-select{min-height:44px}.project-tree-table-head,.project-tree-row{min-width:1060px}.project-status-toolbar{align-items:center}.project-status-toolbar .project-new{white-space:nowrap}.project-detail-panel.template-one-detail{padding:14px!important}.project-tree-card{margin-left:calc(var(--tree-depth,0) * 8px)!important}.project-tree-children:before{left:calc((var(--tree-depth,0) + 1) * 8px)}.project-tree-main p{max-width:260px}.project-time-cell{min-height:44px}}.project-status-workspace .project-top-nav{scroll-snap-type:x proximity;overscroll-behavior-inline:contain}.project-status-workspace .project-top-nav .project-list-item{scroll-snap-align:start}.project-status-workspace .template-one-tree{border-radius:14px;overscroll-behavior:contain}.project-status-workspace .project-tree-table-head>span:first-child,.project-status-workspace .project-tree-row>.project-tree-identity{position:sticky;left:0}.project-status-workspace .project-tree-table-head>span:first-child{z-index:10;background:#fffffffa;padding-right:10px}.project-status-workspace .project-tree-row>.project-tree-identity{z-index:6;background:#fff;padding-right:10px;box-shadow:10px 0 12px -14px #10182880}.project-status-workspace .project-tree-card:hover>.project-tree-identity{background:#fff}.project-status-workspace .project-row-actions{align-items:center;min-height:40px}.project-status-workspace .project-row-actions>*{flex:0 0 auto}.project-status-workspace .project-row-actions button,.project-status-workspace .project-row-actions .attachment-button{border-radius:10px}.project-status-workspace .project-depth-badge{font-size:9px;padding:2px 6px}.project-status-workspace .project-tree-meta{gap:6px;flex-wrap:wrap}.project-status-workspace .project-tree-main>strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-status-workspace .project-time-cell strong{font-variant-numeric:tabular-nums}.project-status-workspace .aggregate-grid{gap:10px}.project-status-workspace .aggregate-grid>div{padding:14px}.project-status-workspace .project-head-actions{scrollbar-width:thin}.project-status-workspace .project-head-actions::-webkit-scrollbar{height:6px}.project-status-workspace .project-head-actions::-webkit-scrollbar-thumb{background:#cbd2d9;border-radius:999px}.project-status-workspace .project-status-filters::-webkit-scrollbar{height:6px}.project-status-workspace .project-status-filters::-webkit-scrollbar-thumb{background:#cbd2d9;border-radius:999px}.project-status-workspace .project-top-nav::-webkit-scrollbar{height:7px}.project-status-workspace .project-top-nav::-webkit-scrollbar-thumb{background:#cbd2d9;border-radius:999px}.project-status-workspace .project-tree-table-head{box-shadow:0 5px 12px -12px #10182873}.project-status-workspace .project-tree-row{border-radius:12px}.project-status-workspace .project-tree-node+.project-tree-node{margin-top:6px}.project-status-workspace .project-tree-children{margin-top:6px}.project-status-workspace .project-inline-action.complete,.project-status-workspace .project-complete-button{font-weight:750}.project-status-workspace button:focus-visible,.project-status-workspace select:focus-visible{outline:2px solid #72ff00;outline-offset:2px}@media(max-width:900px){.project-status-workspace .project-tree-row>.project-tree-identity{box-shadow:8px 0 10px -12px #10182885}.project-status-workspace .aggregate-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.project-status-workspace .project-head-actions{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.project-status-workspace .project-head-actions>*{flex:0 0 auto}}@media(max-width:560px){.project-status-workspace .project-top-nav{grid-auto-columns:minmax(178px,205px)!important}.project-status-workspace .project-status-filters button{min-height:40px}.project-status-workspace .project-tree-row,.project-status-workspace .project-tree-table-head{min-width:1020px!important}.project-status-workspace .project-time-cell{padding-inline:4px}.project-status-workspace .project-row-actions{gap:4px}.project-status-workspace .project-row-actions button,.project-status-workspace .project-row-actions .attachment-button{min-height:36px}.project-status-workspace .aggregate-grid{grid-template-columns:1fr!important}.project-status-workspace .compact-project-head h2{font-size:22px}}.dependency-trigger{border:1px solid #dfe4e8;background:#fff;border-radius:10px;min-height:32px;padding:5px 8px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:11px;font-weight:750;color:#667085;cursor:pointer;white-space:nowrap}.dependency-trigger:hover{background:#f8faf8}.dependency-trigger.blocked{border-color:#f1c6c6;background:#fff5f5;color:#a53b3b}.dependency-trigger.ready{border-color:#bfe7ad;background:#f5fff1;color:#397d13}.dependency-modal{max-width:640px}.dependency-summary{display:flex;align-items:center;gap:9px;padding:11px 12px;border:1px solid #dcebd5;background:#f7fff3;border-radius:12px;font-size:13px;color:#3e7e25}.dependency-summary.blocked{border-color:#f1cccc;background:#fff6f6;color:#a23d3d}.dependency-list{display:grid;gap:7px;margin:12px 0}.dependency-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid #e8ebef;border-radius:12px;padding:9px 10px;background:#fff}.dependency-row>div{display:grid;gap:2px;min-width:0}.dependency-row strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dependency-row small{font-size:11px;color:#818b9b}.dependency-state{width:30px;height:30px;border-radius:9px;display:grid;place-items:center}.dependency-state.ready{background:#effbea;color:#4b9728}.dependency-state.blocked{background:#fff0f0;color:#b44747}.dependency-delete{width:34px;height:34px;border:0;background:#fafafa;border-radius:9px;color:#8b95a5;display:grid;place-items:center;cursor:pointer}.dependency-delete:hover{background:#fff0f0;color:#b44747}.dependency-add{display:grid;grid-template-columns:minmax(0,1fr) 170px auto;gap:9px;align-items:end;padding-top:12px;border-top:1px solid #edf0f2}.dependency-add .field{margin:0}.dependency-lag>div{display:flex;align-items:center;border:1px solid #d8dde3;border-radius:10px;background:#fff;overflow:hidden}.dependency-lag input{border:0!important;border-radius:0!important;min-width:0}.dependency-lag em{font-style:normal;font-size:11px;color:#7d8797;padding:0 9px}.dependency-add>.primary-button{min-height:42px;white-space:nowrap}@media(max-width:760px){.dependency-trigger{flex:1;min-height:38px}.dependency-modal{max-width:none}.dependency-add{grid-template-columns:1fr}.dependency-add>.primary-button{width:100%;min-height:44px}.dependency-row{grid-template-columns:auto minmax(0,1fr) auto}}.readiness-badges{display:inline-flex;align-items:center;gap:5px;flex-wrap:wrap}.readiness-badge,.readiness-risk{display:inline-flex;align-items:center;gap:4px;min-height:24px;padding:3px 7px;border-radius:999px;font-size:10px;line-height:1;font-weight:800;white-space:nowrap}.readiness-badge.state-blocked{background:#fff1f0;color:#b42318;border:1px solid #f7c7c2}.readiness-badge.state-waitingForDate{background:#fff7e8;color:#a15c00;border:1px solid #f5d7a2}.readiness-badge.state-ready{background:#72ff001f;color:#397d13;border:1px solid rgba(114,255,0,.35)}.readiness-risk{background:#fff3e8;color:#b54708;border:1px solid #f2c9a5}.home-event-row .readiness-badges,.upcoming-card .readiness-badges,.board-card .readiness-badges,.search-result .readiness-badges{align-self:center}@media(max-width:600px){.readiness-badge,.readiness-risk{min-height:25px;font-size:10px;padding:4px 7px}}.aggregate-panel{display:grid;gap:11px;padding:16px 0;border-bottom:1px solid #edf0f2}.aggregate-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.aggregate-grid>div{background:#f7f8f9;border-radius:14px;padding:11px 12px;display:grid;gap:3px;min-width:0}.aggregate-grid span{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#8791a2;font-weight:800}.aggregate-grid strong{font-size:20px;color:#182230}.aggregate-grid small{font-size:10px;color:#8a94a6;line-height:1.35}.aggregate-progress{height:7px;background:#edf0f1;border-radius:999px;overflow:hidden}.aggregate-progress span{display:block;height:100%;background:#72ff00;border-radius:999px;transition:width .2s ease}.aggregate-statuses{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.aggregate-statuses span{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:999px;background:#f4f6f7;font-size:10px;font-weight:750;color:#687385}.aggregate-statuses .ready{background:#72ff001f;color:#3f831e}.aggregate-statuses .blocked,.aggregate-statuses .risk{background:#fff0f0;color:#b54747}.aggregate-note{margin:0;padding:8px 10px;border-radius:10px;background:#fff9e8;color:#806516;font-size:10px;line-height:1.45}.kpi-project-list{display:grid;gap:10px}.kpi-project-row{display:grid;grid-template-columns:minmax(150px,1.2fr) minmax(180px,2fr);gap:14px;align-items:center;padding:11px 0;border-bottom:1px solid #eef0f2}.kpi-project-row:last-child{border-bottom:0}.kpi-project-title{display:grid;gap:3px}.kpi-project-title strong{font-size:14px}.kpi-project-title small{color:#8993a3;font-size:10px}.kpi-project-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.kpi-project-stats span{background:#f7f8f9;border-radius:10px;padding:8px;display:grid;gap:2px}.kpi-project-stats small{font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:#8b95a4;font-weight:800}.kpi-project-stats b{font-size:13px}.kpi-project-stats .risk b{color:#b54747}@media(max-width:800px){.aggregate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-project-row{grid-template-columns:1fr}.kpi-project-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.aggregate-grid{grid-template-columns:1fr 1fr}.aggregate-grid strong{font-size:17px}.aggregate-statuses span{flex:1;justify-content:center}.kpi-project-stats{grid-template-columns:1fr 1fr}}.attachment-trigger{border:1px solid #dfe4e8;background:#fff;border-radius:10px;min-height:36px;padding:7px 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:700;font-size:12px;color:#475467;cursor:pointer;white-space:nowrap}.attachment-trigger:hover{background:#f7faf5;border-color:#bfe6aa}.attachment-trigger.has-files{background:#72ff0014;border-color:#b8e99d;color:#397d13}.attachment-trigger.compact{min-height:32px;padding:5px 7px;font-size:11px}.attachment-count-badge{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#72ff00;color:#1f4f06;display:inline-flex!important;align-items:center;justify-content:center;font-size:10px!important;font-weight:850;line-height:1}.attachment-modal{max-width:680px;display:grid;gap:14px}.attachment-summary{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;background:#f7f9fa;border:1px solid #e8ebef}.attachment-summary>svg{color:#4d8f2a;flex:0 0 auto}.attachment-summary>div{display:grid;gap:2px}.attachment-summary strong{font-size:13px}.attachment-summary span{font-size:11px;color:#7a8494}.attachment-file-input{display:none}.attachment-add-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:1px dashed #9ddc79!important;background:#72ff000f!important;border-radius:14px!important;min-height:50px!important;padding:12px 16px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-weight:750!important;font-size:13px!important;line-height:1.2!important;color:#397d13!important;cursor:pointer!important;text-align:center!important;white-space:normal!important}.attachment-add-button>svg{flex:0 0 auto}.attachment-add-button>span{display:inline!important;width:auto!important;position:static!important;margin:0!important;padding:0!important}.attachment-add-button:hover{background:#72ff001c!important}.attachment-add-button:disabled{opacity:.55;cursor:not-allowed}.attachment-list{display:grid;gap:8px;max-height:360px;overflow:auto}.attachment-empty{padding:26px 16px;border:1px solid #edf0f2;border-radius:14px;background:#fafbfb;text-align:center;display:grid;justify-items:center;gap:5px;color:#8a94a6}.attachment-empty strong{color:#475467;font-size:13px}.attachment-empty span{font-size:11px;max-width:430px;line-height:1.45}.attachment-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 11px;border:1px solid #e7eaee;border-radius:13px;background:#fff}.attachment-file-icon{width:34px;height:34px;border-radius:10px;background:#f2f5f3;display:grid;place-items:center;color:#667085}.attachment-file-main{min-width:0;display:grid;gap:3px}.attachment-file-main strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-file-main small{font-size:10px;color:#8a94a6}.attachment-actions{display:flex;align-items:center;gap:5px}.attachment-actions>button{width:34px;height:34px;border:1px solid #e2e6ea;background:#fff;border-radius:9px;display:grid;place-items:center;color:#475467;cursor:pointer}.attachment-actions>button:hover{background:#f6f8f9}.attachment-actions>button.danger{color:#b42318}.attachment-delete-confirm{display:flex;align-items:center;gap:4px}.attachment-delete-confirm button{border:1px solid #e4e7ec;background:#fff;border-radius:9px;padding:7px 9px;font-size:10px;font-weight:750;cursor:pointer}.attachment-delete-confirm button:first-child{border-color:#f3b7b3;color:#b42318;background:#fff5f4}.attachment-help{font-size:11px;line-height:1.5;color:#7a8494;margin:0}.attachment-draft-box{display:grid;gap:9px;padding:12px;border:1px solid #dfe8da;border-radius:14px;background:#fbfdf9}.attachment-draft-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.attachment-draft-head>div{display:flex;align-items:center;gap:8px;color:#397d13}.attachment-draft-head>div>span{display:grid;gap:1px}.attachment-draft-head strong{font-size:12px}.attachment-draft-head small{font-size:10px;color:#7a8494}.attachment-draft-head>button{border:1px solid #b9dfaa;background:#fff;border-radius:9px;padding:7px 10px;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:750;color:#397d13;cursor:pointer}.attachment-draft-list{display:grid;gap:6px}.attachment-draft-list>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 9px;border:1px solid #e7ece4;border-radius:10px;background:#fff}.attachment-draft-list>div>span{min-width:0;display:grid;gap:1px}.attachment-draft-list strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-draft-list small{font-size:9px;color:#8a94a6}.attachment-draft-list button{border:0;background:transparent;color:#b42318;cursor:pointer;padding:5px}.attachment-draft-note{margin:0;font-size:10px;line-height:1.45;color:#667085}.task-actions>.attachment-trigger{width:auto;min-width:34px}.project-head-actions>.attachment-trigger{min-height:36px}.completed-card-actions,.lifecycle-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.lifecycle-terminal-actions>.attachment-trigger{min-height:34px}.lifecycle-card-actions>.attachment-trigger.compact:not(.has-files) span,.completed-card-actions>.attachment-trigger.compact:not(.has-files) span{display:inline}@media(max-width:700px){.attachment-modal{max-width:calc(100vw - 24px);gap:12px}.attachment-row{grid-template-columns:auto minmax(0,1fr)}.attachment-actions{grid-column:1/-1;justify-content:flex-end}.attachment-delete-confirm{flex:1;justify-content:flex-end}.project-head-actions>.attachment-trigger span,.completed-card-actions>.attachment-trigger span,.lifecycle-card-actions>.attachment-trigger span{display:inline}.completed-card-actions,.lifecycle-card-actions{width:100%;justify-content:flex-start}.attachment-add-button{min-height:52px!important;padding:13px 14px!important}.attachment-list{max-height:45vh}.attachment-draft-head{align-items:flex-start}.attachment-draft-head>button{min-height:38px}.attachment-draft-list>div{grid-template-columns:auto minmax(0,1fr) auto}}.tag-filter-bar{display:grid;gap:8px;padding:10px 12px;border:1px solid #e6eaee;border-radius:14px;background:#fff;margin:10px 0}.tag-filter-head{display:flex;align-items:center;gap:10px;min-width:0}.tag-filter-head>strong{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#7b8794}.tag-filter-mode{display:inline-flex;gap:3px;padding:3px;border-radius:999px;background:#f3f5f7}.tag-filter-mode button{border:0;background:transparent;border-radius:999px;min-width:34px;padding:4px 8px;font-size:10px;font-weight:800;color:#667085;cursor:pointer}.tag-filter-mode button.active{background:#fff;color:#397d13;box-shadow:0 1px 3px #10182814}.tag-filter-clear{margin-left:auto;display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:#667085;font-size:10px;font-weight:700;cursor:pointer}.tag-filter-list{display:flex;align-items:center;gap:6px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin;scroll-snap-type:x proximity}.tag-filter-list button{flex:0 0 auto;border:1px solid #e1e6ea;background:#f8fafb;color:#5d6978;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:700;cursor:pointer;scroll-snap-align:start}.tag-filter-list button:hover{border-color:#c9d0d7;background:#fff}.tag-filter-list button.active{border-color:#86df50;background:#72ff001f;color:#397d13}.history-controls .tag-filter-bar{margin:0}.history-date-error{grid-column:1/-1;margin:0}@media(max-width:600px){.tag-filter-bar{padding:9px 10px}.tag-filter-head{flex-wrap:wrap}.tag-filter-clear{margin-left:0}.tag-filter-list{margin-right:-4px;padding-right:4px}}.shopping-fields{border:1px solid #e7ecef;border-radius:14px;padding:14px;background:#fbfcfc;display:grid;gap:12px}.shopping-fields-head{display:flex;align-items:center;gap:9px;color:#3d4b57}.shopping-fields-head>div{display:grid;gap:2px}.shopping-fields-head strong{font-size:13px}.shopping-fields-head span{font-size:11px;color:var(--muted)}.shopping-fields-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.shopping-url-field{grid-column:span 2}.shopping-meta{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0}.shopping-meta>span,.shopping-meta>a{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:0 8px;border:1px solid #e8ecef;border-radius:9px;background:#f8faf9;color:#55616d;font-size:11px;text-decoration:none}.shopping-meta b{font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:#89929b}.shopping-meta>a{color:#397600;background:var(--accent-soft);border-color:#c6efaa}.shopping-meta>a:hover{border-color:#aada87}@media(max-width:760px){.shopping-fields-grid{grid-template-columns:1fr 1fr}.shopping-url-field{grid-column:1/-1}}@media(max-width:520px){.shopping-fields-grid{grid-template-columns:1fr}.shopping-url-field{grid-column:auto}.shopping-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.shopping-meta>span,.shopping-meta>a{justify-content:space-between}}.timer-control{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:3px 5px;border:1px solid #e3e8eb;border-radius:10px;background:#fff}.timer-control.running{border-color:#bceba0;background:#f8fff3}.timer-control.paused{border-color:#efd89f;background:#fffaf0}.timer-time{display:inline-flex;align-items:center;gap:5px;min-width:58px;padding:0 5px;font-size:11px;font-variant-numeric:tabular-nums;font-weight:750;color:#52606d}.timer-control.running .timer-time{color:#397600}.timer-control.paused .timer-time{color:#956b0b}.timer-control button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:28px;height:28px;padding:0 7px;border:0;border-radius:8px;background:#f0f4f5;color:#43505d;cursor:pointer}.timer-control button:hover:not(:disabled){background:var(--accent-soft);color:#397600}.timer-control button:disabled{opacity:.42;cursor:not-allowed}.timer-control .timer-stop:hover:not(:disabled){background:#fff0f0;color:#b54242}.timer-error{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#fff0f0;color:#b54242;font-size:11px;font-weight:900}.timer-control:not(.compact){padding:5px 7px}.timer-control:not(.compact) .timer-time{min-width:74px}@media(max-width:600px){.timer-control{min-height:32px}.timer-time{min-width:52px;font-size:10px}.timer-control button{height:26px;min-width:26px;padding:0 5px}}.task-behavior-control{margin-top:14px;border:1px solid #e2e7e9;border-radius:13px;background:#fbfcfc;overflow:hidden}.task-behavior-summary{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:9px}.task-behavior-badge,.task-next-action,.task-reminder-at{display:inline-flex;align-items:center;gap:5px;font-size:11px}.task-behavior-badge{padding:6px 9px;border-radius:999px;background:#eff2f4;color:#4e5965;font-weight:800}.behavior-follow .task-behavior-badge{background:#eaffe0;color:#367700}.behavior-delegate .task-behavior-badge{background:#eaf2ff;color:#315b9c}.task-next-action{color:#4f5965}.task-next-action b{color:#222b35}.task-reminder-at{color:#8b6200}.task-behavior-toggle{margin-left:auto!important;width:auto!important;height:32px!important;padding:0 9px!important;display:inline-flex!important;gap:5px;background:#fff!important;border:1px solid #dfe4e7!important;font-size:11px;font-weight:750}.tracking-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:9px;border-top:1px solid #e7ebed;background:#fff}.tracking-actions input{flex:1 1 180px;min-height:36px;border:1px solid #dde3e6;border-radius:9px;padding:0 10px}.tracking-actions button{width:auto!important;height:36px!important;padding:0 10px!important;display:inline-flex!important;gap:5px;border:1px solid #dbe1e4!important;background:#fff!important;font-size:11px;font-weight:750}.tracking-actions button:hover{border-color:#69d821!important;background:var(--accent-soft)!important;color:#2f6f00!important}.tracking-actions button.danger:hover{border-color:#efb8b8!important;background:#fff1f1!important;color:#ad2d2d!important}.task-behavior-editor{padding:12px;border-top:1px solid #e2e7e9;background:#fff}.behavior-choice-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.behavior-choice-row button{min-height:38px;border:1px solid #dfe4e7;background:#fff;border-radius:9px;color:#56606c;font-weight:750;cursor:pointer}.behavior-choice-row button.active{border-color:#62d916;background:var(--accent-soft);color:#2f7000}.behavior-config-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:11px}.behavior-config-grid label{display:grid;gap:5px}.behavior-config-grid span{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#747e89;font-weight:800}.behavior-config-grid input,.behavior-config-grid select{width:100%;min-height:40px;border:1px solid #dfe4e7;border-radius:9px;padding:7px 9px;background:#fff}.behavior-editor-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding-top:11px;border-top:1px solid #edf0f1}.behavior-editor-footer span{max-width:540px;color:#6c7681;font-size:11px;line-height:1.4}.behavior-editor-footer .primary-button{white-space:nowrap}.behavior-error{margin:8px}.subtype-follow{background:#eaffe0;color:#367700}.subtype-delegate{background:#eaf2ff;color:#315b9c}@media(max-width:860px){.segmented{grid-template-columns:repeat(2,1fr)}.task-behavior-control{grid-column:1/-1}.task-behavior-summary{align-items:flex-start}.task-behavior-toggle{margin-left:0!important}.behavior-choice-row{grid-template-columns:repeat(2,1fr)}.behavior-config-grid{grid-template-columns:1fr}.tracking-actions{align-items:stretch}.tracking-actions input{flex-basis:100%}.tracking-actions button{flex:1}.behavior-editor-footer{align-items:stretch;flex-direction:column}.behavior-editor-footer .primary-button{width:100%}}.upcoming-tracking-note{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:9px;background:#eaffe0;color:#367700;font-size:11px;font-weight:800;white-space:nowrap}.recurrence-grid-unified{grid-template-columns:minmax(220px,2fr) minmax(150px,1fr) minmax(190px,1.4fr);align-items:start}.recurrence-grid-unified .field{margin-bottom:0}.recurrence-grid-unified .recurrence-end-field{grid-column:3}.recurrence-grid-unified .recurrence-preview{grid-column:1 / -1}.task-card.bulk-enabled.tracking-event{grid-template-columns:34px minmax(0,1fr) auto}@media(max-width:860px){.recurrence-grid-unified{grid-template-columns:1fr}.recurrence-grid-unified .recurrence-end-field,.recurrence-grid-unified .recurrence-preview{grid-column:1}.task-card.bulk-enabled.tracking-event{grid-template-columns:34px minmax(0,1fr)}.task-card.bulk-enabled.tracking-event .task-actions{grid-column:2}}
