:root{--bg-out:#ebe7e1;--bg-shell:#f6f4ee;--bg-card:#fff;--bg-card-subtle:#f0ece3;--bg-dark:#1c1d21;--text-main:#1f2024;--text-muted:#82807a;--text-light:#a3a097;--accent-yellow:#f5c83b;--accent-orange:#ff6b5d;--accent-black:#1c1d21;--accent-blue:#3b82f6;--border-light:#e6e2d8;--radius-outer:32px;--radius-card:22px;--radius-pill:999px;--shadow-soft:0 12px 32px #1c1d210d;--shadow-card:0 4px 16px #00000005;color:var(--text-main);background:var(--bg-out);font-synthesis:none;font-family:-apple-system,BlinkMacSystemFont,Outfit,Inter,Microsoft YaHei UI,sans-serif}*{box-sizing:border-box}body{background:var(--bg-out);flex-direction:column;min-width:320px;min-height:100vh;margin:0;display:flex;overflow-x:hidden}#root{flex:1;width:100%;min-height:100vh;display:flex}.app-root{flex:auto;width:100%;min-height:100vh;display:flex}button,input,select,textarea{font-family:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--text-main);outline-offset:2px}.app-shell{background:var(--bg-shell);width:100%;max-width:none;box-shadow:var(--shadow-soft);border-radius:0;gap:clamp(24px,3vw,48px);min-height:100vh;margin:0;padding:clamp(20px,2.4vw,36px) clamp(20px,3vw,64px);display:flex}.sidebar{flex-direction:column;flex:0 0 88px;justify-content:flex-start;align-self:flex-start;align-items:center;width:88px;height:calc(100vh - 2*clamp(20px,2.4vw,36px));margin-top:0;padding:20px 0;display:flex;position:sticky;top:clamp(20px,2.4vw,36px)}.brand{color:var(--text-main);flex-direction:column;align-items:center;gap:6px;margin-bottom:24px;font-size:13px;font-weight:800;text-decoration:none;display:flex}.brand-logo{background:var(--text-main);color:#fff;border-radius:14px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 4px 12px #00000026}.nav-group{border-radius:var(--radius-pill);box-shadow:var(--shadow-card);border:1px solid var(--border-light);background:#fff;flex-direction:column;gap:12px;margin-top:16px;padding:10px 8px;display:flex}.nav-item{width:48px;height:48px;color:var(--text-muted);background:0 0;border:0;border-radius:50%;place-items:center;text-decoration:none;transition:all .2s;display:grid;position:relative}.nav-item:hover{background:var(--bg-card-subtle);color:var(--text-main)}.nav-item.active{background:var(--bg-dark);color:var(--accent-yellow);box-shadow:0 6px 16px #1c1d2140}.nav-item .nav-tooltip{background:var(--bg-dark);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:100;border-radius:8px;padding:5px 12px;font-size:12px;font-weight:600;transition:opacity .2s;position:absolute;left:64px}.nav-item:hover .nav-tooltip{opacity:1}.main-frame{flex-direction:column;flex:1;width:100%;min-width:0;display:flex}.top-bar{justify-content:space-between;align-items:center;width:100%;max-width:1760px;margin:0 auto 32px;display:flex}.user-greeting h1{letter-spacing:-.5px;color:var(--text-main);font-size:26px;font-weight:800}.user-greeting p{color:var(--text-muted);margin-top:4px;font-size:14px}.top-actions{align-items:center;gap:14px;display:flex}.search-box{background:var(--bg-card);border-radius:var(--radius-pill);border:1px solid var(--border-light);width:280px;color:var(--text-muted);align-items:center;gap:10px;padding:10px 18px;display:flex}.search-box input{width:100%;color:var(--text-main);background:0 0;border:0;font-size:13px}.search-box input:focus{outline:none}.pill-button{border-radius:var(--radius-pill);background:var(--bg-dark);color:#fff;border:0;justify-content:center;align-items:center;gap:8px;padding:10px 22px;font-size:14px;font-weight:700;transition:transform .15s,background .15s;display:inline-flex;box-shadow:0 4px 12px #1c1d2126}.pill-button:hover{background:#2a2c32;transform:translateY(-1px)}.content{flex-direction:column;flex:1;width:100%;max-width:1760px;margin:0 auto;display:flex}.dashboard-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:24px;display:grid}.card{background:var(--bg-card);border-radius:var(--radius-card);border:1px solid var(--border-light);box-shadow:var(--shadow-card);padding:24px}.art-stat-card{border-radius:var(--radius-card);background:#e2ded5;border:1px solid #d8d4c9;flex-direction:column;justify-content:space-between;min-height:250px;padding:28px;display:flex;position:relative;overflow:hidden}.art-stat-header{z-index:2;position:relative}.art-stat-header h2{color:var(--text-main);font-size:18px;font-weight:800}.art-stat-header p{color:var(--text-muted);font-size:13px}.art-bubbles{pointer-events:none;width:260px;height:180px;position:absolute;top:50%;right:40px;transform:translateY(-50%)}.bubble-yellow{filter:blur(8px);opacity:.85;color:#1f2024;background:radial-gradient(circle,#fde047 30%,#f59e0b 100%);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;font-weight:800;display:flex;position:absolute;top:10px;right:20px;box-shadow:0 8px 24px #f59e0b4d}.bubble-red{filter:blur(6px);opacity:.85;color:#fff;background:radial-gradient(circle,#f87171 20%,#ef4444 100%);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;font-weight:800;display:flex;position:absolute;bottom:10px;left:20px}.bubble-black{color:#fff;background:#1c1d21;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:12px;font-weight:700;display:flex;position:absolute;top:20px;left:30px;box-shadow:0 6px 16px #0000004d}.art-stat-legend{z-index:2;flex-direction:column;gap:8px;margin-top:20px;display:flex;position:relative}.legend-item{color:var(--text-main);align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex}.dot-pill{border-radius:4px;width:24px;height:8px}.dark-calendar-card{background:var(--bg-dark);border-radius:var(--radius-card);color:#fff;flex-direction:column;justify-content:space-between;padding:24px;display:flex;box-shadow:0 8px 24px #1c1d2126}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex;position:relative}.calendar-header h3{font-size:16px;font-weight:700}.calendar-header select{appearance:none;color:#fff;background:#ffffff1a;border:0;border-radius:8px;flex:0 0 110px;width:110px;padding:4px 28px 4px 10px;font-size:12px}.calendar-header:after{content:"";pointer-events:none;border-bottom:2px solid #ffffffd1;border-right:2px solid #ffffffd1;width:7px;height:7px;position:absolute;top:50%;right:16px;transform:translateY(-65%)rotate(45deg)}.calendar-weekdays,.calendar-grid{text-align:center;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.calendar-weekdays{margin-bottom:8px}.calendar-grid{scrollbar-gutter:stable;grid-auto-rows:42px;align-content:start;max-height:142px;padding-right:8px;overflow:hidden auto}.calendar-grid::-webkit-scrollbar{width:6px}.calendar-grid::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.calendar-grid::-webkit-scrollbar-thumb{background:#ffffff59;border-radius:999px}.week-day{color:#fff6;padding-bottom:6px;font-size:11px;font-weight:600}.day-cell{color:#fffc;border-radius:50%;justify-self:center;place-items:center;width:42px;height:42px;font-size:12px;font-weight:600;display:grid}.calendar-placeholder{justify-self:center;width:42px;height:42px}.day-cell.active-done{background:var(--accent-yellow);color:var(--bg-dark);font-weight:800}.day-cell.active-current{border:2px solid #fff}.card-title-row{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.card-title-row h3{font-size:16px;font-weight:800}.task-item{text-align:left;background:var(--bg-shell);cursor:pointer;border:0;border-radius:14px;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px;padding:14px 16px;transition:background .15s;display:flex}.task-item:hover{background:#efece4}.task-item.selected{box-shadow:inset 0 0 0 2px #f5c83b8c}.task-select{min-width:0;color:inherit;text-align:left;background:0 0;border:0;flex:1;gap:4px;padding:0;display:grid}.task-summary{color:var(--text-muted);margin-top:5px;font-size:12px;display:block}.task-actions{align-items:center;gap:6px;display:flex}.task-actions .icon-button:disabled{cursor:not-allowed;opacity:.35}.icon-button.danger{color:#c24f42}.priority-dots{flex:none;align-items:center;gap:3px;margin-left:10px;display:inline-flex}.priority-dots i{background:#ddd9cf;border-radius:99px;width:5px;height:14px}.priority-dots i.filled{background:var(--accent-yellow)}.task-tag.overdue{color:var(--accent-orange);font-weight:800}.task-editor{border:1px solid var(--border-light);background:#fbfaf7;border-radius:14px;gap:14px;margin:18px 0;padding:16px;display:grid}.inline-task-editor{margin:8px 0 14px 38px}.task-editor label{color:var(--text-muted);gap:7px;font-size:12px;font-weight:800;display:grid}.task-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.priority-field output{color:var(--text-main);justify-self:end}.priority-field input[type=range]{appearance:none;background-color:#dedbd4;background-image:linear-gradient(90deg,#f6c945 0%,#ff8b68 52%,#9bd9aa 100%);background-position:0;background-repeat:no-repeat;background-size:var(--priority-progress,0%) 100%;width:100%;height:8px;min-height:0;accent-color:var(--accent-yellow);cursor:pointer;border:0;border-radius:999px;padding:0;transform:translateY(-4px)}.priority-field input[type=range]:focus,.priority-field input[type=range]:focus-visible{box-shadow:none;outline:none}.priority-field input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--bg-dark);border:3px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 8px #0003}.priority-field input[type=range]::-moz-range-thumb{background:var(--bg-dark);border:3px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 2px 8px #0003}.editor-actions{justify-content:flex-end;gap:8px;display:flex}.task-empty{min-height:140px}.task-item-left{align-items:center;gap:12px;display:flex}.checkbox-circle{border:2px solid var(--text-muted);width:22px;height:22px;color:var(--text-main);cursor:pointer;background:0 0;border-radius:50%;flex:none;place-items:center;margin-right:12px;padding:0;transition:all .15s;display:grid}.checkbox-circle.checked{background:var(--bg-dark);border-color:var(--bg-dark);color:#fff}.task-title{font-size:14px;font-weight:700}.task-title.done{color:var(--text-muted);text-decoration:line-through}.task-tag{color:var(--text-muted);font-size:11px}.lower-dashboard{grid-template-columns:minmax(0,1fr);gap:24px;margin-top:24px;display:grid}.habit-row{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.habit-row:last-child{border-bottom:0}.habit-info{align-items:center;gap:12px;display:flex}.avatar-box{background:var(--bg-card-subtle);width:36px;height:36px;color:var(--text-main);border-radius:10px;place-items:center;font-weight:700;display:grid}.segmented-progress{gap:3px;display:flex}.segment{background:var(--border-light);border-radius:3px;width:6px;height:14px}.segment.fill-yellow{background:var(--accent-yellow)}.segment.fill-red{background:var(--accent-orange)}.segment.fill-black{background:var(--bg-dark)}.newsnow-panel,.tool-card{background:var(--bg-card);border-radius:var(--radius-card);border:1px solid var(--border-light)}@media (width<=900px){body{padding:0}.app-shell{border-radius:0;flex-direction:column;align-items:stretch;gap:16px;min-height:100vh;padding:16px}.sidebar{flex-direction:row;flex:none;gap:12px;width:100%;height:auto;margin-top:0;padding:0;position:static;top:auto}.brand{margin:0}.nav-group{border-radius:16px;flex-direction:row;justify-content:space-around;width:100%;margin-top:0}.nav-item .nav-tooltip{display:none}.top-bar{flex-direction:row;align-items:center;gap:16px}.user-greeting h1{margin:0}.user-greeting p{margin-bottom:0}.top-actions{width:auto;display:flex}.search-box{width:auto;min-width:0}.dashboard-grid,.lower-dashboard{grid-template-columns:1fr}}@media (width<=600px){body{padding:0}.app-shell{border-radius:0;gap:12px;min-height:100vh;padding:12px}.sidebar{flex-basis:auto;width:100%;height:auto}.sidebar .brand{display:none}.nav-group{gap:4px;padding:6px}.nav-item{width:42px;height:42px}.nav-item .nav-tooltip{display:none}.top-bar{flex-direction:column;align-items:stretch}.top-actions{grid-template-columns:1fr;width:100%;display:grid}.pill-button{width:100%}.art-stat-card{min-height:260px;padding:22px}.art-bubbles{transform-origin:100%;right:-34px;transform:translateY(-42%)scale(.82)}}h1,h2,h3,p{margin:0}.page-header{justify-content:space-between;align-items:end;gap:20px;margin:10px 0 26px;display:flex}.page-header h1{letter-spacing:-1.2px;font-size:clamp(28px,3vw,38px);line-height:1.1}.page-header p{max-width:620px;color:var(--text-muted);margin-top:9px;font-size:14px;line-height:1.65}.eyebrow{color:var(--text-muted);letter-spacing:.04em;font-size:12px;font-weight:800;display:inline-flex}.section-block,.newsnow-panel{border:1px solid var(--border-light);border-radius:var(--radius-card);background:var(--bg-card);width:100%;box-shadow:var(--shadow-card);padding:24px}.section-block+.section-block,.newsnow-panel+.section-block{margin-top:20px}.section-heading,.filter-title,.drawer-header,.card-title-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.section-heading h2,.filter-title h2,.section-block>h2{letter-spacing:-.35px;font-size:19px}.section-heading>span,.section-heading div>span{color:var(--text-muted);margin-top:5px;font-size:12px}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.tool-card{border:1px solid var(--border-light);border-radius:var(--radius-card);background:var(--bg-card);min-height:250px;box-shadow:var(--shadow-card);color:var(--text-main);flex-direction:column;align-items:flex-start;padding:26px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex}.tool-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #1c1d2114}.tool-card:nth-child(2){background:#f0ece3}.tool-icon{background:var(--bg-dark);width:46px;height:46px;color:var(--accent-yellow);border-radius:14px;place-items:center;margin-bottom:22px;display:grid}.tool-card:nth-child(2) .tool-icon{background:var(--accent-orange);color:#fff}.tool-card h2{letter-spacing:-.7px;margin-top:8px;font-size:23px}.tool-card p{max-width:410px;color:var(--text-muted);margin-top:12px;font-size:14px;line-height:1.7}.tool-card a,.back-link{color:var(--text-main);align-items:center;gap:6px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.tool-card a{margin-top:auto;padding-top:24px}.tool-card a:hover,.back-link:hover{color:var(--accent-orange)}.work-flow{margin-top:20px}.flow-line{color:var(--text-main);flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;font-size:14px;font-weight:700;display:flex}.flow-line svg{color:var(--accent-orange)}.back-link{color:var(--text-muted);margin:8px 0}.tool-workspace{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:20px;display:grid}.result-panel{min-height:100%}.field-label,.field-grid label,.filter-row label{color:var(--text-muted);flex-direction:column;gap:8px;font-size:12px;font-weight:800;display:flex}textarea,input,select{border:1px solid var(--border-light);width:100%;color:var(--text-main);font:inherit;background:#fbfaf7;border-radius:12px;font-size:14px}textarea{resize:vertical;min-height:112px;padding:13px 14px;line-height:1.6}input,select{min-height:42px;padding:0 12px}textarea:focus,input:focus,select:focus{border-color:var(--bg-dark);outline-offset:1px;outline:2px solid #1c1d211f}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.primary-button,.secondary-button,.text-button,.icon-button{font:inherit;border:0;font-size:13px;font-weight:800}.primary-button,.secondary-button{border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;display:inline-flex}.primary-button{background:var(--bg-dark);color:#fff;margin-top:18px}.primary-button:hover:not(:disabled){background:#34363c}.primary-button:disabled{cursor:not-allowed;opacity:.42}.secondary-button{border:1px solid var(--border-light);background:var(--bg-card);color:var(--text-main)}.text-button{color:var(--text-muted);background:0 0;padding:0}.icon-button{background:var(--bg-card-subtle);width:34px;height:34px;color:var(--text-main);border-radius:10px;place-items:center;padding:0;display:grid}.icon-button:hover{background:#e5e1d8}.empty-state{min-height:210px;color:var(--text-muted);text-align:center;border:1px dashed #d8d3c8;border-radius:16px;place-content:center;justify-items:center;gap:12px;padding:28px;display:grid}.empty-state p{max-width:260px;font-size:14px;line-height:1.6}.process-steps{flex-wrap:wrap;gap:8px;margin:22px 0 12px;display:flex}.process-steps span{border-radius:var(--radius-pill);color:var(--text-muted);background:#f1ede4;padding:6px 10px;font-size:12px;font-weight:800}.success-text{color:#16804b;align-items:center;gap:5px;font-size:12px;font-weight:800;display:inline-flex}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.filters{margin-bottom:20px}.filter-title{justify-content:flex-start}.filter-row{grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(130px,.8fr)) auto;align-items:end;gap:14px;margin-top:18px;display:grid}.filter-row .primary-button{white-space:nowrap;margin:0}.trend-table{border:1px solid var(--border-light);border-radius:14px;margin-top:18px;overflow:hidden}.table-head,.trend-row{grid-template-columns:minmax(0,1.7fr) .65fr .5fr .5fr;align-items:center;gap:14px;display:grid}.table-head{color:var(--text-muted);background:#f4f0e8;padding:11px 14px;font-size:11px;font-weight:800}.trend-row{border:0;border-top:1px solid var(--border-light);width:100%;color:var(--text-main);text-align:left;background:#fff;padding:15px 14px}.trend-row:hover{background:#fbfaf7}.trend-row>span:first-child{gap:5px;min-width:0;display:grid}.trend-row small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.4;overflow:hidden}.row-link{color:var(--accent-orange);align-items:center;gap:5px;font-size:12px;font-weight:800;display:inline-flex}.newsnow-panel{margin-bottom:20px}.newsnow-meta{color:var(--text-muted);align-items:center;gap:10px;font-size:12px;display:flex}.newsnow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.newsnow-column{background:#f8f6f1;border-radius:16px;min-width:0;padding:16px}.newsnow-column>div{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.newsnow-column h3{font-size:15px}.newsnow-column>div span,.newsnow-column time{color:var(--text-muted);font-size:11px}.newsnow-column ol{gap:11px;margin:15px 0 0;padding:0;list-style:none;display:grid}.newsnow-column li{gap:4px;display:grid}.newsnow-column a{color:var(--text-main);justify-content:space-between;align-items:flex-start;gap:8px;font-size:13px;font-weight:700;line-height:1.45;text-decoration:none;display:flex}.newsnow-column a:hover{color:var(--accent-orange)}.newsnow-column a svg{flex:none;margin-top:3px}.newsnow-loading,.newsnow-feedback{color:var(--text-muted);margin-top:20px;font-size:14px}.newsnow-feedback{background:#fbf7ed;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:20px;display:flex}.newsnow-attribution{color:var(--text-muted);margin-top:16px;font-size:12px}.newsnow-attribution a{color:inherit}.notes-block h2{margin:8px 0 16px}.goal-banner{background:var(--bg-dark);color:#fff;justify-content:space-between;align-items:center;gap:24px;display:flex}.goal-banner h2{letter-spacing:-.7px;margin-top:8px;font-size:25px}.goal-banner p{color:#ffffffb3;max-width:600px;margin-top:10px;font-size:14px;line-height:1.65}.goal-banner .eyebrow{color:var(--accent-yellow)}.goal-banner svg{color:var(--accent-yellow);flex:none}.reflection{max-width:820px;margin-top:20px}.reflection textarea{margin-top:18px}.drawer-backdrop{z-index:20;background:#1c1d2161;justify-content:flex-end;padding:18px;display:flex;position:fixed;inset:0}.detail-drawer,.settings-drawer{background:#fff;border-radius:20px;width:min(420px,100%);height:100%;padding:24px;overflow:auto;box-shadow:-18px 0 42px #00000029}.detail-drawer h2{letter-spacing:-.8px;margin-top:14px;font-size:27px}.detail-drawer>p{color:var(--text-muted);margin-top:12px;line-height:1.7}.detail-drawer dl{gap:12px;margin:24px 0;display:grid}.detail-drawer dl div{border-bottom:1px solid var(--border-light);justify-content:space-between;padding:12px 0;display:flex}.detail-drawer dt{color:var(--text-muted)}.detail-drawer dd{margin:0;font-weight:800}.drawer-header h2{font-size:21px}.drawer-header p,.drawer-note{color:var(--text-muted);margin-top:6px;font-size:13px;line-height:1.6}.setting-row{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:16px;padding:18px 0;display:flex}.setting-row strong,.setting-row span{display:block}.setting-row span{color:var(--text-muted);margin-top:5px;font-size:12px}.switch{border-radius:var(--radius-pill);background:#d9d5cb;border:0;flex:none;width:44px;height:26px;position:relative}.switch span{background:#fff;border-radius:50%;width:18px;height:18px;margin:0;transition:transform .2s;position:absolute;top:4px;left:4px}.switch.checked{background:var(--bg-dark)}.switch.checked span{transform:translate(18px)}.drawer-note{margin-top:20px}.compact .section-block,.compact .newsnow-panel{padding:18px}.reduce-motion *,.reduce-motion :before,.reduce-motion :after{transition-duration:.01ms!important;animation-duration:.01ms!important}@media (width<=900px){.tool-workspace,.newsnow-grid{grid-template-columns:1fr}.filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-row .primary-button{width:100%}}@media (width<=600px){.page-header{margin:4px 0 20px}.page-header h1{font-size:30px}.section-block,.newsnow-panel{border-radius:18px;padding:18px}.tool-grid{grid-template-columns:1fr;gap:14px}.tool-card{border-radius:18px;min-height:220px;padding:22px}.tool-card h2{font-size:21px}.field-grid,.filter-row,.task-editor-grid{grid-template-columns:1fr}.table-head{display:none}.trend-row{grid-template-columns:minmax(0,1fr) auto;gap:8px}.trend-row>span:nth-child(2),.trend-row>strong{display:none}.row-link{justify-self:end}.newsnow-feedback{flex-direction:column;align-items:flex-start}.goal-banner{align-items:flex-start}.goal-banner h2{font-size:21px}.calendar-grid{max-height:142px}.detail-drawer,.settings-drawer{border-radius:16px;padding:20px}}
