#tenant-story-ui{--pine:#23483f;--mist:#eff5f3;--glass:#d2e4e9;--leaf:#4d733c;--pollen:#f3d478;--muted:#536860;--line:#baccc5;--white:#fff;font-family:'Avenir Next',Avenir,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--pine);background:var(--mist);font-synthesis:none}
#tenant-story-ui *{box-sizing:border-box}
#tenant-story-ui{scroll-behavior:auto;overflow:hidden;margin:0;padding-bottom:18px}
#tenant-story-ui .phone-content{overflow:hidden}
#tenant-story-ui .quest-close{min-height:32px!important;width:32px;height:32px;padding:0;border-radius:50%;font-size:22px;line-height:1}
#tenant-story-ui .crop-picks{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
#tenant-story-ui .crop-pick{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px;border:1px solid #baccc5;border-radius:12px;min-height:0}
#tenant-story-ui .crop-pick img{width:52px;height:52px;object-fit:contain}
#tenant-story-ui .crop-pick:has(input:checked){border-color:#d6b479;background:#f7f1e0}
#tenant-story-ui button,#tenant-story-ui input,#tenant-story-ui select{font:inherit}
#tenant-story-ui button,#tenant-story-ui a,#tenant-story-ui select,#tenant-story-ui input{touch-action:manipulation}
#tenant-story-ui button,#tenant-story-ui select{min-height:46px}
#tenant-story-ui button,#tenant-story-ui a,#tenant-story-ui select,#tenant-story-ui input{outline-offset:5px}
#tenant-story-ui button:focus-visible,#tenant-story-ui a:focus-visible,#tenant-story-ui select:focus-visible,#tenant-story-ui input:focus-visible{outline:3px solid #254c9b}
#tenant-story-ui button{cursor:pointer}
#tenant-story-ui button:disabled{cursor:default;opacity:.55}
#tenant-story-ui a{color:inherit}
#tenant-story-ui p{font-size:18px;line-height:1.6;margin:0 0 1.1em}
#tenant-story-ui p:last-child{margin-bottom:0}
#tenant-story-ui h1,#tenant-story-ui h2,#tenant-story-ui h3,#tenant-story-ui h4{margin:0;font-weight:600}
#tenant-story-ui h1,#tenant-story-ui .narrative>h2,#tenant-story-ui .closing h2{font-size:clamp(42px,4.7vw,70px);line-height:1.06;letter-spacing:-.05em;margin-bottom:28px}
#tenant-story-ui h3{font-size:27px;line-height:1.22;letter-spacing:-.025em}
#tenant-story-ui h4{font-size:20px}
#tenant-story-ui .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
#tenant-story-ui [hidden]{display:none!important}
#tenant-story-ui .skip{position:fixed;left:20px;top:-90px;padding:14px;background:white;z-index:30}
#tenant-story-ui .skip:focus{top:14px}
#tenant-story-ui .masthead{height:76px;padding:0 5.4vw;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10;background:rgba(239,245,243,.97);border-bottom:1px solid #c5d8d0}
#tenant-story-ui .brand{display:flex;gap:10px;align-items:center;font-weight:600;font-size:25px;letter-spacing:-1px;text-decoration:none}
#tenant-story-ui .brand svg{width:27px;height:30px;fill:var(--pine)}
#tenant-story-ui .reality{font-size:14px;color:var(--pine);border:1px solid var(--line);border-radius:20px;padding:6px 12px}
#tenant-story-ui .chapter{min-height:calc(100svh - 76px);padding:72px max(5.4vw,24px) 94px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:7vw;align-items:center;scroll-margin-top:0}
#tenant-story-ui .narrative{max-width:640px}
#tenant-story-ui .chapter-count{font-size:15px;display:flex;gap:20px;align-items:center;margin-bottom:30px}
#tenant-story-ui .chapter-count span{border-left:1px solid var(--line);padding-left:20px}
#tenant-story-ui .lead{font-size:23px;line-height:1.45;letter-spacing:-.025em}
#tenant-story-ui .scope-note{font-size:14px;line-height:1.5;color:var(--muted);max-width:53ch;margin-top:28px}
#tenant-story-ui .phone{background:var(--white);max-width:448px;width:100%;justify-self:center;border:1px solid #a8bfb4;border-radius:30px;overflow:hidden;box-shadow:0 18px 0 -10px #c0d3cb,0 30px 55px -36px #375c4b}
#tenant-story-ui .app-heading{display:flex;justify-content:space-between;align-items:center;padding:19px 25px;border-bottom:1px solid #dbe6e0;font-size:14px}
#tenant-story-ui .app-heading b{font-size:21px;letter-spacing:-1px}
#tenant-story-ui .phone-content{padding:25px}
#tenant-story-ui .phone-content h2{font-size:25px;line-height:1.22;letter-spacing:-.02em;margin-bottom:22px}
#tenant-story-ui .phone-content h3{margin-bottom:19px}
#tenant-story-ui .phone-content p{font-size:16px;line-height:1.55}
#tenant-story-ui .welcome-art{width:100%;height:194px;display:block;object-fit:cover;background:var(--glass)}
#tenant-story-ui fieldset{border:0;margin:0;padding:0}
#tenant-story-ui legend{font-size:15px;font-weight:600;margin-bottom:14px}
#tenant-story-ui .option-list{display:grid;gap:10px}
#tenant-story-ui .option-list label{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:12px;cursor:pointer}
#tenant-story-ui .option-list label:has(input:checked){background:#e8f0e2;border-color:#4d733c;box-shadow:inset 0 0 0 1px #4d733c}
#tenant-story-ui .option-list label:has(input:disabled){cursor:default}
#tenant-story-ui .option-list input{accent-color:var(--pine);width:18px;height:18px;margin:3px 0 0;flex:none}
#tenant-story-ui .option-list b{font-size:16px;display:block;line-height:1.35}
#tenant-story-ui .option-list small{display:block;font-size:14px;line-height:1.4;margin-top:5px;color:var(--muted)}
#tenant-story-ui .field-label{display:block;margin:22px 0 8px;font-size:15px;font-weight:600}
#tenant-story-ui select{color:var(--pine);border:1px solid var(--line);border-radius:8px;background:white;padding:9px 34px 9px 12px;max-width:100%}
#tenant-story-ui #tenant-ui-crop{width:100%}
#tenant-story-ui .small,#tenant-story-ui .phone-content .small{font-size:14px;line-height:1.5;color:var(--muted)}
#tenant-story-ui #tenant-ui-participation-note{margin-top:14px}
#tenant-story-ui .service-note,#tenant-story-ui .phone-content .service-note{font-size:13px;line-height:1.5;color:#536358;border-top:1px solid #dbe6e0;padding-top:14px;margin-top:18px}
#tenant-story-ui .timing{background:var(--glass)}
#tenant-story-ui .crop-scene{height:210px;background:#e7eddb;display:flex;align-items:center;justify-content:center}
#tenant-story-ui .crop-scene img{width:78%;height:95%;object-fit:contain}
#tenant-story-ui .crop-scene.tomato{background:#f7ebd6}
#tenant-story-ui .crop-label{color:#4e6749;font-size:14px!important;font-weight:600;margin-bottom:12px}
#tenant-story-ui .gardener-note{border-left:3px solid #8aab74;padding-left:15px;margin:24px 0 18px}
#tenant-story-ui .gardener-note b{font-size:14px}
#tenant-story-ui .gardener-note p{margin-top:5px}
#tenant-story-ui .quiet-note{display:flex;gap:12px;border-top:1px solid #dbe6e0;padding-top:15px}
#tenant-story-ui .quiet-note>span{font-size:30px;line-height:1}
#tenant-story-ui .quiet-note p{font-size:14px;line-height:1.5}
#tenant-story-ui .example-switch{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 12px}
#tenant-story-ui .example-switch button{padding:10px 15px;background:transparent;border:1px solid #6e8a82;color:var(--pine);border-radius:24px}
#tenant-story-ui .example-switch button[aria-pressed=true]{background:var(--pine);color:white}
#tenant-story-ui .choice{background:#f5f7ef}
#tenant-story-ui .primary{background:var(--pine);color:white;border:1px solid var(--pine);border-radius:10px;padding:14px 18px;width:100%;margin-top:20px;font-weight:600;font-size:16px}
#tenant-story-ui .inline-status{margin-top:16px;color:var(--pine);font-size:14px!important;font-weight:600}
#tenant-story-ui .text-link{font-size:16px;text-underline-offset:4px;display:inline-block;padding:6px 0}
#tenant-story-ui .care{background:#e3ecdf}
#tenant-story-ui .demo-controls{margin-top:30px;border-top:1px solid #b2c7aa;padding-top:22px}
#tenant-story-ui .demo-controls h3{font-size:18px;letter-spacing:0;margin-bottom:10px}
#tenant-story-ui .demo-buttons{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
#tenant-story-ui .demo-buttons button{background:white;border:1px solid #8aa080;border-radius:7px;color:var(--pine);padding:10px 13px;font-size:14px}
#tenant-story-ui .text-button{background:none;color:var(--pine);border:0;padding:5px 0;text-decoration:underline;text-underline-offset:4px;font-size:14px}
#tenant-story-ui .work-timeline{list-style:none;margin:30px 0;padding:0}
#tenant-story-ui .work-timeline li{display:flex;gap:14px;position:relative;padding-bottom:30px}
#tenant-story-ui .work-timeline li:last-child{padding-bottom:0}
#tenant-story-ui .work-timeline li:not(:last-child):before{content:'';position:absolute;width:1px;background:#c3d1c8;top:34px;left:16px;bottom:2px}
#tenant-story-ui .step-marker{height:34px;width:34px;display:grid;place-items:center;flex:none;border:1px solid #8aa080;border-radius:50%;font-size:14px}
#tenant-story-ui .work-timeline .done .step-marker{background:var(--pine);color:white}
#tenant-story-ui .work-timeline b{font-size:16px;display:block;margin-top:5px}
#tenant-story-ui .work-timeline p{font-size:14px;line-height:1.45;color:var(--muted);margin:5px 0 0}
#tenant-story-ui .work-note{background:#edf3e8;padding:16px;border-radius:10px;font-size:15px;line-height:1.5}
#tenant-story-ui .work-note.hold{background:#fff3cf}
#tenant-story-ui .outcome{background:#f2edda}
#tenant-story-ui .small-art{height:170px;background:#f5e5a7}
#tenant-story-ui .status-label{font-size:14px!important;font-weight:600;display:inline-block;padding:7px 10px;background:#e8eee2;border-radius:7px;margin-bottom:16px}
#tenant-story-ui .next-note{margin-top:22px;border-top:1px solid #dbe6e0;padding-top:18px}
#tenant-story-ui .next-note b{font-size:15px}
#tenant-story-ui .next-note p{margin-top:8px}
#tenant-story-ui .comparison{background:#edf3ef}
#tenant-story-ui .comparison-board{width:100%;max-width:510px;justify-self:center}
#tenant-story-ui .board-title h3{font-size:25px}
#tenant-story-ui .board-title p{font-size:14px;color:var(--muted);margin-top:8px}
#tenant-story-ui .pair{margin-top:25px}
#tenant-story-ui .pair h4{margin-bottom:12px}
#tenant-story-ui .pair-cells{display:grid;grid-template-columns:1fr 1fr;gap:10px}
#tenant-story-ui .pair article{background:white;border:1px solid #becfc2;border-radius:12px;padding:16px;position:relative}
#tenant-story-ui .pair img{width:100%;height:106px;object-fit:contain;display:block;margin-bottom:10px}
#tenant-story-ui .pair article b{font-size:16px;display:block;line-height:1.35}
#tenant-story-ui .pair article p{font-size:14px;line-height:1.5;margin:7px 0 16px}
#tenant-story-ui .pair article span{font-size:12px;color:var(--muted);display:block}
#tenant-story-ui .board-foot{font-size:14px;color:var(--muted);margin-top:20px;line-height:1.5}
#tenant-story-ui .closing{display:flex;justify-content:center;text-align:center;background:var(--pine);color:#f4f8ee;padding-top:100px;padding-bottom:120px}
#tenant-story-ui .closing-content{max-width:930px}
#tenant-story-ui .closing .chapter-count{justify-content:center;color:#c6d9ca}
#tenant-story-ui .closing h2{font-size:clamp(42px,6.3vw,86px)}
#tenant-story-ui .closing .lead{margin:32px auto 22px;font-size:26px}
#tenant-story-ui .closing p{max-width:760px;margin-left:auto;margin-right:auto}
#tenant-story-ui .closing .scope-note{color:#ccdbce;font-size:14px;max-width:670px}
#tenant-story-ui .closing-roles{display:flex;justify-content:center;gap:28px;border-top:1px solid #779786;border-bottom:1px solid #779786;padding:27px 10px;margin:38px 0;font-size:16px;line-height:1.5}
#tenant-story-ui .closing-roles b{display:block;font-size:20px}
#tenant-story-ui .restart{display:inline-block;padding:12px 18px;border:1px solid #b0c6af;border-radius:8px;margin-top:18px;text-decoration:none}
#tenant-story-ui .chapter-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 5.4vw;background:#fff;border-top:1px solid var(--line);z-index:15}
#tenant-story-ui .chapter-nav button{padding:9px 14px;background:white;border:0;color:var(--pine);font-size:14px}
#tenant-story-ui .chapter-nav select{font-size:14px;border:0;background:#edf3ef;min-width:250px;max-width:56vw}
#tenant-story-ui .no-script{padding:20px;max-width:900px;margin:auto}
@media(min-width:1500px){#tenant-story-ui .chapter{padding-left:max(7vw,calc((100vw - 1380px)/2));padding-right:max(7vw,calc((100vw - 1380px)/2));gap:100px}
}
@media(max-width:900px){#tenant-story-ui .chapter{gap:35px;grid-template-columns:minmax(0,1fr) minmax(310px,1fr);padding-left:30px;padding-right:30px}
#tenant-story-ui h1,#tenant-story-ui .narrative>h2{font-size:43px}
#tenant-story-ui .lead{font-size:21px}
#tenant-story-ui p{font-size:17px}
#tenant-story-ui .phone-content{padding:22px}
#tenant-story-ui .chapter-count{gap:12px}
#tenant-story-ui .chapter-count span{padding-left:12px}
}
@media(max-width:700px){#tenant-story-ui{scroll-padding-top:72px}
#tenant-story-ui .masthead{height:66px;padding:0 18px}
#tenant-story-ui .brand{font-size:23px;gap:7px}
#tenant-story-ui .reality{font-size:12px;padding:5px 9px}
#tenant-story-ui .chapter{display:flex;flex-direction:column;align-items:stretch;gap:36px;padding:44px 20px 54px;min-height:auto}
#tenant-story-ui .narrative{max-width:none}
#tenant-story-ui .chapter-count{font-size:14px;margin-bottom:22px}
#tenant-story-ui h1,#tenant-story-ui .narrative>h2{font-size:44px;margin-bottom:22px}
#tenant-story-ui .lead{font-size:22px}
#tenant-story-ui p{font-size:17px;line-height:1.55}
#tenant-story-ui .scope-note{font-size:14px;margin-top:24px}
#tenant-story-ui .phone{max-width:none;border-radius:18px;box-shadow:none;align-self:center}
#tenant-story-ui .phone-content{padding:22px}
#tenant-story-ui .phone-content h3{font-size:26px}
#tenant-story-ui .welcome-art{height:170px}
#tenant-story-ui .app-heading{padding:17px 22px}
#tenant-story-ui .crop-scene{height:185px}
#tenant-story-ui .option-list label{padding:13px}
#tenant-story-ui .example-switch button{font-size:15px}
#tenant-story-ui .demo-controls{margin-top:25px}
#tenant-story-ui .comparison-board{max-width:none}
#tenant-story-ui .pair article{padding:12px}
#tenant-story-ui .pair article b{font-size:15px}
#tenant-story-ui .pair article p{font-size:14px}
#tenant-story-ui .pair img{height:90px}
#tenant-story-ui .closing{padding:64px 22px 70px}
#tenant-story-ui .closing h2{font-size:45px}
#tenant-story-ui .closing .lead{font-size:23px}
#tenant-story-ui .closing-roles{flex-direction:column;gap:20px;padding:24px 0}
#tenant-story-ui .closing-roles b{display:inline;font-size:17px}
#tenant-story-ui .closing .scope-note{font-size:14px}
#tenant-story-ui .desktop-break{display:none}
#tenant-story-ui .chapter-nav{padding:8px 8px;gap:3px}
#tenant-story-ui .chapter-nav button{padding:8px;font-size:13px}
#tenant-story-ui .chapter-nav select{padding-left:8px;padding-right:22px;min-width:0;max-width:58vw;font-size:12px}
#tenant-story-ui .small-art{height:150px}
}
@media(max-width:360px){#tenant-story-ui .chapter{padding-left:15px;padding-right:15px}
#tenant-story-ui h1,#tenant-story-ui .narrative>h2,#tenant-story-ui .closing h2{font-size:39px}
#tenant-story-ui .brand{font-size:21px}
#tenant-story-ui .reality{font-size:11px}
#tenant-story-ui .phone-content{padding:18px}
#tenant-story-ui .option-list label{padding:11px}
#tenant-story-ui .option-list b{font-size:15px}
#tenant-story-ui .pair-cells{gap:8px}
#tenant-story-ui .pair article{padding:10px}
#tenant-story-ui .pair article b{font-size:14px}
}
@media(prefers-reduced-motion:reduce){#tenant-story-ui{scroll-behavior:auto}
#tenant-story-ui *,#tenant-story-ui *::before,#tenant-story-ui *::after{animation:none!important;transition:none!important}
}
@media print{#tenant-story-ui .masthead{position:static}
#tenant-story-ui .chapter-nav,#tenant-story-ui .demo-controls,#tenant-story-ui .skip{display:none}
#tenant-story-ui .chapter{break-inside:avoid;min-height:0;padding:35px 20px}
#tenant-story-ui .phone{box-shadow:none}
#tenant-story-ui{padding:0}
#tenant-story-ui .closing{color:var(--pine);background:white}
}
#tenant-story-ui .phone-content .service-note{font-size:14px}
#tenant-story-ui .option-list b{font-size:16px}
#tenant-story-ui .pickup{background:#dce9e8}
#tenant-story-ui .pickup-art{height:252px;display:flex;align-items:center;justify-content:center;background:#d2e4e9}
#tenant-story-ui .pickup-art img{height:100%;width:100%;object-fit:contain}
#tenant-story-ui .pickup-art.collected{background:#f2e4b5}
#tenant-story-ui .unit-location{display:grid;grid-template-columns:1fr 1.2fr;gap:6px 12px;background:#edf3e8;padding:16px;margin:22px 0;border-radius:10px;align-items:center}
#tenant-story-ui .unit-location b{font-size:24px;letter-spacing:-.02em}
#tenant-story-ui .unit-location span{font-size:15px;line-height:1.4}
#tenant-story-ui .unit-location small{font-size:13px;color:var(--muted);grid-column:1/-1}
#tenant-story-ui .receiving-route{list-style:none;padding:0;margin:22px 0;display:grid;grid-template-columns:1fr 1fr;gap:8px;counter-reset:pickup}
#tenant-story-ui .receiving-route li{font-size:14px;line-height:1.4;border:1px solid #baccc5;border-radius:8px;padding:10px;min-height:65px;counter-increment:pickup}
#tenant-story-ui .receiving-route li:before{content:counter(pickup) '. ';font-weight:600}
#tenant-story-ui .receiving-route li.done{background:#e1edcf;border-color:#6c8855}
#tenant-story-ui .receiving-route li[aria-current="step"]{box-shadow:inset 0 0 0 1px #4d733c}
#tenant-story-ui .pickup-coda{border-top:1px solid #afc8c0;margin-top:30px;padding-top:24px;font-size:18px}
#tenant-story-ui .pickup-coda b{font-size:22px;line-height:1.4}
#tenant-story-ui .pickup .demo-controls{border-color:#afc8c0}
@media(max-width:700px){#tenant-story-ui .pickup-art{height:230px}
#tenant-story-ui .pickup-coda b{font-size:21px}
}

