.password-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 150px minmax(0,1fr);gap:16px;color:#fff;overflow:hidden;box-sizing:border-box;z-index:1}.password-meta,.password-title,.password-board{border:2px solid rgba(168,85,247,.52);background:linear-gradient(145deg,rgba(8,25,58,.97),rgba(30,14,67,.95));border-radius:28px;box-shadow:0 0 30px rgba(168,85,247,.17)}.password-meta{display:flex;align-items:center;justify-content:space-between;padding:0 28px;font-weight:900}.password-meta span{color:#d8b4fe}.password-meta em{font-style:normal;background:#13b981;padding:8px 18px;border-radius:999px}.password-title{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:18px 26px;overflow:hidden}.password-title small{color:#d8b4fe;font-weight:900;letter-spacing:.18em}.password-title h1{margin:9px 0 0;font-size:52px;line-height:1.04;max-width:900px}.password-board{padding:20px 26px;min-height:0;display:flex;flex-direction:column;overflow:hidden}.password-board header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex:0 0 auto}.password-board header span{font-weight:900;letter-spacing:.14em}.password-board header strong{color:#f7d06f;font-size:27px}.password-clue-list{display:grid;grid-template-columns:1fr;gap:10px;min-height:0}.password-clue{display:grid;grid-template-columns:120px minmax(0,1fr) 132px;gap:14px;align-items:center;padding:13px 18px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.055);min-height:76px;box-sizing:border-box}.password-clue b{color:#d8b4fe}.password-clue span{text-align:center;font-size:42px;line-height:1;font-weight:950;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;overflow:hidden}.password-clue em{text-align:right;color:#ffd76b;font-style:normal;font-weight:900}.password-clue.is-hidden{opacity:.36}.password-clue.is-hidden span{font-size:22px;letter-spacing:.18em}.password-clue.is-revealed{animation:passwordIn .35s ease both;border-color:rgba(216,180,254,.38);box-shadow:inset 0 0 24px rgba(168,85,247,.08)}.password-answer{margin-top:auto;min-height:116px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid rgba(82,246,189,.62);background:linear-gradient(145deg,rgba(7,46,53,.98),rgba(12,30,68,.96));border-radius:22px;box-shadow:0 0 28px rgba(82,246,189,.14);flex:0 0 auto;width:100%;box-sizing:border-box;overflow:hidden}.password-answer[hidden]{display:none!important}.password-answer small{color:#52f6bd;font-weight:900;letter-spacing:.16em}.password-answer strong{display:block;width:100%;padding:0 24px;box-sizing:border-box;font-size:58px;line-height:1.02;margin-top:6px;text-align:center;white-space:nowrap;overflow:hidden;text-transform:uppercase}@keyframes passwordIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}.password-clue-list:has(.password-clue:nth-child(5)){gap:6px}.password-clue-list:has(.password-clue:nth-child(5)) .password-clue{min-height:64px;padding:8px 16px}.password-clue-list:has(.password-clue:nth-child(5)) .password-clue span{font-size:34px}.password-clue-list:has(.password-clue:nth-child(5))~.password-answer{min-height:100px}.password-clue-list:has(.password-clue:nth-child(5))~.password-answer strong{font-size:50px}
