@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";:root{--canvas-base:#f4f2e6;--canvas-accent:#e1dfcf;--panel-surface:#dfdece;--panel-surface-alt:#e1dfcb;--surface-plain:#fff;--edge-soft:#c6c6aa;--edge-mid:#c1c19e;--edge-strong:#6d6a50;--ink-strong:#000;--ink-muted:#4c4b32;--ink-subtle:#363424d1;--signal-blue:#2596be;--signal-cyan:#5baddb;--signal-yellow:#fbdf00;--signal-green:#2bae4a;--signal-amber:#fcc012;--signal-off:#45484a;--radius-sm:.35rem;--radius-md:.45rem;--radius-lg:.9rem;--radius-xl:1.2rem;--radius-2xl:1.6rem;--space-2xs:.25rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.4rem;--shadow-panel:inset 0 1px 0 #ffffffb8, 0 .9rem 1.8rem #302e1e1f;--shadow-soft:inset 0 1px 0 #ffffffb8, 0 .4rem 1rem #302e1e14;--shadow-button:inset 0 1px 0 #ffffff47, 0 .2rem .45rem #0000001a;--font-display:"Montserrat", "Segoe UI", Arial, sans-serif;--font-body:"Montserrat", "Segoe UI", Arial, sans-serif;color:var(--ink-strong);font:16px/1.4 var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f2f8f0}*{box-sizing:border-box}html{height:100%;min-height:100%}body{background:#f2f8f0;height:100%;min-height:100vh;margin:0;overflow:hidden}.app-loading{color:#193f13;text-align:center;background:#f4f8f2;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;width:100%;min-height:100vh;padding:1.5rem;display:flex}.app-loading__spinner{border:.26rem solid #d7e4d3;border-top-color:#2f6b24;border-radius:50%;width:2.8rem;height:2.8rem;animation:.8s linear infinite app-loading-spin}@keyframes app-loading-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.app-loading__spinner{animation:none}}button,input,textarea,select{font:inherit}button{border:0}img{max-width:100%}#root{height:100vh;min-height:100vh;overflow:hidden}.account-menu{z-index:8;width:var(--harvest-layout-sidebar-width);margin-top:auto;font-family:var(--font-display);border-top:1px solid #e5ece2;margin-inline:-1rem;padding-top:0;position:relative}.account-menu__trigger{color:#274723;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:0;grid-template-columns:2.2rem minmax(0,1fr) 1.2rem;align-items:center;gap:.75rem;width:100%;min-height:3.4rem;padding:.3rem 1.9rem;transition:background-color .16s,color .16s;display:grid}.account-menu__trigger:hover{color:#1f6417;background:#e5eee2}.account-menu__trigger:hover .account-menu__identity strong{color:#1f6417}.account-menu__avatar{color:#194813;letter-spacing:.03em;background:linear-gradient(145deg,#fede00,#f0c900);border:1px solid #e4c700;border-radius:50%;flex:none;place-items:center;width:2.2rem;height:2.2rem;font-size:.72rem;font-weight:900;display:grid;box-shadow:inset 0 1px #ffffffb3}.account-menu__identity{align-items:center;min-width:0;display:flex}.account-menu__identity strong{color:#31522c;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:500;overflow:hidden}.account-menu__chevron{color:#6f8b69;transition:transform .18s}.account-menu__chevron--open{transform:rotate(180deg)}.account-menu__popover{color:#23331f;background:#fff;border:1px solid #1f4b1c26;border-radius:1.15rem;max-height:min(560px,100vh - 7rem);animation:.18s cubic-bezier(.22,1,.36,1) both account-menu-enter;position:absolute;bottom:calc(100% + .7rem);left:0;right:0;overflow:hidden auto;box-shadow:0 1.2rem 2.8rem #051b0352}.account-menu__popover-user{background:#f3f7ef;align-items:center;gap:.85rem;padding:1rem;display:flex}.account-menu__popover-user>div{flex-direction:column;gap:.2rem;min-width:0;display:flex}.account-menu__popover-user strong{color:#214c1b;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-weight:500;overflow:hidden}.account-menu__popover-user div span{color:#70806b;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.account-menu__actions{flex-direction:column;gap:.12rem;padding:.6rem;display:flex}.account-menu__actions button{color:#344b2f;cursor:pointer;text-align:left;background:0 0;border-radius:.75rem;align-items:center;gap:.8rem;min-height:2.95rem;padding:.65rem .8rem;font-size:.8rem;font-weight:500;transition:background-color .15s,color .15s;display:flex}.account-menu__actions button:hover{color:#1e5b17;background:#e3edde}.account-menu__actions svg{width:1rem;height:1rem;transition:transform .15s}.account-menu__actions button:hover svg{transform:translate(.12rem)}.account-menu__debug{border-top:1px solid #edf0eb;margin-top:.4rem;padding-top:.5rem}.account-menu__debug-label{color:#879183;letter-spacing:.1em;text-transform:uppercase;padding:.4rem .8rem .45rem;font-size:.6rem;font-weight:900;display:block}.account-menu__actions .account-menu__logout{color:#9a382f;border-top:1px solid #edf0eb;border-radius:0 0 .7rem .7rem}.account-menu__actions .account-menu__logout:hover{color:#832c25;background:#fbe7e3}.account-menu--collapsed{width:var(--harvest-layout-sidebar-collapsed-width)}.account-menu--collapsed .account-menu__trigger{width:var(--harvest-layout-sidebar-collapsed-width);grid-template-columns:2.2rem;padding:.3rem 0 .3rem 1.9rem}.account-menu--collapsed .account-menu__identity,.account-menu--collapsed .account-menu__chevron{display:none}.account-menu--collapsed .account-menu__popover{width:280px;left:0;right:auto}@keyframes account-menu-enter{0%{opacity:0;transform:translateY(.45rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.account-menu button:focus-visible{outline-offset:2px;outline:3px solid #fede00b8}@media (prefers-reduced-motion:reduce){.account-menu__popover{animation-duration:1ms}.account-menu__chevron,.account-menu__trigger{transition-duration:1ms}}@media (width<=560px){.account-menu{margin-inline:-.75rem}}.smartclean{--smartclean-radius:var(--radius-lg);--smartclean-card-min-height:16rem;--smartclean-border:1px solid #f0f1ede0;--smartclean-surface:linear-gradient(180deg, #ffffffe0, #e1dfcff5), var(--panel-surface);--smartclean-card-surface:linear-gradient(180deg, #f5f3e975, #e7e4d15c);--smartclean-button-surface:linear-gradient(180deg, #fefbfd, #c9c8ad);--smartclean-toggle-active-surface:linear-gradient(180deg, #666749 0%, #3a3c22 72%, #2c2e18 100%);border-radius:var(--smartclean-radius);border:var(--smartclean-border);background:var(--smartclean-surface);flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.smartclean__title-band,.smartclean__automation-band,.smartclean__toggle-stage{place-items:center;display:grid}.smartclean__title-band{background:#ffffff6b;min-height:2.1rem;padding:.16rem .75rem 0}.smartclean__title-band h2,.smartclean__automation-band p{margin:0}.smartclean__title-band h2{color:var(--ink-strong);font-size:clamp(.98rem,1.05vw,1.08rem);font-weight:700;line-height:1}.smartclean__automation-band{background:var(--canvas-accent);min-height:1.7rem}.smartclean__automation-band p{color:var(--ink-muted);font-size:clamp(.86rem,.95vw,1rem);font-weight:700}.smartclean__toggle-stage{background:#ffffffc2;border-bottom:1px solid #c1c19e8f;min-height:3.35rem;padding:.58rem .75rem .62rem}.smartclean__toggle{background:var(--surface-plain);box-shadow:var(--shadow-soft);border:1px solid #6d6a50b3;border-radius:.38rem;grid-auto-flow:column;gap:0;padding:.1rem;display:inline-grid}.smartclean__toggle-button{border-radius:var(--radius-sm);min-width:3rem;min-height:1.72rem;color:var(--ink-strong);font:700 .78rem/1 var(--font-display);cursor:pointer;background:linear-gradient(#ffffffe6,#dadbc8e6);border:0}.smartclean__toggle-button--active{background:var(--smartclean-toggle-active-surface);color:var(--surface-plain);box-shadow:inset 0 1px #ffffff24,0 .12rem .3rem #0000001a}.smartclean__cards{grid-template-columns:repeat(3,minmax(0,1fr));min-height:0;display:grid}.smartclean__card{min-height:var(--smartclean-card-min-height);background:var(--smartclean-card-surface);border-right:1px solid #c1c19eb8;flex-direction:column;display:flex}.smartclean__card:last-child{border-right:0}.smartclean__card-title{text-align:center;color:var(--ink-muted);background:#d8d6babd;border-bottom:1px solid #c1c19eb8;padding:.42rem .8rem .36rem;font-size:clamp(.92rem,1vw,1.06rem);font-weight:700;line-height:1}.smartclean__auto-row{background:#ffffffc2;border-top:4px solid #0d6b26;border-bottom:4px solid #0d6b26;grid-template-columns:2.2rem 1fr;align-items:center;gap:.32rem;min-height:3.15rem;padding:.35rem .7rem;display:grid}.smartclean__card--first .smartclean__auto-row{border-left:4px solid #0d6b26}.smartclean__card--last .smartclean__auto-row{border-right:4px solid #0d6b26}.smartclean__auto-dot{background:radial-gradient(circle at 35% 35%,#8f96a2 0%,#45484a 68%,#1c1f20 100%);border:1px solid #35353542;border-radius:50%;width:1rem;height:1rem;box-shadow:0 0 .65rem #45484a7a}.smartclean__auto-dot--enabled{background:radial-gradient(circle at 35% 35%,#b9ecff 0%,#5baddb 62%,#1d6f9c 100%);box-shadow:0 0 .9rem #5baddbd9}.smartclean__auto-label{color:var(--ink-strong);font-size:clamp(.92rem,1vw,1rem);font-weight:700}.smartclean__metric-row{grid-template-columns:auto auto auto;justify-content:center;align-items:center;gap:.54rem;padding:.88rem .72rem .44rem;display:grid}.smartclean__check{border-radius:var(--radius-sm);background:linear-gradient(#fffffff5,#dcdcccf5);border:1px solid #6d6a50d9;flex:none;place-items:center;width:1.7rem;height:1.7rem;transition:background-color .14s,background-image .14s;display:inline-grid;box-shadow:inset 0 1px #ffffff73}.smartclean__check--selected{background:var(--signal-yellow)}.smartclean__check:disabled{cursor:default}.smartclean__check:before{content:"";opacity:0;border-bottom:.16rem solid #000;border-right:.16rem solid #000;width:.38rem;height:.72rem;transition:opacity .14s;transform:rotate(40deg)translate(-.02rem,-.06rem)}.smartclean__check--selected:before{opacity:1}.smartclean__metric-icon{object-fit:contain;transform-origin:50%;flex:none;width:2.15rem;height:2.15rem}.smartclean__metric-icon--elevator-trash{width:2.3rem;height:2.3rem;transform:translate(.04rem,.06rem)}.smartclean__metric-icon--extractor-loss{width:2.15rem;height:2.15rem;transform:translate(-.02rem,.08rem)}.smartclean__metric-icon--residue{width:2.2rem;height:2.2rem;transform:translate(-.01rem,.08rem)}.smartclean__metric-value{color:var(--ink-strong);text-align:center;font-size:clamp(1.45rem,1.95vw,2rem);font-weight:700;line-height:1;transform:translateY(.02rem)}.smartclean__scale{padding:0 .72rem}.smartclean__gauge{padding-top:.15rem;position:relative}.smartclean__ticks{justify-content:space-between;align-items:flex-end;height:1.28rem;padding:0 .04rem;display:flex}.smartclean__tick{background:#000000f0;width:.14rem;height:.78rem}.smartclean__tick--major{width:.18rem;height:1.12rem}.smartclean__bar{background:#ffffffe0;border:2px solid #c6c6aaf2;height:1.32rem;margin-top:.08rem;position:relative;overflow:visible;box-shadow:inset 0 2px 4px #00000014}.smartclean__bar:before,.smartclean__bar:after{content:"";position:absolute;top:.18rem;bottom:.18rem}.smartclean__bar--safe-start:before,.smartclean__bar--safe-start:after,.smartclean__bar--safe-end:before,.smartclean__bar--safe-end:after{left:0}.smartclean__bar--safe-start:before{width:var(--split);background:var(--signal-green)}.smartclean__bar--safe-start:after{left:var(--split);background:var(--signal-amber);right:0}.smartclean__bar--safe-end:before{width:var(--split);background:var(--signal-amber)}.smartclean__bar--safe-end:after{left:var(--split);background:var(--signal-green);right:0}.smartclean__bar-pointer{left:var(--progress);z-index:3;object-fit:contain;filter:drop-shadow(0 1px #ffffff59);transform-origin:50%;pointer-events:none;width:.72rem;height:1.9rem;position:absolute;top:.5rem;transform:translate(-50%)}.smartclean__actions{grid-template-columns:minmax(0,1fr) minmax(4.15rem,4.5rem) minmax(0,1fr);gap:.72rem;margin-top:.9rem;padding:.72rem .72rem .78rem;display:grid}.smartclean__value-button,.smartclean__value-readout{border-radius:var(--radius-md);border:1px solid var(--edge-strong);background:var(--smartclean-button-surface);min-height:2.9rem;box-shadow:var(--shadow-soft)}.smartclean__value-button{font:700 2rem/1 var(--font-display);color:var(--ink-strong);cursor:pointer}.smartclean__value-button:disabled{opacity:.45;cursor:not-allowed}.smartclean__value-readout{color:var(--ink-strong);background:#fffffff5;place-items:center;font-size:1.22rem;font-weight:700;display:grid}@media (width<=560px){.smartclean{width:100%;min-width:0}.smartclean__cards{grid-template-columns:minmax(0,1fr)}.smartclean__card{border-bottom:1px solid #c1c19eb8;border-right:0;min-height:15rem}.smartclean__card:last-child{border-bottom:0}.smartclean__auto-row,.smartclean__card--first .smartclean__auto-row,.smartclean__card--last .smartclean__auto-row{border-left:4px solid #0d6b26;border-right:4px solid #0d6b26}.smartclean__auto-row,.smartclean__metric-row,.smartclean__actions,.smartclean__scale{padding-inline:.8rem}.smartclean__metric-row{gap:.75rem}}@media (width<=380px){.smartclean__actions{grid-template-columns:minmax(0,1fr) 4rem minmax(0,1fr);gap:.45rem;padding-inline:.55rem}.smartclean__value-button,.smartclean__value-readout{min-height:2.65rem}}@media (width<=900px) and (orientation:landscape){.smartclean__cards{grid-template-columns:repeat(3,minmax(0,1fr))}.smartclean__card{border-bottom:0;border-right:1px solid #c1c19eb8;min-height:15rem}.smartclean__card:last-child{border-right:0}.smartclean__auto-row,.smartclean__card--first .smartclean__auto-row,.smartclean__card--last .smartclean__auto-row{border-left:0;border-right:0}.smartclean__card--first .smartclean__auto-row{border-left:4px solid #0d6b26}.smartclean__card--last .smartclean__auto-row{border-right:4px solid #0d6b26}}.harvest-panel{--harvest-panel-max-width:920px;--harvest-panel-gap:.3rem;--harvest-panel-radius:var(--radius-2xl);--harvest-panel-border:1px solid #c6c6aaeb;--harvest-panel-surface:linear-gradient(180deg, #ffffffe6, #eae7d6fa), var(--panel-surface);--harvest-panel-topbar-surface:linear-gradient(180deg, #666749 0%, #4b4d2e 48%, #2f311a 100%);--harvest-panel-tab-surface:linear-gradient(180deg, #fffffff2, #e7e4d1eb), var(--panel-surface-alt);--harvest-panel-tab-active-surface:linear-gradient(180deg, #666749 0%, #3a3c22 70%, #2c2e18 100%);width:min(100%, var(--harvest-panel-max-width));height:auto;min-height:0;max-width:var(--harvest-panel-max-width);gap:var(--harvest-panel-gap);border-radius:var(--harvest-panel-radius);border:var(--harvest-panel-border);background:var(--harvest-panel-surface);max-height:100%;box-shadow:var(--shadow-panel);flex-direction:column;margin:0 auto;display:flex;overflow:hidden}.harvest-panel__topbar{background:var(--harvest-panel-topbar-surface);min-height:4rem;color:var(--surface-plain);justify-content:space-between;align-items:center;gap:1rem;padding:.62rem .9rem .46rem;display:flex}.harvest-panel__heading{align-items:center;gap:.75rem;display:flex}.harvest-panel__heading img{border-radius:var(--radius-sm);object-fit:contain;background:#fffffff2;width:2.45rem;height:2.45rem;padding:.14rem;box-shadow:inset 0 1px #ffffffb3}.harvest-panel__title-wrap{align-items:center;gap:.5rem;display:flex}.harvest-panel__title-wrap h3{letter-spacing:.01em;color:inherit;margin:0;font-size:clamp(1.62rem,2vw,2rem);font-weight:700;line-height:1}.harvest-panel__badges{gap:.22rem;display:flex;transform:translateY(-.02rem)}.harvest-panel__badge{border:1.8px solid;border-radius:50%;place-items:center;width:1.25rem;height:1.25rem;font-size:.84rem;font-weight:700;line-height:1;display:inline-grid}.harvest-panel__close{border-radius:var(--radius-md);background:var(--signal-yellow);width:3.35rem;height:2.35rem;color:var(--ink-strong);box-shadow:var(--shadow-button);cursor:pointer;border:1px solid #55501ad1;justify-content:center;align-items:center;display:inline-flex}.harvest-panel__close span{text-transform:uppercase;font-size:1.8rem;font-weight:700;line-height:1;transform:translateY(-.06rem)}.harvest-panel__tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.08rem;padding:0 .7rem;display:grid}.harvest-panel__tab{background:var(--harvest-panel-tab-surface);min-height:2.75rem;color:var(--ink-strong);font:700 1rem/1 var(--font-display);letter-spacing:.01em;cursor:pointer;border:1px solid #9b9683b8;border-radius:0}.harvest-panel__tab:first-child{border-top-left-radius:.65rem;border-bottom-left-radius:.65rem}.harvest-panel__tab:last-child{border-top-right-radius:.65rem;border-bottom-right-radius:.65rem}.harvest-panel__tab--active{background:var(--harvest-panel-tab-active-surface);color:var(--surface-plain)}.harvest-panel__content{flex:1;min-height:0;padding:0 .3rem .3rem}.harvest-panel__placeholder{border-radius:var(--radius-xl);background:linear-gradient(180deg, #ffffffd1, #dfdeceeb), var(--panel-surface);text-align:center;border:1px solid #c1c19ed9;place-items:center;gap:.75rem;min-height:100%;padding:2rem;display:grid}.harvest-panel__placeholder h3{color:var(--ink-strong);margin:0;font-size:2rem}.harvest-panel__placeholder p{color:#363424d1;max-width:34rem;margin:0;font-size:1rem}@media (width<=820px){.harvest-panel{height:auto}.harvest-panel__topbar{padding-inline:.8rem}.harvest-panel__tabs{padding-inline:.5rem}}@media (width<=560px){.harvest-panel{border-radius:1rem;width:100%;max-width:none}.harvest-panel__topbar{min-height:3.5rem;padding:.5rem .7rem}.harvest-panel__heading{gap:.55rem;min-width:0}.harvest-panel__heading img{width:2.1rem;height:2.1rem}.harvest-panel__title-wrap h3{text-overflow:ellipsis;white-space:nowrap;font-size:1.18rem;overflow:hidden}.harvest-panel__badges,.harvest-panel__close{display:none}.harvest-panel__tabs{padding-inline:.35rem}.harvest-panel__tab{min-height:2.5rem;padding-inline:.25rem;font-size:clamp(.64rem,3vw,.78rem)}.harvest-panel__content{padding:0 .2rem .2rem}}.harvest-layout{--harvest-layout-sidebar-width:292px;--harvest-layout-sidebar-collapsed-width:96px;--harvest-layout-sidebar-content-width:calc(var(--harvest-layout-sidebar-width) - 2rem);--harvest-layout-sidebar-collapsed-content-width:calc(var(--harvest-layout-sidebar-collapsed-width) - 2rem);--harvest-layout-sidebar-padding:1.1rem 1rem;--harvest-layout-jd-green-dark:#1f4b1c;--harvest-layout-jd-green-mid:#2f6b24;--harvest-layout-jd-green-light:#4e9c2d;--harvest-layout-jd-yellow:#fede00;--harvest-layout-jd-ink:#10260a;--harvest-layout-title-size:clamp(2rem, 2.2vw, 2.45rem);--harvest-layout-sidebar-surface:linear-gradient(180deg, #1f4b1cfa, #2f6b24fa);--harvest-layout-group-surface:linear-gradient(180deg, #ffffff1a, #ffffff0a);--harvest-layout-group-border:1px solid #fede0033;isolation:isolate;width:100%;height:100vh;box-shadow:none;background:#f2f8f0;border-radius:0;grid-template-columns:minmax(0,1fr);column-gap:0;margin:0;display:grid;position:relative;overflow:hidden}.harvest-layout:before{content:none}.harvest-layout__orientation-hint{display:none}.harvest-layout__skip-link{z-index:80;color:#fff;background:#193f13;border-radius:.6rem;padding:.65rem .9rem;font-size:.75rem;font-weight:800;transition:transform .16s;position:absolute;top:.75rem;left:50%;transform:translate(-50%,-200%)}.harvest-layout__skip-link:focus{transform:translate(-50%)}.harvest-layout__loading{z-index:60;color:#23491d;text-align:center;background:#f4f8f2;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem;display:flex;position:absolute;inset:0}.harvest-layout__loading-spinner{border:.26rem solid #d7e4d3;border-top-color:#2f6b24;border-radius:50%;width:2.8rem;height:2.8rem;margin-bottom:.45rem;animation:.8s linear infinite harvest-loading-spin}.harvest-layout__loading strong{color:#193f13;font-size:1.05rem}.harvest-layout__loading small{color:#70806b;font-size:.72rem}.harvest-layout__sidebar{z-index:20;width:var(--harvest-layout-sidebar-width);padding:var(--harvest-layout-sidebar-padding);color:#243621;min-width:0;min-height:100%;font-family:var(--font-display);background:#fff;border-right:1px solid #e1ebde;flex-direction:column;gap:.9rem;padding-bottom:0;transition:width .36s cubic-bezier(.22,1,.36,1),transform .36s cubic-bezier(.22,1,.36,1),box-shadow .18s;display:flex;position:absolute;inset:0 auto 0 0;box-shadow:.6rem 0 1.8rem #22531b0e}.harvest-layout:not(.harvest-layout--sidebar-collapsed) .harvest-layout__sidebar{box-shadow:.8rem 0 2.4rem #143c102e}.harvest-layout__sidebar-close{z-index:2;color:#2a681f;cursor:pointer;background:#fff;border:1px solid #dce6d8;border-radius:50%;place-items:center;width:2.7rem;height:2.7rem;padding:0;display:grid;position:absolute;top:1.15rem;right:-1.35rem;box-shadow:0 .45rem 1.15rem #143c102e}.harvest-layout__sidebar-close:hover{color:#1d5715;background:#e7f1e3;border-color:#b9d1b2}.harvest-layout__sidebar-close svg{width:1.05rem;height:1.05rem}.harvest-layout__sidebar-toggle{color:#2a681f;cursor:pointer;background:#f3f7f1;border:1px solid #dce6d8;border-radius:.78rem;flex:none;place-items:center;width:2.75rem;height:2.75rem;padding:0;transition:background-color .18s,border-color .18s,color .18s;display:grid}.harvest-layout__sidebar-toggle:hover{color:#1d5715;background:#e7f1e3;border-color:#b9d1b2}.harvest-layout__sidebar-toggle svg{flex:none;width:1.05rem;height:1.05rem;transition:transform .36s cubic-bezier(.22,1,.36,1)}.harvest-layout__brand-card{width:var(--harvest-layout-sidebar-content-width);flex:none;min-width:0;padding:.05rem 0 .2rem;transition:width .36s cubic-bezier(.22,1,.36,1);overflow:hidden}.harvest-layout__brand-logo-frame{width:var(--harvest-layout-sidebar-content-width);height:5rem;box-shadow:none;background:0 0;border:0;border-radius:0;transition:none;position:relative;overflow:hidden;transform:translateZ(0)}.harvest-layout__brand-logo{object-fit:contain;object-position:left center;pointer-events:none;opacity:1;width:223px;height:auto;max-height:3.2rem;display:block;position:absolute;top:50%;left:.5rem;transform:translateY(-50%)}.harvest-layout__nav{width:var(--harvest-layout-sidebar-content-width);flex-direction:column;flex:1;gap:1rem;min-width:0;transition:width .36s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden}.harvest-layout__group{width:var(--harvest-layout-sidebar-content-width);border-radius:1.15rem;transition:width .36s cubic-bezier(.22,1,.36,1);overflow:hidden}.harvest-layout__item,.harvest-layout__subitem{width:100%;color:inherit;cursor:pointer;background:0 0;align-items:center;padding:.95rem 1rem;display:flex}.harvest-layout__item{color:#285e21;min-height:4.15rem;font:500 1rem/1 var(--font-display);letter-spacing:.01em;background:#f7faf5;border:1px solid #e1ebde;border-radius:1.1rem;grid-template-columns:2.2rem minmax(0,1fr) 1.25rem;gap:.85rem;padding:.8rem .9rem;transition:background-color .18s,border-color .18s;display:grid}.harvest-layout__item:hover{background:#eff6ec;border-color:#c9ddc3}.harvest-layout__item-icon{object-fit:contain;background:#fff;border:1px solid #dce8d8;border-radius:.75rem;width:2.2rem;height:2.2rem;padding:.18rem;display:block;position:static;transform:none}.harvest-layout__item-label{text-align:left;white-space:nowrap;opacity:1;min-width:0;padding:0;transition:opacity .1s;display:block}.harvest-layout__submenu-shell{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .24s cubic-bezier(.22,1,.36,1),opacity .18s;display:grid}.harvest-layout__submenu-shell--open{opacity:1;grid-template-rows:1fr}.harvest-layout__submenu{opacity:0;flex-direction:column;gap:.5rem;min-height:0;padding:.45rem .45rem .75rem;transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .18s;display:flex;overflow:hidden;transform:translateY(-.45rem)}.harvest-layout__submenu-shell--open .harvest-layout__submenu{opacity:1;transform:translateY(0)}.harvest-layout__subitem{color:#687565;border:1px solid #0000;border-radius:.9rem;justify-content:flex-start;min-height:2.9rem;padding:.78rem .9rem .78rem 1.2rem;font-size:.82rem;font-weight:500;transition:color .15s,background-color .15s,border-color .15s,transform .15s;position:relative}.harvest-layout__item-arrow{color:#6c8a66;justify-content:center;align-items:center;transition:transform .24s cubic-bezier(.22,1,.36,1),color .18s;display:inline-flex;position:static;transform:rotate(-90deg)}.harvest-layout__item-arrow--open{transform:rotate(0)}.harvest-layout__item-toggle-icon{width:1.15rem;height:1.15rem}.harvest-layout__subitem--active{color:#1f5619;box-shadow:none;background:#f2f5ef;border-color:#0000;border-radius:.55rem;transform:none}.harvest-layout__subitem--active:before{content:"";background:var(--harvest-layout-jd-yellow);border-radius:.08rem;width:.2rem;height:1rem;position:absolute;top:50%;left:.48rem;transform:translateY(-50%)}.harvest-layout__subitem:hover:not(.harvest-layout__subitem--active){color:#325f2b;background:#f6f9f4}.harvest-layout--sidebar-collapsed .harvest-layout__sidebar{width:var(--harvest-layout-sidebar-collapsed-width);gap:.9rem;padding-inline:1rem}.harvest-layout--sidebar-collapsed .harvest-layout__brand-card,.harvest-layout--sidebar-collapsed .harvest-layout__nav,.harvest-layout--sidebar-collapsed .harvest-layout__group{width:var(--harvest-layout-sidebar-collapsed-content-width)}.harvest-layout--sidebar-collapsed .harvest-layout__sidebar-toggle svg{transform:rotate(180deg)}.harvest-layout__main{min-width:0;min-height:0;margin-left:var(--harvest-layout-sidebar-collapsed-width);background:#f2f8f0;flex-direction:column;gap:0;display:flex}.harvest-layout:not(.harvest-layout--sidebar-collapsed) .harvest-layout__sidebar-toggle{visibility:hidden;pointer-events:none}.harvest-layout__workspace-header{min-height:5rem;font-family:var(--font-display);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7fbf5e6;border-bottom:1px solid #dfeadd;flex:none;align-items:center;gap:1rem;padding:.75rem clamp(1.25rem,2.5vw,2.5rem);display:flex}.harvest-layout__workspace-title{flex-direction:column;gap:.08rem;min-width:0;display:flex}.harvest-layout__workspace-title span{color:#74806f;letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:800}.harvest-layout__workspace-title h1{color:#193f13;font:700 clamp(1.35rem, 2vw, 1.75rem)/1.1 var(--font-display);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.harvest-layout__content{background:radial-gradient(circle at 85% 10%,#5b974c14,#0000 28rem),#f2f8f0;flex:1;justify-content:center;align-items:center;min-height:0;padding:clamp(1.5rem,3vw,3rem);display:flex;overflow:auto}.harvest-layout__content-shell{width:min(100%,1600px);max-width:1600px;height:auto;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:clamp(1rem,2vw,2rem);padding:0;display:flex}.harvest-layout__content-shell>.harvest-panel{flex:940px}.harvest-layout__media{flex-direction:column;flex:0 520px;justify-content:center;align-self:center;gap:.75rem;min-width:320px;display:flex}.harvest-layout__media-frame{aspect-ratio:16/9;background:#11250d;border:1px solid #367c2b47;border-radius:1.15rem;position:relative;overflow:hidden;box-shadow:0 1rem 2.2rem #143c1021}.harvest-layout__media-asset{object-fit:contain;width:100%;height:100%;animation:.48s cubic-bezier(.22,1,.36,1) both smartclean-media-enter;display:block}.harvest-layout__media-placeholder{color:#ffffffe6;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;width:100%;height:100%;padding:2rem;display:flex}.harvest-layout__media-placeholder svg{color:#fede00;width:2.5rem;height:2.5rem}.harvest-layout__audio-description{color:#315d29;cursor:pointer;background:#fff;border:1px solid #cbdcc6;border-radius:.7rem;align-self:flex-start;align-items:center;gap:.5rem;min-height:2.35rem;padding:.5rem .75rem;font-size:.67rem;font-weight:800;display:inline-flex}.harvest-layout__audio-description:hover,.harvest-layout__audio-description[aria-pressed=true]{color:#1d5715;background:#eaf3e6;border-color:#91b488}.harvest-layout__audio-description svg{width:1rem;height:1rem}.harvest-layout__media-description{text-align:left;background:#fff9;border:1px solid #367c2b21;border-radius:.85rem;flex-direction:column;gap:.42rem;padding:.9rem 1rem;display:flex}.harvest-layout__media-description strong{color:#285e21;font-size:1rem;font-weight:800}.harvest-layout__media-description p{color:#687565;margin:0;font-size:.78rem;line-height:1.45}.harvest-layout__media-disclaimer{color:#596753;background:#fede001f;border-radius:.75rem;align-items:flex-start;gap:.55rem;padding:.7rem .8rem;display:flex}.harvest-layout__media-disclaimer svg{color:#6e6500;flex:none;width:.95rem;height:.95rem;margin-top:.08rem}.harvest-layout__media-disclaimer small{font-size:.69rem;line-height:1.4}@keyframes smartclean-media-enter{0%{opacity:0;filter:blur(7px);transform:scale(1.035)}to{opacity:1;filter:blur();transform:scale(1)}}@keyframes harvest-loading-spin{to{transform:rotate(360deg)}}.harvest-layout__footer{color:#355f2a;font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;background:#f7fbf5;border-top:1px solid #dfeadd;justify-content:space-between;align-items:center;gap:1rem;margin:0;padding:.7rem 1.5rem;font-size:.68rem;display:flex}.harvest-layout__footer-product{color:#2f6b24;font-weight:700}.harvest-layout__footer-powered{color:#70806b;letter-spacing:.07em;opacity:.68;text-transform:none;font-size:.58rem;font-weight:500}@media (width<=1040px){.harvest-layout__sidebar{gap:.75rem;min-height:auto;padding-bottom:1.2rem}.harvest-layout__content{align-items:flex-start;overflow:auto}.harvest-layout__content-shell{flex-direction:column;max-height:none}.harvest-layout__content-shell>.harvest-panel{flex-basis:auto}.harvest-layout__media{align-self:center;width:min(100%,720px);min-width:0}}@media (width<=900px){.harvest-layout{--harvest-layout-sidebar-width:min(292px, calc(100vw - 3.5rem))}.harvest-layout__main{margin-left:0}.harvest-layout__sidebar{width:var(--harvest-layout-sidebar-width)}.harvest-layout--sidebar-collapsed .harvest-layout__sidebar{width:var(--harvest-layout-sidebar-width);visibility:hidden;pointer-events:none;transform:translate(-110%)}.harvest-layout__content{padding:1rem}.harvest-layout__workspace-header{min-height:4.5rem;padding-inline:1rem}.harvest-layout__content-shell{border-radius:0;width:100%;height:auto;padding:0;overflow:visible}.harvest-layout__footer{flex-direction:column;align-items:flex-start;padding-inline:1rem}.harvest-layout__item{min-height:3.6rem}}@media (width<=720px) and (orientation:portrait){.harvest-layout__orientation-hint{z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a1f07a3;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:absolute;inset:0}.harvest-layout__orientation-card{color:#23491d;text-align:center;background:#f8fbf6;border:1px solid #367c2b33;border-radius:1.25rem;width:min(100%,22rem);padding:1.5rem;box-shadow:0 1.5rem 3.5rem #051b0352}.harvest-layout__orientation-icon{color:#2f6b24;background:#eaf3e6;border-radius:1.15rem;place-items:center;width:4.5rem;height:4.5rem;margin:0 auto 1rem;display:grid;position:relative}.harvest-layout__orientation-icon svg:first-child{width:2.25rem;height:2.25rem}.harvest-layout__orientation-icon svg:last-child{color:#285e21;background:#fede00;border-radius:50%;width:1.65rem;height:1.65rem;padding:.22rem;position:absolute;bottom:-.3rem;right:-.35rem;box-shadow:0 .3rem .7rem #22531b33}.harvest-layout__orientation-card h2{color:#193f13;margin:0;font-size:1.3rem}.harvest-layout__orientation-card p{color:#687565;margin:.55rem 0 1.2rem;font-size:.82rem;line-height:1.5}.harvest-layout__orientation-card button{color:#193f13;cursor:pointer;background:#fede00;border:1px solid #d1b900;border-radius:.7rem;min-height:2.65rem;padding:.65rem 1rem;font-size:.72rem;font-weight:800}}@media (width<=900px) and (orientation:landscape){.harvest-layout__content-shell>.harvest-panel{order:1}.harvest-layout__media{order:2;width:min(100%,720px)}}@media (width<=560px){.harvest-layout__sidebar{padding:.75rem;padding-bottom:0}.harvest-layout--sidebar-collapsed .harvest-layout__sidebar{padding-inline:.75rem;padding-bottom:0}.harvest-layout__content{align-items:flex-start;padding:.75rem}.harvest-layout__content-shell{align-items:stretch;gap:1.25rem;padding:0}.harvest-layout__content-shell>.harvest-panel,.harvest-layout__media{width:100%;min-width:0}.harvest-layout__media-frame{border-radius:.9rem}.harvest-layout__media-description{padding:.8rem}.harvest-layout__footer{display:none}}@media (prefers-reduced-motion:reduce){.harvest-layout,.harvest-layout__sidebar,.harvest-layout__brand-logo,.harvest-layout__brand-symbol,.harvest-layout__brand-logo-frame,.harvest-layout__sidebar-toggle svg,.harvest-layout__item-label{transition-duration:1ms}.harvest-layout__media-asset{animation-duration:1ms}.harvest-layout__loading-spinner{animation:none}}.system-status{--status-color:#a03e34;background:radial-gradient(circle at 50% 0,#fede001f,#0000 28rem),#edf3e9;place-items:center;width:100%;min-height:100vh;padding:2rem 1.25rem;display:grid;overflow:auto}.system-status--offline{--status-color:#496b7a}.system-status--unavailable{--status-color:#936b19}.system-status--not-found{--status-color:#39722f}.system-status--access-denied{--status-color:#a03e34}.system-status--access-denied .system-status__actions{grid-template-columns:minmax(0,18rem);justify-content:center}.system-status__card{text-align:center;background:#fff;border:1px solid #1f4b1c21;border-radius:1.4rem;width:min(100%,660px);padding:clamp(2rem,6vw,3.5rem);box-shadow:0 1.4rem 3.5rem #1a451421}.system-status__brand{object-fit:contain;width:min(100%,190px);height:auto;max-height:38px;margin:0 auto;display:block}.system-status__preview{color:#35672d;letter-spacing:.08em;text-transform:uppercase;background:#edf4e9;border-radius:999px;margin-top:1.4rem;padding:.35rem .6rem;font-size:.65rem;font-weight:900;display:inline-flex}.system-status__icon{background:color-mix(in srgb, var(--status-color) 11%, white);width:4.7rem;height:4.7rem;color:var(--status-color);border-radius:1.35rem;place-items:center;margin:2.25rem auto 0;display:grid}.system-status__icon svg{width:2.15rem;height:2.15rem}.system-status__code{color:var(--status-color);letter-spacing:.14em;margin-top:1.25rem;font-size:.7rem;font-weight:900;display:block}.system-status h1{color:#173b12;font:700 clamp(1.9rem, 6vw, 2.65rem)/1 var(--font-display);margin:.65rem 0 0}.system-status p{color:#687563;max-width:50ch;margin:1rem auto 0;font-size:.9rem;line-height:1.65}.system-status__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.system-status__actions button{cursor:pointer;border-radius:.72rem;justify-content:center;align-items:center;gap:.55rem;min-height:3.25rem;padding:.8rem 1.25rem;font-size:.78rem;font-weight:800;display:inline-flex}.system-status__actions svg{width:1rem;height:1rem}.system-status__primary{color:#fff;background:#215f15;box-shadow:0 .6rem 1.2rem #1e5b172e}.system-status__primary:hover{background:#174b10}.system-status__secondary{color:#386230;background:#fff;border:1px solid #d6dfd2}.system-status__secondary:hover{background:#f3f7f1}.system-status small{color:#8a9586;border-top:1px solid #e7ebe5;margin-top:1.8rem;padding-top:1.25rem;font-size:.68rem;display:block}.system-status button:focus-visible{outline-offset:2px;outline:3px solid #fede00b8}@media (width<=700px){.system-status__actions{grid-template-columns:1fr}.system-status__actions button{width:100%}}@media (width<=520px){.system-status{align-items:start;padding:.75rem}.system-status__card{border-radius:1rem;padding:1.4rem}}
