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