.content-wrapper{flex-direction:column;gap:2rem;width:100%;display:flex}.info-section{flex-direction:column;align-items:flex-start;gap:1.2rem;display:flex}.dicegame-dice-container{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:1.1rem;width:100%;min-width:0;min-height:56px;margin-top:.5rem;display:flex}.dicegame-empty-message{color:#95a5a6;padding:1.5rem 0 1rem;font-size:1.08em}.dicegame-result-value{color:#1976d2;font-size:1.24em;font-weight:700}.dicegame-history-section{margin-bottom:2rem}.dicegame-history-title{color:#343a40;margin-bottom:.7rem;font-size:1.05em;font-weight:700}.dicegame-history-list{background:#f8f9fa;border-radius:12px;max-height:190px;padding:1rem;overflow-y:auto;box-shadow:0 2px 8px #2c3e5012}.dicegame-history-item{background:#fff;border-radius:7px;justify-content:space-between;align-items:center;margin:.23rem 0;padding:.6rem .8rem;font-size:1em;display:flex;box-shadow:0 1px 2px #2c3e5006}.die{background:#fff;border-radius:10px;flex-wrap:wrap;justify-content:center;align-items:center;width:44px;height:44px;transition:box-shadow .2s;display:flex;position:relative;box-shadow:0 2px 9px #3498db24,0 .5px 1.5px #d4dbe3}.die.rolling{animation:.28s cubic-bezier(.22,.61,.36,1) infinite dice-roll-shake}@keyframes dice-roll-shake{0%,to{transform:translate(0)rotate(0)}20%{transform:translate(-2px,-1.7px)rotate(-12deg)}40%{transform:translate(1.2px,1.5px)rotate(14deg)}60%{transform:translate(-1.5px)rotate(-7deg)}80%{transform:translate(1px,-1.5px)rotate(8deg)}}.die-dot{background:#1976d2;border-radius:50%;width:8px;height:8px;position:absolute}.die-dot.top-left{top:6px;left:6px}.die-dot.top-right{top:6px;right:6px}.die-dot.bottom-left{bottom:6px;left:6px}.die-dot.bottom-right{bottom:6px;right:6px}.die-dot.middle-center{top:calc(50% - 4px);left:calc(50% - 4px)}.die-dot.middle-left{top:calc(50% - 4px);left:6px}.die-dot.middle-right{top:calc(50% - 4px);right:6px}.dicegame-controls{flex-wrap:wrap;gap:1rem;width:100%;display:flex}.dicegame-controls .game-btn{flex:150px}.dicegame-error-message{color:#e74c3c;margin-top:1.1rem;font-size:1em;font-weight:500}@media (width<=420px){.dicegame-dice-container{justify-content:center}.dicegame-history-item{gap:.25rem;display:grid}.dicegame-controls{grid-template-columns:1fr;display:grid}}
