:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.app{min-height:100vh;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:2rem}header{text-align:center}header h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#f97316,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}header p{margin:0;color:#ffffff73;font-size:.85rem}.layout{display:flex;gap:2rem;width:100%;max-width:1100px;flex-wrap:wrap;justify-content:center}.jersey-panel{flex:1 1 380px;max-width:480px;display:flex;flex-direction:column;gap:1rem}.jersey-views{display:flex;gap:1rem}.jersey-view{flex:1;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;align-items:center}.jersey-view .label{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff59;margin-bottom:.5rem}.jersey-svg-wrap{width:100%;aspect-ratio:3/4;display:flex;align-items:center;justify-content:center}.jersey-svg-wrap svg{width:100%;height:100%}.controls-panel{flex:1 1 300px;max-width:380px;display:flex;flex-direction:column;gap:1.25rem}.control-group{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1rem 1.25rem}.control-group h3{margin:0 0 .75rem;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#fff6}.field{margin-bottom:.75rem}.field:last-child{margin-bottom:0}.field label{display:block;font-size:.8rem;color:#fff9;margin-bottom:.3rem}.field input[type=text]{width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:.4rem;padding:.5rem .75rem;color:#fafafa;font-size:.9rem;outline:none;transition:border-color .2s}.field input[type=text]:focus{border-color:#f9731680}.color-row{display:flex;gap:.75rem;flex-wrap:wrap}.color-swatch{display:flex;flex-direction:column;align-items:center;gap:.3rem}.color-swatch label{font-size:.7rem;color:#ffffff73}.color-swatch input[type=color]{width:40px;height:40px;border:2px solid rgba(255,255,255,.12);border-radius:.4rem;cursor:pointer;background:none;padding:2px}.color-swatch input[type=color]::-webkit-color-swatch-wrapper{padding:0}.color-swatch input[type=color]::-webkit-color-swatch{border:none;border-radius:.2rem}.style-options{display:flex;gap:.5rem;flex-wrap:wrap}.style-btn{padding:.4rem .85rem;border-radius:.4rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffa6;font-size:.8rem;cursor:pointer;transition:all .2s}.style-btn:hover{border-color:#ffffff40;color:#fafafa}.style-btn.active{border-color:#f97316;background:#f973161f;color:#f97316}.number-input{display:flex;align-items:center;gap:.5rem}.number-input input[type=text]{width:70px;text-align:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:.4rem;padding:.5rem;color:#fafafa;font-size:1.1rem;font-weight:700;outline:none}.number-input input[type=text]:focus{border-color:#f9731680}@media(max-width:800px){.layout{flex-direction:column;align-items:center}.jersey-panel,.controls-panel{max-width:100%}}
