@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap";#root{width:100%;min-height:100vh}.app-shell{width:100%;min-height:100vh;padding:1.5rem}.app-header,.app-main{width:100%;max-width:56rem;margin-inline:auto}.app-header{margin-bottom:1rem;overflow:hidden;border:1px solid #dbe2ea;border-radius:1rem;background:#fff;box-shadow:0 8px 24px #0f172a12}.app-header picture,.app-header__image{display:block;width:100%}.app-header__image{height:auto;-o-object-fit:contain;object-fit:contain}.form-card,.legal-card{width:100%;padding:2rem;border:1px solid #dbe2ea;border-radius:1.25rem;background:#fffffffa;box-shadow:0 16px 40px #0f172a14}.form-heading{margin-bottom:2rem}.form-heading__row,.legal-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.form-eyebrow{margin:0 0 .35rem;color:#64748b;font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.form-title,.legal-main-title{margin:0;color:#18283d;font-family:var(--font-title);font-size:clamp(1.65rem,4vw,2.25rem);font-weight:900;line-height:1.08}.form-subtitle{max-width:38rem;margin:.65rem 0 0;color:#64748b;font-size:.98rem;line-height:1.6}.step-badge{display:inline-flex;flex:0 0 auto;align-items:center;min-height:2.25rem;padding:.48rem .85rem;border:1px solid #dbe2ea;border-radius:999px;background:#f8fafc;color:#334155;font-size:.82rem;font-weight:900;white-space:nowrap}.progress-track{width:100%;height:.5rem;margin-top:1.35rem;overflow:hidden;border-radius:999px;background:#e7edf3}.progress-value{height:100%;border-radius:inherit;background:#203a5b;transition:width .22s ease}.form-layout{display:flex;flex-direction:column;gap:1.5rem}.form-card form label>span:first-child{display:block;margin-bottom:.4rem;color:#334155;font-size:.92rem;font-weight:900;line-height:1.4}.form-control{display:block;width:100%;min-height:2.9rem;padding:.72rem .9rem;border:1px solid #cbd5e1;border-radius:.75rem;outline:none;background:#fff;color:#1e293b;box-shadow:0 1px 2px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.form-control:hover{border-color:#94a3b8}.form-control:focus{border-color:#203a5b;box-shadow:0 0 0 3px #203a5b24}.form-control::-moz-placeholder{color:#94a3b8}.form-control::placeholder{color:#94a3b8}textarea.form-control{min-height:8rem;resize:vertical}input[type=file].form-control{min-height:auto;padding:.45rem;color:#475569}input[type=file].form-control::file-selector-button{margin-right:.75rem;padding:.55rem .85rem;border:0;border-radius:.55rem;background:#e9eef4;color:#203a5b;font:inherit;font-weight:900;cursor:pointer}.quantity-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(9.5rem,.8fr);gap:.65rem}.required-note{margin:.25rem 0 0;color:#b42318;font-size:.82rem}.form-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.5rem;padding-top:1.25rem;border-top:1px solid #e5eaf0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.72rem 1.1rem;border:1px solid transparent;border-radius:.75rem;font:inherit;font-weight:900;line-height:1.2;cursor:pointer;transition:transform .12s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.button:hover{transform:translateY(-1px)}.button:focus-visible{outline:none;box-shadow:0 0 0 4px #203a5b2b}.button-primary{background:#203a5b;color:#fff;box-shadow:0 6px 16px #203a5b2b}.button-primary:hover{background:#172e49}.button-secondary{border-color:#cbd5e1;background:#fff;color:#334155}.button-secondary:hover{border-color:#94a3b8;background:#f8fafc}.button-full{width:100%}.legal-intro{padding:1.35rem 1.5rem;border:1px solid #dbe2ea;border-radius:1rem;background:#f7f9fb}.legal-section-heading{margin:2rem 0 1rem}.legal-scroll{height:21rem;overflow-y:auto;padding:1.4rem 1.5rem;border:1px solid #cbd5e1;border-radius:1rem;background:#fff;scrollbar-color:#94a3b8 #eef2f6;scrollbar-width:thin}.legal-scroll:focus{outline:none;border-color:#203a5b;box-shadow:0 0 0 3px #203a5b1f}.legal-copy{color:#475569;font-size:.95rem;line-height:1.72}.legal-copy h2{margin:0 0 .8rem;color:#203a5b;font-family:var(--font-title);font-size:1.25rem;line-height:1.2}.legal-copy p{margin:.65rem 0}.legal-copy ul{margin:.6rem 0 .8rem;padding-left:1.25rem}.legal-copy li{margin:.45rem 0}.legal-copy a{color:#1d4f82;font-weight:900;text-decoration:underline;text-underline-offset:2px}.legal-helper{margin:.85rem 0 0;color:#64748b;font-size:.84rem}.legal-helper--ready{color:#16724a;font-weight:900}.terms-row{display:flex;align-items:flex-start;gap:.65rem;margin-top:1rem;padding:.9rem 1rem;border:1px solid #dbe2ea;border-radius:.8rem;background:#f8fafc;color:#334155;font-weight:900;cursor:pointer}.terms-row--disabled{color:#94a3b8;cursor:not-allowed}.terms-row input{width:1.05rem;height:1.05rem;margin-top:.12rem;accent-color:#203a5b}.legal-actions{margin-top:1rem}.upload-preview{position:relative;padding:.55rem;overflow:hidden;border:1px solid #dbe2ea;border-radius:.8rem;background:#f8fafc;box-shadow:0 2px 8px #0f172a0f}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a7a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-card,.success-card{width:min(100%,27rem);padding:1.5rem;border-radius:1rem;background:#fff;box-shadow:0 24px 60px #0f172a3d}.success-card{position:relative;text-align:center}.loading-bar{height:.45rem;border-radius:999px;background:#203a5b}.toast-custom{font-family:var(--font-body);border-radius:.6rem}@media (max-width: 640px){.app-shell{padding:.75rem}.app-header{margin-bottom:.75rem;border-radius:.8rem}.form-card,.legal-card{padding:1.25rem;border-radius:1rem}.form-heading,.legal-section-heading{margin-bottom:1.4rem}.form-heading__row,.legal-section-heading{flex-direction:column;gap:.85rem}.form-title,.legal-main-title{font-size:1.65rem}.step-badge{align-self:flex-start}.form-layout{gap:1.25rem}.quantity-grid{grid-template-columns:minmax(0,1fr) minmax(8.9rem,.95fr);gap:.5rem}.quantity-grid .form-control{padding-inline:.7rem;font-size:.88rem}.legal-intro,.legal-scroll{padding:1.1rem}.legal-scroll{height:19rem}}@media (max-width: 390px){.quantity-grid{grid-template-columns:1fr}}.section-label{margin:0 0 .75rem;color:#334155;font-size:.92rem;font-weight:900}.field-error{display:block;margin-top:.4rem;color:#b42318;font-size:.82rem;font-weight:400}.form-control[aria-invalid=true]{border-color:#b42318;box-shadow:0 0 0 3px #b423181f}.invoice-number-grid{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.65rem}.button:disabled{cursor:not-allowed;opacity:.65;transform:none}@media (max-width: 480px){.invoice-number-grid{gap:.4rem}}/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d;background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width: 360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:-moz-fit-content;max-width:fit-content}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.absolute{position:absolute}.right-1{right:.25rem}.right-2{right:.5rem}.top-1{top:.25rem}.top-2{top:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.block{display:block}.flex{display:flex}.grid{display:grid}.h-24{height:6rem}.h-5{height:1.25rem}.h-auto{height:auto}.w-5{width:1.25rem}.w-full{width:100%}.flex-shrink-0{flex-shrink:0}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-t{border-top-width:1px}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{color:#1f2937;background:#eef2f6;font-family:Roboto,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--font-title: "Roboto", Arial, sans-serif;--font-body: "Roboto", Arial, sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:#eef2f6}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at top left,rgba(255,255,255,.95),transparent 34rem),linear-gradient(180deg,#f5f7fa,#eef2f6);color:#1f2937;font-family:var(--font-body);font-weight:400;line-height:1.5}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,strong,b{font-family:var(--font-title);font-weight:900}a{color:inherit}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}@media (min-width: 640px){.sm\:right-4{right:1rem}.sm\:top-3{top:.75rem}.sm\:col-span-1{grid-column:span 1 / span 1}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}
