:root{--primary-color:#a78bfa;--secondary-color:#fca5a5;--accent-color:#fbbf24;--neutral-light:#fdfdfe;--neutral-dark:#4c1d95;--background-color:var(--neutral-light);--surface-color:#fff;--text-primary:var(--neutral-dark);--text-secondary:#6b7280;--text-muted:#9ca3af;--border-color:#e5e7eb;--shadow-color:rgba(76,29,149,.1);--cta-color:var(--accent-color);--text-dark:var(--text-primary);--text-gray:var(--text-secondary);--text-light:var(--text-muted);--white:var(--surface-color)}[data-theme=dark]{--primary-color:#06b6d4;--secondary-color:#c084fc;--accent-color:#f472b6;--neutral-light:#f8fafc;--neutral-dark:#0f172a;--background-color:var(--neutral-dark);--surface-color:#1e293b;--text-primary:var(--neutral-light);--text-secondary:#94a3b8;--text-muted:#64748b;--border-color:#334155;--shadow-color:rgba(15,23,42,.3);--cta-color:var(--accent-color);--text-dark:var(--text-primary);--text-gray:var(--text-secondary);--text-light:var(--text-muted);--white:var(--surface-color)}*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100vw;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden}body{background-color:var(--background-color);color:var(--text-primary);-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;padding-top:80px;transition:background-color .3s,color .3s}body.login-page,body.signup-page{padding-top:0}a{color:inherit;text-decoration:none}button{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;outline:none;font-family:inherit}button:active{transform:translateY(1px)}.container{max-width:1200px;margin:0 auto;padding:0 .5rem}button,a{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}@media screen and (max-width:768px){input,select,textarea{font-size:16px}}html{scroll-behavior:smooth}button:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}a:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}@media (min-width:768px){.container{padding:0 1rem}}
.Navbar-module__ILULLW__navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);z-index:1000;background:rgba(253,253,254,.95);height:80px;transition:all .3s;position:fixed;top:0;left:0;right:0}[data-theme=dark] .Navbar-module__ILULLW__navbar{background:rgba(15,23,42,.95)}.Navbar-module__ILULLW__container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 1rem;display:flex;position:relative}.Navbar-module__ILULLW__logo{flex-shrink:0}.Navbar-module__ILULLW__logoBox{align-items:center;gap:.75rem;transition:transform .2s;display:flex}.Navbar-module__ILULLW__logoBox:hover{transform:scale(1.02)}.Navbar-module__ILULLW__logoIcon{width:2rem;height:2rem;color:var(--primary-color)}.Navbar-module__ILULLW__logoText{color:var(--text-primary);background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.Navbar-module__ILULLW__desktopNav{display:none}.Navbar-module__ILULLW__navList{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module__ILULLW__navList li a{color:var(--text-primary);font-weight:500;transition:color .3s;position:relative}.Navbar-module__ILULLW__navList li a:hover{color:var(--primary-color)}.Navbar-module__ILULLW__navList li a:after{content:"";background:linear-gradient(135deg,var(--primary-color),var(--accent-color));width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__ILULLW__navList li a:hover:after{width:100%}.Navbar-module__ILULLW__desktopActions{align-items:center;gap:1.5rem;display:none}.Navbar-module__ILULLW__themeToggle{background:var(--surface-color);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;box-shadow:0 2px 8px var(--shadow-color);border-radius:2rem;align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.Navbar-module__ILULLW__themeToggle:hover{box-shadow:0 4px 12px var(--shadow-color);transform:translateY(-1px)}.Navbar-module__ILULLW__toggleTrack{background:var(--border-color);border-radius:1rem;width:3rem;height:1.5rem;transition:background-color .3s;position:relative}.Navbar-module__ILULLW__toggleThumb{background:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:transform .3s,background-color .3s;display:flex;position:absolute;top:.125rem}.Navbar-module__ILULLW__toggleThumb.Navbar-module__ILULLW__light{transform:translate(0)}.Navbar-module__ILULLW__toggleThumb.Navbar-module__ILULLW__dark{transform:translate(1.5rem)}.Navbar-module__ILULLW__themeIcon{color:#fff;width:.75rem;height:.75rem}.Navbar-module__ILULLW__themeLabel{color:var(--text-primary);font-weight:600}.Navbar-module__ILULLW__primaryButton{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;cursor:pointer;border:none;border-radius:.75rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px rgba(167,139,250,.3)}.Navbar-module__ILULLW__primaryButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(167,139,250,.4)}.Navbar-module__ILULLW__accountMenu{align-items:center;gap:.75rem;display:flex}.Navbar-module__ILULLW__subscriptionBadge{align-items:center;display:flex}.Navbar-module__ILULLW__planBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s}.Navbar-module__ILULLW__freePlan{color:#6b7280;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db}.Navbar-module__ILULLW__premiumPlan{color:#1e40af;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd}.Navbar-module__ILULLW__orgPlan{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b}[data-theme=dark] .Navbar-module__ILULLW__freePlan{color:#9ca3af;background:linear-gradient(135deg,#374151,#4b5563);border:1px solid #6b7280}[data-theme=dark] .Navbar-module__ILULLW__premiumPlan{color:#dbeafe;background:linear-gradient(135deg,#1e3a8a,#2563eb);border:1px solid #3b82f6}[data-theme=dark] .Navbar-module__ILULLW__orgPlan{color:#fef3c7;background:linear-gradient(135deg,#92400e,#d97706);border:1px solid #f59e0b}.Navbar-module__ILULLW__secondaryButton{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:.75rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.Navbar-module__ILULLW__secondaryButton:hover{background:var(--surface-color);box-shadow:0 4px 12px var(--shadow-color);transform:translateY(-1px)}.Navbar-module__ILULLW__hamburger{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;padding:0;display:flex}.Navbar-module__ILULLW__hamburger span{background:var(--text-primary);transform-origin:-4px;border-radius:.125rem;width:2rem;height:.25rem;transition:all .3s}.Navbar-module__ILULLW__hamburger.Navbar-module__ILULLW__active span:first-child{transform:rotate(45deg)}.Navbar-module__ILULLW__hamburger.Navbar-module__ILULLW__active span:nth-child(2){opacity:0}.Navbar-module__ILULLW__hamburger.Navbar-module__ILULLW__active span:last-child{transform:rotate(-45deg)}.Navbar-module__ILULLW__mobileMenu{z-index:5;background:0 0;padding-top:80px;transition:transform .3s;position:fixed;top:0;bottom:0;left:0;right:0;transform:translate(-100%);box-shadow:0 0 20px rgba(0,0,0,.1)}.Navbar-module__ILULLW__mobileMenu.Navbar-module__ILULLW__open{transform:translate(0)}.Navbar-module__ILULLW__mobileNavList{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.95);border-radius:1rem;flex-direction:column;gap:1rem;margin:1rem;padding:2rem 1rem;list-style:none;display:flex;box-shadow:0 4px 20px rgba(0,0,0,.1)}@media (prefers-color-scheme:dark){.Navbar-module__ILULLW__mobileNavList{background:rgba(17,24,39,.95)}}.dark .Navbar-module__ILULLW__mobileNavList{background:rgba(17,24,39,.95)}.Navbar-module__ILULLW__mobileNavList li a{color:var(--text-primary);text-align:center;border-radius:.75rem;padding:1rem;font-weight:500;transition:all .3s;display:block}.Navbar-module__ILULLW__mobileNavList li a:hover{background:var(--background-color);color:var(--primary-color)}.Navbar-module__ILULLW__mobileThemeItem{justify-content:center;padding:1rem;display:flex}.Navbar-module__ILULLW__mobileThemeToggle{background:var(--background-color);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.Navbar-module__ILULLW__mobileThemeToggle:hover{background:var(--primary-color);color:#fff}.Navbar-module__ILULLW__mobileLoginItem{padding:1rem}.Navbar-module__ILULLW__mobileLoginButton{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:transform .3s}.Navbar-module__ILULLW__mobileLoginButton:hover{transform:translateY(-2px)}.Navbar-module__ILULLW__mobileSignOutButton{width:100%;color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:.75rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.Navbar-module__ILULLW__mobileSignOutButton:hover{background:var(--surface-color);transform:translateY(-1px)}.Navbar-module__ILULLW__modalOverlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.Navbar-module__ILULLW__modal{background:var(--surface-color);border-radius:1rem;width:100%;max-width:500px;padding:2rem;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3)}.Navbar-module__ILULLW__modalClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:background-color .3s;position:absolute;top:1rem;right:1rem}.Navbar-module__ILULLW__modalClose:hover{background:var(--background-color)}.Navbar-module__ILULLW__modalContent h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Navbar-module__ILULLW__modalContent p{color:var(--text-secondary);margin-bottom:2rem}.Navbar-module__ILULLW__modalForm{flex-direction:column;gap:1rem;display:flex}.Navbar-module__ILULLW__modalInput{border:2px solid var(--border-color);background:var(--background-color);color:var(--text-primary);border-radius:.75rem;padding:1rem;font-size:1rem;transition:border-color .3s}.Navbar-module__ILULLW__modalInput:focus{border-color:var(--primary-color);outline:none}.Navbar-module__ILULLW__modalSubmit{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;cursor:pointer;border:none;border-radius:.75rem;padding:1rem;font-size:1rem;font-weight:600;transition:transform .3s}.Navbar-module__ILULLW__modalSubmit:hover{transform:translateY(-2px)}@media (min-width:768px){.Navbar-module__ILULLW__container{padding:0 2rem}.Navbar-module__ILULLW__desktopNav{display:block}.Navbar-module__ILULLW__desktopActions{display:flex}.Navbar-module__ILULLW__hamburger,.Navbar-module__ILULLW__mobileMenu{display:none}}@media (min-width:1024px){.Navbar-module__ILULLW__navList{gap:3rem}.Navbar-module__ILULLW__desktopActions{gap:2rem}}
.Footer-module__HpDVVG__footer{background-color:var(--primary-color);color:var(--white);z-index:1001;margin-top:4rem;padding:3rem 0 2rem;position:relative}.Footer-module__HpDVVG__container{max-width:1200px;margin:0 auto;padding:0 1rem}.Footer-module__HpDVVG__footerContent{flex-direction:column;gap:2rem;display:flex}.Footer-module__HpDVVG__brandSection{text-align:center}.Footer-module__HpDVVG__logo{background-color:var(--white);width:3rem;height:3rem;color:var(--primary-color);border-radius:.5rem;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}.Footer-module__HpDVVG__copyright{color:var(--text-light);margin:0;font-size:.875rem}.Footer-module__HpDVVG__contactSection{text-align:center}.Footer-module__HpDVVG__contactSection h3{color:var(--white);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.Footer-module__HpDVVG__contactSection p{color:var(--text-light);margin:.25rem 0;font-size:.95rem}.Footer-module__HpDVVG__contactSection p:first-of-type{color:var(--accent-color);cursor:pointer;font-weight:500;transition:color .2s}.Footer-module__HpDVVG__contactSection p:first-of-type:hover{color:var(--white);text-decoration:underline}.Footer-module__HpDVVG__legalSection{text-align:center}.Footer-module__HpDVVG__legalSection h3{color:var(--white);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.Footer-module__HpDVVG__legalLinks{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__HpDVVG__legalLinks li a{color:var(--text-light);cursor:pointer;padding:.25rem 0;font-size:.875rem;text-decoration:none;transition:color .2s;display:block}.Footer-module__HpDVVG__legalLinks li a:hover{color:var(--accent-color);text-decoration:underline}.Footer-module__HpDVVG__emailSection{text-align:center}.Footer-module__HpDVVG__emailSection h3{color:var(--white);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.Footer-module__HpDVVG__emailLinks{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__HpDVVG__emailLinks li a{color:var(--text-light);cursor:pointer;padding:.25rem 0;font-size:.875rem;text-decoration:none;transition:color .2s;display:block}.Footer-module__HpDVVG__emailLinks li a:hover{color:var(--accent-color);text-decoration:underline}@media (min-width:768px){.Footer-module__HpDVVG__footer{padding:4rem 0 2rem}.Footer-module__HpDVVG__footerContent{grid-template-columns:3fr 1fr 1fr 1fr;align-items:start;gap:2rem;display:grid}.Footer-module__HpDVVG__brandSection{text-align:left}.Footer-module__HpDVVG__logo{margin:0 0 1rem}.Footer-module__HpDVVG__contactSection{text-align:left}.Footer-module__HpDVVG__legalSection{text-align:left;margin-bottom:2rem}.Footer-module__HpDVVG__emailSection{text-align:left}.Footer-module__HpDVVG__legalLinks,.Footer-module__HpDVVG__emailLinks{gap:.75rem}.Footer-module__HpDVVG__legalLinks li a,.Footer-module__HpDVVG__emailLinks li a{font-size:.95rem}}
