:root{--ink:#18241d;--cream:#f8f4e9;--yellow:#f7cb48;--coral:#f27d62;--green:#91b98b;--purple:#9b7fbd;--line:#dcd7c9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Manrope,Arial,sans-serif}button,select,input{font:inherit}button,a{transition:.2s ease}a{color:inherit;text-decoration:none}.announcement{height:34px;background:var(--ink);color:#fff;display:flex;justify-content:center;align-items:center;gap:28px;font-size:12px;letter-spacing:.03em}.header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:relative;z-index:10}.logo{font:700 25px Unbounded}.logo span{color:var(--coral)}nav{display:flex;gap:34px;font-size:14px;font-weight:600}nav a:hover{color:var(--coral)}.header-actions{display:flex;align-items:center;gap:9px}.header select{border:0;background:transparent;font-weight:700;font-size:12px}.cart-button{border:1px solid var(--ink);border-radius:50px;background:transparent;padding:9px 14px;cursor:pointer}.cart-button:hover{background:var(--ink);color:#fff}.cart-button b{display:inline-grid;place-items:center;background:var(--yellow);color:var(--ink);min-width:20px;height:20px;border-radius:20px;margin-left:4px}.hero{min-height:620px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:60px 7vw 70px;overflow:hidden}.hero-copy{max-width:680px}.eyebrow,.mini-title{font-size:12px;font-weight:800;letter-spacing:.2em;color:#56805b;margin-bottom:18px}.hero h1{font:700 clamp(43px,5.4vw,82px)/1.05 Unbounded;margin:0;letter-spacing:-.05em}.hero h1 em{font-style:normal;color:var(--coral)}.hero-copy>p{font-size:17px;line-height:1.7;max-width:600px;color:#566159;margin:25px 0 30px}.hero-buttons{display:flex;align-items:center;gap:12px}.button{border:0;cursor:pointer;border-radius:50px;padding:15px 23px;font-weight:800}.button.primary{background:var(--ink);color:#fff}.button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #18241d33}.button.text{background:transparent}.button.text span:first-child{display:inline-grid;place-items:center;width:33px;height:33px;border:1px solid;border-radius:50%;font-size:10px;margin-right:6px}.trust{display:flex;align-items:center;gap:18px;margin-top:44px;font-size:12px}.trust div{display:flex;gap:8px;align-items:center}.trust div span{color:#e6a127}.trust p{border-left:1px solid var(--line);padding-left:18px;color:#687069}.hero-art{height:500px;position:relative}.blob{position:absolute;border-radius:50%}.blob-one{width:420px;height:420px;background:var(--yellow);right:2%;top:35px}.blob-two{width:160px;height:160px;background:var(--green);left:0;bottom:10px}.poster{position:absolute;z-index:2;width:260px;height:350px;right:90px;top:55px;background:#fdf7e8;border:2px solid var(--ink);box-shadow:14px 14px 0 var(--purple);transform:rotate(5deg);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.poster b{font:700 34px/1.05 Unbounded;color:var(--coral)}.poster small{margin-top:22px}.poster-flower{font-size:45px;color:var(--purple);margin-bottom:12px}.pencil{position:absolute;width:210px;height:17px;background:var(--coral);border:2px solid var(--ink);z-index:3;bottom:80px;left:20px;transform:rotate(35deg)}.pencil:after{content:"";position:absolute;right:-25px;top:-2px;border-left:25px solid #dfb878;border-top:8px solid transparent;border-bottom:8px solid transparent}.p2{background:#80b8c4;transform:rotate(22deg);bottom:55px;left:40px}.sticker{position:absolute;z-index:4;display:grid;place-items:center;font-weight:900}.s1{width:67px;height:67px;border-radius:50%;background:var(--coral);color:#fff;right:25px;top:50px;transform:rotate(10deg)}.s2{font-size:42px;color:var(--coral);left:60px;top:45px}.s3{font-size:50px;color:#fff;right:3px;bottom:50px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 6vw;background:#fff;border-block:1px solid var(--line)}.benefits article{display:flex;align-items:center;justify-content:center;gap:14px;padding:10px 20px;border-right:1px solid var(--line)}.benefits article:last-child{border:0}.benefits article>span{font-size:26px}.benefits b,.benefits small{display:block}.benefits b{font-size:13px}.benefits small{font-size:11px;color:#738077;margin-top:3px}.catalog-section{padding:100px 6vw}.section-heading{display:flex;justify-content:space-between;align-items:end}.section-heading span{font-size:11px;letter-spacing:.2em;color:#56805b;font-weight:800}.section-heading h2,.about-section h2,.newsletter h2{font:700 clamp(30px,3.2vw,48px)/1.15 Unbounded;margin:12px 0 0;letter-spacing:-.04em}.section-heading p{max-width:400px;color:#687069;line-height:1.6}.filters{display:flex;gap:10px;margin:35px 0 25px}.filters button{border:1px solid var(--line);background:transparent;border-radius:40px;padding:10px 17px;cursor:pointer;font-size:13px;font-weight:700}.filters button.active,.filters button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{position:relative}.product-image{height:310px;border-radius:4px;display:grid;place-items:center;position:relative;overflow:hidden;border:1px solid #0000000a}.product-image .visual{font-size:98px;filter:drop-shadow(7px 10px 0 #00000015);transition:.3s}.product-card:hover .visual{transform:scale(1.06) rotate(-3deg)}.badge{position:absolute;left:12px;top:12px;background:#fff;padding:6px 9px;border-radius:30px;font-size:10px;font-weight:800;letter-spacing:.06em}.add{position:absolute;right:12px;bottom:12px;width:43px;height:43px;border:0;border-radius:50%;background:var(--ink);color:#fff;font-size:22px;cursor:pointer;opacity:0;transform:translateY(8px)}.product-card:hover .add{opacity:1;transform:none}.product-info{padding-top:15px}.product-info small{color:#778078;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.product-info h3{font-size:15px;margin:6px 0 8px}.product-price{display:flex;justify-content:space-between;font-weight:800}.product-price span:last-child{font-size:11px;color:#d49b16}.about-section{margin:20px 6vw 100px;background:#dce9d8;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:460px}.about-section>div:last-child{padding:50px 10%}.about-section p{line-height:1.8;color:#566159}.about-section a{font-weight:800;border-bottom:1px solid}.about-art{height:100%;min-height:460px;background:var(--purple);display:grid;place-items:center;position:relative;overflow:hidden;color:white}.about-art:before,.about-art:after{content:"";position:absolute;border-radius:50%;background:var(--yellow)}.about-art:before{width:180px;height:180px;left:-40px;top:-40px}.about-art:after{width:100px;height:100px;right:20px;bottom:30px;background:var(--coral)}.about-art span{font:700 43px/1.1 Unbounded;text-align:center;z-index:2;transform:rotate(-6deg)}.rainbow{position:absolute;font-size:230px;color:#f4bf3d;top:-20px}.newsletter{margin:0 6vw 80px;background:var(--yellow);padding:40px 5%;display:grid;grid-template-columns:auto 1fr 1fr;align-items:center;gap:28px}.newsletter>span{font-size:35px}.newsletter h2{font-size:26px;margin:0}.newsletter p{font-size:13px}.newsletter form{display:flex}.newsletter input{width:100%;border:0;padding:14px 16px}.newsletter button{border:0;background:var(--ink);color:#fff;padding:0 20px;font-weight:800;cursor:pointer}footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:35px 6vw;font-size:12px}footer div{display:flex;gap:20px}.overlay{position:fixed;inset:0;background:#0008;opacity:0;visibility:hidden;z-index:50}.overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);background:var(--cream);z-index:60;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column;padding:25px}.cart-drawer.open{transform:none}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.cart-head h2{font:700 22px Unbounded}.cart-head button{font-size:30px;border:0;background:none;cursor:pointer}.cart-items{overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:65px 1fr auto;gap:13px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.cart-item .thumb{height:65px;display:grid;place-items:center;font-size:34px}.cart-item h4{margin:0 0 5px;font-size:13px}.cart-item button{border:0;background:none;color:#9a5f54;cursor:pointer}.empty-cart{margin:auto;text-align:center;color:#7a827c}.empty-cart span{font-size:60px}.cart-footer{border-top:1px solid var(--line);padding-top:20px}.cart-footer>div{display:flex;justify-content:space-between;font-size:18px}.cart-footer>button{width:100%;border:0;background:var(--ink);color:#fff;padding:15px;margin:18px 0 10px;font-weight:800;cursor:pointer}.cart-footer small{display:block;text-align:center;color:#7a827c}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,30px);background:var(--ink);color:#fff;padding:12px 20px;border-radius:40px;opacity:0;z-index:100;transition:.3s;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:950px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:45px}.hero-art{height:430px}.benefits{grid-template-columns:1fr 1fr}.benefits article:nth-child(2){border-right:0}.product-grid{grid-template-columns:1fr 1fr}.section-heading{align-items:start}.about-section{grid-template-columns:1fr}.newsletter{grid-template-columns:auto 1fr}.newsletter form{grid-column:1/-1}.header{padding-inline:4vw}}
@media(max-width:600px){.announcement span:nth-child(n+2){display:none}.header{height:70px}.header-actions select{display:none}.cart-button span{display:none}.hero{padding:45px 5vw}.hero h1{font-size:42px}.hero-art{height:360px}.blob-one{width:310px;height:310px}.poster{width:210px;height:280px;right:35px}.poster b{font-size:28px}.benefits{grid-template-columns:1fr}.benefits article{border-right:0;border-bottom:1px solid var(--line);justify-content:flex-start}.catalog-section{padding:70px 5vw}.section-heading{display:block}.filters{overflow-x:auto}.filters button{white-space:nowrap}.product-grid{gap:13px}.product-image{height:220px}.product-image .visual{font-size:70px}.add{opacity:1;transform:none}.about-section{margin-inline:5vw}.newsletter{margin-inline:5vw;padding:30px;display:block}.newsletter form{margin-top:20px}footer{flex-direction:column;gap:20px}}
.logo-image{display:flex;align-items:center}.logo-image img{width:68px;height:68px;object-fit:contain}.brand-showcase{display:grid;place-items:center}.hero-brand-logo{position:relative;z-index:3;width:min(480px,100%);height:480px;object-fit:contain;filter:drop-shadow(0 22px 24px #18241d28);transition:.35s}.brand-showcase:hover .hero-brand-logo{transform:translateY(-5px) rotate(1deg)}
@media(max-width:600px){.logo-image img{width:56px;height:56px}.hero-brand-logo{height:350px}}
.filters{flex-wrap:wrap}@media(max-width:600px){.filters{flex-wrap:nowrap}}

/* Bright Furly & Klick brand layer */
:root{--cream:#fff9ed;--yellow:#ffd641;--coral:#ff6d58;--green:#79bd32;--purple:#9d72d7;--sky:#55c8e8}
body{background:linear-gradient(180deg,#fff9ed 0%,#fffdf7 52%,#f8fff0 100%)}
.announcement{height:38px;background:linear-gradient(90deg,#ff725d,#ffb534 48%,#83c943);font-weight:800;text-shadow:0 1px 1px #0002}
.header{background:#fffdf8;box-shadow:0 5px 22px #5b3f1a10;border-bottom:0}
.hero{position:relative;background:radial-gradient(circle at 10% 15%,#fff1a7 0 4%,transparent 21%),radial-gradient(circle at 87% 70%,#d9f5b9 0 5%,transparent 22%),linear-gradient(135deg,#fffaf0,#fff4d2);border-bottom:4px solid #18241d;min-height:650px}
.hero:before{content:'✦';position:absolute;left:3%;top:15%;font-size:38px;color:#ff8c5f;transform:rotate(-15deg)}
.hero:after{content:'●  ✦  ●';position:absolute;right:4%;bottom:6%;font-size:22px;letter-spacing:12px;color:#8b67be}
.hero h1 em{background:linear-gradient(90deg,#ff604f,#ff9a34,#75b82f);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy>p{font-size:18px;color:#475348;max-width:660px}
.hero-chips{display:flex;flex-wrap:wrap;gap:9px;margin:-12px 0 25px}.hero-chips button{color:var(--ink);cursor:pointer;background:#fff;border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink);border-radius:50px;padding:8px 13px;font-size:12px;font-weight:800}.hero-chips button:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--ink)}.hero-chips button:nth-child(1){background:#ffe187}.hero-chips button:nth-child(2){background:#ffc1b6}.hero-chips button:nth-child(3){background:#cbe9ae}
.button.primary{background:linear-gradient(135deg,#ff6d58,#f9474e);box-shadow:5px 5px 0 var(--ink);border:2px solid var(--ink);padding:16px 26px}.button.primary:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--ink)}
.hero-brand-logo{filter:drop-shadow(0 25px 16px #6c461e35);animation:floatBrand 4s ease-in-out infinite}@keyframes floatBrand{50%{transform:translateY(-9px)}}
.benefits{background:linear-gradient(90deg,#fff1a8,#ffd6cd 34%,#d6efbc 67%,#d9cef0);border-block:0;box-shadow:0 8px 22px #553b1810}.benefits article>span{background:#fff;border:2px solid var(--ink);width:46px;height:46px;border-radius:50%;display:grid;place-items:center;box-shadow:3px 3px 0 var(--ink)}
.catalog-section{background:radial-gradient(circle at 96% 4%,#ffe68d 0 3%,transparent 15%),#fffdf8}.section-heading h2{color:#17251c}.section-heading span{color:#eb654f}
.filters button{background:#fff;border:2px solid #28382e;box-shadow:2px 2px 0 #28382e}.filters button:nth-child(2n){background:#fff2b8}.filters button:nth-child(3n){background:#e0f2cf}.filters button.active,.filters button:hover{background:var(--ink);transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--coral)}
.product-card{background:#fff;border:2px solid var(--ink);border-radius:18px;overflow:hidden;box-shadow:6px 7px 0 #18241d;transition:.25s}.product-card:hover{transform:translateY(-7px) rotate(-.4deg);box-shadow:10px 14px 0 #18241d}.product-image{border-radius:0;border:0}.product-info{padding:16px 17px 18px}.badge{border:2px solid var(--ink);box-shadow:2px 2px 0 var(--ink);background:#fff8d2}.add{opacity:1;transform:none;border:2px solid #fff;box-shadow:2px 3px 0 #18241d;background:var(--coral)}
.about-section{border:3px solid var(--ink);box-shadow:10px 12px 0 var(--ink);border-radius:22px;overflow:hidden}.about-section>div:last-child{background:linear-gradient(135deg,#e6f7d4,#fff6bd)}
.newsletter{border:3px solid var(--ink);border-radius:22px;box-shadow:9px 10px 0 var(--ink);background:linear-gradient(110deg,#ffd63d,#ffb447)}.newsletter input{border:2px solid var(--ink);border-radius:10px 0 0 10px}.newsletter button{border-radius:0 10px 10px 0}
@media(max-width:600px){.hero{padding-top:34px}.hero h1{font-size:38px}.hero-copy>p{font-size:16px}.hero-chips{margin-top:0}.hero-chips button{font-size:11px}.product-card{box-shadow:4px 5px 0 #18241d}.product-info{padding:12px}.about-section{box-shadow:6px 7px 0 var(--ink)}}
.product-list{display:block}.product-group{padding:28px;border:3px solid var(--ink);border-radius:24px;margin-top:28px}.product-group .product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.digital-group{background:linear-gradient(135deg,#fff9d8,#fff3bb)}.physical-group{background:linear-gradient(135deg,#eaf8dc,#d9f3c3)}.group-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.group-heading>div{display:flex;align-items:center;gap:12px}.group-heading>div>span{width:48px;height:48px;border:2px solid var(--ink);border-radius:50%;background:#fff;display:grid;place-items:center;font-size:22px;box-shadow:3px 3px 0 var(--ink)}.group-heading h3{font:700 27px Unbounded;margin:0}.group-heading p{margin:0;color:#536056;font-size:13px}.product-photo{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .product-photo{transform:scale(1.045)}
@media(max-width:600px){.product-group{padding:15px;margin-inline:-2px}.product-group .product-grid{grid-template-columns:1fr 1fr}.group-heading{display:block}.group-heading p{margin:10px 0 0 60px}.group-heading h3{font-size:20px}.product-photo{min-height:220px}}
.product-8 .product-image{background:#fff!important}.product-8 .product-photo{object-fit:contain;transform:scale(.78)}.product-8:hover .product-photo{transform:scale(.82)}
.catalog-status{text-align:center;padding:28px;color:#6c776f}.catalog-status.error{color:#b34339;background:#fff0ec;border-radius:12px}
.cart-item .thumb{overflow:hidden;border-radius:9px}.cart-item .thumb img{width:100%;height:100%;object-fit:cover}
.checkout-form{border-top:1px solid var(--line);padding-top:16px;display:grid;gap:12px}.checkout-form label{display:grid;gap:5px;font-size:12px;font-weight:800}.checkout-form input,.checkout-form textarea{width:100%;border:1px solid var(--line);border-radius:9px;background:#fff;padding:11px;resize:vertical}.checkout-total{display:flex;justify-content:space-between;font-size:18px}.checkout-form>button{border:0;border-radius:10px;background:var(--ink);color:#fff;padding:14px;font-weight:800;cursor:pointer}.checkout-form>button:disabled{opacity:.6}.checkout-form small{text-align:center;color:#6e776f}.checkout-back{background:transparent!important;color:var(--ink)!important;padding:4px 0!important;text-align:left;font-size:12px;text-decoration:underline}
.checkout-form .offer-accept{display:flex;align-items:flex-start;gap:9px;padding:11px;background:#fff7cf;border-radius:10px;font-weight:600;line-height:1.4}.checkout-form .offer-accept input{width:auto;margin-top:3px}.offer-accept a{text-decoration:underline;color:#5d3c85}
.checkout-modal{position:fixed;inset:0;background:#0009;z-index:120;display:none;place-items:center;padding:20px}.checkout-modal.open{display:grid}.checkout-card{width:min(560px,100%);background:#fffaf0;border:3px solid var(--ink);border-radius:22px;box-shadow:10px 12px 0 var(--ink);padding:30px;position:relative}.modal-close{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:28px;cursor:pointer}.order-success{text-align:center;padding:18px}.order-icon{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;background:#dff1c9;border:3px solid var(--ink);font-size:36px;margin:auto}.order-success h2{font:700 28px Unbounded}.order-success code{word-break:break-all;background:#eee8d9;padding:4px 7px}.order-total{font-size:25px;font-weight:900}.demo-notice{background:#fff0b4;padding:12px;border-radius:10px}.order-success .button{display:inline-block;margin:8px}
.product-preview-modal{position:fixed;inset:0;background:#0009;z-index:130;display:none;place-items:center;padding:20px}.product-preview-modal.open{display:grid}.product-preview-card{width:min(820px,100%);max-height:min(760px,92vh);overflow:auto;background:#fffaf0;border:3px solid var(--ink);border-radius:22px;box-shadow:10px 12px 0 var(--ink);padding:30px;position:relative}.preview-layout{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(280px,1.1fr);gap:28px;align-items:center}.preview-image{min-height:300px;border:2px solid var(--ink);border-radius:16px;display:grid;place-items:center;overflow:hidden}.preview-image img{width:100%;height:100%;max-height:420px;object-fit:contain}.preview-image>span{font-size:100px}.preview-info small{color:#66816a;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800}.preview-info h2{font:700 28px/1.15 Unbounded;margin:10px 0 14px}.preview-description{font-size:15px;line-height:1.6;color:#566159}.preview-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.preview-facts>div{padding:12px;background:#fff4c5;border:1px solid var(--line);border-radius:10px}.preview-facts b,.preview-facts span,.preview-note b,.preview-note span{display:block}.preview-facts b,.preview-note b{font-size:11px;color:#687069;margin-bottom:4px}.preview-facts span,.preview-note span{font-weight:800}.preview-note{padding:12px;background:#e1f1d9;border-radius:10px;line-height:1.45}.preview-cart{width:100%;margin-top:18px;border:0;border-radius:10px;background:var(--ink);color:#fff;padding:14px;font-weight:800;cursor:pointer}.preview-cart:hover{background:var(--coral)}
@media(max-width:600px){.checkout-card{padding:20px}.cart-drawer{padding:18px}.product-group .product-grid{grid-template-columns:1fr}.product-image{height:280px}}
@media(max-width:600px){.product-preview-card{padding:20px}.preview-layout{grid-template-columns:1fr;gap:18px}.preview-image{min-height:210px}.preview-info h2{font-size:23px}.preview-facts{grid-template-columns:1fr 1fr}}


.youtube-channel{margin:0 6vw 80px;background:linear-gradient(110deg,#ffcf4a,#ff7f5f 45%,#ff5a5f);padding:38px 5%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;border:3px solid var(--ink);border-radius:22px;box-shadow:9px 10px 0 var(--ink)}
.youtube-channel>span{width:58px;height:58px;border-radius:50%;background:#fff;color:#e62117;display:grid;place-items:center;font-size:28px;border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink)}
.youtube-channel h2{font:700 clamp(24px,2.6vw,38px)/1.1 Unbounded;margin:0;color:var(--ink)}
.youtube-channel p{font-size:14px;line-height:1.55;margin:8px 0 0;color:#29342c}
.youtube-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:3px solid var(--ink);border-radius:999px;background:#fff;color:#e62117;font-weight:900;box-shadow:4px 5px 0 var(--ink);white-space:nowrap}
.youtube-button:hover{transform:translateY(-2px);box-shadow:6px 7px 0 var(--ink)}
.cart-item .cart-remove{border:2px solid #8b1e16;background:#ff5f50;color:#fff;border-radius:12px;padding:9px 12px;font-size:12px;font-weight:900;box-shadow:2px 3px 0 #18241d;cursor:pointer;min-width:84px}
.cart-item .cart-remove:hover{background:#d83327;color:#fff;transform:translateY(-1px)}
@media(max-width:600px){.youtube-channel{margin-inline:5vw;padding:28px;grid-template-columns:1fr;text-align:center}.youtube-channel>span{margin:auto}.youtube-button{width:100%}.cart-item{grid-template-columns:58px 1fr}.cart-item .cart-remove{grid-column:2;justify-self:start;margin-top:5px}}
.preview-audio{display:grid;gap:7px;padding:13px 14px;margin:14px 0;background:#eef5ff;border:1px solid var(--line);border-radius:10px}.preview-audio b{font-size:13px}.preview-audio audio{width:100%;height:38px}.preview-audio small{color:#687069}
.preview-gallery{width:100%;height:100%;max-height:520px;object-fit:contain}.preview-gallery-label{margin:10px 0 0;color:#566159;font-size:13px;line-height:1.45}
.preview-riddle{width:100%;min-height:300px;padding:34px 24px;display:grid;align-content:center;justify-items:center;text-align:center;color:var(--ink);background:linear-gradient(145deg,#fff8c8,#dff1d9);border:2px dashed var(--ink);border-radius:14px}.riddle-mark{display:grid;place-items:center;width:66px;height:66px;margin-bottom:18px;border:3px solid var(--ink);border-radius:50%;background:#ffcf4a;font:900 40px/1 Arial}.preview-riddle b{font:700 22px Unbounded}.preview-riddle p{max-width:310px;font-size:17px;line-height:1.55}.preview-riddle details{cursor:pointer;font-size:14px}.preview-riddle summary{font-weight:800}.preview-riddle details strong{display:block;margin-top:9px;color:#4f8e3d;font-size:18px}
