.flipper-container{text-align:center;flex-direction:column;align-items:center;max-width:580px;margin:0 auto;padding:1.5rem;display:flex}.control-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;display:flex}.skin-selector-group{flex-wrap:wrap;gap:.35rem;display:flex}.skin-btn,.icon-toggle-btn{background:hsl(var(--text-primary) / .06);border:1px solid hsl(var(--border-subtle) / .15);color:hsl(var(--text-secondary));cursor:pointer;border-radius:9999px;min-height:36px;padding:.35rem .65rem;font-size:.8rem;font-weight:600;transition:all .15s}.skin-btn:hover,.skin-btn.active,.icon-toggle-btn.active{background:hsl(var(--primary) / .15);border-color:hsl(var(--primary));color:hsl(var(--primary))}.coin-arena{perspective:1000px;cursor:pointer;user-select:none;outline:none;width:180px;height:180px;margin:.75rem auto 1.25rem}.coin-3d{width:100%;height:100%;transform-style:preserve-3d;transition:transform 1.15s cubic-bezier(.18,.9,.32,1.15);position:relative}.coin-face{backface-visibility:hidden;border:4px solid hsl(var(--gold-front));border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;box-shadow:0 12px 28px -6px #05060fcc,inset 0 0 0 6px #00000026}.coin-front{background:radial-gradient(circle at 35% 35%, hsl(var(--gold-front)), hsl(var(--gold-back)));color:#451a03}.coin-back{background:radial-gradient(circle at 35% 35%, hsl(var(--silver-front)), hsl(var(--silver-back)));color:#1e293b;border-color:hsl(var(--silver-front));transform:rotateY(180deg)}.coin-inner-ring{border:1px dashed #00000040;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:82%;height:82%;display:flex}.coin-motif{font-size:2.25rem;font-weight:900;line-height:1}.coin-legend{letter-spacing:.12em;margin-top:.2rem;font-size:.75rem;font-weight:800}.outcome-area{justify-content:center;align-items:center;min-height:42px;margin-bottom:1rem;display:flex}.outcome-badge{background:hsl(var(--bg-card));border:1px solid hsl(var(--border-subtle) / .15);color:hsl(var(--text-secondary));border-radius:9999px;align-items:center;padding:.5rem 1.25rem;font-size:1.05rem;font-weight:700;transition:all .2s;display:inline-flex}.outcome-badge.spinning{color:hsl(var(--primary));border-color:hsl(var(--primary))}.outcome-badge.result-cara{background:hsl(var(--accent-emerald) / .18);border-color:hsl(var(--accent-emerald));color:#34d399;box-shadow:0 0 16px hsl(var(--accent-emerald) / .25)}.outcome-badge.result-cruz{background:hsl(var(--accent-coral) / .18);border-color:hsl(var(--accent-coral));color:#fb7185;box-shadow:0 0 16px hsl(var(--accent-coral) / .25)}.outcome-badge.result-edge{background:hsl(var(--primary) / .22);border-color:hsl(var(--primary));color:#fbbf24;box-shadow:0 0 20px hsl(var(--primary) / .4);animation:1.5s ease-in-out infinite pulse}.actions-group{margin-bottom:1.25rem}.flip-action-btn{background-color:#f59e0b;background-image:linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-hover)));color:#0b0f19;white-space:nowrap;gap:.5rem;padding:.85rem 2rem;font-size:1.05rem}.telemetry-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;margin-bottom:1.25rem;display:grid}.telemetry-card{background:hsl(var(--bg-card));border:1px solid hsl(var(--border-subtle) / .1);border-radius:10px;flex-direction:column;align-items:center;padding:.65rem .5rem;display:flex}.stat-label{text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--text-muted));font-size:.72rem;font-weight:700}.stat-val{color:hsl(var(--text-primary));margin:.2rem 0;font-size:1.35rem;font-weight:800;line-height:1.2}.stat-pct{color:hsl(var(--primary));font-size:.72rem;font-weight:600}.history-wrapper{border-top:1px solid hsl(var(--border-subtle) / .08);width:100%;padding-top:.85rem}.history-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.history-title{text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--text-muted));font-size:.78rem;font-weight:700}.clear-btn{background:hsl(var(--text-primary) / .08);border:1px solid hsl(var(--border-subtle) / .15);color:hsl(var(--text-primary));cursor:pointer;border-radius:6px;justify-content:center;align-items:center;min-width:64px;min-height:28px;padding:.35rem .65rem;font-size:.78rem;font-weight:600;transition:all .15s;display:inline-flex}.clear-btn:hover{background:hsl(var(--text-primary) / .15);border-color:hsl(var(--border-subtle) / .3);color:#fff}.history-tape{align-items:center;gap:.35rem;min-height:32px;padding-bottom:.25rem;display:flex;overflow-x:auto}.history-empty{color:hsl(var(--text-muted));font-size:.78rem;font-style:italic}.history-item{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;font-weight:800;display:inline-flex}.item-cara{background:hsl(var(--accent-emerald) / .2);border:1px solid hsl(var(--accent-emerald) / .4);color:#34d399}.item-cruz{background:hsl(var(--accent-coral) / .2);border:1px solid hsl(var(--accent-coral) / .4);color:#fb7185}
