@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms) ; --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms) ; animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms) ; --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px) ; --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px) ; --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%) ; --tw-enter-scale: --value(ratio) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%) ; --tw-enter-scale: calc(--value(ratio)*-1) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%) ; --tw-exit-scale: --value(ratio) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%) ; --tw-exit-scale: calc(--value(ratio)*-1) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: calc(--value(ratio)*360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg) ; --tw-enter-rotate: calc(--value(ratio)*-360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: calc(--value(ratio)*360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg) ; --tw-exit-rotate: calc(--value(ratio)*-360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*-100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*-100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@custom-variant dark (&:is(.dark *));@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 193 100% 56%;--primary-foreground: 0 0% 100%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 193 100% 56%;--radius: .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}*{@apply border-border;}body{@apply bg-background text-foreground;margin:0;min-height:100vh}#root{min-height:100vh}@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }:root{--radius: .625rem;--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--card: oklch(1 0 0);--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: oklch(.205 0 0);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.97 0 0);--secondary-foreground: oklch(.205 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--accent: oklch(.97 0 0);--accent-foreground: oklch(.205 0 0);--destructive: oklch(.577 .245 27.325);--border: oklch(.922 0 0);--input: oklch(.922 0 0);--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: oklch(.205 0 0);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.205 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.205 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.922 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.704 .191 22.216);--border: oklch(1 0 0 / 10%);--input: oklch(1 0 0 / 15%);--ring: oklch(.556 0 0);--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(1 0 0 / 10%);--sidebar-ring: oklch(.556 0 0)}@layer base{*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;}}*{margin:0;padding:0;box-sizing:border-box}.app-container{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f0f6ff,#e6f4ff)}.header{background:#21c8ff;box-shadow:0 4px 6px #0000001a;padding:1.5rem 2rem}.header-content{max-width:1200px;margin:0 auto;text-align:center}.logo-container{display:flex;align-items:center;justify-content:center;gap:.75rem}.logo-icon-droplet{width:45px;height:45px;display:flex;align-items:center;justify-content:center}.logo-image{width:35px;height:35px;object-fit:contain}.logo-text{font-size:2rem;font-weight:700;color:#fff;letter-spacing:3px;margin:0}.main-content{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem}.form-container-wrapper{width:100%;max-width:1400px;display:flex;gap:2rem;align-items:flex-start}.features-sidebar{flex:1;position:sticky;top:2rem;max-width:50%}.form-container{flex:1;max-width:50%}.main-content>.form-container{max-width:600px;width:100%}.form-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #21c8ff26;overflow:hidden;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.card-header{background:linear-gradient(135deg,#21c8ff,#1ab3e6);padding:2.5rem 2rem;text-align:center;color:#fff}.icon-wrapper{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 20px #0000001a}.header-icon{width:40px;height:40px;color:#fff}.card-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.card-subtitle{font-size:1rem;opacity:.95;font-weight:400}.success-message{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1.5rem;margin:1.5rem 1.5rem 0;border-radius:12px;display:flex;align-items:center;gap:1rem;animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.success-icon{width:32px;height:32px;flex-shrink:0}.success-title{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.success-text{font-size:.9rem;opacity:.95}.form{padding:2rem}.form-group{margin-bottom:1.75rem}.form-label{display:block;font-size:.95rem;font-weight:600;color:#374151;margin-bottom:.5rem}.required{color:#ef4444}.form-input{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:10px;transition:all .3s ease;background:#fff;color:#1f2937}.form-input:focus{outline:none;border-color:#21c8ff;box-shadow:0 0 0 4px #21c8ff1a}.form-input::placeholder{color:#9ca3af}.input-error{border-color:#ef4444!important}.input-error:focus{box-shadow:0 0 0 4px #ef44441a!important}.phone-input-container{display:flex;gap:.75rem;align-items:flex-start}.country-code-select{padding:.875rem .75rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;color:#1f2937;cursor:pointer;transition:all .3s ease;min-width:100px;max-width:100%;font-weight:500;position:relative}.country-code-select:focus{outline:none;border-color:#21c8ff;box-shadow:0 0 0 4px #21c8ff1a}@media(max-width:480px){.country-code-select{width:100%;max-width:100%;font-size:.95rem;padding:.75rem .5rem}.country-code-select option{font-size:.9rem}}.phone-number-input{flex:1}.input-with-external-icon{display:flex;align-items:center;gap:1rem}.input-with-external-icon .form-input{flex:1}.external-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#21c8ff,#1ab3e6);border-radius:12px;flex-shrink:0;box-shadow:0 4px 12px #21c8ff4d;transition:all .3s ease}.external-icon:hover{transform:scale(1.05);box-shadow:0 6px 16px #21c8ff66}.camera-icon-external{width:26px;height:26px;color:#fff}.error-message{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;color:#ef4444;font-size:.875rem;font-weight:500}.error-message-box{padding:12px 16px;margin-top:12px;border-radius:8px;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;display:flex;align-items:center;gap:10px;width:100%;box-sizing:border-box;font-size:14px;line-height:1.4}.error-message-box .error-icon{width:20px;height:20px;flex-shrink:0}.error-icon{width:16px;height:16px;flex-shrink:0}.submit-button{width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#21c8ff,#1ab3e6);border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 12px #21c8ff4d;margin-top:2rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #21c8ff66}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.button-icon{width:24px;height:24px}.submitting{background:linear-gradient(135deg,#1ab3e6,#1599cc)}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.order-summary-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:16px;padding:0;margin:1.5rem;overflow:hidden;box-shadow:0 4px 12px #21c8ff1a}.order-summary-header{background:linear-gradient(135deg,#21c8ff,#1ab3e6);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.order-summary-title{margin:0;font-size:1.125rem;font-weight:700;color:#fff}.monthly-badge{background:#ffffff40;color:#fff;padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.order-summary-body{padding:1.5rem}.order-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.order-item-details{display:flex;flex-direction:column;gap:.25rem}.order-item-name{font-size:1rem;font-weight:600;color:#1f2937}.order-item-desc{font-size:.875rem;color:#6b7280}.order-item-price{font-size:1.125rem;font-weight:700;color:#1f2937;white-space:nowrap}.order-summary-divider{height:2px;background:linear-gradient(90deg,transparent,#bae6fd,transparent);margin:0 1.5rem}.order-summary-total{padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.total-label{font-size:1rem;font-weight:600;color:#374151}.total-amount{display:flex;align-items:baseline;gap:.25rem}.currency{font-size:1.5rem;font-weight:700;color:#21c8ff}.amount{font-size:2.25rem;font-weight:800;color:#21c8ff;line-height:1}.period{font-size:1rem;font-weight:600;color:#6b7280}.order-summary-note{background:#21c8ff14;padding:.875rem 1.5rem;display:flex;align-items:center;gap:.625rem;border-top:1px solid #bae6fd}.note-icon{width:18px;height:18px;color:#21c8ff;flex-shrink:0}.order-summary-note span{font-size:.875rem;color:#374151;font-weight:500}.camera-scan-button{border:none;cursor:pointer;transition:all .3s ease}.camera-scan-button:hover{transform:scale(1.05);box-shadow:0 6px 16px #21c8ff66}.camera-scan-button:active{transform:scale(.95)}.qr-scanner-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.qr-scanner-modal{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.qr-scanner-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#21c8ff,#1ab3e6)}.qr-scanner-title{display:flex;align-items:center;gap:.75rem;margin:0;font-size:1.25rem;font-weight:600;color:#fff}.qr-scanner-icon{width:24px;height:24px}.qr-close-button{background:#fff3;border:none;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease}.qr-close-button:hover{background:#ffffff4d}.qr-scanner-body{flex:1;padding:2rem;overflow-y:auto}.qr-video-container{position:relative;width:100%;aspect-ratio:4/3;background:#000;border-radius:12px;overflow:hidden}.qr-video{width:100%;height:100%;object-fit:cover}.qr-scan-frame{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:250px;height:250px;border:3px solid #21C8FF;border-radius:12px;box-shadow:0 0 0 9999px #00000080}.qr-instruction{position:absolute;bottom:1rem;left:0;right:0;text-align:center;color:#fff;font-size:.875rem;background:#0009;padding:.75rem;margin:0}.qr-error{text-align:center;padding:2rem}.qr-error p{color:#ef4444;margin-bottom:1rem;font-size:1rem}.qr-retry-button{background:#21c8ff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.qr-retry-button:hover{background:#1ab3e6;transform:translateY(-2px)}.qr-scanner-footer{padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.qr-manual-button{width:100%;padding:.875rem;background:#fff;border:2px solid #21C8FF;color:#21c8ff;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.qr-manual-button:hover{background:#21c8ff;color:#fff}.footer{background:#fff;border-top:1px solid #e5e7eb;padding:1.5rem 2rem;text-align:center}.footer p{color:#6b7280;font-size:.875rem}@media(max-width:768px){.header{padding:1.25rem 1.5rem}.logo-icon-droplet{width:40px;height:40px}.logo-image{width:28px;height:28px}.logo-text{font-size:1.5rem}.main-content{padding:1.5rem 1rem;justify-content:center}.card-header{padding:2rem 1.5rem}.icon-wrapper{width:70px;height:70px}.header-icon{width:35px;height:35px}.card-title{font-size:1.5rem}.card-subtitle{font-size:.9rem}.form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.submit-button{font-size:1rem;padding:.875rem 1.5rem}.form-container-wrapper{flex-direction:column;gap:1.5rem}.features-sidebar{flex:1;width:100%;position:static}.form-container{max-width:100%}.features-section{padding:1.5rem}.features-title{font-size:1.5rem}.features-subtitle{font-size:.95rem}.features-grid{gap:1rem}.feature-card{padding:1.25rem}}@media(max-width:480px){.header{padding:1rem}.logo-icon-droplet{width:35px;height:35px}.logo-image{width:24px;height:24px}.logo-text{font-size:1.25rem;letter-spacing:2px}.card-header{padding:1.5rem 1rem}.form{padding:1.25rem}.success-message{margin:1rem 1rem 0;padding:1.25rem;flex-direction:column;text-align:center}.input-with-external-icon{gap:.75rem}.external-icon{width:45px;height:45px}.camera-icon-external{width:22px;height:22px}.phone-input-container{flex-direction:column;gap:.75rem;padding-right:0}.country-code-select{width:100%;min-width:auto;max-width:100%}.order-summary-header{flex-direction:column;gap:.75rem;align-items:flex-start;padding:1rem}.order-summary-body{padding:1rem}.order-item{flex-direction:column;gap:.75rem}.order-item-details{width:100%}.order-summary-total{padding:1rem;flex-direction:column;gap:.75rem;align-items:flex-start}.order-summary-divider{margin:0 1rem}.order-summary-note{padding:.75rem 1rem;font-size:.8rem}.features-section{padding:1.5rem 1.25rem;border-width:2px}.features-header{margin-bottom:1.75rem}.features-title{font-size:1.5rem}.features-subtitle{font-size:.95rem}.features-card{padding:1.5rem;margin-top:1.25rem}.features-list{gap:2rem}.feature-item{padding:0;gap:1rem}.feature-item:hover{transform:translate(3px)}.feature-icon-wrapper{width:44px;height:44px}.feature-icon{width:22px;height:22px}.feature-title{font-size:1rem}.feature-description{font-size:.875rem}}.features-section{background:#fff;border-radius:20px;box-shadow:0 10px 40px #21c8ff26;padding:2.5rem;border:3px solid #21C8FF}.features-header{text-align:center;margin-bottom:2.5rem;padding-top:.5rem}.features-title{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:.75rem;background:linear-gradient(135deg,#21c8ff,#1ab3e6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.features-subtitle{font-size:1.05rem;color:#6b7280;font-weight:500;line-height:1.6}.features-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:16px;padding:2rem;margin-top:1.5rem;box-shadow:0 2px 8px #0000000a}.features-list{display:flex;flex-direction:column;gap:2.25rem}.feature-item{display:flex;gap:1.25rem;align-items:flex-start;padding:0;background:transparent;border:none;transition:all .3s ease}.feature-item:hover{transform:translate(4px)}.feature-icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.feature-item:hover .feature-icon-wrapper{transform:scale(1.05);box-shadow:0 6px 16px #00000026}.feature-icon{width:24px;height:24px;color:#fff}.feature-content{flex:1;padding-top:2px}.feature-title{font-size:1.05rem;font-weight:700;color:#1f2937;margin-bottom:.4rem;line-height:1.4}.feature-description{font-size:.925rem;color:#6b7280;line-height:1.6;margin:0}.custom-country-select{position:relative;min-width:110px}.country-select-button{width:100%;padding:.875rem .75rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;color:#1f2937;cursor:pointer;transition:all .3s ease;font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.country-select-button:hover{border-color:#21c8ff}.country-select-button:focus{outline:none;border-color:#21c8ff;box-shadow:0 0 0 4px #21c8ff1a}.country-select-value{display:flex;align-items:center;gap:.5rem}.country-flag{font-size:1.25rem;line-height:1}.country-code{font-weight:600}.country-select-icon{transition:transform .3s ease;color:#6b7280;flex-shrink:0}.country-select-icon.rotate{transform:rotate(180deg)}.country-select-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 30px #00000026;max-height:250px;overflow-y:auto;z-index:1000;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.country-option{width:100%;padding:.75rem;border:none;background:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s ease;text-align:left;font-size:.95rem}.country-option:hover{background:#f0f9ff}.country-option.selected{background:#e0f2fe;color:#21c8ff;font-weight:600}.country-name{margin-left:auto;font-size:.875rem;color:#6b7280}@media(max-width:360px){.form{padding:1rem}.phone-input-container{padding-right:0}.country-code-select{font-size:.875rem;padding:.75rem .5rem}.custom-country-select{min-width:100%}.country-select-button{font-size:.95rem;padding:.75rem .5rem}.country-select-dropdown{max-height:200px}.form-input{font-size:.95rem;padding:.75rem .875rem}.card-header{padding:1.25rem .875rem}.order-summary-card{margin:1rem .5rem}.features-section{padding:1rem .75rem}.features-title{font-size:1.25rem}.features-subtitle{font-size:.85rem}.features-grid{gap:.875rem}.feature-card{padding:.875rem}.feature-icon-wrapper{width:38px;height:38px}.feature-icon{width:18px;height:18px}.feature-title{font-size:.9rem}.feature-description{font-size:.8rem}}.features-section{width:100%;padding:2rem;max-width:100%;margin:0 auto}.feature-icon-wrapper svg{display:block!important;width:28px!important;height:28px!important;color:#fff!important}.features-header{text-align:center;margin-bottom:3rem}.features-title{font-size:2.25rem;font-weight:800;color:#21c8ff;margin-bottom:.75rem;line-height:1.1;background:linear-gradient(135deg,#21c8ff,#09c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-subtitle{font-size:1.125rem;color:#64748b;line-height:1.7;max-width:650px;margin:0 auto;font-weight:400}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;align-items:stretch}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.feature-icon-wrapper{flex-shrink:0;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.feature-icon-wrapper:after{content:"";position:absolute;inset:-2px;border-radius:inherit;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);opacity:0;transition:opacity .3s ease}.feature-card:hover .feature-icon-wrapper:after{opacity:1}.feature-card:hover .feature-icon-wrapper{transform:scale(1.05) rotate(1deg)}.feature-title{margin:0;font-weight:700;transition:color .3s ease;line-height:1.3}.feature-description{margin:0;line-height:1.7;color:#4b5563}.feature-card .badge{font-size:.625rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase;padding:.25rem .5rem;border-radius:9999px}@media(max-width:1200px){.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.75rem}}@media(max-width:1024px){.features-section{padding:1.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.features-title{font-size:2rem}.features-subtitle{font-size:1rem}}@media(max-width:768px){.features-section{padding:2rem 1.5rem}.features-header{margin-bottom:2rem}.features-title{font-size:1.75rem;line-height:1.2}.features-subtitle{font-size:1rem}.features-card{padding:1.75rem;margin-top:1.25rem}.features-list{gap:2rem}.feature-item:hover{transform:translate(6px)}}@media(max-width:640px){.form-container-wrapper{flex-direction:column;gap:2rem}.features-sidebar{position:static;max-width:100%;order:1}.form-container{max-width:100%;order:-1}.features-section{padding:1rem}.features-header{margin-bottom:1.5rem}.features-title{font-size:1.5rem}.features-subtitle{font-size:.9rem;line-height:1.6}.features-grid{gap:1rem}.feature-card{border-radius:12px}.feature-card>div:first-child{padding:1rem;gap:.875rem;display:flex!important;align-items:center!important}.feature-icon-wrapper{padding:.875rem!important}.feature-icon-wrapper svg{width:24px!important;height:24px!important}.feature-title{font-size:1.125rem;margin-bottom:.5rem}.feature-description{font-size:.875rem;line-height:1.6}.feature-card:hover{transform:translateY(-2px)}}@media(max-width:480px){.features-section{padding:.75rem}.features-header{margin-bottom:1.25rem}.features-title{font-size:1.375rem}.features-subtitle{font-size:.875rem}.features-grid{gap:.875rem}.feature-card>div:first-child{padding:.875rem;gap:.75rem;display:flex!important;align-items:center!important}.feature-icon-wrapper{padding:.75rem!important}.feature-icon-wrapper svg{width:22px!important;height:22px!important}.feature-title{font-size:1rem;margin-bottom:.375rem}.feature-description{font-size:.8rem;line-height:1.5}}@media(max-width:360px){.features-section{padding:.5rem}.features-title{font-size:1.25rem}.features-subtitle{font-size:.85rem}.features-grid{gap:.75rem}.feature-card>div:first-child{padding:.75rem;gap:.625rem;display:flex!important;align-items:center!important}.feature-icon-wrapper{padding:.625rem!important}.feature-icon-wrapper svg{width:20px!important;height:20px!important}.feature-title{font-size:.95rem}.feature-description{font-size:.775rem;line-height:1.5}}body>iframe[src*=stripe],body>iframe[name*=__privateStripe],body>div>iframe[src*=stripe]{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;position:absolute!important;pointer-events:none!important;z-index:-9999!important}body>div[style*="position: fixed"][style*=bottom]{display:none!important}div[style*="position: fixed"][style*=right][style*=bottom]{display:none!important}body>div[style*="position: fixed"][style*=z-index][style*="bottom: 0"]{display:none!important}iframe[name*=__privateStripeMetricsController],iframe[name*=__privateStripeController]{display:none!important}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.deactivate-button{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;box-shadow:0 4px 12px #dc26264d!important}.deactivate-button:hover:not(:disabled){box-shadow:0 6px 20px #dc262666!important}@media(max-width:480px){.modal-content{padding:1.5rem}.modal-content h2{font-size:1.25rem!important}.modal-content p,.modal-content ul{font-size:.9rem!important}}.toast{position:fixed;top:2rem;left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;min-width:300px;max-width:500px;z-index:3000;animation:slideDown .3s ease-out;border-left:4px solid #10b981}@keyframes slideDown{0%{transform:translate(-50%) translateY(-100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.toast-success{border-left-color:#10b981}.toast-error{border-left-color:#ef4444}.toast-content{display:flex;align-items:center;gap:.75rem;flex:1}.toast-icon{width:24px;height:24px;color:#10b981;flex-shrink:0}.toast-error .toast-icon{color:#ef4444}.toast-message{color:#1f2937;font-size:.95rem;font-weight:500;line-height:1.4}.toast-close{background:none;border:none;color:#9ca3af;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:#f3f4f6;color:#1f2937}@media(max-width:768px){.toast{left:1rem;right:1rem;transform:translate(0);min-width:unset;max-width:unset}@keyframes slideDown{0%{transform:translate(0) translateY(-100px);opacity:0}to{transform:translate(0) translateY(0);opacity:1}}}@media(max-width:480px){.toast{padding:.875rem 1rem}.toast-message{font-size:.875rem}.toast-icon{width:20px;height:20px}}
