:root{--primary-color: #2563eb;--primary-color-dark: #1d4ed8;--primary-color-light: #eff6ff;--secondary-color: #64748b;--accent: #3b82f6;--background-color: #f8fafc;--text-color: #1e293b;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-md: 8px;--radius-lg: 12px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden;margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background-color);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-color-dark)}button{display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;cursor:pointer;border-radius:var(--radius-md);font-size:1rem;font-weight:500;font-family:inherit;transition:all .2s ease;box-shadow:var(--shadow-sm)}button:hover{background-color:var(--primary-color-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}button:active{transform:translateY(0)}input,select,textarea{padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:.95rem;width:100%;margin-top:.25rem;color:var(--text-color);background-color:#fff;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb26}textarea{min-height:100px;resize:vertical;overflow:auto}::placeholder,:-ms-input-placeholder,::-ms-input-placeholder{color:var(--gray-400);opacity:1;font-size:.9rem}.App-module__appContainer___711J5{display:flex;flex-direction:column;min-height:100vh}.App-module__appMain___liqfL{flex-grow:1;padding:2rem 1.5rem;width:100%}.NotFound-module__container___xLbEV{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:65vh;padding:2rem 1.5rem;text-align:center}.NotFound-module__contentWrapper___RYQ7c{max-width:500px;display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:4rem 3rem;border-radius:24px;border:1px solid var(--gray-200);box-shadow:var(--shadow-lg)}.NotFound-module__iconWrapper___gd0Qj{display:flex;justify-content:center;align-items:center;width:120px;height:120px;background-color:var(--primary-color-light);border-radius:50%;margin-bottom:1.5rem}.NotFound-module__icon___ShVNO{color:var(--primary-color)}.NotFound-module__errorCode___guDv5{font-size:5rem;font-weight:800;color:var(--primary-color);margin:0;line-height:1;letter-spacing:-.05em}.NotFound-module__title___c4Jjn{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-top:.5rem;margin-bottom:1rem}.NotFound-module__message___SmYpb{font-size:1.05rem;color:var(--gray-600);line-height:1.6;margin-bottom:2.5rem}.NotFound-module__homeLink___kF37U{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.8rem;background-color:var(--primary-color);color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:var(--radius-md);transition:all .2s ease;box-shadow:var(--shadow-sm)}.NotFound-module__homeLink___kF37U:hover{background-color:var(--primary-color-dark);transform:translateY(-2px);box-shadow:var(--shadow-md);color:#fff}@media (max-width: 768px){.NotFound-module__contentWrapper___RYQ7c{padding:3rem 1.5rem;border:none;box-shadow:none;background-color:transparent}.NotFound-module__iconWrapper___gd0Qj{width:100px;height:100px}.NotFound-module__errorCode___guDv5{font-size:4rem}.NotFound-module__title___c4Jjn{font-size:1.5rem}}.HomePage-module__homeContainer___S3tyL{font-family:Inter,system-ui,-apple-system,sans-serif;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;color:#1e293b}.HomePage-module__heroSection___XhpOm{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#f8fafc,#eff6ff);padding:5rem 4rem;border-radius:24px;margin-bottom:5rem;gap:4rem;border:1px solid #e2e8f0}.HomePage-module__heroContent___ChAFu{flex:1;max-width:600px;text-align:left}.HomePage-module__badge___JXDp1{display:inline-block;padding:.4rem 1rem;background-color:#dbeafe;color:#1d4ed8;border-radius:999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.HomePage-module__heroTitle___yXwZu{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.15;color:#0f172a;letter-spacing:-.02em}.HomePage-module__highlight___k-AfM{color:#2563eb}.HomePage-module__heroSubtitle___wWaB4{font-size:1.2rem;margin-bottom:2rem;color:#475569;line-height:1.6}.HomePage-module__searchBar___MItAZ{display:flex;align-items:center;background:#fff;padding:.4rem;border-radius:99px;box-shadow:0 4px 15px #0000000d;border:1px solid #cbd5e1;margin-bottom:1.5rem;transition:all .3s ease;width:100%;max-width:500px}.HomePage-module__searchBar___MItAZ:focus-within{box-shadow:0 6px 12px #2563eb1a;border-color:#2563eb}.HomePage-module__searchIcon___9s4XP{margin-left:1rem;color:#94a3b8}.HomePage-module__searchBar___MItAZ input{flex:1;border:none;padding:.8rem 1rem;font-size:1.05rem;outline:none;background:transparent;color:#1e293b}.HomePage-module__searchBar___MItAZ input:focus{outline:none;box-shadow:none}.HomePage-module__searchBar___MItAZ button{background-color:#2563eb;color:#fff;border:none;padding:.8rem 2rem;border-radius:99px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.HomePage-module__searchBar___MItAZ button:hover{background-color:#1d4ed8}.HomePage-module__quickAccess___3K6G-{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.HomePage-module__quickLabel___QVwlC{font-size:.85rem;font-weight:600;color:#64748b;margin-right:.2rem}.HomePage-module__chip___aeeKt{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:99px;font-size:.85rem;color:#475569;cursor:pointer;transition:all .2s ease;font-family:inherit;font-weight:500}.HomePage-module__chip___aeeKt:hover{background:#f1f5f9;color:#2563eb;border-color:#bfdbfe;transform:translateY(-1px)}.HomePage-module__heroAction___SHYSg{margin-top:1rem}.HomePage-module__heroImagePlaceholder___hC0F4{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:250px;height:300px;background:#fff;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:rotate(3deg);transition:transform .3s ease}.HomePage-module__heroImagePlaceholder___hC0F4:hover{transform:rotate(0) scale(1.02)}.HomePage-module__howItWorksSection___C1HrR{text-align:center;margin-bottom:5rem}.HomePage-module__sectionTitle___Dq7P3{font-size:2.25rem;font-weight:700;margin-bottom:3.5rem;color:#0f172a}.HomePage-module__stepsContainer___cC6S-{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.HomePage-module__step___12rFk{flex:1;min-width:280px;max-width:340px;padding:2.5rem 2rem;border:1px solid #f1f5f9;border-radius:16px;background-color:#fff;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:transform .3s ease,box-shadow .3s ease}.HomePage-module__step___12rFk:hover{transform:translateY(-8px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.HomePage-module__iconWrapper___Lx45G{display:inline-flex;justify-content:center;align-items:center;width:64px;height:64px;background-color:#eff6ff;color:#2563eb;border-radius:16px;margin-bottom:1.5rem}.HomePage-module__step___12rFk h3{margin-bottom:1rem;font-size:1.3rem;font-weight:600;color:#1e293b}.HomePage-module__step___12rFk p{font-size:1rem;color:#64748b;line-height:1.6}.HomePage-module__ctaButton___4OV90{display:inline-flex;align-items:center;gap:.5rem;background-color:#2563eb;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;text-decoration:none;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.HomePage-module__ctaButton___4OV90:hover{background-color:#1d4ed8;color:#fff;transform:translateY(-2px)}.HomePage-module__ctaButtonOutline___1Ddq-{display:inline-flex;align-items:center;gap:.5rem;background-color:transparent;color:#2563eb;padding:1rem 2rem;border:2px solid #2563eb;border-radius:8px;text-decoration:none;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.HomePage-module__ctaButtonOutline___1Ddq-:hover{background-color:#eff6ff;color:#1d4ed8}.HomePage-module__footerCtaSection___0ahj4{text-align:center;padding:4rem 2rem;background-color:#f8fafc;border-radius:24px;margin-top:2rem}.HomePage-module__footerCtaTitle___hc6Qa{font-size:1.8rem;margin-bottom:2rem;color:#0f172a}@media (max-width: 992px){.HomePage-module__heroSection___XhpOm{padding:3rem 2rem;gap:2rem}.HomePage-module__heroTitle___yXwZu{font-size:2.5rem}}@media (max-width: 768px){.HomePage-module__heroSection___XhpOm{flex-direction:column;text-align:center;padding:3rem 1.5rem}.HomePage-module__heroContent___ChAFu{display:flex;flex-direction:column;align-items:center}.HomePage-module__quickAccess___3K6G-{justify-content:center}.HomePage-module__heroImagePlaceholder___hC0F4{margin-top:1rem;width:200px;height:240px}.HomePage-module__heroTitle___yXwZu{font-size:2.2rem}.HomePage-module__stepsContainer___cC6S-{flex-direction:column;align-items:center}.HomePage-module__step___12rFk{width:100%;max-width:400px}.HomePage-module__searchBar___MItAZ{flex-direction:column;border-radius:12px;padding:.5rem;gap:.5rem}.HomePage-module__searchBar___MItAZ input{width:100%;text-align:center;padding:.5rem}.HomePage-module__searchIcon___9s4XP{display:none}.HomePage-module__searchBar___MItAZ button{width:100%;border-radius:8px}}.HomePage-module__dynamicDocumentCard___h8x6V{width:280px;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e2e8f0;padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem;transition:opacity .3s ease,transform .3s ease}.HomePage-module__fadeIn___xCFg-{opacity:1;transform:translateY(0) rotate(3deg)}.HomePage-module__fadeOut___Rac-J{opacity:0;transform:translateY(10px) rotate(3deg)}.HomePage-module__dynamicDocumentCard___h8x6V:hover{transform:rotate(0) scale(1.02)}.HomePage-module__docHeader___5PDCR{display:flex;align-items:center;gap:.8rem;border-bottom:1px solid #f1f5f9;padding-bottom:1rem}.HomePage-module__docIconBox___mbR4y{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;transition:all .3s ease}.HomePage-module__docTitle___Q9LV7{font-weight:700;font-size:1.1rem;color:#1e293b}.HomePage-module__docBody___6SnPL{display:flex;flex-direction:column;gap:.5rem}.HomePage-module__skeletonLabel___Fsjoy{height:10px;background-color:#e2e8f0;border-radius:4px;margin-bottom:.2rem}.HomePage-module__skeletonInput___bvF7S{height:24px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:.5rem;width:100%}.HomePage-module__docFooter___7QcFs{margin-top:auto;display:flex;justify-content:flex-end;padding-top:.5rem}.HomePage-module__skeletonButton___V9rni{height:32px;width:80px;border-radius:6px;transition:background-color .3s ease;opacity:.9}.HomePage-module__heroImagePlaceholder___hC0F4{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:300px;height:380px;background:transparent;box-shadow:none;border-radius:0;transform:none}.HomePage-module__heroImagePlaceholder___hC0F4:hover{transform:none}.HomePage-module__iconWrapper___Lx45G svg{transition:transform .3s ease}@keyframes HomePage-module__searchPulse___tXcb2{0%{transform:scale(1) translate(0)}25%{transform:scale(1.15) rotate(-5deg) translate(-2px,-2px)}75%{transform:scale(1.15) rotate(5deg) translate(2px,2px)}to{transform:scale(1) translate(0)}}.HomePage-module__stepSearch___mvfQK:hover .HomePage-module__iconWrapper___Lx45G svg{animation:HomePage-module__searchPulse___tXcb2 1.2s ease-in-out infinite}@keyframes HomePage-module__writeWiggle___SPZb8{0%,to{transform:rotate(0) translate(0)}25%{transform:rotate(-15deg) translate(-2px)}75%{transform:rotate(10deg) translate(2px)}}.HomePage-module__stepWrite___hKTp-:hover .HomePage-module__iconWrapper___Lx45G svg{animation:HomePage-module__writeWiggle___SPZb8 .5s ease-in-out infinite}@keyframes HomePage-module__downloadBounce___jnxGQ{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.HomePage-module__stepDownload___0-cgy:hover .HomePage-module__iconWrapper___Lx45G svg{animation:HomePage-module__downloadBounce___jnxGQ .8s ease-in-out infinite}.TemplateList-module__listPageContainer___M5-Yg{max-width:1200px;margin:1rem auto;padding:0 1rem}.TemplateList-module__listHeader___COjkl{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:transparent;padding:1rem 0 2rem;border-radius:0;margin-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.TemplateList-module__headerText___JRpz6 h2{font-size:1.6rem;margin-bottom:.5rem}.TemplateList-module__headerText___JRpz6 p{font-size:.95rem}.TemplateList-module__headerIcons___llfSf{display:none}.TemplateList-module__disclaimer___NPgqc{font-size:.8rem}.TemplateList-module__searchContainer___Ue-A3{margin-bottom:2.5rem;max-width:500px}.TemplateList-module__searchInput___sgQcD{border-radius:8px}.TemplateList-module__searchIcon___-K6u1{right:.8rem}.TemplateList-module__templateGrid___FyJGX{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.TemplateList-module__templateCard___Mdiz5{background-color:#fff;border-radius:8px;border:1px solid var(--gray-300);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s ease;text-decoration:none;color:inherit;position:relative;min-height:150px;cursor:pointer}.TemplateList-module__templateCard___Mdiz5:hover{box-shadow:0 8px 20px #0000001f;border-color:transparent}.TemplateList-module__cardImageContainer___GUyiV{height:200px;overflow:hidden;position:relative;background-color:var(--gray-100)}.TemplateList-module__cardPreviewImage___-KdNB{display:block;width:100%;position:absolute;top:0;left:0;transform:translateY(0);transition:transform 5s ease-in-out}.TemplateList-module__templateCard___Mdiz5:hover .TemplateList-module__cardPreviewImage___-KdNB{transform:translateY(calc(-100% + 200px))}.TemplateList-module__cardContent___NNejt{padding:1rem 1.25rem;display:flex;flex-direction:column;flex-grow:1}.TemplateList-module__cardTitle___aFjeK{font-size:1.05rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.TemplateList-module__cardDescription___4-JyH{font-size:.85rem;color:var(--gray-600);line-height:1.5;margin-bottom:1rem;flex-grow:1}.TemplateList-module__cardFooter___6ZxLR{padding:0 1.25rem 1.25rem;margin-top:auto;text-align:right}.TemplateList-module__cardLink___jH7Z0{display:inline-block;padding:.5rem 1rem;font-size:.85rem;background-color:var(--primary-color);color:#fff!important;border-radius:4px;font-weight:500;text-decoration:none!important;transition:background-color .2s ease}.TemplateList-module__cardLink___jH7Z0:hover{background-color:var(--primary-color-dark);text-decoration:none!important}.TemplateList-module__loadingMessage___PxGMI,.TemplateList-module__errorMessage___kHNrm,.TemplateList-module__noTemplatesMessage___vhvl-{text-align:center;padding:3rem;font-size:1.1rem;color:var(--gray-600);grid-column:1 / -1}.TemplateList-module__errorMessage___kHNrm{color:#dc3545;font-weight:700}@media (max-width: 767px){.TemplateList-module__templateGrid___FyJGX{grid-template-columns:1fr;gap:1.5rem}.TemplateList-module__listHeader___COjkl{padding:1.5rem 1rem}.TemplateList-module__cardContent___NNejt,.TemplateList-module__cardFooter___6ZxLR{padding-left:1rem;padding-right:1rem}}.TemplateDetail-module__workspaceContainer___i3ivH{width:100%;margin:0 auto 2rem;padding:2rem 3rem;background-color:#fff;border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.TemplateDetail-module__workspaceHeader___4MjXp{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.TemplateDetail-module__backButton___9gbe5{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background-color:#fff;color:var(--gray-600);border:1px solid var(--gray-300);border-radius:var(--radius-md);cursor:pointer;font-weight:500;transition:all .2s ease;margin-bottom:1.5rem}.TemplateDetail-module__backButton___9gbe5:hover{background-color:var(--gray-50);color:var(--gray-900);border-color:var(--gray-400)}.TemplateDetail-module__headerTitles___BOLlo{display:flex;flex-direction:column;gap:.5rem}.TemplateDetail-module__title___qwNyI{font-size:2.25rem;font-weight:700;color:var(--gray-900);margin:0;letter-spacing:-.02em}.TemplateDetail-module__description___00V6w{font-size:1.1rem;color:var(--gray-600);margin:0;max-width:800px}.TemplateDetail-module__priceBadge___Y2ej3{display:inline-flex;align-items:center;gap:.75rem;margin-top:.5rem;font-weight:600;color:#15803d}.TemplateDetail-module__betaNote___C-GuD{font-size:.85rem;background-color:#f0fdf4;color:#166534;padding:.3rem .8rem;border-radius:999px;font-weight:600;border:1px solid #bbf7d0}.TemplateDetail-module__editorContainer___v3iv1{display:grid;grid-template-columns:minmax(320px,450px) 1fr;gap:3rem;margin-bottom:3rem;align-items:start}.TemplateDetail-module__formColumn___J--kA,.TemplateDetail-module__previewColumn___bxDYJ{min-width:0}.TemplateDetail-module__actionSection___r53dA{background-color:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2.5rem;margin-top:2rem;display:flex;justify-content:center}.TemplateDetail-module__checkoutSection___WiSE3{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:500px}.TemplateDetail-module__termsCheckboxContainer___VGCXD{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.TemplateDetail-module__checkboxInput___gW1cf{margin-top:.2rem;width:1.2rem;height:1.2rem;accent-color:var(--primary-color);cursor:pointer}.TemplateDetail-module__termsLabel___7tjdb{font-size:.95rem;color:var(--gray-700);line-height:1.5}.TemplateDetail-module__termsLink___fMNDl{color:var(--primary-color);text-decoration:underline;font-weight:500}.TemplateDetail-module__termsLink___fMNDl:hover{color:var(--primary-color-dark)}.TemplateDetail-module__payDownloadButton___DU9x6{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1.25rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--radius-md);font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-md)}.TemplateDetail-module__payDownloadButton___DU9x6:hover:not(.TemplateDetail-module__disabledButton___CNwFL){background-color:var(--primary-color-dark);transform:translateY(-3px);box-shadow:var(--shadow-lg)}.TemplateDetail-module__disabledButton___CNwFL{background-color:var(--gray-400)!important;cursor:not-allowed;box-shadow:none!important;transform:none!important}.TemplateDetail-module__secureNote___qcz77{font-size:.85rem;color:var(--gray-500);margin:0}.TemplateDetail-module__paymentError___T-gSD{display:flex;align-items:center;gap:.5rem;color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca;padding:1rem 1.5rem;border-radius:var(--radius-md);font-weight:500;width:100%}.TemplateDetail-module__modalOverlay___5u3S3{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f172a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:10000;display:flex;justify-content:center;align-items:center;padding:2rem;cursor:pointer}.TemplateDetail-module__supportModal___iV4Td{background-color:#fff;border:2px solid #fde68a;border-radius:24px;padding:4rem 3rem;max-width:600px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 25px 50px -12px #f59e0b26;cursor:default;position:relative;animation:TemplateDetail-module__scaleIn___pXzHl .4s cubic-bezier(.165,.84,.44,1) forwards}@keyframes TemplateDetail-module__scaleIn___pXzHl{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.TemplateDetail-module__modalCloseButton___NCEyE{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:var(--gray-400);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.TemplateDetail-module__modalCloseButton___NCEyE:hover{background-color:var(--gray-100);color:var(--gray-900)}.TemplateDetail-module__supportHeader___Gz32L{display:flex;flex-direction:column;align-items:center;gap:1.2rem;margin-bottom:1.5rem}.TemplateDetail-module__supportIconWrapper___9S95Y{display:flex;justify-content:center;align-items:center;width:80px;height:80px;background-color:#fffbeb;border-radius:50%;animation:TemplateDetail-module__bounceSoft___dRlHw 2.5s infinite}.TemplateDetail-module__supportIcon___QlZ5Y{color:#f59e0b}.TemplateDetail-module__supportTitle___wSOLR{font-size:2rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.01em}.TemplateDetail-module__supportText___l-ovK{font-size:1.1rem;color:#475569;line-height:1.6;margin-bottom:2.5rem}.TemplateDetail-module__supportActions___NqO6e{display:flex;flex-direction:column;gap:1rem;width:100%}.TemplateDetail-module__coffeeButton___3fnmz{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1.25rem;background-color:#fffbeb;color:#b45309;border:1px solid #fcd34d;border-radius:var(--radius-md);font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s ease}.TemplateDetail-module__coffeeButton___3fnmz:hover{background-color:#f59e0b;color:#fff;border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 10px 15px -3px #f59e0b40}.TemplateDetail-module__restartButton___lFw2N{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:1rem;background-color:transparent;color:var(--gray-500);border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.TemplateDetail-module__restartButton___lFw2N:hover{background-color:var(--gray-50);color:var(--gray-900);border-color:var(--gray-300)}.TemplateDetail-module__loadingScreen___RbxAg,.TemplateDetail-module__errorScreen___d87Mo{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;font-size:1.2rem;color:var(--gray-600)}.TemplateDetail-module__errorScreen___d87Mo{color:#ef4444}@media (max-width: 1024px){.TemplateDetail-module__editorContainer___v3iv1{grid-template-columns:1fr}.TemplateDetail-module__workspaceContainer___i3ivH{width:100%;padding:2rem 1.5rem;margin:1rem 0;border-radius:0}}@media (max-width: 600px){.TemplateDetail-module__modalOverlay___5u3S3{padding:1rem}.TemplateDetail-module__supportModal___iV4Td{padding:3rem 1.5rem;border-radius:16px}.TemplateDetail-module__supportTitle___wSOLR{font-size:1.75rem}.TemplateDetail-module__supportText___l-ovK{font-size:1rem}}@keyframes TemplateDetail-module__bounceSoft___dRlHw{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.DocumentForm-module__container___LlHKs{padding:1rem}.DocumentForm-module__formGroup___C0Ljc{margin-bottom:1.5rem}.DocumentForm-module__label___jU6M0{display:block;margin-bottom:.5rem;font-weight:500;color:var(--gray-700);font-size:.9rem}.DocumentForm-module__input___8ee9N[type=text],.DocumentForm-module__input___8ee9N[type=number],.DocumentForm-module__input___8ee9N[type=date],.DocumentForm-module__select___CflP0{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:4px;font-size:1rem;color:var(--text-color);background-color:var(--background-color)}.DocumentForm-module__input___8ee9N:focus,.DocumentForm-module__select___CflP0:focus{outline:none;border-color:var(--secondary-color);box-shadow:0 0 0 .2rem #17a2b840}.DocumentForm-module__inputError___iOAjh{border-color:#dc3545}.DocumentForm-module__errorMessage___hATpg{color:#dc3545;font-size:.8rem;margin-top:.2rem}@media (max-width: 767px){.DocumentForm-module__label___jU6M0{font-size:.85rem;margin-bottom:.3rem}.DocumentForm-module__input___8ee9N[type=text],.DocumentForm-module__input___8ee9N[type=number],.DocumentForm-module__input___8ee9N[type=date],.DocumentForm-module__select___CflP0{padding:.6rem;font-size:.95rem}.DocumentForm-module__formGroup___C0Ljc{margin-bottom:1rem}}.DocumentForm-module__select___CflP0{width:100%;padding:.75rem 2.5rem .75rem .75rem;border:1px solid var(--gray-300);border-radius:4px;font-size:1rem;color:var(--text-color);background-color:var(--background-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23495057' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}.DocumentForm-module__select___CflP0:focus{outline:none;border-color:var(--secondary-color);box-shadow:0 0 0 .2rem #17a2b840}.DocumentForm-module__select___CflP0 option{font-size:1rem;color:var(--text-color);background-color:var(--background-color)}@media (max-width: 767px){.DocumentForm-module__select___CflP0{padding:.6rem 2.25rem .6rem .6rem;font-size:.95rem;background-size:.8rem;background-position:right .5rem center}}.DocumentForm-module__inputSuccess___RG2xr{border-color:#28a745}.DocumentForm-module__successMessage___XBXoZ{color:#28a745;font-size:.8rem;margin-top:.2rem}.DocumentForm-module__errorIcon___ykHQo{color:#dc3545;margin-left:.5rem}.DocumentForm-module__successIcon___H8LI8{color:#28a745;margin-left:.5rem}.DocumentForm-module__input___8ee9N::placeholder,.DocumentForm-module__select___CflP0::placeholder{color:var(--gray-500);opacity:1;font-style:italic}input::-webkit-input-placeholder,select::-webkit-input-placeholder{color:var(--gray-500);font-style:italic}input:-moz-placeholder,select:-moz-placeholder{color:var(--gray-500);font-style:italic;opacity:1}input::-moz-placeholder,select::-moz-placeholder{color:var(--gray-500);font-style:italic;opacity:1}input:-ms-input-placeholder,select:-ms-input-placeholder{color:var(--gray-500);font-style:italic}.DocumentForm-module__radioGroup___7Lxh9{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.DocumentForm-module__radioContainer___sFqgs{display:flex;align-items:center;gap:.5rem}.DocumentForm-module__radioContainer___sFqgs input[type=radio]{width:1rem;height:1rem}.DocumentForm-module__radioContainer___sFqgs label{font-size:.9rem}.DocumentForm-module__stepIndicator___T-EeY{margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;color:var(--primary-color, #007bff);text-align:center}@media (max-width: 767px){.DocumentForm-module__buttonGroup___kt3q2{flex-direction:column-reverse;align-items:stretch}.DocumentForm-module__prevButton___OTbg-,.DocumentForm-module__nextButton___3oDrl,.DocumentForm-module__payDownloadButton___A-XVu{width:100%;margin-top:10px;margin-left:0!important}}@media (min-width: 768px){.DocumentForm-module__buttonGroup___kt3q2{flex-direction:row;justify-content:space-between}.DocumentForm-module__prevButton___OTbg-{margin-top:0}.DocumentForm-module__nextButton___3oDrl,.DocumentForm-module__payDownloadButton___A-XVu{margin-top:0;margin-left:auto}.DocumentForm-module__buttonGroup___kt3q2.DocumentForm-module__step3___RcAtX{justify-content:flex-start}.DocumentForm-module__buttonGroup___kt3q2.DocumentForm-module__step3___RcAtX .DocumentForm-module__payDownloadButton___A-XVu{margin-left:10px}}.DocumentForm-module__prevButton___OTbg-,.DocumentForm-module__nextButton___3oDrl,.DocumentForm-module__payDownloadButton___A-XVu{padding:.75rem 1.25rem;font-size:1rem;border:1px solid var(--gray-400, #ccc);border-radius:4px;cursor:pointer;transition:background-color .3s ease;color:var(--text-color, #333)}.DocumentForm-module__prevButton___OTbg-{background-color:var(--background-color, #fff)}.DocumentForm-module__nextButton___3oDrl{background-color:var(--primary-color, #007bff);color:#fff;border-color:var(--primary-color, #007bff)}.DocumentForm-module__payDownloadButton___A-XVu{background-color:var(--secondary-color, #17a2b8);color:#fff;border-color:var(--secondary-color, #17a2b8)}.DocumentForm-module__prevButton___OTbg-:hover{background-color:var(--gray-200, #eee)}.DocumentForm-module__nextButton___3oDrl:hover{background-color:var(--primary-dark-color, #0056b3);border-color:var(--primary-dark-color, #0056b3)}.DocumentForm-module__payDownloadButton___A-XVu:hover{background-color:var(--secondary-dark-color, #138496);border-color:var(--secondary-dark-color, #138496)}.DocumentForm-module__dynamicGroup___1Hf5a{border:1px solid var(--gray-300, #ddd);padding:1rem;margin-bottom:1.5rem;border-radius:4px;background-color:var(--gray-100, #f9f9f9)}.DocumentForm-module__dynamicGroup___1Hf5a h4{margin-top:0;margin-bottom:1rem;color:var(--gray-800, #333);font-size:1.05rem;font-weight:700}.DocumentForm-module__nextButtonContainer___quOZb{width:100%;display:flex;justify-content:flex-end}@media (min-width: 768px){.DocumentForm-module__nextButtonContainer___quOZb{width:auto}}.DocumentForm-module__finalButtons___zZnOJ{display:flex;width:100%;flex-direction:column;gap:1rem;align-items:stretch}@media (min-width: 768px){.DocumentForm-module__finalButtons___zZnOJ{flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem}}.DocumentForm-module__buttonGroup___kt3q2{display:flex;gap:10px;margin-top:20px;align-items:center}@media (max-width: 600px){.DocumentForm-module__buttonGroup___kt3q2{flex-direction:row;justify-content:flex-start}.DocumentForm-module__prevButton___OTbg-,.DocumentForm-module__nextButton___3oDrl,.DocumentForm-module__payDownloadButton___A-XVu{flex-grow:1}}.DocumentForm-module__emailInfoText___xNpgf{display:block;margin-top:.4rem;font-size:.8rem;color:var(--gray-600);font-style:italic}.DocumentForm-module__repeatableBlockContainer___SYktD{border:1px solid var(--gray-300);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;background-color:var(--gray-100)}.DocumentForm-module__repeatableBlockLabel___FJh9w{display:block;font-size:1.1rem;font-weight:600;color:var(--gray-800);margin-bottom:1.5rem;border-bottom:1px solid var(--gray-300);padding-bottom:.75rem}.DocumentForm-module__repeatableBlockInstance___gih-1{border:1px dashed var(--gray-400);border-radius:5px;padding:1rem 1.5rem 1.5rem;margin-bottom:1.5rem;background-color:#fff;position:relative}.DocumentForm-module__blockHeader___Rxtzc{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--gray-200)}.DocumentForm-module__blockHeader___Rxtzc h4{margin:0;font-size:1rem;font-weight:600;color:var(--gray-700)}.DocumentForm-module__removeButton___irC8D{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;padding:.25rem .6rem;font-size:.8rem;font-weight:700;border-radius:4px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.DocumentForm-module__removeButton___irC8D:hover{background-color:#f5c6cb;color:#58151c}.DocumentForm-module__subfieldGroup___OHfMs{margin-bottom:.8rem}.DocumentForm-module__subfieldGroup___OHfMs .DocumentForm-module__label___jU6M0{font-size:.85rem;font-weight:500;margin-bottom:.1rem}.DocumentForm-module__addButton___a9N-E{background-color:var(--gray-600);color:#fff;padding:.6rem 1.2rem;font-size:.9rem;display:block;width:100%;margin-top:.5rem;transition:background-color .2s ease}.DocumentForm-module__addButton___a9N-E:hover{background-color:var(--gray-700)}.DocumentPreview-module__container___quVEx{display:flex;flex-direction:column;background-color:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;height:100%;min-height:500px;overflow-y:auto}.DocumentPreview-module__previewHeader___PZeHH{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--gray-200)}.DocumentPreview-module__headerIcon___bH-Nt{color:var(--primary-color)}.DocumentPreview-module__previewTitle___EdnrE{margin:0;font-size:1.1rem;font-weight:600;color:var(--gray-800);text-transform:uppercase;letter-spacing:.05em}.DocumentPreview-module__paperContainer___BcXgv{display:flex;width:100%;padding:1rem 0}.DocumentPreview-module__previewArea___w2VYc{background-color:#fff;width:100%;padding:3rem 4rem;border-radius:4px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:11pt;line-height:1.5;color:#343a40}.DocumentPreview-module__previewArea___w2VYc h1,.DocumentPreview-module__previewArea___w2VYc h2,.DocumentPreview-module__previewArea___w2VYc h3,.DocumentPreview-module__previewArea___w2VYc h4,.DocumentPreview-module__previewArea___w2VYc h5,.DocumentPreview-module__previewArea___w2VYc h6{font-family:Inter,system-ui,-apple-system,sans-serif;color:#212529;margin-top:1.25rem;margin-bottom:.75rem;line-height:1.3}.DocumentPreview-module__previewArea___w2VYc h1{font-size:18pt;font-weight:700}.DocumentPreview-module__previewArea___w2VYc h2{font-size:16pt;font-weight:600}.DocumentPreview-module__previewArea___w2VYc h3{font-size:14pt;font-weight:600}.DocumentPreview-module__previewArea___w2VYc p{margin-top:0;margin-bottom:.8rem;font-weight:400}.DocumentPreview-module__previewArea___w2VYc strong,.DocumentPreview-module__previewArea___w2VYc b{font-weight:700}.DocumentPreview-module__previewArea___w2VYc a{color:#218838;text-decoration:none}.DocumentPreview-module__previewArea___w2VYc ul,.DocumentPreview-module__previewArea___w2VYc ol{margin-top:0;margin-bottom:1rem;padding-left:1.5rem}.DocumentPreview-module__previewArea___w2VYc li{margin-bottom:.4rem}.DocumentPreview-module__previewArea___w2VYc pre{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#f8f9fa;padding:.8rem;border-radius:4px;border:1px solid #dee2e6;white-space:pre-wrap;word-wrap:break-word;font-size:10pt;line-height:1.5;color:inherit;margin-top:0;margin-bottom:1rem}.DocumentPreview-module__emptyState___MWV7J{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:400px;text-align:center;color:var(--gray-500);gap:1rem}.DocumentPreview-module__emptyIcon___SXeWS{color:var(--gray-300)}.DocumentPreview-module__spinner___ywx5i{color:var(--primary-color);animation:DocumentPreview-module__spin___wz2w5 1s linear infinite}@keyframes DocumentPreview-module__spin___wz2w5{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.DocumentPreview-module__previewTitleError___8gZbe{margin:0;font-size:1.1rem;font-weight:600;color:#ef4444;text-transform:uppercase;letter-spacing:.05em}.DocumentPreview-module__errorIconHeader___WwGSG{color:#ef4444}.DocumentPreview-module__previewError___wPo3L{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1.5rem;border-radius:var(--radius-md);font-size:.95rem}.DocumentPreview-module__previewError___wPo3L p{margin:0 0 .5rem}.DocumentPreview-module__errorMessageText___S9oZL{font-family:monospace;background-color:#fee2e2;padding:.5rem;border-radius:4px;color:#b91c1c;word-break:break-all}.DocumentPreview-module__errorHint___R7ocA{margin-top:1rem!important;font-size:.85rem;color:#7f1d1d;font-style:italic}@media (max-width: 768px){.DocumentPreview-module__container___quVEx{padding:1rem}.DocumentPreview-module__previewArea___w2VYc{padding:2rem 1.5rem}}.AboutUs-module__container___vR-Kd{max-width:800px;margin:3rem auto;padding:3rem 4rem;background-color:#fff;border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);color:var(--text-color)}.AboutUs-module__title___WfAM-{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:2.25rem;margin-bottom:2.5rem;color:var(--gray-900);font-weight:700;letter-spacing:-.02em}.AboutUs-module__titleIcon___1z6JM{color:var(--primary-color)}.AboutUs-module__contentWrapper___QT1Gs{display:flex;flex-direction:column;gap:1.5rem}.AboutUs-module__paragraph___IWCvC{font-size:1.1rem;line-height:1.8;color:var(--gray-600);margin:0}.AboutUs-module__paragraph___IWCvC strong{color:var(--gray-900);font-weight:600}.AboutUs-module__importantNote___630lJ{display:flex;align-items:flex-start;gap:1rem;margin-top:1rem;padding:1.5rem;background-color:var(--primary-color-light);border-left:4px solid var(--primary-color);border-radius:0 var(--radius-md) var(--radius-md) 0}.AboutUs-module__noteIconWrapper___CDKDN{flex-shrink:0;color:var(--primary-color);margin-top:.1rem}.AboutUs-module__noteContent___2rZSz{font-size:.95rem;line-height:1.6;color:var(--gray-700)}.AboutUs-module__noteContent___2rZSz strong{color:var(--primary-color-dark);display:block;margin-bottom:.25rem;font-size:1rem}@media (max-width: 768px){.AboutUs-module__container___vR-Kd{margin:1.5rem;padding:2rem 1.5rem}.AboutUs-module__title___WfAM-{font-size:1.8rem}.AboutUs-module__paragraph___IWCvC{font-size:1rem}.AboutUs-module__importantNote___630lJ{flex-direction:column;gap:.75rem}}.ContactUs-module__container___YMz8W{max-width:900px;margin:3rem auto;padding:3rem;background-color:#fff;border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);color:var(--text-color)}.ContactUs-module__header___OrT9l{text-align:center;margin-bottom:3rem}.ContactUs-module__iconWrapper___2iISp{display:inline-flex;justify-content:center;align-items:center;width:80px;height:80px;background-color:var(--primary-color-light);color:var(--primary-color);border-radius:50%;margin-bottom:1.5rem}.ContactUs-module__title___mssX4{font-size:2.25rem;color:var(--gray-900);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.ContactUs-module__paragraph___yRNLi{font-size:1.1rem;color:var(--gray-600);max-width:600px;margin:0 auto;line-height:1.6}.ContactUs-module__paragraph___yRNLi strong{color:var(--gray-800)}.ContactUs-module__gridContainer___YWDhv{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.ContactUs-module__infoCard___iYZzS{background-color:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;padding:2rem;display:flex;flex-direction:column}.ContactUs-module__subHeading___upaYU{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;color:var(--gray-800);font-weight:600;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.ContactUs-module__subHeadingIcon___ozXRi{color:var(--primary-color)}.ContactUs-module__infoList___BzMKi{display:flex;flex-direction:column;gap:1.25rem}.ContactUs-module__infoItem___3-O0L{display:flex;align-items:flex-start;gap:1rem}.ContactUs-module__itemIcon___UqcKj{color:var(--gray-500);margin-top:.2rem;flex-shrink:0}.ContactUs-module__label___U4vc2{display:block;font-size:.85rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.ContactUs-module__value___yNSHt{display:block;font-size:1rem;color:var(--gray-800);font-weight:500}.ContactUs-module__linkValue___gf-ql{display:block;font-size:1rem;color:var(--primary-color);font-weight:500;text-decoration:none;transition:color .2s ease}.ContactUs-module__linkValue___gf-ql:hover{color:var(--primary-color-dark);text-decoration:underline}.ContactUs-module__supportNote___erZq7{margin-top:auto;padding-top:1.5rem;font-size:.9rem;color:var(--gray-600);text-align:center}.ContactUs-module__supportNote___erZq7 strong{color:var(--primary-color)}@media (max-width: 768px){.ContactUs-module__container___YMz8W{margin:1.5rem;padding:2rem 1.5rem}.ContactUs-module__gridContainer___YWDhv{grid-template-columns:1fr;gap:1.5rem}.ContactUs-module__title___mssX4{font-size:1.8rem}.ContactUs-module__iconWrapper___2iISp{width:60px;height:60px}.ContactUs-module__infoCard___iYZzS{padding:1.5rem}}.PrivacyPolicy-module__container___OdaA2{max-width:900px;margin:3rem auto;padding:3rem 4rem;background-color:#fff;border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);color:var(--text-color)}.PrivacyPolicy-module__header___Ma7IU{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.PrivacyPolicy-module__titleIcon___bqnn0{color:var(--primary-color);margin-bottom:1rem}.PrivacyPolicy-module__title___MYcHS{font-size:2.25rem;color:var(--gray-900);font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.PrivacyPolicy-module__lastUpdated___EtObg{font-size:.95rem;color:var(--gray-500)}.PrivacyPolicy-module__lastUpdated___EtObg strong{color:var(--gray-700)}.PrivacyPolicy-module__sectionTitle___CNOxl{display:flex;align-items:center;gap:.5rem;font-size:1.35rem;margin-top:3rem;margin-bottom:1.25rem;color:var(--gray-800);font-weight:600;padding-bottom:.75rem;border-bottom:1px solid var(--gray-200)}.PrivacyPolicy-module__sectionIcon___KPxzL{color:var(--secondary-color)}.PrivacyPolicy-module__paragraph___gMyMB{margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7;color:var(--gray-600)}.PrivacyPolicy-module__paragraph___gMyMB strong{color:var(--gray-800);font-weight:600}.PrivacyPolicy-module__infoList___SbLGy,.PrivacyPolicy-module__dataList___TZE2P,.PrivacyPolicy-module__purposeList___wlSyF,.PrivacyPolicy-module__rightsList___IVm0r,.PrivacyPolicy-module__linkList___yLDMr{list-style:none;padding-left:0;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7;color:var(--gray-600)}.PrivacyPolicy-module__dataList___TZE2P li,.PrivacyPolicy-module__purposeList___wlSyF li,.PrivacyPolicy-module__rightsList___IVm0r li,.PrivacyPolicy-module__linkList___yLDMr li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.PrivacyPolicy-module__dataList___TZE2P li:before,.PrivacyPolicy-module__purposeList___wlSyF li:before,.PrivacyPolicy-module__rightsList___IVm0r li:before,.PrivacyPolicy-module__linkList___yLDMr li:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;background-color:var(--primary-color);border-radius:50%}.PrivacyPolicy-module__dataList___TZE2P strong,.PrivacyPolicy-module__purposeList___wlSyF strong{color:var(--gray-800);font-weight:600}.PrivacyPolicy-module__infoList___SbLGy li{display:flex;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px dashed var(--gray-200)}.PrivacyPolicy-module__infoList___SbLGy li:last-child{border-bottom:none}.PrivacyPolicy-module__infoList___SbLGy li strong{flex-shrink:0;width:150px;color:var(--gray-800);font-weight:600}.PrivacyPolicy-module__link___1wS-A{color:var(--primary-color);text-decoration:none;font-weight:500;transition:all .2s ease}.PrivacyPolicy-module__link___1wS-A:hover{color:var(--primary-color-dark);text-decoration:underline}.PrivacyPolicy-module__importantNote___QA-HQ{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;padding:1.5rem;background-color:var(--primary-color-light);border-left:4px solid var(--primary-color);border-radius:0 var(--radius-md) var(--radius-md) 0}.PrivacyPolicy-module__noteIconWrapper___CsIzM{flex-shrink:0;color:var(--primary-color);margin-top:.1rem}.PrivacyPolicy-module__noteContent___imii9{font-size:.95rem;line-height:1.6;color:var(--gray-700)}@media (max-width: 768px){.PrivacyPolicy-module__container___OdaA2{margin:1.5rem;padding:2rem 1.5rem}.PrivacyPolicy-module__title___MYcHS{font-size:1.8rem}.PrivacyPolicy-module__sectionTitle___CNOxl{font-size:1.25rem}.PrivacyPolicy-module__infoList___SbLGy li{flex-direction:column;border-bottom:none;padding-bottom:0;margin-bottom:1rem}.PrivacyPolicy-module__infoList___SbLGy li strong{margin-bottom:.2rem}.PrivacyPolicy-module__importantNote___QA-HQ{flex-direction:column;gap:.75rem}}.TermsOfService-module__container___Yn0Ef{max-width:900px;margin:3rem auto;padding:3rem 4rem;background-color:#fff;border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);color:var(--text-color)}.TermsOfService-module__header___uaapv{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.TermsOfService-module__titleIcon___nGoni{color:var(--primary-color);margin-bottom:1rem}.TermsOfService-module__title___AScfv{font-size:2.25rem;color:var(--gray-900);font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.TermsOfService-module__lastUpdated___hRqEl{font-size:.95rem;color:var(--gray-500)}.TermsOfService-module__lastUpdated___hRqEl strong{color:var(--gray-700)}.TermsOfService-module__mainSection___4DSkQ{margin-top:1rem}.TermsOfService-module__mainSectionTitle___x2kvO{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.6rem;margin-top:3rem;margin-bottom:2rem;color:var(--primary-color-dark);font-weight:700;text-align:center;padding:1rem;background-color:var(--primary-color-light);border-radius:var(--radius-md)}.TermsOfService-module__mainSectionIcon___Pu9t8{color:var(--primary-color)}.TermsOfService-module__articleTitle___C-h-6{font-size:1.25rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--gray-800);font-weight:600;border-bottom:1px solid var(--gray-200);padding-bottom:.5rem}.TermsOfService-module__paragraph___UH-cW{margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7;color:var(--gray-600)}.TermsOfService-module__paragraph___UH-cW strong{color:var(--gray-800);font-weight:600}.TermsOfService-module__definitionList___yaLkV,.TermsOfService-module__checkList___7a7eh,.TermsOfService-module__infoList___8n1ny{list-style:none;padding-left:0;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7;color:var(--gray-600)}.TermsOfService-module__definitionList___yaLkV li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.TermsOfService-module__definitionList___yaLkV li:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;background-color:var(--primary-color);border-radius:50%}.TermsOfService-module__definitionList___yaLkV strong{color:var(--gray-800);font-weight:600}.TermsOfService-module__checkList___7a7eh li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.TermsOfService-module__checkIcon___Cc2QD{flex-shrink:0;color:#10b981;margin-top:.2rem}.TermsOfService-module__infoList___8n1ny li{display:flex;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px dashed var(--gray-200)}.TermsOfService-module__infoList___8n1ny li:last-child{border-bottom:none}.TermsOfService-module__infoList___8n1ny li strong{flex-shrink:0;width:120px;color:var(--gray-800);font-weight:600}.TermsOfService-module__importantNote___fG9Rf{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;padding:1.5rem;background-color:var(--primary-color-light);border-left:4px solid var(--primary-color);border-radius:0 var(--radius-md) var(--radius-md) 0}.TermsOfService-module__warningNote___4a2Js{display:flex;align-items:flex-start;gap:1rem;margin:1.5rem 0;padding:1.5rem;background-color:#fef2f2;border-left:4px solid #ef4444;border-radius:0 var(--radius-md) var(--radius-md) 0}.TermsOfService-module__noteIconWrapper___3sRiW{flex-shrink:0;margin-top:.1rem}.TermsOfService-module__importantNote___fG9Rf .TermsOfService-module__noteIconWrapper___3sRiW{color:var(--primary-color)}.TermsOfService-module__warningNote___4a2Js .TermsOfService-module__noteIconWrapper___3sRiW{color:#ef4444}.TermsOfService-module__noteContent___BRXu4{font-size:.95rem;line-height:1.6}.TermsOfService-module__importantNote___fG9Rf .TermsOfService-module__noteContent___BRXu4{color:var(--gray-700)}.TermsOfService-module__warningNote___4a2Js .TermsOfService-module__noteContent___BRXu4{color:#991b1b}.TermsOfService-module__importantNote___fG9Rf strong{color:var(--primary-color-dark)}.TermsOfService-module__warningNote___4a2Js strong{color:#b91c1c}.TermsOfService-module__separator___I8FGM{border:none;border-top:2px dashed var(--gray-300);margin:4rem 0}@media (max-width: 768px){.TermsOfService-module__container___Yn0Ef{margin:1.5rem;padding:2rem 1.5rem}.TermsOfService-module__title___AScfv{font-size:1.8rem}.TermsOfService-module__mainSectionTitle___x2kvO{font-size:1.25rem;flex-direction:column;gap:.5rem}.TermsOfService-module__articleTitle___C-h-6{font-size:1.15rem}.TermsOfService-module__infoList___8n1ny li{flex-direction:column;border-bottom:none;padding-bottom:0;margin-bottom:1rem}.TermsOfService-module__infoList___8n1ny li strong{margin-bottom:.2rem}.TermsOfService-module__importantNote___fG9Rf,.TermsOfService-module__warningNote___4a2Js{flex-direction:column;gap:.75rem}}.DeliveryReturn-module__container___2OuYe{max-width:800px;margin:3rem auto;padding:3rem 4rem;background-color:#fff;border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);color:var(--text-color)}.DeliveryReturn-module__title___MWhYA{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:2.25rem;margin-bottom:2.5rem;color:var(--gray-900);font-weight:700;letter-spacing:-.02em;text-align:center}.DeliveryReturn-module__titleIcon___e2KXZ{color:var(--primary-color)}.DeliveryReturn-module__sectionTitle___D42au{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;margin-top:3rem;margin-bottom:1.25rem;color:var(--gray-800);font-weight:600;padding-bottom:.75rem;border-bottom:1px solid var(--gray-200)}.DeliveryReturn-module__sectionIcon___Dk8GM{color:var(--secondary-color)}.DeliveryReturn-module__paragraph___cP089{margin-bottom:1.2rem;font-size:1.05rem;line-height:1.7;color:var(--gray-600)}.DeliveryReturn-module__paragraph___cP089 strong{color:var(--gray-800);font-weight:600}.DeliveryReturn-module__orderedList___J9dPc{margin-left:1.5rem;margin-bottom:1.5rem;color:var(--gray-600);font-size:1.05rem;line-height:1.7}.DeliveryReturn-module__orderedList___J9dPc li{margin-bottom:.5rem;padding-left:.5rem}.DeliveryReturn-module__orderedList___J9dPc li::marker{color:var(--primary-color);font-weight:600}.DeliveryReturn-module__link___Xrt5m{color:var(--primary-color);text-decoration:none;font-weight:500;transition:all .2s ease}.DeliveryReturn-module__link___Xrt5m:hover{color:var(--primary-color-dark);text-decoration:underline}.DeliveryReturn-module__quote___I-DWv{display:flex;align-items:flex-start;gap:1rem;margin:2rem 0;padding:1.5rem;background-color:var(--gray-50);border-left:4px solid var(--secondary-color);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--gray-700);font-size:1rem;line-height:1.6}.DeliveryReturn-module__quoteIcon___o-wbE{flex-shrink:0;color:var(--secondary-color);margin-top:.1rem}.DeliveryReturn-module__quote___I-DWv em{font-weight:500;color:var(--gray-800)}.DeliveryReturn-module__importantNote___M5uAQ{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;padding:1.5rem;background-color:var(--primary-color-light);border-left:4px solid var(--primary-color);border-radius:0 var(--radius-md) var(--radius-md) 0}.DeliveryReturn-module__noteIconWrapper___fGc8b{flex-shrink:0;color:var(--primary-color);margin-top:.1rem}.DeliveryReturn-module__noteContent___tvwaj{font-size:.95rem;line-height:1.6;color:var(--gray-700)}.DeliveryReturn-module__noteContent___tvwaj strong{color:var(--primary-color-dark)}.DeliveryReturn-module__exceptionNote___gs7HV{margin-top:2rem;padding:1.25rem;background-color:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:.95rem;line-height:1.6;color:var(--gray-600)}.DeliveryReturn-module__exceptionNote___gs7HV strong{color:var(--gray-800)}@media (max-width: 768px){.DeliveryReturn-module__container___2OuYe{margin:1.5rem;padding:2rem 1.5rem}.DeliveryReturn-module__title___MWhYA{font-size:1.8rem}.DeliveryReturn-module__sectionTitle___D42au{font-size:1.3rem}.DeliveryReturn-module__importantNote___M5uAQ,.DeliveryReturn-module__quote___I-DWv{flex-direction:column;gap:.75rem}}.PreInformationForm-module__container___HkLPQ{max-width:900px;margin:3rem auto;padding:3rem 4rem;background-color:#fff;border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);color:var(--text-color)}.PreInformationForm-module__title___n9CLT{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:2.25rem;margin-bottom:2.5rem;color:var(--gray-900);font-weight:700;letter-spacing:-.02em;text-align:center}.PreInformationForm-module__titleIcon___7mKiC{color:var(--primary-color)}.PreInformationForm-module__sectionTitle___zkxTn{display:flex;align-items:center;gap:.5rem;font-size:1.35rem;margin-top:3rem;margin-bottom:1.25rem;color:var(--gray-800);font-weight:600;padding-bottom:.75rem;border-bottom:1px solid var(--gray-200)}.PreInformationForm-module__sectionIcon___1Ownr{color:var(--secondary-color)}.PreInformationForm-module__intro___hcTlo,.PreInformationForm-module__paragraph___TyXeQ{margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7;color:var(--gray-600)}.PreInformationForm-module__paragraph___TyXeQ strong{color:var(--gray-800);font-weight:600}.PreInformationForm-module__infoList___CGIWs,.PreInformationForm-module__definitionList___ahxyP{list-style:none;padding-left:0;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7;color:var(--gray-600)}.PreInformationForm-module__infoList___CGIWs li{display:flex;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px dashed var(--gray-200)}.PreInformationForm-module__infoList___CGIWs li:last-child{border-bottom:none}.PreInformationForm-module__infoList___CGIWs li strong{flex-shrink:0;width:140px;color:var(--gray-800);font-weight:600}.PreInformationForm-module__infoList___CGIWs li span{flex-grow:1}.PreInformationForm-module__definitionList___ahxyP li{margin-bottom:1rem;padding-left:1.5rem;position:relative}.PreInformationForm-module__definitionList___ahxyP li:before{content:"";position:absolute;left:0;top:.5rem;width:6px;height:6px;background-color:var(--primary-color);border-radius:50%}.PreInformationForm-module__definitionList___ahxyP li strong{color:var(--gray-800);font-weight:600;margin-right:.25rem}.PreInformationForm-module__quote___Hqv3-{display:flex;align-items:flex-start;gap:1rem;margin:2rem 0;padding:1.5rem;background-color:var(--gray-50);border-left:4px solid var(--secondary-color);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--gray-700);font-size:1rem;line-height:1.6}.PreInformationForm-module__quoteIcon___oiS75{flex-shrink:0;color:var(--secondary-color);margin-top:.1rem}.PreInformationForm-module__quote___Hqv3- em{font-weight:500;color:var(--gray-800)}.PreInformationForm-module__importantNote___4KLQV{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;padding:1.5rem;background-color:var(--primary-color-light);border-left:4px solid var(--primary-color);border-radius:0 var(--radius-md) var(--radius-md) 0}.PreInformationForm-module__noteIconWrapper___zxix7{flex-shrink:0;color:var(--primary-color);margin-top:.1rem}.PreInformationForm-module__noteContent___ddtAE{font-size:.95rem;line-height:1.6;color:var(--gray-700)}.PreInformationForm-module__noteContent___ddtAE strong{color:var(--primary-color-dark)}.PreInformationForm-module__warningNote___UsARd{padding:1.25rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-md);color:#991b1b;font-size:.95rem;margin-top:1.5rem}.PreInformationForm-module__warningNote___UsARd strong{color:#b91c1c}.PreInformationForm-module__link___Gcc0Q{color:var(--primary-color);text-decoration:none;font-weight:500;transition:all .2s ease}.PreInformationForm-module__link___Gcc0Q:hover{color:var(--primary-color-dark);text-decoration:underline}.PreInformationForm-module__separator___a2gsw{border:none;border-top:2px solid var(--gray-200);margin:3rem 0 2rem}.PreInformationForm-module__confirmation___5O2VK{font-style:italic;text-align:center;color:var(--gray-500);font-size:.95rem;line-height:1.6;padding:0 1rem}@media (max-width: 768px){.PreInformationForm-module__container___HkLPQ{margin:1.5rem;padding:2rem 1.5rem}.PreInformationForm-module__title___n9CLT{font-size:1.8rem}.PreInformationForm-module__sectionTitle___zkxTn{font-size:1.25rem}.PreInformationForm-module__infoList___CGIWs li{flex-direction:column;border-bottom:none;padding-bottom:0;margin-bottom:1rem}.PreInformationForm-module__infoList___CGIWs li strong{margin-bottom:.2rem}.PreInformationForm-module__importantNote___4KLQV,.PreInformationForm-module__quote___Hqv3-{flex-direction:column;gap:.75rem}}.Header-module__appHeader___8nfmK{background-color:#fff9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:1.2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid transparent;position:sticky;top:0;z-index:1000;transition:all .3s ease}.Header-module__scrolled___cV-W3{background-color:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);box-shadow:0 4px 20px #0000000d;padding:.8rem 1.5rem}.Header-module__logo___JSJHE{display:flex;align-items:center;transition:opacity .2s ease}.Header-module__logo___JSJHE:hover{opacity:.8}.Header-module__logo___JSJHE img{max-height:40px;width:auto;transition:max-height .3s ease}.Header-module__scrolled___cV-W3 .Header-module__logo___JSJHE img{max-height:34px}.Header-module__appNav___2Is7V ul{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem;align-items:center}.Header-module__appNav___2Is7V ul li a:not(.Header-module__navCtaBtn___imib8){color:var(--gray-700);text-decoration:none;font-size:.95rem;font-weight:500;position:relative;padding:.5rem 0;transition:color .3s ease}.Header-module__appNav___2Is7V ul li a:not(.Header-module__navCtaBtn___imib8):hover,.Header-module__appNav___2Is7V ul li a.Header-module__active___5RQK-{color:var(--primary-color)}.Header-module__appNav___2Is7V ul li a:not(.Header-module__navCtaBtn___imib8):after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;background-color:var(--primary-color);transition:all .3s ease;transform:translate(-50%)}.Header-module__appNav___2Is7V ul li a:not(.Header-module__navCtaBtn___imib8):hover:after,.Header-module__appNav___2Is7V ul li a.Header-module__active___5RQK-:after{width:100%}.Header-module__navCtaBtn___imib8{background-color:var(--primary-color);color:#fff!important;padding:.6rem 1.2rem;border-radius:99px;font-weight:600;text-decoration:none;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 10px #2563eb33}.Header-module__navCtaBtn___imib8:hover{background-color:var(--primary-color-dark);transform:translateY(-2px);box-shadow:0 6px 15px #2563eb4d}.Header-module__navCtaBtn___imib8:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:skew(-25deg);animation:Header-module__shine___MaApN 4s infinite}@keyframes Header-module__shine___MaApN{0%{left:-100%}20%{left:200%}to{left:200%}}@media (max-width: 768px){.Header-module__appHeader___8nfmK,.Header-module__scrolled___cV-W3{flex-direction:column;gap:1rem;padding:1rem}.Header-module__appNav___2Is7V ul{flex-wrap:wrap;justify-content:center;gap:1rem}}@media (min-width: 768px){.Header-module__appHeader___8nfmK,.Header-module__scrolled___cV-W3{padding-left:3rem;padding-right:3rem}}@media (min-width: 1200px){.Header-module__appHeader___8nfmK,.Header-module__scrolled___cV-W3{padding-left:4rem;padding-right:4rem}}.Footer-module__appFooter___wBMgm{position:relative;background-color:var(--gray-50);margin-top:auto;width:100%;padding-top:40px}.Footer-module__waveContainer___5Y7hZ{position:absolute;top:-40px;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.Footer-module__waveContainer___5Y7hZ svg{position:relative;display:block;width:calc(100% + 1.3px);height:40px}.Footer-module__waveFill___AK9MT{fill:var(--gray-50)}.Footer-module__footerContent___SoUIN{max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.Footer-module__footerLogo___-e-iF{height:32px;opacity:.8;margin-bottom:.5rem;filter:grayscale(100%);transition:all .3s ease}.Footer-module__footerLogo___-e-iF:hover{opacity:1;filter:grayscale(0%)}.Footer-module__footerDesc___g6uNR{color:var(--gray-500);font-size:.95rem;margin:0}.Footer-module__footerNav___ctti9 ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.Footer-module__footerNav___ctti9 ul li a{color:var(--gray-600);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;display:inline-block}.Footer-module__footerNav___ctti9 ul li a:hover{color:var(--primary-color);transform:translate(3px)}.Footer-module__footerBottom___-rpid{border-top:1px solid var(--gray-200);padding:1.5rem;text-align:center}.Footer-module__footerBottom___-rpid p{margin:0;color:var(--gray-400);font-size:.85rem}@media (min-width: 768px){.Footer-module__footerContent___SoUIN{flex-direction:row;justify-content:space-between;text-align:left}.Footer-module__footerNav___ctti9 ul{justify-content:flex-end}}.FloatingSupport-module__floatingButton___j3s68{position:fixed;bottom:2rem;right:2rem;background-color:#fff;color:#1e293b;border:1.5px solid #e2e8f0;border-radius:99px;padding:1rem;display:flex;align-items:center;text-decoration:none;box-shadow:0 10px 25px -5px #0000001a;z-index:9999;transition:all .3s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;max-width:56px;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;outline:none}.FloatingSupport-module__icon___oTT8U{flex-shrink:0;color:#f59e0b;animation:FloatingSupport-module__bounceSoft___Km4Mk 2.5s infinite}.FloatingSupport-module__text___nOF-I{font-weight:600;font-size:.95rem;opacity:0;margin-left:0;transition:all .3s ease;text-decoration:none!important;pointer-events:none}.FloatingSupport-module__floatingButton___j3s68:hover,.FloatingSupport-module__floatingButton___j3s68.FloatingSupport-module__expanded___OMPZP{max-width:250px;padding:1rem 1.5rem;background-color:#fffbeb;border-color:#fcd34d;box-shadow:0 14px 28px #f59e0b26;transform:translateY(-4px)}.FloatingSupport-module__floatingButton___j3s68:hover .FloatingSupport-module__icon___oTT8U,.FloatingSupport-module__floatingButton___j3s68.FloatingSupport-module__expanded___OMPZP .FloatingSupport-module__icon___oTT8U{animation:none;color:#d97706}.FloatingSupport-module__floatingButton___j3s68:hover .FloatingSupport-module__text___nOF-I,.FloatingSupport-module__floatingButton___j3s68.FloatingSupport-module__expanded___OMPZP .FloatingSupport-module__text___nOF-I{opacity:1;margin-left:.75rem;color:#92400e}.FloatingSupport-module__floatingButton___j3s68:active{transform:scale(.92) translateY(-4px)}@keyframes FloatingSupport-module__bounceSoft___Km4Mk{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (max-width: 768px){.FloatingSupport-module__floatingButton___j3s68{bottom:1.5rem;right:1.5rem}}
