:root{--shop-bg:#101214;--shop-card:#1b1e20;--shop-line:#373b3e;--shop-text:#f5f3e9;--shop-muted:#b6b7ae;--shop-gold:#e2c569}*{box-sizing:border-box}body.shop{margin:0;background:var(--shop-bg);color:var(--shop-text);font:16px/1.55 system-ui,-apple-system,sans-serif;text-align:left}body.shop[data-store=catfish]{--shop-bg:#101713;--shop-card:#1b251e;--shop-line:#38453a;--shop-gold:#d3e780}body.shop a{color:inherit}button,input,select,textarea{font:inherit}button,.shop-button{border:1px solid var(--shop-line);border-radius:7px;min-height:44px;padding:.7rem 1rem;font-weight:600;cursor:pointer;text-decoration:none;background:var(--shop-gold);color:#171a12;display:inline-flex;align-items:center;justify-content:center}button.secondary,.shop-button.secondary{background:transparent;color:var(--shop-text)}button:disabled{opacity:.55;cursor:default}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--shop-gold);outline-offset:4px}.shop-toolbar{display:flex;align-items:center;gap:1rem;position:sticky;top:0;z-index:40;background:#101713fa;border-bottom:1px solid var(--shop-line);padding:.75rem clamp(1rem,3vw,3rem);height:76px;white-space:nowrap;backdrop-filter:blur(14px)}.shop-logo{font-weight:850;text-decoration:none;letter-spacing:.06em;flex-shrink:0;font-size:1.05rem}.shop-logo img{height:38px;max-width:60px;object-fit:contain;vertical-align:middle;margin-right:.5rem}.toolbar-links{display:flex;align-items:center;gap:.55rem;overflow-x:auto;scrollbar-width:thin;min-width:0;flex:1;padding:.4rem .1rem}.toolbar-links a{text-decoration:none;padding:.5rem .75rem;border:1px solid transparent;border-radius:5px;font-size:.82rem;white-space:nowrap}.toolbar-links a:hover{border-color:var(--shop-line)}.shop-toolbar .shop-cart{border:1px solid var(--shop-gold);border-radius:7px;white-space:nowrap;padding:.65rem .8rem;text-decoration:none;flex-shrink:0;color:var(--shop-gold);font-size:.84rem;font-weight:650}.toolbar-links .catfish-toolbar{color:#e2c569;border-color:#786325;animation:shop-glow 2.5s ease-in-out infinite}.catfish-toolbar img{width:25px;height:25px;vertical-align:middle;object-fit:contain;margin-right:.4rem}@keyframes shop-glow{50%{box-shadow:0 0 14px #e2c56966}}.shop-hero{padding:clamp(2rem,5vw,4.5rem) clamp(1rem,4vw,4rem);max-width:1450px;margin:auto;border-bottom:1px solid var(--shop-line)}.shop-hero .eyebrow,.eyebrow{font-size:.72rem;letter-spacing:.17em;font-weight:700;color:var(--shop-gold);text-transform:uppercase}.shop-hero h1{font-size:clamp(2.1rem,5vw,4.6rem);font-weight:650;letter-spacing:-.055em;line-height:1.05;margin:.65rem 0 1rem;max-width:950px}.shop-hero p{color:var(--shop-muted);max-width:650px}.shop-layout{max-width:1450px;margin:auto;padding:2rem clamp(1rem,4vw,4rem);display:grid;grid-template-columns:190px minmax(0,1fr);gap:2rem}.departments{position:sticky;top:98px;align-self:start;border:1px solid var(--shop-line);border-radius:8px;padding:1rem;background:var(--shop-card)}.departments summary{font-weight:700;cursor:pointer}.departments label{display:flex;align-items:center;gap:.6rem;margin:.9rem 0;font-size:.9rem}.departments input{width:17px;height:17px;accent-color:var(--shop-gold)}.departments p{font-size:.75rem;color:var(--shop-muted)}.shop-catalog{min-width:0}.shop-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:0 0 1rem}.shop-section-title h2{font-size:1.3rem;font-weight:650;margin:0}.shop-section-title span{font-size:.8rem;color:var(--shop-muted)}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin:0 0 3rem}.shop-card{border:1px solid var(--shop-line);background:var(--shop-card);border-radius:9px;overflow:hidden;min-width:0;display:flex;flex-direction:column}.shop-card>a:first-child{text-decoration:none}.shop-card img{width:100%;aspect-ratio:1;object-fit:contain;background:#f2f0e9;display:block}.shop-card h3{font-size:1rem;font-weight:600;line-height:1.4;margin:1rem 1rem .5rem}.shop-card .card-meta{padding:0 1rem;font-size:.72rem;color:var(--shop-gold);text-transform:uppercase;letter-spacing:.1em}.shop-card .card-price{padding:0 1rem;margin:.3rem 0 1rem}.shop-card .shop-button{margin:auto 1rem 1rem}.shop-card label{padding:0 1rem;margin:0 0 .8rem;font-size:.8rem;color:var(--shop-muted)}.shop-card select{display:block;width:100%;padding:.55rem;background:var(--shop-bg);color:var(--shop-text);border:1px solid var(--shop-line);border-radius:5px}.shop-empty{grid-column:1/-1;color:var(--shop-muted);padding:2rem;border:1px dashed var(--shop-line);border-radius:8px}.shop-footer{padding:2rem 4vw;border-top:1px solid var(--shop-line);font-size:.8rem;color:var(--shop-muted);display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.shop-main{max-width:1250px;margin:auto;padding:2rem clamp(1rem,4vw,3rem)}.creator-layout{display:grid;grid-template-columns:minmax(250px,.85fr) minmax(320px,1.15fr);gap:2rem}.shop-panel{border:1px solid var(--shop-line);background:var(--shop-card);border-radius:12px;padding:1.5rem}.shop-panel h2{margin-top:0;line-height:1.3}.shop-panel form{display:grid;gap:1rem}.shop-panel label{display:grid;gap:.4rem;font-size:.88rem}.shop-panel label.check{display:flex;align-items:flex-start;gap:.65rem;font-size:.8rem;color:var(--shop-muted)}.shop-panel input,.shop-panel textarea,.shop-panel select{background:var(--shop-bg);color:var(--shop-text);border:1px solid var(--shop-line);border-radius:6px;padding:.65rem;min-height:44px;width:100%}.shop-panel input[type=checkbox]{min-height:0;width:auto;accent-color:var(--shop-gold);margin-top:.3rem}.shop-panel textarea{min-height:150px;resize:vertical}.shop-panel .hint{font-size:.8rem;color:var(--shop-muted)}.shop-panel .actions{display:flex;gap:.6rem;flex-wrap:wrap}.creator-preview{width:100%;max-height:550px;object-fit:contain;border-radius:8px;background-color:#eee;background-image:linear-gradient(45deg,#d7d7d7 25%,transparent 25%),linear-gradient(-45deg,#d7d7d7 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#d7d7d7 75%),linear-gradient(-45deg,transparent 75%,#d7d7d7 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0}.creator-product-photo{width:100%;aspect-ratio:1;max-height:550px;object-fit:contain;background:#f2f0e9;border-radius:8px}.shop-status{font-size:.88rem;color:var(--shop-gold);min-height:1.5em;overflow-wrap:anywhere}.creator-product-form{display:grid;gap:.7rem}.shop-notice{position:fixed;bottom:1rem;left:50%;transform:translateX(-50%);background:var(--shop-gold);color:#171a12;padding:1rem 1.5rem;border-radius:8px;max-width:90vw;z-index:60}.shop-notice:empty{display:none}.sun-options{display:grid;gap:.8rem}.sun-options .two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.color-no-photo{aspect-ratio:1;display:grid;place-items:center;background:#232a25;color:var(--shop-muted);padding:2rem;text-align:center}body.shop [hidden]{display:none!important}@media(max-width:1050px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-layout{grid-template-columns:160px minmax(0,1fr);gap:1rem}.shop-logo{font-size:.8rem}.toolbar-links a{padding:.4rem .6rem}}@media(max-width:680px){.shop-toolbar{gap:.4rem;padding:.65rem .7rem;height:65px}.shop-logo{font-size:.72rem}.shop-logo img{height:30px;max-width:35px;margin-right:.2rem}.shop-toolbar .shop-cart{font-size:.7rem;padding:.55rem}.shop-layout{display:block;padding:1rem}.departments{position:relative;top:auto;margin-bottom:1.5rem;padding:.8rem}.departments>div{display:flex;flex-wrap:wrap;gap:0 1rem}.departments label{font-size:.85rem}.departments p{display:none}.shop-grid{gap:.7rem}.shop-card h3{font-size:.9rem;margin:.8rem .7rem .4rem}.shop-card .card-meta,.shop-card .card-price{padding:0 .7rem}.shop-card .shop-button{font-size:.8rem;padding:.55rem;margin:.2rem .7rem .7rem}.shop-card label{padding:0 .7rem}.creator-layout{grid-template-columns:1fr}.shop-panel{padding:1rem}.shop-footer{font-size:.72rem}.shop-hero{padding:2rem 1rem}.shop-hero h1{font-size:2.4rem}}@media(prefers-reduced-motion:reduce){.toolbar-links .catfish-toolbar{animation:none}}
