/* Shared Fitting Room identity with the existing green Jubber. */
:root{--ink:#17291d;--muted:#58695d;--green:#235c35;--lime:#b7ee52;--line:#dce5d7;--paper:#fff;--glow:0 0 24px #b7ee5226;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:radial-gradient(ellipse at 90% 3%,#eaf6d9,transparent 650px),#f7f8f4;color:var(--ink);font:16px/1.55 system-ui,-apple-system,sans-serif}main{max-width:1240px;margin:auto;padding:0 36px 28px}a{color:var(--green);text-underline-offset:4px}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #547d0d;outline-offset:4px}.skip-link{position:absolute;left:24px;top:-100px;z-index:10;padding:12px 20px;background:#fff;border:2px solid var(--green);border-radius:8px}.skip-link:focus{top:16px}
.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:8px 0}.fitting-brand{display:block;flex-shrink:0;line-height:0;border-radius:12px;background:#fff;overflow:hidden}.fitting-brand img{display:block;width:135px;height:90px;object-fit:contain}.site-header nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:650}.site-header nav a{text-decoration:none;padding:10px 0}.site-header nav a:hover{color:#437a08}.site-header .hive-link{border:1px solid #cddbc4;padding:10px 16px;border-radius:24px;background:#ffffff80}
.hero{display:grid;grid-template-columns:1fr 340px;align-items:center;gap:50px;padding:42px 0}.eyebrow{font-size:11px;font-weight:750;letter-spacing:.15em;color:#527040}.hero-copy .eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 18px}.hero-copy .eyebrow span{width:8px;height:8px;background:#94c82d;border-radius:50%;box-shadow:0 0 0 4px #e5f2d3}h1{font-size:clamp(42px,5vw,66px);font-weight:750;line-height:1.04;letter-spacing:-.05em;margin:0}h1 span{color:#426b21}.intro{max-width:540px;color:var(--muted);font-size:16px;margin:20px 0}.hero-link{display:inline-flex;gap:20px;align-items:center;text-decoration:none;font-size:14px;font-weight:750;border-bottom:1px solid #9cb585;padding:0 0 6px}.hero-link:hover{border-color:#476b28}.hero-link span{font-size:20px}
.jubber-panel{position:relative;display:flex;flex-direction:column;align-items:center;text-decoration:none;border:1px solid #8cac50;border-radius:26px;padding:8px 28px 22px;background:radial-gradient(ellipse at 50% 24%,#355626 0,#183221 53%,#10251b 100%);box-shadow:0 0 0 5px #d1efa340,0 14px 38px #173b2512,0 0 28px #adeb4826;transition:box-shadow .2s,border-color .2s}.jubber-panel:hover{border-color:#c4f56a;box-shadow:0 0 0 5px #c9f28a4d,0 16px 40px #173b251f,0 0 36px #aef04855}.jubber-art{position:relative;width:210px;height:190px;display:grid;place-items:center}.jubber-art:before{content:'';position:absolute;width:120px;height:28px;border-radius:50%;background:#b8f45166;bottom:4px;filter:blur(18px)}.jubber-art img{position:relative;display:block;width:210px;height:210px;object-fit:contain;filter:drop-shadow(0 0 14px #bcf84130);transform-origin:50% 85%}.jubber-panel:hover .jubber-art img,.jubber-panel:focus-visible .jubber-art img{animation:jub .7s ease-in-out}.jubber-copy{width:100%;text-align:center}.jubber-copy .eyebrow{color:#bcd49e;font-size:10px}.jubber-copy strong{display:block;font-size:38px;line-height:1.15;letter-spacing:-.025em;color:#cbf67c;text-shadow:0 0 18px #b2fa5440;margin:5px 0}.jubber-copy strong span{font-size:16px;position:absolute;right:24px;bottom:28px;color:#b1cf9b}.jubber-copy p{color:#d3dfc9;font-size:13px;line-height:1.5;margin:8px 0 0}@keyframes jub{0%,100%{transform:scale(1) rotate(0)}25%{transform:scale(1.06,.94) rotate(-4deg)}55%{transform:scale(.96,1.04) rotate(4deg)}80%{transform:scale(1.02,.98) rotate(-2deg)}}
.controls{padding:22px 24px;background:var(--paper);border:1px solid #c7dbae;border-radius:18px;box-shadow:var(--glow);display:flex;align-items:end;gap:16px;flex-wrap:wrap;margin:0 0 24px}.controls>label{flex:1}.controls>label select{width:100%}.controls>a{font-size:14px;font-weight:650;align-self:center;padding:12px 4px}label{font-size:12px;font-weight:700;display:block}select,input,button{border-radius:9px;padding:11px 13px;border:1px solid #b9c8b0;max-width:100%;min-height:46px}select{display:block;min-width:220px;margin-top:6px;background:#fff;color:var(--ink)}input{width:350px;background:#fff;color:var(--ink)}button{background:var(--green);color:#fff;border-color:var(--green);cursor:pointer;font-weight:700;transition:background .15s,box-shadow .15s}button:hover{background:#194c29;box-shadow:0 0 14px #91bc4d33}button:disabled{opacity:.55;cursor:wait}#add{flex-basis:100%;border-top:1px solid var(--line);padding-top:16px}#add>div{display:flex;gap:10px;margin-top:6px}#add input{flex:1;width:auto}#add button{background:#eff5e8;color:#315126;border-color:#c6d6b8}#command{flex-basis:100%;margin:0;font-size:14px}#command:empty{display:none}#status{font-size:12px;color:var(--muted);margin:16px 0}
.heading{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.heading h2{margin:0}.heading label{max-width:100%}.heading select{max-width:560px;font-size:13px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px}.stat{background:#edf3e6;border:1px solid #d9e5cc;padding:18px 20px;border-radius:14px}.stat strong{display:block;font-size:25px;line-height:1.3;overflow-wrap:anywhere}.stat:first-child strong{font-size:20px;text-transform:capitalize}.stat span{font-size:12px;color:var(--muted)}h2{font-size:26px;line-height:1.2;letter-spacing:-.025em;margin:42px 0 14px}h3{line-height:1.45}.muted,#notes,#mail{color:var(--muted);font-size:13px}#notes:empty,#mail:empty{display:none}.review-guide{font-size:13px;color:#46603a;background:#edf5e3;border-left:3px solid #98c653;border-radius:0 8px 8px 0;padding:13px 16px;margin:16px 0 22px;max-width:800px}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{background:#fff;border:1px solid #d4e1c8;border-radius:17px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 18px #1d3d1e05;transition:border-color .2s,box-shadow .2s}.card:hover,.card:focus-within{border-color:#91b25d;box-shadow:0 0 0 1px #a6ce6840,0 6px 24px #698d2520}.photo{height:255px;background:#f0f2eb;display:grid;place-items:center;text-align:center;color:#68765e;font-size:13px;padding:12px}.photo>a{display:block;width:100%;height:100%;min-height:0}.photo img{display:block;width:100%;height:100%;max-height:231px;object-fit:contain}.card .copy{padding:22px;flex:1;display:flex;flex-direction:column}.card h3{font-size:16px;margin:0 0 10px;overflow-wrap:anywhere}.card p{font-size:13px}.card a{display:inline-block;margin-top:6px}.badge{display:inline-block;align-self:start;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:650;background:#f4f0d5;color:#665918}.badge.decided{background:#e3f3d1;color:#315321}.question{font-weight:650;line-height:1.55}.facts{display:grid;grid-template-columns:1fr 1fr;font-size:12px;gap:7px;padding:14px 0;border-top:1px solid #edf0e7;border-bottom:1px solid #edf0e7;margin:4px 0}.facts dt{color:var(--muted)}.facts dd{margin:0;text-align:right;overflow-wrap:anywhere}.source-links,.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.source-links{font-size:12px}.card .actions{padding-top:18px;margin-top:auto}.actions button{flex:1;font-size:14px}.deny{background:#fff6f3;border-color:#d2a399;color:#943d2d}.deny:hover{background:#ffece6;box-shadow:0 0 12px #c561391a}.secondary{background:#fff;color:#36512d;border-color:#adbda0}.secondary:hover{background:#f0f5e8}.card:target{outline:3px solid #92d64a;outline-offset:4px}.issue{color:#795735}
 dialog{max-width:660px;width:calc(100% - 32px);max-height:90vh;overflow:auto;padding:26px;border:1px solid #acd56a;border-radius:22px;box-shadow:0 0 0 5px #b8e17624,0 0 42px #91c6504d;background:#fff;color:var(--ink)}dialog::backdrop{background:#102417b8;backdrop-filter:blur(3px)}.dialog-brand{display:flex;align-items:center;gap:12px;border-bottom:1px solid #e0ebd5;margin-bottom:20px;padding-bottom:12px;font-size:10px;font-weight:750;letter-spacing:.1em;color:#50703c}.dialog-brand img{object-fit:contain;filter:drop-shadow(0 0 8px #bbed5870)}.dialog-brand span span{color:#9dab8e;padding:0 6px}dialog h2{margin-top:0}dialog h3{font-size:16px}#decision-photo .photo{height:215px;border-radius:12px}#decision-photo .photo img{max-height:191px}#decision-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0}#decision-fields label,#decision-fields input,#decision-fields select{width:100%;min-width:0}#decision-fields label{overflow-wrap:anywhere}#decision-fields input{margin-top:6px}#decision-source{font-size:13px}#decision-result{margin-top:18px;overflow-wrap:anywhere}#decision-result a{display:inline-block;padding:12px 16px;border:1px solid #91b651;border-radius:9px;background:#e0f5c1}
footer{display:flex;align-items:center;gap:24px;margin-top:65px;padding-top:24px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.footer-brand{display:block;line-height:0;border-radius:8px;overflow:hidden}.footer-brand img{display:block;object-fit:contain}.footer-jubber{display:flex;align-items:center;gap:10px;font-weight:700;margin-left:auto;text-decoration:none}.footer-jubber img{object-fit:contain;filter:drop-shadow(0 0 7px #b9ea5060)}
@media(max-width:900px){.hero{grid-template-columns:1fr 280px;gap:28px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header nav{gap:18px}.heading select{max-width:460px}}
@media(max-width:650px){main{padding:0 20px 24px}.site-header{gap:12px}.fitting-brand img{width:108px;height:72px}.site-header nav{justify-content:flex-end;gap:2px 12px;flex-wrap:wrap;font-size:11px;max-width:230px}.site-header .hive-link{padding:6px 10px}.hero{grid-template-columns:1fr;gap:28px;padding:32px 0}.hero-copy .eyebrow{font-size:10px}h1{font-size:48px}.intro{font-size:14px}.jubber-panel{flex-direction:row;gap:8px;padding:10px 18px;border-radius:20px}.jubber-art{width:125px;height:125px;flex-shrink:0}.jubber-art img{width:140px;height:140px}.jubber-art:before{width:90px}.jubber-copy{text-align:left}.jubber-copy .eyebrow{font-size:8px;letter-spacing:.1em}.jubber-copy strong{font-size:30px}.jubber-copy strong span{right:16px;bottom:16px}.jubber-copy p{font-size:12px}.controls{padding:18px;gap:12px}.controls>label,.controls>label select{width:100%;flex-basis:100%}.controls>a{padding:10px}.controls button{font-size:13px}#add>div{flex-wrap:wrap}#add input{width:100%;flex-basis:100%;min-width:0}#add button{width:100%}.stats{grid-template-columns:1fr 1fr;gap:10px}.stat{padding:15px}.heading label,.heading select{width:100%}.heading{gap:14px}h2{font-size:24px}.grid{grid-template-columns:1fr;gap:18px}.photo{height:265px}.photo img{max-height:241px}.card .copy{padding:20px}.actions{gap:8px}.actions button{font-size:13px;padding:10px}dialog{padding:20px}#decision-fields{grid-template-columns:1fr}.dialog-brand{font-size:9px}footer{gap:12px;flex-wrap:wrap}.footer-jubber{margin-left:0}footer p{flex:1;min-width:170px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
