.picker-tabs .nav-link{background:#f8f9fa;border:2px solid transparent;border-radius:30px;color:#495057;margin:0 .25rem;padding:.75rem 1.5rem;transition:all .3s ease}.picker-tabs .nav-link:hover{background:#e9ecef}.picker-tabs .nav-link.active{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.picker-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgb(0 0 0/10%);padding:2rem}.picker-card h5{color:#212529;margin-bottom:.5rem}.number-inputs{align-items:flex-end;display:flex;margin-top:1.5rem}.number-inputs .range-input{flex:1;margin-right:1rem}.number-inputs .range-input:last-of-type{margin-right:0}.range-input label{color:#545b62;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.range-input input{border:2px solid #e9ecef;border-radius:12px;font-size:1.25rem;font-weight:600;padding:1rem;text-align:center;width:100%}.range-input input:focus{border-color:#f093fb;outline:none}.range-separator{color:#545b62;font-weight:600;margin:0 1rem;padding-bottom:1rem}.quantity-input{align-items:center;display:flex;flex-wrap:wrap}.quantity-input label{color:#545b62;margin-right:.5rem}.quantity-input input[type=number]{border:2px solid #e9ecef;border-radius:8px;margin-right:.5rem;padding:.5rem;text-align:center;width:80px}.quantity-input input[type=checkbox]{margin-right:.5rem}.btn-generate{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:16px;color:#fff;cursor:pointer;display:block;font-size:1.25rem;font-weight:700;margin:1.5rem 0;padding:1.25rem;transition:all .3s ease;width:100%}.btn-generate:hover{box-shadow:0 8px 20px rgb(240 147 251/40%);transform:translateY(-3px)}.result-display{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.result-display.animate{opacity:.7;transform:scale(.95)}.result-number{color:#fff;font-family:Courier New,monospace;font-size:4rem;font-weight:700}.result-text{color:#fff;font-size:1.5rem;font-weight:600}.picked-item{display:block;padding:.5rem 0}.dice-history,.history-section{border-top:2px solid #e9ecef;margin-top:1.5rem;padding-top:1.5rem}.dice-history h6,.history-section h6{color:#545b62;margin-bottom:.75rem}.history-list{display:flex;flex-wrap:wrap;margin-bottom:.75rem}.history-list .history-item{margin-bottom:.5rem;margin-right:.5rem}.history-item{background:#f8f9fa;border-radius:20px;color:#495057;font-size:.875rem;padding:.5rem 1rem}.list-textarea{border:2px solid #e9ecef;border-radius:12px;font-size:1rem;margin-top:1rem;min-height:150px;padding:1rem;resize:vertical;width:100%}.list-textarea:focus{border-color:#f093fb;outline:none}.list-options{align-items:center;display:flex;flex-wrap:wrap}.list-options label{margin-right:.5rem}.list-options input[type=number]{border:2px solid #e9ecef;border-radius:8px;margin-right:.5rem;padding:.5rem;text-align:center;width:60px}.list-options input[type=checkbox]{margin-right:.5rem}.list-stats{color:#545b62;font-size:.875rem;text-align:center}.coin-container{align-items:center;display:flex;height:200px;justify-content:center;margin:2rem 0;perspective:1000px}.coin{height:150px;position:relative;transform-style:preserve-3d;transition:transform .6s ease;width:150px}.coin.flipping{animation:flip .6s ease}.coin.heads{transform:rotateY(0deg)}.coin.tails{transform:rotateY(180deg)}@keyframes flip{0%{transform:rotateY(0deg)}50%{transform:rotateY(900deg)}to{transform:rotateY(5turn)}}.coin-side{align-items:center;backface-visibility:hidden;border-radius:50%;display:flex;flex-direction:column;font-weight:700;height:100%;justify-content:center;position:absolute;width:100%}.coin-heads{background:linear-gradient(135deg,gold,#ffb347);box-shadow:0 8px 20px rgb(255 215 0/40%);color:#8b4513}.coin-tails{background:linear-gradient(135deg,silver,grey);box-shadow:0 8px 20px hsla(0,0%,75%,.4);color:#333;transform:rotateY(180deg)}.coin-side i{font-size:3rem;margin-bottom:.5rem}.coin-stats{align-items:center;display:flex;justify-content:center}.coin-stats .stat-item{margin-right:2rem;text-align:center}.coin-stats .stat-item:last-child{margin-right:0}.coin-stats .stat-label{color:#545b62;font-weight:600}.coin-stats .stat-value{color:#212529;font-size:1.5rem;font-weight:700;margin-left:.5rem}.dice-options{align-items:center;display:flex;flex-wrap:wrap;margin-top:1rem}.dice-options label{margin-right:.5rem}.dice-options select{border:2px solid #e9ecef;border-radius:8px;font-weight:600;margin-right:.5rem;padding:.5rem 1rem}.dice-container{display:flex;flex-wrap:wrap;justify-content:center;margin:1.5rem 0}.dice-container .dice{margin-bottom:1rem;margin-right:1rem}.dice-container .dice:last-child{margin-right:0}.dice{align-items:center;background:#fff;border:3px solid #212529;border-radius:12px;box-shadow:0 4px 8px rgb(0 0 0/20%);display:flex;font-size:2.5rem;height:80px;justify-content:center;transition:transform .3s ease;width:80px}.dice.rolling{animation:shake .5s ease}@keyframes shake{0%,to{transform:rotate(0deg)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}.dice-total{color:#212529;font-size:1.5rem;font-weight:700;text-align:center}.dice-total span{color:#f093fb}.content-section{background:#f8f9fa;border-radius:16px;padding:2rem}.guide-list{font-size:1.05rem;line-height:1.8}.guide-list li{margin-bottom:.75rem}.tool-box{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0/6%);height:100%;padding:1.5rem}.tool-box h5{color:#9b3fa0;margin-bottom:.75rem}.tool-box p{color:#495057;margin:0}@media(width <= 768px){.picker-tabs .nav-link{font-size:.875rem;padding:.5rem 1rem}.number-inputs{flex-direction:column}.number-inputs .range-input{margin-bottom:1rem;margin-right:0}.number-inputs .range-input:last-of-type{margin-bottom:0}.range-separator{margin:0;padding:.5rem 0;text-align:center}.result-number{font-size:2.5rem}.coin{height:120px;width:120px}.dice{font-size:2rem;height:60px;width:60px}}
/*# sourceMappingURL=random-picker.min.css.map*/