:root{--background: hsl(140, 20%, 97%);--foreground: hsl(150, 30%, 10%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(150, 30%, 10%);--primary: hsl(142, 71%, 45%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(140, 15%, 94%);--secondary-foreground: hsl(150, 30%, 15%);--muted: hsl(140, 10%, 94%);--muted-foreground: hsl(150, 10%, 45%);--accent: hsl(142, 60%, 92%);--accent-foreground: hsl(142, 71%, 35%);--destructive: hsl(0, 84.2%, 60.2%);--destructive-foreground: hsl(0, 0%, 100%);--border: hsl(140, 15%, 88%);--input: hsl(140, 15%, 88%);--ring: hsl(142, 71%, 45%);--radius: 0.75rem}#gerador-numero-aleatorio .card{background-color:var(--card);border-radius:var(--radius);box-shadow:0 10px 40px -10px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.05);overflow:hidden}#gerador-numero-aleatorio .card-header{padding:1.5rem 1.5rem 1rem}#gerador-numero-aleatorio .card-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:.45rem}#gerador-numero-aleatorio .card-description{font-size:.875rem;color:var(--muted-foreground)}#gerador-numero-aleatorio .card-content{padding:0 1.5rem 1.5rem}#gerador-numero-aleatorio .alert{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:calc(var(--radius) - 2px);margin-bottom:1.5rem}#gerador-numero-aleatorio .alert-error{background-color:hsla(0,84.2%,60.2%,.1);color:var(--destructive);border:1px solid hsla(0,84.2%,60.2%,.2)}#gerador-numero-aleatorio .hidden{display:none !important}#gerador-numero-aleatorio .form-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media(min-width: 640px){#gerador-numero-aleatorio .form-grid{grid-template-columns:1fr 1fr}}#gerador-numero-aleatorio .form-group{margin-bottom:1rem}#gerador-numero-aleatorio .form-label{display:block;font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}#gerador-numero-aleatorio .form-input{width:100%;height:3rem;padding:0 1rem;font-size:1.125rem;font-family:inherit;color:var(--foreground);background-color:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);outline:none;transition:border-color .2s,box-shadow .2s}#gerador-numero-aleatorio .form-input:focus{border-color:var(--ring);box-shadow:0 0 0 3px hsla(142,71%,45%,.15)}#gerador-numero-aleatorio .form-input::-moz-placeholder{color:var(--muted-foreground)}#gerador-numero-aleatorio .form-input::placeholder{color:var(--muted-foreground)}#gerador-numero-aleatorio .form-options{margin-bottom:1.5rem}#gerador-numero-aleatorio .checkbox-group{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}#gerador-numero-aleatorio .checkbox-group input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:var(--primary);cursor:pointer}#gerador-numero-aleatorio .checkbox-label{font-size:.875rem;font-weight:500;cursor:pointer}#gerador-numero-aleatorio .radio-section{margin-top:1rem}#gerador-numero-aleatorio .radio-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem}#gerador-numero-aleatorio .radio-item{display:flex;align-items:center;gap:.5rem}#gerador-numero-aleatorio .radio-item input[type=radio]{width:1.125rem;height:1.125rem;accent-color:var(--primary);cursor:pointer}#gerador-numero-aleatorio .radio-item label{font-size:.875rem;cursor:pointer}#gerador-numero-aleatorio .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:600;white-space:nowrap;border:none;border-radius:calc(var(--radius) - 2px);cursor:pointer;transition:all .2s}#gerador-numero-aleatorio .btn-primary{width:100%;height:3.5rem;font-size:1.125rem;background-color:var(--primary);color:var(--primary-foreground);box-shadow:0 4px 14px -3px hsla(142,71%,45%,.4)}#gerador-numero-aleatorio .btn-primary:hover{background-color:hsl(142,71%,40%);box-shadow:0 6px 20px -3px hsla(142,71%,45%,.5);transform:translateY(-1px)}#gerador-numero-aleatorio .btn-primary:active{transform:translateY(0)}#gerador-numero-aleatorio .btn-outline{background-color:rgba(0,0,0,0);border:1px solid var(--border);color:var(--foreground)}#gerador-numero-aleatorio .btn-outline:hover{background-color:var(--accent);color:var(--accent-foreground)}#gerador-numero-aleatorio .btn-ghost{background-color:rgba(0,0,0,0);color:var(--muted-foreground)}#gerador-numero-aleatorio .btn-ghost:hover{background-color:rgba(0,0,0,0);color:var(--destructive)}#gerador-numero-aleatorio .btn-sm{height:2.25rem;padding:0 .75rem;font-size:.875rem}#gerador-numero-aleatorio .results-section{margin-top:2rem;animation:fadeIn .3s ease-out}#gerador-numero-aleatorio .results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}#gerador-numero-aleatorio .results-title{font-size:1.125rem;font-weight:600;color:var(--foreground)}#gerador-numero-aleatorio .results-display{background-color:hsla(142,60%,92%,.5);border:1px solid var(--accent);border-radius:var(--radius);padding:1.5rem}#gerador-numero-aleatorio .results-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}#gerador-numero-aleatorio .results-list li{display:flex;align-items:center;justify-content:center;animation:numberPop .4s cubic-bezier(0.34, 1.56, 0.64, 1) backwards}#gerador-numero-aleatorio .results-list li span{font-size:2.5rem;font-weight:700;color:var(--primary);font-variant-numeric:tabular-nums}@media(min-width: 640px){#gerador-numero-aleatorio .results-list li span{font-size:3rem}}#gerador-numero-aleatorio .history-section{margin-top:2rem;animation:fadeIn .3s ease-out}#gerador-numero-aleatorio .history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}#gerador-numero-aleatorio .history-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:var(--foreground)}#gerador-numero-aleatorio .history-list{display:flex;flex-direction:column;gap:.5rem}#gerador-numero-aleatorio .history-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:hsla(140,15%,94%,.5);border:1px solid hsla(140,15%,88%,.5);border-radius:calc(var(--radius) - 2px)}#gerador-numero-aleatorio .history-item-left{display:flex;align-items:center;gap:.75rem}#gerador-numero-aleatorio .history-time{font-size:.75rem;color:var(--muted-foreground);min-width:70px}#gerador-numero-aleatorio .history-numbers{font-size:.875rem;font-weight:500;color:var(--foreground)}#gerador-numero-aleatorio .history-range{font-size:.75rem;color:var(--muted-foreground)}#gerador-numero-aleatorio .feature-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;color:var(--muted-foreground)}#gerador-numero-aleatorio .feature-list li{display:flex;align-items:flex-start;gap:.5rem}#gerador-numero-aleatorio .feature-list .bullet{color:var(--primary);font-weight:700}#gerador-numero-aleatorio .feature-list .check{color:var(--primary);font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}100%{opacity:1;transform:translateY(0)}}@keyframes numberPop{0%{opacity:0;transform:scale(0.8) translateY(10px)}100%{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%, 20px)}100%{opacity:1;transform:translate(-50%, 0)}}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);background-color:var(--foreground);color:var(--background);padding:.75rem 1.5rem;border-radius:calc(var(--radius) - 2px);font-size:.875rem;font-weight:500;box-shadow:0 10px 40px -10px rgba(0,0,0,.3);animation:slideUp .3s ease-out;z-index:1000}/*# sourceMappingURL=style.min.css.map */