:root{color-scheme:light;font-family:Segoe UI,ui-sans-serif,system-ui,-apple-system,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#fef1f6;color:#3d2b3a}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1rem}header{text-align:center;margin-bottom:1rem}header h1{font-size:2rem;margin:0;background:linear-gradient(135deg,#e84393,#fd79a8,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}header p{margin:.25rem 0 0;color:#9b7a94;font-size:.95rem}.game-layout{display:flex;gap:1.5rem;max-width:1100px;width:100%;justify-content:center;flex-wrap:wrap}.face-area{display:flex;flex-direction:column;align-items:center;gap:1rem}.face-container{position:relative;width:320px;height:400px;background:linear-gradient(180deg,#fff5f8,#fce4ec);border-radius:1.5rem;border:2px solid #f8bbd0;box-shadow:0 8px 32px #e943931f;overflow:hidden}.face-container svg{width:100%;height:100%}.target-badge{display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:1rem;padding:.75rem 1rem;border:1px solid #f0d0e0;box-shadow:0 2px 12px #0000000d}.target-badge .label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#b07a9e;font-weight:600}.target-badge .mini-face{width:48px;height:48px;border-radius:.5rem;border:2px solid #e84393}.controls-panel{display:flex;flex-direction:column;gap:1rem;min-width:280px;max-width:340px}.category-tabs{display:flex;flex-wrap:wrap;gap:.4rem}.category-tab{padding:.5rem .85rem;border-radius:2rem;border:2px solid #f0d0e0;background:#fff;cursor:pointer;font-size:.8rem;font-weight:600;color:#9b7a94;transition:all .2s;display:flex;align-items:center;gap:.35rem}.category-tab:hover{border-color:#e84393;color:#e84393}.category-tab.active{background:linear-gradient(135deg,#e84393,#fd79a8);color:#fff;border-color:transparent}.category-tab .emoji{font-size:1rem}.color-picker{background:#fff;border-radius:1rem;padding:1.25rem;border:1px solid #f0d0e0;box-shadow:0 2px 12px #0000000a}.color-picker h3{margin:0 0 .75rem;font-size:.95rem;color:#6b4a66}.color-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.color-swatch{width:100%;aspect-ratio:1;border-radius:.65rem;border:3px solid transparent;cursor:pointer;transition:all .2s;position:relative}.color-swatch:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.color-swatch.selected{border-color:#e84393;box-shadow:0 0 0 2px #e843934d}.color-swatch.selected:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;font-weight:700;font-size:1.1rem;text-shadow:0 1px 3px rgba(0,0,0,.4)}.intensity-slider{margin-top:1rem}.intensity-slider label{display:flex;justify-content:space-between;font-size:.8rem;color:#9b7a94;margin-bottom:.35rem}.intensity-slider input[type=range]{width:100%;accent-color:#e84393}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn{padding:.6rem 1.2rem;border-radius:2rem;border:none;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#e84393,#a855f7);color:#fff;flex:1}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #e8439359}.btn-secondary{background:#fff;color:#e84393;border:2px solid #f0d0e0;flex:1}.btn-secondary:hover{border-color:#e84393;background:#fef1f6}.score-display{background:#fff;border-radius:1rem;padding:1.25rem;border:1px solid #f0d0e0;text-align:center}.score-display h3{margin:0 0 .5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#b07a9e}.score-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#e84393,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.score-bar-track{height:8px;background:#f0d0e0;border-radius:4px;margin-top:.5rem;overflow:hidden}.score-bar-fill{height:100%;background:linear-gradient(90deg,#e84393,#a855f7);border-radius:4px;transition:width .5s ease}.match-details{margin-top:.75rem;display:flex;flex-direction:column;gap:.3rem}.match-row{display:flex;justify-content:space-between;font-size:.8rem;color:#9b7a94}.match-row .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.4rem;vertical-align:middle}.match-row .dot.match{background:#00b894}.match-row .dot.partial{background:#fdcb6e}.match-row .dot.miss{background:#e17055}.win-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:grid;place-items:center;z-index:100;animation:fadeIn .3s}.win-card{background:#fff;border-radius:1.5rem;padding:2.5rem;text-align:center;max-width:360px;animation:popIn .4s ease}.win-card h2{margin:0 0 .5rem;font-size:1.8rem;background:linear-gradient(135deg,#e84393,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.win-card p{color:#9b7a94;margin:0 0 1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:700px){.game-layout{flex-direction:column;align-items:center}.controls-panel{min-width:unset;width:100%;max-width:360px}}
