.who-am-i-scene{position:absolute;left:var(--scene-x);top:var(--scene-y);width:var(--scene-width);height:var(--scene-height);display:grid;grid-template-rows:54px 178px minmax(0,1fr);gap:16px;color:#fff;overflow:hidden;box-sizing:border-box;z-index:1}.who-am-i-meta,.who-am-i-title,.who-am-i-clues{border:2px solid rgba(167,139,250,.55);background:linear-gradient(145deg,rgba(12,25,62,.97),rgba(34,17,70,.95));border-radius:28px;box-shadow:0 0 30px rgba(139,92,246,.18);min-width:0;max-width:100%;box-sizing:border-box}.who-am-i-meta{display:flex;align-items:center;justify-content:space-between;padding:0 28px;font-weight:900}.who-am-i-meta span{color:#c4b5fd}.who-am-i-meta em{font-style:normal;background:#7c3aed;padding:8px 18px;border-radius:999px}.who-am-i-title{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:18px 28px;overflow:hidden}.who-am-i-title small{color:#c4b5fd;font-weight:900;letter-spacing:.16em}.who-am-i-title h1{margin:8px 0 4px;font-size:60px;line-height:1.02;max-width:900px}.who-am-i-title p{margin:0;color:#dbeafe;font-size:24px;font-weight:800}.who-am-i-clues{padding:20px 24px;min-height:0;display:flex;flex-direction:column;overflow:hidden}.who-am-i-clues header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;flex:0 0 auto}.who-am-i-clues header span{font-weight:900;letter-spacing:.12em}.who-am-i-clues header strong{color:#facc15;font-size:28px}.who-am-i-clue-list{min-height:0;overflow:hidden}.who-am-i-clue{display:grid;grid-template-columns:108px minmax(0,1fr) 132px;gap:14px;align-items:center;padding:13px 17px;margin:7px 0;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:rgba(255,255,255,.06);animation:waiIn .35s ease both;min-height:74px;box-sizing:border-box}.who-am-i-clue b{color:#c4b5fd}.who-am-i-clue span{font-size:30px;line-height:1.06;font-weight:850;white-space:normal;overflow-wrap:anywhere}.who-am-i-clue em{text-align:right;color:#fde68a;font-style:normal;font-weight:900}.who-am-i-answer{margin-top:auto;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid rgba(74,222,128,.66);background:linear-gradient(145deg,rgba(6,56,54,.98),rgba(23,30,75,.97));border-radius:22px;padding:15px 24px;box-shadow:0 0 30px rgba(74,222,128,.16);flex:0 0 auto;box-sizing:border-box;overflow:hidden}.who-am-i-answer[hidden]{display:none!important}.who-am-i-answer small{color:#86efac;font-weight:900;letter-spacing:.18em}.who-am-i-answer strong{display:block;width:100%;font-size:62px;line-height:1.02;margin-top:4px;text-align:center;white-space:nowrap;overflow:hidden}.who-am-i-answer p{width:100%;margin:8px 0 0;color:#e2e8f0;font-size:27px;line-height:1.08;text-align:center;font-weight:750;overflow:hidden}@keyframes waiIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
