*{box-sizing:border-box}#root,body,html{height:100%;margin:0;padding:0;background:#fbf7ee;color:#2d5f3f;font-family:Quicksand,system-ui,-apple-system,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased}button{font-family:inherit}body{background-color:#fbf7ee;background-image:radial-gradient(circle at 20% 30%,rgba(214,195,156,.18) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(143,178,90,.1) 0,transparent 50%)}.app{display:grid;grid-template-columns:240px 1fr;height:100vh;overflow:hidden}.sidebar{background:#fffbf0;border-right:3px dashed #e8dcc4;display:flex;flex-direction:column;padding:20px 14px;gap:4px}.logo{display:flex;align-items:center;gap:12px;padding:6px 10px 18px}.logo-mark{font-size:36px;filter:drop-shadow(0 2px 0 rgba(0,0,0,.1))}.logo-title{font-family:Caprasimo,serif;font-size:24px;color:#2d5f3f;line-height:1}.logo-sub{font-size:10px;color:#6b4226;opacity:.6;text-transform:uppercase;letter-spacing:1.5px;font-weight:700}.nav{display:flex;flex-direction:column;gap:2px;margin-top:8px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:transparent;border:none;border-radius:12px;font-size:14px;font-weight:600;color:#6b4226;cursor:pointer;text-align:left;text-decoration:none;transition:background .12s,color .12s,transform .12s}.nav-item:hover{background:#fbf0dc;color:#2d5f3f}.nav-item-active{box-shadow:0 3px #1f4429}.nav-item-active,.nav-item-active:hover{background:#2d5f3f;color:#fbf7ee}.nav-icon,.user-block{display:flex;align-items:center}.user-block{gap:10px;padding:12px;background:#fbf0dc;border-radius:14px;box-shadow:0 2px #e8c88a}.avatar{width:38px;height:38px;border-radius:50%;background:#fffbf0;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 2px #d4b896}.main{display:flex;flex-direction:column;overflow:hidden}.topbar{gap:18px;padding:16px 28px;border-bottom:2px dashed #e8dcc4;background:#fffbf0;flex-shrink:0}.topbar,.year-selector{display:flex;align-items:center}.year-selector{gap:4px;background:#2d5f3f;padding:4px;border-radius:999px;box-shadow:0 3px #1f4429}.year-value{font-family:Caprasimo,serif;font-size:22px;color:#fbf7ee;padding:0 14px;min-width:72px;text-align:center}.year-arrow{width:32px;height:32px;border-radius:50%;background:#fbf7ee;color:#2d5f3f;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .12s}.year-arrow:hover{transform:scale(1.08)}.breadcrumb{font-family:Caprasimo,serif;font-size:20px;color:#2d5f3f}.content{flex:1;overflow:auto;padding:28px}.btn{display:inline-flex;align-items:center;gap:2px;padding:10px 16px;border-radius:12px;font-family:Quicksand,sans-serif;font-weight:700;font-size:14px;border:none;cursor:pointer;transition:transform .1s,box-shadow .12s}.btn:active{transform:translateY(1px)}.btn-primary{background:#2d5f3f;color:#fbf7ee;box-shadow:0 3px #1f4429}.btn-primary:hover{background:#3f7a52}.btn-primary:disabled{opacity:.6;cursor:wait}.btn-ghost{background:#fbf0dc;color:#6b4226;box-shadow:0 2px #e8c88a}.btn-ghost:hover{background:#f5e5c0}.icon-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:transparent;border:none;cursor:pointer;color:#6b4226}.chip,.icon-btn:hover{background:#fbf0dc}.chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;color:#6b4226;border:none;cursor:pointer;font-weight:700;font-size:13px;box-shadow:0 2px #e8c88a;transition:transform .1s}.chip:hover{transform:translateY(-1px)}.chip-active{background:#2d5f3f;color:#fbf7ee;box-shadow:0 2px #1f4429}.chip-ghost{background:transparent;box-shadow:inset 0 0 0 2px #e8c88a}.step-btn{width:22px;height:22px;border-radius:50%;background:#2d5f3f;color:#fbf7ee;border:none;font-weight:700;cursor:pointer;font-size:14px;line-height:1}.step-btn:hover{background:#3f7a52}.paint-btn{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:transparent;border:2px solid transparent;color:#6b4226;cursor:pointer;font-weight:600;font-size:13px;flex-shrink:0;transition:background .12s,transform .1s}.paint-btn:hover{background:#fbf0dc}.cell{outline:none}.cell:focus-visible{outline:3px solid #f5c24a;outline-offset:2px}.modal-backdrop{position:fixed;inset:0;background:#2d5f3f73;display:flex;align-items:center;justify-content:center;z-index:100;padding:24px;animation:fadeIn .16s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fffbf0;border-radius:24px;width:100%;max-width:720px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040,0 0 0 4px #fbf7ee,0 0 0 6px #e8dcc4;animation:popIn .2s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.tab{padding:10px 16px;background:transparent;border:none;border-bottom:3px solid transparent;color:#6b4226;font-weight:700;font-size:14px;cursor:pointer;font-family:inherit;margin-bottom:-1px}.tab-active,.tab:hover{color:#2d5f3f}.tab-active{border-bottom-color:#2d5f3f}.input{width:100%;padding:10px 14px;background:#fbf7ee;border:2px solid #e8dcc4;border-radius:12px;font-family:inherit;font-size:14px;color:#2d5f3f;font-weight:500;outline:none;transition:border-color .12s}.input:focus{border-color:#6fb35c}textarea.input{resize:vertical}.veg-card{display:flex;flex-direction:column;align-items:center;padding:12px 8px;background:#fbf7ee;border:2px solid #e8dcc4;border-radius:14px;cursor:pointer;transition:transform .1s,border-color .12s,background .12s}.veg-card:hover{transform:translateY(-2px);border-color:#c5dca5}.veg-card-active{background:#e8f4dc;border-color:#6fb35c;box-shadow:0 3px #6fb35c}.neigh-card{padding:12px;background:#fbf7ee;border:2px solid #e8dcc4;border-radius:14px}.mini-veg{display:inline-flex;align-items:center;gap:5px;padding:4px 10px 4px 6px;background:#fbf0dc;border-radius:999px;font-size:12px;color:#6b4226;font-weight:600}.screen-grid{display:flex;flex-direction:column;gap:18px}.hero-card{display:flex;align-items:center;gap:20px;padding:28px 32px;background:linear-gradient(135deg,#2d5f3f,#3f8a4d);border-radius:24px;color:#fbf7ee;position:relative;overflow:hidden;box-shadow:0 6px #1f4429}.hero-card:before{content:"";position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,rgba(245,194,74,.25),transparent 70%);border-radius:50%}.hero-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;opacity:.85}.hero-title{font-family:Caprasimo,serif;font-size:38px;margin:6px 0 10px;line-height:1.05}.hero-sub{font-size:15px;opacity:.92;margin:0}.hero-deco{position:relative;z-index:1}.dash-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.dash-card{background:#fffbf0;border-radius:20px;padding:22px;box-shadow:0 3px #e8dcc4}.dash-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.dash-card-head h2{display:flex;align-items:center;gap:8px;font-family:Caprasimo,serif;font-size:18px;color:#2d5f3f;margin:0}.badge{display:inline-flex;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:#6fb35c;color:#fbf7ee;border-radius:999px;font-weight:700;font-size:12px}.badge,.task-row{align-items:center}.task-row{display:flex;gap:10px;padding:10px 12px;background:#fbf7ee;border-radius:12px;cursor:pointer;border:2px solid transparent;transition:border-color .12s}.task-row:hover{border-color:#e8dcc4}.task-row input[type=checkbox]{width:20px;height:20px;accent-color:#6fb35c;cursor:pointer}.task-emoji{font-size:20px}.screen-pad{display:flex;flex-direction:column;gap:12px}.screen-title{font-family:Caprasimo,serif;font-size:32px;color:#2d5f3f;margin:0}.screen-sub{color:#6b4226;margin:0;font-size:14px}.calendar-wrap{margin-top:16px;background:#fffbf0;border-radius:18px;padding:14px;box-shadow:0 3px #e8dcc4;overflow-x:auto}.calendar-row{display:grid;grid-template-columns:160px repeat(12,minmax(48px,1fr));gap:4px;align-items:center}.calendar-header{margin-bottom:6px}.calendar-cell-name{display:flex;align-items:center;gap:8px;padding:8px 10px;font-weight:700;color:#2d5f3f;font-size:13px}.calendar-cell{height:36px;background:#fbf7ee;border-radius:8px;position:relative;display:flex;align-items:center;justify-content:center;padding:4px}.calendar-month{height:28px;background:transparent;font-family:Caprasimo,serif;color:#6b4226;font-size:13px;text-transform:uppercase}.calendar-month-active{background:#f5c24a;color:#6b4226;border-radius:8px;box-shadow:0 2px #c99820}.calendar-bars{display:flex;flex-direction:column;gap:2px;width:100%}.cal-bar{height:6px;border-radius:999px;box-shadow:inset 0 -1px #00000026}.planner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px;margin-bottom:18px}.score-card{display:flex;align-items:center;gap:14px;background:#fffbf0;border-radius:16px;padding:16px;box-shadow:0 3px #e8dcc4}.planner-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px}.issue-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fbe9d8;border-radius:12px;border-left:4px solid #e54b3a}.comp-matrix{border-collapse:separate;border-spacing:3px;background:#fffbf0;padding:12px;border-radius:18px;box-shadow:0 3px #e8dcc4}.comp-matrix th{font-weight:700;color:#2d5f3f;font-size:11px;font-family:Quicksand,sans-serif;padding:4px;vertical-align:bottom}.comp-matrix tbody th{text-align:left;padding-right:10px;vertical-align:middle}.comp-matrix td{width:28px;height:28px;text-align:center;border-radius:6px;font-weight:700;font-size:14px}.comp-good{background:#c5e8a0;color:#2d5f3f}.comp-bad{background:#f4b8ac;color:#8b2818}.comp-neutral{background:#fbf7ee;color:#6b4226;opacity:.5}.self-cell{background:#e8dcc4;color:#6b4226;opacity:.5}.history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;margin-top:18px}.history-card{background:#fffbf0;border-radius:20px;padding:20px;box-shadow:0 3px #e8dcc4;border:none;text-align:left;font-family:inherit;cursor:default}.history-add{background:transparent;border:3px dashed #d4b896;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;min-height:200px;transition:background .12s,transform .1s}.history-add:hover{background:#fbf0dc;transform:translateY(-2px)}.type-toggle{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;background:#fbf7ee;border:2px solid #e8dcc4;border-radius:12px;color:#6b4226;cursor:pointer;font-family:inherit;font-weight:700;font-size:14px;transition:all .12s}.type-toggle:hover{background:#fbf0dc}.type-toggle-active{background:#2d5f3f;color:#fbf7ee;border-color:#1f4429;box-shadow:0 2px #1f4429}.type-toggle-blocked.type-toggle-active{background:#8a7560;border-color:#5b4a38;box-shadow:0 2px #5b4a38}.cat-header{gap:10px;margin-bottom:10px}.cat-dot,.cat-header{display:flex;align-items:center}.cat-dot{width:28px;height:28px;border-radius:50%;justify-content:center;box-shadow:inset 0 -3px #00000026,0 2px #00000014;flex-shrink:0}.cat-label{font-family:Caprasimo,serif;font-size:17px;color:#2d5f3f;line-height:1}.cat-count{font-size:11px;font-weight:700;color:#6b4226;background:#fbf0dc;padding:2px 8px;border-radius:999px;letter-spacing:.4px}.cat-rule{flex:1;height:0;border-top:2px dashed #e8dcc4;margin-left:4px}.bed-chip{position:relative;padding-right:4px}.bed-chip-label{background:transparent;border:none;color:inherit;font:inherit;font-weight:600;cursor:pointer;padding:0;display:inline-flex;align-items:center}.bed-chip-input{background:#fffffff2;border:none;border-radius:6px;padding:2px 6px;font:inherit;font-weight:700;color:#2d5f3f;width:11ch;min-width:80px;outline:2px solid #6b4226;outline-offset:1px}.bed-chip-action{background:#fffbf02e;border:none;color:inherit;padding:0;margin-left:6px;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:.85;transition:background .12s,transform 80ms}.bed-chip-action:hover{background:#fffbf052;opacity:1;transform:scale(1.08)}.bed-chip-delete:hover{background:#e54b3a;color:#fbf7ee}.bed-chip.chip{padding-right:14px}.bed-chip-editing{cursor:text}.zone-select{padding:6px 10px;font-family:inherit;font-size:13px;font-weight:700;color:#2d5f3f;background:#fbf7ee;border:2px solid #e8dcc4;border-radius:10px;cursor:pointer;box-shadow:0 2px #d4b896;transition:border-color .12s}.zone-select:focus,.zone-select:hover{border-color:#2d5f3f}.zone-select:focus{outline:none}.month-banner{display:flex;align-items:center;gap:10px;font-family:Caprasimo,serif;font-size:16px;color:#2d5f3f;padding:6px 14px;background:linear-gradient(90deg,#fbf0dc,transparent 80%);border-radius:10px;margin-bottom:8px;text-transform:capitalize}.month-banner-count{font-family:Quicksand,sans-serif;font-size:11px;font-weight:700;color:#6b4226;background:#fff;padding:2px 8px;border-radius:999px;letter-spacing:.4px}.suggest-row{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fbf7ee;border:2px solid #f0e5cc;border-radius:12px;transition:background .12s,border-color .12s}.suggest-row:hover{background:#fffbf0;border-color:#e8dcc4}.suggest-done{opacity:.5}.suggest-done>div>div:first-child{text-decoration:line-through}.suggest-check{width:18px;height:18px;accent-color:#2d5f3f;cursor:pointer;flex-shrink:0}.suggest-emoji{font-size:22px;line-height:1;flex-shrink:0}.suggest-date-wrap{flex-shrink:0}.suggest-date-input{padding:6px 10px;background:#fff;border:2px solid #2d5f3f;border-radius:999px;color:#2d5f3f;outline:none}.date-chip,.suggest-date-input{font:inherit;font-weight:700;font-size:12px}.date-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fffbf0;border:2px dashed #c9b68e;border-radius:999px;color:#6b4226;cursor:pointer;transition:border-color .12s,background .12s,transform 80ms;white-space:nowrap}.date-chip:hover{border-color:#2d5f3f;color:#2d5f3f;background:#fff}.date-chip-custom{background:#2d5f3f;color:#fbf7ee;border-color:#1f4429;border-style:solid;box-shadow:0 2px #1f4429}.date-chip-custom:hover{background:#2a5538;color:#fbf7ee}.date-chip-pin{font-size:10px;opacity:.9}.icon-btn-sm{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:none;background:transparent;color:#6b4226;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:700}.icon-btn-sm:hover{background:#fbf0dc;color:#b83020}a.user-block{background:#fbf0dc;text-decoration:none;font-family:inherit;cursor:pointer;text-align:left;transition:background .12s,box-shadow .12s}a.user-block:hover{background:#f5e5c0}.user-block-active{box-shadow:inset 0 0 0 2px #2d5f3f,0 2px #1f4429!important}.profile-hero{display:flex;align-items:flex-start;gap:22px;padding:22px;background:#fffbf0;border-radius:18px;border:2px dashed #e8dcc4;margin-bottom:18px;box-shadow:0 3px #e8dcc4}.avatar-picker{position:relative;flex-shrink:0}.avatar-big{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#fbf0dc,#f5e5c0);display:flex;align-items:center;justify-content:center;font-size:56px;cursor:pointer;border:3px solid #fbf7ee;box-shadow:0 4px #d4b896,0 0 0 4px #e8dcc4;transition:transform .12s;position:relative;padding:0}.avatar-big:hover{transform:scale(1.04)}.avatar-edit-badge{position:absolute;bottom:-2px;right:-2px;width:28px;height:28px;background:#2d5f3f;color:#fbf7ee;border-radius:50%;font-size:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px #1f4429}.avatar-popover{position:absolute;top:110px;left:0;background:#fffbf0;border:2px solid #e8dcc4;border-radius:14px;padding:8px;display:grid;grid-template-columns:repeat(6,1fr);gap:4px;box-shadow:0 8px 24px #6b42262e;z-index:50;min-width:260px}.avatar-option{background:transparent;border:2px solid transparent;border-radius:10px;width:38px;height:38px;font-size:22px;cursor:pointer;transition:background .1s,border-color .1s;display:flex;align-items:center;justify-content:center}.avatar-option:hover{background:#fbf0dc}.avatar-option-active{border-color:#2d5f3f;background:#fbf0dc}.profile-name{font-family:Caprasimo,serif;font-size:32px;color:#2d5f3f;line-height:1.1;display:inline-block}.profile-meta{margin-top:8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#6b4226;font-size:13px;font-weight:600}.profile-meta-sep{opacity:.4}.profile-meta-item{display:inline-flex;align-items:center;gap:4px}.profile-location{font-size:13px;font-weight:600;color:#6b4226}.profile-bio{display:block;margin-top:12px;font-size:14px;color:#2d5f3f;line-height:1.5;max-width:600px}.editable-display{cursor:pointer;padding:2px 4px;margin:-2px -4px;border-radius:6px;border-bottom:2px dashed transparent;transition:background .12s,border-color .12s;display:inline-flex;align-items:center;gap:6px}.editable-display:hover{background:#fbf0dc;border-bottom-color:#c9b68e}.editable-empty{color:#b59c7a;font-style:italic}.editable-pencil{font-size:10px;color:#6b4226;opacity:0;transition:opacity .12s}.editable-display:hover .editable-pencil{opacity:.6}.editable-input{font:inherit;font-family:inherit;color:inherit;background:#fff;border:2px solid #2d5f3f;border-radius:8px;padding:4px 8px;outline:none;width:100%;max-width:100%;box-sizing:border-box}textarea.editable-input{resize:vertical;min-height:60px;line-height:1.5}.editable-num{width:80px}.editable-num-display{white-space:nowrap}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.profile-card-wide{grid-column:1/-1}@media(max-width:900px){.profile-grid{grid-template-columns:1fr}.profile-card-wide{grid-column:1}.profile-hero{flex-direction:column;align-items:center;text-align:center}}.field-label{font-size:11px;font-weight:700;color:#6b4226;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}.field-help{font-size:13px;color:#6b4226;opacity:.8;line-height:1.5;margin:0 0 12px}.zone-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.zone-pill{padding:8px 12px;font:inherit;font-weight:700;font-size:13px;color:#6b4226;background:#fbf7ee;border:2px solid #e8dcc4;border-radius:999px;cursor:pointer;transition:all .12s;min-width:48px}.zone-pill:hover{border-color:#2d5f3f;color:#2d5f3f}.zone-pill-active{background:#2d5f3f;color:#fbf7ee;border-color:#1f4429;box-shadow:0 2px #1f4429}.zone-summary{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fbf0dc;border-radius:12px;border:2px dashed #e8c88a}.soil-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px}.soil-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;background:#fbf7ee;border:2px solid #e8dcc4;border-radius:12px;cursor:pointer;font:inherit;text-align:center;transition:all .12s}.soil-card-active,.soil-card:hover{border-color:#2d5f3f}.soil-card-active{background:#fbf0dc;box-shadow:0 2px #1f4429}.soil-emoji{font-size:28px}.soil-label{font-weight:700;font-size:13px;color:#2d5f3f}.soil-hint{font-size:10px;color:#6b4226;opacity:.7;line-height:1.2}.compass{display:flex;flex-direction:column;gap:10px}.compass-cells{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-width:320px}.compass-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 4px;background:#fbf7ee;border:2px solid #e8dcc4;border-radius:12px;cursor:pointer;font:inherit;transition:all .12s}.compass-btn:hover{border-color:#2d5f3f}.compass-btn-active{background:#2d5f3f;border-color:#1f4429;color:#fbf7ee;box-shadow:0 2px #1f4429}.compass-letter{font-family:Caprasimo,serif;font-size:22px;line-height:1}.compass-sub{font-size:9px;opacity:.75;text-align:center;line-height:1.2}.compass-btn-active .compass-sub{opacity:.85}.compass-center{display:flex;align-items:center;justify-content:center;font-size:22px;color:#e08a2a;background:#fbf0dc;border-radius:12px}.compass-mixed{align-self:flex-start;padding:8px 14px;background:#fbf7ee;border:2px dashed #c9b68e;border-radius:999px;font:inherit;font-weight:700;font-size:12px;color:#6b4226;cursor:pointer;transition:all .12s}.compass-mixed:hover{border-color:#2d5f3f;color:#2d5f3f}.compass-mixed-active{background:#2d5f3f;color:#fbf7ee;border-color:#1f4429;border-style:solid;box-shadow:0 2px #1f4429}.hours-row{display:flex;align-items:center;gap:16px}.hours-slider{flex:1;accent-color:#2d5f3f;height:6px}.hours-value{display:flex;align-items:baseline;gap:4px;padding:6px 12px;background:#fbf0dc;border-radius:999px;border:2px solid #e8c88a;min-width:90px;justify-content:center}.hours-num{font-family:Caprasimo,serif;font-size:22px;color:#2d5f3f;line-height:1}.hours-unit{font-size:11px;color:#6b4226;font-weight:700}.exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(max-width:600px){.exp-grid{grid-template-columns:1fr}}.exp-card{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:14px;background:#fbf7ee;border:2px solid #e8dcc4;border-radius:14px;cursor:pointer;font:inherit;text-align:left;transition:all .12s}.exp-card-active,.exp-card:hover{border-color:#2d5f3f}.exp-card-active{background:#fbf0dc;box-shadow:0 3px #1f4429}.exp-emoji{font-size:28px}.exp-label{font-family:Caprasimo,serif;font-size:17px;color:#2d5f3f}.exp-sub{font-size:11px;color:#6b4226;opacity:.7}.goals-grid{display:flex;flex-wrap:wrap;gap:8px}.goal-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;background:#fbf7ee;border:2px solid #e8dcc4;border-radius:999px;cursor:pointer;font:inherit;font-weight:600;font-size:13px;color:#6b4226;transition:all .12s}.goal-chip:hover{border-color:#2d5f3f;color:#2d5f3f}.goal-chip-active{background:#2d5f3f;color:#fbf7ee;border-color:#1f4429;box-shadow:0 2px #1f4429}.goal-emoji{font-size:16px;line-height:1}.goal-check{font-size:11px;background:#fbf7ee;color:#2d5f3f;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.stat-box{gap:12px;padding:14px;background:#fbf7ee;border-radius:14px;border:2px dashed #e8dcc4}.stat-box,.stat-icon{display:flex;align-items:center}.stat-icon{width:44px;height:44px;border-radius:12px;color:#fff;justify-content:center;font-size:22px;box-shadow:0 3px #0000002e;flex-shrink:0}.stat-value{font-family:Caprasimo,serif;font-size:24px;color:#2d5f3f;line-height:1.1}.stat-label{font-size:11px;color:#6b4226;text-transform:uppercase;letter-spacing:.5px;font-weight:700;margin-top:4px}
