.ch-screen{width:100%;height:100%;background:linear-gradient(160deg,var(--dice-color-purple-lt) 0%,var(--dice-color-bg) 100%);display:flex;flex-direction:column;align-items:center;padding:48px 40px 40px;gap:24px;font-family:system-ui,sans-serif;box-sizing:border-box;overflow:hidden}.ch-header{text-align:center}.ch-title{margin:0;font-size:38px;font-weight:900;color:var(--dice-color-text)}.ch-subtitle{margin:8px 0 0;font-size:18px;color:var(--dice-color-text-md)}.ch-progress{display:flex;gap:10px}.ch-progress-dot{width:10px;height:10px;border-radius:999px;background:#7b61ff2e;transition:all .25s ease}.ch-progress-dot.is-passed{background:var(--dice-color-purple);opacity:.7}.ch-progress-dot.is-active{width:32px;background:var(--dice-color-purple)}.ch-step-container{display:flex;flex-direction:column;align-items:center;gap:20px;flex:1;width:100%;max-width:720px;justify-content:center}.ch-screen[data-screen=hero] .ch-step-container,.ch-screen[data-screen=hero] .ch-screen-step{max-width:1440px}.ch-screen-step{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%;animation:ch-fade-in .3s ease}.ch-question{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}@keyframes ch-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ch-question-label{font-weight:800;font-size:22px;color:var(--dice-color-text);text-align:center}.ch-question-hint{margin:0;font-size:14px;color:var(--dice-color-text-md);max-width:420px;text-align:center}.ch-chip-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.ch-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;max-width:540px}.ch-preview-slot{min-height:80px;display:flex;align-items:center;justify-content:center}.ch-preview{display:flex;gap:16px;align-items:center}.ch-preview-emoji{font-size:40px;line-height:1}.ch-preview-name{font-size:18px;font-weight:800;color:var(--dice-color-text)}.ch-preview-note{font-size:14px;color:var(--dice-color-text-md)}.ch-name-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:380px}.ch-name-input{width:100%;font-family:inherit;font-size:22px;font-weight:800;text-align:center;padding:14px 18px;border-radius:14px;border:2px solid var(--dice-color-border);background:var(--dice-color-bg);color:var(--dice-color-text);box-sizing:border-box;outline:none;transition:border-color .15s ease}.ch-name-input:focus{border-color:var(--dice-color-purple)}.ch-name-hint{font-size:13px;color:var(--dice-color-text-md);text-align:center}.ch-name-reset{background:transparent;border:1px dashed var(--dice-color-border);color:var(--dice-color-text-md);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.ch-name-reset:hover{border-color:var(--dice-color-purple);color:var(--dice-color-purple)}.ch-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.hc-screen{width:100%;min-height:0;display:grid;grid-template-columns:minmax(360px,.95fr) minmax(560px,1.05fr);align-items:center;gap:42px}.hc-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:520px}.hc-preview-stage{position:relative;width:min(560px,100%);aspect-ratio:1;display:grid;place-items:center}.hc-hero-canvas{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(48,35,88,.16))}.hc-hero-logo{position:absolute;z-index:3;object-fit:contain;pointer-events:none;filter:drop-shadow(0 2px 2px rgba(28,24,45,.12))}.hc-preview-shadow{position:absolute;left:28%;right:26%;bottom:13%;height:5%;z-index:1;border-radius:50%;background:radial-gradient(ellipse,#392a5c29,#392a5c12 46%,#392a5c00 74%);box-shadow:0 10px 26px #3c2a120f}.hc-preview-caption{margin-top:-18px;min-height:28px;font-size:24px;font-weight:900;color:var(--dice-color-text);text-align:center}.hc-settings{background:#ffffffdb;border:2px solid rgba(228,219,203,.9);border-radius:34px;box-shadow:var(--dice-shadow-md);padding:28px 30px;display:flex;flex-direction:column;gap:18px;max-height:520px;overflow:auto}.hc-settings .ch-question{gap:10px}.hc-settings .ch-question-label{font-size:17px}.hc-animal-grid{gap:14px;max-width:none}.hc-animal-grid .dice-animal-card{width:132px;height:128px;border-radius:22px;border-width:2px}.hc-animal-grid .dice-animal-card.is-selected{transform:translateY(-2px)}.hc-animal-grid .dice-animal-card-image-wrap{width:74px;height:70px;border-radius:18px}.hc-animal-grid .dice-animal-card-name{font-size:14px}.hc-sport-row,.hc-swatch-row{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;width:100%}.hc-sport-option{width:72px;height:72px;border-radius:18px;border:2px solid var(--dice-color-border);background:#fff;box-shadow:var(--dice-shadow-sm);display:grid;place-items:center;cursor:pointer;padding:8px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.hc-sport-option:hover{transform:translateY(-2px);box-shadow:var(--dice-shadow-md)}.hc-sport-option[data-selected=true]{border-color:var(--dice-color-purple);box-shadow:0 8px 24px #7b61ff3d}.hc-sport-option img{width:100%;height:100%;object-fit:contain}.hc-color-swatch{width:74px;height:74px;border-radius:18px;border:2px solid var(--dice-color-border);background:var(--hc-swatch-color);box-shadow:inset 0 -8px #00000014,var(--dice-shadow-sm);cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.hc-color-swatch:hover{transform:translateY(-2px);box-shadow:inset 0 -8px #00000014,var(--dice-shadow-md)}.hc-color-swatch[data-selected=true]{border-color:var(--dice-color-purple);box-shadow:inset 0 -8px #00000014,0 0 0 5px #7b61ff24,var(--dice-shadow-md)}.hc-settings .ch-name-wrap{max-width:420px}@media(max-width:900px){.hc-screen{grid-template-columns:1fr;gap:18px}.hc-preview{min-height:360px}.hc-preview-stage{width:min(360px,88vw)}.hc-settings{max-height:none;border-radius:24px;padding:22px}}
