@media screen and (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}:focus{outline:2px solid #3498db}::selection{background-color:#3498db}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}*,:after,:before{box-sizing:inherit;margin:0;padding:0}body{margin:0;min-height:100vh;padding:0}::-webkit-scrollbar-track{background:#0000000d;border-radius:8px}::-webkit-scrollbar-thumb{background:#3a86ff80;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#3a86ffb3}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.preload-animation{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:opacity .5s ease-in-out;width:100%;z-index:9999}.preload-spinner{animation:spin 1s linear infinite;border:5px solid #3a86ff33;border-radius:50%;border-top-color:#3a86ff;height:50px;width:50px}.pulse{animation:pulse 2s ease-in-out infinite}.floating{animation:floating 3s ease-in-out infinite}.shimmer{background:linear-gradient(90deg,#fff0,#ffffff80 50%,#fff0);background-size:200% 100%}.transition-all{transition:all .3s ease}.transition-transform{transition:transform .3s ease}.transition-opacity{transition:opacity .3s ease}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}:root{--animation-speed-slow:1s;--animation-speed-medium:0.5s;--animation-speed-fast:0.3s;--transition-bounce:cubic-bezier(0.68,-0.55,0.27,1.55);--transition-smooth:cubic-bezier(0.4,0,0.2,1)}.navbar{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#fffffff2;border-bottom:1px solid #e5e7eb80;box-shadow:0 4px 20px #00000014;display:flex;height:75px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:999}.navbar.scrolled{background-color:#fffffffa;box-shadow:0 4px 20px #0000001f;height:65px}.navbar-container{height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:var(--neutral-900);cursor:pointer;font-size:1.6rem;font-weight:800;gap:12px;justify-content:flex-start;position:relative;text-decoration:none;transition:all .3s ease}.navbar-logo:hover{color:var(--primary);transform:translateY(-1px)}.navbar-logo .highlight{background:linear-gradient(135deg,var(--secondary),var(--primary));-webkit-background-clip:text;background-clip:text;color:#0000;font-weight:900}.navbar-logo:after{background:linear-gradient(135deg,var(--secondary),var(--primary));border-radius:2px;bottom:-4px;content:"";height:2px;left:34px;position:absolute;transition:width .3s ease;width:0}.navbar-logo:hover:after{width:calc(100% - 34px)}.logo-icon{color:var(--primary);filter:drop-shadow(0 2px 4px rgba(58,134,255,.2));height:32px;transition:transform .3s ease;width:32px}.navbar-logo:hover .logo-icon{transform:scale(1.1) rotate(5deg)}.menu-icon{color:var(--neutral-800);cursor:pointer;display:none;font-size:1.8rem;transition:all .3s ease}.menu-icon svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));height:26px;transition:transform .3s ease;width:26px}.menu-icon svg.hidden{display:none}.menu-icon:hover svg{color:var(--primary);transform:scale(1.1)}.nav-menu{gap:15px;list-style:none}.nav-item,.nav-menu{align-items:center;display:flex}.nav-item{height:75px}.nav-link{align-items:center;color:var(--neutral-700);display:flex;font-size:1.05rem;font-weight:600;height:100%;letter-spacing:.01em;padding:10px 16px;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:var(--primary)}.nav-link:after{background:linear-gradient(90deg,var(--primary),var(--primary-light));border-radius:3px 3px 0 0;bottom:0;content:"";height:3px;left:0;opacity:0;position:absolute;transition:all .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{opacity:1;width:100%}.nav-link.active{color:var(--primary);font-weight:700}@media screen and (max-width:960px){.navbar{height:65px;position:fixed;width:100%}.navbar.menu-active{height:auto}.navbar-container{position:relative}.nav-item{height:65px}.menu-icon{display:block;position:absolute;right:20px;top:50%;transform:translateY(-70%);z-index:1000}.nav-menu{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#fffffffa;border:1px solid #e5e7eb80;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:0;height:auto;left:50%;margin-top:-1px;opacity:0;overflow:hidden;padding:8px 0;position:fixed;top:65px;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;width:calc(100% - 40px);z-index:998}.nav-menu.active{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.nav-item{align-items:center;display:flex;height:50px;justify-content:center;transition:all .3s ease;width:100%}.nav-item:hover{background-color:#3a86ff14}.nav-link{align-items:center;border-bottom:1px solid #e5e7eb80;color:var(--neutral-800);display:flex;font-size:1.1rem;height:100%;justify-content:center;padding:12px 24px;text-align:center;transition:all .3s ease;width:100%}.nav-link:hover{color:var(--primary);transform:translateX(4px)}.nav-link.active{background-color:#3a86ff14;color:var(--primary);font-weight:600}.nav-item:last-child .nav-link{border-bottom:none}.navbar-logo{align-items:center;display:flex;font-size:1.4rem;left:auto;position:relative;top:auto;transform:none}}@media screen and (max-width:480px){.navbar-logo{font-size:1.2rem}.navbar-logo .logo-icon{height:28px;width:28px}.navbar-container{padding:0 15px}.menu-icon{right:15px}.menu-icon svg{height:24px;width:24px}.nav-menu{border-radius:10px;top:48px;width:calc(100% - 30px)}.nav-link{font-size:1rem;padding:12px 20px}}.footer{background-color:var(--neutral-900);border-top:1px solid var(--neutral-800);color:#fff;font-size:.9rem;margin-top:50px;padding:40px 0 15px}.footer-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.brand-section{flex:1 1 250px;margin-right:40px}.footer-section h3{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:15px}.pro-text{color:var(--primary);font-weight:800}.footer-section p{color:var(--neutral-300);font-size:.9rem;line-height:1.5;margin-bottom:10px}.footer-columns{display:flex;flex:1 1 600px;flex-wrap:wrap;gap:40px}.footer-section{flex:1 1;min-width:140px}.footer-section h4{color:var(--neutral-100);font-size:1rem;font-weight:600;margin-bottom:15px;position:relative}.social-icons{display:flex;gap:12px;margin-top:20px}.social-icons a{align-items:center;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;color:var(--neutral-300);display:inline-flex;font-size:1.1rem;height:32px;justify-content:center;text-decoration:none;transition:all .2s ease;width:32px}.social-icons a:hover{background-color:#ffffff1a;color:var(--primary);transform:translateY(-2px)}.footer-contact,.footer-links{list-style:none;margin:0;padding:0}.footer-contact li,.footer-links li{margin-bottom:10px}.footer-contact a,.footer-contact p,.footer-links a{color:var(--neutral-400);display:inline-block;font-size:.85rem;text-decoration:none;transition:all .2s ease}.footer-contact a:hover,.footer-links a:hover{color:var(--primary);transform:translateX(2px)}.footer-bottom{align-items:center;border-top:1px solid #ffffff0d;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin:30px auto 0;max-width:1200px;padding:20px 20px 0}.footer-bottom p{color:var(--neutral-500);font-size:.8rem;margin:0}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:var(--neutral-500);font-size:.8rem;text-decoration:none;transition:color .2s ease}.footer-bottom-links a:hover{color:var(--primary)}@media screen and (max-width:992px){.footer{padding:30px 0 10px}.footer-container{gap:20px}.brand-section{flex:1 1 100%;margin-bottom:10px;margin-right:0}.footer-columns{flex:1 1 100%}}@media screen and (max-width:768px){.footer{padding:25px 0 10px}.footer-container{flex-direction:column;gap:15px}.footer-columns{gap:25px}.footer-section{flex:1 1 auto;min-width:120px}.footer-bottom{flex-direction:column;margin-top:25px;padding-top:15px;text-align:center}.footer-bottom-links{justify-content:center}}@media screen and (max-width:480px){.footer{padding:20px 0 10px}.footer-columns{flex-direction:column;gap:20px}.footer-section h4{margin-bottom:10px}.footer-section{margin-bottom:0}}.home-container{overflow-x:hidden;width:100%}.hero-section{align-items:center;background-color:var(--dark-blue);border-radius:0 0 50px 50px;box-shadow:0 20px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;padding:120px 40px 140px;position:relative;z-index:1}.hero-background{background:linear-gradient(135deg,#0c1c40,#0a4bcf);opacity:.95;z-index:-1}.hero-background,.hero-background:before{height:100%;left:0;position:absolute;top:0;width:100%}.hero-background:before{background-image:radial-gradient(circle at 20% 30%,#3a86ff66 0,#0000 30%),radial-gradient(circle at 80% 20%,#ff3a864d 0,#0000 30%);content:""}.particles{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.particle{animation:float 15s ease-in-out infinite;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff14;border-radius:50%;box-shadow:0 0 15px #ffffff1a;position:absolute}.particle-1{animation-delay:0s;height:80px;left:5%;top:10%;width:80px}.particle-2{animation-delay:1s;height:60px;left:80%;top:20%;width:60px}.particle-3{animation-delay:2s;height:40px;left:50%;top:50%;width:40px}.particle-4{animation-delay:3s;height:100px;left:10%;top:70%;width:100px}.particle-5{animation-delay:4s;height:50px;left:30%;top:30%;width:50px}.particle-6{animation-delay:5s;height:70px;left:70%;top:80%;width:70px}.particle-7{animation-delay:6s;height:65px;left:40%;top:60%;width:65px}.particle-8{animation-delay:7s;height:45px;left:60%;top:40%;width:45px}.particle-9{animation-delay:8s;height:55px;left:90%;top:90%;width:55px}.particle-10{animation-delay:9s;height:85px;left:70%;top:5%;width:85px}.particle-11{animation-delay:10s;height:75px;left:25%;top:75%;width:75px}.particle-12{animation-delay:11s;height:95px;left:95%;top:25%;width:95px}.particle-13{animation-delay:12s;height:60px;left:85%;top:15%;width:60px}.particle-14{animation-delay:13s;height:40px;left:15%;top:55%;width:40px}.particle-15{animation-delay:14s;height:90px;left:45%;top:85%;width:90px}.hero-content{align-items:center;color:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;position:relative;text-align:center;width:100%;z-index:2}.hero-text{animation:fadeInUp 1s ease-out;margin-bottom:40px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-text h1{color:#fff;font-size:4rem;font-weight:800;letter-spacing:-.01em;line-height:1.2;margin-bottom:24px;text-shadow:0 4px 12px #0000004d}.hero-text p{color:#ffffffe6;font-size:1.35rem;line-height:1.6;margin:0 auto;max-width:800px;text-shadow:0 2px 8px #0003}.hero-text .highlight{background:linear-gradient(to right,var(--secondary-light),var(--primary-light));-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-weight:900;padding:0 5px;position:relative}.hero-text .highlight:after{background:var(--secondary);border-radius:var(--radius-sm);bottom:5px;content:"";height:8px;left:0;opacity:.3;position:absolute;width:100%;z-index:-1}.hero-buttons{animation:fadeIn 1s ease-out .4s forwards;display:flex;gap:20px;justify-content:center;margin:40px 0;opacity:0}.cta-button{border-radius:var(--radius-full);box-shadow:0 8px 20px #00000026;display:inline-block;font-size:1.1rem;font-weight:700;overflow:hidden;padding:15px 32px;position:relative;text-align:center;transition:all .3s ease;z-index:1}.cta-button:after{width:100%;z-index:-2}.cta-button:after,.cta-button:before{bottom:0;content:"";height:100%;left:0;position:absolute}.cta-button:before{transition:all .3s;width:0;z-index:-1}.cta-button:hover{color:#fff;transform:translateY(-5px)}.cta-button:hover:before{width:100%}.primary-cta{background-color:var(--primary);box-shadow:0 8px 25px #3a86ff66;color:#fff}.primary-cta:before{background-color:var(--primary-dark)}.primary-cta:hover{box-shadow:0 12px 30px #3a86ff80}.secondary-cta{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff1a;border:2px solid #fff3;color:var(--neutral-100)}.secondary-cta:before{background-color:#ffffff26}.secondary-cta:hover{border-color:#ffffff4d;box-shadow:0 12px 30px #0003}.hero-cards{animation:fadeIn 1s ease-out .8s forwards;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:50px;max-width:800px;opacity:0;width:100%}.hero-card{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000040;border:1px solid #ffffff1a;border-radius:var(--radius-full);box-shadow:0 8px 20px #0003;display:flex;gap:12px;padding:15px 25px;transition:all .3s ease}.hero-card:hover{background-color:#00000059;border-color:#fff3;box-shadow:0 12px 30px #0000004d;transform:translateY(-5px)}.hero-card-icon{align-items:center;background-color:#3a86ff80;border-radius:50%;box-shadow:0 4px 12px #0003;color:#fff;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.hero-card-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:22px;width:22px}.hero-card:hover .hero-card-icon{background-color:var(--primary);transform:scale(1.1) rotate(10deg)}.hero-card span{color:#fff;font-size:1.1rem;font-weight:600;text-shadow:0 2px 4px #0000004d}.hero-wave{bottom:-120px;filter:drop-shadow(0 -10px 10px rgba(0,0,0,.03));left:0;position:absolute;width:100%;z-index:3}.hero-wave svg{display:block;height:auto;width:100%}@media screen and (max-width:480px){.hero-wave{bottom:-2px}}.featured-calculators{margin:0 auto;max-width:1200px;padding:80px 20px}.section-title{color:var(--neutral-900);font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;padding-bottom:20px;z-index:5}.section-title:after{background:var(--primary);box-shadow:0 2px 4px #2563eb1a;height:4px;width:80px}.calculator-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.calculator-card{background:#fff;border:1px solid var(--neutral-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;padding:30px;text-align:center;transition:all .3s ease}.calculator-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.calculator-icon-container{align-items:center;background:var(--primary);border-radius:50%;color:#fff;display:flex;height:70px;justify-content:center;margin:0 auto 20px;transition:all .3s ease;width:70px}.calculator-icon-container svg{height:40px;width:40px}.calculator-card:hover .calculator-icon-container{background:var(--primary-dark);transform:scale(1.1)}.calculator-card h3{color:var(--neutral-900);font-size:1.5rem;margin-bottom:15px}.calculator-card p{color:var(--neutral-600);margin-bottom:20px}.card-button{background-color:var(--primary);border-radius:var(--radius-full);color:#fff;display:inline-block;font-weight:600;padding:10px 20px;text-align:center;transition:all .3s ease}.card-button:hover{background-color:var(--primary-dark);transform:translateY(-2px)}.card-button.secondary{background-color:initial;border:2px solid var(--primary);color:var(--primary)}.card-button.secondary:hover{background-color:var(--primary);color:#fff}.benefits-section{background:#f9fafb;background:var(--neutral-50,#f9fafb);margin:0 auto;overflow:hidden;padding:100px 20px;position:relative}.benefits-background{background-image:radial-gradient(circle at 20% 30%,#3a86ff14 0,#0000 300px),radial-gradient(circle at 80% 70%,#ff3a8614 0,#0000 300px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.features{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:50px auto 0;max-width:1200px;position:relative;z-index:1}.feature{align-items:center;background:#fff;border:1px solid #0000000d;border-radius:var(--radius-lg);box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;display:flex;flex-direction:column;height:100%;min-height:300px;padding:40px 30px;text-align:center;transition:all .3s ease}.feature:hover{border-color:#00000014;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-10px)}.feature-icon-container{align-items:center;background:var(--primary);border-radius:50%;box-shadow:0 10px 20px #2563eb26,0 4px 8px #2563eb1a;color:#fff;display:flex;height:85px;justify-content:center;margin:0 auto 25px;transition:all .3s ease;width:85px}.feature-icon-container svg{height:42px;width:42px}.feature:hover .feature-icon-container{background:var(--primary-dark);box-shadow:0 15px 25px #2563eb33,0 5px 10px #2563eb26;transform:scale(1.1)}.feature h3{color:var(--neutral-900);font-size:1.5rem;margin-bottom:15px}.feature p{color:var(--neutral-600);line-height:1.6}@media screen and (max-width:1200px){.features{gap:25px;grid-template-columns:repeat(2,1fr);padding:0 20px}}@media screen and (max-width:768px){.benefits-section{padding:80px 15px}.features{gap:25px;grid-template-columns:1fr}.feature{padding:30px 25px}.feature-icon-container{height:70px;margin-bottom:20px;width:70px}.feature h3{font-size:1.3rem;margin-bottom:12px}}@media screen and (max-width:480px){.benefits-section{padding:60px 15px}.features{gap:20px}.feature{padding:25px 20px}.feature-icon-container{height:60px;width:60px}.feature-icon-container svg{height:30px;width:30px}.feature h3{font-size:1.2rem}}.how-it-works{margin:0 auto;max-width:1200px;padding:100px 20px}.steps-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-top:40px;position:relative}.steps-container:before{background-color:var(--neutral-200);content:"";height:2px;left:50%;position:absolute;top:50px;transform:translateX(-50%);width:80%;z-index:0}.step{align-items:center;background:#fff;border:1px solid var(--neutral-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;padding:30px;position:relative;text-align:center;transition:all .3s ease;width:300px;z-index:1}.step:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.step-number{align-items:center;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin-bottom:20px;transition:all .3s ease;width:60px}.step:hover .step-number{background:var(--primary-dark);transform:scale(1.1)}.step h3{color:var(--neutral-900);font-size:1.5rem;margin-bottom:15px}.step p{color:var(--neutral-600)}.testimonials-section{background:var(--neutral-100);padding:100px 20px}.testimonials-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.testimonial{background:#fff;border:1px solid var(--neutral-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:30px;position:relative;transition:all .3s ease}.testimonial:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.testimonial-ratings{color:var(--warning);font-size:1.2rem;margin-bottom:15px}.testimonial .quote{border-left:3px solid var(--primary-light);color:var(--neutral-700);font-style:italic;margin-bottom:20px;padding-left:20px;position:relative}.author{gap:15px}.author,.author-avatar{align-items:center;display:flex}.author-avatar{background:var(--primary-dark);border-radius:50%;color:#fff;font-weight:700;height:50px;justify-content:center;width:50px}.author-info{display:flex;flex-direction:column}.author-name{color:var(--neutral-900);font-weight:600}.author-title{color:var(--neutral-500);font-size:.9rem}.cta-section{color:#fff;margin:0 auto;overflow:hidden;padding:100px 20px;position:relative;text-align:center}.cta-background{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.cta-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.cta-content h2{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:20px}.cta-content p{font-size:1.25rem;margin-bottom:40px;opacity:.9}.cta-content .cta-button{background-color:#fff;border:none;box-shadow:0 4px 15px #0003;color:var(--primary)}.cta-content .cta-button:before{background-color:var(--neutral-100)}.cta-content .cta-button:hover{color:var(--primary-dark)}.animate-on-scroll{opacity:0}.animate-on-scroll.animate{opacity:1}.fade-in-animation.animate{animation:fadeIn .8s forwards}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-600{animation-delay:.6s}.slide-in-left-animation.animate{animation:slideInLeft .6s forwards}.slide-in-right-animation.animate{animation:slideInRight .6s forwards}.zoom-in-animation.animate{animation:zoomIn .6s forwards}@media screen and (max-width:992px){.hero-section{padding:100px 30px 120px}.hero-text h1{font-size:3.5rem}.hero-cards{gap:20px}.hero-card{padding:12px 20px}.particle-11,.particle-12,.particle-13,.particle-14,.particle-15{display:none}}@media screen and (max-width:768px){.hero-section{border-radius:0 0 40px 40px;padding:80px 20px 100px}.hero-text h1{font-size:2.8rem;margin-bottom:20px}.hero-text p{font-size:1.1rem}.hero-buttons{flex-direction:column;gap:15px;max-width:300px;width:100%}.cta-button{font-size:1rem;padding:14px 20px;width:100%}.hero-cards{flex-direction:column;gap:15px;max-width:300px;width:100%}.hero-card{justify-content:flex-start;width:100%}.hero-card-icon{height:36px;width:36px}.hero-card span{font-size:1rem}.section-title{font-size:2rem}.particle-10,.particle-11,.particle-12,.particle-13,.particle-14,.particle-15,.particle-6,.particle-7,.particle-8,.particle-9{display:none}@keyframes float{0%,to{opacity:.5;transform:translateY(0) translateX(0)}25%{opacity:.8;transform:translateY(-15px) translateX(10px)}50%{opacity:.6;transform:translateY(0) translateX(20px)}75%{opacity:.8;transform:translateY(15px) translateX(10px)}}}@media screen and (max-width:480px){.hero-section{border-radius:0 0 30px 30px;padding:70px 15px 90px}.hero-text h1{font-size:2.2rem;margin-bottom:16px}.hero-text p{font-size:1rem;max-width:100%}.cta-button{font-size:.95rem;padding:12px 20px}.hero-cards{margin-top:30px}.hero-card{padding:10px 16px}.hero-card-icon{height:32px;width:32px}.hero-card span{font-size:.9rem}.particle-10,.particle-11,.particle-12,.particle-13,.particle-14,.particle-15,.particle-4,.particle-5,.particle-6,.particle-7,.particle-8,.particle-9{display:none}.hero-text .highlight:after{bottom:4px;height:6px}}:root{--primary-light:#60a5fa;--primary:#3b82f6;--primary-dark:#2563eb;--surface-light:#fff;--surface:#f8fafc;--border-light:#e2e8f0;--border:#cbd5e1;--text-primary:#1e293b;--text-secondary:#475569;--text-light:#94a3b8}.search-filter-container{background:#fff;background:var(--surface-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:16px;box-shadow:0 4px 20px #00000014;gap:1.5rem;margin-bottom:2rem;padding:1.25rem;position:relative;transition:all .3s ease}.search-filter-container:hover{box-shadow:0 8px 30px #0000001f}.search-box-tools{max-width:280px;min-width:280px;position:relative}.search-box input{background-color:#f8fafc;background-color:var(--surface);border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:12px;color:#1e293b;color:var(--text-primary);font-size:.9375rem;padding:.875rem 1rem .875rem 2.75rem;transition:all .2s ease}.search-box:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394A3B8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21 21-6-6m2-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:18px;left:1rem;opacity:.7;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:18px}.search-box input:hover{border-color:#cbd5e1;border-color:var(--border)}.search-box input:focus,.search-box input:hover{background-color:#fff;background-color:var(--surface-light)}.search-box input:focus{box-shadow:0 0 0 3px #3b82f626}.search-box input:focus+.search-box:before{opacity:1}.search-box input::placeholder{color:#94a3b8;color:var(--text-light);font-weight:400}.category-filters{align-items:center;gap:.625rem;scroll-behavior:smooth;scrollbar-color:#cbd5e1 #f8fafc;scrollbar-color:var(--border) var(--surface);scrollbar-width:thin;width:calc(100% - 300px)}.category-filters::-webkit-scrollbar{height:6px}.category-filters::-webkit-scrollbar-track{background:#f8fafc;background:var(--surface);border-radius:6px}.category-filters::-webkit-scrollbar-thumb{background-color:#cbd5e1;background-color:var(--border);border:2px solid #f8fafc;border:2px solid var(--surface);border-radius:6px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.category-filters::-webkit-scrollbar-thumb:hover{background-color:#94a3b8;background-color:var(--text-light)}.category-btn{align-items:center;background-color:#f8fafc;background-color:var(--surface);border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:10px;color:#475569;color:var(--text-secondary);display:inline-flex;font-size:.875rem;height:38px;justify-content:center;min-width:110px;overflow:hidden;padding:.625rem 1.25rem;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.category-btn:before{background:#3b82f6;background:var(--primary);border-radius:8px;content:"";height:100%;left:50%;opacity:.1;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .3s ease;width:100%}.category-btn:hover{border-color:var(--primary);color:#3b82f6;color:var(--primary);transform:translateY(-1px)}.category-btn:hover:before{transform:translate(-50%,-50%) scale(1)}.category-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;box-shadow:0 4px 12px #3b82f640}.category-btn.active:hover{box-shadow:0 6px 16px #3b82f64d;transform:translateY(-2px)}@media screen and (max-width:768px){.search-filter-container{border-radius:14px;flex-direction:column;gap:1rem;margin:1rem;padding:1rem}.search-box-tools{max-width:100%;min-width:100%}.search-box input{font-size:1rem;padding:.75rem 1rem .75rem 2.5rem}.category-filters{-ms-overflow-style:none;gap:.75rem;margin:0;padding:.25rem 0;scrollbar-width:none;width:100%}.category-filters::-webkit-scrollbar{display:none}.category-btn{border-width:1px;flex-basis:calc(50% - 0.375rem);flex-grow:0;flex-shrink:0;font-size:.9375rem;height:42px;min-width:calc(50% - .375rem);scroll-snap-align:start}.category-btn:active{transform:scale(.98)}}@media screen and (max-width:480px){.search-filter-container{margin:.75rem;padding:.875rem}.search-box input{font-size:.9375rem}.category-btn{font-size:.875rem;height:40px;padding:.5rem 1rem}}.category-btn{animation:fadeIn .3s ease-out,scaleIn .2s ease-out}.search-filter-container{animation:fadeIn .4s ease-out}.category-btn.active{animation:activeScale .2s ease-out forwards}@keyframes activeScale{0%{transform:scale(.95)}50%{transform:scale(1.05)}to{transform:scale(1)}}.calculators-container{margin:0 auto;max-width:1200px;padding:0 1rem 4rem}.calculators-container h1{color:var(--primary-dark);font-size:2.5rem;font-weight:700;margin-bottom:15px;margin-top:30px;text-align:center}.calculators-container>p{color:var(--neutral-600);font-size:1.2rem;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.search-filter-container{background-color:var(--neutral-100)}.search-box{margin-bottom:20px}.search-box input{border:2px solid var(--neutral-200)}.search-box input:focus{border-color:var(--primary)}.category-filters{flex-wrap:wrap}.category-btn{border:2px solid var(--neutral-200);color:var(--neutral-700)}.category-btn:hover{background-color:var(--primary-light);border-color:var(--primary-light)}.category-btn.active{background-color:var(--primary);border-color:var(--primary)}.calculators-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.calculator-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;height:100%;margin-bottom:10px;min-height:300px;overflow:visible;padding:22px;position:relative;transition:transform .3s,box-shadow .3s}.calculator-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-5px)}.calculator-card h3{word-wrap:break-word;color:#111827;font-size:1.3rem;margin-bottom:1rem;padding-right:40px}.category-tag{right:20px;top:20px}.category-tag.business{background-color:#0891b2;background-image:linear-gradient(135deg,#0891b2,#06b6d4);box-shadow:0 2px 6px #0891b266;color:#fff;font-weight:700}.category-tag.math{background-color:#ca8a04;background-image:linear-gradient(135deg,#ca8a04,#eab308)}.category-tag.finance{background-color:#16a34a;background-image:linear-gradient(135deg,#16a34a,#22c55e)}.category-tag.health{background-color:#dc2626;background-image:linear-gradient(135deg,#dc2626,#ef4444)}.category-tag.real-estate{background-color:#f59e0b;background-image:linear-gradient(135deg,#f59e0b,#fbbf24)}.calculator-card p{word-wrap:break-word;color:#6b7280;flex-grow:1;-webkit-hyphens:auto;hyphens:auto;line-height:1.6;margin-bottom:1.5rem;overflow-wrap:break-word}.use-calculator-btn{background-color:#2563eb;border-radius:8px;color:#fff!important;display:block;font-weight:500;margin-top:auto;padding:.75rem;text-align:center;text-decoration:none;transition:background-color .2s;width:100%}.use-calculator-btn:hover{background-color:#1d4ed8}.no-results{background-color:var(--neutral-100);border:1px dashed var(--neutral-300);color:var(--neutral-600)}@media screen and (max-width:992px){.calculators-container h1{font-size:2.2rem}.calculators-container>p{font-size:1.1rem}.calculators-grid{grid-template-columns:repeat(2,1fr)}.calculator-card{padding:25px}.category-tag{right:20px;top:20px}}@media screen and (max-width:768px){.calculators-container{padding:0 15px 30px}.calculators-container h1{font-size:1.9rem;margin-top:20px}.calculators-container>p{font-size:1rem;margin-bottom:30px}.search-filter-container{padding:20px}.calculators-grid{gap:1.5rem;grid-template-columns:1fr}.category-filters{-webkit-overflow-scrolling:touch;flex-direction:row;justify-content:flex-start;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin}.category-filters::-webkit-scrollbar{height:4px}.category-filters::-webkit-scrollbar-track{background:var(--neutral-100)}.category-filters::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:10px}.category-btn{flex:0 0 auto;font-size:.9rem;padding:8px 16px;white-space:nowrap}.calculator-card h3{font-size:1.3rem;margin-right:50px;margin-top:5px;padding-right:0}.category-tag{font-size:.75rem;padding:4px 10px;right:15px;top:15px}}@media screen and (max-width:480px){.calculators-container h1{font-size:1.7rem}.calculators-grid{gap:20px;grid-template-columns:1fr;margin:0 auto;max-width:100%}.search-box input{padding:12px 20px}.calculator-card{margin:0;min-height:240px;padding:20px;width:100%}.calculator-card h3{font-size:1.2rem;-webkit-hyphens:auto;hyphens:auto;margin-right:0;margin-top:25px;padding-right:0;word-break:break-word}.use-calculator-btn{font-size:.95rem;padding:12px 15px;width:100%}.no-results{padding:30px 15px}.category-tag{font-size:.7rem;padding:3px 8px;right:15px;top:15px}.search-filter-container{margin-bottom:25px;padding:15px}.calculator-card p{font-size:.95rem;margin-bottom:20px}}.tools-container{margin:0 auto;max-width:1200px;padding:0 1rem 4rem}.tools-container h1{color:#1e40af;color:var(--primary-dark,#1e40af);font-size:2.5rem;font-weight:700;margin-bottom:15px;margin-top:30px;text-align:center}.tools-intro{color:#4b5563;color:var(--neutral-600,#4b5563);font-size:1.2rem;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.search-filter-container{align-items:center;background-color:#f9fafb;background-color:var(--neutral-100,#f9fafb);border-radius:15px;box-shadow:0 4px 12px #0a246314;display:flex;gap:20px;margin-bottom:40px;padding:25px}.search-box-tools{flex-shrink:0;margin-bottom:0;max-width:300px;min-width:300px}.search-box input{background-color:#fff;border:2px solid #e5e7eb;border:2px solid var(--neutral-200,#e5e7eb);border-radius:30px;outline:none;padding:15px 25px;transition:all .3s ease}.search-box input:focus{border-color:#2563eb;border-color:var(--primary,#2563eb);box-shadow:0 0 0 3px #3a86ff33}.category-filters{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;padding:.5rem;position:relative;width:calc(100% - 320px)}.category-filters::-webkit-scrollbar{display:none}.category-btn{background-color:#fff;border:2px solid #e5e7eb;border:2px solid var(--neutral-200,#e5e7eb);border-radius:30px;color:#374151;color:var(--neutral-700,#374151);cursor:pointer;flex:0 0 auto;font-size:.95rem;font-weight:500;padding:10px 20px;transition:all .3s ease;white-space:nowrap}.category-btn:hover{background-color:#3b82f6;background-color:var(--primary-light,#3b82f6);border-color:#3b82f6;border-color:var(--primary-light,#3b82f6);color:#fff;transform:translateY(-2px)}.category-btn.active{background-color:#2563eb;background-color:var(--primary,#2563eb);border-color:#2563eb;border-color:var(--primary,#2563eb);box-shadow:0 4px 12px #3a86ff33;color:#fff}.tools-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.tool-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;height:100%;margin-bottom:10px;min-height:300px;overflow:visible;padding:22px;position:relative;transition:transform .3s,box-shadow .3s}.tool-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-5px)}.tool-card h3{word-wrap:break-word;color:#111827;font-size:1.3rem;margin-bottom:1rem;padding-right:40px}.category-tag{background-color:#4f46e5;border-radius:20px;box-shadow:0 2px 5px #0000001a;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;max-width:120px;overflow:hidden;padding:6px 12px;position:absolute;right:2px;text-overflow:ellipsis;top:-5px;white-space:nowrap;z-index:10}.category-tag.text{background-color:#0891b2;background-image:linear-gradient(135deg,#0891b2,#06b6d4)}.category-tag.conversion{background-color:#9333ea;background-image:linear-gradient(135deg,#9333ea,#a855f7)}.category-tag.design{background-color:#f59e0b;background-image:linear-gradient(135deg,#f59e0b,#fbbf24)}.category-tag.security{background-color:#dc2626;background-image:linear-gradient(135deg,#dc2626,#ef4444)}.category-tag.development{background-color:#16a34a;background-image:linear-gradient(135deg,#16a34a,#22c55e)}.tool-card p{word-wrap:break-word;color:#6b7280;flex-grow:1;-webkit-hyphens:auto;hyphens:auto;line-height:1.6;margin-bottom:1.5rem;overflow-wrap:break-word}.use-tool-btn{background-color:#2563eb;border-radius:8px;color:#fff!important;display:block;font-weight:500;margin-top:auto;padding:.75rem;text-align:center;text-decoration:none;transition:background-color .2s;width:100%}.use-tool-btn:hover{background-color:#1d4ed8}.no-results{background-color:var(--neutral-100,#f9fafb);border:1px dashed var(--neutral-300,#d1d5db);border-radius:15px;color:#4b5563;color:var(--neutral-600,#4b5563);grid-column:1/-1;padding:50px}@media screen and (max-width:992px){.tools-container h1{font-size:2.2rem}.tools-intro{font-size:1.1rem}.tools-grid{grid-template-columns:repeat(2,1fr)}.tool-card{padding:25px}.category-tag{right:20px;top:20px}}@media screen and (max-width:768px){.tools-container{padding:0 15px 30px}.tools-container h1{font-size:1.9rem;margin-top:20px}.tools-intro{font-size:1rem;margin-bottom:30px}.search-filter-container{flex-direction:column;gap:15px;padding:15px}.search-box-tools{margin-bottom:10px;max-width:100%;min-width:100%}.category-filters{gap:10px;margin:0 -1rem;padding:.5rem 1rem;width:100%}.category-btn{align-items:center;display:flex;flex-basis:calc(50% - 5px);flex-grow:0;flex-shrink:0;font-size:.875rem;justify-content:center;min-width:calc(50% - 5px);padding:8px 16px;scroll-snap-align:start;text-align:center}.tool-card h3{font-size:1.3rem;margin-right:50px;margin-top:5px;padding-right:0}.category-tag{font-size:.75rem;padding:4px 10px;right:15px;top:15px}.search-filter-container:after,.search-filter-container:before{bottom:15px;top:70px;width:20px}}@media screen and (max-width:480px){.tools-container h1{font-size:1.7rem}.tools-grid{gap:20px;grid-template-columns:1fr;margin:0 auto;max-width:100%}.search-box input{padding:12px 20px}.tool-card{margin:0;min-height:240px;padding:20px;width:100%}.tool-card h3{font-size:1.2rem;-webkit-hyphens:auto;hyphens:auto;margin-right:0;margin-top:25px;padding-right:0;word-break:break-word}.use-tool-btn{font-size:.95rem;padding:12px 15px;width:100%}.no-results{padding:30px 15px}.category-tag{font-size:.7rem;padding:3px 8px;right:15px;top:15px}.search-filter-container{padding:12px}.tool-card p{font-size:.95rem;margin-bottom:20px}.category-btn{font-size:.8125rem;padding:8px 12px}}.breadcrumbs-container{margin-top:20px;position:relative;z-index:10}@media screen and (max-width:768px){.breadcrumbs-container{border-radius:6px;margin-bottom:15px;padding:8px 12px}.breadcrumbs{font-size:.85rem}.breadcrumb-separator{margin:0 6px}}@media (prefers-reduced-motion:reduce){.breadcrumb-item a{transition:none}}.about-container{margin:0 auto;max-width:1200px;padding:20px;width:100%}.about-hero{background-color:#f5f9ff;background-image:linear-gradient(135deg,#f5f9ff,#deeaff);border-radius:10px;margin-bottom:50px;padding:60px 20px;text-align:center}.about-hero h1{color:#0a2463;font-size:2.5rem;margin-bottom:15px}.about-hero p{color:#444;font-size:1.2rem;margin:0 auto;max-width:700px}.about-content{display:flex;flex-direction:column;gap:50px}.about-section,.about-section h2{margin-bottom:20px}.about-section h2{color:#0a2463;font-size:1.8rem;padding-bottom:10px;position:relative}.about-section h2:after{background-color:#3498db;bottom:0;content:"";height:3px;left:0;position:absolute;width:40px}.about-section p{color:#444;line-height:1.6;margin-bottom:15px}.values-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:30px}.value-card{background-color:#f5f9ff;border-radius:8px;box-shadow:0 3px 10px #0000001a;padding:25px;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card h3{color:#0a2463;font-size:1.3rem;margin-bottom:15px}.value-card p{color:#555}@media screen and (max-width:768px){.about-hero h1{font-size:2rem}.about-hero p{font-size:1rem}.values-grid{grid-template-columns:1fr}}.contact-container{margin:0 auto;max-width:1200px;padding:20px;width:100%}.contact-hero{background-color:#f5f9ff;background-image:linear-gradient(135deg,#f5f9ff,#deeaff);border-radius:10px;margin-bottom:50px;padding:60px 20px;text-align:center}.contact-hero h1{color:#0a2463;font-size:2.5rem;margin-bottom:15px}.contact-hero p{color:#444;font-size:1.2rem;margin:0 auto;max-width:700px}.contact-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 2fr;margin-bottom:50px}.contact-info{display:flex;flex-direction:column;gap:30px}.info-item h3{color:#0a2463;font-size:1.3rem;margin-bottom:10px;padding-bottom:10px;position:relative}.info-item h3:after{background-color:#3498db;bottom:0;content:"";height:2px;left:0;position:absolute;width:30px}.info-item p{color:#555;line-height:1.6}.social-links{display:flex;gap:15px;margin-top:5px}.social-link{color:#3498db;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#2980b9;text-decoration:underline}.contact-form-container{background-color:#f5f9ff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:30px}.contact-form-container h2{color:#0a2463;font-size:1.8rem;margin-bottom:25px;text-align:center}.contact-form{gap:20px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#333;font-weight:700}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.submit-btn{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:10px;padding:12px 20px;transition:background-color .3s ease}.submit-btn:hover{background-color:#2980b9}.form-success-message{padding:30px;text-align:center}.form-success-message p{color:#0a2463;font-size:1.2rem;margin-bottom:20px}.form-success-message button{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s ease}.form-success-message button:hover{background-color:#2980b9}.faq-section{margin-top:50px}.faq-section h2{color:#0a2463;font-size:1.8rem;margin-bottom:30px;padding-bottom:15px;position:relative;text-align:center}.faq-section h2:after{background-color:#3498db;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:50px}.faq-container{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.faq-item{background-color:#f5f9ff;border-radius:8px;box-shadow:0 3px 10px #0000000d;padding:25px}.faq-item h3{color:#0a2463;font-size:1.3rem;margin-bottom:15px}.faq-item p{color:#555}@media screen and (max-width:768px){.contact-hero h1{font-size:2rem}.contact-hero p{font-size:1rem}.contact-content,.faq-container{grid-template-columns:1fr}}.privacy-policy{background-color:var(--neutral-50);min-height:100vh;padding:80px 0}.privacy-policy .container{margin:0 auto;max-width:800px;padding:0 20px}.privacy-policy h1{color:var(--neutral-900);font-size:2.5rem;margin-bottom:10px;text-align:center}.privacy-policy .last-updated{color:var(--neutral-600);font-size:.95rem;margin-bottom:40px;text-align:center}.policy-section{background:#fff;border-radius:var(--radius-lg);box-shadow:0 2px 4px #0000000d;margin-bottom:30px;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.policy-section:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.policy-section h2{border-bottom:2px solid var(--neutral-100);color:var(--neutral-900);font-size:1.8rem;margin-bottom:20px;padding-bottom:10px}.policy-section h3{color:var(--neutral-800);font-size:1.4rem;margin:25px 0 15px}.policy-section p{color:var(--neutral-700);line-height:1.6;margin-bottom:15px}.policy-section ul{list-style-type:none;margin-bottom:20px;padding-left:20px}.policy-section ul li{color:var(--neutral-700);line-height:1.6;margin-bottom:10px;position:relative}.policy-section ul li:before{color:var(--primary);content:"•";font-weight:700;left:-20px;position:absolute}.policy-section .note{background-color:var(--neutral-50);color:var(--neutral-600)}.policy-section .example,.policy-section .note{border-left:4px solid var(--primary);font-size:.95rem;margin:20px 0;padding:15px}.policy-section .example{background-color:var(--primary-light);color:var(--neutral-700)}@media screen and (max-width:768px){.privacy-policy{padding:60px 0}.privacy-policy h1{font-size:2rem}.policy-section{padding:20px}.policy-section h2{font-size:1.5rem}.policy-section h3{font-size:1.2rem}.policy-section .example,.policy-section .note{padding:12px}}@media screen and (max-width:480px){.privacy-policy{padding:40px 0}.privacy-policy h1{font-size:1.8rem}.policy-section{padding:15px}.policy-section h2{font-size:1.3rem}.policy-section h3{font-size:1.1rem}.contact-info{padding:15px}}.terms-of-service{background-color:var(--neutral-50);min-height:100vh;padding:80px 0}.terms-of-service .container{margin:0 auto;max-width:800px;padding:0 20px}.terms-of-service h1{color:var(--neutral-900);font-size:2.5rem;margin-bottom:10px;text-align:center}.terms-of-service .last-updated{color:var(--neutral-600);font-size:.95rem;margin-bottom:40px;text-align:center}.terms-section{background:#fff;border-radius:var(--radius-lg);box-shadow:0 2px 4px #0000000d;margin-bottom:30px;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.terms-section:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.terms-section h2{border-bottom:2px solid var(--neutral-100);color:var(--neutral-900);font-size:1.8rem;margin-bottom:20px;padding-bottom:10px}.terms-section p{color:var(--neutral-700);line-height:1.6;margin-bottom:15px}.terms-section ul{list-style-type:none;margin-bottom:20px;padding-left:20px}.terms-section ul li{color:var(--neutral-700);line-height:1.6;margin-bottom:10px;position:relative}.terms-section ul li:before{color:var(--primary);content:"•";font-weight:700;left:-20px;position:absolute}.terms-section .note{background-color:var(--neutral-50);color:var(--neutral-600)}.terms-section .example,.terms-section .note{border-left:4px solid var(--primary);font-size:.95rem;margin:20px 0;padding:15px}.terms-section .example{background-color:var(--primary-light);color:var(--neutral-700)}.contact-info{background-color:var(--neutral-50);border-radius:var(--radius-md);margin:15px 0;padding:20px}.contact-info p{color:var(--neutral-700);margin:8px 0}@media screen and (max-width:768px){.terms-of-service{padding:60px 0}.terms-of-service h1{font-size:2rem}.terms-section{padding:20px}.terms-section h2{font-size:1.5rem}.terms-section .example,.terms-section .note{padding:12px}}@media screen and (max-width:480px){.terms-of-service{padding:40px 0}.terms-of-service h1{font-size:1.8rem}.terms-section{padding:15px}.terms-section h2{font-size:1.3rem}.contact-info{padding:15px}}.not-found{align-items:center;background-color:var(--neutral-50);display:flex;justify-content:center;min-height:100vh;padding:40px 20px}.not-found .container{margin:0 auto;max-width:800px;width:100%}.error-content{background:#fff;border-radius:var(--radius-lg);box-shadow:0 4px 6px #0000001a;padding:40px;text-align:center}.error-code{align-items:center;color:var(--primary);display:flex;font-size:120px;font-weight:700;justify-content:center;line-height:1;margin-bottom:30px}.error-code .number{animation:float 3s ease-in-out infinite}.error-code .zero{height:120px;margin:0 20px;position:relative;width:120px}.error-code .circle{animation:rotate 10s linear infinite;border:8px solid var(--primary);border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%}.error-code .circle:before{background:var(--primary);border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:-8px;transform:translateX(-50%);width:8px}.not-found h1{color:var(--neutral-900);font-size:2.5rem;margin-bottom:15px}.not-found p{color:var(--neutral-600);font-size:1.1rem;margin-bottom:30px}.error-actions{display:flex;gap:15px;justify-content:center;margin-bottom:40px}.error-actions .btn{align-items:center;display:inline-flex;justify-content:center}.error-suggestions{border-top:1px solid var(--neutral-200);margin-top:40px;padding-top:30px}.error-suggestions h2{color:var(--neutral-800);font-size:1.5rem;margin-bottom:20px}.suggestion-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:20px}.suggestion-card{align-items:center;background:var(--neutral-50);border-radius:var(--radius-md);color:var(--neutral-700);display:flex;flex-direction:column;padding:20px;text-decoration:none;transition:all .3s ease}.suggestion-card:hover{background:var(--neutral-100);color:var(--primary);transform:translateY(-3px)}.suggestion-icon{color:var(--primary);height:32px;margin-bottom:10px;width:32px}.suggestion-card span{font-size:.9rem;text-align:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:768px){.error-code{font-size:100px}.error-code .zero{height:100px;margin:0 15px;width:100px}.not-found h1{font-size:2rem}.error-actions{flex-direction:column}.error-actions .btn{width:100%}.suggestion-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.error-code{font-size:80px}.error-code .zero{height:80px;margin:0 10px;width:80px}.not-found h1{font-size:1.8rem}.not-found p{font-size:1rem}.suggestion-grid{grid-template-columns:1fr}.error-content{padding:30px 20px}}.ProductCalculator_report-popup__6ahLA{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000040;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.ProductCalculator_report-popup-content__lQqhx{background:#fffffff2;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:2rem;text-align:center;width:90%}.ProductCalculator_heart-eyes__71SQw{font-size:2rem;margin-bottom:1rem}.ProductCalculator_report-loading-animation__UPL-k{margin:1.5rem 0}.ProductCalculator_report-loading-spinner__lrNcy{animation:ProductCalculator_spin__bX1-r 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:40px;margin:0 auto;width:40px}.ProductCalculator_report-popup-message__7hLpW{color:#333;font-size:1.1rem;margin-bottom:1.5rem}.ProductCalculator_report-progress-bar__pghsD{background-color:#f3f3f3;border-radius:2px;height:4px;overflow:hidden;width:100%}.ProductCalculator_report-progress-fill__E27Uy{animation:ProductCalculator_progress__OGcFJ 2s linear;background-color:#3498db;height:100%;width:100%}@keyframes ProductCalculator_spin__bX1-r{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ProductCalculator_progress__OGcFJ{0%{width:0}to{width:100%}}.ProductCalculator_product-calculator-container__UK3zv .ProductCalculator_save-btn__GOIG\+{align-items:center!important;background-color:#2ecc71!important;border:none!important;border-radius:6px!important;box-shadow:0 2px 4px #2ecc7133!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:1.1rem!important;font-weight:600!important;gap:8px!important;justify-content:center!important;padding:12px 24px!important;transition:all .2s ease!important}.ProductCalculator_product-calculator-container__UK3zv .ProductCalculator_save-btn__GOIG\+:hover:not(:disabled){background-color:#27ae60!important;box-shadow:0 4px 8px #2ecc714d!important;transform:translateY(-2px)!important}.ProductCalculator_product-calculator-container__UK3zv .ProductCalculator_save-btn__GOIG\+:disabled{background-color:#95a5a6!important;cursor:not-allowed!important;opacity:.7!important}:root{--shadow-sm:0 1px 3px #0000001a;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5}.app-container{min-height:100vh;padding:1rem}.product-calculator-container{margin:0 auto;max-width:1200px;padding:0 1rem}.calculator-header{margin-bottom:1.5rem;padding:1rem 0}.calculator-header h1{background:linear-gradient(90deg,#4f46e5,#10b981);background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.75rem;line-height:1.2;margin-bottom:.5rem}.calculator-header p{color:#6b7280;color:var(--gray)}.tabs{-webkit-overflow-scrolling:touch;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--light-gray);gap:.25rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.25rem}.tab-btn,.tabs{display:flex;justify-content:center}.tab-btn{align-items:center;background:none;border:none;border-bottom:3px solid #0000;color:#6b7280;color:var(--gray);cursor:pointer;font-size:.9rem;font-weight:600;gap:.5rem;min-width:120px;padding:.75rem 1rem;transition:all .2s ease;white-space:nowrap}.tab-btn.active{border-bottom-color:#4f46e5;border-bottom-color:var(--primary);color:#4f46e5;color:var(--primary)}.tab-btn:hover{color:#4338ca;color:var(--primary-dark)}.main-content{display:flex;flex-direction:column;gap:2rem}.calculator-main{background:#fff;background:var(--white);border-radius:.75rem;border-radius:var(--radius-lg);overflow:hidden;width:100%}.calculator-main,.input-section{box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow-md)}.input-section{grid-gap:24px;background-color:#fff;background-color:var(--white);border-radius:.5rem;border-radius:var(--radius-md);display:grid;gap:24px;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem;padding:28px}.input-group{flex-direction:column;margin-bottom:0;position:relative}.input-group label{color:#1f2937;color:var(--dark);display:block;font-size:.95rem;font-weight:600;margin-bottom:8px;text-align:left;width:100%}.input-group input{background-color:#f9fafb;background-color:var(--light);border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:.5rem;border-radius:var(--radius-md);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-sm);font-size:1rem;padding:12px 16px;transition:all .2s ease;width:100%}.input-group input:focus{outline:none}.glow-on-focus:focus,.input-group input:focus{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.input-icon{color:#4f46e5;color:var(--primary);font-size:14px;margin-right:8px;opacity:.9}.input-group .discount-buttons{display:flex;flex-wrap:wrap;gap:8px;width:100%}.discount-buttons{display:flex;flex-direction:column;gap:8px;width:100%}.discount-btn-row{display:flex;gap:8px;justify-content:space-between;width:100%}.discount-btn{background-color:#fff;background-color:var(--white);border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:.5rem;border-radius:var(--radius-md);cursor:pointer;flex:1 1;font-size:.9rem;min-width:50px;padding:10px 0;text-align:center;transition:all .15s ease}.discount-btn.active,.discount-btn:hover{border-color:#4f46e5;border-color:var(--primary)}.discount-btn.active{background-color:#4f46e5;background-color:var(--primary);color:#fff}.custom-discount{background-color:#f9fafb;background-color:var(--light);border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:.5rem;border-radius:var(--radius-md);margin-top:8px;padding:10px;text-align:center;width:100%}.action-buttons{gap:16px;grid-column:1/-1;margin-top:16px}.reset-btn,.save-btn{border-radius:.5rem;border-radius:var(--radius-md);flex:1 1;font-size:1rem;font-weight:600;gap:10px;padding:12px 24px}.save-btn{background-color:#4f46e5}.save-btn:hover:not(:disabled){background-color:#4338ca;background-color:var(--primary-dark)}.reset-btn{background-color:var(--light-gray);color:#1f2937;color:var(--dark)}.reset-btn:hover{background-color:#6b7280;background-color:var(--gray);color:#fff;color:var(--white)}.results-section{background-color:#fff;background-color:var(--white);border-radius:0 0 .75rem .75rem;border-radius:0 0 var(--radius-lg) var(--radius-lg);border-top:1px solid #e5e7eb;border-top:1px solid var(--light-gray);padding:28px;transition:all .2s ease}.result-section-header{border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--light-gray);margin:0 0 16px;padding-bottom:10px}.result-section-header h4{align-items:center;color:#4f46e5;color:var(--primary);display:flex;font-size:1.1rem;gap:8px;margin:0}.result-row{border-bottom:1px solid #e5e7eb99;display:flex;font-size:1rem;justify-content:space-between;padding:12px 0}.result-row:last-child{border-bottom:none}.result-row.total{border-top:2px dashed #e5e7eb;border-top:2px dashed var(--light-gray);margin-top:10px;padding-top:16px}.result-row.total,.total-amount{font-size:1.2rem;font-weight:700}.total-amount{color:#4f46e5;color:var(--primary)}.positive{color:#10b981;color:var(--secondary);font-weight:600}.negative{color:#ef4444;color:var(--danger);font-weight:600}.checkout-btn{align-items:center;background-color:#4f46e5;background-color:var(--primary);border:none;border-radius:.5rem;border-radius:var(--radius-md);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:10px;justify-content:center;margin-top:24px;padding:16px;transition:all .2s ease;width:100%}.checkout-btn:hover:not(:disabled){background-color:#4338ca;background-color:var(--primary-dark);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow-md);transform:translateY(-1px)}.below-content{display:flex;flex-direction:column;gap:2rem;width:100%}.products-section{background:#fff;background:var(--white);border-radius:.75rem;border-radius:var(--radius-lg);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow-md);padding:1.5rem;width:100%}.no-products{color:#6b7280;color:var(--gray);font-size:1rem;padding:2rem;text-align:center}.products-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:.5rem 0}.product-card{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:.25rem;border-radius:var(--radius-sm);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-sm);gap:.25rem;padding:.75rem;transition:all .2s ease}.product-card,.product-header{display:flex;flex-direction:column}.product-header{gap:.125rem;margin-bottom:.25rem}.product-header h3{color:#1f2937;color:var(--dark);font-size:.875rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-date{color:#6b7280;color:var(--gray);font-size:.7rem;margin:0}.product-details{grid-gap:.25rem;display:grid;font-size:.75rem;gap:.25rem;grid-template-columns:repeat(2,1fr)}.product-details p{display:flex;flex-direction:column;gap:.125rem;margin:0}.product-details strong{color:#6b7280;color:var(--gray);font-size:.7rem}.product-actions{display:flex;gap:.375rem;margin-top:.375rem}.delete-btn,.load-btn{border-radius:.25rem;border-radius:var(--radius-sm);font-size:.75rem;gap:.25rem;padding:.25rem .5rem;transition:all .2s ease}.load-btn{background-color:#4f46e5;background-color:var(--primary);color:#fff;color:var(--white);flex:1 1;font-weight:500}.delete-btn{background-color:#e5e7eb;background-color:var(--light-gray);color:#6b7280;color:var(--gray);height:1.75rem;padding:0;width:1.75rem}.load-btn:hover{background-color:#4338ca;background-color:var(--primary-dark)}.delete-btn:hover{background-color:#ef4444;background-color:var(--danger);color:#fff;color:var(--white)}.success-message{background-color:#10b981;background-color:var(--secondary);border-radius:.5rem;border-radius:var(--radius-md);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-sm);color:#fff;font-size:.95rem;grid-column:1/-1;margin-top:16px;padding:14px;text-align:center}.ad-icon{display:inline-block;font-size:2rem;margin-bottom:1rem}.ad-container h3{margin-bottom:.75rem}.ad-container p{margin-bottom:1.5rem}.ad-btn{background-color:#f59e0b;background-color:var(--accent);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.ad-btn:hover{background-color:#e67e22}.profit-tips{background:#fff;border-radius:.5rem;border-radius:var(--radius-md);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-sm);margin-top:1.5rem;padding:1.5rem}.profit-tips h3{color:#4f46e5;color:var(--primary);font-size:1.2rem;margin-bottom:1rem}.profit-tips ul{color:#6b7280;color:var(--gray);list-style-type:none;margin-left:1rem}.profit-tips li{font-size:1rem;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.profit-tips li:before{color:#f59e0b;color:var(--accent);content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}.seo-info-container{background:#fff;border-radius:.75rem;border-radius:var(--radius-lg);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow-md);margin-top:1.5rem;padding:1.5rem}.section-title{color:#4338ca;color:var(--primary-dark);font-size:1.4rem;margin-bottom:1rem;padding-bottom:.5rem}.section-title:after{background:linear-gradient(90deg,#4f46e5,#10b981);background:linear-gradient(to right,var(--primary),var(--secondary));border-radius:2px;bottom:0;left:0;width:50px}.section-subtitle{color:#6b7280;color:var(--gray);font-size:1rem;margin-bottom:1.5rem}.features-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1rem}.feature-item{align-items:center;background:#f9fafb;background:var(--light);border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:.25rem;border-radius:var(--radius-sm);display:flex;font-size:1rem;gap:1rem;padding:1rem}.feature-icon{font-size:1.2rem}.faq-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.faq-main-icon{color:#4f46e5;color:var(--primary);font-size:1.8rem}.faq-subtitle{color:#6b7280;color:var(--gray);font-size:1rem;margin-top:.25rem}.faq-item{border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:.5rem;border-radius:var(--radius-md);margin-bottom:1rem;overflow:hidden}.faq-question{background-color:#f9fafb;background-color:var(--light);cursor:pointer;padding:1.25rem;transition:background-color .3s ease}.faq-item.active .faq-question{background-color:#4f46e50d}.question-content{align-items:center;display:flex;gap:1rem;justify-content:space-between}.question-text{color:#1f2937;color:var(--dark);flex:1 1;font-size:1.05rem;font-weight:600}.chevron{color:#4f46e5;color:var(--primary);font-size:1rem;transition:transform .3s ease}.faq-item.active .chevron{transform:rotate(180deg)}.faq-answer{color:#1f2937;color:var(--dark);font-size:1rem;overflow:hidden;padding:0 1.25rem}.faq-answer p{line-height:1.6;margin:1rem 0}.paragraph-gap{margin:.75rem 0}.beneficiaries-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:1.5rem}.beneficiary-card{background:#fff;border-radius:.5rem;border-radius:var(--radius-md);border-top:4px solid #4f46e5;border-top:4px solid var(--primary);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-sm);padding:1.5rem;text-align:center;transition:all .3s ease}.beneficiary-icon-wrapper{align-items:center;background:#f9fafb;background:var(--light);border-radius:50%;color:#4f46e5;color:var(--primary);display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.beneficiary-card h4{color:#1f2937;color:var(--dark);font-size:1.2rem;margin-bottom:.75rem}.beneficiary-card p{color:#6b7280;color:var(--gray);font-size:1rem;line-height:1.6}@media (min-width:640px){.input-section{grid-template-columns:repeat(2,1fr)}.action-buttons{flex-direction:row}.beneficiaries-grid,.features-grid,.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.calculator-header h1{font-size:2.25rem}.main-content{align-items:flex-start;flex-direction:row}.calculator-content{flex:2 1}.below-content{flex:1 1;min-width:320px;position:-webkit-sticky;position:sticky;top:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}.beneficiaries-grid{grid-template-columns:repeat(2,1fr)}}.main-content-wrapper{gap:2rem}.right-column{top:1rem;width:320px}.mobile-ads{margin-top:1.5rem;width:100%}.seo-container{margin-top:2rem;width:100%}@media (max-width:768px){.calculator-and-ads{flex-direction:column}.right-column{display:none}.mobile-ads{display:block}}@media (min-width:769px){.mobile-ads{display:none}}.ad-sidebar{display:flex;flex-direction:column;gap:1.5rem}.ad-container{background:linear-gradient(135deg,#4f46e5,#4338ca);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:.5rem;border-radius:var(--radius-md);overflow:hidden;padding:1.5rem;position:relative;text-align:center}:root{--light:#f9fafb;--dark:#1f2937;--gray:#6b7280;--light-gray:#e5e7eb;--white:#fff;--cogs-percent:0%;--expenses-percent:0%;--shipping-percent:0%}*{-webkit-tap-highlight-color:transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}body{background-color:#f3f4f6;color:var(--dark)}.EcommerceCalculator_calculator-and-ads__Xv8Xt{align-items:flex-start;display:flex;gap:2rem}.EcommerceCalculator_calculator-content-wrapper__lovWr{flex:1 1;min-width:0}.EcommerceCalculator_ecommerce-calculator-container__C71Ge{margin:1rem auto;max-width:1200px;padding:.5rem}.EcommerceCalculator_calculator-header__a9FXH{margin-bottom:1.5rem;margin-top:1rem;padding:0 .5rem;text-align:center}.EcommerceCalculator_calculator-header__a9FXH h1{background:linear-gradient(90deg,#4f46e5,#10b981);background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.75rem;margin-bottom:.5rem}.EcommerceCalculator_calculator-header__a9FXH p{color:#6b7280;color:var(--gray);font-size:.9rem}.EcommerceCalculator_tabs__Sad2A{-webkit-overflow-scrolling:touch;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--light-gray);display:flex;gap:.25rem;justify-content:center;margin-bottom:1rem;overflow-x:auto;padding:0 .5rem}.EcommerceCalculator_tab-btn__-Lql7{background-color:initial;border:none;border-bottom:2px solid #0000;color:#6b7280;color:var(--gray);cursor:pointer;font-size:.9rem;font-weight:500;min-width:auto;padding:.6rem 1rem;transition:all .2s ease;white-space:nowrap}.EcommerceCalculator_tab-btn__-Lql7.EcommerceCalculator_active__ka35R{border-bottom-color:#4f46e5;border-bottom-color:var(--primary);color:#4f46e5;color:var(--primary)}.EcommerceCalculator_tab-btn__-Lql7:hover{color:#4338ca;color:var(--primary-dark)}.EcommerceCalculator_calculator-content__cZtC7{display:flex;gap:2rem}.EcommerceCalculator_calculator-main__xtEEK{background-color:#fff;background-color:var(--white);border-radius:8px;box-shadow:0 2px 8px #0000000d;flex:2 1;padding:1rem}.EcommerceCalculator_input-section__T7A9m{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem}.EcommerceCalculator_input-group__-OnCg{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.EcommerceCalculator_input-group__-OnCg label{color:#1f2937;color:var(--dark);font-size:.85rem;font-weight:500;width:100%}.EcommerceCalculator_input-group__-OnCg input{background-color:#f9fafb;background-color:var(--light);border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:6px;font-size:.9rem;padding:.6rem;width:100%}.EcommerceCalculator_input-group__-OnCg .EcommerceCalculator_discount-buttons__HUTZT{width:100%}.EcommerceCalculator_glow-on-focus__vcryh:focus{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 0 0 2px #4f46e526;outline:none}.EcommerceCalculator_discount-buttons__HUTZT{display:flex;flex-direction:column;gap:.5rem;width:100%}.EcommerceCalculator_tax-buttons-row__x3A47{display:flex;gap:8px;justify-content:space-between;margin-bottom:8px;width:100%}.EcommerceCalculator_discount-btn__-u55h{background-color:#f9fafb;background-color:var(--light);border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:6px;cursor:pointer;flex:1 1;font-size:.9rem;margin:0 2px;padding:8px 4px;text-align:center;transition:all .2s ease}.EcommerceCalculator_discount-btn__-u55h:hover{border-color:#4f46e5;border-color:var(--primary)}.EcommerceCalculator_discount-btn__-u55h.EcommerceCalculator_active__ka35R{background-color:#4f46e5;background-color:var(--primary);border-color:#4f46e5;border-color:var(--primary);color:#fff}.EcommerceCalculator_custom-discount__\+ccls{background-color:#f9fafb;background-color:var(--light);border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:6px;font-size:1rem;margin-top:.5rem;padding:.8rem 1rem;text-align:left;width:100%}.EcommerceCalculator_custom-shipping-ecommerce__qgzuv{font-size:.85rem;height:36px;padding:.5rem;width:100%}.EcommerceCalculator_custom-shipping-ecommerce__qgzuv:hover{border-color:#4f46e5;border-color:var(--primary)}.EcommerceCalculator_action-buttons__9VZNX{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr;margin-top:1rem}.EcommerceCalculator_reset-btn__KRsP8,.EcommerceCalculator_save-btn__Krw7c{border-radius:6px;font-size:.9rem;font-weight:500;padding:.75rem}.EcommerceCalculator_save-btn__Krw7c{background-color:#4f46e5;background-color:var(--primary);color:#fff}.EcommerceCalculator_reset-btn__KRsP8{background-color:#f9fafb;background-color:var(--light);border:1px solid #e5e7eb;border:1px solid var(--light-gray);color:#1f2937;color:var(--dark)}.EcommerceCalculator_results-section__qNOKr{border-radius:8px;margin-top:1rem;padding:1rem}.EcommerceCalculator_results-section__qNOKr.EcommerceCalculator_calculating__CEqCu{filter:blur(1px);opacity:.8}.EcommerceCalculator_result-row__gaKma{font-size:.9rem;padding:.5rem 0}.EcommerceCalculator_result-row__gaKma.EcommerceCalculator_discount__\+BMb0{color:#ef4444;color:var(--danger)}.EcommerceCalculator_result-row__gaKma.EcommerceCalculator_total__6I4Dv{font-size:1rem;padding-top:.75rem}.EcommerceCalculator_total-amount__lIFLl{color:#4f46e5;color:var(--primary);font-size:1.4rem}.EcommerceCalculator_checkout-btn__EHQtk{background-color:#4f46e5;background-color:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1.5rem;padding:1rem;transition:all .3s ease;width:100%}.EcommerceCalculator_checkout-btn__EHQtk:hover{background-color:#4338ca;background-color:var(--primary-dark)}.EcommerceCalculator_result-section-header__8LIXs{border-bottom:2px solid #f0f0f0;margin:1.5rem 0 .5rem;padding-bottom:.5rem}.EcommerceCalculator_result-section-header__8LIXs h4{color:#4f46e5;color:var(--primary);font-size:1.1rem;margin:0}.EcommerceCalculator_roi-details__h1vQ1{font-size:.8rem;font-weight:400;margin-left:.5rem;opacity:.8}.EcommerceCalculator_ad-sidebar__z6vOY{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.EcommerceCalculator_ad-container__MSp2t{background-image:linear-gradient(135deg,#4f46e5,#4338ca);background-image:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:10px;color:#fff;overflow:hidden;padding:1.5rem;position:relative;text-align:center}.EcommerceCalculator_ad-container__MSp2t:before{background-color:#ffffff1a;border-radius:50%;content:"";height:100px;position:absolute;right:-50px;top:-50px;width:100px}.EcommerceCalculator_ad-icon__mxZms{font-size:2rem;margin-bottom:1rem}.EcommerceCalculator_ad-container__MSp2t h3{font-size:1.3rem;margin-bottom:.5rem;position:relative;z-index:1}.EcommerceCalculator_ad-container__MSp2t p{margin-bottom:1.5rem;position:relative;z-index:1}.EcommerceCalculator_ad-btn__rtebE{background-color:#f59e0b;background-color:var(--accent);border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;position:relative;transition:all .3s ease;z-index:1}.EcommerceCalculator_ad-btn__rtebE:hover{background-color:#e67e22}.EcommerceCalculator_profit-tips__2-cka{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:1.5rem}.EcommerceCalculator_profit-tips__2-cka h3{color:#4f46e5;color:var(--primary);font-size:1.1rem;margin-bottom:1rem}.EcommerceCalculator_profit-tips__2-cka ul{color:#6b7280;color:var(--gray);margin-left:1rem}.EcommerceCalculator_profit-tips__2-cka li{font-size:.9rem;margin-bottom:.5rem;padding-left:1.2rem;position:relative}.EcommerceCalculator_profit-tips__2-cka li:before{color:#f59e0b;color:var(--accent);content:"•";font-weight:700;left:0;position:absolute}.EcommerceCalculator_conversion-tip__hD1wD{background-color:#fff;border:1px dashed #4f46e5;border:1px dashed var(--primary);border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:1.5rem}.EcommerceCalculator_conversion-tip__hD1wD h3{color:#4f46e5;color:var(--primary);font-size:1.1rem;margin-bottom:.5rem}.EcommerceCalculator_conversion-tip__hD1wD p{color:#6b7280;color:var(--gray);font-size:.9rem}.EcommerceCalculator_scenarios-section__qtZv5{border-radius:8px;padding:1rem}.EcommerceCalculator_scenarios-section__qtZv5 h2{font-size:1.1rem;margin-bottom:.75rem}.EcommerceCalculator_no-scenarios__u0\+1f{background:#f9fafb;background:var(--light);border-radius:8px;color:#6b7280;color:var(--gray);padding:1rem;text-align:center}.EcommerceCalculator_scenarios-grid__KwOjF{gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.EcommerceCalculator_scenario-card__zjQvr{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:6px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:.375rem;padding:.5rem;transition:all .2s ease}.EcommerceCalculator_scenario-card__zjQvr:hover{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.EcommerceCalculator_scenario-header__Z8eIz{display:flex;flex-direction:column;gap:.25rem}.EcommerceCalculator_scenario-header__Z8eIz h3{color:#6b7280;color:var(--gray);font-size:.7rem;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.EcommerceCalculator_scenario-details__9\+mOT{grid-gap:.25rem;display:grid;font-size:.65rem;gap:.25rem;grid-template-columns:repeat(2,1fr)}.EcommerceCalculator_scenario-details__9\+mOT p{background:#f9fafb;background:var(--light);border-radius:4px;display:flex;flex-direction:column;gap:.125rem;margin:0;padding:.25rem}.EcommerceCalculator_scenario-details__9\+mOT strong{color:#6b7280;color:var(--gray);font-size:.6rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase}.EcommerceCalculator_scenario-actions__P27LP{display:flex;gap:.25rem;margin-top:.25rem}.EcommerceCalculator_delete-btn__rK0N0,.EcommerceCalculator_load-btn__HTllG{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:.65rem;gap:.25rem;justify-content:center;padding:.25rem;transition:all .15s ease}.EcommerceCalculator_load-btn__HTllG{background-color:#4f46e5;background-color:var(--primary);color:#fff;color:var(--white);flex:1 1;font-weight:500;min-height:1.25rem}.EcommerceCalculator_load-btn__HTllG:hover{background-color:#4338ca;background-color:var(--primary-dark)}.EcommerceCalculator_delete-btn__rK0N0{background-color:#f9fafb;background-color:var(--light);color:#6b7280;color:var(--gray);height:1.25rem;padding:0;width:1.25rem}.EcommerceCalculator_delete-btn__rK0N0:hover{background-color:#ef4444;background-color:var(--danger);color:#fff;color:var(--white)}.EcommerceCalculator_positive__MPkk3{color:#10b981;color:var(--secondary);font-weight:600}.EcommerceCalculator_negative__5\+X2w{color:#ef4444;color:var(--danger);font-weight:600}.EcommerceCalculator_insights-section__XDOfG{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;width:100%}.EcommerceCalculator_insights-section__XDOfG h2{color:#4f46e5;color:var(--primary);margin-bottom:1.5rem}.EcommerceCalculator_insights-grid__rMf2W{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.EcommerceCalculator_insight-card__vXxK6{background-color:#f9fafb;background-color:var(--light);border-radius:10px;box-shadow:0 4px 12px #0000000d;padding:1.5rem}.EcommerceCalculator_insight-card__vXxK6 h3{color:#4338ca;color:var(--primary-dark);font-size:1.1rem;margin-bottom:1rem}.EcommerceCalculator_benchmark-meters__kzIxZ{margin:1.5rem 0}.EcommerceCalculator_meter__cKBoV{margin-bottom:1rem}.EcommerceCalculator_meter-label__5MeYP{color:#6b7280;color:var(--gray);font-size:.9rem;margin-bottom:.3rem}.EcommerceCalculator_meter-bar__mt31c{background-color:#e5e7eb;background-color:var(--light-gray);border-radius:10px;height:20px;margin-bottom:.5rem;overflow:hidden;position:relative}.EcommerceCalculator_meter-fill__BrRJU{background-color:#4f46e5;background-color:var(--primary);border-radius:10px;height:100%}.EcommerceCalculator_meter-fill__BrRJU.EcommerceCalculator_benchmark__tP4cI{background-color:#6b7280;background-color:var(--gray);opacity:.2}.EcommerceCalculator_meter-value__I\+387{color:#1f2937;color:var(--dark);font-size:.8rem;font-weight:600;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.EcommerceCalculator_cost-pie-chart__wuMn9{align-items:center;display:flex;gap:1rem;margin:1.5rem 0}.EcommerceCalculator_pie__P1u\+X{background-image:conic-gradient(#4f46e5 0 0,#ef4444 0 0,#f59e0b 0 0,#10b981 0 100%);background-image:conic-gradient(#4f46e5 0 var(--cogs-percent),#ef4444 var(--cogs-percent) var(--expenses-percent),#f59e0b var(--expenses-percent) var(--shipping-percent),#10b981 var(--shipping-percent) 100%);border-radius:50%;height:120px;transition:transform 1s ease;width:120px}.EcommerceCalculator_pie-legend__JfoLB{font-size:.9rem}.EcommerceCalculator_pie-legend__JfoLB div{align-items:center;display:flex;margin-bottom:.5rem}.EcommerceCalculator_color-cogs__YMl8e,.EcommerceCalculator_color-expenses__faGAG,.EcommerceCalculator_color-profit__L0mxF,.EcommerceCalculator_color-shipping__EYJ6R{border-radius:2px;display:inline-block;height:12px;margin-right:.5rem;width:12px}.EcommerceCalculator_color-cogs__YMl8e{background-color:#4f46e5}.EcommerceCalculator_color-expenses__faGAG{background-color:#ef4444}.EcommerceCalculator_color-shipping__EYJ6R{background-color:#f59e0b}.EcommerceCalculator_color-profit__L0mxF{background-color:#10b981}.EcommerceCalculator_optimization-tips__1CffC{color:#6b7280;color:var(--gray);margin-left:1rem}.EcommerceCalculator_optimization-tips__1CffC li{margin-bottom:.5rem;padding-left:1.2rem;position:relative}.EcommerceCalculator_optimization-tips__1CffC li:before{color:#f59e0b;color:var(--accent);content:"•";font-weight:700;left:0;position:absolute}.EcommerceCalculator_seo-info-container__2jweK{background-color:#fff;border-radius:16px;box-shadow:0 6px 24px #00000014;margin:3rem 0;padding:2.5rem}.EcommerceCalculator_seo-section__vJwNa{margin-bottom:3.5rem}.EcommerceCalculator_section-title__2ObIn{color:#4338ca;color:var(--primary-dark);font-size:1.8rem;margin-bottom:1.2rem;padding-bottom:.8rem;position:relative}.EcommerceCalculator_section-title__2ObIn:after{background-image:linear-gradient(90deg,#4f46e5,#10b981);background-image:linear-gradient(to right,var(--primary),var(--secondary));border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:80px}.EcommerceCalculator_section-subtitle__o4x0T{color:#6b7280;color:var(--gray);font-size:1.2rem;line-height:1.5;margin-bottom:1.5rem}.EcommerceCalculator_features-grid__wD5\+d{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:1.5rem}.EcommerceCalculator_feature-item__ZPpEk{align-items:center;background-color:#f9fafb;background-color:var(--light);border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:8px;display:flex;font-size:.95rem;gap:.8rem;padding:1.2rem 1.5rem;transition:all .3s ease}.EcommerceCalculator_feature-item__ZPpEk:hover{background-color:#4f46e508;border-color:#4f46e5;border-color:var(--primary)}.EcommerceCalculator_feature-icon__fj9Qz{font-size:1.2rem}.EcommerceCalculator_faq-header__TwSod{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.EcommerceCalculator_faq-main-icon__NNAlI{color:#4f46e5;color:var(--primary);font-size:2rem}.EcommerceCalculator_faq-subtitle__tbtMx{color:#6b7280;color:var(--gray);margin-top:.5rem}.EcommerceCalculator_faq-list__aAIyz{display:flex;flex-direction:column;gap:1rem}.EcommerceCalculator_faq-item__Tnlrb{border:1px solid #e5e7eb;border:1px solid var(--light-gray);border-radius:10px;overflow:hidden;transition:all .3s ease}.EcommerceCalculator_faq-item__Tnlrb.EcommerceCalculator_active__ka35R{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 4px 16px #4f46e51a}.EcommerceCalculator_faq-question__iueKz{background-color:#f9fafb;background-color:var(--light);cursor:pointer;padding:1.3rem 1.8rem;transition:background-color .3s ease}.EcommerceCalculator_faq-item__Tnlrb.EcommerceCalculator_active__ka35R .EcommerceCalculator_faq-question__iueKz{background-color:#4f46e50d}.EcommerceCalculator_question-content__rudcn{align-items:center;display:flex;gap:1rem;justify-content:space-between}.EcommerceCalculator_question-text__iVv\+T{color:#1f2937;color:var(--dark);flex:1 1;font-size:1.1rem;font-weight:600}.EcommerceCalculator_chevron__oT1Sk{color:#4f46e5;color:var(--primary);font-size:1rem;transition:transform .3s ease}.EcommerceCalculator_faq-item__Tnlrb.EcommerceCalculator_active__ka35R .EcommerceCalculator_chevron__oT1Sk{transform:rotate(180deg)}.EcommerceCalculator_faq-answer__rlpCN{color:#1f2937;color:var(--dark);overflow:hidden;padding:0 1.8rem}.EcommerceCalculator_faq-answer__rlpCN p{line-height:1.7;margin:1.2rem 0}.EcommerceCalculator_paragraph-gap__j3Bx0{margin:.8rem 0}.EcommerceCalculator_beneficiaries-grid__pb7-q{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.EcommerceCalculator_beneficiary-card__PbByz{background-color:#fff;border-radius:12px;border-top:4px solid #4f46e5;border-top:4px solid var(--primary);box-shadow:0 4px 16px #0000000d;padding:2rem;text-align:center;transition:all .3s ease}.EcommerceCalculator_beneficiary-card__PbByz:hover{box-shadow:0 8px 24px #4f46e51a;transform:translateY(-5px)}.EcommerceCalculator_beneficiary-icon-wrapper__H2Rba{align-items:center;background-color:#f9fafb;background-color:var(--light);border-radius:50%;color:#4f46e5;color:var(--primary);display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1.2rem;width:60px}.EcommerceCalculator_beneficiary-card__PbByz h4{color:#1f2937;color:var(--dark);font-size:1.2rem;margin-bottom:1rem}.EcommerceCalculator_beneficiary-card__PbByz p{color:#6b7280;color:var(--gray);line-height:1.6}.EcommerceCalculator_cta__xQcTJ{background-image:linear-gradient(135deg,#4f46e5,#4338ca);background-image:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:12px;color:#fff;padding:3rem 2rem;text-align:center}.EcommerceCalculator_cta-content__upYCL{margin:0 auto;max-width:700px}.EcommerceCalculator_cta__xQcTJ h3{color:#fff;font-size:1.8rem;margin-bottom:1rem}.EcommerceCalculator_cta__xQcTJ p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.EcommerceCalculator_cta-button__a46Rs{background-color:#fff;border:none;border-radius:50px;box-shadow:0 4px 12px #0000001a;color:#4f46e5;color:var(--primary);cursor:pointer;font-size:1.1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.EcommerceCalculator_cta-button__a46Rs:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-2px)}@media (min-width:768px){.EcommerceCalculator_ecommerce-calculator-container__C71Ge{margin:2rem auto;padding:1rem}.EcommerceCalculator_calculator-header__a9FXH{margin:2rem 0}.EcommerceCalculator_calculator-header__a9FXH h1{font-size:2.25rem}.EcommerceCalculator_calculator-header__a9FXH p{font-size:1rem}.EcommerceCalculator_calculator-main__xtEEK{border-radius:12px;padding:1.5rem}.EcommerceCalculator_input-section__T7A9m{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.EcommerceCalculator_input-group__-OnCg{margin-bottom:1rem}.EcommerceCalculator_input-group__-OnCg label{font-size:.9rem}.EcommerceCalculator_action-buttons__9VZNX{gap:1rem;grid-template-columns:repeat(2,1fr)}.EcommerceCalculator_scenarios-grid__KwOjF{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (min-width:1024px){.EcommerceCalculator_calculator-main__xtEEK{padding:2rem}.EcommerceCalculator_input-section__T7A9m{gap:2rem}.EcommerceCalculator_scenarios-grid__KwOjF{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (hover:none){.EcommerceCalculator_delete-btn__rK0N0,.EcommerceCalculator_load-btn__HTllG,.EcommerceCalculator_reset-btn__KRsP8,.EcommerceCalculator_save-btn__Krw7c,.EcommerceCalculator_tab-btn__-Lql7{-webkit-tap-highlight-color:transparent}button,input{font-size:16px}}@supports (-webkit-touch-callout:none){.EcommerceCalculator_custom-shipping-ecommerce__qgzuv,.EcommerceCalculator_input-group__-OnCg input{padding:.7rem}}.EcommerceCalculator_right-column__wahaE{flex-shrink:0;position:-webkit-sticky;position:sticky;top:1rem;width:320px}.EcommerceCalculator_report-popup__0XtKT{align-items:center;animation:EcommerceCalculator_fadeIn__v\+KM7 .4s ease-out;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:initial;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}@keyframes EcommerceCalculator_fadeIn__v\+KM7{0%{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);opacity:0}to{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);opacity:1}}.EcommerceCalculator_report-popup-content__hQLg7{background:#fff;border-radius:16px;box-shadow:0 10px 25px #0000001a;max-width:400px;overflow:hidden;padding:40px 30px;position:relative;text-align:center;width:90%}.EcommerceCalculator_heart-eyes__AU0AZ{animation:EcommerceCalculator_heartBeat__xpHI5 1.5s ease-in-out infinite;display:inline-block;font-size:2.5rem;margin-bottom:20px}@keyframes EcommerceCalculator_heartBeat__xpHI5{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.EcommerceCalculator_report-loading-animation__ftLkI{margin-bottom:25px;position:relative}.EcommerceCalculator_report-loading-spinner__QP50J{animation:EcommerceCalculator_spin__RxXwP 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:50px;margin:0 auto;width:50px}@keyframes EcommerceCalculator_spin__RxXwP{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.EcommerceCalculator_report-popup-message__8ztrF{color:#333;font-size:1.2rem;font-weight:500;line-height:1.5;margin-bottom:20px}.EcommerceCalculator_report-progress-bar__HqtT7{background-color:#f3f3f3;border-radius:3px;height:6px;margin:0 auto;overflow:hidden;width:100%}.EcommerceCalculator_report-progress-fill__xyPhc{animation:EcommerceCalculator_progress-animation__adQ1d 2s ease-in-out infinite;background:#3498db;border-radius:3px;height:100%;width:30%}@keyframes EcommerceCalculator_progress-animation__adQ1d{0%{margin-left:0;width:0}50%{margin-left:15%;width:70%}to{margin-left:100%;width:0}}.area-calculator-container{font-family:var(--font-primary);margin:0 auto;max-width:1200px;padding:20px}@media (max-width:991px){.calculator-content{flex-direction:column}.calculator-form-section{order:1}.calculator-results-section{order:2}}.shape-selector{display:flex;flex-wrap:wrap;gap:10px}.shape-option{background-color:var(--neutral-100);border:1px solid var(--neutral-200);border-radius:var(--radius-sm);color:var(--neutral-700);cursor:pointer;flex:1 1;font-weight:500;min-width:90px;padding:10px;transition:all .2s ease}.shape-option.active{background-color:var(--primary);border-color:var(--primary);color:#fff}.shape-option:hover:not(.active){background-color:var(--neutral-200)}.input-with-unit{align-items:center;display:flex}.input-with-unit input{border:1px solid var(--neutral-300);border-radius:var(--radius-sm);flex:1 1;font-size:1rem;padding:10px 12px;transition:border-color .2s ease}.input-with-unit input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f633;outline:none}.unit-label{color:var(--neutral-500);font-size:.9rem;margin-left:10px;min-width:60px}.unit-select{background-color:#fff;border:1px solid var(--neutral-300);border-radius:var(--radius-sm);font-size:1rem;padding:10px 12px;transition:border-color .2s ease;width:100%}.unit-select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f633;outline:none}.triangle-input-choice{margin-bottom:20px}.input-choice-label{color:var(--neutral-700);font-weight:500;margin-bottom:8px}.input-choice-options{display:flex;gap:20px}.radio-label{align-items:center;display:flex;gap:8px}.radio-label,.radio-label input{cursor:pointer}.shape-type{color:var(--primary);font-weight:600}.seo-section h2{border-bottom:1px solid var(--neutral-200);font-size:1.5rem;margin-bottom:15px;padding-bottom:10px}.seo-section p{color:var(--neutral-700);font-size:1rem}.seo-section ol,.seo-section ul{padding-left:20px}.seo-section li{color:var(--neutral-700)}.use-cases{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:20px}.use-case{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--radius-md);padding:20px}.use-case h3{color:var(--primary);font-size:1.1rem;margin-bottom:10px}.use-case ul{margin-bottom:0;padding-left:20px}.use-case li{font-size:.95rem;margin-bottom:8px}.formulas-table{overflow-x:auto}.formulas-table table{border-collapse:collapse;width:100%}.formulas-table th{background-color:var(--neutral-100);border:1px solid var(--neutral-200);color:var(--neutral-800);font-weight:600;padding:12px 15px;text-align:left}.formulas-table td{border:1px solid var(--neutral-200);color:var(--neutral-700);padding:10px 15px}.formulas-table tr:nth-child(2n){background-color:var(--neutral-50)}.faq-container{margin-top:20px}.faq-item{border-bottom:1px solid var(--neutral-200);margin-bottom:20px;padding-bottom:20px}.faq-item h3{color:var(--neutral-800);font-size:1.1rem;margin-bottom:10px}.faq-item p{color:var(--neutral-700);font-size:.95rem;line-height:1.6}@media (max-width:991px){.calculator-and-ads{flex-direction:column}.ads-container{flex-direction:row;flex-wrap:wrap;width:100%}.ad-card{flex:1 1;min-width:250px}}@media (max-width:767px){.calculator-header h1{font-size:2rem}.ad-card{width:100%}.tab-button{padding:10px}.tab-button span{display:none}.tab-button svg{margin:0}.result-value{font-size:1.5rem}.calculations{flex-direction:column}}@media (max-width:575px){.area-calculator-container{padding:15px}.form-actions{flex-direction:column}.reset-btn,.save-btn{width:100%}.use-cases{grid-template-columns:1fr}}.real-estate-calculator-container{font-family:var(--font-primary);margin:0 auto;max-width:1200px;padding:20px}.calculator-header{margin-bottom:30px}.calculator-header h1{color:var(--primary);font-size:2.5rem;margin-bottom:10px}.calculator-header p{color:var(--neutral-600);font-size:1.1rem}.form-success-message{align-items:center;background-color:var(--success);border-radius:var(--radius-sm);color:#fff;display:flex;gap:8px;left:50%;opacity:0;padding:8px 16px;position:absolute;top:-20px;transform:translateX(-50%);transition:opacity .3s ease;z-index:10}.property-type-selector{display:flex;flex-wrap:wrap;gap:10px}.property-type-option{background-color:var(--neutral-100);border:1px solid var(--neutral-200);border-radius:var(--radius-sm);color:var(--neutral-700);cursor:pointer;flex:1 1;font-weight:500;min-width:100px;padding:10px;transition:all .2s ease}.property-type-option.active{background-color:var(--primary);border-color:var(--primary);color:#fff}.property-type-option:hover:not(.active){background-color:var(--neutral-200)}.form-section{border-bottom:1px solid var(--neutral-100);margin-bottom:30px}.form-section h3{font-size:1.1rem}.section-header-with-toggle h3{margin-bottom:0}.toggle-switch{cursor:pointer;margin-left:10px;width:48px}.toggle-slider{background-color:var(--neutral-300);border-radius:24px}.toggle-slider:before{bottom:3px;height:18px;left:3px;width:18px}input:checked+.toggle-slider{background-color:var(--primary)}input:checked+.toggle-slider:before{transform:translateX(24px)}.toggle-label{font-size:.9rem;margin-left:55px}.dimensions-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.dimension-group{display:flex;flex-direction:column}.feet-inches-input{display:flex;gap:10px}.input-with-label{flex:1 1}.input-with-label input:focus{box-shadow:0 0 0 2px #3b82f633}.input-with-label span{color:var(--neutral-500);font-size:.9rem;margin-left:8px;min-width:20px}.rooms-container{display:flex;flex-direction:column;gap:20px}.room-dimensions{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--radius-md);padding:15px}.room-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.room-name-input{border:1px solid var(--neutral-300);border-radius:var(--radius-sm);flex:1 1;font-size:1rem;font-weight:500;max-width:200px;padding:8px 12px}.room-name-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f633;outline:none}.remove-room-btn{align-items:center;background:none;border:none;border-radius:50%;color:var(--danger);cursor:pointer;display:flex;height:32px;justify-content:center;transition:background-color .2s ease;width:32px}.remove-room-btn:hover{background-color:var(--neutral-200)}.add-room-btn{align-items:center;background-color:var(--neutral-100);border:1px dashed var(--neutral-300);border-radius:var(--radius-md);color:var(--primary);cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;padding:10px;transition:all .2s ease;width:100%}.add-room-btn:hover{background-color:var(--neutral-200);border-color:var(--primary)}.price-input{border:1px solid var(--neutral-300);border-radius:var(--radius-sm);font-size:1rem;padding:10px 12px;transition:border-color .2s ease;width:100%}.price-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f633;outline:none}.reset-btn,.save-btn{align-items:center;border:none;border-radius:var(--radius-sm);cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;padding:10px 20px;transition:all .2s ease}.save-btn{background-color:var(--primary);color:#fff;flex:2 1}.save-btn:hover{background-color:var(--primary-dark)}.calculating-indicator{background-color:var(--neutral-50);border-radius:var(--radius-md);gap:15px;padding:40px 20px}.spinner{border:4px solid #0000001a;border-top:4px solid var(--primary)}.calculating-indicator p{color:var(--neutral-600)}.result-card{align-items:center;display:flex;flex-direction:column;text-align:center}.result-card.main-area{border-left-color:var(--primary)}.result-card.rooms-area{border-left-color:var(--success)}.result-card.lot-area{border-left-color:var(--info)}.result-card.property-value{border-left-color:var(--warning)}.result-icon{align-items:center;background-color:var(--neutral-100);border-radius:50%;color:var(--primary);display:flex;height:36px;justify-content:center;margin-bottom:10px;width:36px}.result-card.rooms-area .result-icon{color:var(--success)}.result-card.lot-area .result-icon{color:var(--info)}.result-card.property-value .result-icon{color:var(--warning)}.result-card.rooms-area .result-value{color:var(--success)}.result-card.lot-area .result-value{color:var(--info)}.result-card.property-value .result-value{color:var(--warning)}.result-unit{color:var(--neutral-500);font-size:.9rem}.rooms-breakdown{margin-top:10px;max-width:300px;width:100%}.room-area-item{border-bottom:1px solid var(--neutral-200);color:var(--neutral-700);font-size:.9rem;padding:6px 0}.room-area-item,.room-area-total{display:flex;justify-content:space-between}.room-area-total{border-top:2px solid var(--neutral-300);color:var(--neutral-800);font-weight:600;margin-top:4px;padding:8px 0}.results-actions{justify-content:center;margin-top:20px}.report-btn{align-items:center;background-color:var(--info);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;padding:10px 20px;transition:all .2s ease;width:100%}.report-btn:hover{background-color:var(--info-dark)}.report-btn:disabled{background-color:var(--neutral-300);cursor:not-allowed}.results-explanation{border-top:1px solid var(--neutral-200);margin-top:30px;padding-top:20px}.results-explanation h3{color:var(--neutral-800);font-size:1.1rem;margin-bottom:10px}.results-explanation p{color:var(--neutral-600);font-size:.95rem;margin-bottom:15px}.formula-box{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--radius-md);margin-bottom:20px;padding:15px}.formula-title{color:var(--neutral-700);font-weight:600;margin-bottom:10px}.formula-content p{color:var(--neutral-800);font-family:monospace;font-size:.9rem;margin-bottom:5px}.real-estate-tips{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--radius-md);padding:15px}.real-estate-tips h4{color:var(--neutral-800);font-size:1rem;margin-bottom:10px}.real-estate-tips ul{margin-bottom:0;padding-left:20px}.real-estate-tips li{color:var(--neutral-600);font-size:.9rem;margin-bottom:8px}.history-tab-container{padding:30px}.history-tab-container h2{color:var(--neutral-800);font-size:1.5rem;margin-bottom:20px}.no-history{background-color:var(--neutral-50);border-radius:var(--radius-md);color:var(--neutral-600);padding:30px}.history-list{gap:20px}.history-item{border:1px solid var(--neutral-200);border-radius:var(--radius-md);box-shadow:0 2px 4px #0000000d;overflow:hidden}.history-item-header{background-color:var(--neutral-50);border-bottom:1px solid var(--neutral-200);padding:15px 20px}.property-type{color:var(--primary);font-weight:600;gap:8px}.property-icon,.property-type{align-items:center;display:flex}.property-icon{justify-content:center}.timestamp{color:var(--neutral-500);font-size:.85rem}.history-item-body{padding:20px}.dimensions{color:var(--neutral-700);margin-bottom:15px}.calculations{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}.calculation{background-color:var(--neutral-50);border-radius:var(--radius-sm);color:var(--neutral-800);font-size:.95rem;padding:10px 15px}.calculation span{font-weight:600;margin-right:5px}.rooms-summary{color:var(--neutral-700);margin-top:5px}.history-item-actions{border-top:1px solid var(--neutral-200)}.delete-btn,.load-btn{align-items:center;border:none;cursor:pointer;display:flex;flex:1 1;font-weight:500;gap:8px;justify-content:center;padding:12px;transition:background-color .2s ease}.load-btn{background-color:var(--neutral-50);color:var(--primary)}.load-btn:hover{background-color:var(--neutral-100)}.delete-btn{background-color:var(--neutral-50);color:var(--danger)}.delete-btn:hover{background-color:var(--neutral-100)}.ad-button,.related-links li a{align-items:center;display:flex;gap:8px}.ad-button{background-color:var(--primary);border-radius:var(--radius-sm);color:#fff;font-weight:500;justify-content:center;padding:10px;text-align:center;text-decoration:none;transition:background-color .2s ease;width:100%}.ad-button:hover{background-color:var(--primary-dark)}.seo-container{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 15px #00000014;margin:3rem auto;max-width:1100px;padding:2.5rem}.seo-section{margin-bottom:3.5rem;position:relative}.seo-section h2{border-bottom:2px solid #93c5fd;color:#1e40af;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.8rem;position:relative}.seo-section h2:after{background-color:#3b82f6;bottom:-2px;content:"";height:2px;left:0;position:absolute;width:80px}.seo-section h3{border-left:4px solid #93c5fd;font-size:1.3rem;margin-bottom:1.2rem;margin-top:1.8rem;padding-left:12px}.seo-section p{color:#334155;font-size:1.05rem;line-height:1.8;margin-bottom:1.2rem}.seo-section ol,.seo-section ul{margin-left:1.5rem}.seo-section ol{counter-reset:item;list-style-type:none;margin-left:0;padding-left:0}.seo-section ol li{counter-increment:item;margin-bottom:1rem;padding-left:2.5rem;position:relative}.seo-section ol li:before{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;content:counter(item);display:inline-flex;font-weight:700;height:1.8rem;justify-content:center;left:0;position:absolute;top:0;width:1.8rem}.seo-section ul li{color:#334155;line-height:1.6;margin-bottom:.7rem;position:relative}.seo-section ul li:before{color:#3b82f6;content:"•";display:inline-block;font-weight:700;margin-left:-1em;width:1em}.seo-section strong{color:#1e3a8a}.use-cases{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}@media (min-width:768px){.use-cases{grid-template-columns:repeat(3,1fr)}}.use-case{background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 2px 10px #0000000d;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.use-case:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-5px)}.use-case h3{border-bottom:2px solid #93c5fd;border-left:none;color:#2563eb;font-size:1.2rem;font-weight:600;margin-bottom:1rem;margin-top:0;padding-bottom:.5rem;padding-left:0;text-align:center}.use-case ul{list-style-type:none;margin-left:0;padding-left:0}.use-case ul li{margin-bottom:.7rem;padding-left:1.5rem;position:relative}.use-case ul li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.calculation-details,.calculation-methods,.faq-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 2px 10px #0000000d;margin-top:2rem;padding:2rem}.calculation-details h3,.calculation-methods h3,.faq-item h3{color:#2563eb;font-size:1.2rem;font-weight:600;margin-bottom:1rem;margin-top:1.8rem}.calculation-details h3:first-child,.calculation-methods h3:first-child{margin-top:0}.faq-container{margin-top:2rem}.faq-item{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:2rem}.faq-item h3{cursor:pointer;margin-top:0;padding-left:2rem;position:relative}.faq-item h3:before{align-items:center;background-color:#dbeafe;border-radius:50%;color:#3b82f6;content:"Q";display:flex;font-size:.9rem;font-weight:700;height:1.6rem;justify-content:center;left:0;position:absolute;width:1.6rem}.faq-item p{margin-left:2rem;padding-left:2rem;position:relative}.faq-item p:before{align-items:center;background-color:#fee2e2;border-radius:50%;color:#ef4444;content:"A";display:flex;font-size:.9rem;font-weight:700;height:1.6rem;justify-content:center;left:0;position:absolute;top:0;width:1.6rem}.calculation-details{margin-top:2rem}.calculation-details h3{border-bottom:1px solid #e2e8f0;color:#2563eb;font-size:1.2rem;margin-bottom:1.2rem;margin-top:1.8rem;padding-bottom:.7rem}.calculation-details h3:first-child{margin-top:0}.calculation-details ul{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.8rem;padding:1rem}.calculation-details li{border-bottom:1px dashed #e2e8f0;color:#334155;font-family:Courier New,monospace;font-size:1rem;line-height:1.5;padding:10px 15px}.calculation-details strong{color:#1e40af;font-weight:600;margin-right:.5rem}@media (max-width:1199px){.calculator-content{padding:20px}}@media (max-width:991px){.calculator-and-ads{flex-direction:column}.ads-container{flex-direction:row;flex-wrap:wrap;width:100%}.ad-card{flex:1 1;min-width:250px}.calculator-content{flex-direction:column}.calculator-form-section{order:1}.calculator-results-section{order:2}}@media (max-width:767px){.calculator-header h1{font-size:2rem}.ad-card{width:100%}.tab-button{padding:10px}.tab-button span{display:none}.tab-button svg{margin:0}.result-value{font-size:1.5rem}.calculations,.property-type-selector{flex-direction:column}.dimensions-grid{grid-template-columns:1fr}}@media (max-width:575px){.real-estate-calculator-container{padding:15px}.form-actions{flex-direction:column}.reset-btn,.save-btn{width:100%}.use-cases{grid-template-columns:1fr}.feet-inches-input{flex-direction:column;gap:8px}.section-header-with-toggle{align-items:flex-start;flex-direction:column;gap:10px}.toggle-switch{margin-left:0}}.advanced-options{background-color:var(--neutral-50);border-radius:var(--radius-md);display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px;padding:15px}.advanced-option{display:flex;flex-direction:column;min-width:180px}.advanced-option label{color:var(--neutral-700);font-size:.9rem;font-weight:500;margin-bottom:5px}.advanced-option select{background-color:#fff;border:1px solid var(--neutral-300);border-radius:var(--radius-sm);color:var(--neutral-700);cursor:pointer;font-size:.95rem;padding:8px 12px}.advanced-option select:focus{border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary-rgb),.1);outline:none}.toggle-details{border-top:1px solid var(--neutral-200);margin-top:15px;padding-top:15px;width:100%}.toggle-btn{align-items:center;background:none;color:var(--primary);display:flex;gap:5px;padding:5px 0}.toggle-btn:hover{text-decoration:underline}.additional-details{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--radius-sm);margin-top:15px;padding:15px}.additional-details h4{align-items:center;color:var(--neutral-700);display:flex;font-size:1rem;gap:8px;margin-bottom:10px}.room-cost-breakdown{display:flex;flex-direction:column;gap:8px}.comparison-item,.cost-item,.roi-item,.tax-item{border-bottom:1px solid var(--neutral-200);display:flex;font-size:.9rem;justify-content:space-between;padding:6px 0}.cost-total{border-top:1px solid var(--neutral-300);color:var(--primary);display:flex;font-weight:600;justify-content:space-between;margin-top:5px;padding:8px 0}.roi-breakdown{display:flex;flex-direction:column;gap:8px;margin:10px 0}.roi-item{border-bottom:1px solid var(--neutral-200);display:flex;font-size:.9rem;justify-content:space-between;padding:6px 0}.roi-item.highlight{border-bottom:none;border-top:2px solid var(--neutral-300);color:var(--primary);font-size:1rem;font-weight:600;margin-top:8px;padding-top:10px}.roi-disclaimer{color:var(--neutral-500);font-size:.8rem;font-style:italic;margin-top:8px;padding-bottom:5px}.price-comparison,.roi-analysis,.tax-estimate{margin-bottom:20px}.above-average{color:var(--danger)}.below-average{color:var(--success)}.average-price{color:var(--info)}.tax-disclaimer{color:var(--neutral-500);font-size:.8rem;font-style:italic;margin-top:10px}.calculation-details,.calculation-methods,.faq-container{margin-top:20px}.calculation-details ul{list-style-type:none;padding-left:0}.calculation-details li{border-bottom:1px dashed var(--neutral-200);color:var(--neutral-700);font-size:.95rem;padding:8px 0}.calculation-details li:last-child{border-bottom:none}.calculation-details strong{color:var(--neutral-800);font-weight:500}.construction-cost-analysis{margin-bottom:20px}.construction-breakdown{display:flex;flex-direction:column;gap:8px}.construction-disclaimer{color:var(--neutral-500);font-size:.8rem;font-style:italic;margin-top:8px;padding-bottom:5px}.construction-item,.roi-item{border-bottom:1px solid var(--neutral-200);display:flex;font-size:.9rem;justify-content:space-between;padding:6px 0}.construction-cost-analysis,.price-comparison,.roi-analysis,.tax-estimate{margin-bottom:20px}.unit-toggle{border:1px solid var(--neutral-300);border-radius:var(--radius-sm);display:flex;overflow:hidden}.unit-toggle button{background:none;border:none;cursor:pointer;font-size:.9rem;padding:8px 12px;transition:all .2s ease}.unit-toggle button.active{background-color:var(--primary);color:#fff}.unit-toggle button:not(.active):hover{background-color:var(--neutral-200)}@media (max-width:768px){.advanced-option{width:100%}}.tab-badge{background-color:#ef4444;border-radius:50%;font-size:.8rem;font-weight:700;height:1.5rem;justify-content:center;margin-left:5px;width:1.5rem}.compare-btn,.tab-badge{align-items:center;color:#fff;display:inline-flex}.compare-btn{background-color:#3b82f6;border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;gap:6px;padding:8px 15px;transition:all .2s ease}.compare-btn:hover:not(.disabled){background-color:#2563eb}.compare-btn.disabled{background-color:#93c5fd;cursor:default}.comparison-tab-container{background-color:#fff;border-radius:var(--radius-lg);box-shadow:0 4px 6px #0000000d;padding:2rem}.comparison-tab-container h2{color:var(--primary);font-size:1.5rem;margin-bottom:1.5rem}.no-comparison{background-color:var(--neutral-50);border-radius:var(--radius-md);margin-top:1rem;padding:3rem;text-align:center}.no-comparison p{color:var(--neutral-600);margin-bottom:.5rem}.comparison-actions{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.clear-comparison-btn{align-items:center;background-color:var(--danger);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;gap:6px;padding:8px 15px;transition:all .2s ease}.clear-comparison-btn:hover{background-color:#dc2626}.comparison-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.comparison-item{border:1px solid var(--neutral-200);border-radius:var(--radius-md);box-shadow:0 2px 4px #0000000d;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.comparison-item:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-5px)}.comparison-header{align-items:center;background-color:var(--primary);color:#fff;display:flex;justify-content:space-between;padding:1rem}.comparison-header h3{font-size:1.1rem;font-weight:500;margin:0}.remove-comparison-btn{background:#fff3;border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:.8rem;padding:4px 8px;transition:background .2s ease}.remove-comparison-btn:hover{background:#ffffff4d}.comparison-details{padding:1rem}.comparison-section{background-color:var(--neutral-50);border-radius:var(--radius-sm);margin-bottom:1.5rem;padding:1rem}.comparison-section h4{border-bottom:1px solid var(--neutral-200);color:var(--primary-dark);font-size:1rem;margin-bottom:.8rem;margin-top:0;padding-bottom:.5rem}.compare-row{border-bottom:1px dashed var(--neutral-200);display:flex;font-size:.9rem;justify-content:space-between;padding:.5rem 0}.compare-row:last-child{border-bottom:none}.compare-row.highlight{color:var(--primary-dark);font-weight:600}@media (max-width:767px){.comparison-grid{grid-template-columns:1fr}.tab-button span.tab-badge{display:inline-flex}}:root{--primary-color:#2980b9;--primary-dark:#1c638e;--primary-light:#3498db;--accent-color:#e74c3c;--accent-dark:#c0392b;--text-color:#333;--text-light:#666;--text-lighter:#999;--bg-color:#f7f9fc;--bg-light:#fff;--bg-dark:#edf2f7;--border-color:#e1e5ea;--border-light:#f0f2f5;--success-color:#27ae60;--warning-color:#f39c12;--box-shadow:0 2px 5px #00000014}.breadcrumbs-container{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;padding:10px;width:100%}.breadcrumbs{align-items:center;color:#6c757d;display:flex;flex-wrap:wrap;font-size:.9rem;margin:0;padding:5px 0}.breadcrumb-item{color:#0d6efd;font-weight:400;text-decoration:none;transition:color .2s ease;white-space:nowrap}.breadcrumb-item:hover{color:#0a58ca;text-decoration:underline}.breadcrumb-item.active{color:#212529;font-weight:500;pointer-events:none}.breadcrumb-separator{align-items:center;color:#6c757d;display:flex;font-size:1rem;margin:0 8px}@media (max-width:767px){.breadcrumbs{font-size:.8rem}.breadcrumb-separator{margin:0 4px}}.loan-calculator-container{background-color:#f7f9fc;background-color:var(--bg-color);color:#333;color:var(--text-color);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.calculator-header{margin-bottom:20px}.calculator-header h1{color:#2980b9;color:var(--primary-color);font-size:2.2rem;font-weight:700;margin-bottom:8px}.calculator-header p{color:#666;color:var(--text-light);font-size:1rem;margin:0 auto;max-width:600px}.calculator-tabs{border-bottom:1px solid #e1e5ea;border-bottom:1px solid var(--border-color);justify-content:center;margin-bottom:20px;padding-bottom:10px}.tab-button{border-radius:5px;color:#666;color:var(--text-light);margin:0 5px;padding:10px 20px}.tab-button svg{font-size:1.1rem;margin-right:8px}.tab-button:hover{background-color:#f0f2f5;background-color:var(--border-light)}.tab-button.active,.tab-button:hover{color:#2980b9;color:var(--primary-color)}.tab-button.active{background-color:#fff;background-color:var(--bg-light);box-shadow:0 2px 5px #00000014;box-shadow:var(--box-shadow)}.main-content-wrapper{gap:20px}.calculator-and-ads,.history-and-ads{display:flex;gap:20px}.calculator-content-wrapper,.history-content-wrapper{background-color:#fff;background-color:var(--bg-light);border-radius:8px;box-shadow:0 2px 5px #00000014;box-shadow:var(--box-shadow);flex:1 1;overflow:hidden}.results-display{min-width:0;order:2}.calculator-form-section{padding:20px}.form-section{border-bottom:1px solid #f0f2f5;border-bottom:1px solid var(--border-light);margin-bottom:25px;padding-bottom:20px}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h3{color:#2980b9;color:var(--primary-color);font-size:1.2rem;margin-bottom:15px}.loan-type-selector{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.loan-type-option{align-items:center;background-color:#edf2f7;background-color:var(--bg-dark);border-radius:5px;cursor:pointer;display:flex;font-weight:500;padding:10px 15px;transition:all .2s ease}.loan-type-option svg{font-size:1.1rem;margin-right:8px}.loan-type-option:hover{background-color:#e1e5ea;background-color:var(--border-color)}.loan-type-option.active{background-color:#2980b9;background-color:var(--primary-color);color:#fff}.form-row{flex-wrap:wrap}.form-group{min-width:200px}.form-group label{color:#666;color:var(--text-light);font-size:.9rem;margin-bottom:5px}.input-with-prefix,.input-with-suffix{align-items:center;display:flex;position:relative}.input-with-prefix span,.input-with-suffix span{color:#999;color:var(--text-lighter);font-size:.9rem;pointer-events:none;position:absolute}.input-with-prefix span{left:10px}.input-with-suffix span{right:10px}.input-with-prefix input{padding-left:25px}.input-with-suffix input{padding-right:25px}.suggested-rate{color:#999;color:var(--text-lighter);font-size:.8rem;font-weight:400;margin-left:8px}.section-header-with-toggle{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.toggle-switch{display:inline-block;height:24px;position:relative;width:50px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#999;background-color:var(--text-lighter);border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0;transition:.4s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:16px;left:4px;position:absolute;transition:.4s;width:16px}input:checked+.toggle-slider{background-color:#2980b9;background-color:var(--primary-color)}input:checked+.toggle-slider:before{transform:translateX(26px)}.form-actions{gap:15px;justify-content:flex-end;margin-top:20px}.calculate-button,.reset-button{border:none;border-radius:5px;cursor:pointer;font-size:1rem;padding:10px 20px;transition:all .2s ease}.calculate-button{background-color:#2980b9;background-color:var(--primary-color);color:#fff;font-weight:600}.calculate-button:hover{background-color:#1c638e;background-color:var(--primary-dark)}.reset-button{align-items:center;background-color:#edf2f7;background-color:var(--bg-dark);color:#666;color:var(--text-light);display:flex}.reset-button svg{margin-right:5px}.reset-button:hover{background-color:#e1e5ea;background-color:var(--border-color)}input[type=date],input[type=number],input[type=text],select{background-color:#fff;background-color:var(--bg-light);border:1px solid #e1e5ea;border:1px solid var(--border-color);border-radius:5px;color:#333;color:var(--text-color);font-size:.95rem;padding:10px;transition:border-color .2s ease;width:100%}input[type=date]:focus,input[type=number]:focus,input[type=text]:focus,select:focus{border-color:#2980b9;border-color:var(--primary-color);outline:none}.results-display{padding:20px}.results-display.calculating{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px}.calculating-spinner{animation:spin 1s linear infinite;border:4px solid #f0f2f5;border-top:4px solid #2980b9;border:4px solid var(--border-light);border-radius:50%;border-top-color:var(--primary-color);height:50px;margin-bottom:15px;width:50px}.calculating-text{color:#666;color:var(--text-light);font-size:1.1rem}.results-header{margin-bottom:20px}.results-header h3{color:#2980b9;color:var(--primary-color);font-size:1.4rem;font-weight:600}.loan-amount{color:#666;color:var(--text-light);font-size:1.1rem;font-weight:400;margin-left:10px}.results-actions{display:flex;gap:10px}.action-button{align-items:center;background-color:#edf2f7;background-color:var(--bg-dark);border:none;border-radius:5px;color:#333;color:var(--text-color);cursor:pointer;display:flex;font-size:.9rem;padding:8px 15px;transition:all .2s ease}.action-button svg{margin-right:5px}.action-button:hover{background-color:#e1e5ea;background-color:var(--border-color);color:#2980b9;color:var(--primary-color)}.results-tabs{border-bottom:1px solid #e1e5ea;border-bottom:1px solid var(--border-color);display:flex;margin-bottom:20px}.results-tab-button{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#666;color:var(--text-light);cursor:pointer;display:flex;font-size:.95rem;padding:10px 15px;transition:all .2s ease}.results-tab-button svg{margin-right:5px}.results-tab-button.active,.results-tab-button:hover{color:#2980b9;color:var(--primary-color)}.results-tab-button.active{border-bottom-color:#2980b9;border-bottom-color:var(--primary-color);font-weight:600}.results-content{min-height:300px}.summary-cards{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.summary-card{background-color:#fff;background-color:var(--bg-light);border:1px solid #f0f2f5;border:1px solid var(--border-light);border-radius:5px;box-shadow:0 2px 5px #00000014;box-shadow:var(--box-shadow);flex:1 1;min-width:180px;padding:15px}.summary-card-title{color:#666;color:var(--text-light);font-size:.9rem;margin-bottom:8px}.summary-card-value{color:#2980b9;color:var(--primary-color);font-size:1.4rem;font-weight:600}.summary-details{background-color:#fff;background-color:var(--bg-light);border:1px solid #f0f2f5;border:1px solid var(--border-light);border-radius:5px;padding:20px}.summary-details h4{color:#2980b9;color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:15px}.detail-row{border-bottom:1px solid #f0f2f5;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding:8px 0}.detail-row:last-child{border-bottom:none}.detail-row.extra-payment{background-color:#2980b91a;border-left:3px solid #2980b9;border-left:3px solid var(--primary-color);border-radius:5px;margin:8px 0;padding:8px 10px}.detail-row.highlight{background-color:#27ae601a;border-left:3px solid #27ae60;border-left:3px solid var(--success-color);border-radius:5px;margin:8px 0;padding:8px 10px}.detail-label{color:#666;color:var(--text-light)}.detail-value{font-weight:500}.amortization-table-container{padding:0 10px}.amortization-table-container h4{color:#2980b9;color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:15px}.amortization-table-wrapper{max-height:400px;overflow-x:auto;overflow-y:auto}.amortization-table{border-collapse:collapse;font-size:.9rem;width:100%}.amortization-table th{background-color:#2980b9;background-color:var(--primary-color);color:#fff;padding:10px;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:1}.amortization-table td{border-bottom:1px solid #f0f2f5;border-bottom:1px solid var(--border-light);padding:8px 10px}.amortization-table tr:nth-child(2n){background-color:#fff;background-color:var(--bg-light)}.amortization-table tr:hover{background-color:#2980b90d}.amortization-table .final-payment{background-color:#27ae601a;font-weight:500}.charts-container{padding:10px}.charts-container h4{color:#2980b9;color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:15px}.chart-placeholder{height:250px;margin-bottom:30px}.chart-placeholder,.pie-chart-container{align-items:center;display:flex;justify-content:center}.pie-chart-container{gap:30px}.pie-chart{align-items:center;background-color:#f0f2f5;background-color:var(--border-light);border-radius:50%;display:flex;height:180px;justify-content:center;overflow:hidden;position:relative;width:180px}.pie-slice{height:100%;left:0;position:absolute;top:0;transform-origin:50% 50%;width:100%}.principal-slice{background-color:#2980b9;background-color:var(--primary-color);-webkit-clip-path:polygon(50% 50%,50% 0,100% 0,100% 100%,0 100%,0 0,50% 0);clip-path:polygon(50% 50%,50% 0,100% 0,100% 100%,0 100%,0 0,50% 0);transform:rotate(0deg)}.interest-slice{background-color:#e74c3c;background-color:var(--accent-color);-webkit-clip-path:polygon(50% 50%,100% 50%,100% 0,50% 0);clip-path:polygon(50% 50%,100% 50%,100% 0,50% 0);transform:rotate(180deg)}.pie-chart-legend{display:flex;flex-direction:column;gap:10px}.legend-item{align-items:center;display:flex;gap:10px}.legend-color{border-radius:4px;height:20px;width:20px}.extra-payments-comparison{display:flex;justify-content:center}.bar-chart{display:flex;gap:50px;max-width:100%}.bar-group{align-items:center;display:flex;flex-direction:column;gap:10px}.bar-label{font-weight:500;margin-bottom:5px}.bar-container{align-items:flex-end;gap:20px;height:200px;width:100px}.bar,.bar-container{display:flex;position:relative}.bar{align-items:flex-start;background-color:#2980b9;background-color:var(--primary-color);color:#fff;flex:1 1;font-size:.7rem;justify-content:center;min-height:20px;padding-top:5px}.bar.time-bar{min-height:30px}.bar-legend{display:flex;flex-direction:column;gap:5px;margin-top:10px}.history-tab{padding:20px}.history-header h3{color:#2980b9;color:var(--primary-color);font-size:1.4rem;font-weight:600;margin-bottom:5px}.history-header p{color:#666;color:var(--text-light);font-size:.9rem}.history-items{display:flex;flex-direction:column;gap:15px}.history-item{align-items:center;background-color:var(--bg-light);border:1px solid #f0f2f5;border:1px solid var(--border-light);border-radius:8px;display:flex;padding:15px}.history-item-icon{align-items:center;background-color:#2980b91a;border-radius:50%;color:#2980b9;color:var(--primary-color);display:flex;font-size:1.5rem;height:50px;justify-content:center;margin-right:15px;width:50px}.history-item-details{flex:1 1}.history-item-title{font-size:1.1rem;font-weight:600;margin-bottom:5px}.history-item-subtitle{color:#666;color:var(--text-light);font-size:.9rem;margin-bottom:3px}.history-item-payment{color:#2980b9;color:var(--primary-color);font-size:.9rem;font-weight:500}.history-action-button{align-items:center;background-color:#edf2f7;background-color:var(--bg-dark);border:none;border-radius:50%;color:#666;color:var(--text-light);cursor:pointer;display:flex;height:35px;justify-content:center;transition:all .2s ease;width:35px}.history-action-button:hover{background-color:#e1e5ea;background-color:var(--border-color)}.delete-button:hover{color:#e74c3c;color:var(--accent-color)}.load-button:hover{color:#2980b9;color:var(--primary-color)}.empty-history{align-items:center;display:flex;justify-content:center;min-height:300px}.empty-history-message{text-align:center}.empty-history-message h3{color:#666;color:var(--text-light);font-size:1.2rem;margin-bottom:10px}.empty-history-message p{color:#999;color:var(--text-lighter)}.ad-unit{background-color:#fff;background-color:var(--bg-light);border-radius:8px;box-shadow:0 2px 5px #00000014;box-shadow:var(--box-shadow);overflow:hidden}.ad-placeholder{align-items:center;background-color:#2980b90d;border:1px dashed #e1e5ea;border:1px dashed var(--border-color);display:flex;height:250px;justify-content:center;padding:20px}.ad-text{text-align:center}.ad-text h4{color:#2980b9;color:var(--primary-color);margin-bottom:10px}.ad-text p{color:#666;color:var(--text-light);margin-bottom:15px}.ad-cta-button{background-color:#2980b9;background-color:var(--primary-color);border-radius:5px;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;padding:8px 15px;text-decoration:none;transition:all .2s ease}.ad-cta-button:hover{background-color:#1c638e;background-color:var(--primary-dark)}.seo-info-container{background-color:#fff;background-color:var(--bg-light);border-radius:8px;box-shadow:0 2px 5px #00000014;box-shadow:var(--box-shadow);color:#666;color:var(--text-light);font-size:.95rem;line-height:1.6;margin-top:30px;padding:40px}.seo-info-header{align-items:center;border-bottom:2px solid #f0f2f5;border-bottom:2px solid var(--border-light);display:flex;margin-bottom:30px;padding-bottom:20px}.seo-info-header svg{color:#2980b9;color:var(--primary-color);font-size:2rem;margin-right:15px}.seo-info-header h2{color:#333;color:var(--text-color);font-size:1.8rem;font-weight:700}.seo-section{margin-bottom:40px}.seo-section h3{align-items:center;color:#2980b9;color:var(--primary-color);display:flex;font-size:1.4rem;margin-bottom:20px}.seo-section h3 svg{font-size:1.2rem;margin-right:10px}.seo-section p{margin-bottom:15px}.seo-section ol,.seo-section ul{margin-bottom:20px;margin-left:20px}.seo-section li{margin-bottom:10px}.feature-list{list-style:none;margin-left:0;padding-left:0}.feature-list li{border-bottom:1px solid #f0f2f5;border-bottom:1px solid var(--border-light);margin-bottom:15px;padding-bottom:15px;padding-left:15px;position:relative}.feature-list li:last-child{border-bottom:none}.feature-highlight{color:#2980b9;color:var(--primary-color);font-weight:600}.loan-types-section{background-color:#2980b90d;border-radius:8px;margin-bottom:40px;padding:25px}.loan-type-info{border-bottom:1px solid #f0f2f5;border-bottom:1px solid var(--border-light);display:flex;margin-bottom:25px;padding-bottom:25px}.loan-type-info:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.loan-type-icon{align-items:center;background-color:#2980b91a;border-radius:50%;color:#2980b9;color:var(--primary-color);display:flex;font-size:2rem;height:60px;justify-content:center;margin-right:20px;width:60px}.loan-type-content{flex:1 1}.loan-type-content h4{color:#333;color:var(--text-color);font-size:1.2rem;font-weight:600;margin-bottom:10px}.calculation-methods{display:flex;flex-wrap:wrap;gap:25px;margin-top:20px}.calculation-method{background-color:#fff;background-color:var(--bg-light);border:1px solid #f0f2f5;border:1px solid var(--border-light);border-radius:8px;box-shadow:0 2px 5px #00000014;box-shadow:var(--box-shadow);flex:1 1;min-width:280px;padding:20px}.calculation-method h4{color:#2980b9;color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:15px}.formula{background-color:#2980b90d;border-radius:5px;margin-bottom:15px;padding:15px;text-align:center}.formula p{font-family:monospace;font-size:1.1rem;margin-bottom:0}.formula-explanation{color:#666;color:var(--text-light);font-size:.9rem}.method-explanation{font-size:.95rem}.tips-container{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.tip-card{background-color:#fff;background-color:var(--bg-light);border:1px solid #f0f2f5;border:1px solid var(--border-light);border-radius:8px;box-shadow:0 2px 5px #00000014;box-shadow:var(--box-shadow);flex:1 1;min-width:280px;padding:20px}.tip-icon{align-items:center;background-color:#e74c3c1a;border-radius:50%;color:#e74c3c;color:var(--accent-color);display:flex;font-size:1.5rem;height:50px;justify-content:center;margin-bottom:15px;width:50px}.tip-card h4{color:#333;color:var(--text-color);font-size:1.1rem;font-weight:600;margin-bottom:15px}.faq-item{border-bottom:1px solid #f0f2f5;border-bottom:1px solid var(--border-light);margin-bottom:25px;padding-bottom:25px}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-item h4{color:#2980b9;color:var(--primary-color);font-size:1.2rem;font-weight:600;margin-bottom:15px}.pro-tips{margin-top:20px}.pro-tip{border-bottom:1px solid #f0f2f5;border-bottom:1px solid var(--border-light);display:flex;margin-bottom:25px;padding-bottom:25px}.pro-tip:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.tip-number{align-items:center;background-color:#2980b9;background-color:var(--primary-color);border-radius:50%;color:#fff;color:var(--bg-light);display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:40px;justify-content:center;margin-right:20px;width:40px}.tip-content{flex:1 1}.tip-content h4{color:#333;color:var(--text-color);font-size:1.1rem;font-weight:600;margin-bottom:10px}.disclaimer-section{align-items:flex-start;background-color:#f39c120d;border-radius:8px;display:flex;padding:25px}.disclaimer-icon{color:#f39c12;color:var(--warning-color);font-size:1.5rem;margin-right:15px;margin-top:5px}.disclaimer-content{flex:1 1}.disclaimer-content h3{color:#f39c12;color:var(--warning-color);font-size:1.2rem;margin-bottom:15px}.ads-container{width:300px}.resource-unit{background-color:#fff;background-color:var(--bg-light);border-radius:8px;box-shadow:0 2px 5px #00000014;box-shadow:var(--box-shadow);overflow:hidden}.resource-header{align-items:center;background-color:#2980b9;background-color:var(--primary-color);color:#fff;display:flex;padding:15px}.resource-icon{font-size:1.3rem;margin-right:10px}.resource-header h3{font-size:1.1rem;font-weight:600;margin:0}.resource-content{padding:20px}.resource-content p{color:#666;color:var(--text-light);font-size:.9rem;margin-bottom:15px}.loan-rates-list{list-style:none;margin:0 0 20px;padding:0}.loan-rates-list li{border-bottom:1px solid #f0f2f5;border-bottom:1px solid var(--border-light);display:flex;font-size:.9rem;justify-content:space-between;padding:10px 0}.loan-rates-list li:last-child{border-bottom:none}.rate-type{color:#333;color:var(--text-color);font-weight:600}.rate-value{color:#e74c3c;color:var(--accent-color);font-weight:500}.resource-button{align-items:center;background-color:#2980b9;background-color:var(--primary-color);border-radius:5px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:500;justify-content:space-between;padding:10px 15px;text-decoration:none;transition:all .2s ease;width:100%}.resource-button svg{font-size:.8rem;margin-left:5px}.resource-button:hover{background-color:#1c638e;background-color:var(--primary-dark)}.tools-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.tool-box{align-items:center;background-color:#edf2f7;background-color:var(--bg-dark);border-radius:5px;color:#333;color:var(--text-color);display:flex;flex-direction:column;padding:15px 10px;text-align:center;text-decoration:none;transition:all .2s ease}.tool-box:hover{background-color:#e1e5ea;background-color:var(--border-color)}.tool-icon{color:#2980b9;color:var(--primary-color);font-size:1.4rem;margin-bottom:5px}.tool-box span{font-size:.8rem;font-weight:500}.resource-item{align-items:flex-start;border-bottom:1px solid #f0f2f5;border-bottom:1px solid var(--border-light);display:flex;margin-bottom:15px;padding-bottom:15px}.resource-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.download-icon{color:#2980b9;color:var(--primary-color);font-size:1.2rem;margin-right:15px;margin-top:5px}.resource-details{flex:1 1}.resource-details h4{color:#333;color:var(--text-color);font-size:.95rem;font-weight:600;margin-bottom:5px}.resource-details p{font-size:.8rem;margin-bottom:8px}.download-link{color:#2980b9;color:var(--primary-color);font-size:.8rem;font-weight:500;text-decoration:none}.download-link:hover{text-decoration:underline}.newsletter-unit{background-color:#fff;background-color:var(--bg-light);border-radius:8px;box-shadow:0 2px 5px #00000014;box-shadow:var(--box-shadow);padding:20px}.newsletter-unit h3{color:#333;color:var(--text-color);font-size:1.1rem;font-weight:600;margin-bottom:10px}.newsletter-unit p{color:#666;color:var(--text-light);font-size:.9rem;margin-bottom:15px}.newsletter-form{display:flex;flex-direction:column;gap:10px}.newsletter-input,.newsletter-select{border:1px solid #e1e5ea;border:1px solid var(--border-color);border-radius:5px;font-size:.9rem;padding:10px;width:100%}.newsletter-button{background-color:#2980b9;background-color:var(--primary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px;transition:all .2s ease}.newsletter-button:hover{background-color:#1c638e;background-color:var(--primary-dark)}@media (max-width:1024px){.loan-type-info{flex-direction:column}.loan-type-icon{margin-bottom:15px;margin-right:0}.calculation-methods,.pro-tip,.tips-container{flex-direction:column}.tip-number{margin-bottom:15px;margin-right:0}.disclaimer-section{flex-direction:column}.disclaimer-icon{margin-bottom:15px;margin-right:0}.newsletter-unit,.resource-unit{margin:0 auto;max-width:600px}}@media (max-width:480px){.seo-info-container{padding:20px}.seo-info-header{flex-direction:column;text-align:center}.seo-info-header svg{margin-bottom:10px;margin-right:0}.loan-type-icon,.tip-icon{margin:0 auto 15px}.tools-grid{grid-template-columns:1fr}}.term-range-slider{margin:10px 0}.term-range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#2980b9;background:var(--primary-color);border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px #0003;cursor:pointer;height:18px;-webkit-transition:background .2s;transition:background .2s;width:18px}.term-range-slider::-moz-range-thumb{background:#2980b9;background:var(--primary-color);border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px #0003;cursor:pointer;height:18px;-moz-transition:background .2s;transition:background .2s;width:18px}.term-range-slider::-moz-range-thumb:hover,.term-range-slider::-webkit-slider-thumb:hover{background:#e74c3c;background:var(--accent-color)}.range-labels{color:var(--text-color-light);display:flex;font-size:.8rem;justify-content:space-between;margin-top:5px}.term-display{font-size:.85rem;font-weight:400;margin-left:10px}.standard-term{color:#27ae60;color:var(--success-color)}.custom-term,.custom-term-indicator{color:#f39c12;color:var(--warning-color)}.custom-term-indicator{font-size:.85rem;font-style:italic}.loan-term-inputs{align-items:center;display:flex;margin-bottom:5px;width:100%}.term-range-slider{-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#2980b9,#e74c3c);background:linear-gradient(to right,var(--primary-color),var(--accent-color));border-radius:3px;height:6px;outline:none;width:100%}.loan-term-text-input-container{align-items:center;display:flex;gap:5px;justify-content:center;margin-top:10px}.loan-term-text-input-container span{color:#666;color:var(--text-light);font-size:.9rem}.term-text-input{border:1px solid #e1e5ea;border:1px solid var(--border-color);border-radius:4px;font-size:.9rem;padding:6px 8px;text-align:center;width:60px}.pdf-preview-modal{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.pdf-preview-content{background-color:#fff;background-color:var(--bg-light);border-radius:8px;box-shadow:0 2px 5px #00000014;box-shadow:var(--box-shadow);height:90%;max-width:900px;overflow-y:auto;padding:20px;position:relative;width:90%}.pdf-preview-content h2{border-bottom:1px solid #f0f2f5;border-bottom:1px solid var(--border-light);color:#2980b9;color:var(--primary-color);font-size:1.5rem;font-weight:600;margin:15px 0;padding-bottom:15px}.pdf-actions{border-top:1px solid #f0f2f5;border-top:1px solid var(--border-light);display:flex;gap:15px;justify-content:flex-end;margin-top:20px;padding-top:20px}.pdf-actions button{border-radius:5px;cursor:pointer;font-size:.95rem;padding:10px 20px;transition:all .2s ease}.pdf-actions button:first-child{background-color:#edf2f7;background-color:var(--bg-dark);border:none;color:#333;color:var(--text-color)}.pdf-actions button:first-child:hover{background-color:#e1e5ea;background-color:var(--border-color)}.pdf-actions button:last-child{background-color:#2980b9;background-color:var(--primary-color);border:none;color:#fff}.pdf-actions button:last-child:hover{background-color:#1c638e;background-color:var(--primary-dark)}.pdf-preview-area{background-color:#fff;border:1px solid #e1e5ea;border:1px solid var(--border-color);border-radius:5px;box-shadow:0 1px 3px #0000001a;margin:20px 0;min-height:500px;padding:20px}@media (max-width:768px){.pdf-preview-content{height:95%;padding:15px;width:95%}.pdf-actions{flex-direction:column}.pdf-actions button{width:100%}}.pdf-preview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.close-modal-button{align-items:center;background-color:#edf2f7;background-color:var(--bg-dark);border:none;border-radius:50%;color:#666;color:var(--text-light);cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .2s ease;width:30px}.close-modal-button:hover{background-color:#e74c3c;background-color:var(--accent-color);color:#fff}@media (max-width:991px){.calculator-content{flex-direction:column}.calculator-form-section{order:1}.results-display{order:2}}.breadcrumbs-container{display:block!important;margin-bottom:20px!important;margin-top:20px!important;position:relative!important;width:100%!important;z-index:10!important}:root{--primary-light:#6366f1;--secondary:#10b981;--secondary-dark:#059669;--accent:#f59e0b;--success:#22c55e;--info:#3b82f6;--info-dark:#2563eb;--font-primary:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--radius-lg:0.75rem}.percentage-calculator-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.percentage-info-section{background-color:#f9fafb;background-color:var(--neutral-50,#f9fafb);border-radius:1rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;margin-top:10px;padding:1.5rem}.percentage-info-section h1{color:#111827;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;margin-top:0}.percentage-info-section p{color:#4b5563;font-size:1rem;line-height:1.5;margin-bottom:0}.percentage-calculator-container .breadcrumbs-container{background:#f8f9fa;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-bottom:20px;padding:12px 16px}.percentage-content-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:3fr 1fr}.percentage-main-content{background-color:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.percentage-side-content{display:flex;flex-direction:column;gap:1.5rem}.calculator-tabs{background-color:#f3f4f6;background-color:var(--neutral-100);border:1px solid #e5e7eb;border:1px solid var(--neutral-200);border-radius:.5rem;border-radius:var(--radius-md);margin-bottom:30px;overflow:hidden}.tab-button{color:#4b5563;color:var(--neutral-600);flex:1 1;font-size:1rem;padding:12px 20px;transition:all .3s ease}.tab-button svg{height:18px;width:18px}.tab-button.active{background-color:#4f46e5;background-color:var(--primary);color:#fff}.tab-button:hover:not(.active){background-color:#e5e7eb;background-color:var(--neutral-200)}.main-content-wrapper{display:flex;flex-direction:column;gap:30px}.calculator-content-wrapper{border-radius:.75rem;box-shadow:0 4px 6px #0000000d}.calculator-content{gap:30px;padding:30px}.calculator-form-section{flex:1 1;min-width:0;order:1;position:relative;width:100%}.form-group{margin-bottom:20px}.calculation-type-selector{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.calculation-type{background-color:#f3f4f6;background-color:var(--neutral-100);border:1px solid #e5e7eb;border:1px solid var(--neutral-200);border-radius:.25rem;border-radius:var(--radius-sm);color:#374151;color:var(--neutral-700);cursor:pointer;flex:1 1;font-weight:500;min-width:120px;padding:12px;text-align:center;transition:all .2s ease}.calculation-type.active{background-color:#4f46e5;background-color:var(--primary);border-color:#4f46e5;border-color:var(--primary);color:#fff}.calculation-type:hover:not(.active){background-color:#e5e7eb;background-color:var(--neutral-200)}.input-with-label{align-items:center;display:flex}.input-with-label input{border:1px solid #d1d5db;border:1px solid var(--neutral-300);border-radius:.25rem;border-radius:var(--radius-sm);flex:1 1;font-size:1rem;padding:10px 12px;transition:border-color .2s ease}.input-with-label input:focus{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 0 0 2px #4f46e533;outline:none}.percentage-symbol{color:#4b5563;color:var(--neutral-600);font-weight:500;margin-left:10px}.form-actions{display:flex;gap:10px;margin-top:30px}.calculate-btn,.reset-btn{align-items:center;border-radius:.25rem;border-radius:var(--radius-sm);display:flex;gap:8px;justify-content:center;padding:10px 20px;transition:all .2s ease}.calculate-btn{flex:2 1}.reset-btn{background-color:#e5e7eb;background-color:var(--neutral-200);flex:1 1}.reset-btn:hover{background-color:#d1d5db;background-color:var(--neutral-300)}.calculator-results-section{flex:1 1;min-width:0}.calculator-results-section h2{font-size:1.5rem;margin-bottom:20px}.results-content{display:flex;flex-direction:column;gap:15px}.result-card{background-color:#f9fafb;background-color:var(--neutral-50);border-left:4px solid #4f46e5;border-left:4px solid var(--primary);border-radius:.5rem;padding:20px}.result-title{color:#1f2937;color:var(--neutral-800);font-size:1.1rem;font-weight:600;margin-bottom:10px}.result-value{font-size:1.8rem;margin-bottom:5px}.result-explanation{font-size:.95rem}@media (max-width:991px){.calculator-and-ads{flex-direction:column}.ads-container{width:100%}.calculator-content{flex-direction:column}.calculator-form-section{order:1}.calculator-results-section{order:2}}@media (max-width:767px){.calculator-header h1{font-size:2rem}.tab-button{padding:10px}.tab-button span{display:none}.tab-button svg{margin:0}}@media (max-width:575px){.percentage-calculator-container{padding:15px}.form-actions{flex-direction:column}.calculate-btn,.reset-btn{width:100%}}@media (max-width:992px){.percentage-content-layout{grid-template-columns:2fr 1fr}}@media (max-width:768px){.percentage-calculator-container{padding:1rem}.percentage-content-layout{grid-template-columns:1fr}.percentage-info-section h1{font-size:1.5rem}}@media (max-width:480px){.percentage-calculator-container{padding:1rem .5rem}.percentage-info-section{padding:1rem}.percentage-info-section h1{font-size:1.25rem}.percentage-info-section p{font-size:.875rem}}:root{--primary:#4f46e5;--primary-dark:#4338ca;--primary-light:#818cf8;--primary-transparent:#4f46e51a;--secondary:#06b6d4;--secondary-dark:#0891b2;--secondary-light:#67e8f9;--success-dark:#059669;--success-light:#6ee7b7;--danger:#ef4444;--danger-dark:#dc2626;--danger-light:#fca5a5;--warning:#f59e0b;--warning-dark:#d97706;--warning-light:#fcd34d;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px}.bmi-calculator-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.bmi-info-section{background-color:#f9fafb;background-color:var(--neutral-50,#f9fafb);border-radius:1rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;margin-top:10px;padding:1.5rem}.bmi-info-section h1{color:#111827;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;margin-top:0}.bmi-info-section p{color:#4b5563;font-size:1rem;line-height:1.5;margin-bottom:0}.bmi-calculator-container .breadcrumbs-container{background:#f8f9fa;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-bottom:20px;padding:12px 16px}.bmi-content-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:3fr 1fr}.bmi-main-content{background-color:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.bmi-side-content{display:flex;flex-direction:column;gap:1.5rem}@media (max-width:992px){.bmi-content-layout{grid-template-columns:2fr 1fr}}@media (max-width:768px){.bmi-calculator-container{padding:1rem}.bmi-content-layout{grid-template-columns:1fr}.bmi-info-section h1{font-size:1.5rem}}@media (max-width:480px){.bmi-calculator-container{padding:1rem .5rem}.bmi-info-section{padding:1rem}.bmi-info-section h1{font-size:1.25rem}.bmi-info-section p{font-size:.875rem}}.bmi-calculator-container h1{color:#111827;color:var(--neutral-900);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.bmi-calculator-container h2{color:#1f2937;color:var(--neutral-800);font-size:1.75rem;font-weight:600;margin-bottom:1rem}.bmi-calculator-container h3{color:#374151;color:var(--neutral-700);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.bmi-calculator-container p{color:#4b5563;color:var(--neutral-600);line-height:1.5;margin-bottom:1rem}.calculator-header{margin-bottom:2rem;text-align:center}.calculator-description{color:#4b5563;color:var(--neutral-600);margin:0 auto 2rem;max-width:720px}.calculator-wrapper{background-color:#fff;border-radius:8px;border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;min-height:600px;overflow:hidden}.calculator-main{display:flex;flex-direction:column;padding:2rem}.calculator-and-ads{gap:2rem}.calculator-content{width:100%}.form-section{box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem;padding:.75rem}.calculator-results-section,.form-section{background-color:#fff;border-radius:8px;border-radius:var(--radius-lg)}.calculator-results-section{animation:fadeIn .5s ease-in-out;box-shadow:0 1px 3px #0000001a;margin-top:40px;padding:1.5rem;scroll-margin-top:30px;transition:all .3s ease}.mobile-ads{display:none}@media (max-width:992px){.calculator-and-ads{flex-direction:column}.right-column{display:none}.mobile-ads{display:block;margin-top:2rem;width:100%}}@media (min-width:993px){.right-column{display:block}.mobile-ads{display:none}}.calculator-tabs{-ms-overflow-style:none;background-color:#fff;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--neutral-200);display:flex;margin-bottom:1rem;overflow-x:auto;scrollbar-width:none}.calculator-tabs::-webkit-scrollbar{display:none}.tab-button{border-bottom:2px solid #0000;color:#6b7280;color:var(--neutral-500);gap:.5rem;justify-content:center;min-width:-webkit-max-content;min-width:max-content;padding:1rem 1.5rem;white-space:nowrap}.tab-button:hover{background-color:#f9fafb;background-color:var(--neutral-50);color:#4f46e5;color:var(--primary)}.tab-button.active{background-color:#4f46e51a;background-color:var(--primary-transparent);border-bottom:2px solid #4f46e5;border-bottom:2px solid var(--primary);color:#4f46e5;color:var(--primary)}.tab-content{align-items:center;display:flex;gap:.5rem;justify-content:center}.tab-icon{display:inline-flex;flex-shrink:0;font-size:1.2rem}.tab-label{display:inline-block;white-space:nowrap}@media (max-width:576px){.tab-button{flex:1 1;padding:.75rem .5rem}.tab-label{font-size:.9rem}.tab-icon{font-size:1rem}}.form-section h3{align-items:center;color:#1f2937;color:var(--neutral-800);display:flex;font-weight:600;gap:.5rem;margin-bottom:1.25rem}.form-section h3 svg{color:#4f46e5;color:var(--primary)}.form-row{margin-bottom:1.25rem}.form-group{margin-bottom:1rem}.form-group label{color:#374151;color:var(--neutral-700);margin-bottom:.5rem}.form-group input,.form-group select{border:1px solid #d1d5db;border:1px solid var(--neutral-300);border-radius:6px;border-radius:var(--radius-md);font-size:1rem;padding:.75rem;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a;box-shadow:0 0 0 3px var(--primary-transparent);outline:none}.input-group{align-items:center;display:flex}.input-group input{border-bottom-right-radius:0;border-top-right-radius:0;flex:1 1}.input-group-append{align-items:center;background-color:#f3f4f6;background-color:var(--neutral-100);border:1px solid #d1d5db;border:1px solid var(--neutral-300);border-bottom-right-radius:6px;border-bottom-right-radius:var(--radius-md);border-left:none;border-top-right-radius:6px;border-top-right-radius:var(--radius-md);color:#4b5563;color:var(--neutral-600);display:flex;font-weight:500;height:100%;padding:0 .75rem}.radio-group{display:flex;gap:1rem;margin-top:.5rem}.radio-option{align-items:center;cursor:pointer;display:flex;gap:.5rem}.radio-option input{width:auto}.calculate-btn{align-items:center;background-color:#4f46e5;background-color:var(--primary);border:none;border-radius:6px;border-radius:var(--radius-md);cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;min-width:150px;padding:.5rem 1rem;transition:all .2s ease}.calculate-btn:hover{background-color:#4338ca;background-color:var(--primary-dark)}.reset-btn{align-items:center;background-color:#f3f4f6;background-color:var(--neutral-100);border:none;border-radius:6px;border-radius:var(--radius-md);color:#374151;color:var(--neutral-700);cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:all .2s ease}.reset-btn:hover{background-color:#e5e7eb;background-color:var(--neutral-200)}.calculator-results-section h2{color:#1f2937;color:var(--neutral-800);font-weight:600;margin-bottom:1.25rem}.results-content{margin-bottom:1.5rem}.result-title{color:#4b5563;color:var(--neutral-600);font-size:1rem;margin-bottom:.5rem}.result-category.underweight{background-color:#fcd34d;background-color:var(--warning-light);color:#d97706;color:var(--warning-dark)}.result-category.normal{background-color:#6ee7b7;background-color:var(--success-light);color:#059669;color:var(--success-dark)}.result-category.overweight{background-color:#fcd34d;background-color:var(--warning-light);color:#d97706;color:var(--warning-dark)}.result-category.obese{background-color:#fca5a5;background-color:var(--danger-light);color:#dc2626;color:var(--danger-dark)}.result-explanation{color:#4b5563;color:var(--neutral-600);font-size:.9rem}.bmi-chart-header{background-color:#f3f4f6;background-color:var(--neutral-100)}.bmi-chart-row{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--neutral-200);display:flex}.bmi-chart-row:last-child{border-bottom:none}.bmi-chart-cell{border-right:1px solid #e5e7eb;border-right:1px solid var(--neutral-200);flex:1 1;padding:.75rem 1rem}.bmi-chart-cell:last-child{border-right:none}.bmi-chart-header .bmi-chart-cell{color:#374151;color:var(--neutral-700);font-weight:600}.calculating-indicator{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem}.spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-top:4px solid #4f46e5;border:4px solid var(--neutral-200);border-top-color:var(--primary);height:40px;margin-bottom:1rem;width:40px}.history-content{flex:1 1;order:2;padding:1.5rem}.history-list{border:1px solid #e5e7eb;border:1px solid var(--neutral-200);border-radius:6px;border-radius:var(--radius-md);margin-bottom:1.5rem;overflow:hidden}.history-item{background-color:#fff;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--neutral-200);padding:1rem;transition:background-color .2s ease}.history-item:last-child{border-bottom:none}.history-item:hover{background-color:#f9fafb;background-color:var(--neutral-50)}.history-item-header{margin-bottom:.75rem}.history-item-title{color:#1f2937;color:var(--neutral-800);font-weight:500}.history-item-date{color:#6b7280;color:var(--neutral-500);font-size:.85rem}.history-item-details{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.history-item-detail{background-color:#f9fafb;background-color:var(--neutral-50);border-radius:4px;border-radius:var(--radius-sm);display:flex;flex-direction:column;min-width:120px;padding:.5rem .75rem}.history-item-detail-label{color:#6b7280;color:var(--neutral-500);font-size:.8rem;margin-bottom:.25rem}.history-item-detail-value{color:#1f2937;color:var(--neutral-800);font-weight:500}.history-item-actions{gap:.5rem}.history-item-actions button{align-items:center;border:none;border-radius:4px;border-radius:var(--radius-sm);cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.25rem;padding:.4rem .75rem;transition:all .2s ease}.history-item-actions .load-btn{background-color:#4f46e51a;background-color:var(--primary-transparent);color:#4f46e5;color:var(--primary)}.history-item-actions .load-btn:hover{background-color:#4f46e5;background-color:var(--primary);color:#fff}.history-item-actions .delete-btn{background-color:#fca5a5;background-color:var(--danger-light);color:#ef4444;color:var(--danger)}.history-item-actions .delete-btn:hover{background-color:#ef4444;background-color:var(--danger);color:#fff}.no-history{color:#6b7280;color:var(--neutral-500);padding:2rem}.ads-container{display:flex;flex-direction:column;gap:20px;width:100%}@media (min-width:992px){.ads-container{width:300px}}.ad-card{background-color:#fff;border:1px solid #e5e7eb;border:1px solid var(--neutral-200);border-radius:6px;border-radius:var(--radius-md);box-shadow:0 2px 4px #0000000d;margin-bottom:20px;overflow:hidden}.ad-card:last-child{margin-bottom:0}.ad-header{background-color:#f9fafb;background-color:var(--neutral-50);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--neutral-200);padding:15px}.ad-header h3{align-items:center;color:#1f2937;color:var(--neutral-800);display:flex;font-size:1.1rem;gap:8px;margin:0}.ad-content{padding:15px}.ad-content p{color:#374151;color:var(--neutral-700);font-size:.95rem;margin-bottom:15px}.ad-content ul{margin-bottom:15px;padding-left:20px}.ad-content ul li{color:#4b5563;color:var(--neutral-600);font-size:.9rem;margin-bottom:6px}.related-links{list-style:none;padding:0}.related-links li{margin-bottom:10px}.related-links li a{background-color:#f9fafb;background-color:var(--neutral-50);border-radius:4px;border-radius:var(--radius-sm);color:#4f46e5;color:var(--primary);display:block;padding:8px 12px;text-decoration:none;transition:background-color .2s ease}.related-links li a:hover{background-color:#f3f4f6;background-color:var(--neutral-100);color:#4338ca;color:var(--primary-dark)}.ad-note{background-color:#4f46e51a;background-color:var(--primary-transparent);border-radius:4px;border-radius:var(--radius-sm);color:#4f46e5;color:var(--primary);font-size:.85rem;font-style:italic;padding:8px}.seo-container{background-color:#fff;border:1px solid #e5e7eb;border:1px solid var(--neutral-200);border-radius:8px;border-radius:var(--radius-lg);box-shadow:0 2px 4px #0000000d;margin-top:30px;padding:30px}.seo-section{margin-bottom:30px}.seo-section h2{color:#1f2937;color:var(--neutral-800);font-size:1.75rem;margin-bottom:1rem}.seo-section h3{font-size:1.35rem;margin:1.5rem 0 .75rem}.seo-section h3,.seo-section h4{color:#374151;color:var(--neutral-700)}.seo-section h4{font-size:1.1rem;margin:1.25rem 0 .5rem}.seo-section p{line-height:1.6;margin-bottom:1rem}.seo-section ol,.seo-section ul{margin-bottom:1.5rem}.seo-section li{margin-bottom:.5rem}.bmi-explanation-table{border-collapse:collapse;margin:1.5rem 0;width:100%}.bmi-explanation-table td,.bmi-explanation-table th{border:1px solid #d1d5db;border:1px solid var(--neutral-300);padding:.75rem;text-align:left}.bmi-explanation-table th{background-color:#f3f4f6;background-color:var(--neutral-100);color:#374151;color:var(--neutral-700);font-weight:600}.bmi-explanation-table tr:nth-child(2n){background-color:#f9fafb;background-color:var(--neutral-50)}.health-risk-tag{border-radius:4px;border-radius:var(--radius-sm);display:inline-block;font-size:.85rem;font-weight:500;padding:.25rem .5rem}.health-risk-tag.low{background-color:#6ee7b7;background-color:var(--success-light);color:#059669;color:var(--success-dark)}.health-risk-tag.moderate{background-color:#fcd34d;background-color:var(--warning-light);color:#d97706;color:var(--warning-dark)}.health-risk-tag.high{background-color:#fca5a5;background-color:var(--danger-light);color:#dc2626;color:var(--danger-dark)}.faq-item{margin-bottom:1.5rem}.faq-question{color:#1f2937;color:var(--neutral-800);font-weight:600;margin-bottom:.5rem}.faq-answer{color:#4b5563;color:var(--neutral-600)}@media (max-width:576px){.calculator-description,.calculator-header{text-align:left}.calculator-main{padding:1rem}.tab-button{flex:1 1;padding:.75rem .5rem}.tab-button span{display:inline-block;font-size:.9rem}.tab-button svg{display:inline-block!important;font-size:1rem}.calculator-results-section,.form-section{padding:1rem}.result-value{font-size:1.5rem}.history-item-details{flex-direction:column;gap:.5rem}.history-item-detail{min-width:auto}.seo-container{padding:1.5rem}.calculator-scroll-container{padding:.5rem}.form-actions{flex-direction:column;gap:.75rem}.form-actions button{width:100%}.calculate-btn{padding:1rem}}.measurement-toggle{align-items:center;background-color:#f3f4f6;background-color:var(--neutral-100);border-radius:8px;border-radius:var(--radius-lg);display:flex;justify-content:center}.measurement-system-info{margin-bottom:1.5rem;text-align:center}.unit-info{background-color:#4f46e51a;background-color:var(--primary-transparent);border-radius:6px;border-radius:var(--radius-md);color:#4f46e5;color:var(--primary);display:inline-block;font-size:.85rem;font-weight:500;margin:0;padding:.25rem .75rem}.toggle-label{color:#4b5563;color:var(--neutral-600);font-weight:500;transition:color .3s ease}.toggle-label.active{color:#4f46e5;color:var(--primary);font-weight:600}.toggle-button{background-color:#d1d5db;background-color:var(--neutral-300);border:none;border-radius:30px;cursor:pointer;height:30px;padding:0;position:relative;transition:background-color .3s ease;width:60px}.toggle-button:focus{box-shadow:0 0 0 2px #4f46e51a;box-shadow:0 0 0 2px var(--primary-transparent);outline:none}.toggle-slider{background-color:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;height:24px;left:3px;position:absolute;top:3px;transition:transform .3s ease,background-color .3s ease;width:24px}.toggle-slider.active{background-color:#818cf8;background-color:var(--primary-light);transform:translateX(30px)}.toggle-button:hover .toggle-slider{box-shadow:0 1px 5px #0000004d}.switch-units-btn{align-items:center;background-color:#e5e7eb;background-color:var(--neutral-200);border:none;border-radius:50%;color:#374151;color:var(--neutral-700);cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .2s ease;width:30px}.switch-units-btn:hover{background-color:#4f46e51a;background-color:var(--primary-transparent);color:#4f46e5;color:var(--primary);transform:rotate(180deg)}.gender-selector{display:flex}.gender-option{align-items:center;background-color:#f3f4f6;background-color:var(--neutral-100);border:2px solid #e5e7eb;border:2px solid var(--neutral-200);border-radius:6px;border-radius:var(--radius-md);cursor:pointer;display:flex;flex:1 1;flex-direction:column;justify-content:center;transition:all .2s ease}.gender-option.active{border-color:#4f46e5;border-color:var(--primary)}.gender-option.active,.gender-option:hover{background-color:#4f46e51a;background-color:var(--primary-transparent)}.gender-option:hover{border-color:#818cf8;border-color:var(--primary-light)}.gender-icon{color:#4b5563;color:var(--neutral-600)}.gender-option.active .gender-icon{color:#4f46e5;color:var(--primary)}.gender-option span{font-weight:500}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.measurement-inputs{background-color:#f9fafb;background-color:var(--neutral-50);border:1px solid #e5e7eb;border:1px solid var(--neutral-200);border-radius:6px;border-radius:var(--radius-md)}.imperial-height-inputs{display:flex;gap:10px}.imperial-height-inputs .input-group{flex:1 1}.form-input{background-color:#fff;border:1px solid #d1d5db;border:1px solid var(--neutral-300);border-radius:6px;border-radius:var(--radius-md);font-size:1rem;padding:.75rem;transition:all .2s ease;width:100%}.form-input:focus{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a;box-shadow:0 0 0 3px var(--primary-transparent);outline:none}.form-input:hover{border-color:#818cf8;border-color:var(--primary-light)}.pulse-animation{animation:pulse 2s infinite}.result-card{background:linear-gradient(90deg,#f9fafb,#fff);background:linear-gradient(to right,var(--neutral-50),#fff);border:1px solid #e5e7eb;border:1px solid var(--neutral-200);border-radius:6px;border-radius:var(--radius-md);box-shadow:0 3px 10px #0000000d;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.result-card:hover{box-shadow:0 5px 15px #00000014;transform:translateY(-3px)}.result-value{color:#4f46e5;color:var(--primary);font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:1px 1px 0 #0000000d}.result-category{border-radius:6px;border-radius:var(--radius-md);box-shadow:0 2px 5px #00000014;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;padding:.4rem 1rem;text-transform:uppercase}.bmi-chart{border:1px solid #e5e7eb;border:1px solid var(--neutral-200);border-radius:6px;border-radius:var(--radius-md);box-shadow:0 2px 8px #0000000d;margin-top:1.5rem;overflow:hidden}.bmi-chart-header{background:linear-gradient(90deg,#4f46e51a,#f3f4f6);background:linear-gradient(to right,var(--primary-transparent),var(--neutral-100));border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--neutral-200);padding:.75rem 1rem}.bmi-chart-row:hover{background-color:#f9fafb;background-color:var(--neutral-50)}@media (max-width:576px){.measurement-toggle{flex-wrap:wrap}.imperial-height-inputs{flex-direction:column;gap:.75rem}.result-value{font-size:2rem}}.bmi-gauge{margin:1.5rem 0;padding:.5rem 0}.bmi-gauge-scale{border-radius:6px;border-radius:var(--radius-md);box-shadow:inset 0 1px 3px #0003;display:flex;height:25px;overflow:hidden;position:relative}.bmi-gauge-region{flex:1 1;height:100%}.underweight-region{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.normal-region{background:linear-gradient(90deg,#10b981,#34d399)}.overweight-region{background:linear-gradient(90deg,#f59e0b,#f97316)}.obese-region{background:linear-gradient(90deg,#ef4444,#dc2626)}.bmi-gauge-marker{background-color:#1f2937;background-color:var(--neutral-800);border-radius:2px;box-shadow:0 1px 5px #0000004d;height:35px;position:absolute;top:-5px;transform:translateX(-2px);width:4px}.bmi-gauge-marker:after{background-color:#fff;border:2px solid #1f2937;border:2px solid var(--neutral-800);border-radius:50%;bottom:-6px;box-shadow:0 1px 3px #0000004d;content:"";height:12px;left:-6px;position:absolute;width:12px}.bmi-gauge-labels{color:#4b5563;color:var(--neutral-600);display:flex;font-size:.8rem;justify-content:space-between;margin-top:5px}.category-indicator{border-radius:4px;border-radius:var(--radius-sm);display:inline-block;font-size:.85rem;font-weight:500;padding:3px 8px}.category-indicator.underweight{background-color:#fcd34d;background-color:var(--warning-light);color:#d97706;color:var(--warning-dark)}.category-indicator.normal{background-color:#6ee7b7;background-color:var(--success-light);color:#059669;color:var(--success-dark)}.category-indicator.overweight{background-color:#fcd34d;background-color:var(--warning-light);color:#d97706;color:var(--warning-dark)}.category-indicator.obese{background-color:#fca5a5;background-color:var(--danger-light);color:#dc2626;color:var(--danger-dark)}.info-icon{color:#4f46e5;color:var(--primary);margin-right:8px}.calculator-scroll-container{display:none}.form-actions{border-radius:0 0 8px 8px;border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:0 -4px 6px -2px #0000000d;margin-bottom:0;margin-top:1.5rem;padding-bottom:1rem;padding-top:1rem;z-index:10}.calculator-content{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1.5rem}.calculator-results-section{margin-top:1rem;scroll-margin-top:1rem}@media (max-width:576px){.calculator-scroll-container{-webkit-overflow-scrolling:touch;max-height:70vh;padding:.5rem}.form-actions{flex-direction:column;gap:.75rem;margin-left:-1rem;margin-right:-1rem;padding:.75rem 1rem;width:calc(100% + 2rem)}.form-actions button{width:100%}.form-actions button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calculate-btn{padding:1rem}}.results-actions{border-top:1px solid #e5e7eb;border-top:1px solid var(--neutral-200);margin-top:1.5rem;padding-top:1.5rem}@media (max-width:768px){.calculator-scroll-container{-webkit-overflow-scrolling:touch;max-height:70vh}.form-actions{margin-left:-1rem;margin-right:-1rem;padding:.75rem 1rem;width:calc(100% + 2rem)}.form-actions button{flex:1 1;min-width:0}.form-actions button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.form-actions .calculate-btn{min-width:150px}#bmi-calculator-form{padding-bottom:20px;position:relative}.calculator-scroll-container{background-color:#f9fafb;background-color:var(--neutral-50);border-radius:8px;border-radius:var(--radius-lg);padding:1rem}.calculator-results-section{border-top:1px solid #e5e7eb;border-top:1px solid var(--neutral-200);margin-top:1.5rem;padding-top:1.5rem}@media (max-width:576px){.calculator-scroll-container{padding:.5rem}.form-actions{flex-direction:column;gap:.75rem}.form-actions button{width:100%}.calculate-btn{padding:1rem}}.calculate-btn{box-shadow:0 4px 12px #4f46e54d;position:relative;z-index:15}.tab-panels{min-height:300px;position:relative}.calculator-content-wrapper{background-color:#fff;border-radius:8px;border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden}.calculator-content,.history-content{animation-fill-mode:both;background-color:#fff;display:flex;flex-direction:column;width:100%;will-change:opacity,transform}.form-section{order:1;width:100%}.calculator-results-section{margin-top:30px;order:2;width:100%}@media (max-width:991px){.calculator-content,.history-content{flex-direction:column}.form-section{order:1}.calculator-results-section{order:2}}@media (max-width:576px){.calculator-tabs{box-shadow:0 2px 4px #0000000d;position:-webkit-sticky;position:sticky;top:0;z-index:100}}.calculator-content,.calculator-content #calculator-panel{display:flex;flex-direction:column!important;width:100%}.your-bmi-results{float:none!important;margin-left:0!important;margin-right:0!important;width:100%!important}#calculator-panel .form-section{float:none!important;margin-bottom:30px;max-width:100%!important;width:100%!important}#calculator-panel .calculator-results-section{clear:both;float:none!important;margin-top:30px;max-width:100%!important;width:100%!important}.calculator-content.has-results .form-section{max-height:none;overflow-y:visible;padding:.75rem}.form-section .form-group{margin-bottom:.5rem}.form-section .form-group label{font-size:.85rem;margin-bottom:.2rem}.form-section .form-input,.form-section input,.form-section select{font-size:.9rem;padding:.5rem}.measurement-toggle{gap:.5rem;margin-bottom:.5rem;padding:.3rem}.gender-selector{gap:.5rem;margin-bottom:.75rem}.gender-option{padding:.5rem .3rem}.gender-icon{font-size:1.25rem;margin-bottom:.2rem}.measurement-inputs{margin-bottom:.75rem;padding:.75rem}.form-actions{background-color:#fff;bottom:0;margin-top:.75rem;padding:.5rem 0;position:-webkit-sticky;position:sticky;z-index:20}#calculator-panel{display:flex;flex-direction:column;width:100%}.profit-loss-calculator{color:#333;font-family:Roboto,Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.profit-loss-calculator .breadcrumbs-container{margin-bottom:25px;margin-top:0;width:100%}.profit-loss-calculator h1{color:#2c3e50;font-size:2.2rem;margin-bottom:10px;text-align:center}.calculator-description{color:#7f8c8d;line-height:1.5;margin:0 auto 30px;max-width:700px;text-align:center}.calculator-wrapper{display:flex;flex-direction:column;width:100%}.calculator-and-ads{align-items:flex-start;display:flex;flex-direction:row;gap:30px;width:100%}.calculator-content-wrapper{flex:1 1;min-width:0}.calculator-tab{display:flex;flex-direction:column;gap:30px}.right-column{flex-shrink:0;position:-webkit-sticky;position:sticky;top:20px}.ad-container{background-color:#3498db;border-radius:12px;box-shadow:0 2px 10px #0000000d;color:#fff;padding:20px}.ad-header h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:15px;margin-top:0;text-align:center}.ad-content{display:flex;flex-direction:column;gap:20px}.ad-item{align-items:flex-start;background-color:#ffffff1a;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;padding:15px;transition:transform .2s ease,box-shadow .2s ease}.ad-item:hover{background-color:#fff3;box-shadow:0 4px 8px #0003;transform:translateY(-3px)}.ad-icon{font-size:24px;margin-right:12px;margin-top:3px}.ad-text{flex:1 1}.ad-text h4{color:#fff;font-size:1.1rem;margin-bottom:8px;margin-top:0}.ad-text p{color:#fffc;font-size:.9rem;line-height:1.4;margin-bottom:12px}.ad-link{background-color:#fff3;border-radius:4px;display:inline-block;font-size:.9rem;font-weight:600;padding:5px 10px;transition:color .2s ease}.ad-link,.ad-link:hover{color:#fff;text-decoration:none}.ad-link:hover{background-color:#ffffff4d}.seo-info-box{border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-left:auto;margin-right:auto;margin-top:30px;max-width:1200px;padding:25px;width:100%}.seo-info-box h2{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-top:0;text-align:center}.seo-info-box h2,.seo-section{margin-bottom:20px}.seo-section h3{color:#3498db;font-size:1.1rem;margin-bottom:10px;margin-top:0}.seo-section p{color:#5d6d7e;font-size:.9rem;line-height:1.5;margin-bottom:10px}.seo-section ol,.seo-section ul{color:#5d6d7e;margin-bottom:15px;padding-left:25px}.seo-section li{line-height:1.5;margin-bottom:8px}.seo-section strong{color:#2c3e50;font-weight:600}.tabs-container{border-bottom:1px solid #e0e0e0;display:flex;justify-content:center;margin-bottom:20px}.tab-button{align-items:center;background:none;border:none;color:#7f8c8d;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:8px;padding:12px 24px;position:relative;transition:all .2s ease}.tab-button:hover{color:#3498db}.tab-button.active{color:#3498db;font-weight:600}.tab-button.active:after{background-color:#3498db;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.calculator-form-container{background-color:#f9f9f9;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:25px;width:100%}.calculator-form-container h2{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:20px;text-align:center}.calculator-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:20px;margin-bottom:15px}.form-group{flex:1 1;min-width:0}.tax-row{margin-bottom:25px}.tax-group{max-width:200px}.form-group label{color:#2c3e50;display:block;font-weight:500;margin-bottom:8px}.form-group input{border:1px solid #e0e0e0;border-radius:8px;font-size:15px;padding:12px 15px;transition:border-color .2s ease;width:100%}.form-group input:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.form-group input.error{border-color:#e74c3c}.form-group .error-message{color:#e74c3c;font-size:12px;margin-top:4px}.form-footer{align-items:center;display:flex;justify-content:space-between;margin-top:5px}.required-fields{color:#95a5a6;font-size:13px;margin:0}.form-buttons{display:flex;gap:12px}.calculate-btn,.reset-btn{border:none;border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;padding:12px 24px;transition:all .2s}.calculate-btn{background-color:#3498db;color:#fff;min-width:120px}.calculate-btn:hover{background-color:#2980b9;transform:translateY(-1px)}.reset-btn{background-color:#f5f5f5;color:#7f8c8d}.reset-btn:hover{background-color:#e0e0e0}.results-display{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-top:30px;padding:25px;width:100%}.results-display h2{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:20px;text-align:center}.results-summary{align-items:center;background-color:#f5f7fa;border-radius:10px;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:25px;padding:20px}.profit-loss-indicator{border-radius:30px;color:#fff;font-size:16px;font-weight:700;min-width:100px;padding:8px 16px;text-align:center}.profit-loss-indicator.profit{background-color:#27ae60}.profit-loss-indicator.loss{background-color:#e74c3c}.profit-loss-amount{color:#2c3e50;font-size:28px;font-weight:700;min-width:120px;text-align:center}.profit-margin{color:#7f8c8d;font-size:16px;min-width:160px;text-align:center}.results-details{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:30px}.results-section{background-color:#f9f9f9;border-radius:10px;min-width:0;padding:20px}.results-section h3{border-bottom:1px solid #e0e0e0;color:#2c3e50;font-size:16px;font-weight:600;margin-bottom:15px;padding-bottom:8px}.results-row{border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;padding:10px 0}.results-row:last-child{border-bottom:none}.results-row.total{border-top:1px solid #e0e0e0;font-weight:600;margin-top:8px;padding-top:10px}.results-row span:first-child{color:#7f8c8d}.results-row span:last-child{font-weight:500}.results-row .positive{color:#27ae60}.results-row .negative{color:#e74c3c}.results-insights{background-color:#f2f8ff;border-left:4px solid #3498db;border-radius:10px;padding:20px}.results-insights h3{color:#2c3e50;font-size:16px;font-weight:600;margin-bottom:12px}.results-insights ul{margin:0;padding-left:20px}.results-insights li{color:#546e7a;line-height:1.5;margin-bottom:10px}.history-tab{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:25px}.history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.history-header h2{color:#2c3e50;font-size:1.4rem;font-weight:600;margin:0}.clear-history-btn{align-items:center;background-color:initial;border:1px solid #e74c3c;border-radius:8px;color:#e74c3c;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 12px;transition:all .2s}.clear-history-btn:hover{background-color:#fef0f0}.no-history{color:#7f8c8d;padding:40px 0;text-align:center}.history-list{display:flex;flex-direction:column;gap:15px;max-height:600px;overflow-y:auto}.history-item{background-color:#f9f9f9;border-radius:10px;box-shadow:0 1px 3px #0000000d;padding:20px}.history-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.history-item-header h3{color:#2c3e50;font-size:16px;font-weight:600;margin:0}.history-date{color:#95a5a6;font-size:13px}.history-item-summary{display:flex;justify-content:space-between;margin-bottom:20px}.history-item-details,.history-item-results{flex:1 1}.history-detail-row,.history-result{display:flex;justify-content:space-between;padding:6px 0}.history-detail-row span:first-child,.history-result span:first-child{color:#7f8c8d;font-size:14px}.history-detail-row span:last-child,.history-result span:last-child{font-size:14px;font-weight:500}.history-result.profit span:last-child{color:#27ae60}.history-result.loss span:last-child{color:#e74c3c}.history-item-actions{display:flex;gap:10px;justify-content:flex-end}.history-action-btn{align-items:center;background-color:initial;border:1px solid #ddd;border-radius:8px;cursor:pointer;display:flex;font-size:13px;gap:6px;padding:8px 14px;transition:all .2s}.history-action-btn:hover{background-color:#f5f5f5;transform:translateY(-1px)}.history-action-btn.delete{border-color:#e74c3c;color:#e74c3c}.history-action-btn.delete:hover{background-color:#fef0f0}@media (max-width:1024px){.calculator-and-ads{flex-direction:column}.calculator-content-wrapper{max-width:100%}.right-column{margin-top:30px;position:static;width:100%}.ad-content{flex-direction:row;flex-wrap:wrap}.ad-item{flex:1 1;min-width:280px}}@media (max-width:991px){.calculator-and-ads{flex-direction:column}.right-column{margin-top:30px;position:static;width:100%}}@media (max-width:768px){.calculator-form-container,.history-tab,.profit-loss-calculator,.results-display,.seo-info-box{padding:15px}.form-row{flex-direction:column;gap:15px}.tax-group{max-width:100%}.results-details{grid-template-columns:1fr}.results-summary{flex-direction:column;gap:15px;padding:15px}.profit-loss-amount,.profit-loss-indicator,.profit-margin{min-width:100%}.form-footer{align-items:stretch;gap:15px}.form-buttons,.form-footer{flex-direction:column}.calculate-btn,.reset-btn{padding:12px;width:100%}.profit-loss-calculator h1{font-size:1.8rem}}.image-contact-extractor{margin:0 auto;max-width:1200px;padding:0 1rem}.image-contact-extractor h1{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;color:#1a56db;display:flex;font-size:2.5rem;font-weight:700;gap:.75rem;justify-content:center;margin-bottom:.5rem;text-align:center}.icon-wrapper{background:linear-gradient(135deg,#1e40af,#3b82f6);box-shadow:0 4px 15px #3b82f64d;height:3.5rem;margin-right:.5rem;width:3.5rem}.title-icon{font-size:1.75rem}.tool-description{color:#4b5563;margin:0 auto 2.5rem;text-align:center}.tool-features{gap:1rem;justify-content:center;margin-bottom:2rem;padding:0 1rem}.feature-tool,.feature-tool1{align-items:center;background-color:#f0f9ff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #0000000d;display:flex;flex-basis:calc(25% - 1rem);flex-grow:1;flex-shrink:1;margin-bottom:0;min-height:80px;overflow:hidden;padding:1rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-tool1:hover,.feature-tool:hover{box-shadow:0 12px 20px #0000001a;transform:translateY(-5px) scale(1.02)}.feature-tool1:before,.feature-tool:before{background:radial-gradient(circle at top right,#bae6fd66 0,#0000 70%);border-radius:0 0 0 100%;content:"";height:60px;position:absolute;right:0;top:0;width:60px;z-index:0}.feature-tool1:after,.feature-tool:after{background:linear-gradient(45deg,#0000,#fff3 50%,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:transform .6s}.feature-tool1:hover:after,.feature-tool:hover:after{transform:translateX(100%)}.feature-icon{height:40px;margin-right:12px;min-width:40px;transition:all .3s ease;width:40px}.feature-tool1:hover .feature-icon,.feature-tool:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-text{min-width:0}.feature-text h3{color:#1e40af;font-size:1rem;margin:0 0 .35rem}.feature-text p{color:#6b7280;font-size:.85rem}@media (max-width:992px){.feature{width:calc(50% - 1rem)}}@media (max-width:640px){.feature{width:100%}.tool-features{gap:1rem}.image-contact-extractor h1{flex-direction:column;font-size:2rem}.icon-wrapper{margin-bottom:.5rem;margin-right:0}}@media (max-width:768px){.tool-features{gap:12px;padding:0 12px}.feature-tool,.feature-tool1{flex:0 0 100%;margin-bottom:12px;min-height:auto;padding:12px}.feature-icon{height:32px;margin-right:10px;min-width:32px;width:32px}.feature-text h3{font-size:15px;line-height:1.3;margin-bottom:4px}.feature-text p{color:#666;font-size:13px;line-height:1.4;margin:0}}@media (max-width:480px){.feature-tool,.feature-tool1{flex:0 0 100%;margin-bottom:8px;min-height:55px;padding:8px;width:100%}.feature-icon{height:24px;margin-right:8px;min-width:24px;width:24px}.feature-text h3{font-size:13px;line-height:1.2;margin-bottom:2px}.feature-text p{font-size:11px;line-height:1.2;margin:0}}.tool-wrapper{display:flex;flex-direction:column}.tool-and-ads{gap:1.5rem;margin-bottom:2rem}.tool-content-wrapper{background-color:#fff;border-radius:16px;box-shadow:0 10px 25px #00000014;flex:1 1 70%;min-width:0;overflow:hidden;transition:transform .3s,box-shadow .3s}.tool-content-wrapper:hover{box-shadow:0 15px 35px #0000001f;transform:translateY(-5px)}.right-column{flex:1 1 25%;max-width:300px;min-width:250px}@media (max-width:768px){.tool-and-ads{flex-direction:column;gap:1rem}.right-column,.tool-content-wrapper{max-width:100%;min-width:100%}.tool-features{gap:.75rem}.feature-tool{flex:1 1 100%;max-width:100%}.image-contact-extractor{padding:0 .5rem}.contact-extractor-container,.toolbar{padding:1rem}.toolbar{flex-direction:column;gap:1rem}.settings-panel{flex-wrap:wrap;gap:.75rem}.setting-group{flex:1 1;min-width:120px}.setting-group select{max-width:none;width:100%}.results-header{flex-direction:column;gap:1rem}.search-box{max-width:100%}.action-buttons{justify-content:space-between;width:100%}.numbers-grid{gap:1rem;grid-template-columns:1fr}.number-card{margin:0}.bulk-actions{align-items:stretch;flex-direction:column;text-align:center}.download-notification{bottom:1rem;left:1rem;max-width:none;min-width:auto;right:1rem}}@media (max-width:480px){.image-contact-extractor h1{font-size:1.75rem}.tool-description{font-size:1rem;margin-bottom:1.5rem}.tool-header h2{font-size:1.5rem}.upload-card{padding:1rem}.action-buttons{flex-wrap:wrap;gap:.5rem}.edit-btn,.export-btn,.upload-more-btn{justify-content:center;width:100%}.editable-number{flex-wrap:wrap;gap:.5rem}.editable-number input[type=text]{width:100%}.card-header{flex-wrap:wrap;padding:1rem}}.contact-extractor-container{background-color:#fff;border-radius:16px;padding:2rem}.tool-header{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1.5rem;position:relative;text-align:center}.tool-header:after{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:3px;bottom:-1px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.tool-header h2{color:#1e40af;font-size:1.8rem;font-weight:600;margin-bottom:.8rem}.tool-header .subtitle{color:#6b7280;font-size:1.1rem}.toolbar{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.settings-panel{align-items:flex-start;display:flex;gap:2rem}.setting-group{display:flex;flex-direction:column;gap:.5rem;min-width:140px}.setting-group label{align-items:center;color:#64748b;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.setting-group select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;border:1px solid #e2e8f0;border-radius:6px;color:#334155;cursor:pointer;font-size:.875rem;height:36px;padding:0 2.5rem 0 1rem;transition:all .2s ease;width:100%}.setting-group select:hover{border-color:#cbd5e1}.setting-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.auto-batch-toggle{align-items:center;display:flex;gap:.5rem;margin-top:.25rem}.auto-batch-toggle input[type=checkbox]{border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;height:16px;width:16px}.auto-batch-toggle label{color:#64748b;cursor:pointer;font-size:.875rem}@media (max-width:768px){.toolbar{margin-bottom:1rem;padding:1rem}.settings-panel{flex-direction:column;gap:1rem}.setting-group{gap:.25rem;width:100%}.setting-group label{font-size:.8rem}.setting-group select{background-position:right .5rem center;background-size:.8rem;font-size:.8rem;height:32px;padding:0 2rem 0 .75rem}.auto-batch-toggle{margin-top:.25rem}.auto-batch-toggle input[type=checkbox]{height:14px;width:14px}.auto-batch-toggle label{font-size:.8rem}}@media (max-width:480px){.toolbar{padding:.75rem}.settings-panel{gap:.75rem}.setting-group select{font-size:.75rem;height:30px}}.upload-card{background-color:#f0f9ff;border:2px dashed #93c5fd;border-radius:12px;margin-bottom:2rem;overflow:hidden}.upload-card:hover{background-color:#e0f2fe;border-color:#60a5fa}.upload-area{overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;transition:all .3s ease}.upload-area:before{animation:pulseBorder 2s infinite;border:2px dashed #93c5fd;border-radius:12px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@keyframes pulseBorder{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.upload-area:hover{background-color:#dbeafe}.upload-icon{animation:floatIcon 3s ease-in-out infinite;color:#3b82f6;filter:drop-shadow(0 4px 6px rgba(59,130,246,.2));font-size:3rem;margin-bottom:1.5rem}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.upload-area p{color:#1e40af;font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.small-text{color:#6b7280;font-size:.9rem;margin-top:.75rem}.file-preview{border-top:1px solid #bfdbfe;padding:1.25rem}.file-count{color:#4b5563;font-size:1rem;font-weight:500;gap:.5rem}.file-type-icon{color:#3b82f6;font-size:1.75rem}.file-type-icon.pdf{color:#ef4444}.process-btn{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:10px;box-shadow:0 4px 10px #3b82f64d;font-size:1rem;gap:.75rem;overflow:hidden;padding:.9rem 1.75rem;position:relative;transition:all .3s}.process-btn:before{animation:gradientMove 3s linear infinite;background:linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6);background-size:200% 100%;border-radius:12px;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}@keyframes gradientMove{0%{background-position:0 0}to{background-position:200% 0}}.process-btn:hover{background:linear-gradient(135deg,#1e3a8a,#2563eb);box-shadow:0 6px 15px #3b82f666;transform:translateY(-2px)}.process-btn:active{box-shadow:0 2px 5px #3b82f64d;transform:translateY(0)}.process-btn:disabled{background:linear-gradient(135deg,#93c5fd,#bfdbfe);box-shadow:none;transform:none}.spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:1.25rem;width:1.25rem}.alert{animation:slideInAlert .5s ease-out;border-radius:10px;font-size:1rem;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem}@keyframes slideInAlert{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.alert.error{background-color:#fee2e2;color:#b91c1c}.alert.success{align-items:center;background-color:#dcfce7;border-left:4px solid #22c55e;color:#166534;display:flex;flex-wrap:wrap;gap:1rem}.alert.warning{background-color:#fff7ed;border-left:4px solid #f97316;color:#9a3412;flex-wrap:nowrap;gap:1rem;padding:1rem 1.25rem}.alert.warning svg{flex-shrink:0;font-size:1.25rem}.alert-action-btn,.alert-dismiss-btn{border-radius:6px;cursor:pointer;flex-shrink:0;font-size:.9rem;font-weight:500;margin-left:.5rem;padding:.4rem .8rem;transition:all .2s ease}.alert-action-btn{background-color:#f97316;margin-left:auto}.alert-action-btn:hover{background-color:#ea580c}.alert-dismiss-btn{border:1px solid;color:#9a3412}.alert-dismiss-btn:hover{background-color:#9a34121a}.alert .inline-btn{background:linear-gradient(135deg,#166534,#22c55e);font-size:.9rem;margin-left:auto;padding:.5rem 1rem}.alert .inline-btn:hover{background:linear-gradient(135deg,#14532d,#16a34a)}.progress-container{background-color:#e5e7eb;box-shadow:inset 0 2px 4px #0000001a;height:.65rem;margin-bottom:1.5rem}.progress-bar{border-radius:9999px;overflow:hidden;position:relative}.progress-bar:after{animation:progressShimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes progressShimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.seo-info-box{background-color:#fff;border-radius:16px;box-shadow:0 10px 25px #00000014;margin-top:3rem;padding:2.5rem}.seo-info-box h2{border-bottom:2px solid #e5e7eb;color:#1e40af;font-size:1.6rem;margin-bottom:1.5rem;padding-bottom:1rem;position:relative}.seo-info-box h2:after{background:linear-gradient(90deg,#3b82f6,#60a5fa);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:80px}.seo-section{border-bottom:1px solid #f3f4f6;margin-bottom:2rem;padding-bottom:1.5rem}.seo-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.seo-section h3{color:#2563eb;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.seo-section li,.seo-section p{color:#4b5563;line-height:1.7;margin-bottom:.75rem}.seo-section ol,.seo-section ul{margin-bottom:1.25rem;padding-left:1.5rem}.seo-section ul li::marker{color:#3b82f6}.seo-section ol li::marker{color:#3b82f6;font-weight:600}.ad-component{border-radius:16px;box-shadow:0 10px 25px #00000014;overflow:hidden;position:-webkit-sticky;position:sticky;top:20px}.ad-container{background:linear-gradient(180deg,#f0f9ff,#f8fafc);padding:1.75rem}.ad-container h3{color:#1e40af;font-size:1.3rem;font-weight:600;margin-bottom:1.25rem}.ad-container p{color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:1.25rem}.ad-container ul{margin-bottom:1.5rem;padding-left:1.25rem}.ad-container li{color:#374151;font-size:.95rem;margin-bottom:.75rem;padding-left:.5rem;position:relative}.ad-container li::marker{color:#3b82f6;font-weight:700}.upgrade-btn{background:linear-gradient(90deg,#1e40af,#3b82f6);border-radius:10px;box-shadow:0 4px 12px #3b82f640;display:block;font-size:1rem;font-weight:500;padding:.9rem;transition:all .3s}.upgrade-btn:hover{background:linear-gradient(90deg,#1e3a8a,#2563eb);box-shadow:0 8px 15px #3b82f659;transform:translateY(-2px)}.upgrade-btn:active{box-shadow:0 4px 8px #3b82f640;transform:translateY(0)}.related-tools{padding:1.75rem}.related-tools h3{color:#1f2937;font-size:1.2rem;font-weight:600;margin-bottom:1.25rem}.related-tools ul{list-style:none;padding-left:0}.related-tools li{margin-bottom:.9rem}.related-tools a{background-color:#f3f4f6;border-radius:8px;font-size:.95rem;font-weight:500;padding:.9rem 1rem .9rem 2.25rem;position:relative;transition:all .3s}.related-tools a:before{color:#6b7280;content:"→";font-weight:400;left:.9rem;position:absolute;transition:all .3s}.related-tools a:hover{background-color:#dbeafe;transform:translateX(5px)}.related-tools a:hover:before{color:#3b82f6;transform:translateX(-2px)}.results-container{animation:fadeUp .6s ease-out;border-top:1px solid #e5e7eb;margin-top:2.5rem;padding-top:2rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-header{flex-wrap:wrap;gap:1.25rem;margin-bottom:1.75rem}.search-box{max-width:420px}.search-box input{border:1px solid #d1d5db;border-radius:10px;box-shadow:0 2px 4px #00000008;font-size:1rem;padding:.9rem 1rem .9rem 2.75rem;transition:all .3s}.search-box input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.search-icon{color:#6b7280;font-size:1.1rem;left:.9rem}.action-buttons{gap:10px;margin-left:auto}.edit-btn,.export-btn,.upload-more-btn{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:8px 16px;transition:all .2s ease}.upload-more-btn{background:linear-gradient(135deg,#4a9cff,#2563eb);border:none;box-shadow:0 2px 8px #2563eb4d;color:#fff}.upload-more-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px)}.edit-btn{background-color:#f3f4f6;border:1px solid #e5e7eb;color:#4b5563}.edit-btn:hover{background-color:#e5e7eb;box-shadow:0 2px 8px #0000000d;transform:translateY(-1px)}.edit-btn.active{background-color:#dbeafe;border-color:#93c5fd;color:#1e40af}.export-btn{background-color:#dcfce7;border-color:#86efac;color:#166534}.export-btn:hover{background-color:#bbf7d0;box-shadow:0 2px 8px #0000000d;transform:translateY(-1px)}.bulk-actions{align-items:center;animation:pulse 2s infinite;background-color:#dbeafe;border-radius:10px;display:flex;gap:1.25rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.bulk-actions span{color:#1e40af;font-size:.95rem;font-weight:500}.copy-btn,.delete-btn{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:1.1rem;justify-content:center;padding:.35rem;transition:all .2s ease}.copy-btn:hover,.delete-btn:hover{transform:scale(1.15)}.numbers-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.number-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px #00000008;overflow:hidden;transition:all .3s ease}.number-card:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.card-header{background:linear-gradient(90deg,#f0f9ff,#f3f4f6);border-bottom:1px solid #e5e7eb;gap:.6rem;padding:1.25rem}.card-header,.file-badge{align-items:center;display:flex}.file-badge{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:50%;box-shadow:0 4px 6px #3b82f64d;color:#fff;font-size:.85rem;font-weight:600;height:1.75rem;justify-content:center;width:1.75rem}.card-header h3{color:#1f2937;flex:1 1;font-size:1rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.number-count{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:9999px;color:#4b5563;font-size:.8rem;font-weight:500;padding:.35rem .75rem}.number-list{list-style:none;margin:0;max-height:300px;overflow-y:auto;padding:0}.number-list::-webkit-scrollbar{width:8px}.number-list::-webkit-scrollbar-track{background:#f1f1f1}.number-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.number-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.number-list li{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.9rem 1.25rem;transition:background-color .2s}.number-list li:hover{background-color:#f9fafb}.number-list li:last-child{border-bottom:none}.number-list a{color:#2563eb;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s}.number-list a:hover{color:#1e40af;text-decoration:underline}.editable-number{align-items:center;display:flex;gap:.75rem;width:100%}.editable-number input[type=text]{border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-size:.95rem;padding:.6rem .9rem;transition:all .2s}.editable-number input[type=text]:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.editable-number input[type=checkbox]{accent-color:#3b82f6;border-radius:4px;cursor:pointer;height:1.1rem;width:1.1rem}.no-results{background-color:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;color:#6b7280;font-size:1.1rem;padding:3rem 2rem;text-align:center}li.selected{background-color:#dbeafe}.processing-status{animation:pulse-subtle 2s infinite;background:linear-gradient(90deg,#f0f9ff,#dbeafe);border:1px solid #bfdbfe;border-radius:16px;box-shadow:0 8px 20px #3b82f626;margin-bottom:2rem;overflow:hidden;position:relative}.processing-status:after{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#fff3,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.processing-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.processing-icon{flex-shrink:0}.spinner-large{border:3px solid #3b82f633;border-top-color:#3b82f6;height:2.5rem;width:2.5rem}.processing-info{width:100%}.processing-info h3{color:#1e40af;font-size:1.25rem;font-weight:600;margin:0}.processing-info p{color:#4b5563;font-size:.95rem;margin-bottom:1rem}.progress-container{background-color:#3b82f61a;border-radius:9999px;height:.5rem}.progress-bar{background:linear-gradient(90deg,#3b82f6,#60a5fa);transition:width .3s ease}.progress-text{color:#1e40af;display:block;font-size:.85rem;font-weight:500;margin-bottom:1rem}@media (max-width:480px){.processing-status{padding:1rem}.processing-header{flex-direction:column;text-align:center}.processing-info h3{font-size:1.1rem}.processing-info p{font-size:.9rem;text-align:center}.progress-text{text-align:center}.spinner-large{height:2rem;width:2rem}.file-preview{align-items:stretch;flex-direction:column;gap:12px;padding:1rem}.file-count{text-align:center}.file-count,.process-btn{justify-content:center;width:100%}.process-btn{font-size:.95rem;margin-top:4px;padding:.75rem}}.offline-alert{align-items:center;animation:slideDown .3s ease-out;background-color:#fff7ed;border:1px solid #fdba74;border-left:4px solid #f97316;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;gap:1rem;left:50%;max-width:90%;min-width:300px;padding:1rem 1.25rem;position:fixed;top:20px;transform:translateX(-50%);z-index:1000}.offline-alert svg{color:#f97316;flex-shrink:0;font-size:1.5rem}.offline-alert strong{color:#9a3412;display:block;margin-bottom:.25rem}.offline-alert p{color:#9a3412;font-size:.9rem;margin:0}@media (max-width:480px){.offline-alert{min-width:calc(100% - 20px);padding:.75rem 1rem;top:10px}.offline-alert svg{font-size:1.25rem}.offline-alert p{font-size:.85rem}}.connection-alert{align-items:center;animation:slideDown .3s ease-out;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;gap:1rem;left:50%;max-width:90%;min-width:300px;padding:1rem 1.25rem;position:fixed;top:20px;transform:translateX(-50%);transition:all .3s ease;z-index:1000}.connection-alert.success{background-color:#dcfce7;border:1px solid #86efac;border-left:4px solid #22c55e}.connection-alert.warning{background-color:#fff7ed;border:1px solid #fdba74;border-left:4px solid #f97316}.connection-alert svg{flex-shrink:0;font-size:1.5rem}.connection-alert.success svg{color:#16a34a}.connection-alert.warning svg{color:#f97316}.connection-alert strong{display:block;margin-bottom:.25rem}.connection-alert.success strong{color:#166534}.connection-alert.warning strong{color:#9a3412}.connection-alert p{font-size:.9rem;margin:0}.connection-alert.success p{color:#166534}.connection-alert.warning p{color:#9a3412}.connection-alert.closing{animation:slideUp .5s ease-out forwards}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-100%)}to{opacity:1;transform:translate(-50%)}}@keyframes slideUp{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-100%)}}@media (max-width:480px){.connection-alert{min-width:calc(100% - 20px);padding:.75rem 1rem;top:10px}.connection-alert svg{font-size:1.25rem}.connection-alert p{font-size:.85rem}}.success-animation{animation:successPop .4s cubic-bezier(.68,-.55,.265,1.55)}@keyframes successPop{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.image-preview-modal{align-items:center;animation:fadeIn .3s ease-out;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:scaleIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:90%;padding:1rem;position:relative}.modal-content img{border-radius:8px;max-height:calc(90vh - 2rem);max-width:100%;object-fit:contain}.close-modal{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0003;cursor:pointer;display:flex;height:2.5rem;justify-content:center;position:absolute;right:-1.5rem;top:-1.5rem;transition:all .2s;width:2.5rem}.close-modal:hover{background:#f3f4f6;transform:scale(1.1)}.close-modal svg{color:#4b5563;font-size:1.25rem}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.file-preview{overflow:hidden;position:relative}.file-preview:after{background:linear-gradient(45deg,#3b82f61a,#0000);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.file-preview:hover:after{background:linear-gradient(45deg,#3b82f626,#0000)}.quality-indicator{align-items:center;background:#f0f9ff;border-radius:4px;color:#1e40af;display:inline-flex;font-size:.85rem;margin-left:.5rem;padding:.25rem .5rem}.quality-indicator.enhanced{background:#dcfce7;color:#166534}.processing-enhanced{overflow:hidden;position:relative}.processing-enhanced:after{animation:enhanceShimmer 2s infinite;background:linear-gradient(90deg,#0000,#3b82f633,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:200%}@keyframes enhanceShimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:640px){.modal-content{margin:1rem;width:95%}.close-modal{height:2rem;right:.5rem;top:.5rem;width:2rem}.quality-indicator{display:none}}.batch-size-group{display:flex;flex-direction:column;gap:8px}.batch-recommendation{align-items:center;color:#2196f3;cursor:help;display:flex;font-size:.85em;gap:4px;position:relative}.batch-recommendation:hover .recommendation-tooltip{display:block}.recommendation-tooltip{background:#333;border-radius:4px;bottom:100%;box-shadow:0 2px 8px #0003;color:#fff;display:none;font-size:.9em;left:50%;padding:8px 12px;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:1000}.recommendation-tooltip:after{border:6px solid #0000;border-top-color:#333;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}select[disabled]{background-color:#f5f5f5;cursor:not-allowed;opacity:.8}@media (max-width:480px){.batch-controls{align-items:flex-start;flex-direction:column;gap:8px}.batch-recommendation{margin-left:0}.recommendation-tooltip{left:0;transform:none}.recommendation-tooltip:after{left:20px;transform:none}}.text-extractor{margin:0 auto;max-width:1200px;padding:0 20px}.text-extractor h1{color:#0a66fb;display:flex;font-size:2.2rem;margin:1rem 0}.icon-wrapper,.text-extractor h1{align-items:center;justify-content:center}.icon-wrapper{background-color:#f0f9ff;border-radius:50%;display:inline-flex;height:50px;margin-right:15px;padding:10px;width:50px}.title-icon{animation:pulse 2s infinite;color:#fff;font-size:24px}.tool-description{color:#475569;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:800px}.tool-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:3rem;overflow:hidden}.tool-and-ads{display:flex;flex-wrap:wrap}.tool-content-wrapper{flex:1 1;min-width:300px;padding:20px}.right-column{border-left:1px solid #e2e8f0;padding:20px;width:300px}.tool-features{background-color:#f8fafc;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:space-between;min-height:auto;overflow:visible;padding:1.2rem 1rem}.feature-tool1{align-items:flex-start;background-color:#f0f9ff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 15px #0000000d;display:flex;flex:1 1 200px;height:80px;max-width:calc(25% - .85rem);min-height:10px;overflow:hidden;padding:.9rem;position:relative;transition:all .2s ease;transition:all .3s}.feature-tool1:hover{border-color:#93c5fd;box-shadow:0 10px 25px #00000014;transform:translateY(-5px)}.feature-tool1:before{background:radial-gradient(circle at top right,#bae6fd66 0,#0000 70%);border-radius:0 0 0 100%;content:"";height:60px;position:absolute;right:0;top:0;width:60px;z-index:0}.feature:hover{background-color:#e0f2fe;box-shadow:0 2px 5px #00000014}.feature-icon{align-items:center;background-color:#fff;background:linear-gradient(135deg,#dbeafe,#eff6ff);border-radius:50%;box-shadow:0 1px 2px #00000014;color:#0284c7;display:flex;flex-shrink:0;font-size:16px;height:32px;justify-content:center;margin-right:10px;width:32px;z-index:1}.feature-text{flex:1 1;z-index:1}.feature-text h3{color:#0c4a6e;font-size:.9rem;font-weight:600;line-height:1.2;margin:0 0 4px}.feature-text p{color:#0369a1;font-size:.75rem;line-height:1.4;margin:0}@media (max-width:768px){.tool-and-ads{flex-direction:column}.right-column{border-left:none;border-top:1px solid #e2e8f0;width:100%}.feature{max-width:100%}}.text-recognizer-container{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.upload-card{background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;margin-bottom:1.5rem;padding:2rem;text-align:center;transition:all .3s}.upload-card:hover{border-color:#0284c7}.upload-area{cursor:pointer;padding:1.5rem}.upload-icon{color:#0284c7;font-size:2.5rem;margin-bottom:1rem}.small-text{color:#64748b;font-size:.8rem;margin-top:.5rem}.file-preview{background-color:#f0f9ff;border-radius:8px;justify-content:space-between;margin-top:1rem;padding:.75rem 1rem}.file-count,.file-preview{align-items:center;display:flex}.file-type-icon{color:#0284c7;font-size:1.2rem;margin-right:.5rem}.file-type-icon.pdf{color:#e53e3e}.process-btn{align-items:center;background-color:#0284c7;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.process-btn:hover{background-color:#0369a1}.process-btn:disabled{background-color:#cbd5e1;cursor:not-allowed}.alert{align-items:center;border-radius:8px;display:flex;margin-bottom:1rem;padding:1rem}.alert.success{background-color:#ecfdf5;border-left:4px solid #10b981;color:#065f46}.alert.error{background-color:#fef2f2;border-left:4px solid #ef4444;color:#991b1b}.alert.warning{align-items:center;background-color:#fffbeb;border-left:4px solid #f59e0b;color:#92400e;display:flex;justify-content:space-between}.alert-action-btn{background-color:#f59e0b;border:none;border-radius:4px;color:#fff}.alert-action-btn,.alert-dismiss-btn{cursor:pointer;margin-left:10px;padding:.25rem .75rem}.alert-dismiss-btn{background-color:initial;border:1px solid #92400e;border-radius:4px;color:#92400e}.processing-status{align-items:center;background-color:#f0f9ff;border-radius:8px;display:flex;margin-bottom:1.5rem;padding:1.5rem}.processing-icon{margin-right:1.5rem}.spinner-large{animation:spin 1.5s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#0284c7;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.processing-info{flex:1 1}.processing-info h3{color:#0f172a;margin:0 0 .5rem}.processing-info p{color:#475569;margin:0 0 1rem}.progress-container{background-color:#e2e8f0;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.progress-bar{background-color:#0284c7;border-radius:4px;height:100%;transition:width .3s;width:0}.progress-text{color:#64748b;font-size:.8rem}.file-progress{margin-top:1rem}.results-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.results-header{align-items:center;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem}.search-box{flex:1 1;max-width:400px;position:relative}.search-box input{border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;padding:.6rem 1rem .6rem 2.5rem;width:100%}.search-icon{color:#94a3b8;left:.8rem;position:absolute;top:50%;transform:translateY(-50%)}.action-buttons{display:flex;gap:.5rem}.action-buttons button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:.9rem;padding:.5rem 1rem;transition:all .2s}.upload-more-btn{background-color:#f8fafc;border:1px solid #cbd5e1!important;color:#0f172a}.edit-btn{background-color:#f0f9ff;border:1px solid #bae6fd!important;color:#0284c7}.edit-btn.active{border:1px solid #0284c7!important}.edit-btn.active,.export-btn{background-color:#0284c7;color:#fff}.text-results{background-color:#fff;padding:1.5rem}.extracted-text-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;line-height:1.6;margin-bottom:1rem;min-height:200px;padding:1rem;resize:vertical;width:100%}.text-actions{justify-content:space-between;margin-top:1rem}.text-action-btn,.text-actions{align-items:center;display:flex}.text-action-btn{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;gap:5px;padding:.5rem 1rem;transition:all .2s}.copy-btn{background-color:#f0f9ff;border:1px solid #bae6fd;color:#0284c7}.copy-btn:hover{background-color:#e0f2fe}.download-notification{animation:slide-in-from-right .7s cubic-bezier(.175,.885,.32,1.275) forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;bottom:30px;box-shadow:0 8px 25px #00000026;max-width:400px;min-width:320px;overflow:hidden;position:fixed;right:-450px;transform-origin:center right;z-index:1000}@keyframes slide-in-from-right{0%{opacity:0;right:-450px}70%{opacity:1;right:40px}to{opacity:1;right:30px}}.download-notification-content{align-items:center;background-color:#fffffff2;border-left:4px solid #22c55e;display:flex;padding:18px 20px;position:relative}.download-notification.closing{animation:slide-out-to-right .5s ease-in forwards}@keyframes slide-out-to-right{0%{opacity:1;right:30px}to{opacity:0;right:-450px}}.download-icon{animation:bounce-in .8s ease-out;color:#22c55e;font-size:28px;margin-right:18px}@keyframes bounce-in{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{transform:scale(1)}}.download-details{flex:1 1}.download-title{animation:fade-in-up .5s ease-out .2s both;color:#111827;font-size:16px;font-weight:600;margin:0 0 8px}.download-filename{animation:fade-in-up .5s ease-out .4s both;color:#4b5563;font-size:14px;margin:0 0 6px;word-break:break-all}.download-location{align-items:center;animation:fade-in-up .5s ease-out .6s both;color:#6b7280;display:flex;font-size:13px;margin:0 0 12px}@keyframes fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.close-notification-btn{align-items:center;background:none;border:none;border-radius:50%;color:#9ca3af;cursor:pointer;display:flex;font-size:18px;height:26px;justify-content:center;padding:0;position:absolute;right:12px;top:12px;transition:all .2s;width:26px}.close-notification-btn:hover{background-color:#0000000d;color:#111827;transform:rotate(90deg)}.view-download-btn{align-items:center;animation:fade-in-up .5s ease-out .8s both;background-color:#f0f9ff;border:1px solid #bfdbfe;border-radius:6px;box-shadow:0 2px 4px #3b82f61a;color:#1e40af;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;padding:6px 12px;transition:all .2s}.view-download-btn:hover{background-color:#dbeafe;box-shadow:0 4px 8px #3b82f633;transform:translateY(-2px)}.view-download-btn:active{transform:translateY(0)}.toggle-container{border:1px solid #e2e8f0;border-radius:4px;display:flex;overflow:hidden;width:-webkit-fit-content;width:fit-content}.toggle-btn{background-color:#f8fafc;border:none;cursor:pointer;font-size:.9rem;padding:6px 12px;transition:all .2s ease}.toggle-btn:first-child{border-right:1px solid #e2e8f0}.toggle-btn.active{background-color:#0369a1;color:#fff}.toggle-btn:hover:not(.active):not(:disabled){background-color:#e2e8f0}.toggle-btn:disabled{cursor:not-allowed;opacity:.5}.setting-hint{color:#64748b}.language-notice,.setting-hint{font-style:italic;margin-top:4px}.language-notice{color:#0369a1}.qr-code-styler{align-items:center!important;box-sizing:border-box;display:flex!important;height:100%;justify-content:center!important;width:100%}.qr-inner-container{align-items:center;box-sizing:border-box;display:flex;justify-content:center;overflow:hidden}.qr-inner-container canvas,.qr-inner-container svg{display:block!important;max-height:100%!important;max-width:100%!important}.qr-wrapper{align-items:center;box-sizing:border-box;display:flex;justify-content:center}.qr-frame{transition:all .3s ease}.qr-code-preview,.qr-code-preview-wrapper,.qr-frame{box-sizing:border-box}@media (max-width:480px){.qr-code-preview{height:200px;width:200px}}.qr-content-selector{display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;width:100%}.content-type-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;width:100%}.content-type-tab{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;color:#4b5563;cursor:pointer;display:flex;font-weight:500;gap:.5rem;min-width:-webkit-fit-content;min-width:fit-content;padding:.75rem 1.25rem;transition:all .2s ease}.content-type-tab:hover{background-color:#f3f4f6}.content-type-tab.active{background-color:#1e40af;border-color:#1e40af;color:#fff}.content-type-tab svg{height:1.25rem;width:1.25rem}.content-input-container{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.content-input{display:flex;flex-direction:column;gap:.75rem}.content-input label{color:#374151;font-size:.95rem;font-weight:500}.full-width-input{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;padding:.75rem;width:100%}.full-width-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33;outline:none}textarea.full-width-input{min-height:100px;resize:vertical}.input-help{color:#6b7280;font-size:.85rem;margin:0}.input-field{margin-bottom:1rem}.input-field:last-child{margin-bottom:0}.geo-form,.sms-form,.vcard-form,.wifi-form{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.vcard-form .input-field:nth-child(7),.vcard-form .input-field:nth-child(8){grid-column:span 2}@media (max-width:768px){.content-type-tabs{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;grid-gap:8px;display:grid;gap:8px;grid-auto-columns:110px;grid-auto-flow:column;margin:0 -4px 1rem;overflow-x:auto;overflow-y:hidden;padding:4px;scrollbar-width:none}.content-type-tabs::-webkit-scrollbar{display:none}.content-type-tab{align-items:center;display:flex;font-size:14px;justify-content:center;min-width:0;padding:8px 12px;text-align:center;white-space:nowrap;width:100%}.content-input-container{margin:0;padding:16px;width:100%}.geo-form,.sms-form,.vcard-form,.wifi-form{grid-template-columns:1fr}.vcard-form .input-field:nth-child(7),.vcard-form .input-field:nth-child(8){grid-column:1}}@media (max-width:480px){.content-type-tabs{gap:6px;grid-auto-columns:100px}.content-type-tab{font-size:13px;padding:6px 10px}}.qr-code-creator{background-color:#fff;border-radius:1rem;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;gap:2rem;padding:2rem}.qr-code-creator h2{border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--neutral-200,#e5e7eb);color:#1e40af;color:var(--primary-dark,#1e40af);font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem}.qr-code-preview-wrapper{background-color:#f9fafb;border-radius:.5rem;box-shadow:inset 0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.qr-code-preview,.qr-code-preview-wrapper{align-items:center;display:flex;justify-content:center}.qr-code-preview{height:280px;width:280px}.qr-code-preview .qr-code-styler{height:100%;width:100%}.qr-code-styler svg{display:block;height:auto!important;margin:0 auto;max-height:100%;max-width:100%;width:auto!important}.qr-code-options{display:flex;flex-direction:column;gap:1.5rem}.option-group{background-color:#f9fafb;background-color:var(--neutral-50,#f9fafb);border-radius:.5rem;padding:1.25rem}.option-group h3{color:#1f2937;color:var(--neutral-800,#1f2937);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.color-options,.style-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.color-option{display:flex;flex-direction:column;gap:.5rem}.color-option label{color:#374151;color:var(--neutral-700,#374151);font-size:.9rem;font-weight:500}.color-option input[type=color]{border:2px solid #d1d5db;border:2px solid var(--neutral-300,#d1d5db);border-radius:.5rem;cursor:pointer;height:40px;width:100%}.select-option{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.select-option label{color:#374151;color:var(--neutral-700,#374151);font-size:.9rem;font-weight:500}.select-option select{background-color:#fff;border:2px solid #d1d5db;border:2px solid var(--neutral-300,#d1d5db);border-radius:.5rem;color:#1f2937;color:var(--neutral-800,#1f2937);font-size:.9rem;padding:.5rem}.logo-options{flex-direction:column}.file-upload,.logo-options{display:flex;gap:1rem}.download-button,.remove-logo-button,.upload-button{border:none;border-radius:.5rem;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.25rem;text-align:center;transition:all .3s ease}.upload-button{background-color:#2563eb;background-color:var(--primary,#2563eb);color:#fff}.upload-button:hover{background-color:#1d4ed8;background-color:var(--primary-dark,#1d4ed8)}.remove-logo-button{background-color:#fecaca;background-color:var(--danger-light,#fecaca);color:#dc2626;color:var(--danger,#dc2626)}.remove-logo-button:hover{background-color:#dc2626;background-color:var(--danger,#dc2626);color:#fff}.download-button{background-color:#10b981;background-color:var(--success,#10b981);color:#fff;font-size:1rem;margin-top:1rem;padding:.75rem 1.5rem;position:relative;transition:all .3s ease;width:100%}.download-button:hover{background-color:#059669;background-color:var(--success-dark,#059669)}.download-button:disabled{background-color:#6ee7b7;cursor:wait;opacity:.9}.download-button:disabled:after{animation:loading-animation 1s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:50%}@keyframes loading-animation{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}.logo-size-options{gap:1rem}.logo-size-options,.range-option{display:flex;flex-direction:column}.range-option{gap:.5rem}.range-option label{color:#374151;color:var(--neutral-700,#374151);font-size:.9rem;font-weight:500}.range-option input[type=range]{width:100%}.download-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.download-options .download-button{grid-column:span 2}@media (max-width:768px){.option-group{padding:1rem}.color-options,.download-options,.style-options{grid-template-columns:1fr}.download-options .download-button{grid-column:span 1}}@media (max-width:480px){.qr-code-creator{padding:1.5rem 1rem}.qr-code-preview-wrapper{padding:1rem}.qr-code-preview{height:200px;width:200px}.file-upload{flex-direction:column}.remove-logo-button,.upload-button{width:100%}}.select-with-tooltip{position:relative}.size-warning{background-color:#fff7ed;border:1px solid #fdba74;border-radius:.25rem;color:#c2410c;font-size:.75rem;left:0;margin-top:.25rem;padding:.5rem;position:absolute;right:0;text-align:center;top:100%;z-index:5}.bg-color-container{display:flex;flex-direction:column;gap:.5rem}.transparent-option{align-items:center;display:flex;gap:.5rem;margin-top:.25rem}.transparent-option input[type=checkbox]{height:1rem;width:1rem}.transparent-option label{color:#374151;color:var(--neutral-700,#374151);font-size:.85rem}.qr-code-preview{position:relative}.qr-code-preview:before{background-image:linear-gradient(45deg,#e5e7eb 25%,#0000 0),linear-gradient(-45deg,#e5e7eb 25%,#0000 0),linear-gradient(45deg,#0000 75%,#e5e7eb 0),linear-gradient(-45deg,#0000 75%,#e5e7eb 0);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;border-radius:.5rem;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:-1}.ad-component{background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 4px 15px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;height:100%;margin:0;padding:1.5rem}.ad-container{border-bottom:1px solid #e5e7eb;margin-bottom:.5rem;padding-bottom:1rem}.ad-component h3{color:#1e40af;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.ad-component p{color:#4b5563;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.ad-component ul{list-style:none;margin:0 0 1rem;padding:0}.ad-component li{color:#4b5563;font-size:.85rem;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.ad-component li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.upgrade-btn{background-color:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;margin-top:.25rem;padding:.75rem 1.25rem;text-align:center;transition:background-color .3s ease;width:100%}.upgrade-btn:hover{background-color:#1d4ed8}.related-tools{margin-top:auto}.related-tools h3{font-size:1.1rem;margin-bottom:.75rem}.related-tools a{color:#2563eb;display:block;font-size:.85rem;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.related-tools a:hover{color:#1e40af;text-decoration:underline}@media (max-width:768px){.ad-component{flex-direction:column;height:auto;margin-top:1.5rem;padding:1.25rem}.ad-container{border-bottom:1px solid #e5e7eb;border-right:none;margin-bottom:1rem;padding-bottom:1rem;padding-right:0;width:100%}.related-tools{margin-top:0;width:100%}}.icon-wrapper-qr{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:50%;box-shadow:0 4px 15px #3b82f64d;color:#f9fafb;display:inline-flex;height:50px;justify-content:center;margin-right:15px;padding:10px;width:50px}.qr-info-section{align-items:center;background-color:#f9fafb;background-color:var(--neutral-50,#f9fafb);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;justify-items:center;margin-top:10px;padding:2rem}.qr-info-section h1{color:#1e40af;text-align:center}.qr-info-section p{text-align:center}.qr-code-generator-container{margin:0 auto;max-width:1100px;padding:2rem 1rem 4rem}.qr-header{margin-bottom:2.5rem;text-align:center}.qr-header h1{color:#1e40af;color:var(--primary-dark,#1e40af);font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.qr-header p{color:#4b5563;color:var(--neutral-600,#4b5563);font-size:1.2rem;margin:0 auto;max-width:600px}.qr-content-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:3fr 1fr;margin-bottom:3rem}.qr-main-content{min-width:0}.qr-side-content{align-self:start;min-width:0;position:-webkit-sticky;position:sticky;top:1rem}.qr-side-content .ad-component{flex-direction:column;height:auto;margin:0}.qr-side-content .ad-container{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--neutral-200,#e5e7eb);border-right:none;margin-bottom:1rem;padding-bottom:1rem;padding-right:0}.qr-info-section h2{color:#1e40af;color:var(--primary-dark,#1e40af);font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.qr-info-section h3{color:#1f2937;color:var(--neutral-800,#1f2937);font-size:1.4rem;margin:2rem 0 1.5rem}.qr-info-section p{color:#374151;color:var(--neutral-700,#374151);font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem}.qr-benefits{list-style-type:none;margin:1.5rem 0;padding:0}.qr-benefits li{align-items:flex-start;display:flex;margin-bottom:1.2rem;padding-left:.5rem}.benefit-icon{color:#10b981;color:var(--success,#10b981);flex-shrink:0;font-size:1.2rem;font-weight:700;margin-right:.75rem}.benefit-text{color:#374151;color:var(--neutral-700,#374151);font-size:1rem;line-height:1.5}.qr-code-generator-container .breadcrumbs-container{background:#f8f9fa;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-bottom:20px;padding:12px 16px}@media (max-width:992px){.qr-content-layout{gap:1.5rem;grid-template-columns:2fr 1fr}}@media (max-width:768px){.qr-header h1{font-size:2rem}.qr-header p{font-size:1.1rem}.qr-content-layout{grid-template-columns:1fr}.qr-info-section{padding:1.5rem}.qr-info-section h2{font-size:1.6rem}.qr-info-section h3{font-size:1.3rem}}@media (max-width:480px){.qr-header h1{font-size:1.8rem}.qr-header p{font-size:1rem}.qr-info-section h2{font-size:1.5rem}.qr-info-section h3{font-size:1.2rem}.qr-benefits li{padding-left:0}}.InvoiceGenerator_invoice-generator-container__QLy3h{background-color:initial;margin:0 auto;max-width:1200px;padding:1rem;width:100%}.InvoiceGenerator_tabs__4osAc{align-items:center;background:#0000;box-shadow:none;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem;padding:1rem}.InvoiceGenerator_tab__Vu\+6Z{flex:1 1;justify-content:space-between;max-width:300px;min-width:200px;padding:1rem 1.5rem}.InvoiceGenerator_tabContent__V5ZME{align-items:center;display:flex;gap:.75rem}@media (max-width:1024px){.InvoiceGenerator_contentGrid__vkccD{grid-template-columns:1fr}.InvoiceGenerator_sideSection__KbrgX{position:static}.InvoiceGenerator_formSection__Z4MU1{padding:1.5rem}}@media (max-width:768px){.InvoiceGenerator_invoice-generator-container__QLy3h{padding:.5rem}.InvoiceGenerator_contentGrid__vkccD{gap:1rem;margin-top:1rem}.InvoiceGenerator_pageHeader__HJHfL{margin-bottom:1rem;padding:1rem}.InvoiceGenerator_headerContent__3sa07{flex-direction:column;text-align:center}.InvoiceGenerator_headerIcon__To0wg{margin:0 auto}.InvoiceGenerator_pageTitle__j4XAc{font-size:1.5rem}.InvoiceGenerator_pageDescription__DQx15{font-size:.95rem}.InvoiceGenerator_tabs__4osAc{flex-direction:column;gap:.5rem;padding:.5rem}.InvoiceGenerator_tab__Vu\+6Z{max-width:100%;min-width:0;min-width:auto;padding:.875rem 1rem;width:100%}.InvoiceGenerator_tabContent__V5ZME{gap:.5rem}.InvoiceGenerator_tabIcon__qKsIY{font-size:1.1rem}.InvoiceGenerator_tabText__rB1Wi{font-size:.95rem}.InvoiceGenerator_formSection__Z4MU1{border-radius:8px;padding:1rem}.InvoiceGenerator_form-group__sqfZe{gap:1rem;grid-template-columns:1fr}.InvoiceGenerator_item-row__1YvA\+{gap:.5rem;grid-template-columns:1fr}.InvoiceGenerator_preview-container__aI98k{padding:.5rem}.InvoiceGenerator_preview-header__j4rLy{flex-direction:column;gap:1rem}.InvoiceGenerator_preview-actions__Bbjfp{flex-direction:column;gap:.5rem;width:100%}.InvoiceGenerator_preview-actions__Bbjfp button{width:100%}.InvoiceGenerator_items-table-container__qRmfv{overflow-x:auto}.InvoiceGenerator_items-table__peGiB{min-width:600px}}@media (max-width:480px){.InvoiceGenerator_invoice-generator-container__QLy3h{padding:.25rem}.InvoiceGenerator_pageHeader__HJHfL{padding:.75rem}.InvoiceGenerator_pageTitle__j4XAc{font-size:1.25rem}.InvoiceGenerator_tab__Vu\+6Z{padding:.75rem}.InvoiceGenerator_tabIcon__qKsIY{font-size:1rem}.InvoiceGenerator_tabText__rB1Wi{font-size:.9rem}.InvoiceGenerator_formSection__Z4MU1{padding:.75rem}.InvoiceGenerator_action-buttons__5DIfN button,.InvoiceGenerator_form-group__sqfZe input,.InvoiceGenerator_form-group__sqfZe select,.InvoiceGenerator_form-group__sqfZe textarea{font-size:.9rem;padding:.625rem}}.InvoiceGenerator_invoice-generator-content__YzRqo{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:2rem;width:100%}.InvoiceGenerator_invoice-header__lTVSL{margin-bottom:2rem;padding:1rem;position:relative;text-align:center}.InvoiceGenerator_invoice-header__lTVSL h1{align-items:center;color:#2c3e50;display:flex;font-size:2rem;gap:1rem;justify-content:center;margin-bottom:.75rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.InvoiceGenerator_invoice-header__lTVSL h1:after{background:linear-gradient(90deg,#0000,#3498db,#0000);bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%) scaleX(0);transition:transform .4s cubic-bezier(.4,0,.2,1);width:60%}.InvoiceGenerator_invoice-header__lTVSL h1:hover:after{transform:translateX(-50%) scaleX(1)}.InvoiceGenerator_invoice-header__lTVSL h1:hover{color:#3498db;text-shadow:0 2px 10px #3498db33;transform:translateY(-2px)}.InvoiceGenerator_invoice-header__lTVSL h1 span.InvoiceGenerator_icon__5e6fL{align-items:center;animation:InvoiceGenerator_float__Cg5TX 3s ease-in-out infinite;color:#3498db;display:flex;font-size:2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}@keyframes InvoiceGenerator_float__Cg5TX{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.InvoiceGenerator_invoice-header__lTVSL h1:hover span.InvoiceGenerator_icon__5e6fL{color:#2980b9;filter:drop-shadow(0 2px 4px rgba(52,152,219,.3));transform:rotate(15deg) scale(1.1)}.InvoiceGenerator_invoice-header__lTVSL p{animation:InvoiceGenerator_fadeInUp__QrKP1 .6s ease-out .2s forwards;color:#6b7280;font-size:1.1rem;line-height:1.6;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:600px;opacity:0;transform:translateY(10px)}@keyframes InvoiceGenerator_fadeInUp__QrKP1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.InvoiceGenerator_invoice-header__lTVSL h1 span.InvoiceGenerator_icon__5e6fL svg{transition:transform .4s cubic-bezier(.4,0,.2,1)}.InvoiceGenerator_invoice-header__lTVSL h1:hover span.InvoiceGenerator_icon__5e6fL svg{transform:rotate(1turn)}.InvoiceGenerator_invoice-tabs__A3D6E{align-items:center;background:#0000;box-shadow:none;display:flex;gap:3rem;justify-content:center;margin-bottom:2rem;padding:1rem}.InvoiceGenerator_history-and-ads__Ga6oV,.InvoiceGenerator_invoice-and-ads__v4v0d{align-items:flex-start;display:flex;gap:2rem}.InvoiceGenerator_history-content-wrapper__6KkEx,.InvoiceGenerator_invoice-content-wrapper__kQfqt{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;flex:1 1;min-width:0;padding:2rem}.InvoiceGenerator_ads-wrapper__4uLEJ{flex-shrink:0;width:300px}.InvoiceGenerator_seo-wrapper__3d-Iw{margin-top:2rem;width:100%}.InvoiceGenerator_breadcrumbs__Glukx{align-items:center;color:#6b7280;display:flex;font-size:.9rem;margin-bottom:1.5rem}.InvoiceGenerator_breadcrumbLink__17\+cC{align-items:center;color:#3b82f6;display:flex;gap:.5rem;text-decoration:none;transition:color .2s ease}.InvoiceGenerator_breadcrumbLink__17\+cC:hover{color:#2563eb;text-decoration:underline}.InvoiceGenerator_breadcrumbSeparator__tb\+0F{align-items:center;color:#9ca3af;display:flex;margin:0 .5rem}.InvoiceGenerator_breadcrumbCurrent__SUMvF{color:#374151;font-weight:500}.InvoiceGenerator_pageHeader__HJHfL{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem;padding:2rem}.InvoiceGenerator_headerContent__3sa07{align-items:center;display:flex;gap:1.5rem}.InvoiceGenerator_headerIcon__To0wg{align-items:center;background-color:#f0f7ff;border-radius:12px;color:#3b82f6;display:flex;font-size:2rem;height:64px;justify-content:center;width:64px}.InvoiceGenerator_pageTitle__j4XAc{color:#111827;font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 .5rem}.InvoiceGenerator_pageDescription__DQx15{color:#4b5563;font-size:1.1rem;line-height:1.6;margin:0;max-width:800px}.InvoiceGenerator_layout__nqzWV{display:flex;gap:2rem}.InvoiceGenerator_main-area__XxYNs{display:flex;flex:1 1;flex-direction:column;gap:2rem;min-width:0}.InvoiceGenerator_tabsContainer__fe6iP{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem}.InvoiceGenerator_tab__Vu\+6Z{align-items:center;background-color:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.InvoiceGenerator_tab__Vu\+6Z svg{height:1.25rem;width:1.25rem}.InvoiceGenerator_tab__Vu\+6Z:hover{background-color:#e2e8f0}.InvoiceGenerator_tab__Vu\+6Z.InvoiceGenerator_active__a7ZOO{background-color:#3b82f6;color:#fff}.InvoiceGenerator_right-sidebar__gmf\+i{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;flex-shrink:0;padding:1rem;width:300px}.InvoiceGenerator_seo-section__1atbk{margin-top:2rem}.InvoiceGenerator_sidebar__LRm0D{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;flex-shrink:0;padding:1rem;width:250px}.InvoiceGenerator_main-content__1T2Ew{display:flex;flex-direction:column;gap:2rem;width:100%}.InvoiceGenerator_form-section__2m1st{margin-bottom:2rem;width:100%}.InvoiceGenerator_seo-container__sKzoz{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d;padding:2rem}.InvoiceGenerator_seo-header__NyweY{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:1.5rem}.InvoiceGenerator_seo-container__sKzoz h1{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem;max-width:70%}.InvoiceGenerator_rating__fIDH1{align-items:flex-end;display:flex;flex-direction:column}.InvoiceGenerator_stars__FEi7p{color:#f39c12;display:flex;font-size:1.2rem;margin-bottom:.25rem}.InvoiceGenerator_seo-description__xla1b{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.InvoiceGenerator_benefits-container__L9ii-{margin:2rem 0}.InvoiceGenerator_benefits-container__L9ii- h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.InvoiceGenerator_benefits-list__lARfy{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));list-style:none;padding:0}.InvoiceGenerator_benefits-list__lARfy li{align-items:center;background-color:#f8f9fa;border-radius:8px;display:flex;font-weight:500;gap:.75rem;padding:1rem}.InvoiceGenerator_benefit-icon__s3pKN{align-items:center;color:#3498db;display:flex;font-size:1.25rem}.InvoiceGenerator_keyword-rich-text__EJ58q p{color:#555;line-height:1.6;margin-bottom:1rem}.InvoiceGenerator_ads-container__v2wBj{display:flex;flex-direction:column;gap:1.5rem;position:-webkit-sticky;position:sticky;top:2rem}.InvoiceGenerator_premium-ad__9U4jW{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;margin-top:2rem;padding:1.5rem}.InvoiceGenerator_premium-ad__9U4jW h3{font-size:1.3rem;margin-bottom:.75rem}.InvoiceGenerator_premium-ad__9U4jW p{line-height:1.5;margin-bottom:1.25rem;opacity:.9}.InvoiceGenerator_feature-list__S00rm{list-style:none;margin-bottom:1.5rem;padding:0}.InvoiceGenerator_feature-list__S00rm li{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.InvoiceGenerator_feature-icon__ET2hU{align-items:center;background-color:#fff3;border-radius:50%;display:flex;font-size:.8rem;height:24px;justify-content:center;width:24px}.InvoiceGenerator_cta-button__taoup{align-items:center;background-color:#fff;border-radius:6px;color:#2980b9;display:flex;font-weight:700;gap:.5rem;justify-content:center;margin-top:.5rem;padding:.75rem 1rem;text-decoration:none;transition:all .3s ease}.InvoiceGenerator_cta-button__taoup:hover{background-color:#f8f9fa;transform:translateY(-2px)}.InvoiceGenerator_related-tools__VnmWg{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d;padding:1.5rem}.InvoiceGenerator_related-tools__VnmWg h3{border-bottom:1px solid #eee;color:#2c3e50;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem}.InvoiceGenerator_related-tools__VnmWg ul{list-style:none;padding:0}.InvoiceGenerator_related-tools__VnmWg li{margin-bottom:.75rem}.InvoiceGenerator_related-tools__VnmWg a{color:#3498db;display:block;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.InvoiceGenerator_related-tools__VnmWg a:hover{color:#2980b9;transform:translateX(5px)}.InvoiceGenerator_testimonial__4XFEo{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d;padding:1.5rem;position:relative}.InvoiceGenerator_testimonial__4XFEo p{color:#555;font-style:italic;line-height:1.6;margin-bottom:1rem;padding-left:1.5rem;position:relative}.InvoiceGenerator_testimonial__4XFEo p:before{color:#3498db;content:'"';font-family:serif;font-size:2.5rem;left:0;opacity:.3;position:absolute;top:-10px}.InvoiceGenerator_testimonial-author__Qyhlu{border-top:1px solid #eee;display:flex;flex-direction:column;padding-top:1rem}.InvoiceGenerator_author-name__6RxLo{color:#2c3e50;font-weight:700}.InvoiceGenerator_author-title__seXlB{color:#7f8c8d;font-size:.9rem}.InvoiceGenerator_invoice-form__nQ915{background:#0000;box-shadow:none;padding:0}.InvoiceGenerator_form-group__sqfZe{margin-bottom:2rem}.InvoiceGenerator_form-group__sqfZe input,.InvoiceGenerator_form-group__sqfZe select,.InvoiceGenerator_form-group__sqfZe textarea{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.InvoiceGenerator_form-group__sqfZe input:focus,.InvoiceGenerator_form-group__sqfZe select:focus,.InvoiceGenerator_form-group__sqfZe textarea:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db1a;outline:none}.InvoiceGenerator_items-list__lQhbY{margin-bottom:1rem}.InvoiceGenerator_item-row__1YvA\+{grid-gap:.75rem;align-items:center;display:grid;gap:.75rem;grid-template-columns:2fr 1fr 1fr 1fr auto;margin-bottom:.75rem}.InvoiceGenerator_item-amount__Fw9Qw{font-weight:700}.InvoiceGenerator_remove-item__gvUet{align-items:center;background-color:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .3s ease}.InvoiceGenerator_remove-item__gvUet:hover{background-color:#c0392b}.InvoiceGenerator_add-item__ZKZhL{align-items:center;background-color:#2ecc71;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;margin-top:.5rem;padding:.75rem 1rem;transition:all .3s ease}.InvoiceGenerator_add-item__ZKZhL:hover{background-color:#27ae60;transform:translateY(-2px)}.InvoiceGenerator_action-buttons__5DIfN{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-top:2rem}.InvoiceGenerator_action-buttons__5DIfN button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;min-width:140px;padding:.75rem 1.5rem;transition:all .3s ease}.InvoiceGenerator_calculate-btn__jbq8S{background-color:var(--primary);color:#fff}.InvoiceGenerator_preview-btn__dg9RH{background-color:#2ecc71;color:#fff}.InvoiceGenerator_reset-btn__qw7NC{background-color:#f3f4f6;color:#4b5563}.InvoiceGenerator_action-buttons__5DIfN button:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}@media screen and (max-width:768px){.InvoiceGenerator_action-buttons__5DIfN{flex-direction:column;gap:.75rem;width:100%}.InvoiceGenerator_action-buttons__5DIfN button{font-size:.95rem;min-width:0;min-width:auto;padding:.875rem;width:100%}}@media screen and (max-width:480px){.InvoiceGenerator_action-buttons__5DIfN{gap:.5rem;margin-top:1.5rem}.InvoiceGenerator_action-buttons__5DIfN button{font-size:.9rem;padding:.75rem}}.InvoiceGenerator_template-color__zsINy{border-radius:5px;height:10px;margin-bottom:1rem;width:100%}.InvoiceGenerator_template-option__iNXHK h4{color:#2c3e50;margin-bottom:.5rem}.InvoiceGenerator_template-option__iNXHK p{color:#7f8c8d;font-size:.9rem;line-height:1.4}.InvoiceGenerator_invoice-preview__o3K0O{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000000d;padding:2rem}.InvoiceGenerator_preview-container__aI98k{background-color:#f8f9fa;display:flex;flex-direction:column;gap:1.5rem;height:calc(100vh - 200px);overflow:auto}.InvoiceGenerator_preview-header__j4rLy{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;flex-wrap:wrap;gap:1rem;padding:1rem}.InvoiceGenerator_preview-actions__Bbjfp{flex-wrap:wrap;gap:.75rem}.InvoiceGenerator_back-btn__wgjL6,.InvoiceGenerator_export-btn__n8SzI,.InvoiceGenerator_save-btn__kc1hZ{display:inline-flex;padding:.75rem 1.25rem}.InvoiceGenerator_back-btn__wgjL6{background-color:#f1f5f9;color:#475569}.InvoiceGenerator_save-success__OtQxB{animation:InvoiceGenerator_fadeIn__p-vNS .3s ease-in-out;background-color:#dcfce7;border-radius:8px;color:#166534;margin-bottom:1rem;padding:1rem;text-align:center}.InvoiceGenerator_preview-top__XzQjP{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.InvoiceGenerator_client-info__KyN7P,.InvoiceGenerator_company-info__rglrr{margin-bottom:2rem}.InvoiceGenerator_company-info__rglrr{flex:1 1;min-width:0}.InvoiceGenerator_invoice-info__IDoAV{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;width:300px}.InvoiceGenerator_invoice-meta__cJ0sf{gap:.75rem}.InvoiceGenerator_invoice-meta-item__tAKAj{align-items:center}.InvoiceGenerator_items-table__peGiB{margin:2rem 0;max-height:calc(100% - 400px);overflow-y:auto}.InvoiceGenerator_items-table__peGiB th{background:#f8fafc;background-color:#fff;border:1px solid #e2e8f0;padding:.75rem;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:1}.InvoiceGenerator_items-table__peGiB td{border:1px solid #e2e8f0;font-size:.9rem;padding:.75rem}.InvoiceGenerator_items-table__peGiB tr:nth-child(2n){background-color:#f8fafc}.InvoiceGenerator_items-table__peGiB tbody{display:block;max-height:500px}.InvoiceGenerator_items-table__peGiB tbody tr,.InvoiceGenerator_items-table__peGiB thead{display:table;table-layout:fixed;width:100%}.InvoiceGenerator_totals__G0hWN{margin-bottom:2rem;margin-left:auto;width:300px}.InvoiceGenerator_total-row__uxWGL{display:flex;justify-content:space-between;padding:.5rem 0}.InvoiceGenerator_total-row__uxWGL:last-child{border-top:1px solid #ddd;font-weight:700;margin-top:.5rem;padding-top:.75rem}.InvoiceGenerator_notes__0bwuQ,.InvoiceGenerator_payment-info__unt0n,.InvoiceGenerator_terms__uCj1b{border-top:1px solid #f0f0f0;margin-top:2rem;padding-top:1rem}.InvoiceGenerator_notes__0bwuQ h3,.InvoiceGenerator_payment-info__unt0n h3,.InvoiceGenerator_terms__uCj1b h3{color:#3498db;margin-bottom:.5rem}.InvoiceGenerator_footer-info__8MCzg{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.InvoiceGenerator_history-tab__\+7qg6{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2rem}.InvoiceGenerator_history-header__Uq\+8C{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.InvoiceGenerator_history-icon__oTHov{color:#3b82f6;font-size:1.5rem}.InvoiceGenerator_history-header__Uq\+8C h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0}.InvoiceGenerator_history-list__3Y3vf{display:flex;flex-direction:column;gap:1rem}.InvoiceGenerator_history-item__19oE\+{align-items:center;background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:1.25rem;transition:all .3s ease}.InvoiceGenerator_history-item__19oE\+:hover{background-color:#f1f5f9;box-shadow:0 4px 6px #0000000d;transform:translateY(-2px)}.InvoiceGenerator_history-info__LnQOt{display:flex;flex-direction:column;gap:.5rem}.InvoiceGenerator_history-main-info__5HF\+k{align-items:center;display:flex;gap:1rem}.InvoiceGenerator_history-number__GLsyz{color:#111827;font-weight:600}.InvoiceGenerator_history-date__GdZ1h{color:#6b7280;font-size:.9rem}.InvoiceGenerator_history-details__O1HuH{align-items:center;display:flex;gap:1rem}.InvoiceGenerator_history-client__pCImU{color:#374151;font-weight:500}.InvoiceGenerator_history-amount__Zhgbb{color:#3b82f6;font-weight:600}.InvoiceGenerator_history-actions__XMjmj{display:flex;gap:.75rem}.InvoiceGenerator_history-action-btn__Gfv\+M{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:.5rem;transition:all .2s ease}.InvoiceGenerator_history-action-btn__Gfv\+M:hover{background-color:#f3f4f6;color:#111827}.InvoiceGenerator_no-history__fXFCH{background-color:#f8fafc;border:1px dashed #e5e7eb;border-radius:8px;padding:3rem;text-align:center}.InvoiceGenerator_no-history__fXFCH p{color:#6b7280;margin:0}.InvoiceGenerator_no-history__fXFCH p:first-child{font-size:1.1rem;font-weight:500;margin-bottom:.5rem}@media (max-width:1200px){.InvoiceGenerator_history-and-ads__Ga6oV,.InvoiceGenerator_invoice-and-ads__v4v0d{flex-direction:column}.InvoiceGenerator_ads-wrapper__4uLEJ{order:-1;width:100%}}@media (max-width:768px){.InvoiceGenerator_invoice-generator-container__QLy3h{padding:0}.InvoiceGenerator_invoice-generator-content__YzRqo{padding:1rem}.InvoiceGenerator_form-group__sqfZe{gap:1rem;grid-template-columns:1fr}.InvoiceGenerator_item-row__1YvA\+{gap:.5rem;grid-template-columns:1fr 1fr}.InvoiceGenerator_item-row__1YvA\+ input:first-child{grid-column:1/-1}.InvoiceGenerator_invoice-form__nQ915,.InvoiceGenerator_invoice-preview__o3K0O{padding:1rem}.InvoiceGenerator_seo-container__sKzoz h1{font-size:1.5rem;max-width:100%}.InvoiceGenerator_seo-header__NyweY{align-items:flex-start;flex-direction:column}.InvoiceGenerator_rating__fIDH1{align-items:flex-start;margin-top:.5rem}.InvoiceGenerator_benefits-list__lARfy{grid-template-columns:1fr}.InvoiceGenerator_preview-actions__Bbjfp{justify-content:space-between;width:100%}.InvoiceGenerator_export-options__Ufkby{display:none}.InvoiceGenerator_preview-header__j4rLy{align-items:flex-start}.InvoiceGenerator_tabs__4osAc{gap:1.5rem}.InvoiceGenerator_tabIcon__qKsIY,.InvoiceGenerator_tab__Vu\+6Z{font-size:1.2rem}.InvoiceGenerator_chevron__52KOB{display:block;font-size:.8rem;opacity:0;transform:translateX(-10px);transition:all .2s ease-in-out}.InvoiceGenerator_tab__Vu\+6Z:hover .InvoiceGenerator_chevron__52KOB{opacity:.5;transform:translateX(0)}.InvoiceGenerator_chevronActive__yVCQk{opacity:1!important;transform:translateX(0)}.InvoiceGenerator_template-selector__58fuF{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.InvoiceGenerator_preview-top__XzQjP{flex-direction:column}.InvoiceGenerator_company-info__rglrr,.InvoiceGenerator_invoice-details__5XSjY{margin-bottom:1rem;width:100%}.InvoiceGenerator_preview-header__j4rLy{flex-direction:column}.InvoiceGenerator_preview-actions__Bbjfp{margin-top:1rem}.InvoiceGenerator_export-options__Ufkby{display:flex;flex-direction:column;gap:.5rem}.InvoiceGenerator_export-btn__n8SzI{width:100%}.InvoiceGenerator_diagonal-header__zaAP2,.InvoiceGenerator_split-header__Z9tSE{flex-direction:column}.InvoiceGenerator_split-header__Z9tSE>div{width:100%!important}.InvoiceGenerator_breadcrumbs__Glukx{font-size:.8rem}.InvoiceGenerator_pageTitle__j4XAc{font-size:1.75rem}.InvoiceGenerator_pageDescription__DQx15{font-size:1rem}}.InvoiceGenerator_template-selector__58fuF{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:1rem}.InvoiceGenerator_template-option__iNXHK{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;transition:all .2s ease}.InvoiceGenerator_template-option__iNXHK:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.InvoiceGenerator_template-option__iNXHK.InvoiceGenerator_selected__GXSS2{border-width:2px}.InvoiceGenerator_preview-content__WFCEO{border-radius:8px;box-shadow:0 8px 16px #0000001a;margin:1rem 0}.InvoiceGenerator_branded-header__o0njM,.InvoiceGenerator_centered-header__FFUXb,.InvoiceGenerator_client-info__KyN7P,.InvoiceGenerator_diagonal-header__zaAP2,.InvoiceGenerator_items-table__peGiB,.InvoiceGenerator_split-header__Z9tSE,.InvoiceGenerator_stacked-centered-header__f9FCu{margin-bottom:1.5rem}.InvoiceGenerator_items-table__peGiB td,.InvoiceGenerator_items-table__peGiB th{padding:.75rem}.InvoiceGenerator_footer-info__8MCzg,.InvoiceGenerator_payment-info__unt0n{margin-bottom:1.5rem}.InvoiceGenerator_preview-footer__tQyG4{color:#6b7280;font-size:.875rem;margin-top:2rem;text-align:center}.InvoiceGenerator_watermark__NeB8s{font-size:6rem;left:50%;opacity:.03;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);white-space:nowrap;z-index:0}@media (max-width:768px){.InvoiceGenerator_template-selector__58fuF{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.InvoiceGenerator_preview-top__XzQjP{flex-direction:column}.InvoiceGenerator_company-info__rglrr,.InvoiceGenerator_invoice-details__5XSjY{margin-bottom:1rem;width:100%}.InvoiceGenerator_preview-header__j4rLy{flex-direction:column}.InvoiceGenerator_preview-actions__Bbjfp{margin-top:1rem}.InvoiceGenerator_export-options__Ufkby{display:flex;flex-direction:column;gap:.5rem}.InvoiceGenerator_export-btn__n8SzI{width:100%}.InvoiceGenerator_diagonal-header__zaAP2,.InvoiceGenerator_split-header__Z9tSE{flex-direction:column}.InvoiceGenerator_split-header__Z9tSE>div{width:100%!important}}.InvoiceGenerator_modal-overlay__M2BGt{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.InvoiceGenerator_modal-content__lhA71{background-color:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:1200px;overflow-y:auto;padding:2rem;position:relative;width:90%}.InvoiceGenerator_modal-header__xOytg h2{font-size:1.5rem}.InvoiceGenerator_modal-close__tLdC3{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.InvoiceGenerator_modal-close__tLdC3:hover{background-color:#f3f4f6;color:#111827}.InvoiceGenerator_template-preview__gNHSJ{background-color:#f3f4f6;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;height:200px}.InvoiceGenerator_template-preview__gNHSJ img{border:1px solid #e5e7eb;border-radius:8px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.InvoiceGenerator_template-option__iNXHK:hover .InvoiceGenerator_template-preview__gNHSJ img{transform:scale(1.05)}.InvoiceGenerator_template-info__SodNo h3{color:#111827;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.InvoiceGenerator_template-info__SodNo p{color:#6b7280;font-size:.9rem;line-height:1.4;margin:0}.InvoiceGenerator_selected-indicator__zEPkR{border-radius:4px;box-shadow:0 2px 4px #0000001a;font-size:.8rem;font-weight:500;padding:.25rem .75rem}@media (max-width:768px){.InvoiceGenerator_modal-content__lhA71{padding:16px;width:95%}.InvoiceGenerator_template-selector__58fuF{gap:16px;grid-template-columns:1fr}.InvoiceGenerator_template-preview__gNHSJ{height:160px}}.InvoiceGenerator_logo-upload__9X4rA{margin-bottom:1.5rem}.InvoiceGenerator_logo-label__I1\+qv{background-color:#f9fafb;border:2px dashed #e5e7eb;border-radius:8px;cursor:pointer;display:block;padding:1.5rem;text-align:center;transition:all .3s ease}.InvoiceGenerator_logo-label__I1\+qv.InvoiceGenerator_dragging__LOJvU,.InvoiceGenerator_logo-label__I1\+qv:hover{background-color:#eff6ff;border-color:#60a5fa}.InvoiceGenerator_upload-placeholder__oA2UL{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:.75rem;justify-content:center;min-height:120px}.InvoiceGenerator_upload-placeholder__oA2UL svg{color:#60a5fa;height:2.5rem;width:2.5rem}.InvoiceGenerator_upload-placeholder__oA2UL p{font-size:1rem;font-weight:500;margin:0}.InvoiceGenerator_uploadPlaceholder__4gxC3 small{font-size:.875rem;opacity:.8}.InvoiceGenerator_logo-preview__Q7kXj{border:2px solid #e5e7eb;border-radius:8px;padding:1.5rem}.InvoiceGenerator_logo-preview__Q7kXj img{max-height:120px;max-width:200px}.InvoiceGenerator_logo-actions__l\+1kR{display:flex;gap:.75rem;margin-top:.5rem}.InvoiceGenerator_remove-logo__oFaE6{padding:.625rem 1rem}.InvoiceGenerator_remove-logo__oFaE6:hover{background-color:#fee2e2;transform:translateY(-1px)}.InvoiceGenerator_change-logo__ORu-Z{align-items:center;background-color:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .2s ease}.InvoiceGenerator_change-logo__ORu-Z:hover{background-color:#e5e7eb;transform:translateY(-1px)}.InvoiceGenerator_template-company-logo__Xry2Z{margin-bottom:1rem;max-height:80px;max-width:200px}@media (max-width:640px){.InvoiceGenerator_logo-preview__Q7kXj img{max-height:100px;max-width:160px}.InvoiceGenerator_logo-actions__l\+1kR{flex-direction:column;width:100%}.InvoiceGenerator_change-logo__ORu-Z,.InvoiceGenerator_remove-logo__oFaE6{justify-content:center;width:100%}}.InvoiceGenerator_date-input-group__LWmiS{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.InvoiceGenerator_date-input-group__LWmiS label{color:#4b5563;font-size:.875rem;font-weight:500}.InvoiceGenerator_date-input-group__LWmiS input[type=date]{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#1f2937;font-size:.875rem;padding:.5rem}.InvoiceGenerator_date-input-group__LWmiS input[type=date]:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.InvoiceGenerator_section__3TjCc h3{border-bottom:2px solid #edf2f7;color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.InvoiceGenerator_mainContainer__ikqs0{background-color:#f8f9fa;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem;width:100%}.InvoiceGenerator_contentGrid__vkccD{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 300px;margin-top:2rem}.InvoiceGenerator_formSection__Z4MU1{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2rem}.InvoiceGenerator_sideSection__KbrgX{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.InvoiceGenerator_premiumAd__LWLOL{background-color:#3498db;border-radius:8px;color:#fff;margin-bottom:2rem;padding:1.5rem}.InvoiceGenerator_premiumAd__LWLOL h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.InvoiceGenerator_premiumAd__LWLOL p{line-height:1.5;margin-bottom:1.5rem;opacity:.9}.InvoiceGenerator_premiumFeatures__WNrM4{list-style:none;margin:0 0 1.5rem;padding:0}.InvoiceGenerator_premiumFeatures__WNrM4 li{align-items:center;display:flex;font-size:.95rem;gap:.5rem;margin-bottom:.75rem}.InvoiceGenerator_premiumFeatures__WNrM4 li:before{content:"✓";font-weight:700}.InvoiceGenerator_upgradeButton__9MdPI{background-color:#fff;border:none;border-radius:6px;color:#3498db;cursor:pointer;font-weight:600;padding:.75rem;transition:all .2s ease;width:100%}.InvoiceGenerator_upgradeButton__9MdPI:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}@media (max-width:1024px){.InvoiceGenerator_contentGrid__vkccD{grid-template-columns:1fr}.InvoiceGenerator_sideSection__KbrgX{position:static}}@media (max-width:768px){.InvoiceGenerator_mainContainer__ikqs0{padding:1rem}.InvoiceGenerator_formSection__Z4MU1{padding:0}}.InvoiceGenerator_invoiceTemplate__bOPu5{background:#fff;box-shadow:0 0 10px #0000001a;margin:0 auto;min-height:297mm;padding:20mm;position:relative;width:210mm}@media print{.InvoiceGenerator_invoiceTemplate__bOPu5{box-shadow:none;height:297mm;margin:0;padding:20mm;page-break-after:always;width:210mm}}.InvoiceGenerator_techSparkleTemplate__tzAOW{border:2px solid #3498db;border-radius:8px;overflow:hidden}.InvoiceGenerator_techSparkleHeader__wOIzd{align-items:flex-start;border-bottom:2px solid #e2e8f0;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem;padding-bottom:2rem}.InvoiceGenerator_techSparkleCompanyInfo__0ofER{display:flex;flex-direction:column;gap:1rem}.InvoiceGenerator_techSparkleCompanyLogo__xLlHg{border-radius:8px;height:50px;margin-bottom:.5rem;object-fit:contain;width:50px}.InvoiceGenerator_techSparkleCompanyInfo__0ofER h2{color:#1a202c;font-size:1.5rem;font-weight:600;margin:0}.InvoiceGenerator_techSparkleCompanyInfo__0ofER p{color:#4b5563;font-size:.9rem;margin:0}.InvoiceGenerator_techSparkleInvoiceInfo__qCkTY{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;text-align:right}.InvoiceGenerator_techSparkleInvoiceInfo__qCkTY h1{background:#fff;border-radius:8px;color:#1a202c;font-size:1.5rem;margin:0;padding:.5rem}.InvoiceGenerator_techSparkleClientSection__i2Kgd{grid-gap:2rem;border-bottom:2px solid #e2e8f0;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem;padding:2rem 0}.InvoiceGenerator_techSparkleClientInfo__JyPaw,.InvoiceGenerator_techSparkleInvoiceDetails__3Lh-i{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.InvoiceGenerator_techSparkleClientInfo__JyPaw h3,.InvoiceGenerator_techSparkleInvoiceDetails__3Lh-i h3{background:#fff;border-radius:8px;color:#1a202c;margin:0 0 1rem;padding:.5rem}.InvoiceGenerator_techSparkleTotals__LNDvA{border:1px solid #e2e8f0;border-radius:8px;margin-left:auto;overflow:hidden;width:300px}.InvoiceGenerator_techSparkleTotalRow__UJZ4L{background:#fff;border-bottom:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;margin:.5rem;padding:1rem}.InvoiceGenerator_techSparkleTotalRow__UJZ4L:last-child{background:#f8fafc;border-bottom:none;font-weight:700}.InvoiceGenerator_techSparkleFooter__0T486{grid-gap:2rem;border-top:2px solid #e2e8f0;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:3rem;padding-top:2rem}.InvoiceGenerator_techSparkleNotes__BeQKa,.InvoiceGenerator_techSparklePaymentInfo__LE2xy{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.InvoiceGenerator_techSparkleNotes__BeQKa h3,.InvoiceGenerator_techSparklePaymentInfo__LE2xy h3{background:#fff;border-radius:8px;color:#1a202c;margin:0 0 1rem;padding:.5rem}.InvoiceGenerator_previewMode__fDXb\+{transform:scale(.7);transform-origin:top center}@media (max-width:768px){.InvoiceGenerator_invoiceTemplate__bOPu5{min-height:auto;padding:10mm;width:100%}.InvoiceGenerator_techSparkleClientSection__i2Kgd,.InvoiceGenerator_techSparkleHeader__wOIzd{gap:1rem;grid-template-columns:1fr}.InvoiceGenerator_techSparkleTotals__LNDvA{width:100%}}.InvoiceGenerator_spinner__hwB0I{animation:InvoiceGenerator_spin__jGgHW 1s ease-in-out infinite;border:3px solid #0000001a;border-radius:50%;border-top-color:#3498db;height:50px;margin-bottom:1rem;width:50px}@keyframes InvoiceGenerator_spin__jGgHW{to{transform:rotate(1turn)}}.InvoiceGenerator_exportLoading__d6HGy{align-items:center;animation:InvoiceGenerator_slideIn__VB1aC .3s ease-out;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;gap:12px;padding:15px 25px;position:fixed;right:20px;top:20px;z-index:1000}.InvoiceGenerator_exportLoading__d6HGy .InvoiceGenerator_spinner__hwB0I{animation:InvoiceGenerator_spin__jGgHW 1s linear infinite;border:2px solid #3b82f61a;border-radius:50%;border-top-color:#3b82f6;height:24px;width:24px}.InvoiceGenerator_exportLoading__d6HGy p{color:#2d3748;font-size:.95rem;margin:0}.InvoiceGenerator_exportSuccess__Lg2S5{align-items:center;animation:InvoiceGenerator_slideIn__VB1aC .3s ease-out;background-color:#10b981;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;display:flex;gap:8px;padding:15px 25px;position:fixed;right:20px;top:20px;z-index:1000}.InvoiceGenerator_exportSuccess__Lg2S5 svg{height:20px;width:20px}@keyframes InvoiceGenerator_slideIn__VB1aC{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.InvoiceGenerator_preview-container__aI98k{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin:2rem auto;max-width:1000px;padding:2rem;position:relative}.InvoiceGenerator_preview-header__j4rLy{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.InvoiceGenerator_preview-actions__Bbjfp{align-items:center;display:flex;gap:1rem}.InvoiceGenerator_back-btn__wgjL6,.InvoiceGenerator_export-btn__n8SzI,.InvoiceGenerator_save-btn__kc1hZ{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.InvoiceGenerator_back-btn__wgjL6{background-color:#f3f4f6;color:#4b5563}.InvoiceGenerator_save-btn__kc1hZ{background-color:#3b82f6;color:#fff}.InvoiceGenerator_export-btn__n8SzI{background-color:#10b981;color:#fff}.InvoiceGenerator_back-btn__wgjL6:hover,.InvoiceGenerator_export-btn__n8SzI:hover,.InvoiceGenerator_save-btn__kc1hZ:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.InvoiceGenerator_back-btn__wgjL6:active,.InvoiceGenerator_export-btn__n8SzI:active,.InvoiceGenerator_save-btn__kc1hZ:active{box-shadow:none;transform:translateY(0)}.InvoiceGenerator_preview-body__aafFW,.InvoiceGenerator_techSparkleBody__Dfh\+n{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.InvoiceGenerator_techSparkleBody__Dfh\+n{margin:2rem 0}.InvoiceGenerator_items-table-container__qRmfv{flex:1 1;margin:1rem 0;overflow-y:auto}.InvoiceGenerator_techSparkleItemsTable__hfTof{border-spacing:.5rem;margin:2rem 0}.InvoiceGenerator_techSparkleItemsTable__hfTof th{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-weight:600;margin-bottom:.5rem;padding:1rem;text-align:left}.InvoiceGenerator_techSparkleItemsTable__hfTof td{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;padding:1rem;text-align:left}.InvoiceGenerator_techSparkleItemsTable__hfTof tr:hover td{background-color:#f9fafb}.InvoiceGenerator_techSparkleItemsTable__hfTof thead tr{display:table-row}.InvoiceGenerator_techSparkleItemsTable__hfTof thead th{box-shadow:0 2px 4px #0000000d;position:-webkit-sticky;position:sticky;top:0;z-index:1}.InvoiceGenerator_techSparkleItemsTable__hfTof tbody tr{margin-bottom:.5rem}.InvoiceGenerator_techSparkleItemsTable__hfTof tbody td{transition:background-color .2s ease}.InvoiceGenerator_professional__jxkHO{--text-color:#1e40af;--border-color:#e2e8f0;--accent-bg:#f8fafc;--table-header-bg:#f1f5f9;--table-row-even:#fff;--border-radius:6px}.InvoiceGenerator_minimal__9evE\+{--text-color:#262626;--border-color:#e5e5e5;--accent-bg:#fff;--table-header-bg:#fff;--table-row-even:#fff;--border-radius:0px}.InvoiceGenerator_creative__3syVe{--text-color:#8b5cf6;--border-color:#ede9fe;--accent-bg:#f5f3ff;--table-header-bg:#f5f3ff;--table-row-even:#faf5ff;--border-radius:16px}.InvoiceGenerator_elegant__j5djX{--text-color:#9f7425;--border-color:#e8d9a9;--accent-bg:#fdfaf1;--table-header-bg:#fdfaf1;--table-row-even:#fef9e7;--border-radius:0px}.InvoiceGenerator_corporate__L2c9W{--text-color:#0f766e;--border-color:#ccfbf1;--accent-bg:#f0fdfa;--table-header-bg:#e0f2f1;--table-row-even:#f0fdfa;--border-radius:8px}.InvoiceGenerator_modern__o0PSK{--text-color:#000;--border-color:#e5e5e5;--accent-bg:#f5f5f5;--table-header-bg:#f5f5f5;--table-row-even:#fafafa;--border-radius:0px}.InvoiceGenerator_boutique__G8m0u{--text-color:#be185d;--border-color:#fbcfe8;--accent-bg:#fdf2f8;--table-header-bg:#fdf2f8;--table-row-even:#fdf2f8;--border-radius:8px}.InvoiceGenerator_preview-content__WFCEO{background:#fff;box-shadow:0 4px 8px #0000001a;min-height:1123px!important;width:794px!important}.InvoiceGenerator_items-table-container__qRmfv{border:1px solid #e2e8f0;border:1px solid var(--border-color,#e2e8f0);border-radius:6px;border-radius:var(--border-radius,6px);overflow:hidden}.InvoiceGenerator_items-table__peGiB{border-collapse:collapse;width:100%}.InvoiceGenerator_items-table__peGiB thead{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1}.InvoiceGenerator_items-table__peGiB tbody{max-height:400px;overflow-y:auto}.InvoiceGenerator_items-table__peGiB td:first-child,.InvoiceGenerator_items-table__peGiB th:first-child{width:40%}.InvoiceGenerator_items-table__peGiB td:nth-child(2),.InvoiceGenerator_items-table__peGiB td:nth-child(3),.InvoiceGenerator_items-table__peGiB td:nth-child(4),.InvoiceGenerator_items-table__peGiB th:nth-child(2),.InvoiceGenerator_items-table__peGiB th:nth-child(3),.InvoiceGenerator_items-table__peGiB th:nth-child(4){width:20%}.InvoiceGenerator_invoice-preview-header__uFe72{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem}.InvoiceGenerator_invoice-preview-title__Ly6vj{align-items:center;display:flex;gap:1rem}.InvoiceGenerator_invoice-preview-title__Ly6vj h2{color:#1a202c;font-size:1.5rem;margin:0}.InvoiceGenerator_invoice-preview-actions__SeLiB{display:flex;flex-wrap:wrap;gap:.75rem}.InvoiceGenerator_invoice-details__5XSjY{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 300px;margin-bottom:2rem}.InvoiceGenerator_company-details__iysxL{max-width:400px}.InvoiceGenerator_invoice-number-section__GzQ-\+{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;width:300px}.InvoiceGenerator_invoice-title__Ukr9u{color:#1a202c;font-size:2rem;margin:0 0 1.5rem;text-align:right}.InvoiceGenerator_invoice-meta__cJ0sf{display:flex;flex-direction:column;gap:.5rem}.InvoiceGenerator_invoice-meta-item__tAKAj{color:#4a5568;display:flex;justify-content:space-between}.InvoiceGenerator_invoice-meta-item__tAKAj strong{color:#1a202c}@media (max-width:768px){.InvoiceGenerator_invoice-preview-header__uFe72{align-items:flex-start;flex-direction:column}.InvoiceGenerator_invoice-preview-actions__SeLiB{justify-content:flex-start;width:100%}.InvoiceGenerator_invoice-details__5XSjY{grid-template-columns:1fr}.InvoiceGenerator_invoice-number-section__GzQ-\+{width:100%}.InvoiceGenerator_invoice-title__Ukr9u{text-align:left}}.InvoiceGenerator_templateBase__Fw-Es{background:#fff;box-shadow:0 0 10px #0000001a;margin:0 auto;min-height:297mm;overflow:visible;padding:30mm 20mm;position:relative;width:210mm}.InvoiceGenerator_templateHeader__kcgtc{display:flex;gap:2rem;justify-content:space-between;margin-bottom:3rem}.InvoiceGenerator_templateCompanyInfo__NSX\+e{flex:1 1;min-width:0}.InvoiceGenerator_templateCompanyLogo__M59N9{height:50px;margin-bottom:1rem;object-fit:contain;width:50px}.InvoiceGenerator_templateInvoiceInfo__lEE11{flex-shrink:0;text-align:right;width:250px}.InvoiceGenerator_templateInvoiceInfo__lEE11 h1{color:#1a202c;color:var(--text-color,#1a202c);font-size:2rem;margin-bottom:1.5rem}.InvoiceGenerator_templateClientSection__KlNcF{margin-bottom:3rem}.InvoiceGenerator_templateTableContainer__0RZKB{border:1px solid #e2e8f0;border:1px solid var(--border-color,#e2e8f0);border-radius:8px;margin:2rem 0;overflow:hidden}.InvoiceGenerator_templateTable__Br4sE{border-collapse:collapse;width:100%}.InvoiceGenerator_templateTable__Br4sE th{background:#f8fafc;background:var(--table-header-bg,#f8fafc);border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--border-color,#e2e8f0);color:#1a202c;color:var(--text-color,#1a202c);font-weight:600;padding:1rem;text-align:left}.InvoiceGenerator_templateTable__Br4sE td{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color,#e2e8f0);padding:1rem}.InvoiceGenerator_templateTable__Br4sE tr:last-child td{border-bottom:none}.InvoiceGenerator_templateTotals__lYwAc{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-left:auto;margin-top:2rem;padding:1.5rem;width:300px}.InvoiceGenerator_templateTotalRow__-imYW{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:.5rem 0}.InvoiceGenerator_templateTotalRow__-imYW:last-child{border-bottom:none;margin-top:.5rem;padding-top:1rem}.InvoiceGenerator_templateTotalRow__-imYW span:first-child{color:#495057;font-weight:500}.InvoiceGenerator_templateTotalRow__-imYW span:last-child{font-family:Roboto Mono,monospace;font-weight:600}.InvoiceGenerator_templateTotalRow__-imYW .InvoiceGenerator_amount-paid__vvPeU{background-color:#16a0851a;border-radius:4px;color:#16a085;padding:.3rem .8rem}.InvoiceGenerator_templateTotalRow__-imYW .InvoiceGenerator_remaining-balance__sB13q{background-color:#e74c3c1a;border-radius:4px;color:#e74c3c;padding:.3rem .8rem}.InvoiceGenerator_templateTotalRow__-imYW .InvoiceGenerator_fully-paid__-D50Q{background-color:#27ae601a;border-radius:4px;color:#27ae60;padding:.3rem .8rem}.InvoiceGenerator_templateFooter__WVg-a{grid-gap:2rem;border-top:2px solid #e2e8f0;border-top:2px solid var(--border-color,#e2e8f0);display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:3rem;padding-top:2rem}@media print{.InvoiceGenerator_templateBase__Fw-Es{box-shadow:none;height:297mm;margin:0;padding:20mm;page-break-after:always;width:210mm}}@media screen and (max-width:1200px){.InvoiceGenerator_templateBase__Fw-Es{transform:scale(.9);transform-origin:top center}}@media screen and (max-width:992px){.InvoiceGenerator_templateBase__Fw-Es{transform:scale(.8);transform-origin:top center}}@media screen and (max-width:768px){.InvoiceGenerator_preview-container__aI98k{height:auto;padding:1rem}.InvoiceGenerator_preview-content__WFCEO{padding:1rem}.InvoiceGenerator_templateBase__Fw-Es{padding:15mm 10mm;transform:scale(.7);transform-origin:top center}.InvoiceGenerator_templateHeader__kcgtc{flex-direction:column;gap:1.5rem}.InvoiceGenerator_templateInvoiceInfo__lEE11{text-align:left;width:100%}.InvoiceGenerator_templateTotals__lYwAc{width:100%}.InvoiceGenerator_templateFooter__WVg-a{gap:1.5rem;grid-template-columns:1fr}}.InvoiceGenerator_previewContainer__575Xa{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin:2rem auto;max-width:1200px;overflow:hidden}.InvoiceGenerator_previewHeader__6JHMl{align-items:center;background-color:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.InvoiceGenerator_exportActions__-FhcK,.InvoiceGenerator_previewActions__Ow4qD{align-items:center;display:flex;gap:.75rem}.InvoiceGenerator_backBtn__0SRhU,.InvoiceGenerator_exportBtn__Nk9uq,.InvoiceGenerator_saveBtn__jz\+S2,.InvoiceGenerator_templateBtn__OtTOg{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s ease}.InvoiceGenerator_backBtn__0SRhU{background-color:#f3f4f6;color:#4b5563}.InvoiceGenerator_saveBtn__jz\+S2{background-color:#3b82f6;color:#fff}.InvoiceGenerator_templateBtn__OtTOg{background-color:#6366f1;color:#fff}.InvoiceGenerator_exportBtn__Nk9uq{background-color:#10b981;color:#fff}.InvoiceGenerator_backBtn__0SRhU:hover,.InvoiceGenerator_exportBtn__Nk9uq:hover,.InvoiceGenerator_saveBtn__jz\+S2:hover,.InvoiceGenerator_templateBtn__OtTOg:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.InvoiceGenerator_saveSuccess__53YEv{animation:InvoiceGenerator_fadeIn__p-vNS .3s ease-in-out;background-color:#dcfce7;border-radius:8px;color:#166534;margin:1rem;padding:1rem;text-align:center}.InvoiceGenerator_previewContent__ncRZg{background-color:#fff;box-shadow:0 4px 8px #0000001a;margin:2rem auto;min-height:1123px;padding:2rem;position:relative;width:794px}.InvoiceGenerator_modalOverlay__QXyRg{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.InvoiceGenerator_modalContent__zpU5z{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:80vh;max-width:1000px;overflow-y:auto;position:relative;width:90%}.InvoiceGenerator_modal-header__xOytg{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.InvoiceGenerator_modal-header__xOytg h2{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.InvoiceGenerator_modalClose__8mO2a{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.InvoiceGenerator_modalClose__8mO2a:hover{background-color:#f3f4f6;color:#111827}.InvoiceGenerator_template-selector__58fuF{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:.5rem}.InvoiceGenerator_template-option__iNXHK{background-color:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.InvoiceGenerator_template-option__iNXHK:hover{border-color:#3b82f6;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-4px)}.InvoiceGenerator_template-option__iNXHK.InvoiceGenerator_selected__GXSS2{background-color:#f0f7ff;border-color:#3b82f6}.InvoiceGenerator_template-preview__gNHSJ{border-radius:4px;height:160px;margin-bottom:1rem;overflow:hidden;width:100%}.InvoiceGenerator_templateOption__H92pg h4{color:#111827;font-size:1rem;margin:0 0 .5rem}.InvoiceGenerator_templateOption__H92pg p{color:#6b7280;font-size:.875rem;line-height:1.4;margin:0}.InvoiceGenerator_selected-indicator__zEPkR{align-items:center;background-color:#3b82f6;border-radius:50%;color:#fff;display:flex;font-size:.75rem;height:24px;justify-content:center;position:absolute;right:1rem;top:1rem;width:24px}@keyframes InvoiceGenerator_fadeIn__p-vNS{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.InvoiceGenerator_previewContent__ncRZg{transform:scale(.9);transform-origin:top center}}@media (max-width:768px){.InvoiceGenerator_previewHeader__6JHMl{flex-direction:column;gap:1rem}.InvoiceGenerator_exportActions__-FhcK,.InvoiceGenerator_previewActions__Ow4qD{justify-content:center;width:100%}.InvoiceGenerator_previewContent__ncRZg{transform:scale(.8);transform-origin:top center}.InvoiceGenerator_template-selector__58fuF{grid-template-columns:1fr}}.InvoiceGenerator_logo-upload__9X4rA{margin-bottom:1rem;width:100%}.InvoiceGenerator_upload-button__C-Afb{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:inline-flex;flex-direction:row;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease;width:auto}.InvoiceGenerator_upload-button__C-Afb:hover{background-color:#f3f4f6;border-color:#3b82f6}.InvoiceGenerator_upload-button__C-Afb svg{color:#6b7280;height:1rem;width:1rem}.InvoiceGenerator_upload-button__C-Afb span{color:#374151;font-size:.875rem;font-weight:500}.InvoiceGenerator_upload-button__C-Afb small{display:none}.InvoiceGenerator_logo-preview__Q7kXj{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;flex-direction:column;gap:1rem;padding:1rem}.InvoiceGenerator_logo-preview__Q7kXj img{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;height:50px;object-fit:contain;padding:.25rem;width:50px}.InvoiceGenerator_template-company-logo__Xry2Z{background-color:#fff;border-radius:.25rem;height:50px;object-fit:contain;padding:.25rem;width:50px}.InvoiceGenerator_remove-logo__oFaE6{align-items:center;background-color:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.InvoiceGenerator_remove-logo__oFaE6:hover{background-color:#fecaca}.InvoiceGenerator_hidden__4TWwI{display:none}.InvoiceGenerator_preview-content__WFCEO{page-break-inside:avoid}.InvoiceGenerator_items-table-container__qRmfv{margin:2rem 0;overflow:visible;position:relative;width:100%}.InvoiceGenerator_techSparkleItemsTable__hfTof{border-collapse:initial;border-spacing:0;margin:1rem 0;overflow:visible;width:100%}.InvoiceGenerator_techSparkleItemsTable__hfTof td,.InvoiceGenerator_techSparkleItemsTable__hfTof th{background-color:#fff;border:1px solid #e5e7eb;overflow:visible;padding:1rem;position:relative;text-align:left}.InvoiceGenerator_techSparkleItemsTable__hfTof thead th{background-color:#f3f4f6;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.InvoiceGenerator_techSparkleItemsTable__hfTof tbody tr:hover td{background-color:#f9fafb}.InvoiceGenerator_techSparkleItemsTable__hfTof tbody tr:last-child td{border-bottom:1px solid #e5e7eb}@media print{.InvoiceGenerator_preview-content__WFCEO{box-shadow:none!important;margin:0!important;max-width:none!important;overflow:visible!important;padding:0!important;width:100%!important}.InvoiceGenerator_items-table-container__qRmfv{overflow:visible!important;page-break-inside:avoid!important;width:100%!important}.InvoiceGenerator_techSparkleItemsTable__hfTof{border-collapse:initial!important;border-spacing:0!important;overflow:visible!important;width:100%!important}.InvoiceGenerator_techSparkleItemsTable__hfTof td,.InvoiceGenerator_techSparkleItemsTable__hfTof th{background-color:#fff!important;border:1px solid #e5e7eb!important;overflow:visible!important;padding:1rem!important}}.InvoiceGenerator_preview-content__WFCEO{background-color:#fff;box-shadow:0 2px 4px #0000001a;margin:0 auto;max-width:800px;overflow:visible;padding:2rem;position:relative;width:100%}.InvoiceGenerator_invoice-form__nQ915{margin:0 auto;max-width:100%;padding:1rem;width:100%}.InvoiceGenerator_form-group__sqfZe{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}@media (max-width:768px){.InvoiceGenerator_invoice-generator-container__QLy3h{padding:.5rem}.InvoiceGenerator_preview-content__WFCEO{margin:0;max-width:100%;padding:1rem;transform:none;width:100%}.InvoiceGenerator_invoice-form__nQ915{padding:.5rem}.InvoiceGenerator_form-group__sqfZe{gap:1rem;grid-template-columns:1fr}.InvoiceGenerator_form-group__sqfZe input,.InvoiceGenerator_form-group__sqfZe select,.InvoiceGenerator_form-group__sqfZe textarea{font-size:16px;padding:.75rem;width:100%}.InvoiceGenerator_preview-container__aI98k{height:auto;overflow:visible;padding:0}.InvoiceGenerator_preview-header__j4rLy{background:#fff;border-bottom:1px solid #e5e7eb;padding:.75rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.InvoiceGenerator_preview-actions__Bbjfp{display:flex;flex-direction:column;gap:.5rem;width:100%}.InvoiceGenerator_preview-actions__Bbjfp button{justify-content:center;padding:.75rem;width:100%}.InvoiceGenerator_items-table-container__qRmfv{-webkit-overflow-scrolling:touch;margin:1rem 0;overflow-x:auto}.InvoiceGenerator_items-table__peGiB{font-size:.9rem;min-width:100%}.InvoiceGenerator_items-table__peGiB td,.InvoiceGenerator_items-table__peGiB th{padding:.625rem;white-space:nowrap}.InvoiceGenerator_templateBase__Fw-Es{margin:0!important;min-height:auto!important;padding:1rem!important;transform:none!important;width:100%!important}.InvoiceGenerator_templateHeader__kcgtc{flex-direction:column;gap:1rem}.InvoiceGenerator_templateCompanyInfo__NSX\+e,.InvoiceGenerator_templateInvoiceInfo__lEE11{text-align:left;width:100%}.InvoiceGenerator_templateTable__Br4sE{font-size:.9rem}.InvoiceGenerator_templateTotals__lYwAc{width:100%}.InvoiceGenerator_invoice-details__5XSjY{gap:1rem;grid-template-columns:1fr}.InvoiceGenerator_client-info__KyN7P,.InvoiceGenerator_company-info__rglrr{width:100%}}@media (max-width:480px){.InvoiceGenerator_invoice-generator-container__QLy3h{padding:0}.InvoiceGenerator_preview-content__WFCEO,.InvoiceGenerator_preview-header__j4rLy{padding:.5rem}.InvoiceGenerator_form-group__sqfZe input,.InvoiceGenerator_form-group__sqfZe select,.InvoiceGenerator_form-group__sqfZe textarea{font-size:14px;padding:.625rem}.InvoiceGenerator_items-table__peGiB td,.InvoiceGenerator_items-table__peGiB th{font-size:.8rem;padding:.5rem}.InvoiceGenerator_action-buttons__5DIfN{flex-direction:column;gap:.5rem}.InvoiceGenerator_action-buttons__5DIfN button{font-size:.9rem;padding:.625rem;width:100%}.InvoiceGenerator_templateBase__Fw-Es{padding:.5rem!important}.InvoiceGenerator_templateFooter__WVg-a,.InvoiceGenerator_templateHeader__kcgtc{gap:.75rem}.InvoiceGenerator_templateTable__Br4sE td,.InvoiceGenerator_templateTable__Br4sE th{font-size:.8rem;padding:.5rem}}@supports (-webkit-touch-callout:none){.InvoiceGenerator_preview-container__aI98k{-webkit-overflow-scrolling:touch}input,select,textarea{font-size:16px!important}}@media (max-width:480px){.InvoiceGenerator_preview-container__aI98k{height:auto;margin:0;overflow:visible;padding:.5rem}.InvoiceGenerator_preview-content__WFCEO{box-shadow:none;font-size:.9rem;max-width:100%;padding:.75rem;transform:none;width:100%}.InvoiceGenerator_preview-header__j4rLy{align-items:stretch;background:#fff;flex-direction:column;gap:.75rem;padding:.75rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.InvoiceGenerator_preview-actions__Bbjfp{display:flex;flex-direction:column;gap:.5rem;width:100%}.InvoiceGenerator_preview-actions__Bbjfp button{font-size:.9rem;justify-content:center;padding:.75rem;width:100%}.InvoiceGenerator_items-table-container__qRmfv{-webkit-overflow-scrolling:touch;border:none;margin:.5rem 0;overflow-x:auto}.InvoiceGenerator_items-table__peGiB{font-size:.85rem;min-width:100%}.InvoiceGenerator_items-table__peGiB td,.InvoiceGenerator_items-table__peGiB th{padding:.5rem;white-space:nowrap}.InvoiceGenerator_templateBase__Fw-Es{margin:0!important;min-height:auto!important;padding:.75rem!important;transform:none!important;width:100%!important}.InvoiceGenerator_templateHeader__kcgtc{flex-direction:column;gap:.75rem}.InvoiceGenerator_templateCompanyInfo__NSX\+e,.InvoiceGenerator_templateInvoiceInfo__lEE11{text-align:left;width:100%}.InvoiceGenerator_templateTable__Br4sE{font-size:.85rem}.InvoiceGenerator_templateTotals__lYwAc{margin:1rem 0;width:100%}.InvoiceGenerator_invoice-details__5XSjY{gap:.75rem;grid-template-columns:1fr}.InvoiceGenerator_client-info__KyN7P,.InvoiceGenerator_company-info__rglrr{width:100%}.InvoiceGenerator_invoice-title__Ukr9u{font-size:1.5rem;margin-bottom:1rem;text-align:left}.InvoiceGenerator_invoice-meta__cJ0sf{gap:.25rem}.InvoiceGenerator_invoice-meta-item__tAKAj{font-size:.85rem}.InvoiceGenerator_preview-footer__tQyG4{font-size:.8rem;margin-top:1rem}@supports (-webkit-touch-callout:none){.InvoiceGenerator_preview-container__aI98k{-webkit-overflow-scrolling:touch}input,select,textarea{font-size:16px!important}}}.InvoiceGenerator_preview-container__aI98k{max-width:100%;overflow:hidden}.InvoiceGenerator_preview-content__WFCEO{transform-origin:top center}@media screen and (max-width:992px){.InvoiceGenerator_preview-content__WFCEO{transform:scale(1)}}.InvoiceGenerator_main-container__5cmTZ{max-width:100vw;overflow-x:hidden}.InvoiceGenerator_form-section__2m1st{max-width:100%;overflow:hidden}.InvoiceGenerator_back-btn__wgjL6,.InvoiceGenerator_export-btn__n8SzI,.InvoiceGenerator_save-btn__kc1hZ{min-height:44px}@media (max-width:480px){.InvoiceGenerator_invoice-generator-container__QLy3h,.InvoiceGenerator_invoice-generator-content__YzRqo,.InvoiceGenerator_main-container__5cmTZ,.InvoiceGenerator_preview-container__aI98k{background:none!important;border-radius:0!important;box-shadow:none!important;margin:0!important;max-width:100vw!important;overflow-x:hidden!important;padding:0!important;width:100%!important}.InvoiceGenerator_preview-content__WFCEO{background:#fff!important;border-radius:8px!important;box-shadow:0 1px 3px #0000000d!important;max-width:100vw!important;min-width:0!important;padding:.75rem!important;transform:none!important;width:100%!important}.InvoiceGenerator_InvoiceGenerator_templateBase____JxEjx*,.InvoiceGenerator_templateBase__Fw-Es{box-sizing:border-box!important;margin:0!important;max-width:100vw!important;min-width:0!important;padding:.75rem!important;transform:none!important;width:100%!important}.InvoiceGenerator_items-table-container__qRmfv,.InvoiceGenerator_templateTableContainer__0RZKB{-webkit-overflow-scrolling:touch!important;max-width:100vw!important;overflow-x:auto!important;width:100%!important}.InvoiceGenerator_items-table__peGiB,.InvoiceGenerator_templateTable__Br4sE{font-size:.85rem!important;min-width:600px!important;width:100%!important}body,html{overflow-x:hidden!important}.InvoiceGenerator_items-table-container__qRmfv *,.InvoiceGenerator_preview-container__aI98k *,.InvoiceGenerator_preview-content__WFCEO *,.InvoiceGenerator_templateBase__Fw-Es *,.InvoiceGenerator_templateTableContainer__0RZKB *,[class*=InvoiceGenerator_templateBase__] *{box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;max-width:100vw!important;min-width:0!important;overflow-x:auto!important;padding-left:0!important;padding-right:0!important;width:100%!important}.InvoiceGenerator_items-table__peGiB,.InvoiceGenerator_templateTable__Br4sE{display:block!important;font-size:.85rem!important;max-width:100vw!important;min-width:0!important;overflow-x:auto!important;width:100%!important}.InvoiceGenerator_items-table__peGiB td,.InvoiceGenerator_items-table__peGiB th,.InvoiceGenerator_templateTable__Br4sE td,.InvoiceGenerator_templateTable__Br4sE th{font-size:.85rem!important;padding:.5rem!important;white-space:normal!important;word-break:break-word!important}.InvoiceGenerator_preview-content__WFCEO,.InvoiceGenerator_preview-content__WFCEO>*,.InvoiceGenerator_previewContainer__575Xa,.InvoiceGenerator_previewContainer__575Xa>*,.InvoiceGenerator_templateBase__Fw-Es,.InvoiceGenerator_templateBase__Fw-Es>*,[class*=previewContainer],[class*=previewContainer]>*,[class*=previewContent],[class*=previewContent]>*,[class*=templateBase],[class*=templateBase]>*{box-sizing:border-box!important;margin:0!important;max-width:100vw!important;min-width:0!important;overflow-x:hidden!important;padding-left:0!important;padding-right:0!important;transform:none!important;width:100vw!important}.InvoiceGenerator_preview-actions__Bbjfp{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important;justify-content:flex-start!important;width:100%!important}.InvoiceGenerator_preview-actions__Bbjfp button,.InvoiceGenerator_preview-actions__Bbjfp>*{box-sizing:border-box!important;flex:1 1 45%!important;font-size:1rem!important;margin-bottom:.5rem!important;max-width:100%!important;min-width:120px!important;white-space:normal!important;width:100%!important}.InvoiceGenerator_preview-header__j4rLy,[class*=previewHeader]{box-sizing:border-box!important;display:flex!important;flex-wrap:wrap!important;margin-left:0!important;margin-right:0!important;max-width:100vw!important;min-width:0!important;overflow-x:hidden!important;padding-left:0!important;padding-right:0!important;width:100vw!important}.InvoiceGenerator_preview-header__j4rLy>*,[class*=previewHeader]>*{box-sizing:border-box!important;flex:1 1 45%!important;margin-bottom:.5rem!important;max-width:100%!important;min-width:100px!important;white-space:normal!important;width:100%!important}}.InvoiceGenerator_modal-content__lhA71,.InvoiceGenerator_modalContent__zpU5z,.InvoiceGenerator_modalOverlay__QXyRg,.InvoiceGenerator_template-selector__58fuF,.InvoiceGenerator_templateSelector__EVdF6{max-height:90vh!important;overflow-x:hidden!important;overflow-y:auto!important}@media (max-width:768px){.InvoiceGenerator_modal-content__lhA71,.InvoiceGenerator_modalContent__zpU5z,.InvoiceGenerator_template-selector__58fuF,.InvoiceGenerator_templateSelector__EVdF6{max-height:80vh!important;overflow-x:hidden!important;overflow-y:auto!important}}.InvoiceGenerator_modal-content__lhA71,.InvoiceGenerator_modalContent__zpU5z{border-radius:16px!important;box-shadow:0 8px 32px #0000001f!important;padding:2rem 1.5rem!important}.InvoiceGenerator_template-selector__58fuF,.InvoiceGenerator_templateSelector__EVdF6{grid-gap:1.5rem!important;gap:1.5rem!important;margin:0 0 .5rem!important;max-height:60vh!important;overflow-x:hidden!important;overflow-y:auto!important;padding:.5rem!important}@media (max-width:700px){.InvoiceGenerator_template-selector__58fuF,.InvoiceGenerator_templateSelector__EVdF6{gap:1rem!important;grid-template-columns:1fr!important;padding:.5rem!important}.InvoiceGenerator_modal-content__lhA71,.InvoiceGenerator_modalContent__zpU5z{max-width:98vw!important;padding:1.25rem .5rem!important}}.InvoiceGenerator_template-option__iNXHK,.InvoiceGenerator_templateOption__H92pg{border-radius:18px!important;box-shadow:0 2px 10px #1e40af0f!important;margin-bottom:.5rem!important}.InvoiceGenerator_template-option__iNXHK:last-child,.InvoiceGenerator_templateOption__H92pg:last-child{margin-bottom:0!important}.InvoiceGenerator_template-preview__gNHSJ,.InvoiceGenerator_templatePreview__6cJP4{border-radius:14px!important;transition:box-shadow .2s,border-color .2s!important}body.InvoiceGenerator_modal-open__\+dziX{height:100vh!important;overflow:hidden!important}.InvoiceGenerator_modal-content__lhA71,.InvoiceGenerator_modalContent__zpU5z{background:linear-gradient(135deg,#f8fafc 60%,#e0e7ef)!important;border:none!important;box-shadow:0 12px 40px #1e40af21!important;max-width:650px!important;padding:2.5rem 1.5rem!important}.InvoiceGenerator_template-selector__58fuF,.InvoiceGenerator_templateSelector__EVdF6{grid-gap:2rem!important;display:grid!important;gap:2rem!important;grid-template-columns:1fr 1fr!important;padding:1.5rem 0!important}@media (max-width:700px){.InvoiceGenerator_template-selector__58fuF,.InvoiceGenerator_templateSelector__EVdF6{gap:1.25rem!important;grid-template-columns:1fr!important}}.InvoiceGenerator_template-option__iNXHK,.InvoiceGenerator_templateOption__H92pg{align-items:center!important;background:#fff!important;border:2px solid #e5e7eb!important;border-radius:16px!important;box-shadow:0 2px 12px #1e40af0f!important;cursor:pointer!important;display:flex!important;gap:1.25rem!important;min-height:100px!important;overflow:hidden!important;padding:1.25rem 1.25rem 1.25rem 1rem!important;position:relative!important;transition:box-shadow .25s,border-color .25s,transform .18s!important}.InvoiceGenerator_template-option__iNXHK:hover,.InvoiceGenerator_templateOption__H92pg:hover{border-color:#2563eb!important;box-shadow:0 8px 24px #2563eb21!important;transform:translateY(-2px) scale(1.02)!important}.InvoiceGenerator_template-option__iNXHK.InvoiceGenerator_selected__GXSS2,.InvoiceGenerator_templateOption__H92pg.InvoiceGenerator_selected__GXSS2{background:linear-gradient(90deg,#f0f7ff 80%,#e0e7ef)!important;border-color:#3b82f6!important;box-shadow:0 8px 32px #3b82f626!important}.InvoiceGenerator_template-preview__gNHSJ,.InvoiceGenerator_templatePreview__6cJP4{background:#f3f4f6!important;border:1.5px solid #e0e7ef!important;border-radius:12px!important;box-shadow:0 2px 8px #1e40af14!important;flex-shrink:0!important;height:72px!important;object-fit:cover!important;width:72px!important}.InvoiceGenerator_template-option__iNXHK.InvoiceGenerator_selected__GXSS2 .InvoiceGenerator_template-preview__gNHSJ,.InvoiceGenerator_templateOption__H92pg.InvoiceGenerator_selected__GXSS2 .InvoiceGenerator_templatePreview__6cJP4{border-color:#3b82f6!important;box-shadow:0 4px 16px #3b82f62e!important}.InvoiceGenerator_template-info__SodNo{display:flex!important;flex-direction:column!important;gap:.3rem!important}.InvoiceGenerator_template-info__SodNo h4{color:#1e293b!important;font-size:1.18rem!important;font-weight:700!important;letter-spacing:.01em!important;margin:0 0 .15rem!important}.InvoiceGenerator_template-info__SodNo p{color:#64748b!important;font-size:1.01rem!important;font-weight:400!important;line-height:1.5!important;margin:0!important}.InvoiceGenerator_selected-indicator__zEPkR{align-items:center!important;background:linear-gradient(135deg,#3b82f6 60%,#2563eb)!important;border:2px solid #fff!important;border-radius:50%!important;box-shadow:0 2px 8px #3b82f62e!important;color:#fff!important;display:flex!important;font-size:1.15rem!important;height:28px!important;justify-content:center!important;position:absolute!important;right:1rem!important;top:1rem!important;width:28px!important;z-index:2!important}.InvoiceGenerator_modalOverlay__QXyRg{backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;background:#0000!important;transition:none}.InvoiceGenerator_modal-content__lhA71,.InvoiceGenerator_modalContent__zpU5z{background:#fff!important;background-clip:padding-box;border:4px solid #0000!important;border-radius:20px!important;box-shadow:0 8px 32px #1e293b21!important;max-width:600px!important;padding:2.5rem 2rem!important;position:relative;z-index:10}.InvoiceGenerator_modal-content__lhA71:before,.InvoiceGenerator_modalContent__zpU5z:before{animation:InvoiceGenerator_neonBorder__EPu-- 3s linear infinite;background:linear-gradient(270deg,#00fff0,#3b82f6,#ff00ea,#00fff0,#3b82f6,#ff00ea);background-size:400% 400%;border-radius:20px;content:"";inset:0;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;padding:0;pointer-events:none;position:absolute;z-index:1}@keyframes InvoiceGenerator_neonBorder__EPu--{0%{background-position:0 50%}to{background-position:100% 50%}}.InvoiceGenerator_modal-content__lhA71>*,.InvoiceGenerator_modalContent__zpU5z>*{position:relative;z-index:2}:root{--primary:#3a86ff;--primary-dark:#0067e6;--primary-light:#72a9ff;--secondary:#ff3a86;--secondary-dark:#e60067;--secondary-light:#ff72a9;--dark-blue:#1a1f36;--darker-blue:#111827;--neutral-50:#f9fafb;--neutral-100:#f3f4f6;--neutral-200:#e5e7eb;--neutral-300:#d1d5db;--neutral-400:#9ca3af;--neutral-500:#6b7280;--neutral-600:#4b5563;--neutral-700:#374151;--neutral-800:#1f2937;--neutral-900:#111827;--success:#10b981;--warning:#fbbf24;--error:#ef4444;--space-xxs:0.25rem;--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-xxl:3rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:1rem;--radius-xl:2rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-inner:inset 0 2px 4px 0 #0000000f;--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-normal:300ms cubic-bezier(0.4,0,0.2,1);--transition-slow:500ms cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box;margin:0;padding:0;touch-action:manipulation}html{font-size:16px;scroll-behavior:smooth}body{background-color:#f9fafb;background-color:var(--neutral-50);color:#1f2937;color:var(--neutral-800);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:#3a86ff;color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:#0067e6;color:var(--primary-dark)}button{cursor:pointer;font-family:inherit}img{display:block;height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{color:#111827;color:var(--neutral-900);font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{line-height:1.7;margin-bottom:1rem}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.btn{border:none;border-radius:9999px;border-radius:var(--radius-full);cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;overflow:hidden;padding:12px 24px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-normal)}.btn:after{background:#ffffff80;border-radius:9999px;border-radius:var(--radius-full);content:"";height:5px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1);transition:all .5s ease;width:5px}.btn:active:after{opacity:1;transform:translate(-50%,-50%) scale(50);transition:all 0s}.btn-primary{background-color:#3a86ff;background-color:var(--primary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#fff}.btn-primary:hover{background-color:#0067e6;background-color:var(--primary-dark);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background-color:initial;border:2px solid #3a86ff;border:2px solid var(--primary);color:#3a86ff;color:var(--primary)}.btn-secondary:hover{background-color:#3a86ff1a;transform:translateY(-2px)}.btn-accent{background-color:#ff3a86;background-color:var(--secondary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#fff}.btn-accent:hover{background-color:#e60067;background-color:var(--secondary-dark);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.section{padding:80px 0;position:relative}.section-title{margin-bottom:50px;position:relative;text-align:center}.section-title:after{background-color:#3a86ff;background-color:var(--primary);bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}input,select,textarea{background-color:#fff;border:1px solid #d1d5db;border:1px solid var(--neutral-300);border-radius:.5rem;border-radius:var(--radius-md);font-family:inherit;font-size:1rem;padding:12px 15px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-normal);width:100%}input:focus,select:focus,textarea:focus{border-color:#3a86ff;border-color:var(--primary);box-shadow:0 0 0 3px #3a86ff33;outline:none}label{color:#374151;color:var(--neutral-700);display:block;font-weight:600;margin-bottom:8px}.card{background-color:#fff;border-radius:1rem;border-radius:var(--radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);overflow:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-light{font-weight:300}.d-flex{display:flex}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}.mx-auto{margin-left:auto;margin-right:auto}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.p-5{padding:2.5rem}.py-1{padding-bottom:.5rem;padding-top:.5rem}.py-2{padding-bottom:1rem;padding-top:1rem}.py-3{padding-bottom:1.5rem;padding-top:1.5rem}.py-4{padding-bottom:2rem;padding-top:2rem}.py-5{padding-bottom:2.5rem;padding-top:2.5rem}.px-1{padding-left:.5rem;padding-right:.5rem}.px-2{padding-left:1rem;padding-right:1rem}.px-3{padding-left:1.5rem;padding-right:1.5rem}.px-4{padding-left:2rem;padding-right:2rem}.px-5{padding-left:2.5rem;padding-right:2.5rem}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl)}.rounded-sm{border-radius:.25rem;border-radius:var(--radius-sm)}.rounded-md{border-radius:.5rem;border-radius:var(--radius-md)}.rounded-lg{border-radius:1rem;border-radius:var(--radius-lg)}.rounded-xl{border-radius:2rem;border-radius:var(--radius-xl)}.rounded-full{border-radius:9999px;border-radius:var(--radius-full)}.bg-gradient-primary{background:linear-gradient(135deg,#3a86ff,#0067e6);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%)}.bg-gradient-secondary{background:linear-gradient(135deg,#ff3a86,#e60067);background:linear-gradient(135deg,var(--secondary) 0,var(--secondary-dark) 100%)}.bg-gradient-blue{background:linear-gradient(135deg,#3a86ff,#0045b5)}.bg-gradient-dark{background:linear-gradient(135deg,#1f2937,#111827);background:linear-gradient(135deg,var(--neutral-800) 0,var(--neutral-900) 100%)}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #3a86ff66}70%{box-shadow:0 0 0 10px #3a86ff00}to{box-shadow:0 0 0 0 #3a86ff00}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in{animation:fadeIn .6s ease-in-out}.slide-in-left{animation:slideInLeft .6s ease-in-out}.slide-in-right{animation:slideInRight .6s ease-in-out}.zoom-in{animation:zoomIn .5s ease-in-out}.bounce{animation:bounce 2s infinite}.pulse{animation:pulse 2s infinite}.shimmer{animation:shimmer 2s infinite;background:linear-gradient(90deg,#fff0,#fff3 50%,#fff0);background-size:1000px 100%}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f3f4f6;background:var(--neutral-100)}::-webkit-scrollbar-thumb{background:#9ca3af;background:var(--neutral-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280;background:var(--neutral-500)}:focus{outline:2px solid #3a86ff;outline:2px solid var(--primary)}::selection{background-color:#3a86ff;background-color:var(--primary);color:#fff}@media screen and (max-width:992px){html{font-size:15px}h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.4rem}.section{padding:60px 0}}@media screen and (max-width:768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.6rem}h3{font-size:1.3rem}.section{padding:50px 0}.btn{width:100%}}@media screen and (max-width:480px){html{font-size:13px}h1{font-size:1.8rem}h2{font-size:1.5rem}h3{font-size:1.2rem}body{font-size:.95rem}.section{padding:40px 0}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@viewport{zoom:1;width:device-width}body,html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;overflow-x:hidden}@media (hover:none){.btn,.calculator-card,.category-btn,.hero-card,.use-calculator-btn,a,button{-webkit-tap-highlight-color:transparent;cursor:pointer}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea{font-size:16px}}button,input[type=email],input[type=number],input[type=text],select{min-height:44px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media screen and (max-width:480px){label{display:block;margin-bottom:8px}.form-section,.input-section,fieldset{margin-bottom:20px}.btn,.button,[type=button],[type=submit],button{margin-bottom:10px;padding:12px 20px;width:100%}}.calculator-module-container{margin:0 auto;max-width:1200px;padding:20px 20px 40px;width:100%}.calculator-module-container:focus-within{box-shadow:0 12px 36px #0a24632e}.coming-soon{background-color:#f8fafc;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin:120px auto;max-width:800px;padding:40px 20px;text-align:center}.coming-soon h1{color:#2563eb;font-size:2.5rem;margin-bottom:20px}.coming-soon p{color:#64748b;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.btn,a.btn,button,input[type=button],input[type=submit]{min-height:44px;min-width:44px;padding:.75rem 1rem;touch-action:manipulation}input,select,textarea{border-radius:8px;font-size:16px!important;padding:.75rem}.container,.section,main>div{padding-left:1rem;padding-right:1rem}label,li,p{font-size:1rem;line-height:1.6}h1{font-size:1.75rem}h1,h2{line-height:1.3}h2{font-size:1.5rem}h3{font-size:1.25rem;line-height:1.3}table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;white-space:nowrap}}:focus{outline:2px solid #2563eb;outline-offset:2px}@media (prefers-color-scheme:dark){.dark-mode-support{background-color:#121212;color:#f3f4f6}}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media print{.ad-component,.sidebar,aside,footer,header,nav{display:none!important}.app,body{background:#fff!important;color:#000!important}main{margin:0!important;padding:0!important;width:100%!important}h1,h2,h3{page-break-after:avoid}table{page-break-inside:avoid}}
/*# sourceMappingURL=main.c0c9a066.css.map*/