@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;600;700&display=swap";:root{--primary: #4F46E5;--primary-hover: #4338CA;--accent-glow: #818CF8;--bg-app: #F7F9FC;--surface-1: #FFFFFF;--surface-2: #F1F5F9;--text-main: #0F172A;--text-secondary: #475569;--text-tertiary: #94A3B8;--border: #E2E8F0;--border-focus: #4F46E5;--shadow-card: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 10px 15px -3px rgba(0, 0, 0, .05);--shadow-floating: 0 20px 25px -5px rgba(0, 0, 0, .05), 0 10px 10px -5px rgba(0, 0, 0, .01);--shadow-pop: 0 25px 50px -12px rgba(0, 0, 0, .15);--header-height: 80px;--radius-panel: 24px;--radius-input: 12px;--max-width: 1280px}.aurora-bg{background:radial-gradient(circle at 15% 50%,rgba(79,70,229,.08),transparent 25%),radial-gradient(circle at 85% 30%,rgba(129,140,248,.08),transparent 25%);filter:blur(60px);animation:auroraPulse 10s ease-in-out infinite alternate}@keyframes auroraPulse{0%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;color:var(--text-main);line-height:1.1;letter-spacing:-.02em}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.glass-panel{background:#ffffffb3;backdrop-filter:blur(var(--backdrop-blur));-webkit-backdrop-filter:blur(var(--backdrop-blur));border:1px solid rgba(255,255,255,.5)}.hidden{display:none!important}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.h-full{height:100%}.grid-2-cols{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.grid-2-cols{grid-template-columns:1fr 1fr}}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}@media(min-width:768px){.md\:flex{display:flex!important}.md\:hidden{display:none!important}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;font-weight:600;border-radius:var(--radius-full, 9999px);transition:all .2s cubic-bezier(.4,0,.2,1);gap:.5rem;font-size:.95rem;cursor:pointer;border:none}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 6px -1px #4f46e533,0 2px 4px -1px #4f46e51a}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 10px 15px -3px #4f46e540,0 4px 6px -2px #4f46e51a}.btn-secondary{background:#fff;border:1px solid var(--border);color:var(--text-main);box-shadow:var(--shadow-sm)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary);background:var(--bg-surface);transform:translateY(-1px)}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:#fffc;backdrop-filter:blur(var(--backdrop-blur));-webkit-backdrop-filter:blur(var(--backdrop-blur));border-bottom:1px solid var(--border-light);z-index:1000;display:flex;align-items:center;transition:all .3s ease}.header.scrolled{background:#fffffff2;box-shadow:var(--shadow-sm)}.header__content{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;letter-spacing:-.02em;color:var(--text-main);text-decoration:none}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:#fff;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #4f46e533}.nav-links{display:flex;gap:2.5rem}.nav-link{color:var(--text-secondary);font-weight:500;font-size:.95rem;transition:color .2s;cursor:pointer;background:none;border:none;font-family:inherit}.nav-link:hover{color:var(--primary)}.mobile-toggle{display:none;color:var(--text-main)}@media(max-width:768px){.nav-links,.header-cta{display:none!important}.mobile-toggle{display:block;padding:.5rem}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;padding:1.5rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:1rem;border-top:1px solid var(--border);animation:slideDown .2s ease-out}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero{padding:10rem 0 6rem;text-align:center;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 0%,var(--primary-light),transparent 70%)}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--primary);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--primary-light);animation:fadeInDown .6s ease-out}.hero__title{font-size:4.5rem;font-size:clamp(3rem,6vw,5rem);margin-bottom:1.5rem;letter-spacing:-.03em;line-height:1;animation:fadeInUp .8s ease-out .2s both}.gradient-text{background:linear-gradient(135deg,var(--text-main) 30%,var(--text-muted));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__title .highlight{background:linear-gradient(135deg,var(--primary),#818cf8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:640px;margin:0 auto 3rem;line-height:1.7;animation:fadeInUp .8s ease-out .4s both}.hero__actions{display:flex;justify-content:center;gap:1rem;margin-bottom:5rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out .6s both}.hero__visual{max-width:1000px;margin:0 auto;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl),var(--shadow-glow);overflow:hidden;border:1px solid var(--border);background:#fff;line-height:0;animation:fadeInUp 1s ease-out .8s both;position:relative}.hero__visual img{width:100%;height:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:4rem}.feature-card{background:#fff;padding:2.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);transition:all .3s ease;height:100%}.feature-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:var(--shadow-lg)}.feature-icon{width:56px;height:56px;background:var(--bg-surface-secondary);color:var(--primary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.feature-card:hover .feature-icon{background:var(--primary);color:#fff}.feature-title{font-size:1.35rem;margin-bottom:.75rem;font-family:Outfit,sans-serif}.feature-desc{color:var(--text-secondary);font-size:1rem;line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;position:relative}.step-card{text-align:center;display:flex;flex-direction:column;align-items:center}.step-icon{width:64px;height:64px;background:#fff;border:1px solid var(--border);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1.5rem;position:relative;z-index:1}.step-badge{position:absolute;top:-10px;right:-10px;background:var(--primary);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.pricing-single{max-width:500px;margin:0 auto;background:#fff;border:2px solid var(--primary);border-radius:20px;padding:3rem;text-align:center;box-shadow:0 20px 40px #4f46e51a}.price-tag{font-size:3.5rem;font-weight:700;color:var(--text-main);line-height:1;margin:1rem 0}.price-period{font-size:1.25rem;color:var(--text-muted);font-weight:500}.pricing-features{text-align:left;margin:2rem 0;display:flex;flex-direction:column;gap:.75rem}.check-item{display:flex;gap:.75rem;align-items:center;color:var(--text-main);font-weight:500}.check-icon{color:var(--secondary);background:#d1fae5;padding:2px;border-radius:50%}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.faq-button{width:100%;text-align:left;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--text-main)}.faq-answer{padding:0 1.5rem 1.5rem;color:var(--text-muted);line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid var(--border)}.stars{color:#fbbf24;display:flex;gap:2px;margin-bottom:1rem}.quote{font-style:italic;color:var(--text-main);margin-bottom:1.5rem;font-size:1.05rem}.user-profile{display:flex;gap:1rem;align-items:center}.avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.site-footer-dark{background:#000!important;color:var(--text-muted);padding:5rem 0 3rem;font-size:.95rem;width:100%;position:relative;z-index:50}.footer{background:var(--secondary)!important;color:var(--text-muted);padding:5rem 0 3rem;font-size:.95rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:4rem}.footer-col h4{margin-bottom:1.5rem;font-size:1rem;color:#fff;font-family:Outfit,sans-serif;letter-spacing:.05em;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:.85rem}.footer-links a{color:var(--text-muted);transition:color .2s}.footer-links a:hover{color:#fff}.footer-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;margin-bottom:1.25rem;font-size:1.35rem;color:#fff}.footer-bottom{border-top:1px solid var(--secondary-hover);padding-top:2rem;display:flex;justify-content:space-between;color:var(--text-muted);font-size:.9rem}.animate-fade-in{animation:fadeIn .5s ease-out}.generator-page{min-height:calc(100vh - var(--header-height));padding:0}.generator-grid{display:flex;flex-direction:column;gap:2rem;align-items:center}@media(min-width:1200px){.generator-grid{flex-direction:row;align-items:start;gap:4rem}.editor-wrapper{flex:1;width:100%;min-width:0}.preview-wrapper{flex:1;position:sticky;top:100px;width:100%}}.editor-panel{background:var(--surface-1);padding:3rem;border-radius:var(--radius-panel);box-shadow:var(--shadow-card);border:1px solid white;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.editor-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--primary),var(--accent-glow))}.editor-panel{background:#fff;padding:2.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--border);position:relative;overflow:hidden}.editor-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--text-main);background:#fff}.form-group{margin-bottom:2rem}.form-group label{display:block;font-weight:600;margin-bottom:.75rem;font-size:.85rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;transition:color .2s}.form-group:focus-within label{color:var(--primary)}.input{width:100%;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius-input);font-family:inherit;font-size:1rem;background:var(--surface-2);transition:all .2s ease;color:var(--text-main);box-shadow:inset 0 2px 4px #00000005}.input:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #4f46e51a;transform:translateY(-1px)}.row{display:flex;gap:1rem}.items-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.item-row{display:flex;gap:1.25rem;align-items:flex-start;background:#fff;padding:1.5rem;border-radius:var(--radius-input);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .2s}.item-row:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-add-item{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:var(--surface-2);color:var(--text-main);font-weight:600;padding:1rem 2rem;border-radius:var(--radius-input);font-size:.95rem;transition:all .2s;width:100%;border:1px dashed var(--border)}.btn-add-item:hover{background:#fff;border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-sm);text-decoration:none}.preview-container{display:flex;justify-content:center;position:sticky;top:calc(var(--header-height) + 2rem)}.invoice-paper{background:#fff;width:100%;max-width:210mm;min-height:297mm;padding:48px;box-shadow:var(--shadow-xl);position:relative;font-family:Inter,sans-serif;transition:transform .3s ease;border-radius:4px}.invoice-header{display:flex;justify-content:space-between;margin-bottom:3rem}.company-name{font-size:1.5rem;font-weight:700;color:var(--text-main)}.company-email{color:var(--text-muted)}.invoice-title{font-size:2.5rem;font-weight:300;color:var(--primary);line-height:1;margin-bottom:.5rem}.invoice-meta{font-size:.9rem;color:var(--text-muted);text-align:right}.invoice-client{margin-bottom:3rem}.text-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem}.client-name{font-size:1.25rem;font-weight:600}.client-email{color:var(--text-muted)}.invoice-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.invoice-table th{border-bottom:2px solid var(--border);padding:1rem 0;font-weight:600;color:var(--text-main);font-size:.9rem}.invoice-table td{border-bottom:1px solid var(--border);padding:1rem 0;color:var(--text-main);font-size:.95rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.invoice-totals{width:50%;margin-left:auto;display:flex;flex-direction:column;gap:.5rem}.total-row{display:flex;justify-content:space-between;font-size:.95rem}.grand-total{font-weight:700;font-size:1.25rem;color:var(--primary);border-top:2px solid var(--border);padding-top:1rem;margin-top:.5rem}.logo-upload-box{border:2px dashed var(--border);border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .2s;background:#f8fafc}.logo-upload-box:hover{border-color:var(--primary);background:#eef2ff}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem}.upload-icon-wrapper{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);box-shadow:0 2px 4px #0000000d}.logo-preview-wrapper{position:relative;display:inline-block}.logo-preview-img{max-height:80px;border-radius:8px;border:1px solid var(--border)}.remove-logo-btn{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;border-radius:50%;padding:4px;display:flex;align-items:center;gap:4px;font-size:.75rem;box-shadow:0 2px 4px #0000001a}.remove-logo-btn:hover{background:#dc2626}.h4{font-size:1.25rem;font-weight:700;line-height:1.4;color:var(--text-main);margin-top:2rem;margin-bottom:1rem}.prose{color:var(--text-secondary);line-height:1.8;font-size:1.05rem}.prose h2{font-size:2.5rem;font-weight:800;color:var(--text-main);letter-spacing:-.03em;margin-bottom:2rem;background:linear-gradient(135deg,var(--text-main) 0%,var(--primary) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.prose strong{color:var(--text-main);font-weight:600}.list-disc{list-style:none;padding-left:0;margin-bottom:2rem}.list-disc li{position:relative;padding-left:1.75rem;margin-bottom:.75rem}.list-disc li:before{content:"•";position:absolute;left:0;color:var(--primary);font-weight:700;font-size:1.25rem;line-height:1.5rem}.pl-5{padding-left:1.25rem}.pro-tip-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--primary-light);box-shadow:var(--shadow-md),0 0 0 1px #4f46e50d;position:relative;overflow:hidden;padding:1.5rem;margin-top:2rem}.pro-tip-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--primary)}.template-btn{padding:.5rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:.85rem;background:#f8fafc;color:var(--text-muted)}.template-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.invoice-logo{max-width:150px;max-height:80px;object-fit:contain;margin-bottom:1rem;display:block}.invoice-meta-grid{margin-top:1rem}.meta-item{display:flex;justify-content:flex-end;gap:1rem;margin-bottom:.25rem}.meta-label{color:var(--text-muted);font-size:.9rem}.meta-value{font-weight:600;font-size:.9rem}.template-clean .invoice-header{border-bottom:none}.template-clean .invoice-table th{background:#f8fafc}.template-clean .grand-total{border-top:2px solid #e2e8f0}.template-modern .invoice-header{background:#f8fafc;margin:-40px -40px 3rem;padding:40px;border-bottom:2px solid var(--primary)}.template-modern .invoice-title{color:var(--text-main)}.template-modern .invoice-table th{background:var(--primary);color:#fff;padding:.75rem}.template-modern .invoice-table td{padding:1rem .75rem}.template-modern .grand-total{color:var(--primary);font-size:1.5rem}.template-classic{font-family:Times New Roman,serif}.template-classic .company-name{font-family:Times New Roman,serif;text-transform:uppercase;letter-spacing:.1em}.template-classic .invoice-title{font-family:Times New Roman,serif;border-bottom:1px solid black;display:inline-block;padding-bottom:5px;color:#000}.template-classic .invoice-table th{border-bottom:1px solid black;border-top:1px solid black;text-transform:uppercase;font-size:.8rem}.template-classic .invoice-table td{border-bottom:1px solid #ddd}.template-classic .grand-total{color:#000;border-top:3px double black;border-bottom:3px double black;padding:10px 0}.invoice-footer{margin-top:4rem;text-align:center;color:var(--text-muted);font-size:.9rem}.app-download-section{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;text-align:center;border-radius:24px;margin:4rem 1.5rem;padding:6rem 2rem}.app-download-section .section-title{color:#fff;font-size:2.5rem;margin-bottom:1rem}.app-download-section .section-subtitle{color:#94a3b8;font-size:1.25rem;max-width:600px;margin:0 auto 3rem}.download-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:.75rem;background:#000;color:#fff;padding:.75rem 1.5rem;border-radius:12px;border:1px solid #334155;transition:transform .2s,border-color .2s}.download-btn:hover{transform:translateY(-2px);border-color:var(--primary)}.download-btn .btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.download-btn .small{font-size:.7rem;font-weight:500;text-transform:uppercase}.download-btn .large{font-size:1.1rem;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.totals-section{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.totals-section{flex-direction:row;justify-content:space-between;align-items:flex-end}}.tax-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.75rem}.tax-field{display:flex;align-items:center;gap:.5rem;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem .75rem;width:140px;transition:all .2s ease}.tax-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px #4f46e51a}.tax-input{width:100%;background:transparent;border:none;font-weight:700;text-align:right;color:var(--text-main);outline:none}.tax-suffix{font-weight:600;color:var(--text-muted)}.total-label{color:var(--text-secondary);font-size:.9rem;font-weight:600;margin-bottom:.5rem}.total-display-value{font-size:2.5rem;font-weight:800;font-family:var(--font-heading);background:linear-gradient(135deg,#2563eb,#7c3aed);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}@media(min-width:768px){.total-display-value{font-size:3rem}}.items-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.items-grid{grid-template-columns:2.5fr .8fr 1fr 1fr 40px;align-items:center;gap:1.5rem}}.items-header{display:none;padding-bottom:.75rem;border-bottom:1px solid var(--border);margin-bottom:1rem;color:var(--text-secondary);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}@media(min-width:768px){.items-header{display:grid}}.item-row{display:grid;grid-template-columns:1fr;gap:.75rem;padding:1rem;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-md);transition:all .2s ease;position:relative}@media(min-width:768px){.item-row{grid-template-columns:subgrid;grid-column:1 / -1;padding:.5rem 0;background:transparent;border:none;border-radius:0;border-bottom:1px solid transparent}.item-row:hover{background:var(--surface-1);border-radius:var(--radius-md)}.item-row:focus-within{background:var(--surface-1)}}.item-field-group{display:flex;flex-direction:column;gap:.25rem}.item-label-mobile{font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);display:block}@media(min-width:768px){.item-label-mobile{display:none}}.item-input{width:100%;background:transparent;border:1px solid transparent;border-radius:var(--radius-sm);padding:.5rem;font-size:.95rem;color:var(--text-main);transition:all .2s}.item-input:hover{background:#fff;border-color:var(--border)}.item-input:focus{background:#fff;border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #4f46e51a}.item-total{font-weight:700;color:var(--text-main);padding:.5rem;text-align:right}.delete-btn{color:var(--text-muted);opacity:.5;transition:all .2s;display:flex;justify-content:center;align-items:center;padding:.5rem;border-radius:var(--radius-sm)}.delete-btn:hover{color:#ef4444;opacity:1;background:#fef2f2}
