
*{box-sizing:border-box}body{margin:0;font-family:"Trebuchet MS",Arial,sans-serif;background:#fff;color:#222}
.scribble{position:fixed;pointer-events:none;opacity:.2;font-size:38px;z-index:-1}.s1{left:-8px;top:100px;color:#ff4f91;transform:rotate(-18deg)}.s2{right:-8px;top:180px;color:#35a8ff;transform:rotate(12deg)}.s3{left:-8px;bottom:130px;color:#8c5cff}.s4{right:-5px;bottom:70px;color:#ffca28}
nav{max-width:1150px;margin:auto;padding:20px;display:flex;justify-content:center;gap:25px;flex-wrap:wrap}
nav a{color:#222;text-decoration:none;font-weight:800;padding:9px 12px;border-bottom:3px solid transparent}nav a:hover{border-bottom-color:#ff4f91;color:#6332b4}
header{text-align:center;padding:35px 20px 20px}h1{margin:0;font-size:clamp(46px,8vw,82px);line-height:.9;letter-spacing:2px;background:linear-gradient(90deg,#ff4f91,#ff8a21,#ffd21f,#4fbd65,#3988ff,#a25cff);-webkit-background-clip:text;color:transparent}
.subtitle{font-size:21px;color:#6d35b5;font-weight:700;margin:18px 0}
.container{max-width:1050px;margin:25px auto;padding:0 22px}.back{display:inline-block;margin:15px 0;padding:10px 15px;border-radius:22px;background:#f1e8ff;color:#6332b4;text-decoration:none;font-weight:800}
.hero{display:grid;grid-template-columns:1fr 1.2fr;gap:30px;align-items:center}.hero-art{min-height:320px;border-radius:28px;display:grid;place-items:center;font-size:150px;box-shadow:0 8px 25px #00000012}
.info h2{font-size:40px;color:#6332b4;margin:0 0 10px}.tag{display:inline-block;padding:7px 12px;border-radius:20px;background:#e9f7e8;color:#32833b;font-weight:800;margin:4px}
.columns{display:grid;grid-template-columns:1fr 1.4fr;gap:25px;margin-top:35px}.box{border:2px solid #eee;border-radius:20px;padding:22px;box-shadow:0 5px 18px #0000000d}.box h3{font-size:25px;margin-top:0;color:#6332b4}.box li{margin:10px 0;line-height:1.45}
.tutorial{margin-top:30px}.tutorial a{display:inline-block;background:#ff4f91;color:white;text-decoration:none;font-weight:900;padding:13px 20px;border-radius:25px}.tutorial a:hover{transform:scale(1.03)}
.credit{font-size:14px;color:#666;margin-top:10px}.notice{background:#fff8d9;border:2px dashed #e2b800;padding:15px;border-radius:15px;margin-top:18px}
.category-grid,.craft-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category{padding:25px 10px;text-align:center;border:3px solid #ddd;border-radius:20px;text-decoration:none;color:#222;font-weight:900;background:white}.category:hover{transform:scale(1.03)}.icon{display:block;font-size:50px;margin-bottom:10px}
.card{padding:14px;border:2px solid #eee;border-radius:18px;box-shadow:0 5px 18px #00000012}.card-art{height:150px;border-radius:14px;display:grid;place-items:center;font-size:70px}.card h3{color:#6332b4}.card a{color:#ff4f91;font-weight:900}
footer{text-align:center;padding:45px 20px;color:#6d35b5;font-weight:800;font-size:20px}
.rainbow{background:#dff3ff}.butterfly{background:#ffe2ee}.flowers{background:#fff0c9}.bracelet{background:#eee4ff}.paint{background:#ffe8d6}.decor{background:#e6f7e7}.recycle{background:#e8f7df}.toy{background:#e8e8ff}
@media(max-width:800px){.hero,.columns{grid-template-columns:1fr}.category-grid,.craft-grid{grid-template-columns:repeat(2,1fr)}.hero-art{min-height:230px;font-size:110px}}
@media(max-width:520px){.category-grid,.craft-grid{grid-template-columns:1fr}nav{gap:8px}}


/* Version 4 interactive additions */
.search-wrap{max-width:650px;margin:20px auto;position:relative}
.search-input{width:100%;padding:17px 48px 17px 18px;border:3px solid #8b52e8;border-radius:40px;font-size:18px;font-family:inherit;outline:none}
.search-input:focus{box-shadow:0 0 0 4px #8b52e822}
.search-button{position:absolute;right:7px;top:7px;width:42px;height:42px;border:0;border-radius:50%;background:#8b52e8;color:white;cursor:pointer;font-size:19px}
.search-button:hover{transform:scale(1.05)}
.search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:20;background:#fff;border:3px solid #d8c3f7;border-radius:22px;box-shadow:0 12px 30px rgba(79,45,126,.2);padding:8px;text-align:left;max-height:390px;overflow:auto}
body[data-page="home"] header{z-index:100;overflow:visible}
body[data-page="home"] .search-wrap{z-index:101}
body[data-page="home"] .search-suggestions{z-index:102}
body[data-page="home"] header+.container{z-index:1}
.search-suggestions[hidden]{display:none}
.search-suggestions-label{padding:8px 13px 7px;color:#6332b4;font-size:14px;font-weight:900}
.search-suggestions a{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:15px;color:#29222f;text-decoration:none}
.search-suggestions a:hover,.search-suggestions a:focus{background:#f3ebff;outline:3px solid #a876ef;outline-offset:-3px}
.search-suggestions a strong,.search-suggestions a small{display:block}
.search-suggestions a small{margin-top:2px;color:#6a6070;font-size:13px}
.suggestion-emoji{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff1f7;font-size:22px;flex:0 0 auto}
.search-no-suggestions{padding:13px;color:#6a6070;line-height:1.4}
.card{position:relative}
.card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}
.card-actions>a{display:inline-block;text-decoration:none}
.favorite-btn{border:2px solid #ffb5cf;background:#fff5f9;color:#b92f65;border-radius:50%;width:42px;height:42px;display:inline-grid;place-items:center;font-size:22px;cursor:pointer;flex:0 0 auto}
.favorite-btn:hover{transform:scale(1.08)}
.favorite-btn.is-favorite{background:#ff4f91;border-color:#ff4f91;color:white}
.favorite-large{width:auto;border-radius:24px;padding:10px 16px;display:inline-flex;gap:8px;font-size:16px;font-weight:900;margin-top:15px}
.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 25px}
.filter-chip{border:2px solid #ded0f6;background:white;color:#6332b4;border-radius:22px;padding:9px 13px;font-family:inherit;font-weight:800;cursor:pointer}
.filter-chip:hover,.filter-chip.active{background:#f1e8ff;border-color:#8b52e8}
.results-note{font-weight:800;color:#6332b4;margin:12px 0 20px}
.empty-state{text-align:center;padding:35px;border:2px dashed #d6c2f6;border-radius:20px;background:#fbf8ff}
.empty-state .icon{font-size:60px}
.nav-current{border-bottom-color:#ff4f91!important;color:#6332b4!important}
.page-title{font-size:54px}
.safety-note{font-size:14px;color:#5c5462;margin-top:10px}
@media(max-width:520px){.page-title{font-size:42px}.card-actions{align-items:stretch}.card-actions>a{align-self:center}}

.coming-soon{display:inline-block;background:#fff8d9;border:2px dashed #e2b800;color:#6b5900;padding:12px 16px;border-radius:18px;font-weight:800}.category-count{font-size:14px;color:#6332b4;margin-top:6px;display:block}

.difficulty{display:inline-block;font-weight:900;padding:3px 8px;border-radius:14px}
.difficulty-easy{background:#e8f7e8;color:#287c36}
.difficulty-medium{background:#fff3d6;color:#9a6100}
.difficulty-hard{background:#ffe4ec;color:#a82755}
.difficulty-key{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 24px}

.original-tutorial{margin-top:30px;border:3px solid #8b52e8;background:#fcfaff}
.original-tutorial h3{font-size:27px}
.tutorial-badge{display:inline-block;background:#f1e8ff;color:#6332b4;font-weight:900;padding:7px 12px;border-radius:20px;margin-bottom:8px}
.tutorial-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;counter-reset:tutorial}
.tutorial-step{position:relative;background:white;border:2px solid #eee;border-radius:16px;padding:18px 18px 18px 58px;line-height:1.5;min-height:86px}
.tutorial-step:before{counter-increment:tutorial;content:counter(tutorial);position:absolute;left:14px;top:15px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#ff4f91;color:white;font-weight:900}
@media(max-width:650px){.tutorial-steps{grid-template-columns:1fr}}

/* Version 7.1: young-maker visual tutorial cards */
.kid-tutorial-intro{font-size:19px;line-height:1.55}
.picture-steps{display:grid;gap:16px;margin-top:18px;counter-reset:kidstep}
.picture-step{display:grid;grid-template-columns:92px 1fr;gap:16px;align-items:center;background:#fff;border:3px solid #eadffd;border-radius:22px;padding:14px;counter-increment:kidstep}
.step-picture{height:82px;border-radius:18px;background:#f5efff;display:grid;place-items:center;font-size:46px;position:relative}
.step-picture:after{content:"STEP " counter(kidstep);position:absolute;bottom:5px;font-size:11px;font-weight:900;color:#6332b4;letter-spacing:.5px}
.step-words strong{display:block;color:#6332b4;font-size:18px;margin-bottom:4px}
.step-words span{font-size:18px;line-height:1.5}
.grownup-box{margin-top:18px;padding:16px;border:3px solid #ffc44d;border-radius:18px;background:#fff8df;font-size:17px;line-height:1.5}
.young-maker-note{background:#eef9ff;border:2px solid #92d8ff;border-radius:18px;padding:14px;margin:14px 0;font-weight:800}
@media(max-width:560px){.picture-step{grid-template-columns:72px 1fr}.step-picture{height:70px;font-size:38px}.step-words span{font-size:17px}}


/* Version 7.2 — messier, more colorful crayon-table background */
body{
  background:
    radial-gradient(circle at 8% 14%, rgba(255,79,145,.10) 0 7px, transparent 8px),
    radial-gradient(circle at 91% 20%, rgba(53,168,255,.10) 0 8px, transparent 9px),
    radial-gradient(circle at 14% 72%, rgba(255,202,40,.11) 0 6px, transparent 7px),
    radial-gradient(circle at 88% 78%, rgba(79,189,101,.10) 0 8px, transparent 9px),
    #fffdfb;
}
body:before,body:after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-2;
}
body:before{
  opacity:.30;
  background:
    linear-gradient(17deg, transparent 0 7%, rgba(255,79,145,.24) 7.2% 7.6%, transparent 7.8% 100%),
    linear-gradient(-11deg, transparent 0 18%, rgba(57,136,255,.20) 18.2% 18.6%, transparent 18.8% 100%),
    linear-gradient(9deg, transparent 0 31%, rgba(255,202,40,.24) 31.2% 31.6%, transparent 31.8% 100%),
    linear-gradient(-16deg, transparent 0 46%, rgba(79,189,101,.20) 46.2% 46.6%, transparent 46.8% 100%),
    linear-gradient(13deg, transparent 0 61%, rgba(162,92,255,.20) 61.2% 61.6%, transparent 61.8% 100%),
    linear-gradient(-8deg, transparent 0 77%, rgba(255,138,33,.20) 77.2% 77.6%, transparent 77.8% 100%);
}
body:after{
  opacity:.16;
  background-image:
    repeating-radial-gradient(ellipse at 3% 35%, transparent 0 12px, #ff4f91 13px 15px, transparent 16px 25px),
    repeating-radial-gradient(ellipse at 97% 58%, transparent 0 15px, #3988ff 16px 18px, transparent 19px 31px);
  background-size:240px 320px,280px 360px;
  background-position:left top,right 40px;
  background-repeat:repeat-y;
}
.scribble{opacity:.38;font-size:44px;font-weight:900}
.s1{left:1%;top:92px}.s2{right:1%;top:160px}.s3{left:2%;bottom:105px}.s4{right:2%;bottom:55px}

/* extra doodles placed around page edges */
.doodle-layer{
  position:fixed;inset:0;pointer-events:none;z-index:-1;overflow:hidden;
}
.doodle{
  position:absolute;font-weight:900;opacity:.28;line-height:1;
  filter:saturate(1.2);
}
.doodle.d1{top:28%;left:1%;font-size:34px;color:#ff8a21;transform:rotate(-18deg)}
.doodle.d2{top:42%;right:1%;font-size:42px;color:#4fbd65;transform:rotate(20deg)}
.doodle.d3{top:58%;left:2%;font-size:38px;color:#a25cff;transform:rotate(11deg)}
.doodle.d4{top:70%;right:2%;font-size:35px;color:#ff4f91;transform:rotate(-14deg)}
.doodle.d5{top:84%;left:1%;font-size:40px;color:#3988ff;transform:rotate(17deg)}
.doodle.d6{top:8%;right:4%;font-size:32px;color:#ffd21f;transform:rotate(-8deg)}
.container,.box,.card,.category,header,nav{position:relative;z-index:1}


/* Version 7.3 — BRIGHT, ROUGH, MESSY CRAYON SCRIBBLES */
body{
  background:#fff !important;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:-80px;
  pointer-events:none;
  z-index:-3;
  opacity:.72;
  background:
    repeating-linear-gradient(14deg, transparent 0 34px, rgba(255,0,102,.72) 35px 38px, transparent 39px 72px),
    repeating-linear-gradient(-19deg, transparent 0 61px, rgba(0,102,255,.65) 62px 65px, transparent 66px 116px),
    repeating-linear-gradient(27deg, transparent 0 94px, rgba(255,215,0,.72) 95px 99px, transparent 100px 158px),
    repeating-linear-gradient(-31deg, transparent 0 137px, rgba(0,190,70,.62) 138px 142px, transparent 143px 211px),
    repeating-linear-gradient(8deg, transparent 0 173px, rgba(151,35,255,.62) 174px 178px, transparent 179px 246px),
    repeating-linear-gradient(-8deg, transparent 0 218px, rgba(255,102,0,.65) 219px 223px, transparent 224px 302px);
  transform:rotate(-2deg);
}
body:after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-2;
  opacity:.75;
  background:
    radial-gradient(ellipse at 2% 16%, transparent 0 25px, #ff0066 27px 31px, transparent 33px 43px, #ff0066 45px 49px, transparent 51px),
    radial-gradient(ellipse at 98% 31%, transparent 0 31px, #0066ff 33px 38px, transparent 40px 54px, #0066ff 56px 60px, transparent 62px),
    radial-gradient(ellipse at 4% 53%, transparent 0 22px, #00be46 24px 29px, transparent 31px 45px, #00be46 47px 51px, transparent 53px),
    radial-gradient(ellipse at 97% 71%, transparent 0 27px, #9723ff 29px 34px, transparent 36px 49px, #9723ff 51px 56px, transparent 58px),
    radial-gradient(ellipse at 8% 90%, transparent 0 28px, #ff6600 30px 35px, transparent 37px 51px, #ff6600 53px 58px, transparent 60px);
}

/* Rough edge scribbles — deliberately uneven rather than symmetrical */
.doodle-layer{z-index:-1!important}
.doodle{
  opacity:.9!important;
  font-family:"Comic Sans MS","Marker Felt",cursive!important;
  text-shadow:2px 1px 0 rgba(0,0,0,.04);
}
.doodle.d1{top:13%!important;left:-12px!important;font-size:48px!important;color:#ff0066!important;transform:rotate(-23deg)!important}
.doodle.d2{top:34%!important;right:-20px!important;font-size:54px!important;color:#00b93f!important;transform:rotate(31deg)!important}
.doodle.d3{top:49%!important;left:-5px!important;font-size:51px!important;color:#7c20ff!important;transform:rotate(16deg)!important}
.doodle.d4{top:65%!important;right:-8px!important;font-size:50px!important;color:#ff5a00!important;transform:rotate(-27deg)!important}
.doodle.d5{top:81%!important;left:-18px!important;font-size:55px!important;color:#0066ff!important;transform:rotate(29deg)!important}
.doodle.d6{top:6%!important;right:1%!important;font-size:46px!important;color:#e5b800!important;transform:rotate(-17deg)!important}

.scribble{
  opacity:.9!important;
  font-family:"Comic Sans MS","Marker Felt",cursive!important;
  font-size:55px!important;
  letter-spacing:-5px!important;
}
.s1{color:#ff0066!important;transform:rotate(-15deg)}
.s2{color:#0066ff!important;transform:rotate(12deg)}
.s3{color:#00b93f!important;transform:rotate(18deg)}
.s4{color:#ff5a00!important;transform:rotate(-20deg)}

/* Additional hand-drawn-looking marks */
.crayon-chaos{
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  overflow:hidden;
}
.crayon-mark{
  position:absolute;
  font-family:"Comic Sans MS","Marker Felt",cursive;
  font-weight:900;
  line-height:.7;
  opacity:.88;
  white-space:nowrap;
}
.cm1{left:5%;top:21%;color:#ff0066;font-size:50px;transform:rotate(19deg)}
.cm2{right:3%;top:44%;color:#0066ff;font-size:58px;transform:rotate(-14deg)}
.cm3{left:1%;top:73%;color:#ffd000;font-size:55px;transform:rotate(-28deg)}
.cm4{right:7%;top:87%;color:#00b93f;font-size:52px;transform:rotate(23deg)}
.cm5{left:20%;top:5%;color:#9723ff;font-size:36px;transform:rotate(-9deg)}
.cm6{right:19%;top:57%;color:#ff5a00;font-size:40px;transform:rotate(13deg)}
.cm7{left:9%;top:39%;color:#00a8ff;font-size:35px;transform:rotate(-18deg)}
.cm8{right:4%;top:17%;color:#ff0066;font-size:42px;transform:rotate(25deg)}

/* Keep reading surfaces strong against the wild background */
.card,.box,.category,.hero,.empty-state{
  background-color:rgba(255,255,255,.96);
}

.trending-note{font-size:17px;font-weight:800;color:#6332b4;margin-top:-8px;margin-bottom:20px}

.category-page-note{font-size:18px;font-weight:800;color:#6332b4;margin:5px 0 28px}
.category-page-grid{margin-top:20px}
.category-page-card{min-height:210px;display:flex!important;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:5px}
.category-page-card strong{font-size:22px}
.category-description{font-size:15px;line-height:1.35;color:#555;max-width:210px;margin:6px auto}
.category-open{font-weight:900;color:#6332b4;margin-top:5px}

.creator-home{margin:48px 0 20px;background:rgba(255,255,255,.97);border:4px solid #9723ff;border-radius:28px;padding:25px;display:grid;grid-template-columns:150px 1fr;gap:24px;align-items:center;box-shadow:7px 7px 0 #ff0066;transform:rotate(-.4deg)}
.creator-home h2{margin-top:0;font-size:30px}
.creator-home p,.creator-page-card p{font-size:19px;line-height:1.6}
.creator-doodle{font-size:52px;text-align:center;transform:rotate(-8deg)}
.creator-button{display:inline-block;background:#9723ff;color:#fff!important;text-decoration:none;font-weight:900;padding:13px 20px;border-radius:22px;margin-top:8px;box-shadow:4px 4px 0 #ff0066}
.creator-button:hover{transform:translateY(-2px)}
.creator-page-card{background:rgba(255,255,255,.97);border:4px solid #ff0066;border-radius:30px;padding:32px;display:grid;grid-template-columns:170px 1fr;gap:30px;align-items:start;box-shadow:8px 8px 0 #0066ff;margin:25px 0 50px}
.creator-big-icon{font-size:110px;text-align:center;background:#fff3a8;border:4px dashed #ff5a00;border-radius:50%;width:150px;height:150px;display:grid;place-items:center;transform:rotate(-6deg)}
.creator-message{font-weight:900;color:#6332b4;background:#f5efff;padding:14px;border-radius:18px}
@media(max-width:650px){.creator-home,.creator-page-card{grid-template-columns:1fr}.creator-doodle,.creator-big-icon{margin:auto}.creator-home{text-align:center}}


/* Version 7.8 — pastel, messy, but easy to read */
body{
  background:#fffdfc !important;
  color:#2f2940;
}
body:before{
  opacity:.38 !important;
  background:
    repeating-linear-gradient(14deg, transparent 0 44px, rgba(255,151,190,.48) 45px 48px, transparent 49px 96px),
    repeating-linear-gradient(-19deg, transparent 0 75px, rgba(133,185,255,.42) 76px 79px, transparent 80px 145px),
    repeating-linear-gradient(27deg, transparent 0 112px, rgba(255,219,122,.48) 113px 117px, transparent 118px 190px),
    repeating-linear-gradient(-31deg, transparent 0 158px, rgba(137,215,163,.42) 159px 163px, transparent 164px 238px),
    repeating-linear-gradient(8deg, transparent 0 205px, rgba(190,151,244,.40) 206px 210px, transparent 211px 290px),
    repeating-linear-gradient(-8deg, transparent 0 252px, rgba(255,181,120,.42) 253px 257px, transparent 258px 342px) !important;
}
body:after{
  opacity:.34 !important;
  background:
    radial-gradient(ellipse at 2% 16%, transparent 0 25px, #f6a8c6 27px 31px, transparent 33px 43px, #f6a8c6 45px 49px, transparent 51px),
    radial-gradient(ellipse at 98% 31%, transparent 0 31px, #9fc6ff 33px 38px, transparent 40px 54px, #9fc6ff 56px 60px, transparent 62px),
    radial-gradient(ellipse at 4% 53%, transparent 0 22px, #9edcaf 24px 29px, transparent 31px 45px, #9edcaf 47px 51px, transparent 53px),
    radial-gradient(ellipse at 97% 71%, transparent 0 27px, #c6a8ef 29px 34px, transparent 36px 49px, #c6a8ef 51px 56px, transparent 58px),
    radial-gradient(ellipse at 8% 90%, transparent 0 28px, #ffc391 30px 35px, transparent 37px 51px, #ffc391 53px 58px, transparent 60px) !important;
}
.doodle,.scribble,.crayon-mark{
  opacity:1 !important;
}
.doodle.d1,.s1,.cm1,.cm8{color:#ef8fb5 !important}
.doodle.d2,.s3,.cm4{color:#83c99a !important}
.doodle.d3,.cm5{color:#b594e5 !important}
.doodle.d4,.s4,.cm6{color:#f2aa75 !important}
.doodle.d5,.s2,.cm2,.cm7{color:#86afe9 !important}
.doodle.d6,.cm3{color:#e7c75e !important}

/* Strong clean reading areas */
.card,.box,.category,.hero,.empty-state,.creator-home,.creator-page-card{
  background:rgba(255,255,255,.98) !important;
}
.card p,.box p,.box li,.category-description,.creator-home p,.creator-page-card p{
  color:#393247;
}
nav{
  background:rgba(255,255,255,.97);
}

/* Version 8 — descriptions and finished-product visuals */
.craft-preview-card{display:flex;flex-direction:column}
.finished-product{height:170px;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;border:3px solid rgba(255,255,255,.9);box-shadow:inset 0 0 0 2px rgba(0,0,0,.04)}
.finished-product:before,.finished-product-large:before{content:"";position:absolute;width:115%;height:35px;background:rgba(255,255,255,.28);transform:rotate(-12deg);top:22%}
.finished-emoji{font-size:78px;filter:drop-shadow(3px 4px 1px rgba(0,0,0,.12));z-index:1}
.finished-label{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.8px;background:rgba(255,255,255,.9);padding:5px 9px;border-radius:12px;z-index:1;margin-top:4px;color:#4a405a}
.craft-description{font-size:15px!important;line-height:1.45!important;color:#51495e!important;flex-grow:1}
.finished-product-large{position:relative;display:flex!important;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}
.finished-emoji-large{font-size:105px;z-index:1;filter:drop-shadow(4px 5px 2px rgba(0,0,0,.12))}
.finished-product-large .finished-label{font-size:13px;margin-top:8px}
.craft-page-description{font-size:20px;line-height:1.55;color:#41394d;margin-top:18px}

.feedback-home{margin:48px 0 20px;background:rgba(255,255,255,.98);border:4px solid #9fc6ff;border-radius:28px;padding:24px;display:grid;grid-template-columns:100px 1fr;gap:22px;align-items:center;box-shadow:6px 6px 0 #f6a8c6;transform:rotate(.25deg)}
.feedback-home h2{margin:0 0 8px;font-size:29px;color:#6332b4}.feedback-home p{font-size:18px;line-height:1.5;margin:0 0 10px}
.feedback-home-icon{font-size:64px;text-align:center}
.feedback-button,.feedback-submit{display:inline-block;border:0;background:#8b52e8;color:white!important;text-decoration:none;font-weight:900;font-family:inherit;padding:13px 20px;border-radius:22px;cursor:pointer;box-shadow:4px 4px 0 #f6a8c6}
.feedback-button:hover,.feedback-submit:hover{transform:translateY(-2px)}
.feedback-page-card{background:rgba(255,255,255,.98);border:4px solid #9fc6ff;border-radius:28px;padding:28px;display:grid;grid-template-columns:135px 1fr;gap:24px;align-items:center;margin:20px 0 25px;box-shadow:7px 7px 0 #f6a8c6}
.feedback-big-icon{font-size:86px;text-align:center}.feedback-intro{font-size:20px;line-height:1.6}
.feedback-form{background:rgba(255,255,255,.99);border:3px solid #eadffd;border-radius:25px;padding:27px;box-shadow:0 8px 24px rgba(60,40,90,.08)}
.feedback-form label{display:block;font-weight:900;font-size:18px;color:#6332b4;margin:18px 0 8px}
.feedback-form select,.feedback-form textarea,.feedback-form input{width:100%;font:inherit;font-size:17px;padding:13px;border:2px solid #cdb9ef;border-radius:15px;background:white;outline:none}
.feedback-form textarea:focus,.feedback-form input:focus,.feedback-form select:focus{border-color:#8b52e8;box-shadow:0 0 0 4px rgba(139,82,232,.12)}
.feedback-counter{text-align:right;font-size:13px;color:#777;margin-top:4px}.optional{font-weight:normal;color:#777}
.feedback-submit{font-size:18px;margin-top:22px}.feedback-privacy{font-size:14px!important;color:#665f70!important;line-height:1.45;margin-top:16px}
.feedback-thanks{text-align:center;background:white;border:4px solid #9edcaf;border-radius:28px;padding:35px}.feedback-thanks-icon{font-size:72px}
.feedback-dev-note{margin-top:22px;padding:14px 16px;border-radius:16px;background:#fff8df;border:2px dashed #e1bf55;color:#61562b;font-size:14px;line-height:1.5}
@media(max-width:650px){.feedback-home,.feedback-page-card{grid-template-columns:1fr;text-align:center}}

.yarn-help{background:#fff8df;border:3px dashed #d7a82e;border-radius:18px;padding:15px 18px;margin:18px 0;font-size:17px;line-height:1.55;color:#4a4050}
.box ol li{margin-bottom:12px;line-height:1.55}

.nature-help{background:#f1faee;border:3px dashed #83c99a;border-radius:18px;padding:15px 18px;margin:18px 0;font-size:17px;line-height:1.55;color:#3e5544}

/* Version 8.4 — more realistic browser-drawn finished craft pictures */
.realistic-craft-picture{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.realistic-craft-picture svg{width:100%;height:100%;display:block;border-radius:18px}
.finished-product,.finished-product-large{background:#f7efe7!important;overflow:hidden}
.finished-product .realistic-craft-picture{height:170px}
.finished-product-large .realistic-craft-picture{min-height:250px}

/* Versions 8.9–8.10 — realistic Trending Crafts pictures with a no-script fallback */
.trending-craft-photo{width:100%;height:100%;background-repeat:no-repeat;background-size:200% 200%;background-color:#f7efe7}
.trending-craft-photo.top-left{background-position:left top}
.trending-craft-photo.top-right{background-position:right top}
.trending-craft-photo.bottom-left{background-position:left bottom}
.trending-craft-photo.bottom-right{background-position:right bottom}
.realistic-craft-photo{width:100%;height:170px;border-radius:18px;background-repeat:no-repeat;background-size:400% 400%;background-color:#f7efe7}
.finished-product-large .realistic-craft-photo,.realistic-craft-photo-large{width:100%;min-height:250px;height:100%;border-radius:18px;background-repeat:no-repeat;background-size:400% 400%;background-color:#f7efe7}
.craft-grid .craft-preview-card .finished-product{background-repeat:no-repeat!important;background-size:200% 200%!important}
.craft-grid .craft-preview-card:nth-child(1) .finished-product{background-image:url("assets/trending-sheet-1.webp")!important;background-position:left top!important}
.craft-grid .craft-preview-card:nth-child(2) .finished-product{background-image:url("assets/trending-sheet-1.webp")!important;background-position:right top!important}
.craft-grid .craft-preview-card:nth-child(3) .finished-product{background-image:url("assets/trending-sheet-1.webp")!important;background-position:left bottom!important}
.craft-grid .craft-preview-card:nth-child(4) .finished-product{background-image:url("assets/trending-sheet-1.webp")!important;background-position:right bottom!important}
.craft-grid .craft-preview-card:nth-child(5) .finished-product{background-image:url("assets/trending-sheet-2.webp")!important;background-position:left top!important}
.craft-grid .craft-preview-card:nth-child(6) .finished-product{background-image:url("assets/trending-sheet-2.webp")!important;background-position:right top!important}
.craft-grid .craft-preview-card:nth-child(7) .finished-product{background-image:url("assets/trending-sheet-2.webp")!important;background-position:left bottom!important}
.craft-grid .craft-preview-card:nth-child(8) .finished-product{background-image:url("assets/trending-sheet-2.webp")!important;background-position:right bottom!important}
.craft-grid .craft-preview-card .finished-product>span{visibility:hidden}

.clear-steps-tip{background:#eef8ff;border:3px dashed #8fc4ec;border-radius:18px;padding:15px 18px;margin:18px 0;font-size:17px;line-height:1.55;color:#3d4855}
.box ol{padding-left:26px}
.box ol li{font-size:17px;line-height:1.6;margin:0 0 14px}
.box ol li strong{color:#6332b4}

/* Version 8.6: very clear instructions for younger children */
.box ol{list-style:none;padding:0;margin:18px 0 0}
.box ol li{display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:start;background:rgba(255,255,255,.99);margin:0 0 13px;padding:14px 16px;border:2px solid #eadffd;border-radius:17px;font-size:18px;line-height:1.6}
.step-number{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#eee4ff;color:#6332b4;font-weight:900;font-size:20px}
.clear-steps-tip{background:#eef8ff;border:3px dashed #8fc4ec;border-radius:18px;padding:16px 18px;margin:18px 0;font-size:18px;line-height:1.6;color:#344250}

/* Version 8.7 picture tutorials */
.real-picture-step{display:grid!important;grid-template-columns:minmax(180px,260px) 1fr!important;gap:20px!important;align-items:center!important;background:#fff!important;padding:16px!important;border:3px solid #eadffd!important;border-radius:22px!important;margin-bottom:18px!important}
.step-visual{height:175px;position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(#fffdf8,#f1e4d9);border:2px solid #d8c8bc;display:flex;align-items:center;justify-content:center}
.vobject{font-size:78px;filter:drop-shadow(3px 4px 2px rgba(0,0,0,.13))}
.vaction{position:absolute;right:24px;top:38px;font-size:48px}
.vcaption{position:absolute;left:10px;bottom:9px;background:#fff;border:2px solid #cab7e8;border-radius:12px;padding:5px 9px;font-size:13px;font-weight:900;color:#55426c}
.vdetail{position:absolute;left:48px;top:112px;font-size:24px;font-weight:900;color:#7659a8}
.cutmark{color:#e45f79}.gluemark{color:#7659a8}.paintmark{color:#f3a8c3;font-size:40px}.tiemark{font-size:26px}
.small-step-number{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#eee4ff;color:#6332b4;margin-right:5px}
.real-picture-step .step-words span:last-child{display:block;font-size:18px;line-height:1.55;margin-top:8px}
@media(max-width:650px){.real-picture-step{grid-template-columns:1fr!important}.step-visual{height:160px}}
