/* Warm paper, rounded cards and small laboratory characters. */
:root{--bg:#f6f5ef;--surface:#fffefa;--ink:#2d4135;--muted:#828c7a;--line:#e1e4d8;--green:#3e6b55;--green-soft:#e9efde;--gold:#bba360}
*{box-sizing:border-box}
body.website{background:var(--bg);color:var(--ink);font-family:"Segoe UI","Microsoft YaHei",sans-serif;background-image:radial-gradient(#82907809 .6px,transparent .6px);background-size:4px 4px}
.website button,.website input,.website textarea,.website select{font:inherit}
.website button{border-radius:14px;transition:background .18s,box-shadow .18s,transform .18s}
.website button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 5px 14px #3d55450c}
.website button:focus-visible,.website a:focus-visible,.website input:focus-visible,.website textarea:focus-visible,.website select:focus-visible{outline:3px solid #9bbb88;outline-offset:3px}
.website button:disabled{cursor:not-allowed;opacity:.5}
.website .primary{background:var(--green);color:#fffdf6;border:1px solid var(--green);box-shadow:0 5px 13px #3e6b5514}
.website .primary:hover{background:#315b46}
.website .topbar{height:auto;min-height:88px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px max(28px,calc((100vw - 1400px)/2));margin:0;border-bottom:1px solid var(--line);background:#f8f7f0ef}
.site-brand{display:flex;align-items:center;gap:13px;flex-shrink:0;color:var(--ink);text-decoration:none;font-size:24px;font-weight:750;letter-spacing:-.7px}
.site-logo{width:47px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:17px;background:#47745c;box-shadow:3px 4px 0 #dce4d1;color:#fffdf0;transform:rotate(-7deg)}
.site-logo .icon{width:29px;height:29px}
.site-brand small{display:block;font-size:10px;font-weight:400;letter-spacing:1.4px;color:#8c9682;margin-top:4px}
.site-nav{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}
.site-nav button{position:relative;white-space:nowrap;font-size:14px;padding:13px 15px;background:transparent;color:#7e8876;border:0;border-radius:12px}
.site-nav button.active{color:#355d43;font-weight:650;background:#e9eddf}
.site-nav button.active:after{content:'';position:absolute;bottom:3px;left:calc(50% - 2px);width:4px;height:4px;border-radius:50%;background:#8da96f}
.site-nav b{font-size:10px;font-weight:500;background:#e1e7d5;border-radius:5px;padding:1px 4px;margin-left:3px}
.website .account-button{white-space:nowrap;font-size:12px;padding:11px 16px;background:#fdfcf6;border:1px solid #dce3d1;color:#6f865e}
.website main{width:auto;max-width:1400px;margin:0 auto;padding:0 28px}
.hero-band{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:22px;padding:25px 0 20px;min-height:268px}
.hero-date{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:1px;color:#92a174;margin-bottom:18px}
.hero-date i{width:3px;height:3px;border-radius:50%;background:#aab494}
.hero-date #crumb{font-weight:400;color:#9a9d86}
.website h1{font-size:clamp(36px,3.7vw,56px);font-weight:750;line-height:1.22;letter-spacing:-1.8px;margin:0;color:#35523e}
.website .title-dot{width:11px;height:11px;margin-left:10px;border-radius:4px;transform:rotate(15deg);background:#b6b67c}
.hero-copy>p{margin:17px 0 23px;color:#8a927d;font-size:15px;line-height:1.7}
.hero-actions{display:flex;gap:12px;align-items:center}
.hero-actions button{padding:12px 21px;font-size:14px;display:flex;gap:9px;align-items:center}
.hero-actions .soft-button{background:#eeefe4;border:1px solid #e4e6d9;color:#889476}
.soft-button span{color:#a4ad8c}
.hero-artwork{position:relative;max-width:425px;justify-self:end;margin-top:-7px;min-width:0}
.hero-artwork img{display:block;width:100%;height:auto;max-height:245px}
.art-caption{display:block;text-align:center;color:#9c9f88;font-size:11px;letter-spacing:1.2px;margin-top:0}
.connection-bar{border:1px solid #e0e4d7;background:#fffdf8a8;border-radius:18px;min-height:57px;padding:13px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:19px}
.connection-copy{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:11px;color:#969d89}
.connection-copy b{font-size:12px;font-weight:600;color:#6b825a}
.connection-copy .status-dot{width:7px;height:7px;margin:0;box-shadow:0 0 0 4px #e8eedc}
.connection-actions{display:flex;gap:12px;align-items:center;flex-shrink:0}
.connection-actions>span{font-size:10px;color:#a0a590}
.connection-actions button{background:transparent;border:0;font-size:12px;padding:3px 2px;color:#7c8c6b}
.connection-actions #helpBtn{width:23px;height:23px;padding:0;border-radius:50%;border:1px solid #d8dfce}
.website .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0 0 21px}
.website .stat{position:relative;border:0;border-radius:21px;padding:18px 22px;background:#e8eedf;box-shadow:none;overflow:hidden;min-height:106px}
.website .stat:after{content:'';position:absolute;right:-24px;bottom:-55px;width:110px;height:110px;border:15px solid #ffffff25;border-radius:50%}
.website .stat-1{background:#e1eee5}.website .stat-2{background:#f0e9d2}.website .stat-3{background:#e9e6dc}
.website .stat-top{margin-bottom:9px;position:relative;z-index:1}.website .stat-label{font-size:12px;color:#7e906b}
.website .stat-mark{background:#ffffff50;width:29px;height:29px;border-radius:11px;color:#8fa179}
.website .stat-number{gap:9px;margin:0;align-items:baseline}.website .stat-value{font-size:30px;letter-spacing:-1px;font-weight:650;color:#587046;line-height:1.15}
.website .stat-unit{font-size:11px;color:#8d9a7b}.website .stat small{display:none}
.website .searchbar{margin:0 0 22px;border-radius:18px;box-shadow:0 5px 14px #33492805;border:1px solid #dfe4d5;background:#fffefb;padding:14px 21px;height:60px}
.website .searchbar input{font-size:14px;color:#44623b}.website .searchbar kbd{font-size:10px;border:1px solid #eceee4;background:#f6f7ef;border-radius:7px;color:#a2a98f;padding:5px 8px}
.website .workspace{grid-template-columns:minmax(0,1.65fr) minmax(335px,1fr);gap:22px;align-items:start}
.website .inventory-panel,.website .locator-panel{background:#fffefa;border:1px solid #e0e5d6;border-radius:24px;box-shadow:0 7px 19px #304d3004;overflow:hidden}
.website .inventory-heading{padding:23px 22px 17px;gap:10px;align-items:center}
.website h2{font-size:23px;letter-spacing:-.4px;font-weight:650;color:#3d5738}
.website .inventory-heading>div>span{font-size:11px;color:#9da98b;margin-top:5px}
.website .tools{gap:5px;flex-wrap:wrap}.website .tools button{font-size:10px;padding:6px 8px;border-radius:8px;background:#f8f9f2;border-color:#e7eadf;color:#93a180}
.website .toolbar{padding:0 20px}.website .filters{background:#eff3e7;border-radius:12px;padding:5px;gap:3px}
.website .filters button{font-size:11px;padding:8px 10px;border-radius:9px;white-space:nowrap;color:#8b9b7b}
.website .filters button.active{background:#fffef9;color:#5f7c46;box-shadow:0 2px 5px #4f6d2310}
.website .list-caption{padding:18px 22px 14px;font-size:10px;color:#9ba58c}
.website th{font-size:10px;letter-spacing:.4px;background:#f8f9f2;color:#9aa68b;font-weight:400}
.website td{padding:17px 10px;font-size:12px;border-bottom:1px solid #edf0e4;color:#708261}
.website tbody tr{cursor:pointer}.website tbody tr:hover{background:#f5f8ed}.website tbody tr.selected{background:#edf3e4;box-shadow:inset 3px 0 #9cb980}
.website .reagent-cell strong{font-size:13px;line-height:1.7;font-weight:550;color:#425c39}.website .reagent-cell small{color:#9ca78e;font-size:10px;margin-top:3px}
.website .reagent-symbol{width:34px;height:39px;border-radius:11px;flex-shrink:0;background:#f0f4e8}
.website .brand-cell{font-size:11px;color:#91a080}.website .quantity-cell>span:not(.stock-badge){border-radius:8px;background:#f1f5e8;color:#708b55;padding:4px 8px;font-size:12px}
.website .favorite-toggle{font-size:22px;color:#bdc7ab;min-width:23px;padding:2px}.website .favorite-toggle.is-favorite{color:#b8a044}
.website .badge{font-size:10px;padding:3px 7px;border-radius:5px}
.website .pagination{padding:18px 22px;font-size:11px;color:#9aa68a}.website .pagination button{font-size:10px;border-radius:9px;color:#899c75;background:#fcfdf7}
.website .locator-panel{padding:22px 19px;position:sticky;top:18px}
.website .panel-heading{margin-bottom:20px}.website .eyebrow{font-size:9px;letter-spacing:2px;color:#9ba588}
.website .live-tag{font-size:10px;border-radius:7px;background:#f1f5e9;color:#93a578;padding:6px 9px}
.website .space-tabs{padding:5px;background:#eff3e7;border-radius:11px;gap:4px}.website .space-tabs button{font-size:10px;padding:9px 6px;white-space:nowrap;color:#93a080}
.website .space-tabs button.active{background:#fffdf6;border-radius:8px;color:#66804b;box-shadow:0 2px 4px #38521c0b}
.website .model-area{border-radius:18px;background:#f3f6ed;border:1px solid #e6ebdd;padding:15px 15px 13px}
.website .model-title{font-size:11px;color:#8c9c7c;margin-bottom:16px}
.website .fridge-model{filter:drop-shadow(2px 5px 0 #6a857310)}.website .fridge-main{border-radius:13px 7px 8px 13px;border-color:#99b2a9;background:#e5eeea}
.website .fridge-door{border-color:#a1b9af}.website .front-door{border-radius:12px;background:linear-gradient(125deg,#d2e0d9,#b4cbbb);border-color:#90aa99;box-shadow:inset 4px 0 #eff5ed40}
.website .front-door strong{color:#5c8069}.website .door-brand,.website .door-prompt{color:#7b9983}
.website .shelf.active{background:#e2eecf;border-color:#96b878;box-shadow:0 0 0 2px #adc88c33}
.website .model-legend,.website .model-caption{font-size:9px;color:#9ba68c}
.website .detail{border-top:1px dashed #dce5cf;margin-top:22px;padding-top:20px}
.website .detail h3{font-size:19px;line-height:1.5;color:#4c693e}.website .detail-empty h3{font-size:16px;font-weight:500}
.website .detail-empty .empty-pin{background:#edf3e3;transform:rotate(-8deg);border-radius:17px}
.website .detail-grid{gap:17px 15px}.website .detail-grid dt{font-size:10px;color:#9eab8e}.website .detail-grid dd{font-size:12px;color:#6e865a}
.website .detail-social{font-size:10px;gap:5px;flex-wrap:wrap}.website .detail-social button[data-pick-collection]{font-size:10px;border-radius:8px;background:#f2f6e8}
.website .personal-tag-heading{font-size:10px;color:#8d9c79}.website .personal-tag-heading button{font-size:10px}
.website .detail-action button{font-size:11px;border-radius:11px}
.website .user-tag{font-size:10px;border-radius:7px;background:#eef4e3;color:#8a9f72}
.website .collection-toolbar{padding:0 0 18px}.website .collection-card{border-radius:22px;background:#fffdf8;box-shadow:0 4px 15px #35502b05;border-color:#e0e6d4}
.website .collection-card h2{font-size:22px}.website .selected-collection{border-radius:22px;background:#eaf0df}
.website .collection-grid{gap:19px}.website .collection-visibility{font-size:10px}.website .collection-pick-row{border-radius:11px}
.website .notice{border:1px solid #e8e2c9;background:#f8f2e1;border-radius:13px;font-size:11px;line-height:1.8;color:#a49365}
.website dialog{background:#fffef8;border:1px solid #dce3d1;border-radius:25px;box-shadow:0 30px 100px #273f3330;max-height:90dvh}
.website dialog::backdrop{background:#30433566;backdrop-filter:blur(3px)}
.website .dialog-head{padding-bottom:19px;border-bottom:1px solid #e8ecdf;margin-bottom:20px}.website .dialog-head h2{font-size:25px}
.website .dialog-intro,.website .form-hint{font-size:12px;color:#91a17c;line-height:1.8}
.website .form-grid label,.website .social-field{font-size:12px;color:#849871;line-height:1.8}
.website .form-grid input,.website .form-grid textarea,.website .form-grid select,.website .social-field input,.website .social-field textarea{border:1px solid #dfe7d2;border-radius:11px;background:#f7f9f0;font-size:14px;padding:12px;color:#466039;width:100%;margin-top:7px}
.website .dialog-actions{margin-top:22px;border-top:1px solid #e5ebdb;padding-top:20px}.website .dialog-actions button{font-size:13px}
.website .location-fields label{border-radius:10px;background:#f6f9ef;font-size:11px}.website .location-fields small{font-size:10px}
.website .form-error{color:#a46651;font-size:12px}.website .help-content{font-size:13px;line-height:1.9;color:#758466}
.website #accountDialog{max-width:420px}.website #accountStatus{font-size:13px;color:#8b9879;overflow-wrap:anywhere}
#authFields .social-field{display:block;margin:15px 0}#loginSubmit{width:100%;padding:13px}
.access-gate{text-align:center;padding:46px 24px 55px;background:#fffdf7;border:1px solid #e0e6d4;border-radius:25px;margin:25px 0 50px}
.gate-icon{display:flex;align-items:center;justify-content:center;width:65px;height:65px;background:#eaf0df;border-radius:21px;color:#8fae73;margin:0 auto 21px;transform:rotate(-7deg)}
.gate-icon .icon{width:34px;height:34px}.access-gate p{color:#899877;font-size:13px;max-width:550px;line-height:1.9;margin:16px auto 24px}.access-gate button{font-size:13px;margin:5px;padding:10px 17px}
.website footer{display:flex;justify-content:space-between;gap:20px;margin:40px 0 25px;padding:20px 0;border-top:1px solid #e0e5d6;font-size:10px;color:#a0a98f}
.skip-link{position:absolute;left:20px;top:-60px;background:#fff;padding:12px;z-index:100}.skip-link:focus{top:5px}
.website [hidden]{display:none!important}
@media(min-width:1600px){.hero-band{min-height:292px}.hero-artwork{max-width:460px}.hero-artwork img{max-height:265px}}
@media(max-width:1100px){.website .topbar{padding:17px 22px;gap:10px}.site-brand{font-size:20px}.site-brand small{font-size:9px}.site-nav{gap:1px}.site-nav button{padding:11px 8px;font-size:12px}.website .account-button{padding:9px;font-size:11px}.website .workspace{grid-template-columns:minmax(0,1.4fr) minmax(310px,1fr)}.website .inventory-heading{padding:19px 16px}.website h2{font-size:20px}.website .toolbar{padding:0 14px}.website .filters button{padding:7px 8px;font-size:10px}.website .reagent-symbol{display:none}.website .stat{padding:16px}.website .stat-value{font-size:27px}.connection-copy>span:last-child{display:none}}
@media(max-width:850px){.website .topbar{flex-wrap:wrap;padding:16px 20px 8px}.site-brand{font-size:22px}.site-nav{order:3;width:100%;justify-content:space-between;margin-top:10px;overflow-x:auto}.site-nav button{font-size:12px;padding:12px 10px;flex-shrink:0}.website .account-button{margin-left:auto}.website main{padding:0 20px}.hero-band{min-height:235px;padding:22px 0;grid-template-columns:1.2fr 1fr;gap:2px}.website h1{font-size:35px;letter-spacing:-1px}.hero-copy>p{font-size:12px;margin:13px 0 18px}.hero-date{font-size:10px;gap:7px;margin-bottom:15px}.hero-actions button{font-size:11px;padding:10px 12px}.hero-actions{gap:7px}.hero-artwork img{max-height:190px}.art-caption{font-size:9px}.website .workspace{grid-template-columns:1fr}.website .locator-panel{position:static;max-width:none}.website .model-area{max-width:460px;margin:0 auto}.website .detail-grid{grid-template-columns:repeat(3,1fr)}.connection-actions>span{display:none}.website .stats{gap:10px}.website .stat{padding:13px 15px;min-height:94px}.website .stat-label{font-size:10px}.website .stat-mark{display:none}.website .stat-top{margin-bottom:12px}.website .stat-value{font-size:27px}.website .brand-cell{display:table-cell}.website th:nth-child(2),.website td:nth-child(2){display:table-cell}.website .reagent-cell .mobile-spec{display:none}.website .inventory-panel{border-radius:21px}.website .reagent-cell strong{font-size:14px}.website .inventory-heading{padding:21px}.website .toolbar{padding:0 19px}.website .filters button{font-size:11px;padding:9px 14px}.website .locator-panel{padding:23px}.website footer{flex-wrap:wrap;font-size:10px}.website footer>span:nth-child(2){display:none}}
@media(max-width:520px){.website .topbar{padding:13px 16px 7px}.site-logo{width:39px;height:41px;border-radius:14px}.site-brand{font-size:20px;gap:10px}.site-brand small{font-size:8px;letter-spacing:1px}.site-nav button{font-size:11px;padding:10px 6px}.site-nav b{font-size:9px;margin-left:1px}.website main{padding:0 15px}.hero-band{min-height:210px;position:relative;display:block;padding:26px 0 25px}.hero-copy{position:relative;z-index:1}.hero-date{font-size:9px;letter-spacing:0;margin-bottom:13px}.website h1{font-size:30px;line-height:1.3;max-width:255px;letter-spacing:-1px}.website .title-dot{width:8px;height:8px}.hero-copy>p{font-size:11px;max-width:210px;margin:12px 0 18px}.hero-artwork{position:absolute;right:-10px;bottom:33px;width:156px;opacity:.95}.hero-artwork .art-caption{display:none}.hero-actions button{padding:10px 13px;font-size:11px}.hero-actions .soft-button{display:none}.connection-bar{padding:12px 13px;border-radius:14px;min-height:47px;margin-bottom:13px}.connection-copy{font-size:9px;gap:9px}.connection-copy b{font-size:10px}.connection-actions{gap:10px}.connection-actions button{font-size:10px}.website .stats{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:15px}.website .stat{border-radius:17px;min-height:81px;padding:13px 16px}.website .stat-top{margin-bottom:9px}.website .stat-number{gap:6px}.website .stat-value{font-size:25px}.website .stat-unit{font-size:10px}.website .stat:after{width:83px;height:83px;border-width:10px;bottom:-41px}.website .searchbar{height:53px;padding:11px 14px;border-radius:14px;margin-bottom:17px}.website .searchbar input{font-size:12px}.website .searchbar kbd{display:none}.website .inventory-heading{padding:18px 15px 14px}.website h2{font-size:20px}.website .inventory-heading>div>span{font-size:9px}.website .tools button{font-size:9px;padding:5px 6px}.website .tools .icon{display:none}.website .toolbar{padding:0 12px}.website .filters button{padding:8px 7px;font-size:10px}.website .filters{justify-content:space-between}.website .list-caption{padding:15px 15px 12px;font-size:9px}.website .list-caption label{font-size:9px}.website th:nth-child(2),.website td:nth-child(2){display:none}.website .reagent-cell .mobile-spec{display:block}.website .reagent-cell strong{font-size:12px}.website .reagent-cell small{font-size:9px}.website .reagent-cell{gap:6px}.website .favorite-toggle{font-size:21px;min-width:20px}.website td{padding:14px 6px}.website th{padding:12px 7px;font-size:9px}.website .quantity-cell>span:not(.stock-badge){font-size:11px;padding:3px 5px}.website .badge{font-size:9px;padding:3px 5px}.website .brand-cap{width:11px;height:8px;margin-right:4px}.website .pagination{padding:15px;font-size:10px;gap:5px}.website .pagination button{font-size:9px;padding:6px 7px}.website .locator-panel{padding:20px 14px;border-radius:20px}.website .detail-grid{grid-template-columns:1fr 1fr}.website .collection-toolbar{gap:8px;align-items:center}.website .collection-toolbar>.primary{font-size:11px;padding:9px 11px}.website .collection-scope button{font-size:11px;padding:9px 11px}.website .collection-grid{grid-template-columns:1fr}.website dialog{width:calc(100% - 20px);max-height:94dvh;padding:20px 17px;border-radius:21px}.website .form-grid{gap:14px}.website .form-grid label{font-size:11px}.website .form-grid input,.website .form-grid textarea,.website .form-grid select{font-size:12px;padding:10px}.website .collection-pick-row{font-size:11px}.website .collection-pick-row strong{font-size:12px}.website .collection-pick-row small{font-size:10px}.website .collection-card h2{font-size:21px}.website .connection-actions #helpBtn{width:20px;height:20px}.website .access-gate{padding:35px 20px}}
@media(prefers-reduced-motion:reduce){.website *, .website *:before,.website *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}


/* Stock status and shared claims */
.website .community-filters{display:flex;gap:18px;align-items:center;flex-wrap:wrap;padding:0 26px 18px;font-size:12px;color:var(--muted,#7a867c)}
.website .community-filters label{display:flex;align-items:center;gap:9px;white-space:nowrap}
.website .community-filters select{width:auto;padding:7px 26px 7px 11px;border-radius:12px;background:#f7f7ef;border:1px solid #e3e7d8;color:#3d5e49;font:inherit;cursor:pointer}
.website .community-filters>span{margin-left:auto;font-size:11px;color:#919b87}
.website .claim-filter input{accent-color:#507e61;width:15px;height:15px}
.website .stock-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:9px;padding:3px 8px;font-size:11px;line-height:1.6;font-weight:600;white-space:nowrap}
.website .stock-badge i{width:5px;height:5px;border-radius:50%;background:currentColor}
.website .stock-ample{background:#e8f0e3;color:#537746}.website .stock-fair{background:#fff0c2;color:#8a6615}.website .stock-low{background:#f8e4e1;color:#af4e46}.website .stock-unset{background:#eff0eb;color:#7d8279}
.website .quantity-cell>.stock-badge{display:flex;width:max-content;margin:5px auto 0}.website .quantity-cell{min-width:82px}
.website .row-claimants{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px}.website .row-claimants:empty{display:none}
.website .claim-chip{display:inline-flex;align-items:center;gap:5px;max-width:100%;border:1px solid #e3e8da;border-radius:20px;padding:3px 8px 3px 3px;font-size:11px;font-weight:500;line-height:1.4;background:#f4f5eb;color:#647956;overflow-wrap:anywhere}
.website .claim-chip>i{display:inline-grid;place-items:center;flex-shrink:0;width:20px;height:20px;border-radius:50%;font-style:normal;font-size:10px;background:#e1e8d4;color:#60794d}
.website .claim-chip.is-me{border-color:#cddccb;background:#edf3e8}.website .claim-chip small{display:inline;padding:0;color:#527749;font-size:10px}
.website .claim-more{align-self:center;font-size:11px;color:#758866}.website .row-claimants .claim-chip{max-width:165px;font-size:10px}
.website .reagent-community{margin:22px 0 8px;border:1px solid #e2e8d9;border-radius:20px;overflow:hidden;background:#fbfbf4}
.website .community-section{padding:16px}.website .community-section+.community-section{border-top:1px dashed #dce3d1}
.website .community-heading{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:13px;color:#42634c;font-size:13px}
.website .community-heading b small{font-weight:400;font-size:11px;color:#8a967f;margin-left:5px}
.website .stock-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.website .stock-option{display:flex;gap:8px;align-items:center;justify-content:center;border:1px solid #e0e5d7;background:#fffffa;padding:11px 4px;border-radius:12px;font-size:12px;color:#718365}
.website .stock-option.active.ample{background:#e8f0e3;border-color:#9db892;color:#527446}.website .stock-option.active.fair{background:#f5edd4;border-color:#c5b16c;color:#927529}.website .stock-option.active.low{background:#f8e4e1;border-color:#d4a09b;color:#af4e46}
.website .fill-bottle{position:relative;display:inline-block;width:14px;height:19px;border:1.4px solid currentColor;border-radius:3px;margin-top:3px;opacity:.85}
.website .fill-bottle:before{content:'';position:absolute;top:-5px;left:3px;width:5px;height:4px;border:1px solid currentColor;border-radius:1px}
.website .fill-bottle i{position:absolute;bottom:2px;left:2px;right:2px;background:currentColor;opacity:.5;border-radius:1px;height:70%}.website .fair .fill-bottle i{height:43%}.website .low .fill-bottle i{height:17%}
.website .stock-footnote{display:flex;justify-content:space-between;gap:6px;margin-top:9px;color:#8b967e;font-size:10px}.website .stock-footnote .text-btn{padding:0;font-size:10px}
.website .claim-button{border:1px solid #d2dfc9;background:#edf3e6;color:#53794d;border-radius:12px;padding:7px 10px;font-size:11px;white-space:nowrap}.website .claim-button.claimed{background:#f5f6ee;color:#6b8061}
.website .claimants{display:flex;flex-wrap:wrap;gap:6px}.website .claim-empty{color:#929c86;font-size:12px;padding:4px 0}.website .community-section .form-hint{font-size:10px;margin:10px 0 0;line-height:1.7}
.website .profile-panel{display:flex;align-items:center;justify-content:space-between;background:#f1f4e9;border:1px solid #e0e6d5;border-radius:16px;padding:16px;margin:18px 0}.website .profile-panel[hidden]{display:none}.website .profile-panel small,.website .profile-panel strong{display:block}.website .profile-panel small{color:#7c8f70;margin-bottom:5px;font-size:12px}.website .profile-panel strong{color:#43694c;overflow-wrap:anywhere}
.website #profileDialog{max-width:480px}.website #nicknameInput{font-size:16px}
@media(max-width:600px){.website .community-filters{padding:0 14px 14px;gap:10px 14px}.website .community-filters>span{display:none}.website .row-claimants .claim-chip{max-width:125px}.website .quantity-cell{min-width:68px}.website .quantity-cell>.stock-badge{padding:2px 6px;font-size:10px}.website .community-section{padding:14px}.website .row-claimants .claim-chip>i{display:none}}

/* Compact, quiet brand accents; the surrounding interface keeps its green palette. */
.website .brand-cap-red{background-color:#c66b65}.website .brand-cap-azure{background-color:#5d95b6}.website .brand-cap-navy{background-color:#607a9c}.website .brand-cap-green{background-color:#6e9c7d}.website .brand-cap-orange{background-color:#c99359}.website .brand-cap-magenta{background-color:#b77295}.website .brand-cap-neutral{background-color:#b4b9ae}
/* Lists use the full canvas. The dedicated storage page retains its explorable map. */
.website:not(.spaces-view) .workspace{grid-template-columns:minmax(0,1fr)}
.website:not(.spaces-view) .locator-panel{display:none}
.website .location-trigger{cursor:help;border:1px solid transparent;font-family:inherit;line-height:1.6;min-height:26px;margin:2px 4px 2px 0}
.website .location-trigger:hover,.website .location-trigger[aria-expanded=true]{border-color:#91ac78;box-shadow:0 0 0 3px #a0b98520;filter:brightness(.98)}
.website .location-trigger:focus-visible{outline:2px solid #5f875d;outline-offset:3px}
.website .reagent-dialog{width: min(720px,calc(100% - 32px));padding:28px 30px}
.website .reagent-dialog .detail{margin:0;border:0;padding:0}
.website .reagent-dialog .detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.website .reagent-dialog .detail h3{font-size:24px}
.website .detail-locations{display:flex;flex-wrap:wrap;gap:5px;margin:10px 0}
.website .location-preview{position:fixed;inset:auto;margin:0;width:350px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);overflow:auto;border:1px solid #d7e1cc;border-radius:23px;background:#fffef8;color:#42603f;box-shadow:0 16px 54px #30463024;padding:17px;z-index:1000;box-sizing:border-box}
.website .location-preview[hidden]{display:none}
.website .location-preview::backdrop{background:transparent;pointer-events:none}
.website .preview-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.website .preview-heading h3{font-size:15px;line-height:1.5;margin:4px 0 0;color:#425f3e}
.website .preview-heading .icon-btn{flex-shrink:0;width:28px;height:28px;border:1px solid #e1e8d8;border-radius:9px;background:#f7f8f0;color:#849575}
.website .location-preview .model-area{margin:0;padding:12px;border-radius:16px}
.website .location-preview .model-title{margin-bottom:12px;font-size:10px}
.website .location-preview .shelf{cursor:default}
.website .location-preview .shelf-code{font-size:11px;font-weight:600}
.website .location-preview .fridge-door{width:81px;gap:13px}
.website .location-preview .fridge-door .shelf-code{font-size:10px}
.website .location-preview .cabinet-model{max-width:219px;padding-top:4px;padding-bottom:4px}
.website .location-preview .cabinet-model .shelf{height:27px;margin-bottom:5px}
.website .location-preview .cabinet-model .section-divider{margin-top:7px;margin-bottom:5px;height:5px}
.website .location-preview .model-legend{margin-top:12px}
.website .location-preview .simple-model{min-height:210px}
.website .location-preview .shelf.active,.website .location-preview .freezer-box.active{background:#e1edce;border-color:#789e55;box-shadow:0 0 0 2px #91b46d4a}
.website .location-preview .shelf.active .shelf-code{color:#3f632e;font-weight:800}
.website .preview-tip{text-align:center;font-size:11px;color:#80916e;margin:12px 0 0}
@media(min-width:981px){.website:not(.spaces-view) th:first-child{width:47%}.website:not(.spaces-view) th:nth-child(2){width:23%}.website:not(.spaces-view) th:nth-child(3){width:15%}.website:not(.spaces-view) td{padding-top:18px;padding-bottom:18px}.website:not(.spaces-view) .reagent-cell{gap:12px}.website:not(.spaces-view) .reagent-cell strong{font-size:14px}}
@media(max-width:600px){.website .reagent-dialog{padding:21px 17px;width:calc(100% - 20px)}.website .reagent-dialog .detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.website .reagent-dialog .detail h3{font-size:21px}.website .location-preview{width:320px;padding:13px;border-radius:20px}.website .location-trigger{min-height:30px;padding:4px 7px}.website .inventory-heading>div>span{max-width:180px;line-height:1.6}}

.collection-bulk{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:12px 0;color:var(--muted);font-size:13px}.collection-bulk button{padding:8px 12px;border-radius:12px;background:#edf1e5;color:#47634c;border:1px solid #dce3d1}

.valuable-mark{display:inline-block;width:23px;height:18px;margin-right:7px;vertical-align:-3px;line-height:1;flex:none}.valuable-mark svg{display:block;width:100%;height:100%;filter:drop-shadow(0 1px 1px #a87b2020)}.valuable-field{display:flex;align-items:center;gap:12px;margin:16px 0;padding:14px 16px;border:1px solid #e9dfbb;border-radius:16px;background:#faf6e9;cursor:pointer}.valuable-field input{width:18px;height:18px;margin:0;accent-color:#aa8438;flex:none}.valuable-field b{display:block;color:#705b2e;font-size:14px}.valuable-field small{display:block;margin-top:4px;color:#8d8267;font-size:12px}.detail h3 .valuable-mark{width:27px;height:20px;vertical-align:-2px}

/* Cell room: one freezer with four shelves, matching the existing palette. */
.website .badge.cellroom{background:#e6f0ec;color:#638980}
.website .reagent-symbol.cellroom{background:#edf4f0;border-color:#dce8e1;color:#71938d}
.website .cellroom-model{max-width:238px}
.website .cellroom-model .fridge-main{border-radius:14px;border-color:#9fb6ad;padding:11px 12px 15px;background:linear-gradient(110deg,#e1ede7,#f0f5ed)}
.website .cellroom-temperature{display:flex;justify-content:space-between;align-items:center;padding:0 3px 6px;font-size:15px;font-weight:600;color:#64867b}
.website .cellroom-temperature span{font-size:10px;font-weight:400;letter-spacing:2px}
.website .cellroom-model .shelf{height:54px}
.website .cellroom-model .front-door strong{font-size:48px}
.website .space-tabs{overflow-x:auto}
.website .space-tabs button{flex:1 0 auto}
@media(max-width:520px){.website .filters{flex-wrap:wrap}.website .filters button{flex:1 0 27%}}

/* Scrollbars share the warm paper and sage palette across pages, dialogs and lists. */
:root{--scroll-track:#f4f3e9;--scroll-thumb:#7b946c;--scroll-hover:#647f56;--scroll-active:#506b45}
@media (forced-colors:none){
 html,.website,.website *{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) var(--scroll-track)}
 @supports selector(::-webkit-scrollbar){
  html,.website,.website *{scrollbar-width:auto;scrollbar-color:auto}
  :is(html,.website,.website *)::-webkit-scrollbar{width:12px;height:12px}
  :is(html,.website,.website *)::-webkit-scrollbar-track{background:var(--scroll-track);border-radius:999px}
  :is(html,.website,.website *)::-webkit-scrollbar-thumb{min-height:36px;min-width:36px;border:2px solid var(--scroll-track);border-radius:999px;background:var(--scroll-thumb);background-clip:padding-box}
  :is(html,.website,.website *)::-webkit-scrollbar-thumb:hover{background-color:var(--scroll-hover)}
  :is(html,.website,.website *)::-webkit-scrollbar-thumb:active{background-color:var(--scroll-active)}
  :is(html,.website,.website *)::-webkit-scrollbar-corner{background:var(--scroll-track)}
  :is(html,.website,.website *)::-webkit-scrollbar-button{display:none;width:0;height:0}
 }
}
