:root{--p:#6c63ff;--o:#ff795b;--ink:#24324a;--mut:#68768c}*{box-sizing:border-box}body{margin:0;background:#f7f9fc;color:var(--ink);font-family:Arial,sans-serif}a{text-decoration:none;color:inherit}header{max-width:1180px;margin:auto;padding:20px;display:flex;justify-content:space-between;align-items:center}nav{display:flex;gap:18px;align-items:center}.logo{font-size:24px;font-weight:900;color:var(--o)}.logo i{font-style:normal;color:var(--p)}.btn{display:inline-block;border:0;background:var(--p);color:#fff;border-radius:15px;padding:12px 20px;font-weight:900;cursor:pointer}.big{padding:15px 25px;font-size:17px}main{max-width:1180px;margin:20px auto;padding:0 20px}h1{font-size:clamp(30px,4.2vw,48px);line-height:1.05;margin:10px 0}h2{font-size:24px}label{font-size:13px;font-weight:900;letter-spacing:.08em;color:var(--p)}.hero{margin-top:10px;padding:45px;border-radius:32px;background:linear-gradient(135deg,#fff3c7,#ddf7ff);display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.hero p{font-size:16px;line-height:1.6;color:var(--mut);max-width:580px}.heroart{min-height:290px;border-radius:28px;background:#bcecff;display:grid;place-items:center;font-size:118px;position:relative}.heroart span,.heroart b{position:absolute;background:#fff;border-radius:15px;padding:12px;font-size:16px}.heroart span{top:20px;left:20px}.heroart b{right:20px;bottom:20px}.worlds,.games{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.worlds article,.games a{background:#fff;border:1px solid #e7ebf2;border-radius:22px;padding:24px;text-align:center;box-shadow:0 10px 30px #24324a0a}.worlds article{font-size:38px}.worlds b,.worlds small,.games b,.games small{display:block}.worlds small,.games small{color:var(--mut);margin-top:6px}.games{grid-template-columns:repeat(3,1fr)}.games a{font-size:34px}.games b{font-size:18px;margin-top:8px}.auth{min-height:100vh;display:grid;place-items:center}.form{background:#fff;padding:32px;border-radius:28px;width:min(460px,100%);border:1px solid #e7ebf2}.form .logo{display:block;margin-bottom:25px}.form h1{font-size:30px}.form label{display:block;color:var(--ink);letter-spacing:0;margin:15px 0}.form input,.number{width:100%;padding:14px;border:1px solid #dbe2ed;border-radius:13px;font-size:16px;margin-top:7px}.error{color:#a74432;background:#fff0ed;padding:12px;border-radius:12px}.dash{max-width:950px}.profile{padding:30px;border-radius:28px;background:linear-gradient(135deg,#fff3c7,#ddf7ff);display:flex;gap:25px;align-items:center}.avatar{width:105px;height:105px;border-radius:35px;background:#bcecff;display:grid;place-items:center;font-size:58px}.bar{height:13px;background:#e7ebf2;border-radius:20px;overflow:hidden;margin:12px 0}.bar span{display:block;height:100%;background:#ffb84d}.stats{display:flex;gap:15px;flex-wrap:wrap;margin:22px 0}.stats div{background:#fff;border:1px solid #e7ebf2;border-radius:18px;padding:20px 28px}.stats b,.stats small{display:block}.badges{display:flex;gap:12px;flex-wrap:wrap}.badges div{background:#fff;border:1px solid #e7ebf2;border-radius:18px;padding:18px;font-size:28px}.badges b,.badges small{display:block;font-size:14px}.play{display:grid;place-items:center}.gamebox{background:#fff;border:1px solid #e7ebf2;border-radius:30px;padding:35px;max-width:720px;width:100%;text-align:center}.emoji{font-size:58px}.gamebox h1{font-size:30px}.answers{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.answers button{padding:17px;border:1px solid #dbe2ed;background:#f8faff;border-radius:15px;font-size:17px;font-weight:800;cursor:pointer}.memory{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:25px 0}.tile{aspect-ratio:1;border:0;border-radius:18px;background:#e8eaff;font-size:38px;cursor:pointer}.tile.found{background:#dff8e9}.number{max-width:250px;margin:15px auto;display:block;text-align:center}#msg{min-height:35px;font-weight:900;margin:15px}@media(max-width:720px){.hero{grid-template-columns:1fr;padding:28px}.worlds{grid-template-columns:1fr 1fr}.games{grid-template-columns:1fr}.profile{flex-direction:column;text-align:center}.answers{grid-template-columns:1fr}.heroart{min-height:240px}.nav a:not(.btn){display:none}}\n
/* v3 typography refinement */
body{font-size:15px}
header{padding:16px 20px}
section{margin-top:28px}
.worlds article,.games a{padding:19px}
.worlds b{font-size:16px;margin-top:8px}
.games b{font-size:16px}
.games small{font-size:13px}
.btn{font-size:14px}
.big{font-size:15px}
.profile h1{font-size:36px}
.form h1{line-height:1.1}
@media(max-width:720px){
  h1{font-size:32px}
  h2{font-size:22px}
  .hero p{font-size:15px}
  .heroart{min-height:220px}
  .heroart{font-size:95px}
  .worlds article{font-size:32px}
}

/* v4: compact Armenian world card typography */
.worlds article{
  font-size:30px;
  padding:16px 12px;
  line-height:1.15;
}
.worlds article b{
  font-size:14px;
  font-weight:800;
  margin-top:7px;
}
.worlds article small{
  font-size:11px;
  line-height:1.25;
}
.worlds{
  gap:12px;
}
@media(max-width:720px){
  .worlds article{
    font-size:27px;
    padding:14px 10px;
  }
  .worlds article b{font-size:13px}
  .worlds article small{font-size:10px}
}

/* v5 hero customization */
.hero-page{max-width:1000px}
.hero-room{background:linear-gradient(135deg,#fff3c7,#ddf7ff);border-radius:30px;padding:28px;display:grid;grid-template-columns:1fr 340px;gap:24px;align-items:center}
.hero-room h1{font-size:40px}
.level-pill{display:inline-block;background:#fff;border-radius:999px;padding:10px 14px;font-weight:800}
.character-preview{height:300px;border-radius:26px;background:#bcecff;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
.char-main{font-size:90px;z-index:2}.char-outfit{font-size:50px;margin-top:-28px;z-index:3}.char-shoes{font-size:34px;margin-top:-5px}.char-hat{position:absolute;top:28px;font-size:52px;z-index:4}.char-acc{position:absolute;right:42px;bottom:70px;font-size:35px}
.wardrobe{margin-top:22px}.wardrobe h2{font-size:21px}.item-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.item{border:1px solid #e7ebf2;background:#fff;border-radius:18px;padding:15px;cursor:pointer;text-align:center;color:var(--ink)}.item span{display:block;font-size:40px;margin-bottom:7px}.item b,.item small{display:block}.item small{font-size:11px;color:var(--mut);margin-top:5px}.item.chosen{border:2px solid var(--p);background:#f2f1ff}.item.locked{opacity:.5;cursor:not-allowed}.saved{background:#e8f9ef;color:#267348;border-radius:14px;padding:12px 15px;margin-top:15px;font-weight:800}.profile{display:flex;gap:20px;align-items:center;background:#fff;border:1px solid #e7ebf2;border-radius:22px;padding:20px;margin-bottom:15px}.profile .avatar{flex:0 0 auto}
@media(max-width:720px){.hero-room{grid-template-columns:1fr;padding:22px}.hero-room h1{font-size:32px}.character-preview{height:260px}.item-grid{grid-template-columns:1fr 1fr}.profile{align-items:flex-start}}


/* v6: emoji-free hero creator - renders consistently without emoji fonts */
.hero-icon{position:relative;display:inline-block;width:62px;height:62px;vertical-align:middle;flex:0 0 auto}
.hero-icon>span,.hero-icon>i,.hero-icon>b{position:absolute;display:block}
.hero-icon-avatar>span{width:34px;height:34px;border-radius:50%;background:#ffd6b0;left:14px;top:9px;border:2px solid #26344d}
.hero-icon-avatar>span:before,.hero-icon-avatar>span:after{content:"";position:absolute;background:#26344d;border-radius:50%}
.hero-icon-avatar>span:before{width:5px;height:5px;left:8px;top:13px}.hero-icon-avatar>span:after{width:5px;height:5px;right:8px;top:13px}
.hero-icon-avatar>i{width:40px;height:22px;border-radius:18px 18px 8px 8px;background:#6c63ff;left:11px;top:40px;border:2px solid #26344d}
.hero-icon-avatar>i:before{content:"";position:absolute;width:24px;height:7px;background:#ffb84d;border-radius:7px;left:6px;top:5px}
.hero-icon-avatar.space>span{background:#d9e8ff;border-color:#40547a}.hero-icon-avatar.space>span:before{background:#26344d;box-shadow:16px 0 #26344d}.hero-icon-avatar.space>i{background:#f2f5f9}.hero-icon-avatar.space>i:before{background:#59b7ff}
.hero-icon-avatar.girl>span:after{width:45px;height:23px;background:#7b4b32;border-radius:24px 24px 7px 7px;right:-6px;top:-8px;z-index:-1}.hero-icon-avatar.girl>i{background:#ff75a0}.hero-icon-avatar.girl>i:before{background:#ffe071}
.hero-icon-outfit>span{width:42px;height:34px;left:10px;top:16px;background:#ffcf5a;border:2px solid #26344d;border-radius:11px}.hero-icon-outfit>i{width:10px;height:30px;left:2px;top:18px;background:#ffcf5a;border:2px solid #26344d;border-radius:7px}.hero-icon-outfit>i:after{content:"";position:absolute;width:10px;height:30px;right:-48px;top:-2px;background:#ffcf5a;border:2px solid #26344d;border-radius:7px}.hero-icon-outfit.starter>span{background:#ffcf5a}.hero-icon-outfit.adventure>span{background:#78d6a3}.hero-icon-outfit.adventure>i,.hero-icon-outfit.adventure>i:after{background:#78d6a3}.hero-icon-outfit.armor>span{background:#6e86b8}.hero-icon-outfit.armor>i,.hero-icon-outfit.armor>i:after{background:#6e86b8}
.hero-icon-shoes>span{width:44px;height:17px;left:8px;top:33px;background:#fff;border:2px solid #26344d;border-radius:10px 14px 7px 7px;transform:skew(-10deg)}.hero-icon-shoes>i{width:44px;height:17px;left:8px;top:46px;background:#ff7b61;border:2px solid #26344d;border-radius:5px 12px 8px 8px;transform:skew(-10deg)}.hero-icon-shoes.boots>span{background:#8b5e3c}.hero-icon-shoes.boots>i{background:#5a3a25}
.hero-icon-hat>span{width:43px;height:18px;left:9px;top:24px;background:#4d8cff;border:2px solid #26344d;border-radius:18px 18px 5px 5px}.hero-icon-hat>i{width:55px;height:8px;left:3px;top:40px;background:#356bd8;border:2px solid #26344d;border-radius:10px}.hero-icon-hat.wizard>span{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:38px solid #7c5ce6;background:none;border-radius:0;left:11px;top:3px}.hero-icon-hat.wizard>i{background:#ffcf5a;top:37px}
.hero-icon-accessory>span{width:34px;height:38px;left:14px;top:14px;background:#ff9b55;border:2px solid #26344d;border-radius:8px 8px 14px 14px}.hero-icon-accessory>i{width:20px;height:9px;left:21px;top:7px;border:3px solid #26344d;border-bottom:0;border-radius:12px 12px 0 0}.hero-icon-accessory.wand>span{width:7px;height:48px;left:27px;top:8px;background:#7c5ce6;border:2px solid #26344d;border-radius:5px;transform:rotate(20deg)}.hero-icon-accessory.wand>i{width:18px;height:18px;left:37px;top:2px;background:#ffcf5a;border:2px solid #26344d;border-radius:50%}
.hero-icon.md{transform:scale(.88)}.hero-icon.lg{transform:scale(1.05)}.hero-icon.xl{transform:scale(1.15)}
.item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:130px}.item .hero-icon{margin-bottom:5px}.item b{font-size:14px}.item small{font-size:11px}
.character-preview{overflow:hidden;background:radial-gradient(circle at 50% 30%,#fff 0,#dff7ff 45%,#bcecff 100%)}
.character-preview .character-layer{position:absolute;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center}
.character-preview .avatar-layer{top:55px;z-index:2}.character-preview .outfit-layer{top:135px;z-index:3}.character-preview .shoes-layer{top:225px;z-index:4}.character-preview .hat-layer{top:25px;z-index:5}.character-preview .acc-layer{top:155px;left:65%;z-index:6}
.character-preview .hero-icon.xl{transform:scale(1.8)}.character-preview .hero-icon.lg{transform:scale(1.25)}
.character-preview .character-shadow{position:absolute;bottom:20px;width:150px;height:25px;border-radius:50%;background:#89cde2;filter:blur(2px)}
@media(max-width:720px){.character-preview .hero-icon.xl{transform:scale(1.55)}.character-preview .hero-icon.lg{transform:scale(1.1)}.character-preview .acc-layer{left:68%}.item{min-height:120px}}

/* v7: inline SVG hero icons - no emoji/font dependency */
.svg-hero{display:block;width:62px;height:62px;overflow:visible}
.svg-hero.md{width:62px;height:62px}
.svg-hero.lg{width:76px;height:76px}
.svg-hero.xl{width:92px;height:104px}
.item .svg-hero{margin-bottom:7px}
.character-preview .svg-hero.xl{width:118px;height:132px}
.character-preview .svg-hero.lg{width:82px;height:82px}
.character-preview .hat-layer .svg-hero.lg{width:90px;height:78px}
.character-preview .shoes-layer .svg-hero.lg{width:100px;height:68px}
.character-preview .acc-layer .svg-hero.lg{width:65px;height:78px}
.worlds>a{display:block;text-decoration:none;color:inherit}.worlds>a article{height:100%;box-sizing:border-box}.memory-large{grid-template-columns:repeat(6,1fr)}.memory-large .tile{min-height:78px;font-size:30px}@media(max-width:800px){.memory-large{grid-template-columns:repeat(4,1fr)}.memory-large .tile{min-height:65px}}
.answers button.correct{border-color:#20a36a;background:#e8fff3}.answers button.wrong{border-color:#ef5b5b;background:#fff0f0}

/* v9 leaderboard */
.leader-page{max-width:1050px}.leader-hero{margin-top:10px;padding:34px;border-radius:30px;background:linear-gradient(135deg,#fff3c7,#e3f7ff);display:flex;justify-content:space-between;align-items:center;gap:30px}.leader-hero h1{font-size:40px}.leader-hero p{max-width:650px;color:var(--mut);line-height:1.6}.leader-trophy{min-width:150px;text-align:center}.trophy-circle{width:105px;height:105px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#fff;border:8px solid #ffd36a;box-shadow:0 10px 30px #24324a18;font-size:50px;color:#e5a51b}.leader-trophy b,.leader-trophy small{display:block;margin-top:7px}.leader-trophy small{color:var(--mut)}.leader-tabs{display:flex;gap:8px;margin:22px 0}.leader-tabs a{padding:11px 17px;background:#fff;border:1px solid #e2e7ef;border-radius:13px;font-weight:800;font-size:14px}.leader-tabs a.active{background:var(--p);color:#fff;border-color:var(--p)}.my-rank{display:flex;align-items:center;gap:16px;background:#f0efff;border:1px solid #dcd9ff;border-radius:20px;padding:15px 18px;margin-bottom:18px}.rank-number{font-size:24px;font-weight:900;color:var(--p);min-width:55px}.my-rank div:nth-child(2){flex:1}.my-rank small{display:block;color:var(--mut);margin-top:4px}.leader-board{background:#fff;border:1px solid #e7ebf2;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #24324a0a}.leader-head,.leader-row{display:grid;grid-template-columns:80px 1fr 130px 100px;align-items:center;gap:12px;padding:14px 20px}.leader-head{background:#f8f9fc;color:var(--mut);font-size:12px;font-weight:900;text-transform:uppercase}.leader-row{border-top:1px solid #edf0f5;min-height:74px}.leader-row.me{background:#f7f6ff}.rank-badge{font-weight:900}.rank-badge.gold{color:#d39a13}.rank-badge.silver{color:#7c899a}.rank-badge.bronze{color:#a86638}.hero-name{display:flex;align-items:center;gap:12px}.name-avatar{width:42px;height:42px;border-radius:14px;background:#dff4ff;display:grid;place-items:center;font-weight:900;color:#5265b7}.hero-name b,.hero-name small{display:block}.hero-name small{color:var(--mut);font-size:12px;margin-top:4px}.empty-leader{text-align:center;padding:55px 20px}.empty-leader b,.empty-leader small{display:block}.empty-leader small{color:var(--mut);margin:8px 0 18px}@media(max-width:720px){.leader-hero{padding:25px;flex-direction:column;align-items:flex-start}.leader-hero h1{font-size:31px}.leader-trophy{align-self:center}.leader-tabs{overflow:auto}.leader-tabs a{white-space:nowrap}.my-rank{flex-wrap:wrap}.my-rank .btn{margin-left:auto}.leader-head,.leader-row{grid-template-columns:52px 1fr 70px 60px;padding:12px 10px;gap:7px}.leader-head{font-size:10px}.hero-name{gap:8px}.name-avatar{width:36px;height:36px;border-radius:11px}.hero-name b{font-size:13px}.hero-name small{font-size:10px}.leader-row strong{font-size:12px}.rank-badge{font-size:12px}}