/* Caller positions this single scoped panel beside the existing greenhouse canvas. */
#tenant-story-ui{position:fixed;top:90px;right:24px;bottom:84px;width:min(448px,43vw);padding:0;margin:0;overflow:auto;overscroll-behavior:contain;border:1px solid #a8bfb4;border-radius:20px;background:#eff5f3;z-index:8;scroll-behavior:auto;box-shadow:0 16px 50px -28px #23483f}
#tenant-story-ui .tenant-ui-toolbar{position:sticky;top:0;background:#eff5f3;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 16px;z-index:2;border-bottom:1px solid #baccc5;font-size:13px}
#tenant-story-ui .tenant-ui-toolbar button{font-size:13px;background:white;border:1px solid #a8bfb4;border-radius:8px;color:#23483f;padding:8px}
#tenant-story-ui .chapter{display:block;min-height:0;padding:0;background:transparent;margin:0}
#tenant-story-ui .chapter[hidden]{display:none}
#tenant-story-ui .phone{width:100%;max-width:none;border:0;border-radius:0;box-shadow:none;margin:0}
#tenant-story-ui .example-switch{margin:0;padding:16px;gap:8px}
#tenant-story-ui .example-switch button{font-size:14px}
#tenant-story-ui .demo-controls{padding:20px;margin:0;border:0}
#tenant-story-ui .comparison-board{padding:22px}
#tenant-story-ui .closing{padding:24px 20px;background:#23483f}
#tenant-story-ui .closing h2{font-size:36px}
#tenant-story-ui .closing .chapter-count{display:none}
#tenant-story-ui .closing .lead{font-size:20px}
#tenant-story-ui .closing-roles{flex-direction:column;gap:16px}
@media(max-width:700px){#tenant-story-ui{top:74px;right:12px;left:12px;bottom:78px;width:auto;border-radius:16px}#tenant-story-ui .phone-content{padding:22px}#tenant-story-ui .phone-content p{font-size:16px}#tenant-story-ui .phone-content .small,#tenant-story-ui .phone-content .service-note{font-size:14px}}
