.PrinterForm-module__VDV4fq__container{background:var(--card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);max-width:600px;box-shadow:0 25px 50px -12px #0000004d,var(--shadow-glow);border-radius:1.5rem;margin:0 auto;padding:3rem;animation:.6s ease-out PrinterForm-module__VDV4fq__fadeIn}.PrinterForm-module__VDV4fq__title{text-align:center;color:var(--foreground);font-size:1.75rem;font-weight:800;font-family:var(--font-display);margin-bottom:2.5rem}.PrinterForm-module__VDV4fq__formGroup{margin-bottom:2rem}.PrinterForm-module__VDV4fq__label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:block}.PrinterForm-module__VDV4fq__input,.PrinterForm-module__VDV4fq__select{border:1px solid var(--border);background:var(--muted);width:100%;color:var(--foreground);border-radius:.75rem;padding:1.125rem 1.25rem;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.PrinterForm-module__VDV4fq__input:focus,.PrinterForm-module__VDV4fq__select:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-glow);outline:none;transform:translateY(-2px)}.PrinterForm-module__VDV4fq__button{background:linear-gradient(135deg,var(--primary)0%,#4338ca 100%);color:#fff;width:100%;font-size:1.1rem;font-weight:700;font-family:var(--font-display);z-index:10;background-size:200% 200%;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:1.125rem;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 15px -3px #4f46e566}.PrinterForm-module__VDV4fq__button:hover{background-position:100%;transform:translateY(-3px)scale(1.02);box-shadow:0 20px 25px -5px #4f46e580}.PrinterForm-module__VDV4fq__results{flex-direction:column;animation:.5s ease-out PrinterForm-module__VDV4fq__fadeIn;display:flex;position:relative}.PrinterForm-module__VDV4fq__resultCard{background:var(--muted);border:1px solid var(--border);color:var(--foreground);border-radius:1.25rem;margin-bottom:1.5rem;padding:2.5rem}.PrinterForm-module__VDV4fq__gateWrapper{z-index:20;background:linear-gradient(to bottom,transparent,var(--background)50%);border-radius:0 0 1.5rem 1.5rem;flex-direction:column;align-items:center;margin-top:-320px;padding:1.5rem;display:flex;position:relative}.PrinterForm-module__VDV4fq__gateContainer{background:var(--card);-webkit-backdrop-filter:blur(24px);border:1px solid var(--primary);border-radius:1.5rem;width:100%;max-width:440px;padding:2.5rem;box-shadow:0 20px 40px -10px #00000080}.PrinterForm-module__VDV4fq__gateTitle{color:var(--foreground);font-size:1.5rem;font-weight:800;font-family:var(--font-display);text-align:center;margin-bottom:1rem}.PrinterForm-module__VDV4fq__gateText{color:var(--muted-foreground);text-align:center;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.PrinterForm-module__VDV4fq__benefitList{margin-bottom:2.5rem;padding:0;list-style:none}.PrinterForm-module__VDV4fq__benefitItem{color:var(--foreground);align-items:center;gap:.85rem;margin-bottom:1rem;font-size:.95rem;font-weight:600;display:flex}.PrinterForm-module__VDV4fq__benefitIcon{color:var(--success);flex-shrink:0}@keyframes PrinterForm-module__VDV4fq__spin{to{transform:rotate(360deg)}}.PrinterForm-module__VDV4fq__spinner{color:var(--primary);animation:1s linear infinite PrinterForm-module__VDV4fq__spin}
.AIChat-module__dvtECa__chatContainer{background:var(--card);border:1px solid var(--border);z-index:1000;border-radius:1.5rem;flex-direction:column;width:380px;height:500px;animation:.4s cubic-bezier(.4,0,.2,1) AIChat-module__dvtECa__slideUp;display:flex;position:fixed;bottom:2rem;right:2rem;overflow:hidden;box-shadow:0 20px 40px #0000004d}@keyframes AIChat-module__dvtECa__slideUp{0%{opacity:0;transform:translateY(100%)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.AIChat-module__dvtECa__chatHeader{background:var(--primary);color:#fff;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.AIChat-module__dvtECa__headerInfo{align-items:center;gap:.75rem;display:flex}.AIChat-module__dvtECa__statusIndicator{background:#4ade80;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #4ade80}.AIChat-module__dvtECa__chatMessages{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.AIChat-module__dvtECa__message{border-radius:1rem;max-width:85%;padding:.75rem 1rem;font-size:.95rem;line-height:1.5}.AIChat-module__dvtECa__aiMessage{background:var(--muted);color:var(--foreground);border-bottom-left-radius:.25rem;align-self:flex-start}.AIChat-module__dvtECa__userMessage{background:var(--primary);color:#fff;border-bottom-right-radius:.25rem;align-self:flex-end}.AIChat-module__dvtECa__chatInputArea{border-top:1px solid var(--border);gap:.75rem;padding:1.25rem;display:flex}.AIChat-module__dvtECa__input{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:.75rem;outline:none;flex:1;padding:.75rem 1rem}.AIChat-module__dvtECa__input:focus{border-color:var(--primary)}.AIChat-module__dvtECa__sendButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s;display:flex}.AIChat-module__dvtECa__sendButton:hover{transform:scale(1.05)}.AIChat-module__dvtECa__floatingTrigger{background:var(--premium);color:#000;cursor:pointer;z-index:999;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 20px #0003}.AIChat-module__dvtECa__floatingTrigger:hover{transform:scale(1.1)rotate(5deg)}.AIChat-module__dvtECa__escalateButton{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef4444;border-radius:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s}.AIChat-module__dvtECa__escalateButton:hover{color:#fff;background:#ef4444}.AIChat-module__dvtECa__iconButton{color:#fff;opacity:.8;cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:all .2s;display:flex}.AIChat-module__dvtECa__iconButton:hover{opacity:1;transform:scale(1.1)}.AIChat-module__dvtECa__micButton{background:var(--muted);color:var(--foreground);border:1px solid var(--border);cursor:pointer;border-radius:.75rem;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.AIChat-module__dvtECa__micButton:hover{background:var(--primary-glow);border-color:var(--primary)}.AIChat-module__dvtECa__micActive{animation:1.5s infinite AIChat-module__dvtECa__pulseMic;background:#ef44441a!important;border-color:#ef4444!important}@keyframes AIChat-module__dvtECa__pulseMic{0%{transform:scale(1);box-shadow:0 0 #ef444466}70%{transform:scale(1.1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(1);box-shadow:0 0 #ef444400}}
.AuthModal-module__eGxINa__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;animation:.3s AuthModal-module__eGxINa__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.AuthModal-module__eGxINa__modal{background:var(--card);border:1px solid var(--border);border-radius:2rem;width:100%;max-width:440px;max-height:90vh;padding:3rem;animation:.4s cubic-bezier(.16,1,.3,1) AuthModal-module__eGxINa__slideUp;position:relative;overflow-y:auto;box-shadow:0 40px 100px -20px #00000080}.AuthModal-module__eGxINa__closeBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s;position:absolute;top:1.5rem;right:1.5rem}.AuthModal-module__eGxINa__closeBtn:hover{background:var(--muted);color:var(--foreground)}.AuthModal-module__eGxINa__header{text-align:center;margin-bottom:2.5rem}.AuthModal-module__eGxINa__iconBox{background:var(--primary-glow);width:64px;height:64px;color:var(--primary);border-radius:1.25rem;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.AuthModal-module__eGxINa__header h2{font-size:1.75rem;font-weight:800;font-family:var(--font-display);margin-bottom:.75rem}.AuthModal-module__eGxINa__header p{color:var(--muted-foreground);font-size:.95rem;line-height:1.5}.AuthModal-module__eGxINa__form{flex-direction:column;gap:1.5rem;display:flex}.AuthModal-module__eGxINa__error{color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:.75rem;padding:1rem;font-size:.85rem}.AuthModal-module__eGxINa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.AuthModal-module__eGxINa__inputGroup label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;display:flex}.AuthModal-module__eGxINa__inputGroup input{background:var(--muted);border:1px solid var(--border);color:var(--foreground);border-radius:.75rem;padding:1rem 1.25rem;font-size:1rem;transition:all .2s}.AuthModal-module__eGxINa__inputGroup input:focus{border-color:var(--primary);background:var(--card);box-shadow:0 0 0 4px var(--primary-glow);outline:none}.AuthModal-module__eGxINa__hint{color:var(--muted-foreground);font-size:.7rem;font-style:italic}.AuthModal-module__eGxINa__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;margin-top:1rem;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.AuthModal-module__eGxINa__submitBtn:hover{box-shadow:0 10px 25px -5px var(--primary-glow);transform:translateY(-2px)}.AuthModal-module__eGxINa__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.AuthModal-module__eGxINa__footer{text-align:center;border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.AuthModal-module__eGxINa__footer p{color:var(--muted-foreground);font-size:.9rem}.AuthModal-module__eGxINa__footer button{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-left:.25rem;padding:0;font-weight:700}.AuthModal-module__eGxINa__footer button:hover{text-decoration:underline}@keyframes AuthModal-module__eGxINa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AuthModal-module__eGxINa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.LeadModal-module__Oi6cmG__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;animation:.3s ease-out LeadModal-module__Oi6cmG__fadeIn;display:flex;position:fixed;inset:0}.LeadModal-module__Oi6cmG__modal{background:var(--card);border:1px solid var(--border);border-radius:1.5rem;width:90%;max-width:480px;padding:2.5rem;animation:.4s cubic-bezier(.16,1,.3,1) LeadModal-module__Oi6cmG__slideUp;position:relative;box-shadow:0 25px 50px -12px #00000080}.LeadModal-module__Oi6cmG__header{text-align:center;margin-bottom:2rem}.LeadModal-module__Oi6cmG__iconWrapper{background:var(--primary-glow);width:64px;height:64px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.LeadModal-module__Oi6cmG__title{color:var(--foreground);font-size:1.5rem;font-weight:800;font-family:var(--font-display);margin-bottom:.5rem}.LeadModal-module__Oi6cmG__subtitle{color:var(--muted-foreground);font-size:.95rem;line-height:1.5}.LeadModal-module__Oi6cmG__inputGroup{text-align:left;margin-bottom:1.25rem}.LeadModal-module__Oi6cmG__label{color:var(--foreground);margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.LeadModal-module__Oi6cmG__input{border:1px solid var(--border);background:var(--muted);width:100%;color:var(--foreground);border-radius:.75rem;padding:1rem;font-size:1rem;transition:all .2s}.LeadModal-module__Oi6cmG__input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-glow);background:var(--card);outline:none}.LeadModal-module__Oi6cmG__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}.LeadModal-module__Oi6cmG__submitBtn:hover{filter:brightness(1.1);transform:translateY(-2px)}.LeadModal-module__Oi6cmG__secureNote{color:var(--muted-foreground);justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.75rem;display:flex}@keyframes LeadModal-module__Oi6cmG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LeadModal-module__Oi6cmG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Pricing-module__yc4bBa__section{padding:8rem 0;position:relative}.Pricing-module__yc4bBa__container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.Pricing-module__yc4bBa__header{text-align:center;margin-bottom:4rem}.Pricing-module__yc4bBa__title{font-size:2.5rem;font-weight:800;font-family:var(--font-display);margin-bottom:1rem}.Pricing-module__yc4bBa__subtitle{color:var(--muted-foreground);font-size:1.125rem}.Pricing-module__yc4bBa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,450px));justify-content:center;gap:2rem;display:grid}.Pricing-module__yc4bBa__card{background:var(--card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:2rem;flex-direction:column;padding:3rem;transition:all .3s;display:flex;position:relative}.Pricing-module__yc4bBa__premium,.Pricing-module__yc4bBa__featured{border-color:var(--premium);box-shadow:0 20px 40px -20px var(--premium);background:#f59e0b0d;transform:scale(1.05)}.Pricing-module__yc4bBa__badge{background:var(--premium);color:#000;text-transform:uppercase;border-radius:1rem;padding:.25rem 1rem;font-size:.75rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__yc4bBa__planName{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Pricing-module__yc4bBa__price{font-size:3.5rem;font-weight:800;font-family:var(--font-display);margin-bottom:2rem}.Pricing-module__yc4bBa__price span{color:var(--muted-foreground);margin-left:.25rem;font-size:1rem;font-weight:500}.Pricing-module__yc4bBa__features{flex:1;margin-bottom:3rem;padding:0;list-style:none}.Pricing-module__yc4bBa__features li{align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1rem;display:flex}.Pricing-module__yc4bBa__disabled{opacity:.4;text-decoration:line-through}.Pricing-module__yc4bBa__icon{color:var(--success)}.Pricing-module__yc4bBa__starIcon{color:var(--premium)}.Pricing-module__yc4bBa__buttonSecondary{background:var(--muted);border:1px solid var(--border);width:100%;color:var(--muted-foreground);cursor:default;border-radius:1rem;padding:1rem;font-size:1rem;font-weight:600}.Pricing-module__yc4bBa__buttonPrimary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:800;transition:all .3s;display:flex}.Pricing-module__yc4bBa__buttonPrimary:hover:not(:disabled){box-shadow:0 10px 20px -5px var(--primary);filter:brightness(1.1);transform:translateY(-3px)}.Pricing-module__yc4bBa__buttonPrimary:disabled{opacity:.6;cursor:not-allowed}.Pricing-module__yc4bBa__buttonPremium{background:var(--premium);color:#000;border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:800;transition:all .3s;display:flex}.Pricing-module__yc4bBa__buttonPremium:hover{box-shadow:0 10px 20px -5px var(--premium);filter:brightness(1.1);transform:translateY(-3px)}@media (max-width:768px){.Pricing-module__yc4bBa__featured{margin-top:1rem;transform:none}}
.Dashboard-module__8Mmpzq__container{background:var(--background);min-height:100vh;color:var(--foreground)}.Dashboard-module__8Mmpzq__header{background:var(--card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0}.Dashboard-module__8Mmpzq__headerContent{max-width:var(--container-width);justify-content:space-between;align-items:center;margin:0 auto;padding:1rem;display:flex}.Dashboard-module__8Mmpzq__logo{cursor:pointer;font-size:1.5rem;font-weight:800;font-family:var(--font-display);align-items:center;display:flex}.Dashboard-module__8Mmpzq__logo span{color:var(--primary)}.Dashboard-module__8Mmpzq__main{max-width:var(--container-width);margin:0 auto;padding:4rem 1rem}.Dashboard-module__8Mmpzq__welcome{margin-bottom:3rem}.Dashboard-module__8Mmpzq__welcome h1{font-size:3rem;font-weight:900;font-family:var(--font-display);background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem}.Dashboard-module__8Mmpzq__welcome p{color:var(--muted-foreground);font-size:1.1rem}.Dashboard-module__8Mmpzq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.Dashboard-module__8Mmpzq__statCard{background:var(--card);border:1px solid var(--border);border-radius:2rem;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.Dashboard-module__8Mmpzq__statCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 20px 40px -10px #0000001a}.Dashboard-module__8Mmpzq__statIcon{border-radius:1.25rem;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Dashboard-module__8Mmpzq__statInfo{flex-direction:column;display:flex}.Dashboard-module__8Mmpzq__statLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.Dashboard-module__8Mmpzq__statValue{color:var(--foreground);font-size:1.75rem;font-weight:900}.Dashboard-module__8Mmpzq__contentGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.Dashboard-module__8Mmpzq__card{background:var(--card);border:1px solid var(--border);border-radius:2rem;padding:2.5rem}.Dashboard-module__8Mmpzq__card h3{font-size:1.25rem;font-weight:800;font-family:var(--font-display);margin-bottom:2rem}.Dashboard-module__8Mmpzq__planInfo{flex-direction:column;gap:1.5rem;display:flex}.Dashboard-module__8Mmpzq__planBadge{color:var(--primary);text-align:center;border-radius:99px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;display:inline-block}.Dashboard-module__8Mmpzq__benefits{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Dashboard-module__8Mmpzq__benefits li{color:var(--muted-foreground);font-size:.95rem;line-height:1.6}.Dashboard-module__8Mmpzq__upgradeBtn{background:var(--premium);color:#000;cursor:pointer;border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1rem;font-weight:700;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__upgradeBtn:hover{box-shadow:0 10px 20px -5px var(--premium-glow);transform:translateY(-2px)}.Dashboard-module__8Mmpzq__usageList{flex-direction:column;gap:2rem;display:flex}.Dashboard-module__8Mmpzq__usageItem{flex-direction:column;gap:.75rem;display:flex}.Dashboard-module__8Mmpzq__usageLabel{color:var(--foreground);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.Dashboard-module__8Mmpzq__usageBar{background:var(--border);border-radius:4px;height:8px;overflow:hidden}.Dashboard-module__8Mmpzq__usageFill{border-radius:4px;height:100%;transition:width 1s ease-out}.Dashboard-module__8Mmpzq__usageLimit{color:var(--muted-foreground);text-align:right;font-size:.8rem}.Dashboard-module__8Mmpzq__downgradeBtn{background:var(--muted);color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-weight:700;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__downgradeBtn:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:translateY(-2px)}.Dashboard-module__8Mmpzq__historyList{flex-direction:column;gap:1rem;display:flex}.Dashboard-module__8Mmpzq__historyItem{background:var(--muted);border:1px solid var(--border);border-radius:1rem;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__historyItem:hover{border-color:var(--primary);transform:translate(5px)}.Dashboard-module__8Mmpzq__historyInfo{flex:1}.Dashboard-module__8Mmpzq__historyTitle{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.Dashboard-module__8Mmpzq__historyTitle strong{color:var(--foreground);font-size:1.1rem}.Dashboard-module__8Mmpzq__historyOS{background:var(--primary-glow);color:var(--primary);border-radius:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.Dashboard-module__8Mmpzq__historyDate{color:var(--muted-foreground);font-size:.85rem}.Dashboard-module__8Mmpzq__historyActions{gap:.5rem;display:flex}.Dashboard-module__8Mmpzq__historyBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__historyBtn:hover{background:var(--primary-hover);transform:translateY(-2px)}.Dashboard-module__8Mmpzq__historyDeleteBtn{color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:.5rem;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__historyDeleteBtn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.Dashboard-module__8Mmpzq__cta{text-align:center;margin-top:4rem}.Dashboard-module__8Mmpzq__cta button{background:var(--primary-glow);color:var(--primary);border:1px solid var(--primary);cursor:pointer;border-radius:99px;align-items:center;gap:1rem;margin:0 auto;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.Dashboard-module__8Mmpzq__cta button:hover{background:var(--primary);color:#fff;transform:scale(1.05)}.Dashboard-module__8Mmpzq__loading{min-height:100vh;color:var(--primary);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){.Dashboard-module__8Mmpzq__welcome h1{font-size:2rem}.Dashboard-module__8Mmpzq__contentGrid{grid-template-columns:1fr}.Dashboard-module__8Mmpzq__main{padding:2rem 1rem}}
