@import"https://fonts.googleapis.com/css2?family=Delius&family=Fredoka:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;scroll-behavior:smooth;font-weight:200}#root{min-height:100vh;display:flex;flex-direction:column}header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:0;box-shadow:0 4px 20px #0000001a;flex-shrink:0;position:relative;overflow:hidden}header:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);animation:shimmer 3s infinite;pointer-events:none}body[data-route^="/dashboard"] header:before{display:none}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}main{flex:1;display:flex;flex-direction:column;background-color:#f8fafc}footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:0;border-top:1px solid #e2e8f0;flex-shrink:0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:.95rem}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.btn-secondary{background:#fff;color:#475569;border:2px solid #e2e8f0}.btn-secondary:hover{background:#f1f5f9;border-color:#cbd5e1}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5rem}p{line-height:1.6;margin-bottom:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out}@media (max-width: 768px){.container{padding:0 1rem}.btn{padding:.625rem 1.25rem;font-size:.9rem}}._toastContainer_16eyi_3{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}._toast_16eyi_3{background:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-width:400px;min-width:300px;padding:16px;display:flex;align-items:flex-start;gap:12px;pointer-events:all;animation:_slideIn_16eyi_1 .3s ease-out;border-left:4px solid}@keyframes _slideIn_16eyi_1{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}._toast_16eyi_3._exiting_16eyi_79{animation:_slideOut_16eyi_1 .3s ease-out forwards}@keyframes _slideOut_16eyi_1{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}._toast_16eyi_3._success_16eyi_111{border-left-color:#22c55e}._toast_16eyi_3._error_16eyi_119{border-left-color:#ef4444}._toast_16eyi_3._warning_16eyi_127{border-left-color:#f59e0b}._toast_16eyi_3._info_16eyi_135{border-left-color:#3b82f6}._icon_16eyi_145{font-size:20px;line-height:1;flex-shrink:0;margin-top:2px}._success_16eyi_111 ._icon_16eyi_145{color:#22c55e}._error_16eyi_119 ._icon_16eyi_145{color:#ef4444}._warning_16eyi_127 ._icon_16eyi_145{color:#f59e0b}._info_16eyi_135 ._icon_16eyi_145{color:#3b82f6}._content_16eyi_193{flex:1;min-width:0}._title_16eyi_203{font-weight:600;font-size:14px;color:#1f2937;margin:0 0 4px;line-height:1.4}._message_16eyi_219{font-size:14px;color:#6b7280;margin:0;line-height:1.4;word-wrap:break-word}._closeButton_16eyi_237{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:18px;line-height:1;padding:0;margin-left:8px;flex-shrink:0;transition:color .2s ease}._closeButton_16eyi_237:hover{color:#6b7280}._closeButton_16eyi_237:focus{outline:none;color:#6b7280}._progressBar_16eyi_283{position:absolute;bottom:0;left:0;height:3px;background:currentColor;opacity:.3;transition:width linear}._success_16eyi_111 ._progressBar_16eyi_283{background:#22c55e}._error_16eyi_119 ._progressBar_16eyi_283{background:#ef4444}._warning_16eyi_127 ._progressBar_16eyi_283{background:#f59e0b}._info_16eyi_135 ._progressBar_16eyi_283{background:#3b82f6}@media (prefers-color-scheme: dark){._toast_16eyi_3{background:#1f2937;color:#f3f4f6}._title_16eyi_203{color:#f9fafb}._message_16eyi_219{color:#d1d5db}._closeButton_16eyi_237{color:#6b7280}._closeButton_16eyi_237:hover{color:#9ca3af}}@media (max-width: 640px){._toastContainer_16eyi_3{top:10px;right:10px;left:10px}._toast_16eyi_3{min-width:unset;max-width:unset}}._languageSwitcher_1gxmj_5{display:flex;gap:.25rem;align-items:center}._flagButton_1gxmj_17{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:.875rem;color:#475569}._flagButton_1gxmj_17:hover{background:#ffffff1a;border-color:#fff3}._flagButton_1gxmj_17:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}._flagButton_1gxmj_17._active_1gxmj_67{background:#fff3;border-color:#ffffff4d}._flag_1gxmj_17{font-size:1.1rem;line-height:1}._text_1gxmj_87{font-weight:500;white-space:nowrap}._header_1gxmj_103 ._flagButton_1gxmj_17{padding:.375rem .5rem;border-color:transparent;background:transparent}._header_1gxmj_103 ._flagButton_1gxmj_17:hover{background:#ffffff1a;border-color:transparent}._header_1gxmj_103 ._text_1gxmj_87{display:none}@media (min-width: 768px){._header_1gxmj_103 ._text_1gxmj_87{display:block}}._sidebar_1gxmj_147 ._languageSwitcher_1gxmj_5{flex-direction:row;gap:.25rem;width:100%;justify-content:center}._sidebar_1gxmj_147 ._flagButton_1gxmj_17{flex:1;justify-content:center;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:transparent;color:#64748b;font-size:.875rem}._sidebar_1gxmj_147 ._flagButton_1gxmj_17:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}._sidebar_1gxmj_147 ._flagButton_1gxmj_17._active_1gxmj_67{background:#667eea;border-color:#667eea;color:#fff}._settings_1gxmj_209 ._flagButton_1gxmj_17{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;min-width:120px;color:#475569}._settings_1gxmj_209 ._flagButton_1gxmj_17:hover{border-color:#cbd5e1;background:#f8fafc}._settings_1gxmj_209 ._flagButton_1gxmj_17:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._settings_1gxmj_209 ._flagButton_1gxmj_17._active_1gxmj_67{background:#667eea;border-color:#667eea;color:#fff}@media (prefers-color-scheme: dark){._flagButton_1gxmj_17{background:#1e293b;border-color:#334155;color:#e2e8f0}._flagButton_1gxmj_17:hover{background:#334155;border-color:#475569}._flagButton_1gxmj_17._active_1gxmj_67{background:#667eea;border-color:#667eea;color:#fff}._settings_1gxmj_209 ._flagButton_1gxmj_17{background:#1e293b;border-color:#334155;color:#e2e8f0}._settings_1gxmj_209 ._flagButton_1gxmj_17:hover{background:#334155;border-color:#475569}}tw ._header_1hqpd_3{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:0;box-shadow:0 4px 20px #0000001a;position:fixed;top:0;left:0;right:0;z-index:9999;transition:transform .3s ease-in-out}._header_1hqpd_3._visible_1hqpd_29{transform:translateY(0)}._header_1hqpd_3._hidden_1hqpd_37{transform:translateY(-100%)}._header_1hqpd_3._disabled_1hqpd_45{display:none;pointer-events:none;z-index:-1}._container_1hqpd_67{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem}._logo_1hqpd_85{display:flex;align-items:center;gap:.75rem;flex-shrink:0}._logoIcon_1hqpd_99{width:40px;height:40px;background:#fff3;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}._logoText_1hqpd_125{font-size:1.75rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.025em}._logoSubtext_1hqpd_141{font-size:.75rem;opacity:.8;font-weight:500;margin-top:-.25rem}._nav_1hqpd_155{display:flex;align-items:center}._headerActions_1hqpd_165{display:flex;align-items:center;gap:1rem;margin-left:1rem}._navList_1hqpd_179{display:flex;list-style:none;margin:0;padding:0;gap:.1rem}._navLink_1hqpd_195{color:#fff;text-decoration:none;font-weight:500;padding:.75rem 1rem;border-radius:8px;transition:all .3s ease;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._navLink_1hqpd_195:hover{background:#ffffff26;transform:translateY(-1px)}._navLink_1hqpd_195._active_1hqpd_227{background:#fff3;border:1px solid rgba(255,255,255,.3)}._ctaButton_1hqpd_237{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #f59e0b4d}._ctaButton_1hqpd_237:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}._mobileMenuButton_1hqpd_269{display:none;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.5rem;cursor:pointer;padding:.75rem;border-radius:8px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:44px;min-height:44px;align-items:center;justify-content:center}._mobileMenuButton_1hqpd_269:hover{background:#ffffff1a}._mobileMenuOverlay_1hqpd_311{position:fixed;inset:80px 0 0;background:linear-gradient(135deg,#667eea,#764ba2);border-top:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0003;z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow-y:auto}._mobileNav_1hqpd_339{padding:1rem 0}._mobileNavList_1hqpd_347{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}._mobileNavLink_1hqpd_363{color:#fff;text-decoration:none;font-weight:500;padding:1rem 2rem;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);display:block}._mobileNavLink_1hqpd_363:hover{background:#ffffff1a;padding-left:2.5rem}._mobileNavLink_1hqpd_363._active_1hqpd_227{background:#ffffff26;border-left:3px solid rgba(255,255,255,.8)}._mobileActions_1hqpd_403{padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:1rem;align-items:flex-start}._mobileCta_1hqpd_421{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #f59e0b4d;width:100%;text-align:center;display:block}._mobileCta_1hqpd_421:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}@media (min-width: 1025px) and (max-width: 1200px){._container_1hqpd_67{padding:1rem}._logoText_1hqpd_125{font-size:1.5rem}._navList_1hqpd_179{gap:.25rem}._navLink_1hqpd_195{padding:.5rem 1rem;font-size:.9rem}._ctaButton_1hqpd_237{margin-left:.5rem;padding:.5rem 1rem;font-size:.9rem}}@media (max-width: 1024px){._nav_1hqpd_155{display:none}._mobileMenuButton_1hqpd_269{display:flex}._logoText_1hqpd_125{font-size:1.25rem}._logoIcon_1hqpd_99{width:35px;height:35px}}._footer_qpc12_3{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:3rem 0 1.5rem;position:relative;overflow:hidden}._footer_qpc12_3:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>')}._container_qpc12_39{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}._footerContent_qpc12_55{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:2rem}._navSections_qpc12_69{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}._companyInfo_qpc12_81{max-width:300px}._logo_qpc12_89{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}._logoIcon_qpc12_103{width:40px;height:40px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}._logoText_qpc12_129{font-size:1.5rem;font-weight:800;color:#fff;margin:0}._companyDescription_qpc12_143{color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}._socialLinks_qpc12_157{display:flex;gap:1rem}._socialLink_qpc12_157{width:40px;height:40px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}._socialLink_qpc12_157:hover{background:#fff3;transform:translateY(-2px)}._navTitle_qpc12_215{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#fff}._navList_qpc12_229{list-style:none;padding:0;margin:0}._navList_qpc12_229 li{margin-bottom:.75rem}._navList_qpc12_229 a{color:#cbd5e1;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}._navList_qpc12_229 a:hover{color:#fff;transform:translate(3px)}._footerSection_qpc12_275 h4{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#fff}._footerLinks_qpc12_289{list-style:none;padding:0;margin:0}._footerLinks_qpc12_289 li{margin-bottom:.75rem}._footerLinks_qpc12_289 a{color:#cbd5e1;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}._footerLinks_qpc12_289 a:hover{color:#fff;transform:translate(3px)}._footerBottom_qpc12_335{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._copyright_qpc12_355{margin:0;font-size:.9rem;color:#94a3b8}._footerBottomLinks_qpc12_367{display:flex;gap:2rem;list-style:none;padding:0;margin:0}._footerBottomLinks_qpc12_367 a{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .3s ease}._footerBottomLinks_qpc12_367 a:hover{color:#fff}._madeWith_qpc12_405{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.9rem}._heart_qpc12_421{color:#ef4444;font-size:1rem;animation:_heartbeat_qpc12_1 2s ease-in-out infinite}@keyframes _heartbeat_qpc12_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._brandName_qpc12_451{font-weight:600;color:#60a5fa}@media (max-width: 968px){._footerContent_qpc12_55{grid-template-columns:1fr;gap:2rem}._navSections_qpc12_69{grid-template-columns:1fr 1fr;gap:2rem}._companyInfo_qpc12_81{max-width:none;text-align:center;margin-bottom:1rem}}@media (max-width: 640px){._container_qpc12_39{padding:0 1rem}._footerContent_qpc12_55,._navSections_qpc12_69{grid-template-columns:1fr;gap:2rem;text-align:center}._footerBottom_qpc12_335{flex-direction:column;text-align:center;gap:1rem}._footerBottomLinks_qpc12_367{justify-content:center;flex-wrap:wrap}._socialLinks_qpc12_157{justify-content:center}}._container_62ewx_1{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f8fafc;padding:2rem}._content_62ewx_19{text-align:center;max-width:500px;background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}._icon_62ewx_37{font-size:4rem;margin-bottom:1rem}._title_62ewx_47{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}._message_62ewx_61{font-size:1.125rem;color:#4b5563;margin-bottom:.5rem}._submessage_62ewx_73{font-size:1rem;color:#6b7280;margin-bottom:2rem}._actions_62ewx_85{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._primaryButton_62ewx_99,._secondaryButton_62ewx_99{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s;border:none;min-width:120px}._primaryButton_62ewx_99{background:#3b82f6;color:#fff}._primaryButton_62ewx_99:hover{background:#2563eb}._secondaryButton_62ewx_99{background:#fff;color:#374151;border:1px solid #d1d5db}._secondaryButton_62ewx_99:hover{background:#f9fafb;border-color:#9ca3af}@media (max-width: 640px){._container_62ewx_1{padding:1rem}._content_62ewx_19{padding:2rem 1.5rem}._actions_62ewx_85{flex-direction:column}._primaryButton_62ewx_99,._secondaryButton_62ewx_99{width:100%}}._container_4ul32_7{min-height:100%;background:linear-gradient(135deg,#f8fafc,#e2e8f0);scroll-behavior:smooth}@keyframes _fadeInUp_4ul32_37{to{opacity:1;transform:translateY(0)}}._fadeInUp_4ul32_37{animation:_fadeInUp_4ul32_37 .8s ease-out forwards;opacity:0;transform:translateY(30px)}._animateIn_4ul32_49 ._problemCard_4ul32_49:nth-child(1){animation-delay:.5s}._animateIn_4ul32_49 ._problemCard_4ul32_49:nth-child(2){animation-delay:.7s}._animateIn_4ul32_49 ._problemCard_4ul32_49:nth-child(3){animation-delay:.9s}._animateIn_4ul32_49 ._solutionCard_4ul32_57:nth-child(1){animation-delay:.5s}._animateIn_4ul32_49 ._solutionCard_4ul32_57:nth-child(2){animation-delay:.7s}._animateIn_4ul32_49 ._solutionCard_4ul32_57:nth-child(3){animation-delay:.9s}._problemCard_4ul32_49,._solutionCard_4ul32_57,._transitionContent_4ul32_71,._problemBadge_4ul32_73,._sectionTitle_4ul32_75,._sectionSubtitle_4ul32_77{opacity:1;transform:translateY(0);transition:none}._problemCard_4ul32_49._fadeInUp_4ul32_37,._solutionCard_4ul32_57._fadeInUp_4ul32_37,._transitionContent_4ul32_71._fadeInUp_4ul32_37,._problemBadge_4ul32_73._fadeInUp_4ul32_37,._sectionTitle_4ul32_75._fadeInUp_4ul32_37,._sectionSubtitle_4ul32_77._fadeInUp_4ul32_37{animation:_fadeInUp_4ul32_37 1s ease-out forwards}._problemBadge_4ul32_73._fadeInUp_4ul32_37{animation-delay:.1s}._sectionTitle_4ul32_75._fadeInUp_4ul32_37{animation-delay:.2s}._sectionSubtitle_4ul32_77._fadeInUp_4ul32_37{animation-delay:.3s}._problemSection_4ul32_119,._solutionSection_4ul32_121,._transitionSection_4ul32_123{scroll-margin-top:2rem}._problemCard_4ul32_49:hover,._solutionCard_4ul32_57:hover{cursor:pointer}._problemCard_4ul32_49:focus-within,._solutionCard_4ul32_57:focus-within{outline:2px solid #667eea;outline-offset:2px}._problemHeader_4ul32_159,._solutionFeatures_4ul32_161{animation:_fadeInUp_4ul32_37 .8s ease-out .4s both}._problemStats_4ul32_169{animation:_fadeInUp_4ul32_37 .8s ease-out .6s both}._hero_4ul32_177{padding:6rem 0;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:center}._hero_4ul32_177:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;animation:_float_4ul32_1 20s ease-in-out infinite}._hero_4ul32_177:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:_rotate_4ul32_1 60s linear infinite;opacity:.4}@keyframes _float_4ul32_1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.02)}}@keyframes _rotate_4ul32_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._heroContent_4ul32_271{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}._badge_4ul32_289{display:inline-block;background:#ffffff26;color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:_fadeInUp_4ul32_37 .8s ease-out .2s both;opacity:0;transform:translateY(20px)}._title_4ul32_321{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;text-shadow:0 4px 8px rgba(0,0,0,.2);letter-spacing:-.025em;font-optical-sizing:auto;font-style:normal;background:linear-gradient(45deg,#fff,#f0f9ff,#fff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:_shimmer_4ul32_1 3s ease-in-out infinite}@keyframes _shimmer_4ul32_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._subtitle_4ul32_365{font-size:1.25rem;margin-bottom:2rem;opacity:.95;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:_fadeInUp_4ul32_37 1s ease-out .5s both}@keyframes _fadeInUp_4ul32_37{0%{opacity:0;transform:translateY(30px)}to{opacity:.95;transform:translateY(0)}}._ctaButtons_4ul32_411{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;animation:_fadeInUp_4ul32_37 1.2s ease-out .8s both}._primaryCta_4ul32_427{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 8px 25px #f59e0b4d;display:inline-flex;align-items:center;gap:.5rem}._primaryCta_4ul32_427:hover{transform:translateY(-3px);box-shadow:0 12px 35px #f59e0b66}._secondaryCta_4ul32_467{background:#ffffff26;color:#fff;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}._secondaryCta_4ul32_467:hover{background:#ffffff40;transform:translateY(-2px)}._trustIndicators_4ul32_503{display:flex;justify-content:center;align-items:center;gap:2rem;opacity:.8;animation:_fadeInUp_4ul32_37 1.4s ease-out 1.2s both}._trustItem_4ul32_521{animation:_pulse_4ul32_1 2s ease-in-out infinite}._trustItem_4ul32_521:nth-child(1){animation-delay:.2s}._trustItem_4ul32_521:nth-child(2){animation-delay:.4s}._trustItem_4ul32_521:nth-child(3){animation-delay:.6s}@keyframes _pulse_4ul32_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}._trustItem_4ul32_521{display:flex;align-items:center;gap:.5rem;font-size:.9rem}._problemSection_4ul32_119{padding:6rem 0;background:linear-gradient(135deg,#fef2f2,#fef7f7,#fff)}._sectionContainer_4ul32_579{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center}._sectionTitle_4ul32_75{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;color:#1e293b}._sectionSubtitle_4ul32_77{font-size:1.125rem;text-align:center;color:#64748b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}._problemGrid_4ul32_633{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;align-items:stretch;width:100%;max-width:1200px}@media (max-width: 1024px){._problemGrid_4ul32_633{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){._problemGrid_4ul32_633{grid-template-columns:1fr}}._problemCard_4ul32_49{background:linear-gradient(135deg,#fff,#fef2f2);border:2px solid #fecaca;border-radius:24px;padding:2.5rem;text-align:center;position:relative;box-shadow:0 10px 30px #ef444414;transition:all .3s ease;display:flex;flex-direction:column}._problemCard_4ul32_49:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ef444426;border-color:#f87171}._problemCard_4ul32_49:hover:before{opacity:1;height:5px;background:linear-gradient(90deg,transparent 0%,#f87171 15%,#ef4444 50%,#f87171 85%,transparent 100%)}._problemCard_4ul32_49:hover:after{opacity:1;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(239,68,68,.3) 15%,rgba(239,68,68,.6) 50%,rgba(239,68,68,.3) 85%,transparent 100%)}._problemCard_4ul32_49:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent 0%,#f87171 20%,#ef4444 50%,#f87171 80%,transparent 100%);border-radius:24px 24px 0 0;opacity:.8;transition:all .3s ease}._problemCard_4ul32_49:after{content:"";position:absolute;top:4px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(239,68,68,.2) 20%,rgba(239,68,68,.4) 50%,rgba(239,68,68,.2) 80%,transparent 100%);border-radius:0 0 2px 2px;transition:all .3s ease}._problemIcon_4ul32_789{font-size:4rem;margin-bottom:2rem;display:inline-block;padding:1.5rem;background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:24px;border:3px solid #f87171;transition:all .3s ease;box-shadow:0 8px 25px #ef444426}._problemCard_4ul32_49:hover ._problemIcon_4ul32_789{transform:scale(1.05);box-shadow:0 12px 35px #ef444433}._problemTitle_4ul32_823{font-size:1.75rem;font-weight:800;margin-bottom:1rem;color:#991b1b;position:relative;transition:color .3s ease;line-height:1.3}._problemCard_4ul32_49:hover ._problemTitle_4ul32_823{color:#7f1d1d}._problemDescription_4ul32_851{color:#7f1d1d;line-height:1.7;margin-bottom:2rem;font-size:1.05rem;opacity:.9}._problemStats_4ul32_169{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#ffffffe6,#fef2f2e6);border-radius:16px;font-size:.9rem;font-weight:700;color:#7f1d1d;transition:all .4s ease;border:2px solid rgba(248,113,113,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #ef44441a}._problemCard_4ul32_49:hover ._problemStats_4ul32_169{background:linear-gradient(135deg,#fffffff2,#fee7e7f2);transform:translateY(-4px);border-color:#f8717166;box-shadow:0 8px 25px #ef444433}._statIcon_4ul32_915{font-size:1.5rem;transition:transform .3s ease;filter:drop-shadow(0 2px 4px rgba(239,68,68,.2))}._problemCard_4ul32_49:hover ._statIcon_4ul32_915{transform:scale(1.3) rotate(5deg)}._problemHeader_4ul32_159{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;text-align:left}._problemIconWrapper_4ul32_951{flex-shrink:0}._problemTitleWrapper_4ul32_959{flex:1}._problemSubtitle_4ul32_967{font-size:.875rem;color:#a21caf;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}._transitionSection_4ul32_123{padding:4rem 0;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;text-align:center;position:relative;overflow:hidden}._transitionSection_4ul32_123:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.03) 1px,transparent 1px);background-size:20px 20px;animation:_float_4ul32_1 15s ease-in-out infinite;opacity:.6}._transitionContent_4ul32_71{position:relative;z-index:1;max-width:600px;margin:0 auto}._transitionIcon_4ul32_1043{font-size:4rem;margin-bottom:1.5rem;display:inline-block;padding:1.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;border:4px solid rgba(255,255,255,.2);animation:_pulse_4ul32_1 2s ease-in-out infinite;box-shadow:0 0 30px #f59e0b4d}._transitionTitle_4ul32_1067{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#f0f9ff,#fff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:_shimmer_4ul32_1 3s ease-in-out infinite}._transitionText_4ul32_1091{font-size:1.25rem;opacity:.9;line-height:1.6;animation:_fadeInUp_4ul32_37 1s ease-out .3s both}._solutionSection_4ul32_121{padding:6rem 0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#f8fafc)}._solutionGrid_4ul32_1115{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){._solutionGrid_4ul32_1115{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){._solutionGrid_4ul32_1115{grid-template-columns:1fr}}._solutionCard_4ul32_57{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:24px;padding:3rem;box-shadow:0 12px 40px #667eea14;transition:all .3s ease;border:2px solid #e0f2fe;position:relative}._solutionCard_4ul32_57:hover{transform:translateY(-5px);box-shadow:0 20px 50px #667eea1f;border-color:#a5b4fc}._solutionIcon_4ul32_1183{font-size:4rem;margin-bottom:2rem;display:inline-block;padding:1.5rem;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:24px;border:3px solid #7dd3fc;transition:all .3s ease;box-shadow:0 8px 25px #667eea1f}._solutionCard_4ul32_57:hover ._solutionIcon_4ul32_1183{transform:scale(1.05);box-shadow:0 12px 35px #667eea33}._solutionTitle_4ul32_1217{font-size:1.75rem;font-weight:800;margin-bottom:1rem;color:#1e293b;position:relative;transition:color .3s ease;line-height:1.3}._solutionCard_4ul32_57:hover ._solutionTitle_4ul32_1217{color:#667eea}._solutionDescription_4ul32_1245{color:#64748b;line-height:1.7;margin-bottom:2rem;font-size:1.05rem;opacity:.9}._solutionFeatures_4ul32_161{list-style:none;padding:0;margin:0}._solutionFeatures_4ul32_161 li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#475569;font-size:.9rem}._solutionFeatures_4ul32_161 li:before{content:"✓";color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;box-shadow:0 2px 4px #22c55e33;transition:all .3s ease}._solutionCard_4ul32_57:hover ._solutionFeatures_4ul32_161 li:before{transform:scale(1.1);box-shadow:0 4px 8px #22c55e4d}._pricingSection_4ul32_1333{padding:4rem 0;background:#fff;text-align:center}._pricingGrid_4ul32_1345{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1000px;margin:0 auto}._pricingCard_4ul32_1361{background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;transition:all .3s ease;color:#1e293b}._pricingCard_4ul32_1361:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}._pricingCard_4ul32_1361._popular_4ul32_1393{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;transform:scale(1.05)}._pricingCard_4ul32_1361._popular_4ul32_1393:hover{transform:scale(1.05) translateY(-5px)}._pricingCard_4ul32_1361._popular_4ul32_1393:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:_rotate_4ul32_1 20s linear infinite}._popularBadge_4ul32_1437{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.5rem 1.5rem;border-radius:0 0 12px 12px;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px #f59e0b4d}._pricingContent_4ul32_1465{position:relative;z-index:1}._pricingTitle_4ul32_1475{font-size:1.75rem;font-weight:800;margin-bottom:.5rem}._pricingPrice_4ul32_1487{font-size:2.5rem;font-weight:900;margin-bottom:.25rem}._pricingPeriod_4ul32_1499{opacity:.8;margin-bottom:1.5rem;font-size:.95rem}._pricingDescription_4ul32_1511{margin-bottom:2rem;opacity:.9;font-size:1rem}._pricingFeatures_4ul32_1523{list-style:none;padding:0;margin:0 0 2rem;text-align:left}._pricingFeatures_4ul32_1523 li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem}._pricingCard_4ul32_1361:not(._popular_4ul32_1393) ._pricingFeatures_4ul32_1523 li:before{content:"✓";background:#22c55e;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}._pricingCard_4ul32_1361._popular_4ul32_1393 ._pricingFeatures_4ul32_1523 li:before{content:"✓";background:#fff3;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}._pricingCta_4ul32_1613{padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s ease;display:inline-block;width:100%;border:none;cursor:pointer}._pricingCard_4ul32_1361:not(._popular_4ul32_1393) ._pricingCta_4ul32_1613{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}._pricingCard_4ul32_1361:not(._popular_4ul32_1393) ._pricingCta_4ul32_1613:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._pricingCard_4ul32_1361._popular_4ul32_1393 ._pricingCta_4ul32_1613{background:#fff;color:#667eea;box-shadow:0 8px 25px #0003}._pricingCard_4ul32_1361._popular_4ul32_1393 ._pricingCta_4ul32_1613:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0000004d}@media (max-width: 768px){._hero_4ul32_177{padding:2rem 0}._heroContent_4ul32_271{padding:0 1rem}._title_4ul32_321{font-size:2.5rem}._subtitle_4ul32_365{font-size:1.125rem}._ctaButtons_4ul32_411{flex-direction:column;align-items:center}._primaryCta_4ul32_427,._secondaryCta_4ul32_467{width:100%;max-width:300px;text-align:center;justify-content:center}._sectionContainer_4ul32_579{padding:0 1rem}._sectionTitle_4ul32_75{font-size:2rem}._pricingGrid_4ul32_1345{grid-template-columns:1fr;gap:1.5rem}._pricingCard_4ul32_1361._popular_4ul32_1393{transform:none}._pricingCard_4ul32_1361._popular_4ul32_1393:hover{transform:translateY(-5px)}._trustIndicators_4ul32_503{flex-wrap:wrap;gap:1rem}._problemCard_4ul32_49,._solutionCard_4ul32_57{padding:2rem 1.5rem;border-radius:20px}._problemIcon_4ul32_789,._solutionIcon_4ul32_1183{font-size:3rem;padding:1rem;border-radius:20px}._hero_4ul32_177,._transitionSection_4ul32_123{padding:3rem 0}._transitionIcon_4ul32_1043{font-size:3rem;padding:1rem}._transitionTitle_4ul32_1067{font-size:2rem}._transitionText_4ul32_1091{font-size:1.1rem}._problemTitle_4ul32_823,._solutionTitle_4ul32_1217{font-size:1.25rem}._problemStats_4ul32_169{padding:.75rem 1rem;margin-top:1rem}._statIcon_4ul32_915{font-size:1.2rem}}._problemIntro_4ul32_1903{text-align:center;margin-bottom:4rem}._problemBadge_4ul32_73{display:inline-block;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:700;margin-bottom:1.5rem;box-shadow:0 4px 12px #ef44444d;text-transform:uppercase;letter-spacing:.5px}._problemIconWrapper_4ul32_951{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._problemBadgeSmall_4ul32_1955{background:#ef44441a;color:#dc2626;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._problemImpact_4ul32_1977{display:flex;gap:1rem;margin-top:auto;justify-content:center}._impactItem_4ul32_1991{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#ffffffe6,#fef2f2e6);border-radius:12px;font-size:.875rem;font-weight:600;color:#7f1d1d;transition:all .3s ease;border:1px solid rgba(248,113,113,.2);box-shadow:0 2px 8px #ef44441a;flex:1}._problemCard_4ul32_49:hover ._impactItem_4ul32_1991{transform:translateY(-2px);box-shadow:0 4px 15px #ef444426}._impactIcon_4ul32_2033{font-size:1.25rem;transition:transform .3s ease}._problemCard_4ul32_49:hover ._impactIcon_4ul32_2033{transform:scale(1.1)}._problemFeatures_4ul32_2051{list-style:none;padding:0;margin:0;text-align:left}._problemFeatures_4ul32_2051 li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#7f1d1d;font-size:.9rem}._problemFeatures_4ul32_2051 li:before{content:"✗";color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;box-shadow:0 2px 4px #ef444433;transition:all .3s ease}._problemCard_4ul32_49:hover ._problemFeatures_4ul32_2051 li:before{transform:scale(1.1);box-shadow:0 4px 8px #ef44444d}._problemSummary_4ul32_2125{margin-top:4rem;text-align:center}._summaryCard_4ul32_2135{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:3rem;border-radius:24px;box-shadow:0 20px 40px #1e293b33;max-width:800px;margin:0 auto}._summaryTitle_4ul32_2155{font-size:1.5rem;font-weight:800;margin-bottom:2rem;color:#f1f5f9}._summaryStats_4ul32_2169{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._summaryItem_4ul32_2181{text-align:center}._summaryNumber_4ul32_2189{display:block;font-size:2.5rem;font-weight:900;color:#ef4444;margin-bottom:.5rem;line-height:1}._summaryLabel_4ul32_2207{font-size:.875rem;color:#cbd5e1;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){._summaryStats_4ul32_2169{grid-template-columns:1fr;gap:1.5rem}._summaryNumber_4ul32_2189{font-size:2rem}._impactItem_4ul32_1991{font-size:.75rem;padding:.5rem .75rem}._problemIconWrapper_4ul32_951{flex-direction:column;align-items:flex-start;gap:.5rem}._problemImpact_4ul32_1977{flex-direction:column;gap:.75rem}}._waitlistSection_4ul32_2279{padding:6rem 0;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);text-align:center;position:relative}._waitlistSection_4ul32_2279:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><g fill-opacity='0.03'><polygon fill='%23059669' points='36,1 26,36 10,30 13,21 27,10 23,18 17,14'/></g></svg>") repeat;opacity:.7}._waitlistContent_4ul32_2315{position:relative;z-index:1;max-width:600px;margin:0 auto}._waitlistTitle_4ul32_2329{font-size:3rem;font-weight:900;margin-bottom:1.5rem;background:linear-gradient(135deg,#059669,#065f46);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}._waitlistSubtitle_4ul32_2351{font-size:1.25rem;color:#374151;line-height:1.7;margin-bottom:3rem;opacity:.9}._waitlistForm_4ul32_2367{margin-bottom:3rem}._inputGroup_4ul32_2375{display:flex;gap:1rem;max-width:500px;margin:0 auto;margin-bottom:1rem}._emailInput_4ul32_2391{flex:1;padding:1rem 1.5rem;border:2px solid #d1d5db;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff;color:#374151}._emailInput_4ul32_2391:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._emailInput_4ul32_2391:disabled{opacity:.6;cursor:not-allowed}._waitlistButton_4ul32_2435{padding:1rem 2rem;background:linear-gradient(135deg,#059669,#065f46);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 12px #0596694d}._waitlistButton_4ul32_2435:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #05966966}._waitlistButton_4ul32_2435:disabled{opacity:.7;cursor:not-allowed;transform:none}._message_4ul32_2485{padding:1rem;border-radius:12px;font-size:.9rem;font-weight:600;margin-top:1rem}._message_4ul32_2485._success_4ul32_2501{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1px solid #86efac}._message_4ul32_2485._error_4ul32_2513{background:linear-gradient(135deg,#fef2f2,#fecaca);color:#991b1b;border:1px solid #fca5a5}._waitlistBenefits_4ul32_2525{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:600px;margin:0 auto}._benefit_4ul32_2541{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}._benefit_4ul32_2541 span:first-child{font-size:2rem;padding:1rem;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:50%;border:2px solid #86efac;width:60px;height:60px;display:flex;align-items:center;justify-content:center}._benefit_4ul32_2541 span:last-child{color:#374151;font-size:.9rem;font-weight:600;line-height:1.4}@media (max-width: 768px){._waitlistTitle_4ul32_2329{font-size:2.5rem}._waitlistSubtitle_4ul32_2351{font-size:1.125rem}._inputGroup_4ul32_2375{flex-direction:column;gap:1rem}._waitlistBenefits_4ul32_2525{grid-template-columns:1fr;gap:1.5rem}._benefit_4ul32_2541{flex-direction:row;text-align:left}._benefit_4ul32_2541 span:first-child{width:50px;height:50px;font-size:1.5rem;padding:.75rem;flex-shrink:0}}._heroContent_4ul32_271{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}._heroText_4ul32_2687{display:flex;flex-direction:column;gap:1.5rem}._heroImage_4ul32_2699{display:flex;justify-content:center;align-items:center}._dashboardPreview_4ul32_2711{position:relative;width:500px;height:auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d;transform:perspective(1000px) rotateY(-10deg) rotateX(5deg);transition:transform .3s ease}._dashboardPreview_4ul32_2711:hover{transform:perspective(1000px) rotateY(-5deg) rotateX(2deg)}._dashboardScreenshot_4ul32_2741{width:100%;height:auto;display:block;border-radius:20px}@media (max-width: 1024px){._heroContent_4ul32_271{grid-template-columns:1fr;gap:3rem}._dashboardPreview_4ul32_2711{width:100%}}@media (max-width: 768px){._heroContent_4ul32_271{padding:0 1rem;gap:2rem}._dashboardPreview_4ul32_2711{width:100%}}._pricingSection_nbtfk_3{padding:4rem 0;text-align:center}._container_nbtfk_13{max-width:1200px;margin:0 auto;padding:0 2rem}._title_nbtfk_25{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#1e293b}._subtitle_nbtfk_39{font-size:1.125rem;color:#64748b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}._pricingGrid_nbtfk_57{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:900px;margin:0 auto}._pricingCard_nbtfk_73{background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;transition:all .3s ease;color:#1e293b}._pricingCard_nbtfk_73:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}._pricingCard_nbtfk_73._popular_nbtfk_105{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;transform:scale(1.05)}._pricingCard_nbtfk_73._popular_nbtfk_105:hover{transform:scale(1.05) translateY(-5px)}._pricingCard_nbtfk_73._popular_nbtfk_105:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:_rotate_nbtfk_1 20s linear infinite}@keyframes _rotate_nbtfk_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._popularBadge_nbtfk_159{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.5rem 1.5rem;border-radius:0 0 12px 12px;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px #f59e0b4d}._pricingContent_nbtfk_187{position:relative;z-index:1}._pricingTitle_nbtfk_197{font-size:1.75rem;font-weight:800;margin-bottom:.5rem}._pricingPrice_nbtfk_209{font-size:2.5rem;font-weight:900;margin-bottom:.25rem}._pricingPeriod_nbtfk_221{opacity:.8;margin-bottom:1rem;font-size:.95rem}._pricingDescription_nbtfk_233{margin-bottom:1.5rem;opacity:.9;font-size:1rem}._pricingFeatures_nbtfk_245{list-style:none;padding:0;margin:0 0 2rem;text-align:left}._pricingFeatures_nbtfk_245 li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem}._pricingCard_nbtfk_73:not(._popular_nbtfk_105) ._pricingFeatures_nbtfk_245 li:before{content:"✓";background:#22c55e;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}._pricingCard_nbtfk_73._popular_nbtfk_105 ._pricingFeatures_nbtfk_245 li:before{content:"✓";background:#fff3;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}._pricingCta_nbtfk_335{padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s ease;display:inline-block;width:100%;border:none;cursor:pointer}._pricingCard_nbtfk_73:not(._popular_nbtfk_105) ._pricingCta_nbtfk_335{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}._pricingCard_nbtfk_73:not(._popular_nbtfk_105) ._pricingCta_nbtfk_335:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._pricingCard_nbtfk_73._popular_nbtfk_105 ._pricingCta_nbtfk_335{background:#fff;color:#667eea;box-shadow:0 8px 25px #0003}._pricingCard_nbtfk_73._popular_nbtfk_105 ._pricingCta_nbtfk_335:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0000004d}._enterpriseCta_nbtfk_405{margin-top:3rem;text-align:center}._enterpriseText_nbtfk_415{font-size:1.1rem;color:#64748b;margin-bottom:1rem}._enterpriseLink_nbtfk_427{color:#667eea;text-decoration:none;font-weight:600;font-size:1.1rem}._enterpriseLink_nbtfk_427:hover{text-decoration:underline}@media (max-width: 768px){._container_nbtfk_13{padding:0 1rem}._title_nbtfk_25{font-size:2rem}._pricingGrid_nbtfk_57{grid-template-columns:1fr;gap:1.5rem}._pricingCard_nbtfk_73._popular_nbtfk_105{transform:none}._pricingCard_nbtfk_73._popular_nbtfk_105:hover{transform:translateY(-5px)}}._container_1bzm3_3{min-height:100%;background:linear-gradient(135deg,#f8fafc,#e2e8f0);scroll-behavior:smooth}@keyframes _fadeInUp_1bzm3_33{to{opacity:1;transform:translateY(0)}}._fadeInUp_1bzm3_33{animation:_fadeInUp_1bzm3_33 .8s ease-out forwards;opacity:0;transform:translateY(30px)}._animateIn_1bzm3_45 ._featureCard_1bzm3_45:nth-child(1){animation-delay:.5s}._animateIn_1bzm3_45 ._featureCard_1bzm3_45:nth-child(2){animation-delay:.7s}._animateIn_1bzm3_45 ._featureCard_1bzm3_45:nth-child(3){animation-delay:.9s}._animateIn_1bzm3_45 ._featureCard_1bzm3_45:nth-child(4){animation-delay:1.1s}._animateIn_1bzm3_45 ._featureCard_1bzm3_45:nth-child(5){animation-delay:1.3s}._animateIn_1bzm3_45 ._featureCard_1bzm3_45:nth-child(6){animation-delay:1.5s}._animateIn_1bzm3_45 ._workflowStep_1bzm3_59:nth-child(1){animation-delay:.5s}._animateIn_1bzm3_45 ._workflowStep_1bzm3_59:nth-child(2){animation-delay:.7s}._animateIn_1bzm3_45 ._workflowStep_1bzm3_59:nth-child(3){animation-delay:.9s}._animateIn_1bzm3_45 ._workflowStep_1bzm3_59:nth-child(4){animation-delay:1.1s}._featureCard_1bzm3_45,._workflowStep_1bzm3_59,._demoMockup_1bzm3_75,._sectionTitle_1bzm3_77,._sectionSubtitle_1bzm3_79{opacity:1;transform:translateY(0);transition:none}._featureCard_1bzm3_45._fadeInUp_1bzm3_33,._workflowStep_1bzm3_59._fadeInUp_1bzm3_33,._demoMockup_1bzm3_75._fadeInUp_1bzm3_33,._sectionTitle_1bzm3_77._fadeInUp_1bzm3_33,._sectionSubtitle_1bzm3_79._fadeInUp_1bzm3_33{animation:_fadeInUp_1bzm3_33 1s ease-out forwards}._sectionTitle_1bzm3_77._fadeInUp_1bzm3_33{animation-delay:.2s}._sectionSubtitle_1bzm3_79._fadeInUp_1bzm3_33{animation-delay:.3s}._featureCard_1bzm3_45:hover,._workflowStep_1bzm3_59:hover{cursor:pointer}._featureCard_1bzm3_45:focus-within,._workflowStep_1bzm3_59:focus-within{outline:2px solid #667eea;outline-offset:2px}@keyframes _pulse_1bzm3_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}._section_1bzm3_77{scroll-margin-top:2rem}._hero_1bzm3_179{padding:6rem 0;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:center}._hero_1bzm3_179:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;animation:_float_1bzm3_1 20s ease-in-out infinite}._hero_1bzm3_179:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:_rotate_1bzm3_1 60s linear infinite;opacity:.4}@keyframes _float_1bzm3_1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.02)}}@keyframes _rotate_1bzm3_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._heroContent_1bzm3_273{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}._title_1bzm3_289{font-size:3.5rem;font-weight:900;margin-bottom:1.5rem;line-height:1.1;font-family:Caveat,cursive;text-shadow:0 4px 8px rgba(0,0,0,.2);letter-spacing:-.025em;background:linear-gradient(45deg,#fff,#f0f9ff,#fff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:_shimmer_1bzm3_1 3s ease-in-out infinite}@keyframes _shimmer_1bzm3_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._subtitle_1bzm3_333{font-size:1.25rem;margin-bottom:2rem;opacity:.95;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:_fadeInUp_1bzm3_33 1s ease-out .5s both}@keyframes _fadeInUp_1bzm3_33{0%{opacity:0;transform:translateY(30px)}to{opacity:.95;transform:translateY(0)}}._heroActions_1bzm3_379{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem;animation:_fadeInUp_1bzm3_33 1s ease-out .8s both}._ctaButton_1bzm3_397{background:linear-gradient(135deg,#fff,#f8fafc);color:#667eea;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 25px #00000026;text-decoration:none}._ctaButton_1bzm3_397:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 35px #0003;background:linear-gradient(135deg,#fff 0% 100%)}._ctaArrow_1bzm3_445{transition:transform .3s ease;font-size:1.2rem}._ctaButton_1bzm3_397:hover ._ctaArrow_1bzm3_445{transform:translate(5px)}._secondaryButton_1bzm3_463{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-decoration:none}._secondaryButton_1bzm3_463:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}._sectionContainer_1bzm3_503{max-width:1200px;margin:0 auto;padding:0 2rem}._section_1bzm3_77{padding:4rem 0}._sectionWhite_1bzm3_523{background:#fff}._sectionGray_1bzm3_531{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}._sectionTitle_1bzm3_77{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;color:#1e293b;position:relative}._sectionTitle_1bzm3_77:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;animation:_expandWidth_1bzm3_1 1s ease-out .5s forwards;transform-origin:center;scale:0 1}@keyframes _expandWidth_1bzm3_1{to{scale:1 1}}._sectionSubtitle_1bzm3_79{font-size:1.125rem;text-align:center;color:#64748b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}._featuresGrid_1bzm3_619{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}._featureCard_1bzm3_45{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e2e8f0;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._featureCard_1bzm3_45:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;animation:_gradientSlide_1bzm3_1 3s ease-in-out infinite;opacity:0;transition:opacity .3s ease}._featureCard_1bzm3_45:hover:before{opacity:1}@keyframes _gradientSlide_1bzm3_1{0%,to{background-position:0% 0%}50%{background-position:100% 0%}}._featureCard_1bzm3_45:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px #00000026;border-color:#c7d2fe}._featureIcon_1bzm3_717{font-size:3.5rem;margin-bottom:1.5rem;display:inline-block;padding:1rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px;border:2px solid #e0f2fe;transition:all .3s ease;box-shadow:0 4px 12px #667eea1a}._featureCard_1bzm3_45:hover ._featureIcon_1bzm3_717{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;box-shadow:0 8px 25px #667eea4d}._featureTitle_1bzm3_757{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b;position:relative;transition:color .3s ease}._featureCard_1bzm3_45:hover ._featureTitle_1bzm3_757{color:#667eea}._featureDescription_1bzm3_783{color:#64748b;line-height:1.7;margin-bottom:1.5rem;font-size:1rem}._featureHighlights_1bzm3_797{list-style:none;padding:0;margin:0}._featureHighlights_1bzm3_797 li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#475569;font-size:.9rem}._featureHighlights_1bzm3_797 li:before{content:"✓";color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;box-shadow:0 2px 4px #22c55e33;transition:all .3s ease}._featureCard_1bzm3_45:hover ._featureHighlights_1bzm3_797 li:before{transform:scale(1.1);box-shadow:0 4px 8px #22c55e4d}._workflowSection_1bzm3_869{padding:4rem 0;background:#fff}._workflowSteps_1bzm3_879{display:flex;flex-direction:column;gap:2rem;margin-top:3rem;position:relative;max-width:600px;margin-left:auto;margin-right:auto}._workflowSteps_1bzm3_879:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(180deg,#e2e8f0,#667eea 30%,#764ba2 70%,#e2e8f0);z-index:0}._workflowStep_1bzm3_59{text-align:center;position:relative;z-index:1;background:#fff;padding:2rem 2.5rem;border-radius:20px;box-shadow:0 8px 25px #00000014;border:1px solid #f1f5f9;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}._workflowStep_1bzm3_59:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f;border-color:#e0f2fe}._stepNumber_1bzm3_963{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:800;margin:-1rem auto 1.5rem;box-shadow:0 8px 25px #667eea4d;border:4px solid white;transition:all .3s ease;position:relative}._stepNumber_1bzm3_963:before{content:"";position:absolute;inset:-6px;background:linear-gradient(135deg,#667eea,#764ba2,#667eea);background-size:200% 200%;border-radius:50%;z-index:-1;animation:_gradientRotate_1bzm3_1 3s ease-in-out infinite;opacity:0;transition:opacity .3s ease}._workflowStep_1bzm3_59:hover ._stepNumber_1bzm3_963:before{opacity:1}._workflowStep_1bzm3_59:hover ._stepNumber_1bzm3_963{transform:scale(1.1) rotate(10deg);box-shadow:0 12px 35px #667eea66}@keyframes _gradientRotate_1bzm3_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._stepTitle_1bzm3_1055{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1e293b;transition:color .3s ease}._workflowStep_1bzm3_59:hover ._stepTitle_1bzm3_1055{color:#667eea}._stepDescription_1bzm3_1079{color:#64748b;line-height:1.7;font-size:.95rem}._demoSection_1bzm3_1091{padding:4rem 0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);text-align:center}._demoMockup_1bzm3_75{background:#fff;border-radius:20px;padding:0;margin:3rem auto;max-width:900px;box-shadow:0 25px 50px #00000026;border:1px solid #e2e8f0;overflow:hidden;transition:all .4s ease;position:relative}._demoMockup_1bzm3_75:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#667eea0d,#764ba20d);opacity:0;transition:opacity .3s ease}._demoMockup_1bzm3_75:hover{transform:translateY(-5px);box-shadow:0 35px 70px #0003}._demoMockup_1bzm3_75:hover:before{opacity:1}._mockupHeader_1bzm3_1171{display:flex;align-items:center;gap:.75rem;padding:1.5rem 2rem 1rem;border-bottom:1px solid #f1f5f9;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;z-index:1}._mockupHeader_1bzm3_1171:after{content:"TaskFlow Demo";margin-left:auto;font-size:.875rem;color:#64748b;font-weight:500}._mockupDot_1bzm3_1209{width:14px;height:14px;border-radius:50%;background:#94a3b8;transition:all .3s ease}._demoMockup_1bzm3_75:hover ._mockupDot_1bzm3_1209:nth-child(1){background:#ef4444;box-shadow:0 0 8px #ef444466}._demoMockup_1bzm3_75:hover ._mockupDot_1bzm3_1209:nth-child(2){background:#f59e0b;box-shadow:0 0 8px #f59e0b66}._demoMockup_1bzm3_75:hover ._mockupDot_1bzm3_1209:nth-child(3){background:#22c55e;box-shadow:0 0 8px #22c55e66}._mockupContent_1bzm3_1255{text-align:left;color:#64748b;padding:1.5rem 2rem 2rem;position:relative;z-index:1}._mockupTitle_1bzm3_1271{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}._pricingSection_1bzm3_1291{padding:4rem 0;background:#fff;text-align:center}._pricingGrid_1bzm3_1303{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:900px;margin:0 auto}._pricingCard_1bzm3_1319{background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;transition:all .3s ease;color:#1e293b}._pricingCard_1bzm3_1319:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}._pricingCard_1bzm3_1319._popular_1bzm3_1351{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;transform:scale(1.05)}._pricingCard_1bzm3_1319._popular_1bzm3_1351:hover{transform:scale(1.05) translateY(-5px)}._popularBadge_1bzm3_1373{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.5rem 1.5rem;border-radius:0 0 12px 12px;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px #f59e0b4d}._pricingContent_1bzm3_1401{position:relative;z-index:1}._pricingTitle_1bzm3_1411{font-size:1.75rem;font-weight:800;margin-bottom:.5rem}._pricingPrice_1bzm3_1423{font-size:2.5rem;font-weight:900;margin-bottom:.25rem}._pricingPeriod_1bzm3_1435{opacity:.8;margin-bottom:1rem;font-size:.95rem}._pricingDescription_1bzm3_1447{margin-bottom:1.5rem;opacity:.9;font-size:1rem}._pricingFeatures_1bzm3_1459{list-style:none;padding:0;margin:0 0 2rem;text-align:left}._pricingFeatures_1bzm3_1459 li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem}._pricingCard_1bzm3_1319:not(._popular_1bzm3_1351) ._pricingFeatures_1bzm3_1459 li:before{content:"✓";background:#22c55e;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}._pricingCard_1bzm3_1319._popular_1bzm3_1351 ._pricingFeatures_1bzm3_1459 li:before{content:"✓";background:#fff3;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}._pricingCta_1bzm3_1549{padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s ease;display:inline-block;width:100%;border:none;cursor:pointer}._pricingCard_1bzm3_1319:not(._popular_1bzm3_1351) ._pricingCta_1bzm3_1549{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}._pricingCard_1bzm3_1319:not(._popular_1bzm3_1351) ._pricingCta_1bzm3_1549:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._pricingCard_1bzm3_1319._popular_1bzm3_1351 ._pricingCta_1bzm3_1549{background:#fff;color:#667eea;box-shadow:0 8px 25px #0003}._pricingCard_1bzm3_1319._popular_1bzm3_1351 ._pricingCta_1bzm3_1549:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0000004d}@media (max-width: 768px){._heroContent_1bzm3_273{padding:0 1rem}._title_1bzm3_289{font-size:2.5rem}._subtitle_1bzm3_333{font-size:1.125rem}._sectionContainer_1bzm3_503{padding:0 1rem}._sectionTitle_1bzm3_77{font-size:2rem}._featuresGrid_1bzm3_619{grid-template-columns:1fr}._workflowSteps_1bzm3_879{max-width:100%;padding:0 1rem}._workflowStep_1bzm3_59{padding:1.5rem}._pricingGrid_1bzm3_1303{grid-template-columns:1fr;gap:1.5rem}._pricingCard_1bzm3_1319._popular_1bzm3_1351{transform:none}._pricingCard_1bzm3_1319._popular_1bzm3_1351:hover{transform:translateY(-5px)}._demoMockup_1bzm3_75{margin:1rem;padding:1rem}._heroActions_1bzm3_379{flex-direction:column;align-items:center;gap:.75rem}._ctaButton_1bzm3_397,._secondaryButton_1bzm3_463{width:100%;max-width:280px;justify-content:center}}._targetAudienceGrid_1bzm3_1753{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;margin-top:2rem;max-width:900px;margin-left:auto;margin-right:auto}._targetAudienceGrid_1bzm3_1753 ._audienceCard_1bzm3_1775:nth-child(1){grid-column:1 / 3}._targetAudienceGrid_1bzm3_1753 ._audienceCard_1bzm3_1775:nth-child(2){grid-column:3 / 5}._targetAudienceGrid_1bzm3_1753 ._audienceCard_1bzm3_1775:nth-child(3){grid-column:5 / 7}._targetAudienceGrid_1bzm3_1753 ._audienceCard_1bzm3_1775:nth-child(4){grid-column:2 / 4;grid-row:2}._targetAudienceGrid_1bzm3_1753 ._audienceCard_1bzm3_1775:nth-child(5){grid-column:4 / 6;grid-row:2}@media (max-width: 768px){._targetAudienceGrid_1bzm3_1753{grid-template-columns:1fr;max-width:100%}._targetAudienceGrid_1bzm3_1753 ._audienceCard_1bzm3_1775:nth-child(1),._targetAudienceGrid_1bzm3_1753 ._audienceCard_1bzm3_1775:nth-child(2),._targetAudienceGrid_1bzm3_1753 ._audienceCard_1bzm3_1775:nth-child(3),._targetAudienceGrid_1bzm3_1753 ._audienceCard_1bzm3_1775:nth-child(4),._targetAudienceGrid_1bzm3_1753 ._audienceCard_1bzm3_1775:nth-child(5){grid-column:1;grid-row:auto}}._audienceCard_1bzm3_1775{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}._audienceCard_1bzm3_1775:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}._audienceCard_1bzm3_1775 h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}._audienceCard_1bzm3_1775 p{color:#64748b;font-size:.9rem;margin:0}._ctaButtons_1bzm3_1911{text-align:center;margin-top:2rem}._waitlistSection_1bzm3_1923{padding:6rem 0;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);text-align:center;position:relative}._waitlistContent_1bzm3_1937{position:relative;z-index:1;max-width:600px;margin:0 auto}._waitlistTitle_1bzm3_1951{font-size:3rem;font-weight:900;margin-bottom:1.5rem;background:linear-gradient(135deg,#059669,#065f46);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}._waitlistSubtitle_1bzm3_1973{font-size:1.25rem;color:#374151;line-height:1.7;margin-bottom:3rem;opacity:.9}._waitlistForm_1bzm3_1989{margin-bottom:3rem}._inputGroup_1bzm3_1997{display:flex;gap:1rem;max-width:500px;margin:0 auto;margin-bottom:1rem}._emailInput_1bzm3_2013{flex:1;padding:1rem 1.5rem;border:2px solid #d1fae5;border-radius:12px;font-size:1rem;background:#fff;transition:all .3s ease}._emailInput_1bzm3_2013:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._waitlistButton_1bzm3_2045{padding:1rem 2rem;background:linear-gradient(135deg,#059669,#065f46);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}._waitlistButton_1bzm3_2045:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #05966966}._waitlistButton_1bzm3_2045:disabled{opacity:.7;cursor:not-allowed;transform:none}._message_1bzm3_2091{padding:1rem;border-radius:8px;font-weight:500;max-width:500px;margin:0 auto}._message_1bzm3_2091._success_1bzm3_2107{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}._message_1bzm3_2091._error_1bzm3_2119{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}@media (max-width: 768px){._waitlistTitle_1bzm3_1951{font-size:2.5rem}._waitlistSubtitle_1bzm3_1973{font-size:1.125rem}._inputGroup_1bzm3_1997{flex-direction:column;gap:1rem}._emailInput_1bzm3_2013,._waitlistButton_1bzm3_2045{width:100%}}._container_1r35w_3{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}._container_1r35w_3:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;animation:_float_1r35w_1 20s ease-in-out infinite}@keyframes _float_1r35w_1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.02)}}._content_1r35w_59{background:#fffffff2;border-radius:24px;padding:3rem;text-align:center;max-width:600px;width:100%;box-shadow:0 25px 50px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);position:relative;z-index:1}._logo_1r35w_87{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}._logoIcon_1r35w_103{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 8px 25px #667eea4d}._logoText_1r35w_127{font-size:2.5rem;font-weight:900;color:#1e293b;margin:0;letter-spacing:-.025em}._mainContent_1r35w_143{margin-top:2rem}._title_1r35w_151{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem;line-height:1.2}._subtitle_1r35w_167{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}._constructionIcon_1r35w_187{font-size:4rem;margin:2rem 0;animation:_bounce_1r35w_1 2s ease-in-out infinite}@keyframes _bounce_1r35w_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-8px)}}._featuresPreview_1r35w_223{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;padding:2rem;margin:2rem 0;border:1px solid #e2e8f0}._featuresPreview_1r35w_223 h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}._featuresPreview_1r35w_223 ul{list-style:none;padding:0;margin:0}._featuresPreview_1r35w_223 li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem;color:#475569;border-bottom:1px solid #e2e8f0}._featuresPreview_1r35w_223 li:last-child{border-bottom:none}._waitlistSection_1r35w_293{margin:3rem 0;padding:2rem;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:16px;border:1px solid #d1fae5}._waitlistTitle_1r35w_309{font-size:1.75rem;font-weight:800;color:#065f46;margin-bottom:.5rem}._waitlistSubtitle_1r35w_323{font-size:1rem;color:#374151;margin-bottom:2rem}._waitlistForm_1r35w_335{margin-bottom:1rem}._inputGroup_1r35w_343{display:flex;gap:1rem;margin-bottom:1rem;max-width:400px;margin-left:auto;margin-right:auto}._emailInput_1r35w_361{flex:1;padding:.875rem 1.25rem;border:2px solid #d1fae5;border-radius:12px;font-size:1rem;background:#fff;transition:all .3s ease}._emailInput_1r35w_361:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._emailInput_1r35w_361:disabled{opacity:.6;cursor:not-allowed}._waitlistButton_1r35w_403{padding:.875rem 1.5rem;background:linear-gradient(135deg,#059669,#065f46);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}._waitlistButton_1r35w_403:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #05966966}._waitlistButton_1r35w_403:disabled{opacity:.7;cursor:not-allowed;transform:none}._message_1r35w_451{padding:1rem;border-radius:8px;font-weight:500;margin-top:1rem}._message_1r35w_451._success_1r35w_465{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}._message_1r35w_451._error_1r35w_477{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}._backToHome_1r35w_489{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}._homeLink_1r35w_501{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:600;font-size:1rem;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease}._homeLink_1r35w_501:hover{background:#667eea1a;transform:translateY(-1px)}@media (max-width: 768px){._container_1r35w_3{padding:1rem}._content_1r35w_59{padding:2rem 1.5rem}._title_1r35w_151,._logoText_1r35w_127{font-size:2rem}._logoIcon_1r35w_103{width:50px;height:50px;font-size:1.5rem}._inputGroup_1r35w_343{flex-direction:column;gap:1rem}._emailInput_1r35w_361,._waitlistButton_1r35w_403{width:100%}._featuresPreview_1r35w_223,._waitlistSection_1r35w_293{padding:1.5rem}}._container_ohaf6_3{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;padding:2rem 3rem}@media (min-width: 768px){._container_ohaf6_3{padding:1.5rem 4rem}}._container_ohaf6_3:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}._container_ohaf6_3:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;opacity:.2}._formWrapper_ohaf6_85{background:#fffffffa;border-radius:32px;padding:3rem;box-shadow:0 30px 60px #0003;width:100%;max-width:450px;position:relative;z-index:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}._formWrapper_ohaf6_85:not(._register_ohaf6_115){max-width:420px;padding:2.5rem}._formWrapper_ohaf6_85:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,#ffffff1a,#ffffff0d);border-radius:32px;pointer-events:none}._formWrapper_ohaf6_85:hover{box-shadow:0 35px 70px #00000038}._formWrapper_ohaf6_85._register_ohaf6_115{max-width:950px;padding:3rem 4rem}._logoSection_ohaf6_167{text-align:center;margin-bottom:2rem}._logo_ohaf6_167{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1rem;transition:transform .3s ease}._logoIcon_ohaf6_199{width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;box-shadow:0 12px 30px #667eea66;transition:all .3s ease;position:relative;overflow:hidden}._logoIcon_ohaf6_199:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);transform:translate(-100%);transition:transform .6s ease}._logoText_ohaf6_259{font-size:2.2rem;font-weight:800;color:#1e293b;margin:0;letter-spacing:-.025em;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease}._title_ohaf6_289{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;text-align:center;position:relative}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._title_ohaf6_289{font-size:1.85rem;margin-bottom:.75rem}._title_ohaf6_289:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;transform-origin:center}._subtitle_ohaf6_343{color:#64748b;text-align:center;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._subtitle_ohaf6_343{font-size:1rem;margin-bottom:2.5rem}._form_ohaf6_85{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._form_ohaf6_85{gap:1.25rem;margin-top:1.5rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._submitButton_ohaf6_393{margin-top:1rem;padding:1.25rem 1.5rem;font-size:.95rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._socialButtons_ohaf6_405{gap:.75rem;margin-top:1rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._socialButton_ohaf6_405{padding:.875rem 1rem;font-size:.85rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._divider_ohaf6_425{margin:1.25rem 0}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._authSwitch_ohaf6_433{margin-top:1.5rem;padding-top:1.5rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._authSwitchText_ohaf6_443{font-size:.9rem;margin-bottom:.5rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._authSwitchLink_ohaf6_453{font-size:.9rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._passwordWrapper_ohaf6_463{position:relative}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._passwordInput_ohaf6_471{padding-right:3rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._passwordToggle_ohaf6_479{right:.75rem;width:1.75rem;height:1.75rem;font-size:1.1rem}@media (max-width: 640px){._formWrapper_ohaf6_85:not(._register_ohaf6_115){padding:2rem 1.5rem}._loginOptions_ohaf6_503{flex-direction:column;align-items:flex-start;gap:.75rem}._forgotPassword_ohaf6_515{align-self:flex-end;font-size:.85rem}}._formWrapper_ohaf6_85._register_ohaf6_115 ._form_ohaf6_85{gap:0}._formColumns_ohaf6_537{display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){._formColumns_ohaf6_537{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}._personalInfo_ohaf6_567,._subscriptionInfo_ohaf6_569{display:flex;flex-direction:column;gap:1.5rem;width:100%;align-items:stretch}._sectionTitle_ohaf6_585{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.5rem;width:100%;text-align:left}._termsSection_ohaf6_613{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;width:100%;align-items:center;justify-content:center}._formWrapper_ohaf6_85._register_ohaf6_115 ._termsSection_ohaf6_613{align-items:center;justify-content:center;text-align:center;max-width:600px;margin:2rem auto 0}._submitSection_ohaf6_649{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:center;width:100%}._formWrapper_ohaf6_85._register_ohaf6_115 ._submitSection_ohaf6_649{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;max-width:600px;margin-left:auto;margin-right:auto}._formWrapper_ohaf6_85._register_ohaf6_115 ._planSelection_ohaf6_687{padding:1.5rem;margin-bottom:0;width:100%}._formWrapper_ohaf6_85._register_ohaf6_115 ._planOptions_ohaf6_699{flex-direction:column;gap:1rem;width:100%}._formWrapper_ohaf6_85._register_ohaf6_115 ._planLabel_ohaf6_711{padding:1.5rem;text-align:left;display:flex;flex-direction:column;gap:.5rem;width:100%;box-sizing:border-box}._planName_ohaf6_731{font-weight:700;font-size:1.1rem;color:#1e293b}._planPrice_ohaf6_743{font-weight:700;font-size:1.25rem;color:#667eea}._planFeatures_ohaf6_755{font-size:.875rem;color:#64748b;margin-top:.25rem}._planIcon_ohaf6_767{font-size:2rem;margin-bottom:.5rem;align-self:flex-start}._formWrapper_ohaf6_85._register_ohaf6_115 ._submitButton_ohaf6_393{margin-top:0;padding:1.5rem 2rem;font-size:1rem;width:100%;max-width:400px;align-self:center;text-align:center;display:flex;align-items:center;justify-content:center}._subscriptionInfo_ohaf6_569{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}._inputGroup_ohaf6_821{display:flex;flex-direction:column;gap:.5rem;position:relative}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._inputGroup_ohaf6_821{gap:.75rem}._loginOptions_ohaf6_503{display:flex;justify-content:space-between;align-items:center;margin:1rem 0;gap:1rem}._forgotPassword_ohaf6_515{color:#667eea;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;white-space:nowrap}._forgotPassword_ohaf6_515:hover{color:#4f46e5;text-decoration:underline}._securityInfo_ohaf6_889{margin-top:1rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._securityBadge_ohaf6_897{padding:.75rem 1rem;border-radius:12px;margin-top:1rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._securityIcon_ohaf6_909{font-size:1.25rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._securityText_ohaf6_917 strong{font-size:.85rem}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._securityText_ohaf6_917 p{font-size:.75rem;margin:.25rem 0 0}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._checkbox_ohaf6_935{margin:0;flex:1}._formWrapper_ohaf6_85:not(._register_ohaf6_115) ._checkboxLabel_ohaf6_945{font-size:.85rem}._formWrapper_ohaf6_85._register_ohaf6_115 ._inputGroup_ohaf6_821{gap:.75rem}._label_ohaf6_961{font-weight:600;color:#374151;font-size:.95rem;transition:color .3s ease}._inputGroup_ohaf6_821:focus-within ._label_ohaf6_961{color:#667eea;transform:translateY(-2px)}._input_ohaf6_821{padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:16px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fafafa;position:relative;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._input_ohaf6_821:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px;opacity:0;transition:opacity .3s ease;pointer-events:none}._input_ohaf6_821:focus:before{opacity:1}._input_ohaf6_821:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1f;transform:translateY(-1px)}._input_ohaf6_821::placeholder{color:#9ca3af}._submitButton_ohaf6_393{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1.25rem 2rem;border-radius:16px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 12px 30px #667eea66;margin-top:.5rem;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px;font-size:.95rem}._formWrapper_ohaf6_85._register_ohaf6_115 ._submitButton_ohaf6_393{padding:1.5rem 2rem;font-size:1rem;margin-top:1rem}._submitButton_ohaf6_393:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}._submitButton_ohaf6_393:hover:before{left:100%}._submitButton_ohaf6_393:hover{box-shadow:0 15px 30px #667eea66}._divider_ohaf6_425{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}._dividerLine_ohaf6_1175{flex:1;height:1px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent)}._dividerText_ohaf6_1187{color:#9ca3af;font-size:.875rem;font-weight:500}._socialButtons_ohaf6_405{display:flex;gap:1rem}._formWrapper_ohaf6_85._register_ohaf6_115 ._socialButtons_ohaf6_405{margin-top:.5rem}._socialButton_ohaf6_405{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border:2px solid #e5e7eb;border-radius:16px;background:#fff;color:#374151;text-decoration:none;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.9rem;position:relative;overflow:hidden}._socialButton_ohaf6_405:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea0d,#764ba20d);opacity:0;transition:opacity .3s ease}._socialButton_ohaf6_405:hover:before{opacity:1}._socialButton_ohaf6_405:hover{border-color:#667eea;background:#f9fafb;box-shadow:0 6px 20px #667eea1f}._authSwitch_ohaf6_433{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}._authSwitchText_ohaf6_443{color:#64748b;margin-bottom:.5rem}._authSwitchLink_ohaf6_453{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}._authSwitchLink_ohaf6_453:hover{color:#4f46e5;text-decoration:underline}._checkbox_ohaf6_935{display:flex;align-items:flex-start;gap:.75rem;margin:1rem 0;width:100%}._formWrapper_ohaf6_85._register_ohaf6_115 ._checkbox_ohaf6_935{margin:.75rem 0;align-items:flex-start;justify-content:center;text-align:left;width:100%;max-width:500px}._formWrapper_ohaf6_85._register_ohaf6_115 ._checkbox_ohaf6_935{margin:.75rem 0}._checkboxInput_ohaf6_1389{margin-top:.125rem;width:20px;height:20px;accent-color:#667eea;cursor:pointer;flex-shrink:0}._checkboxError_ohaf6_1407{accent-color:#ef4444;outline:2px solid #ef4444;outline-offset:2px}._checkboxLabel_ohaf6_945{font-size:.9rem;color:#64748b;line-height:1.5;flex:1;text-align:left}._checkboxLabel_ohaf6_945 a{color:#667eea;text-decoration:none;font-weight:500}._formWrapper_ohaf6_85._register_ohaf6_115 ._checkboxLabel_ohaf6_945{text-align:left;line-height:1.6;font-size:.9rem;flex:1}._checkboxLabel_ohaf6_945 a:hover{text-decoration:underline}._planSelection_ohaf6_687{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:16px;padding:1.5rem;margin-bottom:1rem;width:100%}._formWrapper_ohaf6_85._register_ohaf6_115 ._planSelection_ohaf6_687{padding:2rem}._planSelectionTitle_ohaf6_1495{font-weight:600;color:#374151;margin-bottom:.75rem;font-size:.95rem}._planOptions_ohaf6_699{display:flex;gap:.5rem}._formWrapper_ohaf6_85._register_ohaf6_115 ._planOptions_ohaf6_699{gap:1rem}._planOption_ohaf6_699{flex:1;position:relative;width:100%}._formWrapper_ohaf6_85._register_ohaf6_115 ._planOption_ohaf6_699{width:100%}._planRadio_ohaf6_1547{position:absolute;opacity:0;pointer-events:none}._planLabel_ohaf6_711{display:block;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff;font-size:.95rem;position:relative}._formWrapper_ohaf6_85._register_ohaf6_115 ._planLabel_ohaf6_711{padding:1.5rem;font-size:1rem}._planRadio_ohaf6_1547:checked+._planLabel_ohaf6_711{border-color:#667eea;background:linear-gradient(135deg,#f0f4ff,#e0f2fe);color:#667eea;font-weight:700;box-shadow:0 4px 12px #667eea33}._planPrice_ohaf6_743{font-weight:700;margin-top:.25rem}._nameGrid_ohaf6_1621,._passwordGrid_ohaf6_1623{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 767px){._nameGrid_ohaf6_1621,._passwordGrid_ohaf6_1623{grid-template-columns:1fr;gap:1rem}}._passwordWrapper_ohaf6_463{position:relative;display:flex;align-items:center}._passwordInput_ohaf6_471{padding-right:3rem;width:100%;flex:1}._passwordToggle_ohaf6_479{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:1.2rem;color:#667eea;transition:all .3s ease;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;z-index:2}._passwordToggle_ohaf6_479:hover{background:#667eea1a;box-shadow:0 2px 8px #667eea33}._inputError_ohaf6_1731{border-color:#ef4444!important;background:#fef2f2!important}._errorMessage_ohaf6_1741{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem;width:100%;text-align:left}._errorMessage_ohaf6_1741:before{content:"⚠️";font-size:.75rem}._loadingSpinner_ohaf6_1773{display:flex;align-items:center;gap:.75rem;justify-content:center;width:100%;text-align:center}._spinner_ohaf6_1791{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_ohaf6_1791 1s linear infinite}@keyframes _spin_ohaf6_1791{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._submitButton_ohaf6_393:disabled{opacity:.7;cursor:not-allowed}._passwordStrength_ohaf6_1829{margin-top:.5rem;display:flex;align-items:center;gap:.75rem}._strengthBar_ohaf6_1843{flex:1;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}._strengthFill_ohaf6_1859{height:100%;transition:all .3s ease;border-radius:2px}._strength0_ohaf6_1871{background:#ef4444}._strength1_ohaf6_1873{background:#f59e0b}._strength2_ohaf6_1875{background:#eab308}._strength3_ohaf6_1877{background:#84cc16}._strength4_ohaf6_1879{background:#22c55e}._strength5_ohaf6_1881{background:#16a34a}._strengthText_ohaf6_1885{font-size:.75rem;font-weight:600;color:#64748b}._securityBadge_ohaf6_897{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #e0f2fe;border-radius:12px;margin-top:1.5rem}._securityIcon_ohaf6_909{font-size:1.5rem;color:#22c55e}._securityText_ohaf6_917{flex:1}._securityText_ohaf6_917 strong{color:#1e293b;font-size:.9rem;display:block;margin-bottom:.25rem}._securityText_ohaf6_917 p{color:#64748b;font-size:.8rem;margin:0}._benefitsBadge_ohaf6_1963{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap}._formWrapper_ohaf6_85._register_ohaf6_115 ._benefitsBadge_ohaf6_1963{gap:1rem;margin-top:1rem}._benefitItem_ohaf6_1989{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #e0f2fe;border-radius:25px;font-size:.875rem;color:#475569;font-weight:600;box-shadow:0 4px 12px #667eea1a;transition:all .3s ease;position:relative;overflow:hidden}._benefitItem_ohaf6_1989:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea0d,#764ba20d);opacity:0;transition:opacity .3s ease}._benefitItem_ohaf6_1989:hover{box-shadow:0 8px 20px #667eea26;border-color:#bae6fd}._benefitItem_ohaf6_1989:hover:before{opacity:1}._benefitIcon_ohaf6_2065{font-size:1.1rem;position:relative;z-index:1;filter:drop-shadow(0 1px 2px rgba(102,126,234,.3))}._planIcon_ohaf6_767{font-size:1.5rem;margin-bottom:.5rem}._planFeatures_ohaf6_755{font-size:.8rem;color:#64748b;margin-top:.25rem}._popularBadge_ohaf6_2101{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:1}._planOption_ohaf6_699{position:relative}._trustBadges_ohaf6_2139{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}._formWrapper_ohaf6_85._register_ohaf6_115 ._trustBadges_ohaf6_2139{margin-top:1rem}._trustBadge_ohaf6_2139{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;font-size:.8rem;color:#475569;font-weight:500}._trustIcon_ohaf6_2189{font-size:1rem}@media (max-width: 640px){._container_ohaf6_3{padding:1rem 2rem}._formWrapper_ohaf6_85{padding:2rem 1.5rem;border-radius:16px}._formWrapper_ohaf6_85._register_ohaf6_115{max-width:100%;padding:2rem 1rem}._formWrapper_ohaf6_85._register_ohaf6_115 ._form_ohaf6_85{gap:0}._formColumns_ohaf6_537{display:flex;flex-direction:column;gap:2rem}._formWrapper_ohaf6_85._register_ohaf6_115 ._planOptions_ohaf6_699{flex-direction:column;gap:1rem}._formWrapper_ohaf6_85._register_ohaf6_115 ._planLabel_ohaf6_711{text-align:center;display:block;padding:1rem}._planName_ohaf6_731{font-size:1rem}._planPrice_ohaf6_743{font-size:1.1rem}._planIcon_ohaf6_767{font-size:1.5rem;margin-bottom:.5rem}._sectionTitle_ohaf6_585{font-size:1.1rem;margin-bottom:.75rem}._formWrapper_ohaf6_85._register_ohaf6_115 ._planSelection_ohaf6_687{padding:1.5rem}._formWrapper_ohaf6_85._register_ohaf6_115 ._planOptions_ohaf6_699{gap:.5rem}._formWrapper_ohaf6_85._register_ohaf6_115 ._planLabel_ohaf6_711{padding:1rem;font-size:.95rem}._formWrapper_ohaf6_85._register_ohaf6_115 ._benefitsBadge_ohaf6_1963{gap:.75rem;margin-top:1.5rem;flex-direction:column}._formWrapper_ohaf6_85._register_ohaf6_115 ._checkbox_ohaf6_935{margin:1rem 0}._title_ohaf6_289{font-size:1.5rem}._socialButtons_ohaf6_405,._planOptions_ohaf6_699{flex-direction:column}._nameGrid_ohaf6_1621,._passwordGrid_ohaf6_1623{grid-template-columns:1fr;gap:1.5rem}._benefitsBadge_ohaf6_1963,._trustBadges_ohaf6_2139{flex-direction:column;gap:.5rem}._passwordStrength_ohaf6_1829{flex-direction:column;gap:.5rem;align-items:flex-start}._securityBadge_ohaf6_897{flex-direction:column;text-align:center;gap:.5rem}}._navLink_1gqp0_3{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#64748b;text-decoration:none;border-radius:8px;transition:all .3s ease;font-weight:500;position:relative;background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit;text-align:left}._navLink_1gqp0_3:hover{background:#f1f5f9;color:#334155;transform:translate(4px)}._navLink_1gqp0_3._active_1gqp0_59{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}._navLink_1gqp0_3._active_1gqp0_59:before{content:"";position:absolute;left:-1rem;top:50%;transform:translateY(-50%);width:4px;height:24px;background:#fff;border-radius:2px}._container_1gqp0_97{display:flex;min-height:100vh;background:#f8fafc}._sidebar_1gqp0_109{width:280px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100;box-shadow:0 4px 6px -1px #0000001a}._sidebarHeader_1gqp0_137{padding:1.5rem;border-bottom:1px solid #e2e8f0}._logo_1gqp0_147{display:flex;align-items:center;gap:.75rem}._logoIcon_1gqp0_159{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;box-shadow:0 4px 12px #667eea4d}._logoText_1gqp0_183{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}._sidebarContent_1gqp0_197{flex:1;padding:1rem;overflow-y:auto;max-height:calc(100vh - 140px)}._nav_1gqp0_3{display:flex;flex-direction:column;gap:1.5rem}._navSection_1gqp0_225{display:flex;flex-direction:column;gap:.5rem}._navSectionTitle_1gqp0_237{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin:0 1rem}._navList_1gqp0_255{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}._navItem_1gqp0_273{margin:0}._navIcon_1gqp0_281{font-size:1.125rem}._badge_1gqp0_289{background:#ef4444;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:10px;margin-left:auto;min-width:20px;text-align:center}._sidebarFooter_1gqp0_313{padding:1rem;border-top:1px solid #e2e8f0}._languageSwitcherContainer_1gqp0_323{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}._userInfo_1gqp0_335{display:flex;align-items:center;gap:.75rem}._avatar_1gqp0_347{width:40px;height:40px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}._userDetails_1gqp0_373{flex:1}._userName_1gqp0_381{font-weight:600;color:#1e293b;margin:0;font-size:.875rem}._userRole_1gqp0_395{color:#64748b;margin:0;font-size:.75rem}._logoutButton_1gqp0_407{width:100%;background:transparent;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;margin-top:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;transition:all .2s ease}._logoutButton_1gqp0_407:hover{background:#f1f5f9;border-color:#cbd5e1;color:#ef4444}._logoutIcon_1gqp0_451{font-size:1rem}._main_1gqp0_459{flex:1;margin-left:280px;display:flex;flex-direction:column;min-height:100vh}._topbar_1gqp0_475{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem 1rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a}._pageTitle_1gqp0_495{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}._topbarActions_1gqp0_509{display:flex;gap:1rem;align-items:center}._actionButton_1gqp0_521{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #667eea4d}._actionButton_1gqp0_521:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._content_1gqp0_561{flex:1;padding:2rem}._mobileMenuButton_1gqp0_573{display:none;background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:4px;color:#64748b}._mobileMenuButton_1gqp0_573:hover{background:#f1f5f9;color:#334155}._mobileOverlay_1gqp0_605{display:none;position:fixed;inset:0;background:#00000080;z-index:90;opacity:0;pointer-events:none;transition:opacity .3s ease}._mobileOverlay_1gqp0_605._show_1gqp0_633{opacity:1;pointer-events:auto}@media (max-width: 768px){._sidebar_1gqp0_109{transform:translate(-100%);transition:transform .3s ease}._sidebar_1gqp0_109._mobileOpen_1gqp0_657{transform:translate(0)}._main_1gqp0_459{margin-left:0}._mobileMenuButton_1gqp0_573{display:flex}._mobileOverlay_1gqp0_605{display:block}._topbar_1gqp0_475,._content_1gqp0_561{padding:1rem}._pageTitle_1gqp0_495{font-size:1.25rem}}._container_15tzx_3{max-width:1400px;margin:0 auto}._welcomeSection_15tzx_13{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:2rem;color:#fff;margin-bottom:2rem;position:relative;overflow:hidden}._welcomeSection_15tzx_13:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}._welcomeContent_15tzx_55{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center}._welcomeText_15tzx_71 h2{font-size:2rem;font-weight:800;margin-bottom:.5rem;margin:0}._welcomeText_15tzx_71 p{opacity:.9;font-size:1.1rem;margin:0}._welcomeStats_15tzx_97{display:flex;gap:2rem;text-align:center}._statItem_15tzx_109{display:flex;flex-direction:column;align-items:center}._statNumber_15tzx_121{font-size:2rem;font-weight:800;margin-bottom:.25rem}._statLabel_15tzx_133{font-size:.9rem;opacity:.8}._statsGrid_15tzx_143{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}._statCard_15tzx_157{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}._statCard_15tzx_157:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}._statCardHeader_15tzx_185{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._statCardTitle_15tzx_199{font-size:.9rem;font-weight:600;color:#64748b;margin:0}._statCardIcon_15tzx_213{font-size:1.5rem;padding:.5rem;border-radius:8px;background:#f1f5f9}._statCardValue_15tzx_227{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}._statCardChange_15tzx_241{font-size:.85rem;font-weight:500}._statCardChange_15tzx_241._positive_15tzx_251{color:#16a34a}._statCardChange_15tzx_241._negative_15tzx_259{color:#dc2626}._statCardChange_15tzx_241._neutral_15tzx_267{color:#64748b}._contentGrid_15tzx_275{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}._recentProjects_15tzx_289,._recentActivity_15tzx_291{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}._sectionHeader_15tzx_307{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._sectionTitle_15tzx_321{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}._sectionAction_15tzx_335{color:#667eea;text-decoration:none;font-weight:500;font-size:.9rem}._sectionAction_15tzx_335:hover{text-decoration:underline}._projectList_15tzx_357{display:flex;flex-direction:column;gap:1rem}._projectItem_15tzx_369{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .3s ease}._projectItem_15tzx_369:hover{background:#f1f5f9;border-color:#cbd5e1}._projectIcon_15tzx_401{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff;flex-shrink:0}._projectInfo_15tzx_425{flex:1;min-width:0}._projectName_15tzx_435{font-weight:600;color:#1e293b;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._projectClient_15tzx_453{font-size:.85rem;color:#64748b}._projectStatus_15tzx_463{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap}._projectStatus_15tzx_463._active_15tzx_479{background:#dcfce7;color:#166534}._projectStatus_15tzx_463._review_15tzx_489{background:#fef3c7;color:#92400e}._projectStatus_15tzx_463._completed_15tzx_499{background:#dbeafe;color:#1e40af}._projectStatus_15tzx_463._overdue_15tzx_509{background:#fef2f2;color:#dc2626}._activityList_15tzx_519{display:flex;flex-direction:column;gap:1rem}._activityItem_15tzx_531{display:flex;gap:.75rem}._activityIcon_15tzx_541{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;margin-top:.25rem}._activityContent_15tzx_565{flex:1}._activityText_15tzx_573{font-size:.9rem;color:#374151;margin-bottom:.25rem;line-height:1.4}._activityTime_15tzx_587{font-size:.8rem;color:#9ca3af}._activityHeader_15tzx_597{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._activityAuthor_15tzx_611{font-weight:600;color:#1e293b;font-size:.875rem}._activityType_15tzx_623{background:#f1f5f9;color:#64748b;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}._activityMessage_15tzx_641{font-size:.875rem;color:#374151;line-height:1.5;margin-bottom:.5rem}._activityContext_15tzx_655{display:flex;align-items:center;gap:.375rem;font-size:.8rem;color:#64748b}._activityContextType_15tzx_671{font-size:.875rem}._activityContextTitle_15tzx_679{font-weight:500;color:#475569}._quickActions_15tzx_689{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}._actionGrid_15tzx_705{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._actionCard_15tzx_717{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;border:2px dashed #e2e8f0;border-radius:8px;text-decoration:none;color:#64748b;transition:all .3s ease;text-align:center}._actionCard_15tzx_717:hover{border-color:#667eea;color:#667eea;background:#f8fafc}._actionCardIcon_15tzx_757{font-size:2rem}._actionCardText_15tzx_765{font-weight:600}@media (max-width: 768px){._welcomeContent_15tzx_55{flex-direction:column;gap:1.5rem;text-align:center}._welcomeStats_15tzx_97{justify-content:center}._statsGrid_15tzx_143,._contentGrid_15tzx_275{grid-template-columns:1fr}._projectItem_15tzx_369{flex-direction:column;align-items:flex-start;gap:.75rem}._actionGrid_15tzx_705{grid-template-columns:1fr}}._container_12ppl_3{display:flex;flex-direction:column;min-height:calc(100vh - 220px);width:100%;max-width:100%;overflow-x:hidden}._header_12ppl_21{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-shrink:0;position:relative;z-index:100;width:100%}._projectSelector_12ppl_43{display:flex;align-items:center;gap:1rem;flex:1}._selectorContainer_12ppl_57{display:flex;flex-direction:column;gap:.5rem;flex:1;position:relative;z-index:110}._selectorLabel_12ppl_75{font-weight:600;color:#374151;font-size:.875rem}._projectInfo_12ppl_87{display:flex;flex-direction:column;gap:.25rem}._projectIcon_12ppl_99{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;box-shadow:0 6px 20px #667eea4d;border:2px solid rgba(255,255,255,.3)}._projectInfo_12ppl_87 h1{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}._projectInfo_12ppl_87 p{color:#64748b;margin:0;font-size:.875rem}._clientInfo_12ppl_153{font-size:.875rem;color:#64748b;background:#f8fafccc;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(226,232,240,.6)}.kanban-project-selector{position:relative;z-index:1100}.kanban-project-selector .searchable-select-dropdown{z-index:1100!important;position:absolute}.kanban-project-selector .searchable-select-container{position:relative;z-index:1100}.kanban-project-selector .searchable-select-list{z-index:1100!important;position:absolute}.kanban-project-selector .searchable-select-overlay{z-index:1099!important}._headerActions_12ppl_221{display:flex;gap:1rem;align-items:center}._filterButton_12ppl_233,._addTaskButton_12ppl_235{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-weight:500;color:#64748b}._filterButton_12ppl_233:hover,._addTaskButton_12ppl_235:hover{border-color:#cbd5e1;background:#f8fafc}._addTaskButton_12ppl_235{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 12px #667eea4d}._addTaskButton_12ppl_235:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66;background:linear-gradient(135deg,#667eea,#764ba2)}._board_12ppl_301{display:flex;gap:1rem;min-height:calc(100vh - 320px);width:100%;overflow-x:auto;overflow-y:visible}._column_12ppl_319{min-width:280px;flex:1;max-width:calc(25% - .75rem);background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border-radius:12px;border:1px solid rgba(226,232,240,.6);display:flex;flex-direction:column;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._columnHeader_12ppl_345{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(226,232,240,.5);background:linear-gradient(135deg,#fffffff2,#fafbfce6);border-radius:16px 16px 0 0;box-shadow:0 2px 6px #0000000f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-shrink:0}._columnTitle_12ppl_365{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._columnName_12ppl_379{font-weight:800;color:#0f172a;font-size:1.1rem;display:flex;align-items:center;gap:.75rem;letter-spacing:-.02em}._columnCount_12ppl_399{background:linear-gradient(135deg,#f1f5f9e6,#e2e8f0cc);color:#475569;font-size:.8rem;font-weight:700;padding:.5rem 1rem;border-radius:20px;min-width:28px;text-align:center;border:1px solid rgba(226,232,240,.6);box-shadow:0 2px 8px #00000014;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._columnDescription_12ppl_427{font-size:.875rem;color:#64748b;margin:0;font-weight:500;opacity:.8}._tasksContainer_12ppl_443{padding:1.25rem;display:flex;flex-direction:column;gap:1rem;background:linear-gradient(135deg,#fafbfc80,#f8fafc4d);border-radius:0 0 16px 16px;min-height:200px}._tasksContainer_12ppl_443._dragOver_12ppl_463{background:linear-gradient(135deg,#f0f9ffcc,#dbeafe99);border:2px dashed #3b82f6;border-radius:16px;transform:scale(1.02);box-shadow:0 8px 32px #3b82f633;animation:_dropZonePulse_12ppl_1 1.5s ease-in-out infinite}@keyframes _dropZonePulse_12ppl_1{0%,to{border-color:#3b82f6}50%{border-color:#1d4ed8;background:linear-gradient(135deg,#f0f9ffe6,#dbeafeb3)}}._taskCard_12ppl_501{background:linear-gradient(135deg,#fffffffa,#fefefef2);border-radius:12px;padding:1.25rem;box-shadow:0 4px 16px #00000014;border:1px solid rgba(226,232,240,.6);cursor:grab;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden}._taskCard_12ppl_501:hover{box-shadow:0 12px 40px #00000026,0 0 0 1px #667eea33;transform:translateY(-4px) scale(1.02);border-color:#667eea4d;background:linear-gradient(135deg,#fff,#fefefefa)}._taskCard_12ppl_501._dragging_12ppl_541{cursor:grabbing;transform:rotate(5deg) scale(1.05);box-shadow:0 16px 48px #00000040;z-index:1000;border-color:#667eea80}._taskPriority_12ppl_557{position:absolute;top:0;left:0;width:5px;height:100%;border-radius:16px 0 0 16px;transition:width .3s ease}._taskCard_12ppl_501:hover ._taskPriority_12ppl_557{width:8px}._taskPriority_12ppl_557._high_12ppl_585{background:#ef4444}._taskPriority_12ppl_557._medium_12ppl_593{background:#f59e0b}._taskPriority_12ppl_557._low_12ppl_601{background:#22c55e}._taskHeader_12ppl_609{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}._taskTitle_12ppl_623{font-weight:700;color:#0f172a;font-size:1rem;line-height:1.5;margin:0;flex:1;letter-spacing:-.02em}._taskMenu_12ppl_643{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .3s ease}._taskMenu_12ppl_643:hover{background:#f3f4f6;color:#6b7280}._taskDescription_12ppl_673{font-size:.875rem;color:#64748b;line-height:1.6;margin-bottom:1.25rem;font-weight:400;letter-spacing:-.01em}._taskLabels_12ppl_691{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}._taskLabel_12ppl_691{background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:6px;border:1px solid #e2e8f0}._taskLabel_12ppl_691._design_12ppl_725{background:#fef3c7;color:#92400e;border-color:#fbbf24}._taskLabel_12ppl_691._development_12ppl_737{background:#dbeafe;color:#1e40af;border-color:#3b82f6}._taskLabel_12ppl_691._review_12ppl_749{background:#e0e7ff;color:#5b21b6;border-color:#8b5cf6}._taskFooter_12ppl_761{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(226,232,240,.3)}._taskMeta_12ppl_779{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}._taskAssignee_12ppl_793{display:flex;align-items:center;gap:.5rem}._avatar_12ppl_805{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.9);box-shadow:0 4px 12px #00000026;transition:transform .3s ease}._taskCard_12ppl_501:hover ._avatar_12ppl_805{transform:scale(1.1)}._assigneeName_12ppl_845{font-size:.8rem;color:#64748b;font-weight:500}._taskDueDate_12ppl_857{font-size:.8rem;color:#64748b;display:flex;align-items:center;gap:.375rem;font-weight:500;padding:.25rem .5rem;background:#f8fafcb3;border-radius:8px;border:1px solid rgba(226,232,240,.5)}._taskDueDate_12ppl_857._overdue_12ppl_883{color:#ef4444;font-weight:600}._taskDueDate_12ppl_857._due-soon_12ppl_893{color:#f59e0b;font-weight:600}._taskEstimatedTime_12ppl_903{font-size:.8rem;color:#64748b;display:flex;align-items:center;gap:.375rem;font-weight:500;padding:.25rem .5rem;background:#f8fafcb3;border-radius:8px;border:1px solid rgba(226,232,240,.5)}._addTaskCard_12ppl_929{background:linear-gradient(135deg,#fffc,#f8fafc99);border:2px dashed rgba(203,213,225,.8);border-radius:12px;padding:1rem;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#64748b;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:60px;box-shadow:0 2px 8px #0000000a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._addTaskCard_12ppl_929:hover{border-color:#667eea;color:#667eea;background:linear-gradient(135deg,#f8fafce6,#f1f5f9cc);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px #667eea26}._emptyState_12ppl_983{text-align:center;color:#9ca3af;font-style:italic;padding:3rem 1.5rem;background:linear-gradient(135deg,#f8fafc80,#f1f5f94d);border-radius:12px;border:2px dashed rgba(156,163,175,.3);margin:1rem 0;font-weight:500}._taskCard_12ppl_501._clientVisible_12ppl_1013{border-left:4px solid #3b82f6;background:linear-gradient(135deg,#fff,#f8fafc)}._taskCard_12ppl_501._hasUnreadComments_12ppl_1023{box-shadow:0 0 0 2px #fbbf24,0 8px 32px #fbbf244d;animation:_glow_12ppl_1 2s ease-in-out infinite}@keyframes _glow_12ppl_1{0%,to{box-shadow:0 0 0 2px #fbbf24,0 8px 32px #fbbf244d}50%{box-shadow:0 0 0 4px #fbbf2499,0 12px 48px #fbbf2466}}@keyframes _pulse_12ppl_1{0%,to{box-shadow:0 0 0 2px #fbbf24,0 4px 16px #0000001f}50%{box-shadow:0 0 0 4px #fbbf2466,0 4px 16px #0000001f}}._taskIndicators_12ppl_1071{position:absolute;top:.5rem;right:.5rem;display:flex;gap:.25rem;z-index:10}._clientIndicator_12ppl_1089{background:#3b82f6;color:#fff;font-size:.7rem;padding:.2rem .4rem;border-radius:4px;font-weight:500}._approvalIndicator_12ppl_1107{font-size:.8rem;padding:.2rem;border-radius:4px;background:#fff;box-shadow:0 1px 3px #0000001a}._approvalIndicator_12ppl_1107._pending_12ppl_1123{background:#fef3c7}._approvalIndicator_12ppl_1107._approved_12ppl_1131{background:#dcfce7}._approvalIndicator_12ppl_1107._rejected_12ppl_1139{background:#fef2f2}._commentIndicator_12ppl_1147{background:#e0e7ff;color:#3730a3;font-size:.7rem;padding:.2rem .4rem;border-radius:4px;font-weight:500;display:flex;align-items:center;gap:.2rem}._commentIndicator_12ppl_1147._unread_12ppl_1171{background:#fbbf24;color:#fff;animation:_bounce_12ppl_1 1s infinite}._messageCount_12ppl_1185{font-size:.7rem;padding:.2rem .4rem;border-radius:4px;font-weight:600;display:flex;align-items:center;gap:.2rem;border:1px solid transparent;transition:all .2s ease}._messageCount_12ppl_1185._noMessages_12ppl_1209{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}._messageCount_12ppl_1185._hasMessages_12ppl_1221{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 2px 8px #3b82f64d;border:1px solid rgba(255,255,255,.2)}._messageCount_12ppl_1185._unread_12ppl_1171{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 8px #f59e0b66;animation:_bounce_12ppl_1 1.5s ease-in-out infinite;transform-origin:center}@keyframes _pulse_12ppl_1{0%,to{box-shadow:0 1px 3px #f59e0b4d}50%{box-shadow:0 2px 6px #f59e0b66,0 0 0 2px #f59e0b33}}@keyframes _bounce_12ppl_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-2px)}}._taskHeader_12ppl_609{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;margin-top:1.75rem}._clientBadge_12ppl_1313{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem;display:inline-block}._clientViewFilter_12ppl_1341{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._clientViewFilter_12ppl_1341:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}@media (max-width: 768px){._container_12ppl_3{padding:1rem;min-height:calc(100vh - 180px);border-radius:12px}._board_12ppl_301{min-height:calc(100vh - 280px)}._header_12ppl_21{flex-direction:column;gap:1rem;align-items:flex-start;padding:1rem;margin-bottom:1rem}._board_12ppl_301{gap:.75rem}._column_12ppl_319{min-width:280px}._columnHeader_12ppl_345{padding:1rem}._tasksContainer_12ppl_443{padding:1rem;gap:.75rem}._taskCard_12ppl_501{padding:1rem}._taskIndicators_12ppl_1071{top:.5rem;right:.5rem;flex-direction:column;align-items:flex-end}._taskHeader_12ppl_609{margin-top:1.5rem}._clientIndicator_12ppl_1089,._commentIndicator_12ppl_1147,._messageCount_12ppl_1185{font-size:.65rem;padding:.2rem .4rem}._taskFooter_12ppl_761{flex-direction:column;gap:.5rem;align-items:flex-start}._projectIcon_12ppl_99{width:40px;height:40px;font-size:1.25rem}}._overlay_x6pk9_3{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_x6pk9_1 .2s ease-out}@keyframes _fadeIn_x6pk9_1{0%{opacity:0}to{opacity:1}}._dialog_x6pk9_51{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:90%;max-height:90vh;overflow:hidden;animation:_slideIn_x6pk9_1 .2s ease-out}@keyframes _slideIn_x6pk9_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._header_x6pk9_97{display:flex;align-items:center;padding:24px 24px 16px;gap:12px}._icon_x6pk9_111{font-size:24px;line-height:1}._title_x6pk9_121{margin:0;font-size:18px;font-weight:600;color:#1f2937;line-height:1.4}._content_x6pk9_139{padding:0 24px 24px}._message_x6pk9_147{margin:0;color:#6b7280;line-height:1.5;font-size:14px}._actions_x6pk9_163{display:flex;gap:12px;padding:16px 24px 24px;justify-content:flex-end}._cancelButton_x6pk9_177,._confirmButton_x6pk9_179{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid;min-width:80px}._cancelButton_x6pk9_177{background:#fff;color:#6b7280;border-color:#d1d5db}._cancelButton_x6pk9_177:hover{background:#f9fafb;border-color:#9ca3af}._cancelButton_x6pk9_177:focus{outline:none;ring:2px;ring-color:#3b82f6;ring-offset:2px}._confirmButton_x6pk9_179{color:#fff;border-color:transparent}._confirmDanger_x6pk9_249{background:#ef4444}._confirmDanger_x6pk9_249:hover{background:#dc2626}._confirmWarning_x6pk9_265{background:#f59e0b}._confirmWarning_x6pk9_265:hover{background:#d97706}._confirmInfo_x6pk9_281{background:#3b82f6}._confirmInfo_x6pk9_281:hover{background:#2563eb}._confirmButton_x6pk9_179:focus{outline:none;ring:2px;ring-offset:2px}._confirmDanger_x6pk9_249:focus{ring-color:#ef4444}._confirmWarning_x6pk9_265:focus{ring-color:#f59e0b}._confirmInfo_x6pk9_281:focus{ring-color:#3b82f6}._danger_x6pk9_335 ._title_x6pk9_121{color:#dc2626}._warning_x6pk9_343 ._title_x6pk9_121{color:#d97706}._info_x6pk9_351 ._title_x6pk9_121{color:#2563eb}@media (prefers-color-scheme: dark){._dialog_x6pk9_51{background:#1f2937;color:#f3f4f6}._title_x6pk9_121{color:#f9fafb}._message_x6pk9_147{color:#d1d5db}._cancelButton_x6pk9_177{background:#374151;color:#d1d5db;border-color:#4b5563}._cancelButton_x6pk9_177:hover{background:#4b5563;border-color:#6b7280}}._modalOverlay_3pvo4_5{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:5px}@media (min-width: 769px){._modalOverlay_3pvo4_5{padding:5px 5px 5px 285px;justify-content:flex-start}._modalContent_3pvo4_53{margin-left:0;width:calc(100vw - 290px);height:calc(100vh - 10px)}}._modalContent_3pvo4_53{background:#fff;border-radius:8px;width:100%;height:100%;overflow:hidden;box-shadow:0 8px 32px #091e4240;display:flex;flex-direction:column;border:1px solid #dfe1e6}._modalHeader_3pvo4_93{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 40px;border-bottom:1px solid #dfe1e6;background:#f4f5f7;gap:24px}._titleSection_3pvo4_113{flex:1}._modalTitle_3pvo4_121{font-size:24px;font-weight:500;color:#172b4d;margin:0 0 8px;line-height:1.25;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._taskBadges_3pvo4_139{display:flex;gap:.5rem;flex-wrap:wrap}._clientBadge_3pvo4_151{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:6px;display:flex;align-items:center;gap:.25rem}._approvalBadge_3pvo4_175{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:6px;display:flex;align-items:center;gap:.25rem}._approvalBadge_3pvo4_175._pending_3pvo4_195{background:#fef3c7;color:#d97706}._approvalBadge_3pvo4_175._approved_3pvo4_205{background:#dcfce7;color:#16a34a}._approvalBadge_3pvo4_175._rejected_3pvo4_215{background:#fef2f2;color:#dc2626}._headerActions_3pvo4_227{display:flex;align-items:center;gap:12px;flex-shrink:0}._closeButtonTop_3pvo4_241{background:none;border:none;font-size:24px;color:#6b778c;cursor:pointer;width:32px;height:32px;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;margin-left:8px}._closeButtonTop_3pvo4_241:hover{background:#ebecf0;color:#42526e}._modalBody_3pvo4_285{flex:1;display:grid;grid-template-columns:2fr 1fr;gap:48px;padding:32px 40px;overflow-y:auto;background:#fff}._mainContent_3pvo4_307{background:transparent;padding:0;display:flex;flex-direction:column;height:100%}._sidebar_3pvo4_325{background:transparent;padding:0;height:fit-content}._taskDetails_3pvo4_337{display:grid;gap:16px;padding:24px}._detailRow_3pvo4_349{display:flex;align-items:center;gap:12px;padding:8px 0}._detailLabel_3pvo4_363{font-weight:600;color:#6b778c;font-size:12px;text-transform:uppercase;letter-spacing:.04em;min-width:120px}._statusBadge_3pvo4_381{background:#e0e7ff;color:#3730a3;padding:.25rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500}._priorityBadge_3pvo4_399{color:#fff;padding:.25rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;text-transform:capitalize}._dueDateBadge_3pvo4_417{padding:.25rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;background:#f1f5f9;color:#475569}._dueDateBadge_3pvo4_417._overdue_3pvo4_435{background:#fef2f2;color:#dc2626}._dueDateBadge_3pvo4_417._due-soon_3pvo4_445{background:#fef3c7;color:#d97706}._assigneeInfo_3pvo4_455{display:flex;align-items:center;gap:.75rem}._avatar_3pvo4_467{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.875rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 4px #0000001a}._assigneeName_3pvo4_497{font-weight:500;color:#374151}._section_3pvo4_507{margin-bottom:32px}._section_3pvo4_507:last-child{margin-bottom:0}._sectionTitle_3pvo4_523{font-size:16px;font-weight:600;color:#172b4d;margin:0 0 20px;padding:0 0 12px;border-bottom:1px solid #dfe1e6}._description_3pvo4_543{color:#64748b;line-height:1.6;margin:0;font-size:.95rem}._labels_3pvo4_557{display:flex;flex-wrap:wrap;gap:.5rem}._label_3pvo4_557{background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:500;padding:.375rem .75rem;border-radius:6px;border:1px solid #e2e8f0;text-transform:capitalize}._commentsContainer_3pvo4_593{flex:1;overflow-y:auto;background:transparent;padding:0;min-height:0}._comment_3pvo4_593{padding:16px 0;margin:0;background:transparent;border:none;box-shadow:none;border-bottom:1px solid #f1f3f4;max-width:100%;position:relative}._comment_3pvo4_593:last-child{border-bottom:none}._comment_3pvo4_593._client_3pvo4_151,._comment_3pvo4_593._team_3pvo4_641{margin:0;background:transparent;color:#374151;border-left:none;border-right:none;box-shadow:none}._comment_3pvo4_593._client_3pvo4_151:before,._comment_3pvo4_593._team_3pvo4_641:before{display:none}._commentHeader_3pvo4_669{display:flex;justify-content:flex-start;align-items:center;margin-bottom:8px;padding-bottom:0;border-bottom:none;gap:12px}._commentAuthor_3pvo4_689{display:flex;align-items:center;gap:8px}._commentAvatar_3pvo4_701{width:32px;height:32px;border-radius:50%;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;border:2px solid #e2e8f0;flex-shrink:0}._comment_3pvo4_593._client_3pvo4_151 ._commentAvatar_3pvo4_701{background:#dbeafe;color:#1d4ed8;border-color:#3b82f6}._comment_3pvo4_593._team_3pvo4_641 ._commentAvatar_3pvo4_701{background:#d1fae5;color:#059669;border-color:#10b981}._commentMeta_3pvo4_755{display:flex;align-items:center;gap:8px}._authorName_3pvo4_767{font-weight:600;color:#374151;font-size:.875rem;margin:0}._commentTime_3pvo4_781{font-size:.75rem;color:#64748b;margin:0}._authorType_3pvo4_793{font-size:.7rem;font-weight:600;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.025em;margin-left:auto}._comment_3pvo4_593._client_3pvo4_151 ._authorType_3pvo4_793{background:#dbeafe;color:#1d4ed8}._comment_3pvo4_593._team_3pvo4_641 ._authorType_3pvo4_793{background:#d1fae5;color:#059669}._commentContent_3pvo4_833{color:#374151;line-height:1.6;margin:0;font-size:.9rem;padding-left:40px}._attachments_3pvo4_849{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}._attachment_3pvo4_849{background:#f8fafc;color:#64748b;font-size:.75rem;padding:.375rem .75rem;border-radius:6px;cursor:pointer;transition:all .2s ease;border:1px solid #e2e8f0;display:flex;align-items:center;gap:.25rem}._attachment_3pvo4_849:hover{background:#e2e8f0;color:#475569}._commentsLoading_3pvo4_905{text-align:center;padding:2rem;color:#64748b;font-style:italic}._noComments_3pvo4_919{text-align:center;padding:2rem;color:#64748b;font-style:italic;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}._internalBadge_3pvo4_941{background:#fef3c7;color:#d97706;font-size:.6rem;font-weight:600;padding:.125rem .375rem;border-radius:4px;text-transform:uppercase;letter-spacing:.025em;margin-left:.5rem}._comment_3pvo4_593._currentUser_3pvo4_967{border-left-color:#8b5cf6!important;border-right-color:#8b5cf6!important}._comment_3pvo4_593._currentUser_3pvo4_967 ._commentAvatar_3pvo4_701{background:#ede9fe!important;color:#7c3aed!important;border-color:#8b5cf6!important}._comment_3pvo4_593._currentUser_3pvo4_967 ._authorType_3pvo4_793{background:#ede9fe!important;color:#7c3aed!important}._addCommentSection_3pvo4_1001{display:flex;flex-direction:column;gap:16px;margin:20px 0;padding:20px}._commentInputContainer_3pvo4_1017{display:flex;gap:.75rem;align-items:flex-start}._currentUserAvatar_3pvo4_1029{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 4px #0000001a;flex-shrink:0;margin-top:.25rem}._commentActions_3pvo4_1063{display:flex;justify-content:flex-start;align-items:center;gap:.5rem;margin-top:8px;padding-left:48px}._commentInput_3pvo4_1017{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;resize:vertical;min-height:80px;font-family:inherit;transition:border-color .2s ease;background:#fff}._commentInput_3pvo4_1017:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._addCommentButton_3pvo4_1119{background:#0052cc;color:#fff;border:none;padding:8px 16px;border-radius:3px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._addCommentButton_3pvo4_1119:hover:not(:disabled){background:#0065ff}._addCommentButton_3pvo4_1119:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}._modalFooter_3pvo4_1173{display:flex;justify-content:flex-end;align-items:center;padding:8px 16px;border-top:1px solid #e2e8f0;background:#f8fafc;min-height:auto;width:100%;box-sizing:border-box;flex-shrink:0}._closeButton_3pvo4_241{background:#fff;border:2px solid #e2e8f0;color:#64748b;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem}._closeButton_3pvo4_241:hover{background:#f8fafc;border-color:#d1d5db;color:#374151}._secondaryButton_3pvo4_1235{background:#fff;border:2px solid #e2e8f0;color:#64748b;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}._primaryButton_3pvo4_1259{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}@media (max-width: 768px){._modalOverlay_3pvo4_5{padding:1rem;padding-top:calc(64px + 1rem)}._modalContent_3pvo4_53{max-height:calc(100vh - 64px - 2rem);max-width:100%}._modalHeader_3pvo4_93{padding:1rem 1.5rem;flex-direction:column;gap:1rem;align-items:flex-start}._titleSection_3pvo4_113{width:100%}._modalTitle_3pvo4_121{font-size:1.25rem}._modalBody_3pvo4_285{padding:1.5rem}._detailRow_3pvo4_349{flex-direction:column;align-items:flex-start;gap:.5rem}._detailLabel_3pvo4_363{min-width:auto}._comment_3pvo4_593{max-width:95%}._commentHeader_3pvo4_669{flex-direction:column;align-items:flex-start;gap:.5rem}._comment_3pvo4_593._client_3pvo4_151 ._commentHeader_3pvo4_669,._comment_3pvo4_593._team_3pvo4_641 ._commentHeader_3pvo4_669{flex-direction:column}._comment_3pvo4_593._team_3pvo4_641 ._commentAuthor_3pvo4_689{flex-direction:row}._comment_3pvo4_593._team_3pvo4_641 ._commentMeta_3pvo4_755{align-items:flex-start}._modalFooter_3pvo4_1173{padding:1rem 1.5rem;flex-direction:column}._secondaryButton_3pvo4_1235,._primaryButton_3pvo4_1259{width:100%;justify-content:center}}._titleInput_3pvo4_1437{width:100%;font-size:1.5rem;font-weight:700;color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;margin-bottom:.75rem;font-family:inherit;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}._titleInput_3pvo4_1437:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a}._statusSelect_3pvo4_1479,._prioritySelect_3pvo4_1481{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;min-width:150px;box-shadow:0 1px 3px #0000001a}._statusSelect_3pvo4_1479:focus,._prioritySelect_3pvo4_1481:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a}._dateInput_3pvo4_1525{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;min-width:150px;box-shadow:0 1px 3px #0000001a}._dateInput_3pvo4_1525:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a}._numberInput_3pvo4_1565{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;transition:all .2s ease;width:120px}._numberInput_3pvo4_1565:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a}._estimatedTimeBadge_3pvo4_1597{padding:.25rem .75rem;border-radius:6px;font-size:.875rem;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}._descriptionInput_3pvo4_1617{width:100%;background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;color:#374151;font-family:inherit;line-height:1.6;resize:vertical;min-height:100px;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}._descriptionInput_3pvo4_1617:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a}._checkboxLabel_3pvo4_1663{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151;transition:color .2s ease}._checkbox_3pvo4_1663{width:18px;height:18px;border:2px solid #e2e8f0;border-radius:4px;cursor:pointer;position:relative;transition:all .2s ease;appearance:none;background:#fff;box-shadow:0 1px 3px #0000001a}._checkbox_3pvo4_1663:checked{background:#3b82f6;border-color:#3b82f6}._checkbox_3pvo4_1663:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}._checkbox_3pvo4_1663:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a,0 1px 3px #0000001a}._detailRow_3pvo4_349{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}._detailRow_3pvo4_349:last-child{border-bottom:none}._section_3pvo4_507{margin-bottom:2rem;padding:0;background:none;border:none;transition:all .2s ease}._section_3pvo4_507:last-child{flex:1;display:flex;flex-direction:column;margin-bottom:0}._primaryButton_3pvo4_1259:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}._primaryButton_3pvo4_1259:disabled:hover{transform:none;box-shadow:none}._inputError_3pvo4_1849{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261a!important}._inputSuccess_3pvo4_1859{border-color:#10b981!important;box-shadow:0 0 0 3px #10b9811a!important}._assigneeInput_3pvo4_1871{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;color:#374151;transition:all .2s ease;min-width:200px;box-shadow:0 1px 3px #0000001a}._assigneeInput_3pvo4_1871:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a}._assigneeSelect_3pvo4_1909{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;min-width:200px;box-shadow:0 1px 3px #0000001a}._assigneeSelect_3pvo4_1909:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a}._assigneeSelect_3pvo4_1909:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}._labelsEdit_3pvo4_1963{display:flex;flex-direction:column;gap:1rem}._labelEdit_3pvo4_1975{background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:500;padding:.375rem .75rem;border-radius:6px;border:1px solid #e2e8f0;text-transform:capitalize;display:inline-flex;align-items:center;gap:.5rem;position:relative}._labelRemove_3pvo4_2005{background:#ef4444;color:#fff;border:none;border-radius:50%;width:18px;height:18px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-left:.25rem}._labelRemove_3pvo4_2005:focus{outline:none;box-shadow:0 0 0 2px #ef444433}._labelInput_3pvo4_2047{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}._labelTextInput_3pvo4_2061{background:#fff;border:2px solid #e2e8f0;border-radius:6px;padding:.5rem .75rem;font-size:.875rem;color:#374151;transition:all .2s ease;flex:1;min-width:150px;box-shadow:0 1px 3px #0000001a}._labelTextInput_3pvo4_2061:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a}._labelAddButton_3pvo4_2099{background:#10b981;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 4px #10b98133}._labelAddButton_3pvo4_2099:focus{outline:none;box-shadow:0 0 0 3px #10b9811a,0 2px 4px #10b98133}@media (max-width: 768px){._titleInput_3pvo4_1437{font-size:1.25rem;padding:.75rem}._statusSelect_3pvo4_1479,._prioritySelect_3pvo4_1481,._dateInput_3pvo4_1525{min-width:100%;margin-bottom:.5rem}._descriptionInput_3pvo4_1617{min-height:80px}._detailRow_3pvo4_349{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 0}._detailLabel_3pvo4_363{min-width:auto;font-size:.875rem}._checkboxLabel_3pvo4_1663{font-size:.875rem}._section_3pvo4_507{padding:1rem;margin-bottom:1.5rem}._assigneeInput_3pvo4_1871,._assigneeSelect_3pvo4_1909{min-width:100%;margin-bottom:.5rem}._labelInput_3pvo4_2047{flex-direction:column;align-items:stretch}._labelTextInput_3pvo4_2061{min-width:100%;margin-bottom:.5rem}._labelAddButton_3pvo4_2099{width:100%;justify-content:center}._commentInputContainer_3pvo4_1017{flex-direction:column;gap:.5rem}._currentUserAvatar_3pvo4_1029{align-self:flex-start;width:32px;height:32px;font-size:.75rem}._commentInput_3pvo4_1017{min-height:60px}._commentActions_3pvo4_1063{justify-content:stretch}._addCommentButton_3pvo4_1119{width:100%;justify-content:center}}._deleteButton_3pvo4_2313{background:#dc2626;border:2px solid #dc2626;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._deleteButton_3pvo4_2313:hover{background:#b91c1c;border-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc262666}._deleteButton_3pvo4_2313:disabled{background:#f87171;border-color:#f87171;cursor:not-allowed;transform:none;box-shadow:none}._confirmOverlay_3pvo4_2375{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1100;padding:2rem}._confirmDialog_3pvo4_2403{background:#fff;border-radius:12px;width:100%;max-width:400px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}._confirmHeader_3pvo4_2421{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e2e8f0}._confirmHeader_3pvo4_2421 h3{margin:0;font-size:1.25rem;font-weight:700;color:#1e293b}._confirmBody_3pvo4_2445{padding:1.5rem;color:#64748b;line-height:1.6}._confirmBody_3pvo4_2445 p{margin:0 0 .75rem}._confirmBody_3pvo4_2445 p:last-child{margin-bottom:0;color:#1e293b;font-weight:600}._confirmFooter_3pvo4_2477{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}._container_bmt33_1{position:relative;width:100%;max-width:400px}._container_bmt33_1:focus{outline:none}._trigger_bmt33_21{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;min-height:48px}._trigger_bmt33_21:hover{border-color:#cbd5e1}._trigger_bmt33_21._open_bmt33_55{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._container_bmt33_1._disabled_bmt33_65 ._trigger_bmt33_21{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}._container_bmt33_1._disabled_bmt33_65 ._trigger_bmt33_21:hover{border-color:#e5e7eb}._selectedValue_bmt33_87{flex:1;text-align:left}._selectedOption_bmt33_97{display:flex;flex-direction:column;gap:.25rem}._selectedLabel_bmt33_109{font-weight:500;color:#1f2937;font-size:.875rem}._selectedSubtitle_bmt33_121{font-size:.75rem;color:#6b7280}._placeholder_bmt33_131{color:#9ca3af;font-size:.875rem}._arrow_bmt33_141{color:#6b7280;font-size:.75rem;transition:transform .2s ease;margin-left:.5rem}._arrow_bmt33_141._rotated_bmt33_155{transform:rotate(180deg)}._dropdown_bmt33_163{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin-top:.25rem;max-height:300px;overflow:hidden;display:flex;flex-direction:column}._searchContainer_bmt33_197{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid #e5e7eb;background:#f8fafc;gap:.5rem}._searchIcon_bmt33_215{color:#6b7280;font-size:.875rem}._searchInput_bmt33_225{flex:1;border:none;outline:none;background:transparent;font-size:.875rem;color:#1f2937}._searchInput_bmt33_225::placeholder{color:#9ca3af}._optionsList_bmt33_251{flex:1;overflow-y:auto;max-height:200px}._option_bmt33_251{display:flex;align-items:center;justify-content:space-between;padding:.75rem;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f1f5f9}._option_bmt33_251:last-child{border-bottom:none}._option_bmt33_251:hover,._option_bmt33_251._highlighted_bmt33_293{background:#f1f5f9}._option_bmt33_251._selected_bmt33_87{background:#eff6ff;color:#1d4ed8}._option_bmt33_251._selected_bmt33_87:hover,._option_bmt33_251._selected_bmt33_87._highlighted_bmt33_293{background:#dbeafe}._optionContent_bmt33_321{flex:1;display:flex;flex-direction:column;gap:.25rem}._optionLabel_bmt33_335{font-weight:500;font-size:.875rem;color:#1f2937}._option_bmt33_251._selected_bmt33_87 ._optionLabel_bmt33_335{color:#1d4ed8}._optionSubtitle_bmt33_355{font-size:.75rem;color:#6b7280}._option_bmt33_251._selected_bmt33_87 ._optionSubtitle_bmt33_355{color:#3b82f6}._checkmark_bmt33_373{color:#1d4ed8;font-weight:700;font-size:.875rem}._noResults_bmt33_385{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem;font-style:italic}@media (max-width: 768px){._container_bmt33_1{max-width:100%}._trigger_bmt33_21{padding:.625rem .75rem;min-height:44px}._selectedLabel_bmt33_109,._optionLabel_bmt33_335{font-size:.8rem}._selectedSubtitle_bmt33_121,._optionSubtitle_bmt33_355{font-size:.7rem}._searchContainer_bmt33_197,._option_bmt33_251{padding:.625rem}._dropdown_bmt33_163{max-height:250px}._optionsList_bmt33_251{max-height:170px}}._overlay_195le_3{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_195le_31{background:#fff;border-radius:20px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 25px 80px #00000040,0 0 0 1px #ffffff1a;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._modalHeader_195le_57{display:flex;justify-content:space-between;align-items:center;padding:2rem 2.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#fafbff,#f8fafc);position:relative}._modalTitle_195le_77{font-size:1.75rem;font-weight:700;color:#111827;margin:0;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._closeButton_195le_99{background:#f3f4f6;border:1px solid #e5e7eb;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:.75rem;border-radius:12px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:44px;height:44px}._closeButton_195le_99:hover{background:#f1f5f9;color:#1e293b}._modalForm_195le_143{padding:2rem;max-height:calc(90vh - 120px);overflow-y:auto}._formSection_195le_155{background:linear-gradient(135deg,#fafafa,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;position:relative;overflow:hidden}._formSection_195le_155:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#2563eb)}._formSection_195le_155:last-of-type{margin-bottom:0}._sectionTitle_195le_203{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.5rem}._sectionTitle_195le_203:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:2px}._formGrid_195le_245{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}._formGroup_195le_259{display:flex;flex-direction:column;gap:.5rem}._label_195le_271{font-weight:600;color:#374151;font-size:.9rem;letter-spacing:.01em;line-height:1.4;margin-bottom:.125rem}._input_195le_289,._select_195le_291,._textarea_195le_293{padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:all .3s ease;background:#fff;font-family:inherit;line-height:1.5}._input_195le_289:focus,._select_195le_291:focus,._textarea_195le_293:focus{outline:none;border-color:#e2e8f0;box-shadow:none}._textarea_195le_293{resize:vertical;min-height:90px}._inputError_195le_341{border-color:#ef4444;background:#fef2f2}._errorMessage_195le_351{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}._errorMessage_195le_351:before{content:"⚠️";font-size:.7rem}._checkbox_195le_381{width:18px;height:18px;accent-color:#3b82f6;margin-right:.5rem}._checkboxLabel_195le_395{font-size:.9rem;color:#374151;-webkit-user-select:none;user-select:none;line-height:1.4}._tagInput_195le_411{display:flex;gap:.5rem;align-items:center}._addButton_195le_423{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.875rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}._addButton_195le_423:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px)}._tagList_195le_459{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._tag_195le_411{display:inline-flex;align-items:center;gap:.25rem;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}._removeButton_195le_497{background:none;border:none;color:#6366f1;cursor:pointer;font-size:1rem;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}._removeButton_195le_497:hover{background:#4f46e5;color:#fff}._modalFooter_195le_541{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);margin:2rem -2rem -2rem}._cancelButton_195le_561{background:linear-gradient(135deg,#fff,#f8fafc);color:#64748b;border:2px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._cancelButton_195le_561:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1}._submitButton_195le_593{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._submitButton_195le_593:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}._submitButton_195le_593:disabled{opacity:.6;cursor:not-allowed;transform:none}._loadingSpinner_195le_647{display:flex;align-items:center;gap:.5rem}._spinner_195le_659{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_195le_659 1s linear infinite}@keyframes _spin_195le_659{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._select_195le_291{appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" /></svg>');background-repeat:no-repeat;background-position:right .5rem center;background-size:1.5em 1.5em;padding-right:2.5rem}@media (max-width: 768px){._modal_195le_31{max-width:95vw;margin:.5rem}._modalHeader_195le_57{padding:1rem 1.5rem}._modalTitle_195le_77{font-size:1.25rem}._modalForm_195le_143{padding:1.5rem}._formGrid_195le_245{grid-template-columns:1fr}._tagInput_195le_411{flex-direction:column;align-items:stretch}._modalFooter_195le_541{padding:1rem 1.5rem;margin:1.5rem -1.5rem -1.5rem;flex-direction:column-reverse}._cancelButton_195le_561,._submitButton_195le_593{width:100%;justify-content:center}}@media (max-width: 480px){._overlay_195le_3{padding:.5rem}._modal_195le_31{max-width:100vw;max-height:100vh;border-radius:0}._modalHeader_195le_57{padding:1rem}._modalTitle_195le_77{font-size:1.125rem}._modalForm_195le_143,._formSection_195le_155{padding:1rem}._sectionTitle_195le_203{font-size:1rem}._modalFooter_195le_541{padding:1rem;margin:1rem -1rem -1rem}}._input_195le_289::placeholder,._textarea_195le_293::placeholder{color:#9ca3af;opacity:1}._input_195le_289:hover,._select_195le_291:hover,._textarea_195le_293:hover{border-color:#e2e8f0}._input_195le_289:focus-visible,._select_195le_291:focus-visible,._textarea_195le_293:focus-visible{outline:none;outline-offset:0}._inputContainer_195le_907,._textareaContainer_195le_909{position:relative;display:flex;align-items:stretch;gap:0}._inputContainer_195le_907 ._input_195le_289,._textareaContainer_195le_909 ._textarea_195le_293{flex:1;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}._aiButton_195le_939{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#6366f1;border:2px solid #c7d2fe;border-left:none;padding:.875rem 1rem;border-radius:0 8px 8px 0;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:50px;position:relative;overflow:hidden}._aiButton_195le_939:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-color:#8b5cf6;transform:none}._aiButton_195le_939:active{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:scale(.98)}._aiButton_195le_939:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#8b5cf61a,#7c3aed1a);opacity:0;transition:opacity .3s ease}._aiButton_195le_939:hover:before{opacity:1}._textareaContainer_195le_909 ._aiButton_195le_939{align-self:stretch;height:auto;border-top-right-radius:8px;border-bottom-right-radius:8px}@media print{._overlay_195le_3{position:relative;background:#fff;padding:0}._modal_195le_31{box-shadow:none;max-height:none;max-width:none}._modalHeader_195le_57,._modalFooter_195le_541{background:#fff;border:none}._closeButton_195le_99,._cancelButton_195le_561,._submitButton_195le_593,._aiButton_195le_939{display:none}}._customerFilterBanner_ntitg_3{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:12px;padding:1rem 1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #3b82f61a}._projectInfo_ntitg_29{display:flex;justify-content:space-between;align-items:center;margin:1rem 0}._clientDisplay_ntitg_43{flex:1}._clientName_ntitg_51{font-size:.875rem;color:#64748b;font-weight:500}._tasksSummary_ntitg_63{display:flex;flex-direction:column;align-items:center;text-align:center}._tasksCount_ntitg_77{font-size:1.25rem;font-weight:700;color:#3b82f6}._tasksLabel_ntitg_89{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.025em}._progressHeader_ntitg_105{display:flex;justify-content:flex-end;align-items:center;margin-bottom:.5rem}._progressPercent_ntitg_119{font-size:1rem;font-weight:700;color:#1e293b}._progressBar_ntitg_131{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:1rem}._progressFill_ntitg_149{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease}._projectActions_ntitg_163{display:flex;gap:.75rem;justify-content:center}._primaryAction_ntitg_175{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}._primaryAction_ntitg_175:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}._secondaryAction_ntitg_221{flex:1;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#475569;border:2px solid #e2e8f0;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}._secondaryAction_ntitg_221:hover{border-color:#3b82f6;color:#3b82f6;background:linear-gradient(135deg,#f0f9ff,#dbeafe);transform:translateY(-1px)}._deleteAction_ntitg_269{flex:1;background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626;border:2px solid #fecaca;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem}._deleteAction_ntitg_269:hover{border-color:#dc2626;color:#b91c1c;background:linear-gradient(135deg,#fef2f2,#fee2e2);transform:translateY(-1px)}._filterInfo_ntitg_319{display:flex;align-items:center;gap:.75rem}._filterIcon_ntitg_331{font-size:1.25rem}._filterText_ntitg_339{color:#1e40af;font-size:.875rem;font-weight:500}._clearFilterButton_ntitg_351{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease}._clearFilterButton_ntitg_351:hover{background:#dc2626;transform:translateY(-1px)}._dateItem_ntitg_385{font-size:.8rem;color:#64748b;background:#f1f5f9;padding:.25rem .5rem;border-radius:4px}._comments_ntitg_401{font-size:.8rem;color:#3b82f6;font-weight:500}._lastActivity_ntitg_413{font-size:.75rem;color:#9ca3af}._progressInfo_ntitg_423{display:flex;align-items:center}._taskProgress_ntitg_433{font-size:.8rem;color:#64748b;font-weight:500}._container_ntitg_443{max-width:1400px;margin:0 auto}._projectSection_ntitg_455{margin-bottom:3rem}._sectionTitle_ntitg_463{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.5rem}._controls_ntitg_489{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}._searchAndFilter_ntitg_505{display:flex;gap:1rem;flex:1;max-width:600px}._searchBox_ntitg_519{position:relative;flex:1}._searchIcon_ntitg_529{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:1rem}._searchInput_ntitg_547{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .3s ease}._searchInput_ntitg_547:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._filterSelect_ntitg_577{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.875rem;cursor:pointer;transition:all .3s ease;min-width:160px}._filterSelect_ntitg_577:focus{outline:none;border-color:#3b82f6}._viewToggle_ntitg_609{display:flex;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden}._viewButton_ntitg_623{background:#fff;border:none;padding:.75rem 1rem;cursor:pointer;font-size:1rem;color:#64748b;transition:all .3s ease}._viewButton_ntitg_623:hover{background:#f1f5f9}._viewButton_ntitg_623._active_ntitg_651{background:#3b82f6;color:#fff}._projectsContainer_ntitg_663{display:grid;gap:1.5rem}._projectsContainer_ntitg_663._list_ntitg_673{gap:.75rem}._projectsContainer_ntitg_663._grid_ntitg_681{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}._projectsContainer_ntitg_663._list_ntitg_673{grid-template-columns:1fr}._projectCard_ntitg_699{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem 2rem;transition:all .3s ease;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}._projectCard_ntitg_699:hover{box-shadow:0 8px 25px #0000001a}._projectCard_ntitg_699._active_ntitg_651{border-left:4px solid #10b981}._projectCard_ntitg_699._completed_ntitg_743{border-left:4px solid #6b7280;background:linear-gradient(135deg,#fff,#f9fafb)}._projectCard_ntitg_699._overdue_ntitg_753{border-left:4px solid #ef4444}._projectCard_ntitg_699._due-soon_ntitg_761{border-left:4px solid #f59e0b}._projectHeader_ntitg_771{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._projectTitle_ntitg_785{display:flex;flex-direction:column;gap:.5rem;flex:1}._projectName_ntitg_801{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0;line-height:1.3}._statusBadge_ntitg_817{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:6px;display:inline-flex;align-items:center;gap:.25rem;width:fit-content}._statusBadge_ntitg_817._active_ntitg_651{background:#dcfce7;color:#166534}._statusBadge_ntitg_817._completed_ntitg_743{background:#f3f4f6;color:#374151}._statusBadge_ntitg_817._overdue_ntitg_753{background:#fef2f2;color:#dc2626}._statusBadge_ntitg_817._due-soon_ntitg_761{background:#fef3c7;color:#d97706}._projectStatusBadge_ntitg_879{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:6px;color:#fff;display:inline-flex;align-items:center;gap:.25rem;width:fit-content;text-transform:capitalize}._projectMenu_ntitg_905{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .3s ease}._projectMenu_ntitg_905:hover{background:#f3f4f6;color:#6b7280}._clientInfo_ntitg_937{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}._clientDetails_ntitg_959{display:flex;flex-direction:column;gap:.25rem}._clientName_ntitg_51{font-weight:600;color:#1e293b;font-size:.875rem;display:flex;align-items:center;gap:.5rem}._clientIndustry_ntitg_989{font-size:.75rem;color:#64748b;background:#e2e8f0;padding:.2rem .5rem;border-radius:4px;width:fit-content}._websiteLink_ntitg_1007{color:#3b82f6;text-decoration:none;font-size:1.125rem;transition:all .3s ease}._websiteLink_ntitg_1007:hover{transform:scale(1.1)}._projectDescription_ntitg_1031{color:#64748b;line-height:1.6;margin-bottom:1.5rem;font-size:.875rem}._projectProgress_ntitg_1047{margin-bottom:1.5rem}._progressHeader_ntitg_105{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._progressText_ntitg_1069{font-size:.875rem;color:#374151;font-weight:500}._progressPercent_ntitg_119{font-size:.875rem;font-weight:600;color:#1e293b}._progressBar_ntitg_131{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}._progressFill_ntitg_149{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:3px;transition:width .3s ease}._projectMainContent_ntitg_1125{display:flex;flex-direction:column;gap:1rem}._projectMeta_ntitg_1139{display:grid;grid-template-columns:auto 1fr auto auto;gap:2rem;align-items:center;margin-bottom:0;padding-top:1rem;border-top:1px solid #e2e8f0}._dates_ntitg_1159{display:flex;flex-direction:column;gap:.25rem}._activity_ntitg_1171{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}._projectActions_ntitg_163{display:flex;flex-direction:column;gap:.75rem;justify-self:end;min-width:200px}._actionButton_ntitg_1203{flex:1;background:#fff;border:2px solid #e2e8f0;color:#64748b;padding:.75rem 1rem;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}._actionButton_ntitg_1203:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff}._emptyState_ntitg_1251{text-align:center;padding:4rem 2rem;color:#64748b}._emptyIcon_ntitg_1263{font-size:4rem;margin-bottom:1rem}._emptyState_ntitg_1251 h3{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}._emptyState_ntitg_1251 p{margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}._createFirstProject_ntitg_1299{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}._createFirstProject_ntitg_1299:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._projectsContainer_ntitg_663._list_ntitg_673 ._projectCard_ntitg_699{padding:.75rem 1.5rem;display:block;transition:all .2s ease}._projectsContainer_ntitg_663._list_ntitg_673 ._projectCard_ntitg_699:hover{background:#f9fafb;transform:translateY(-1px)}._listLayout_ntitg_1357{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr 120px;gap:2rem;align-items:center;width:100%}._listProject_ntitg_1375{display:flex;flex-direction:column;gap:.25rem;min-width:0}._listProjectName_ntitg_1389{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._listProjectClient_ntitg_1411{font-size:.875rem;color:#64748b;font-weight:500;display:flex;align-items:center;gap:.375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._listStats_ntitg_1437{display:flex;justify-content:center}._listTaskCount_ntitg_1447{display:flex;flex-direction:column;align-items:center;text-align:center}._listTaskNumber_ntitg_1461{font-size:1.25rem;font-weight:700;color:#3b82f6;line-height:1.2}._listTaskLabel_ntitg_1475{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._listProgressSection_ntitg_1493{display:flex;justify-content:center}._listProgressContainer_ntitg_1503{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:120px}._listProgressPercent_ntitg_1521{font-size:1rem;font-weight:700;color:#1e293b}._listProgressTrack_ntitg_1533{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}._listProgressFill_ntitg_1549{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:3px;transition:width .3s ease}._listStatus_ntitg_1565{display:flex;justify-content:center}._listStatusBadge_ntitg_1575{font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:6px;color:#fff;text-align:center;text-transform:capitalize;white-space:nowrap}._listActions_ntitg_1599{display:flex;gap:.5rem;justify-content:flex-end}._listActionBtn_ntitg_1611{background:#fff;border:1.5px solid #e2e8f0;color:#64748b;padding:.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;box-shadow:0 1px 3px #0000001a}._listActionBtn_ntitg_1611:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}@media (max-width: 768px){._customerFilterBanner_ntitg_3{flex-direction:column;gap:1rem;text-align:center}._filterInfo_ntitg_319{justify-content:center}._controls_ntitg_489{flex-direction:column;align-items:stretch}._searchAndFilter_ntitg_505{flex-direction:column;max-width:none}._viewToggle_ntitg_609{align-self:center}._projectsContainer_ntitg_663._grid_ntitg_681{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}._projectsContainer_ntitg_663._list_ntitg_673 ._listLayout_ntitg_1357{grid-template-columns:1fr;gap:1rem;text-align:center}._listProject_ntitg_1375{order:1}._listStats_ntitg_1437{order:2}._listProgressSection_ntitg_1493{order:3}._listStatus_ntitg_1565{order:4}._listActions_ntitg_1599{order:5;justify-content:center}._clientInfo_ntitg_937{flex-direction:column;align-items:flex-start;gap:.5rem}._activity_ntitg_1171{flex-direction:column;align-items:flex-start}._projectActions_ntitg_163{flex-direction:column}}@media (max-width: 480px){._projectsContainer_ntitg_663._grid_ntitg_681{grid-template-columns:1fr}}._container_1fbnb_3{max-width:1000px;margin:0 auto;padding:2rem;min-height:100vh}._pageHeader_1fbnb_19{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}._backButton_1fbnb_37{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b;border:1px solid #cbd5e1;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}._backButton_1fbnb_37:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}._pageInfo_1fbnb_81{text-align:center}._pageTitle_1fbnb_89{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._pageDescription_1fbnb_111{color:#64748b;font-size:1.1rem;line-height:1.6;max-width:600px;margin:0 auto}._form_1fbnb_129{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;overflow:hidden;border:1px solid #e2e8f0;padding:0}._formSection_1fbnb_147{background:#fff;border-bottom:1px solid #f1f5f9;padding:2.5rem;margin-bottom:0;position:relative;overflow:hidden}._formSection_1fbnb_147:last-of-type{border-bottom:none}._formSection_1fbnb_147:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#2563eb)}._sectionTitle_1fbnb_195{font-size:1.3rem;font-weight:700;color:#1e293b;margin:0 0 2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.75rem;position:relative}._sectionTitle_1fbnb_195:before{content:"";width:6px;height:28px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:3px;box-shadow:0 2px 8px #3b82f64d}._sectionTitle_1fbnb_195:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(135deg,#3b82f6,#2563eb)}._formGrid_1fbnb_261{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}._formGroup_1fbnb_275{display:flex;flex-direction:column;gap:.5rem}._label_1fbnb_287{font-weight:600;color:#374151;font-size:.95rem;letter-spacing:.01em;line-height:1.4;margin-bottom:.25rem}._input_1fbnb_305,._select_1fbnb_307,._textarea_1fbnb_309{padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:all .3s ease;background:#fff;font-family:inherit;line-height:1.5;box-shadow:0 2px 4px #00000005}._input_1fbnb_305:focus,._select_1fbnb_307:focus,._textarea_1fbnb_309:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #3b82f61a;transform:translateY(-1px)}._textarea_1fbnb_309{resize:vertical;min-height:100px}._inputError_1fbnb_361{border-color:#ef4444;background:#fef2f2}._errorMessage_1fbnb_371{color:#ef4444;font-size:.8rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}._errorMessage_1fbnb_371:before{content:"⚠️";font-size:.75rem}._checkboxGrid_1fbnb_401{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}._checkboxItem_1fbnb_415{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #00000005}._checkboxItem_1fbnb_415:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}._checkbox_1fbnb_401{width:18px;height:18px;accent-color:#3b82f6}._checkboxLabel_1fbnb_467{font-size:.95rem;color:#374151;-webkit-user-select:none;user-select:none;line-height:1.4}._tagInput_1fbnb_483{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}._addButton_1fbnb_497{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}._addButton_1fbnb_497:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px)}._tagList_1fbnb_533{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}._tag_1fbnb_483{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;padding:.5rem .75rem;border-radius:16px;font-size:.85rem;font-weight:500}._removeButton_1fbnb_571{background:none;border:none;color:#6366f1;cursor:pointer;font-size:1.1rem;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}._removeButton_1fbnb_571:hover{background:#4f46e5;color:#fff}._formActions_1fbnb_615{display:flex;gap:1rem;justify-content:center;align-items:center;padding:2.5rem;border-top:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}._formActions_1fbnb_615:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#e2e8f0 20%,#e2e8f0 80%,transparent 100%)}._cancelButton_1fbnb_657{background:linear-gradient(135deg,#fff,#f8fafc);color:#64748b;border:2px solid #e2e8f0;padding:1.25rem 2.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem;box-shadow:0 2px 8px #0000000d;min-width:140px}._cancelButton_1fbnb_657:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}._submitButton_1fbnb_699{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1.25rem 2.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:.95rem;box-shadow:0 4px 16px #10b98133;min-width:160px;justify-content:center}._submitButton_1fbnb_699:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 24px #10b98166}._submitButton_1fbnb_699:disabled{opacity:.6;cursor:not-allowed;transform:none}._loadingSpinner_1fbnb_761{display:flex;align-items:center;gap:.5rem}._spinner_1fbnb_773{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_1fbnb_773 1s linear infinite}@keyframes _spin_1fbnb_773{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._select_1fbnb_307{appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" /></svg>');background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25em 1.25em;padding-right:2.5rem}@media (max-width: 768px){._container_1fbnb_3{padding:1rem}._formSection_1fbnb_147{padding:1.5rem}._formGrid_1fbnb_261{grid-template-columns:1fr;gap:1rem}._checkboxGrid_1fbnb_401{grid-template-columns:1fr}._tagInput_1fbnb_483{flex-direction:column;align-items:stretch}._formActions_1fbnb_615{padding:1.5rem;margin:1.5rem -1.5rem -1.5rem;flex-direction:column-reverse}._cancelButton_1fbnb_657,._submitButton_1fbnb_699{width:100%;justify-content:center}}@media (max-width: 480px){._container_1fbnb_3{padding:.5rem}._formSection_1fbnb_147{padding:1rem}._sectionTitle_1fbnb_195{font-size:1.1rem}._formActions_1fbnb_615{padding:1rem;margin:1rem -1rem -1rem}}._input_1fbnb_305::placeholder,._textarea_1fbnb_309::placeholder{color:#9ca3af;opacity:1}._input_1fbnb_305:hover,._select_1fbnb_307:hover,._textarea_1fbnb_309:hover{border-color:#cbd5e1}._input_1fbnb_305:focus-visible,._select_1fbnb_307:focus-visible,._textarea_1fbnb_309:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}._container_339ky_3{max-width:1200px;margin:0 auto;padding:0 1rem}._headerActions_339ky_17{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._backButton_339ky_31{background:none;border:2px solid #e2e8f0;color:#64748b;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._backButton_339ky_31:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff}._cancelButton_339ky_73{background:#ef4444;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}._cancelButton_339ky_73:hover{background:#dc2626;transform:translateY(-1px)}._editActions_339ky_107{display:flex;gap:1rem;align-items:center}._deleteButton_339ky_119{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #f87171;color:#dc2626;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem}._deleteButton_339ky_119:hover{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#ef4444;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}._projectOverview_339ky_163{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #0000000d;border:1px solid #e2e8f0}._projectHeader_339ky_181{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}._projectInfo_339ky_197{flex:1}._projectName_339ky_205{font-size:2.5rem;font-weight:800;color:#1e293b;margin:0 0 1rem;line-height:1.2;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._projectBadges_339ky_229{display:flex;gap:1rem;flex-wrap:wrap}._statusBadge_339ky_241,._priorityBadge_339ky_243,._projectStatusBadge_339ky_245{color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;text-transform:uppercase;letter-spacing:.025em;box-shadow:0 2px 8px #0003}._quickStats_339ky_267{display:flex;gap:2rem;align-items:center}._statItem_339ky_279{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0;min-width:100px}._statNumber_339ky_303{font-size:2rem;font-weight:800;color:#1e293b;line-height:1;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._statLabel_339ky_325{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.025em;margin-top:.25rem}._progressSection_339ky_345{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0}._progressHeader_339ky_359{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._progressLabel_339ky_373{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em}._progressPercentage_339ky_389{font-size:1.5rem;font-weight:800;color:#1e293b;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._progressBar_339ky_409{width:100%;height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}._progressFill_339ky_427{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;transition:width .5s ease;position:relative}._progressFill_339ky_427:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:_shimmer_339ky_1 2s infinite}@keyframes _shimmer_339ky_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._contentGrid_339ky_477{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}._detailsSection_339ky_493{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #0000000d;border:1px solid #e2e8f0}._sectionTitle_339ky_509{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}._detailsCard_339ky_527{display:flex;flex-direction:column;gap:2rem}._detailsGrid_339ky_539{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}._detailItem_339ky_551{display:flex;flex-direction:column;gap:.5rem}._detailLabel_339ky_563{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em}._detailValue_339ky_579{font-size:1rem;color:#1e293b;font-weight:500;line-height:1.4}._customerLink_339ky_593{background:none;border:none;color:#3b82f6;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:left;padding:0}._customerLink_339ky_593:hover{color:#1d4ed8;text-decoration:underline}._detailInput_339ky_627,._detailSelect_339ky_629{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .3s ease;background:#fff}._detailInput_339ky_627:focus,._detailSelect_339ky_629:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._detailTextarea_339ky_661{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .3s ease;background:#fff;resize:vertical;min-height:100px;font-family:inherit}._detailTextarea_339ky_661:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._descriptionSection_339ky_697,._notesSection_339ky_699{display:flex;flex-direction:column;gap:.5rem}._teamSection_339ky_713{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #0000000d;border:1px solid #e2e8f0}._teamCard_339ky_729{display:flex;flex-direction:column;gap:1.5rem}._teamList_339ky_741{display:flex;flex-direction:column;gap:1rem}._teamMember_339ky_753{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}._teamMember_339ky_753:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}._memberAvatar_339ky_785{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-transform:uppercase;box-shadow:0 2px 8px #667eea4d;border:2px solid white}._memberDetails_339ky_817{flex:1;display:flex;flex-direction:column;gap:.25rem}._memberName_339ky_831{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}._memberRole_339ky_845{font-size:.875rem;color:#64748b;font-weight:500}._memberEmail_339ky_857{color:#3b82f6;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease}._memberEmail_339ky_857:hover{color:#1d4ed8;text-decoration:underline}._memberActions_339ky_883{display:flex;gap:.5rem}._memberAction_339ky_883{background:none;border:1px solid #e2e8f0;color:#64748b;padding:.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s ease}._memberAction_339ky_883:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff}._addMemberButton_339ky_927{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}._addMemberButton_339ky_927:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}._tagsSection_339ky_973{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}._subsectionTitle_339ky_985{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem}._tagsList_339ky_999{display:flex;flex-wrap:wrap;gap:.5rem}._tag_339ky_973{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid #93c5fd}._actionButtons_339ky_1033{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._primaryButton_339ky_1047{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #667eea4d}._primaryButton_339ky_1047:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._secondaryButton_339ky_1091{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#475569;border:2px solid #e2e8f0;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._secondaryButton_339ky_1091:hover{border-color:#3b82f6;color:#3b82f6;background:linear-gradient(135deg,#f0f9ff,#dbeafe);transform:translateY(-1px)}._completeButton_339ky_1135{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:2px solid #10b981;padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #10b9814d;font-size:1rem;display:flex;align-items:center;gap:.5rem}._completeButton_339ky_1135:hover{background:linear-gradient(135deg,#bbf7d0,#86efac);border-color:#059669;transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}._errorState_339ky_1183{text-align:center;padding:4rem 2rem;color:#64748b}._errorIcon_339ky_1195{font-size:4rem;margin-bottom:1rem}._errorState_339ky_1183 h2{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}._errorState_339ky_1183 p{margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}@media (max-width: 1024px){._contentGrid_339ky_477{grid-template-columns:1fr;gap:1.5rem}._projectHeader_339ky_181{flex-direction:column;gap:1.5rem}._quickStats_339ky_267{justify-content:center;flex-wrap:wrap;gap:1rem}._detailsGrid_339ky_539{grid-template-columns:1fr}}@media (max-width: 768px){._container_339ky_3{padding:0 .5rem}._projectOverview_339ky_163,._detailsSection_339ky_493,._teamSection_339ky_713{padding:1.5rem}._projectName_339ky_205{font-size:2rem}._headerActions_339ky_17{flex-direction:column;gap:1rem;align-items:stretch}._quickStats_339ky_267{gap:.5rem}._statItem_339ky_279{min-width:80px;padding:.75rem}._statNumber_339ky_303{font-size:1.5rem}._actionButtons_339ky_1033{flex-direction:column;align-items:stretch}._primaryButton_339ky_1047,._secondaryButton_339ky_1091{justify-content:center}}@media (max-width: 480px){._projectOverview_339ky_163,._detailsSection_339ky_493,._teamSection_339ky_713{padding:1rem;border-radius:12px}._projectName_339ky_205{font-size:1.5rem}._sectionTitle_339ky_509{font-size:1.25rem}._teamMember_339ky_753{padding:.75rem}._memberAvatar_339ky_785{width:40px;height:40px;font-size:.875rem}._memberName_339ky_831{font-size:1rem}._primaryButton_339ky_1047,._secondaryButton_339ky_1091{padding:.75rem 1.5rem;font-size:.875rem}}._overlay_k1oiu_3{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_k1oiu_31{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;position:relative}._modalHeader_k1oiu_55{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}._modalTitle_k1oiu_73{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}._closeButton_k1oiu_87{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}._closeButton_k1oiu_87:hover{background:#f1f5f9;color:#1e293b}._modalForm_k1oiu_131{padding:2rem;max-height:calc(90vh - 120px);overflow-y:auto}._formSection_k1oiu_143{margin-bottom:2rem}._formSection_k1oiu_143:last-child{margin-bottom:0}._sectionTitle_k1oiu_159{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.5rem}._sectionTitle_k1oiu_159:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:2px}._formGrid_k1oiu_201{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}._formGroup_k1oiu_215{display:flex;flex-direction:column;gap:.1rem;margin-top:1rem}._label_k1oiu_229{font-weight:600;color:#374151;font-size:.9rem;letter-spacing:.01em;line-height:1.4;margin-top:.25rem}._input_k1oiu_247,._select_k1oiu_249,._textarea_k1oiu_251{padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:all .3s ease;background:#fff;font-family:inherit;line-height:1.5}._input_k1oiu_247:focus,._select_k1oiu_249:focus,._textarea_k1oiu_251:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._textarea_k1oiu_251{resize:vertical;min-height:90px}._inputError_k1oiu_299{border-color:#ef4444;background:#fef2f2}._errorMessage_k1oiu_309{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}._errorMessage_k1oiu_309:before{content:"⚠️";font-size:.7rem}._modalFooter_k1oiu_339{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);margin:2rem -2rem -2rem}._cancelButton_k1oiu_359{background:linear-gradient(135deg,#fff,#f8fafc);color:#64748b;border:2px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._cancelButton_k1oiu_359:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1}._submitButton_k1oiu_391{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._submitButton_k1oiu_391:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}._submitButton_k1oiu_391:disabled{opacity:.6;cursor:not-allowed;transform:none}._loadingSpinner_k1oiu_445{display:flex;align-items:center;gap:.5rem}._spinner_k1oiu_457{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_k1oiu_457 1s linear infinite}@keyframes _spin_k1oiu_457{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._statusBadge_k1oiu_487{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._statusBadge_k1oiu_487._prospect_k1oiu_507{background:#fef3c7;color:#92400e}._statusBadge_k1oiu_487._active_k1oiu_517{background:#d1fae5;color:#065f46}._statusBadge_k1oiu_487._inactive_k1oiu_527{background:#f3f4f6;color:#374151}@media (max-width: 768px){._modal_k1oiu_31{max-width:95vw;margin:.5rem}._modalHeader_k1oiu_55{padding:1rem 1.5rem}._modalTitle_k1oiu_73{font-size:1.25rem}._modalForm_k1oiu_131{padding:1.5rem}._formGrid_k1oiu_201{grid-template-columns:1fr}._modalFooter_k1oiu_339{padding:1rem 1.5rem;margin:1.5rem -1.5rem -1.5rem;flex-direction:column-reverse}._cancelButton_k1oiu_359,._submitButton_k1oiu_391{width:100%;justify-content:center}}@media (max-width: 480px){._overlay_k1oiu_3{padding:.5rem}._modal_k1oiu_31{max-width:100vw;max-height:100vh;border-radius:0}._modalHeader_k1oiu_55{padding:1rem}._modalTitle_k1oiu_73{font-size:1.125rem}._modalForm_k1oiu_131{padding:1rem}._sectionTitle_k1oiu_159{font-size:1rem}._modalFooter_k1oiu_339{padding:1rem;margin:1rem -1rem -1rem}}._formSection_k1oiu_143{background:linear-gradient(135deg,#fafafa,#f5f5f5);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}._formSection_k1oiu_143:last-of-type{margin-bottom:0}._input_k1oiu_247::placeholder,._textarea_k1oiu_251::placeholder{color:#9ca3af;opacity:1}._input_k1oiu_247:hover,._select_k1oiu_249:hover,._textarea_k1oiu_251:hover{border-color:#cbd5e1}._select_k1oiu_249{appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" /></svg>');background-repeat:no-repeat;background-position:right .5rem center;background-size:1.5em 1.5em;padding-right:2.5rem}._formGroup_k1oiu_215._fullWidth_k1oiu_749{grid-column:1 / -1}._label_k1oiu_229:after{content:""}._label_k1oiu_229:has(~._input_k1oiu_247[required]):after,._label_k1oiu_229:has(~._select_k1oiu_249[required]):after{content:" *";color:#ef4444;font-weight:700}._input_k1oiu_247._success_k1oiu_783,._select_k1oiu_249._success_k1oiu_783,._textarea_k1oiu_251._success_k1oiu_783{border-color:#10b981;background:#f0fdf4}._input_k1oiu_247:focus-visible,._select_k1oiu_249:focus-visible,._textarea_k1oiu_251:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media print{._overlay_k1oiu_3{position:relative;background:#fff;padding:0}._modal_k1oiu_31{box-shadow:none;max-height:none;max-width:none}._modalHeader_k1oiu_55,._modalFooter_k1oiu_339{background:#fff;border:none}._closeButton_k1oiu_87,._cancelButton_k1oiu_359,._submitButton_k1oiu_391{display:none}}._container_8f135_3{max-width:1400px;margin:0 auto;padding:0 1rem}._controls_8f135_17{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}._searchAndFilter_8f135_33{display:flex;gap:1rem;flex:1;max-width:600px}._searchBox_8f135_47{position:relative;flex:1;min-width:300px}._searchIcon_8f135_59{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:1rem}._searchInput_8f135_77{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .3s ease}._searchInput_8f135_77:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._filterSelect_8f135_107{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.875rem;cursor:pointer;transition:all .3s ease;min-width:160px}._filterSelect_8f135_107:focus{outline:none;border-color:#3b82f6}._viewToggle_8f135_139{display:flex;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden}._viewButton_8f135_153{background:#fff;border:none;padding:.75rem 1rem;cursor:pointer;font-size:1rem;color:#64748b}._viewButton_8f135_153:hover{background:#f1f5f9}._viewButton_8f135_153._active_8f135_179{background:#3b82f6;color:#fff}._statsOverview_8f135_191{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}._statCard_8f135_205{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:.75rem;position:relative;overflow:hidden;transition:all .2s ease}._statCard_8f135_205:hover{box-shadow:0 4px 12px #00000014;border-color:#3b82f6;transform:translateY(-1px)}._statIcon_8f135_243{font-size:1.25rem;width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #667eea33;flex-shrink:0}._statContent_8f135_269{display:flex;flex-direction:column;min-width:0}._statNumber_8f135_281{font-size:1.5rem;font-weight:700;color:#1e293b;line-height:1.2}._statLabel_8f135_295{font-size:.75rem;color:#64748b;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._customersContainer_8f135_317{display:grid;gap:1.5rem}._customersContainer_8f135_317._grid_8f135_327{grid-template-columns:repeat(auto-fill,minmax(420px,1fr))}._customersContainer_8f135_317._list_8f135_335{grid-template-columns:1fr}._customerCard_8f135_345{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000d}._customerCard_8f135_345:hover{box-shadow:0 12px 35px #00000026;border-color:#3b82f6}._customerCard_8f135_345._active_8f135_179{border-left:5px solid #10b981;background:linear-gradient(135deg,#fff,#f0fdf4)}._customerCard_8f135_345._inactive_8f135_385{border-left:5px solid #6b7280;background:linear-gradient(135deg,#fff,#f8fafc);opacity:.9}._customerCard_8f135_345._prospect_8f135_397{border-left:5px solid #f59e0b;background:linear-gradient(135deg,#fff,#fffbeb)}._customerHeader_8f135_409{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}._customerTitle_8f135_423{display:flex;flex-direction:column;gap:.75rem;flex:1}._customerName_8f135_437{font-size:1.5rem;font-weight:800;color:#1e293b;margin:0;line-height:1.3;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._customerBadges_8f135_461{display:flex;gap:.5rem;flex-wrap:wrap}._statusBadge_8f135_473{color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.025em}._industryBadge_8f135_493{background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:6px;border:1px solid #e2e8f0}._customerMenu_8f135_513{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:4px}._customerMenu_8f135_513:hover{background:#f3f4f6;color:#6b7280}._customerInfo_8f135_543{margin-bottom:1.5rem}._essentialInfo_8f135_551{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:center}._projectsInfo_8f135_565,._contactsInfo_8f135_567,._activityInfo_8f135_569{display:flex;flex-direction:column;align-items:center;gap:.5rem}._projectsDisplay_8f135_583,._contactsDisplay_8f135_585,._activityDisplay_8f135_587{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:1.5rem;font-weight:800;line-height:1}._projectsActive_8f135_607{color:#10b981}._projectsTotal_8f135_615{color:#6b7280}._contactsCount_8f135_623{color:#3b82f6}._activityStatus_8f135_631{font-size:1.2rem}._activityStatus_8f135_631._active_8f135_179{color:#10b981}._activityStatus_8f135_631._inactive_8f135_385{color:#6b7280}._activityStatus_8f135_631._prospect_8f135_397{color:#f59e0b}._projectsLabel_8f135_663,._contactsLabel_8f135_665,._activityLabel_8f135_667{font-size:.8rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.025em}._websiteLink_8f135_687{color:#3b82f6;text-decoration:none;font-size:.875rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:8px;border:1px solid #bae6fd}._websiteLink_8f135_687:hover{color:#1d4ed8;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#93c5fd;box-shadow:0 2px 8px #3b82f633}._externalIcon_8f135_729{font-size:.75rem;opacity:.7}._contactsTitle_8f135_743{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem}._contactsList_8f135_757{display:flex;flex-direction:column;gap:.75rem}._contactItem_8f135_769{display:flex;align-items:center;gap:.75rem}._contactAvatar_8f135_781{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-transform:uppercase;box-shadow:0 2px 8px #667eea4d;border:2px solid white}._contactDetails_8f135_813{display:flex;flex-direction:column;flex:1}._contactName_8f135_825{font-size:.875rem;font-weight:600;color:#1e293b}._contactEmail_8f135_837{font-size:.75rem;color:#64748b}._moreContacts_8f135_847{font-size:.75rem;color:#64748b;font-style:italic;text-align:center;padding:.5rem;background:#e2e8f0;border-radius:6px}._customerActions_8f135_869{display:flex;gap:.5rem;flex-wrap:wrap}._actionButton_8f135_881{flex:1;min-width:120px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;color:#475569;padding:.875rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}._actionButton_8f135_881:hover{border-color:#3b82f6;color:#3b82f6;background:linear-gradient(135deg,#f0f9ff,#dbeafe);box-shadow:0 4px 12px #3b82f633}._primaryAction_8f135_933{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;font-weight:700}._deleteAction_8f135_947{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;border-color:#fca5a5;font-weight:700}._deleteAction_8f135_947:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-color:#dc2626;box-shadow:0 4px 12px #dc262633}._primaryAction_8f135_933:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);border-color:#5a67d8;color:#fff;box-shadow:0 4px 15px #667eea66}._projectsHighlight_8f135_991{color:#10b981;font-weight:700;font-size:1.1em}._contactsHighlight_8f135_1003{color:#3b82f6;font-weight:700;font-size:1.1em}._activityValue_8f135_1015{color:#6b7280}._activityValue_8f135_1015:has-text("Heute"),._activityValue_8f135_1015:has-text("Gestern"){color:#10b981;font-weight:600}._activityValue_8f135_1015:has-text("vor"){color:#f59e0b;font-weight:600}._quickStat_8f135_1049{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;border:1px solid #e2e8f0;font-size:.8rem;font-weight:500;color:#475569}._quickStatIcon_8f135_1075{font-size:1rem}._quickStatText_8f135_1083{white-space:nowrap}._emptyState_8f135_1093{text-align:center;padding:4rem 2rem;color:#64748b}._emptyIcon_8f135_1105{font-size:4rem;margin-bottom:1rem}._emptyState_8f135_1093 h3{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}._emptyState_8f135_1093 p{margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}._createFirstCustomer_8f135_1141{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #667eea4d}._createFirstCustomer_8f135_1141:hover{box-shadow:0 6px 20px #667eea66}._customersContainer_8f135_317._list_8f135_335 ._customerCard_8f135_345{padding:.75rem 1.5rem;display:block;transition:all .2s ease}._customersContainer_8f135_317._list_8f135_335 ._customerCard_8f135_345:hover{background:#f9fafb;transform:translateY(-1px)}._listLayout_8f135_1195{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr 120px;gap:2rem;align-items:center;width:100%}._listCustomer_8f135_1213{display:flex;flex-direction:column;gap:.25rem;min-width:0}._listCustomerName_8f135_1227{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._listCustomerIndustry_8f135_1249{font-size:.875rem;color:#64748b;font-weight:500;display:flex;align-items:center;gap:.375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._listStats_8f135_1275{display:flex;justify-content:center}._listProjectCount_8f135_1285{display:flex;flex-direction:column;align-items:center;text-align:center}._listProjectNumber_8f135_1299{font-size:1.25rem;font-weight:700;color:#3b82f6;line-height:1.2}._listProjectLabel_8f135_1313{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._listContact_8f135_1331{display:flex;justify-content:center}._listContactContainer_8f135_1341{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%;max-width:150px}._listContactInfo_8f135_1359,._listContactPhone_8f135_1361{font-size:.75rem;color:#64748b;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;text-align:center}._listStatus_8f135_1385{display:flex;justify-content:center}._listStatusBadge_8f135_1395{font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:6px;color:#fff;text-align:center;text-transform:capitalize;white-space:nowrap}._listActions_8f135_1419{display:flex;gap:.5rem;justify-content:flex-end}._listActionBtn_8f135_1431{background:#fff;border:1.5px solid #e2e8f0;color:#64748b;padding:.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;box-shadow:0 1px 3px #0000001a}._listActionBtn_8f135_1431:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}._customersContainer_8f135_317._list_8f135_335 ._customerHeader_8f135_409{margin-bottom:1rem}._customersContainer_8f135_317._list_8f135_335 ._essentialInfo_8f135_551{grid-template-columns:repeat(3,1fr);gap:1rem}._customersContainer_8f135_317._list_8f135_335 ._contactsList_8f135_757{flex-direction:row;flex-wrap:wrap;gap:.5rem}._customersContainer_8f135_317._list_8f135_335 ._contactItem_8f135_769{background:#fff;padding:.5rem;border-radius:6px;border:1px solid #e2e8f0;min-width:0}._customersContainer_8f135_317._list_8f135_335 ._contactDetails_8f135_813{min-width:0}._customersContainer_8f135_317._list_8f135_335 ._contactName_8f135_825,._customersContainer_8f135_317._list_8f135_335 ._contactEmail_8f135_837{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._customersContainer_8f135_317._list_8f135_335 ._customerActions_8f135_869{grid-column:2;grid-row:1 / -1;flex-direction:column;width:180px;align-self:start;position:sticky;top:1rem}._customerCard_8f135_345._active_8f135_179 ._statusBadge_8f135_473{background:#10b981;box-shadow:0 2px 8px #10b9814d}._customerCard_8f135_345._inactive_8f135_385 ._statusBadge_8f135_473{background:#6b7280;box-shadow:0 2px 8px #6b72804d}._customerCard_8f135_345._prospect_8f135_397 ._statusBadge_8f135_473{background:#f59e0b;box-shadow:0 2px 8px #f59e0b4d}._infoLabel_8f135_1607{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.025em;display:flex;align-items:center;gap:.25rem}._infoValue_8f135_1629{font-size:.875rem;color:#1e293b;font-weight:600;display:flex;flex-direction:column;gap:.125rem;margin-top:.25rem}._infoValue_8f135_1629:has-text("Heute"),._infoValue_8f135_1629:has-text("Gestern"){color:#10b981}._infoValue_8f135_1629:has-text("vor"){color:#f59e0b}@media (max-width: 1200px){._container_8f135_3{padding:0 .5rem}._customersContainer_8f135_317._grid_8f135_327{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}}@media (max-width: 1024px){._searchAndFilter_8f135_33{flex-wrap:wrap;max-width:none;gap:.75rem}._filterSelect_8f135_107{min-width:120px;font-size:.8rem}._statsOverview_8f135_191{grid-template-columns:repeat(2,1fr);gap:.75rem}._statCard_8f135_205{padding:.875rem;gap:.625rem}._statIcon_8f135_243{width:32px;height:32px;font-size:1.125rem}._statNumber_8f135_281{font-size:1.375rem}._customersContainer_8f135_317._grid_8f135_327{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}._customerCard_8f135_345{padding:1.5rem}._customerName_8f135_437{font-size:1.375rem}}@media (max-width: 768px){._container_8f135_3{padding:0 .25rem}._quickStats_8f135_1795{flex-direction:column;gap:.5rem}._quickStat_8f135_1049{padding:.5rem;font-size:.75rem}._controls_8f135_17{flex-direction:column;align-items:stretch;padding:1rem;gap:1rem}._searchAndFilter_8f135_33{flex-direction:column;gap:.75rem}._searchBox_8f135_47{min-width:auto}._searchInput_8f135_77{padding:.875rem 1rem .875rem 2.5rem;font-size:.9rem}._filterSelect_8f135_107{padding:.875rem 1rem;font-size:.9rem}._viewToggle_8f135_139{align-self:center;margin-top:.5rem}._statsOverview_8f135_191{grid-template-columns:repeat(2,1fr);gap:.75rem}._statCard_8f135_205{padding:.875rem;gap:.625rem;border-radius:8px}._statIcon_8f135_243{width:30px;height:30px;font-size:1rem;border-radius:6px}._statNumber_8f135_281{font-size:1.25rem}._customersContainer_8f135_317._grid_8f135_327{grid-template-columns:1fr;gap:1rem}._customerCard_8f135_345{padding:1.25rem;border-radius:12px}._customerName_8f135_437{font-size:1.25rem}._customersContainer_8f135_317._list_8f135_335 ._customerCard_8f135_345{grid-template-columns:1fr}._customersContainer_8f135_317._list_8f135_335 ._essentialInfo_8f135_551{grid-template-columns:repeat(3,1fr)}._customersContainer_8f135_317._list_8f135_335 ._customerActions_8f135_869{grid-column:1;grid-row:auto;flex-direction:row;width:auto;position:static}._essentialInfo_8f135_551{grid-template-columns:repeat(3,1fr);gap:1rem}._customerActions_8f135_869{flex-direction:column;gap:.75rem}._actionButton_8f135_881{min-width:auto;padding:.75rem 1rem;font-size:.85rem}._contactsList_8f135_757{flex-direction:column;gap:.75rem}._contactAvatar_8f135_781{width:36px;height:36px;font-size:.8rem}}@media (max-width: 480px){._container_8f135_3{padding:0}._quickStats_8f135_1795{gap:.5rem}._quickStat_8f135_1049{padding:.4rem .6rem;font-size:.7rem}._quickStatIcon_8f135_1075{font-size:.9rem}._websiteLink_8f135_687{padding:.4rem .6rem;font-size:.8rem}._controls_8f135_17{margin:.5rem;padding:.75rem;border-radius:8px}._searchInput_8f135_77{padding:.8rem 1rem .8rem 2.5rem;font-size:.875rem}._filterSelect_8f135_107{padding:.8rem 1rem;font-size:.875rem}._statsOverview_8f135_191{margin:.5rem;gap:.5rem;grid-template-columns:repeat(2,1fr)}._statCard_8f135_205{padding:.75rem;gap:.5rem;border-radius:6px}._statIcon_8f135_243{width:28px;height:28px;font-size:.875rem;border-radius:6px}._statNumber_8f135_281{font-size:1.125rem}._statLabel_8f135_295{font-size:.675rem}._customersContainer_8f135_317{gap:.75rem;margin:.5rem}._customerCard_8f135_345{padding:1rem;border-radius:10px}._customerName_8f135_437{font-size:1.125rem}._customerBadges_8f135_461{flex-direction:column;align-items:flex-start;gap:.5rem}._statusBadge_8f135_473,._industryBadge_8f135_493{font-size:.7rem;padding:.25rem .5rem}._essentialInfo_8f135_551{grid-template-columns:1fr;gap:1rem}._projectsDisplay_8f135_583,._contactsDisplay_8f135_585,._activityDisplay_8f135_587{font-size:1.1rem}._projectsLabel_8f135_663,._contactsLabel_8f135_665,._activityLabel_8f135_667{font-size:.75rem}._infoLabel_8f135_1607{font-size:.7rem}._infoValue_8f135_1629{font-size:.8rem}._contactItem_8f135_769{padding:.5rem}._contactAvatar_8f135_781{width:32px;height:32px;font-size:.7rem}._contactName_8f135_825{font-size:.8rem}._contactEmail_8f135_837{font-size:.7rem}._actionButton_8f135_881{padding:.65rem .75rem;font-size:.8rem}._emptyState_8f135_1093{padding:2rem 1rem}._emptyIcon_8f135_1105{font-size:3rem}._emptyState_8f135_1093 h3{font-size:1.25rem}._emptyState_8f135_1093 p{font-size:.875rem}}._contactItem_8f135_769:hover{background:#3b82f60d;border-radius:6px;padding:.25rem;margin:-.25rem;cursor:pointer}._customerCard_8f135_345:focus-within{box-shadow:0 0 0 3px #3b82f61a;outline:none}._actionButton_8f135_881:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}@media print{._controls_8f135_17,._customerActions_8f135_869,._customerMenu_8f135_513{display:none}._customerCard_8f135_345{break-inside:avoid;border:1px solid #000;margin-bottom:1rem}._customersContainer_8f135_317{grid-template-columns:1fr}}._container_s0udm_3{max-width:1200px;margin:0 auto;padding:0 1rem}._headerActions_s0udm_17{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._backButton_s0udm_31{background:none;border:2px solid #e2e8f0;color:#64748b;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._backButton_s0udm_31:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff}._cancelButton_s0udm_73{background:#ef4444;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;line-height:1;height:42px;display:flex;align-items:center;justify-content:center}._cancelButton_s0udm_73:hover{background:#dc2626;transform:translateY(-1px)}._editActions_s0udm_119{display:flex;gap:1rem;align-items:center}._deleteButton_s0udm_131{background:#ef4444;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;line-height:1;height:42px;display:flex;align-items:center;justify-content:center}._deleteButton_s0udm_131:hover{background:#dc2626;transform:translateY(-1px)}._projectsSection_s0udm_179{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #0000000d;border:1px solid #e2e8f0}._projectSubsection_s0udm_197{margin-bottom:2rem}._projectSubsection_s0udm_197:last-child{margin-bottom:0}._subsectionTitle_s0udm_213{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}._projectsList_s0udm_231{display:flex;flex-direction:column;gap:1rem}._projectItem_s0udm_243{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}._projectItem_s0udm_243:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}._projectHeader_s0udm_269{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}._projectName_s0udm_283{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;flex:1}._projectStatus_s0udm_299{color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:6px;text-transform:capitalize}._projectDescription_s0udm_317{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1rem}._projectMeta_s0udm_331{display:flex;justify-content:space-between;align-items:center}._projectDate_s0udm_343{font-size:.875rem;color:#64748b;font-weight:500}._viewProjectButton_s0udm_355{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}._viewProjectButton_s0udm_355:hover{background:#2563eb;transform:translateY(-1px)}._customerOverview_s0udm_391{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #0000000d;border:1px solid #e2e8f0}._customerHeader_s0udm_409{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}._customerInfo_s0udm_423{flex:1}._customerName_s0udm_431{font-size:2.5rem;font-weight:800;color:#1e293b;margin:0 0 1rem;line-height:1.2;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._customerBadges_s0udm_455{display:flex;gap:1rem;flex-wrap:wrap}._statusBadge_s0udm_467{color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;text-transform:uppercase;letter-spacing:.025em;box-shadow:0 2px 8px #0003}._industryBadge_s0udm_489{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;border:1px solid #e2e8f0}._quickStats_s0udm_509{display:flex;gap:2rem;align-items:center}._statItem_s0udm_521{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0;min-width:100px}._statNumber_s0udm_545{font-size:2rem;font-weight:800;color:#1e293b;line-height:1;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._statLabel_s0udm_567{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.025em;margin-top:.25rem}._contentGrid_s0udm_587{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}._detailsSection_s0udm_603{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #0000000d;border:1px solid #e2e8f0}._sectionTitle_s0udm_619{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}._detailsCard_s0udm_637{display:flex;flex-direction:column;gap:2rem}._detailsGrid_s0udm_649{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}._detailItem_s0udm_661{display:flex;flex-direction:column;gap:.5rem}._detailLabel_s0udm_673{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em}._detailValue_s0udm_689{font-size:1rem;color:#1e293b;font-weight:500;line-height:1.4}._detailInput_s0udm_703,._detailSelect_s0udm_705{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .3s ease;background:#fff}._detailInput_s0udm_703:focus,._detailSelect_s0udm_705:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._detailTextarea_s0udm_737{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .3s ease;background:#fff;resize:vertical;min-height:100px;font-family:inherit}._detailTextarea_s0udm_737:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._websiteLink_s0udm_773{color:#3b82f6;text-decoration:none;font-weight:600;transition:all .3s ease}._websiteLink_s0udm_773:hover{color:#1d4ed8;text-decoration:underline}._descriptionSection_s0udm_797{display:flex;flex-direction:column;gap:.5rem}._contactsSection_s0udm_811{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #0000000d;border:1px solid #e2e8f0}._sectionHeader_s0udm_827{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._sectionHeader_s0udm_827 ._sectionTitle_s0udm_619{margin:0}._contactsCard_s0udm_849{display:flex;flex-direction:column;gap:1.5rem}._contactsList_s0udm_861{display:flex;flex-direction:column;gap:1rem}._contactItem_s0udm_873{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}._contactItem_s0udm_873:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}._contactAvatar_s0udm_905{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-transform:uppercase;box-shadow:0 2px 8px #667eea4d;border:2px solid white}._contactDetails_s0udm_937{flex:1;display:flex;flex-direction:column;gap:.25rem}._contactName_s0udm_951{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}._contactEmail_s0udm_965{color:#3b82f6;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease}._contactEmail_s0udm_965:hover{color:#1d4ed8;text-decoration:underline}._contactType_s0udm_991{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.025em}._contactActions_s0udm_1007{display:flex;gap:.5rem}._contactAction_s0udm_1007{background:none;border:1px solid #e2e8f0;color:#64748b;padding:.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s ease}._contactAction_s0udm_1007:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff}._addContactButton_s0udm_1051{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}._addContactButton_s0udm_1051:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}._removeContactButton_s0udm_1097{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}._removeContactButton_s0udm_1097:hover{background:#dc2626;color:#fff;border-color:#dc2626}._actionButtons_s0udm_1139{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._primaryButton_s0udm_1153{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #667eea4d}._primaryButton_s0udm_1153:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._secondaryButton_s0udm_1197{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#475569;border:2px solid #e2e8f0;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._secondaryButton_s0udm_1197:hover{border-color:#3b82f6;color:#3b82f6;background:linear-gradient(135deg,#f0f9ff,#dbeafe);transform:translateY(-1px)}._deleteButton_s0udm_131{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;border:2px solid #fca5a5;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._deleteButton_s0udm_131:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 6px 20px #dc262666}._errorState_s0udm_1289{text-align:center;padding:4rem 2rem;color:#64748b}._errorIcon_s0udm_1301{font-size:4rem;margin-bottom:1rem}._errorState_s0udm_1289 h2{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}._errorState_s0udm_1289 p{margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}@media (max-width: 1024px){._contentGrid_s0udm_587{grid-template-columns:1fr;gap:1.5rem}._customerHeader_s0udm_409{flex-direction:column;gap:1.5rem}._quickStats_s0udm_509{justify-content:center;flex-wrap:wrap;gap:1rem}._detailsGrid_s0udm_649{grid-template-columns:1fr}}@media (max-width: 768px){._container_s0udm_3{padding:0 .5rem}._customerOverview_s0udm_391,._detailsSection_s0udm_603,._contactsSection_s0udm_811{padding:1.5rem}._customerName_s0udm_431{font-size:2rem}._headerActions_s0udm_17{flex-direction:column;gap:1rem;align-items:stretch}._quickStats_s0udm_509{gap:.5rem}._statItem_s0udm_521{min-width:80px;padding:.75rem}._statNumber_s0udm_545{font-size:1.5rem}._actionButtons_s0udm_1139{flex-direction:column;align-items:stretch}._primaryButton_s0udm_1153,._secondaryButton_s0udm_1197{justify-content:center}}._modalOverlay_s0udm_1475{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_s0udm_1503{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0000004d}._modalHeader_s0udm_1523{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}._modalHeader_s0udm_1523 h3{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}._modalCloseButton_s0udm_1553{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .3s ease}._modalCloseButton_s0udm_1553:hover{background:#f1f5f9;color:#1e293b}._modalBody_s0udm_1585{padding:1.5rem}._formGroup_s0udm_1593{margin-bottom:1rem}._formLabel_s0udm_1601{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}._formInput_s0udm_1617{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:6px;font-size:.875rem;transition:all .3s ease;box-sizing:border-box}._formInput_s0udm_1617:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._modalFooter_s0udm_1649{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e2e8f0}._modalCancelButton_s0udm_1665{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}._modalCancelButton_s0udm_1665:hover{background:#e2e8f0;color:#475569}._modalSubmitButton_s0udm_1699{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}._modalSubmitButton_s0udm_1699:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}@media (max-width: 480px){._customerOverview_s0udm_391,._detailsSection_s0udm_603,._contactsSection_s0udm_811{padding:1rem;border-radius:12px}._customerName_s0udm_431{font-size:1.5rem}._sectionTitle_s0udm_619{font-size:1.25rem}._contactItem_s0udm_873{padding:.75rem}._contactAvatar_s0udm_905{width:40px;height:40px;font-size:.875rem}._contactName_s0udm_951{font-size:1rem}._primaryButton_s0udm_1153,._secondaryButton_s0udm_1197{padding:.75rem 1.5rem;font-size:.875rem}._sectionHeader_s0udm_827{flex-direction:column;gap:1rem;align-items:stretch}._modalOverlay_s0udm_1475{padding:.5rem}._modalHeader_s0udm_1523,._modalBody_s0udm_1585,._modalFooter_s0udm_1649{padding:1rem}._modalFooter_s0udm_1649{flex-direction:column;gap:.5rem}}._container_1a3wh_3{max-width:1400px;margin:0 auto}._controls_1a3wh_15{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}._searchAndFilter_1a3wh_31{display:flex;gap:1rem;flex:1;max-width:600px}._searchBox_1a3wh_45{position:relative;flex:1}._searchIcon_1a3wh_55{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:1rem}._searchInput_1a3wh_73{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .3s ease}._searchInput_1a3wh_73:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._filterSelect_1a3wh_103{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.875rem;cursor:pointer;transition:all .3s ease;min-width:160px}._filterSelect_1a3wh_103:focus{outline:none;border-color:#3b82f6}._viewModeControls_1a3wh_135{display:flex;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden}._viewModeBtn_1a3wh_149{background:#fff;border:none;padding:.75rem 1.25rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#64748b;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._viewModeBtn_1a3wh_149:hover{background:#f1f5f9}._viewModeBtn_1a3wh_149._active_1a3wh_185{background:#3b82f6;color:#fff}._statsOverview_1a3wh_197{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}._statCard_1a3wh_211{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:.75rem;position:relative;overflow:hidden;transition:all .2s ease}._statCard_1a3wh_211:hover{box-shadow:0 4px 12px #00000014;border-color:#3b82f6;transform:translateY(-1px)}._statIcon_1a3wh_249{font-size:1.25rem;width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #667eea33;flex-shrink:0}._statContent_1a3wh_277{display:flex;flex-direction:column;min-width:0}._statNumber_1a3wh_289{font-size:1.5rem;font-weight:700;color:#1e293b;line-height:1.2}._statLabel_1a3wh_303{font-size:.75rem;color:#64748b;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._taskContainer_1a3wh_325{display:flex;flex-direction:column;gap:2rem}._taskSection_1a3wh_339{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;border:1px solid #e2e8f0}._sectionHeader_1a3wh_355{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}._sectionTitle_1a3wh_367{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0;display:flex;align-items:center;gap:.5rem}._sectionSubtitle_1a3wh_387{font-size:.875rem;color:#64748b;margin:.5rem 0 0;font-weight:500}._taskCard_1a3wh_403{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.75rem;cursor:pointer;transition:all .2s ease;background:#fff}._taskCard_1a3wh_403:last-child{margin-bottom:0}._taskCard_1a3wh_403:hover{box-shadow:0 4px 12px #00000014;border-color:#3b82f6;transform:translateY(-1px)}._taskCard_1a3wh_403._important_1a3wh_441{border-left:4px solid #f59e0b;background:linear-gradient(90deg,rgba(245,158,11,.05) 0%,transparent 100%)}._taskCard_1a3wh_403._overdue_1a3wh_451{border-left:4px solid #ef4444;background:linear-gradient(90deg,rgba(239,68,68,.05) 0%,transparent 100%)}._taskCard_1a3wh_403._due-soon_1a3wh_461{border-left:4px solid #f59e0b;background:linear-gradient(90deg,rgba(245,158,11,.05) 0%,transparent 100%)}._taskCard_1a3wh_403._normal_1a3wh_471{border-left:4px solid #e2e8f0}._taskRow_1a3wh_481{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;gap:1rem}._taskMain_1a3wh_497{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}._taskIndicators_1a3wh_513{display:flex;gap:.375rem;flex-shrink:0}._overdueIndicator_1a3wh_525,._clientIndicator_1a3wh_527,._approvalIndicator_1a3wh_529,._unreadIndicator_1a3wh_531{font-size:.875rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#3b82f61a}._overdueIndicator_1a3wh_525{background:#ef44441a}._unreadIndicator_1a3wh_531{background:#10b9811a}._taskContent_1a3wh_569{flex:1;min-width:0}._taskTitleRow_1a3wh_579{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.25rem}._taskTitle_1a3wh_579{font-size:1rem;font-weight:600;color:#1e293b;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}._dueDateBadgeInline_1a3wh_619{font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:6px;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;white-space:nowrap;flex-shrink:0}._dueDateBadgeInline_1a3wh_619._overdue_1a3wh_451{background:#fef2f2;color:#dc2626;border-color:#fecaca;font-weight:600}._dueDateBadgeInline_1a3wh_619._due-soon_1a3wh_461{background:#fffbeb;color:#d97706;border-color:#fed7aa;font-weight:600}._dueDateBadgeInline_1a3wh_619._normal_1a3wh_471{background:#f8fafc;color:#64748b;border-color:#e2e8f0}._taskMeta_1a3wh_683{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.75rem;color:#64748b;flex-wrap:wrap}._projectInfo_1a3wh_703,._clientInfo_1a3wh_705,._assigneeInfo_1a3wh_707,._dueDateInfo_1a3wh_709{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._dueDateInfo_1a3wh_709._overdue_1a3wh_451{color:#dc2626;font-weight:600}._dueDateInfo_1a3wh_709._due-soon_1a3wh_461{color:#d97706;font-weight:600}._dueDateInfo_1a3wh_709._normal_1a3wh_471{color:#64748b}._separator_1a3wh_749{color:#cbd5e1;font-weight:300}._taskStatus_1a3wh_759{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._priorityBadge_1a3wh_773{font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:6px;border:1px solid;white-space:nowrap}._priorityBadge_1a3wh_773._high_1a3wh_791{background:#dc2626;color:#fff;border-color:#dc2626}._priorityBadge_1a3wh_773._medium_1a3wh_803{background:#d97706;color:#fff;border-color:#d97706}._priorityBadge_1a3wh_773._low_1a3wh_815{background:#16a34a;color:#fff;border-color:#16a34a}._statusBadge_1a3wh_827{font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:6px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}._statusBadge_1a3wh_827._todo_1a3wh_847{background:#f3f4f6;color:#374151}._statusBadge_1a3wh_827._in_progress_1a3wh_857{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}._statusBadge_1a3wh_827._review_1a3wh_869{background:#fef3c7;color:#d97706;border-color:#fcd34d}._statusBadge_1a3wh_827._completed_1a3wh_881{background:#dcfce7;color:#166534;border-color:#86efac}._dueDateBadge_1a3wh_619{font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:6px;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}._dueDateBadge_1a3wh_619._overdue_1a3wh_451{background:#fef2f2;color:#dc2626;border-color:#fecaca}._dueDateBadge_1a3wh_619._due-soon_1a3wh_461{background:#fffbeb;color:#d97706;border-color:#fed7aa}._taskGroup_1a3wh_937{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}._groupHeader_1a3wh_951{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0}._groupTitle_1a3wh_963{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;display:flex;align-items:center;gap:.5rem}._tasksList_1a3wh_983{display:flex;flex-direction:column}._taskCard_1a3wh_403{padding:1.5rem;border-bottom:1px solid #f1f5f9;cursor:pointer}._taskCard_1a3wh_403:hover{background:#f8fafc}._taskCard_1a3wh_403:last-child{border-bottom:none}._taskCard_1a3wh_403._clientVisible_1a3wh_1023{border-left:4px solid #3b82f6;background:linear-gradient(90deg,rgba(59,130,246,.05) 0%,transparent 100%)}._taskCard_1a3wh_403._hasUnreadComments_1a3wh_1033{background:linear-gradient(90deg,rgba(251,191,36,.1) 0%,transparent 100%);border-left:4px solid #fbbf24}._taskCard_1a3wh_403._clientVisible_1a3wh_1023._hasUnreadComments_1a3wh_1033{border-left:4px solid #fbbf24;background:linear-gradient(90deg,rgba(251,191,36,.1) 0%,rgba(59,130,246,.05) 50%,transparent 100%)}._taskHeader_1a3wh_1055{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}._taskTitleSection_1a3wh_1071{flex:1;display:flex;flex-direction:column;gap:.5rem}._taskIndicators_1a3wh_513{display:flex;gap:.5rem;flex-wrap:wrap}._clientIndicator_1a3wh_527{background:#3b82f6;color:#fff;font-size:.7rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}._approvalIndicator_1a3wh_529{font-size:.8rem;padding:.25rem .5rem;border-radius:4px;background:#fff;box-shadow:0 1px 3px #0000001a}._approvalIndicator_1a3wh_529._pending_1a3wh_1131{background:#fef3c7;color:#d97706}._approvalIndicator_1a3wh_529._approved_1a3wh_1141{background:#dcfce7;color:#16a34a}._approvalIndicator_1a3wh_529._rejected_1a3wh_1151{background:#fef2f2;color:#dc2626}._commentIndicator_1a3wh_1161{background:#e0e7ff;color:#3730a3;font-size:.7rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}._commentIndicator_1a3wh_1161._unread_1a3wh_531{background:#fbbf24;color:#fff}._messageCount_1a3wh_1191{font-size:.7rem;padding:.25rem .5rem;border-radius:6px;font-weight:600;display:flex;align-items:center;gap:.25rem;border:1px solid transparent;transition:all .2s ease}._messageCount_1a3wh_1191._noMessages_1a3wh_1215{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}._messageCount_1a3wh_1191._hasMessages_1a3wh_1227{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 2px 4px #3b82f633}._messageCount_1a3wh_1191._unread_1a3wh_531{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 4px #f59e0b4d;animation:_pulse_1a3wh_1 2s infinite}@keyframes _pulse_1a3wh_1{0%,to{box-shadow:0 2px 4px #f59e0b4d}50%{box-shadow:0 4px 8px #f59e0b66,0 0 0 2px #f59e0b33}}._taskTitle_1a3wh_579{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;line-height:1.4}._taskMeta_1a3wh_683{display:flex;gap:1rem;flex-wrap:wrap}._projectName_1a3wh_1301,._clientName_1a3wh_1303{font-size:.875rem;color:#64748b;font-weight:500}._clientName_1a3wh_1303{color:#3b82f6}._taskStatus_1a3wh_759{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;min-width:150px}._priorityBadge_1a3wh_773{color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.025em}._statusBadge_1a3wh_827{background:#e0e7ff;color:#3730a3;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:6px}._dueDateBadge_1a3wh_619{font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:6px;background:#f1f5f9;color:#475569}._dueDateBadge_1a3wh_619._overdue_1a3wh_451{background:#fef2f2;color:#dc2626}._dueDateBadge_1a3wh_619._due-soon_1a3wh_461{background:#fef3c7;color:#d97706}._estimatedTimeBadge_1a3wh_1415{font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:6px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}._taskDescription_1a3wh_1437{color:#64748b;line-height:1.5;margin-bottom:1rem;font-size:.875rem}._taskFooter_1a3wh_1453{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._taskAssignee_1a3wh_1469{display:flex;align-items:center;gap:.75rem}._avatar_1a3wh_1481{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 4px #0000001a}._assigneeName_1a3wh_1511{font-size:.875rem;color:#374151;font-weight:500}._taskLabels_1a3wh_1523{display:flex;gap:.5rem;flex-wrap:wrap}._taskLabel_1a3wh_1523{background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;border:1px solid #e2e8f0}._lastActivity_1a3wh_1555{display:flex;align-items:center}._activityText_1a3wh_1565{font-size:.75rem;color:#9ca3af;font-style:italic}._taskActions_1a3wh_1577{display:flex;gap:.5rem}._actionButton_1a3wh_1587{background:#fff;border:2px solid #e2e8f0;color:#64748b;padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.25rem}._actionButton_1a3wh_1587:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff}._emptyState_1a3wh_1629{text-align:center;padding:4rem 2rem;color:#64748b}._emptyIcon_1a3wh_1641{font-size:4rem;margin-bottom:1rem}._emptyState_1a3wh_1629 h3{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}._emptyState_1a3wh_1629 p{margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}._createFirstTask_1a3wh_1677{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #667eea4d}._createFirstTask_1a3wh_1677:hover{box-shadow:0 6px 20px #667eea66}._priorityBadge_1a3wh_773._high_1a3wh_791{background:#ef4444}._priorityBadge_1a3wh_773._medium_1a3wh_803{background:#f59e0b}._priorityBadge_1a3wh_773._low_1a3wh_815{background:#22c55e}._taskCard_1a3wh_403._clientVisible_1a3wh_1023:hover{background:linear-gradient(90deg,#3b82f61a,#f8fafc)}._taskCard_1a3wh_403._hasUnreadComments_1a3wh_1033:hover{background:linear-gradient(90deg,#fbbf2426,#f8fafc)}@media (max-width: 1024px){._searchAndFilter_1a3wh_31{flex-direction:column;max-width:none}._controls_1a3wh_15{flex-direction:column;align-items:stretch}._groupingControls_1a3wh_1775{justify-content:center}._taskHeader_1a3wh_1055{flex-direction:column;align-items:flex-start}._taskStatus_1a3wh_759{flex-direction:row;align-items:center;align-self:stretch;justify-content:flex-start;min-width:auto}}@media (max-width: 768px){._container_1a3wh_3{padding:0 .5rem}._taskCard_1a3wh_403{padding:1rem}._taskFooter_1a3wh_1453{flex-direction:column;align-items:flex-start;gap:.75rem}._taskActions_1a3wh_1577{width:100%;justify-content:center}._actionButton_1a3wh_1587{flex:1;justify-content:center}._taskMeta_1a3wh_683{flex-direction:column;gap:.5rem}._taskIndicators_1a3wh_513{justify-content:flex-start}._taskStatus_1a3wh_759{flex-wrap:wrap;gap:.25rem}._searchAndFilter_1a3wh_31{gap:.75rem}._filterSelect_1a3wh_103,._groupSelect_1a3wh_1899{min-width:auto}._statsOverview_1a3wh_197{grid-template-columns:repeat(2,1fr);gap:.75rem}._statCard_1a3wh_211{padding:.875rem;gap:.625rem}._statIcon_1a3wh_249{width:32px;height:32px;font-size:1.125rem}._statNumber_1a3wh_289{font-size:1.375rem}}@media (max-width: 480px){._taskCard_1a3wh_403{padding:.75rem;margin:0 .25rem}._taskTitle_1a3wh_579{font-size:1rem}._taskDescription_1a3wh_1437{font-size:.8rem}._avatar_1a3wh_1481{width:32px;height:32px;font-size:.7rem}._taskIndicators_1a3wh_513{flex-wrap:wrap;gap:.25rem}._clientIndicator_1a3wh_527,._commentIndicator_1a3wh_1161{font-size:.6rem;padding:.2rem .4rem}._approvalIndicator_1a3wh_529{font-size:.7rem;padding:.2rem .4rem}._statsOverview_1a3wh_197{grid-template-columns:repeat(2,1fr);gap:.5rem}._statCard_1a3wh_211{padding:.75rem;gap:.5rem}._statIcon_1a3wh_249{width:28px;height:28px;font-size:.875rem}._statNumber_1a3wh_289{font-size:1.125rem}._statLabel_1a3wh_303{font-size:.675rem}}._taskCard_1a3wh_403:focus{outline:2px solid #3b82f6;outline-offset:2px}._actionButton_1a3wh_1587:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}@media print{._controls_1a3wh_15,._taskActions_1a3wh_1577{display:none}._taskCard_1a3wh_403{break-inside:avoid;border:1px solid #000;margin-bottom:.5rem}._taskGroups_1a3wh_2129{gap:1rem}}._overlay_1acgb_3{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_1acgb_31{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;position:relative}._modalHeader_1acgb_55{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}._modalTitle_1acgb_73{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}._closeButton_1acgb_87{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}._closeButton_1acgb_87:hover{background:#f1f5f9;color:#1e293b}._modalForm_1acgb_131{padding:2rem;max-height:calc(90vh - 120px);overflow-y:auto}._formSection_1acgb_143{margin-bottom:2rem}._formSection_1acgb_143:last-child{margin-bottom:0}._sectionTitle_1acgb_159{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}._sectionDescription_1acgb_177{color:#64748b;font-size:.875rem;margin:0 0 1rem;line-height:1.5}._formGrid_1acgb_193{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._formGroup_1acgb_205{display:flex;flex-direction:column;gap:.1rem;margin-top:1rem}._label_1acgb_219{font-weight:600;color:#374151;font-size:.9rem;letter-spacing:.01em;line-height:1.4;margin-bottom:.125rem}._input_1acgb_237,._select_1acgb_239{padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:all .3s ease;background:#fff;font-family:inherit;line-height:1.5}._input_1acgb_237:focus,._select_1acgb_239:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._inputError_1acgb_275{border-color:#ef4444;background:#fef2f2}._errorMessage_1acgb_285{color:#ef4444;font-size:.75rem;margin-top:.25rem}._permissionsGrid_1acgb_299{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem;margin-top:1rem}._permissionItem_1acgb_313{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease}._permissionItem_1acgb_313:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6}._checkbox_1acgb_347{width:18px;height:18px;accent-color:#3b82f6;cursor:pointer}._permissionLabel_1acgb_361{font-size:.9rem;color:#1e293b;font-weight:500;flex:1;line-height:1.4;margin-bottom:.25rem;margin-top:.25rem}._modalFooter_1acgb_383{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);margin:2rem -2rem -2rem}._cancelButton_1acgb_403{background:linear-gradient(135deg,#fff,#f8fafc);color:#64748b;border:2px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._cancelButton_1acgb_403:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1}._submitButton_1acgb_435{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}._submitButton_1acgb_435:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._submitButton_1acgb_435:disabled{opacity:.6;cursor:not-allowed;transform:none}._loadingSpinner_1acgb_489{display:flex;align-items:center;gap:.5rem}._spinner_1acgb_501{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_1acgb_501 1s linear infinite}@keyframes _spin_1acgb_501{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){._modal_1acgb_31{max-width:95vw;margin:.5rem}._modalHeader_1acgb_55{padding:1rem 1.5rem}._modalTitle_1acgb_73{font-size:1.25rem}._modalForm_1acgb_131{padding:1.5rem}._formGrid_1acgb_193,._permissionsGrid_1acgb_299{grid-template-columns:1fr}._modalFooter_1acgb_383{padding:1rem 1.5rem;margin:1.5rem -1.5rem -1.5rem;flex-direction:column-reverse}._cancelButton_1acgb_403,._submitButton_1acgb_435{width:100%;justify-content:center}}@media (max-width: 480px){._overlay_1acgb_3{padding:.5rem}._modal_1acgb_31{max-width:100vw;max-height:100vh;border-radius:0}._modalHeader_1acgb_55{padding:1rem}._modalTitle_1acgb_73{font-size:1.125rem}._modalForm_1acgb_131{padding:1rem}._sectionTitle_1acgb_159{font-size:1rem}._modalFooter_1acgb_383{padding:1rem;margin:1rem -1rem -1rem}}._container_1bkdt_3{max-width:1400px;margin:0 auto;padding:0 1rem}._controls_1bkdt_17{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}._searchAndFilter_1bkdt_33{display:flex;gap:1rem;flex:1;max-width:800px}._searchBox_1bkdt_47{position:relative;flex:1;min-width:300px}._searchIcon_1bkdt_59{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:1rem}._searchInput_1bkdt_77{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .3s ease}._searchInput_1bkdt_77:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._filterSelect_1bkdt_107{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.875rem;cursor:pointer;transition:all .3s ease;min-width:160px}._filterSelect_1bkdt_107:focus{outline:none;border-color:#3b82f6}._viewToggle_1bkdt_139{display:flex;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden}._viewButton_1bkdt_153{background:#fff;border:none;padding:.75rem 1rem;cursor:pointer;font-size:1rem;color:#64748b}._viewButton_1bkdt_153:hover{background:#f1f5f9}._viewButton_1bkdt_153._active_1bkdt_179{background:#3b82f6;color:#fff}._statsOverview_1bkdt_191{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}._statCard_1bkdt_205{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:.75rem;position:relative;overflow:hidden;transition:all .2s ease}._statCard_1bkdt_205:hover{box-shadow:0 4px 12px #0000001a}._statIcon_1bkdt_239{font-size:1.25rem;width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #667eea33;flex-shrink:0}._statContent_1bkdt_267{display:flex;flex-direction:column;min-width:0}._statNumber_1bkdt_279{font-size:1.5rem;font-weight:700;color:#1e293b;line-height:1.2}._statLabel_1bkdt_293{font-size:.75rem;color:#64748b;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._teamContainer_1bkdt_315{display:grid;gap:1.5rem}._teamContainer_1bkdt_315._grid_1bkdt_325{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}._teamContainer_1bkdt_315._list_1bkdt_333{grid-template-columns:1fr}._memberCard_1bkdt_343{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:0;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}._memberCard_1bkdt_343:hover{box-shadow:0 4px 12px #00000026;border-color:#d1d5db;transform:translateY(-1px)}._memberCard_1bkdt_343._inactive_1bkdt_377{opacity:.7}._memberHeader_1bkdt_387{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.5rem;border-bottom:1px solid #e5e7eb}._memberHeader_1bkdt_387 ._memberInfo_1bkdt_399{display:flex;align-items:center;gap:1rem}._memberInfo_1bkdt_399{padding:1.5rem}._memberAvatar_1bkdt_421{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:1.125rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:3px solid white;box-shadow:0 4px 12px #3b82f640;flex-shrink:0}._memberDetails_1bkdt_455{flex:1;min-width:0}._nameAndTasks_1bkdt_465{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.5rem}._memberName_1bkdt_479{font-size:1.125rem;font-weight:600;color:#111827;margin:0;line-height:1.4}._taskCount_1bkdt_495{font-size:.875rem;font-weight:500;color:#6b7280;background:#f3f4f6;padding:.125rem .5rem;border-radius:8px}._memberBadges_1bkdt_513{display:flex;gap:.375rem;flex-wrap:wrap}._statusBadge_1bkdt_525{font-size:.625rem;font-weight:500;padding:.25rem .625rem;border-radius:12px;text-transform:uppercase;letter-spacing:.05em}._statusBadge_1bkdt_525._active_1bkdt_179{background:#d1fae5;color:#065f46}._statusBadge_1bkdt_525._inactive_1bkdt_377{background:#f3f4f6;color:#6b7280}._departmentBadge_1bkdt_563{font-size:.625rem;color:#6b7280;background:#f9fafb;padding:.25rem .625rem;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._roleBadge_1bkdt_585{font-size:.625rem;color:#1e40af;background:#dbeafe;padding:.25rem .625rem;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._roleDisplay_1bkdt_611{margin-bottom:1rem}._memberRole_1bkdt_619{font-size:.875rem;color:#3b82f6;font-weight:600;padding:.625rem 1.25rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:16px;display:inline-block;transition:all .3s ease;box-shadow:0 2px 8px #3b82f61a}._essentialInfo_1bkdt_649{display:flex;justify-content:center;margin-top:1rem}._workloadInfo_1bkdt_661{display:flex;flex-direction:column;gap:.5rem}._workloadDisplay_1bkdt_673{display:flex;align-items:center;gap:.5rem}._workloadPercentage_1bkdt_685{font-size:1.5rem;font-weight:700;color:#1e293b}._workloadLabel_1bkdt_697{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._workloadBar_1bkdt_713{width:100%;height:8px;background:#e2e8f0;border-radius:6px;overflow:hidden;box-shadow:inset 0 1px 2px #0000001a}._workloadFill_1bkdt_731{height:100%;border-radius:6px;background:linear-gradient(90deg,var(--fill-color) 0%,var(--fill-color) 100%)}._tasksInfo_1bkdt_743{background:#f8fafc;border-radius:12px;padding:1rem;text-align:center;border:1px solid #e2e8f0}._tasksDisplay_1bkdt_759{margin-bottom:.25rem}._activeTasks_1bkdt_767{font-size:1.25rem;font-weight:600;color:#374151;display:block}._tasksLabel_1bkdt_781{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._activityInfo_1bkdt_797{display:flex;flex-direction:column;align-items:center;gap:.25rem}._activityDisplay_1bkdt_811{display:flex;align-items:center;justify-content:center}._activityStatus_1bkdt_823{font-size:1.5rem}._activityLabel_1bkdt_831{font-size:.75rem;color:#64748b;font-weight:500;text-align:center;line-height:1.2}._memberActions_1bkdt_849{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fafafa;display:flex;gap:.5rem;justify-content:center}._actionButton_1bkdt_867{background:#fff;border:1px solid #d1d5db;color:#6b7280;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1;text-align:center}._actionButton_1bkdt_867:hover{border-color:#9ca3af;background:#f9fafb}._primaryAction_1bkdt_905{background:#3b82f6;color:#fff;border-color:#3b82f6}._primaryAction_1bkdt_905:hover{background:#2563eb;border-color:#2563eb}._emptyState_1bkdt_931{text-align:center;padding:4rem 2rem;color:#64748b;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid #e2e8f0}._emptyIcon_1bkdt_949{font-size:4rem;margin-bottom:1rem;filter:grayscale(.3)}._emptyState_1bkdt_931 h3{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}._emptyState_1bkdt_931 p{margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6}._inviteFirstMember_1bkdt_991{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #3b82f64d;font-size:1rem}._inviteFirstMember_1bkdt_991:hover{box-shadow:0 6px 20px #3b82f666;background:linear-gradient(135deg,#2563eb,#1d4ed8)}._teamContainer_1bkdt_315._list_1bkdt_333 ._memberCard_1bkdt_343{padding:.75rem 1.5rem;display:block;transition:all .2s ease}._teamContainer_1bkdt_315._list_1bkdt_333 ._memberCard_1bkdt_343:hover{background:#f9fafb;transform:translateY(-1px)}._listLayout_1bkdt_1049{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr 120px;gap:2rem;align-items:center;width:100%}._listMember_1bkdt_1067{display:flex;flex-direction:column;gap:.25rem;min-width:0}._listMemberName_1bkdt_1081{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._listMemberRole_1bkdt_1103{font-size:.875rem;color:#64748b;font-weight:500;display:flex;align-items:center;gap:.375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._listStats_1bkdt_1129{display:flex;justify-content:center}._listTaskCount_1bkdt_1139{display:flex;flex-direction:column;align-items:center;text-align:center}._listTaskNumber_1bkdt_1153{font-size:1.25rem;font-weight:700;color:#3b82f6;line-height:1.2}._listTaskLabel_1bkdt_1167{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._listDepartment_1bkdt_1185{display:flex;justify-content:center}._listDepartmentContainer_1bkdt_1195{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%;max-width:150px}._listDepartmentInfo_1bkdt_1213,._listStatusInfo_1bkdt_1215{font-size:.75rem;color:#64748b;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;text-align:center}._listStatus_1bkdt_1215{display:flex;justify-content:center}._listStatusBadge_1bkdt_1249{font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:6px;text-align:center;text-transform:capitalize;white-space:nowrap}._listStatusBadge_1bkdt_1249._active_1bkdt_179{background:#dcfce7;color:#166534}._listStatusBadge_1bkdt_1249._inactive_1bkdt_377{background:#f3f4f6;color:#374151}._listActions_1bkdt_1291{display:flex;gap:.5rem;justify-content:flex-end}._listActionBtn_1bkdt_1303{background:#fff;border:1.5px solid #e2e8f0;color:#64748b;padding:.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;box-shadow:0 1px 3px #0000001a}._listActionBtn_1bkdt_1303:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}@media (max-width: 1024px){._searchAndFilter_1bkdt_33{flex-wrap:wrap;max-width:none}._controls_1bkdt_17{flex-direction:column;align-items:stretch}._teamContainer_1bkdt_315._grid_1bkdt_325{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}._essentialInfo_1bkdt_649{grid-template-columns:1fr;gap:1rem}._workloadInfo_1bkdt_661,._tasksInfo_1bkdt_743,._activityInfo_1bkdt_797{text-align:center}}@media (max-width: 768px){._container_1bkdt_3{padding:0 .5rem}._teamContainer_1bkdt_315._grid_1bkdt_325{grid-template-columns:1fr}._teamContainer_1bkdt_315._list_1bkdt_333 ._listLayout_1bkdt_1049{grid-template-columns:1fr;gap:1rem;text-align:center}._listMember_1bkdt_1067{order:1}._listStats_1bkdt_1129{order:2}._listDepartment_1bkdt_1185{order:3}._listStatus_1bkdt_1215{order:4}._listActions_1bkdt_1291{order:5;justify-content:center}._memberHeader_1bkdt_387{flex-direction:column;align-items:flex-start;gap:1rem}._memberInfo_1bkdt_399{width:100%}._memberActions_1bkdt_849{width:100%;justify-content:center}._actionButton_1bkdt_867{flex:1;min-width:auto}._statsOverview_1bkdt_191{grid-template-columns:repeat(2,1fr);gap:.75rem}._statCard_1bkdt_205{padding:.875rem;gap:.625rem}._statIcon_1bkdt_239{width:32px;height:32px;font-size:1.125rem}._statNumber_1bkdt_279{font-size:1.375rem}._essentialInfo_1bkdt_649{grid-template-columns:1fr;text-align:center}}@media (max-width: 480px){._memberCard_1bkdt_343{padding:1rem}._memberAvatar_1bkdt_421{width:48px;height:48px;font-size:1rem}._memberName_1bkdt_479{font-size:1rem}._memberRole_1bkdt_619{font-size:.8rem;padding:.4rem .8rem}._statsOverview_1bkdt_191{grid-template-columns:1fr}._actionButton_1bkdt_867{font-size:.8rem;padding:.6rem .8rem}}._memberCard_1bkdt_343:focus-within{box-shadow:0 0 0 3px #3b82f61a;outline:none}._actionButton_1bkdt_867:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}@media print{._controls_1bkdt_17,._memberActions_1bkdt_849,._memberMenu_1bkdt_1677{display:none}._memberCard_1bkdt_343{break-inside:avoid;border:1px solid #000;margin-bottom:1rem}._teamContainer_1bkdt_315{grid-template-columns:1fr}}._container_14hs4_3{max-width:1400px;margin:0 auto;padding:0 1rem}._headerActions_14hs4_17{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._backButton_14hs4_31{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #cbd5e1;color:#64748b;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem}._backButton_14hs4_31:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-color:#94a3b8;color:#475569;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._cancelButton_14hs4_75{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fca5a5;color:#dc2626;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}._cancelButton_14hs4_75:hover{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#f87171;transform:translateY(-2px);box-shadow:0 4px 12px #dc262633}._editActions_14hs4_111{display:flex;gap:1rem;align-items:center}._deleteButton_14hs4_123{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #f87171;color:#dc2626;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem}._deleteButton_14hs4_123:hover{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#ef4444;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}._memberOverview_14hs4_167{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:0;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}._memberHeader_14hs4_187{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.5rem;border-bottom:1px solid #e5e7eb}._memberInfo_14hs4_199{display:flex;align-items:center;gap:1rem}._avatarSection_14hs4_211{position:relative;display:flex;align-items:center;justify-content:center}._memberAvatar_14hs4_225{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:1.5rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:3px solid white;box-shadow:0 4px 12px #3b82f640}._statusIndicator_14hs4_255{position:absolute;bottom:-2px;right:-2px;font-size:1.5rem;background:#fff;border-radius:50%;padding:.125rem;box-shadow:0 2px 8px #00000026}._memberDetails_14hs4_277{flex:1}._memberName_14hs4_285{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 .5rem;line-height:1.4}._memberRole_14hs4_301{font-size:.875rem;color:#6b7280;font-weight:500;margin:0 0 .75rem}._memberBadges_14hs4_315{display:flex;gap:.375rem;flex-wrap:wrap}._departmentBadge_14hs4_327{font-size:.625rem;color:#6b7280;background:#f9fafb;padding:.25rem .625rem;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._statusBadge_14hs4_349{font-size:.625rem;font-weight:500;padding:.25rem .625rem;border-radius:12px;text-transform:uppercase;letter-spacing:.05em}._statusBadge_14hs4_349._active_14hs4_367{background:#d1fae5;color:#065f46}._statusBadge_14hs4_349._inactive_14hs4_377{background:#f3f4f6;color:#6b7280}._quickStats_14hs4_387{display:flex;gap:2rem}._statItem_14hs4_397{text-align:center}._statNumber_14hs4_405{display:block;font-size:2rem;font-weight:700;color:#1e293b;line-height:1}._statLabel_14hs4_421{font-size:.875rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}._contentGrid_14hs4_441{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}._detailsSection_14hs4_457,._workSection_14hs4_459{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000001a}._sectionTitle_14hs4_475{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#374151;padding:1rem 1.5rem;margin:0;font-size:1rem;font-weight:600;border-bottom:1px solid #e5e7eb}._detailsCard_14hs4_495,._workCard_14hs4_497{padding:2rem}._detailsGrid_14hs4_505{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:2rem}._detailItem_14hs4_519{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-bottom:1px solid #e2e8f0}._detailItem_14hs4_519:last-child{border-bottom:none}._detailLabel_14hs4_543{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}._detailValue_14hs4_561{font-size:1rem;color:#1e293b;font-weight:500;line-height:1.4}._detailInput_14hs4_575,._detailTextarea_14hs4_577,._detailSelect_14hs4_579{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}._detailInput_14hs4_575:focus,._detailTextarea_14hs4_577:focus,._detailSelect_14hs4_579:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._nameInputs_14hs4_613{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._emailLink_14hs4_625{color:#3b82f6;text-decoration:none;font-weight:500;transition:all .3s ease}._emailLink_14hs4_625:hover{color:#1d4ed8;text-decoration:underline}._bioSection_14hs4_649{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e2e8f0}._workloadDetails_14hs4_663{margin-bottom:2rem}._workloadItem_14hs4_671{margin-bottom:1.5rem}._workloadLabel_14hs4_679{font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.75rem}._workloadDisplay_14hs4_699{display:flex;align-items:center;gap:1rem}._workloadPercent_14hs4_711{font-size:1.5rem;font-weight:700;color:#1e293b;min-width:4rem}._workloadBar_14hs4_725{flex:1;height:12px;background:#e2e8f0;border-radius:8px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}._workloadFill_14hs4_743{height:100%;border-radius:8px;transition:width .3s cubic-bezier(.4,0,.2,1)}._statsGrid_14hs4_755{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._statCard_14hs4_767{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:1rem;text-align:center}._statCard_14hs4_767 ._statLabel_14hs4_421{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:block}._statCard_14hs4_767 ._statValue_14hs4_803{font-size:1.25rem;font-weight:700;color:#1e293b}._skillsSection_14hs4_817{border-top:1px solid #e2e8f0;padding-top:2rem}._skillsTitle_14hs4_827{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}._skillsList_14hs4_841{display:flex;flex-wrap:wrap;gap:.75rem}._skillTag_14hs4_853{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;border:1px solid #a5b4fc;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;transition:all .3s ease}._skillTag_14hs4_853:hover{background:linear-gradient(135deg,#c7d2fe,#a5b4fc);transform:translateY(-2px);box-shadow:0 4px 12px #4338ca4d}._tasksSection_14hs4_889{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;margin-bottom:2rem}._tasksGrid_14hs4_905{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;padding:2rem}._taskCard_14hs4_919{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}._taskCard_14hs4_919:hover{border-color:#3b82f6;box-shadow:0 8px 25px #3b82f626;transform:translateY(-2px)}._taskHeader_14hs4_947{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}._taskStatus_14hs4_961{font-size:1.5rem;flex-shrink:0}._taskInfo_14hs4_971{flex:1}._taskTitle_14hs4_979{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;line-height:1.3}._taskProject_14hs4_995{font-size:.875rem;color:#64748b;margin:0}._clientVisible_14hs4_1007{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:.25rem .5rem;border-radius:8px;font-size:.875rem;flex-shrink:0}._taskMeta_14hs4_1025{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0}._taskPriority_14hs4_1041{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}._taskDue_14hs4_1055{font-size:.875rem;color:#64748b;font-weight:500}._noTasks_14hs4_1067{padding:3rem 2rem;text-align:center;color:#64748b;font-style:italic}._actionButtons_14hs4_1083{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}._primaryButton_14hs4_1099{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #3b82f64d;font-size:1rem}._primaryButton_14hs4_1099:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}._secondaryButton_14hs4_1137{background:linear-gradient(135deg,#fff,#f8fafc);color:#64748b;border:2px solid #e2e8f0;padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1rem}._secondaryButton_14hs4_1137:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f633}._errorState_14hs4_1179{text-align:center;padding:4rem 2rem;color:#64748b;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fca5a5;border-radius:16px}._errorIcon_14hs4_1197{font-size:4rem;margin-bottom:1rem}._errorState_14hs4_1179 h2{font-size:1.5rem;color:#dc2626;margin-bottom:.5rem}._errorState_14hs4_1179 p{margin-bottom:2rem}@media (max-width: 1024px){._quickStats_14hs4_387{gap:1rem}._memberHeader_14hs4_187{flex-direction:column;align-items:flex-start}._detailsGrid_14hs4_505{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}._statsGrid_14hs4_755{grid-template-columns:1fr}}@media (max-width: 768px){._container_14hs4_3{padding:0 .5rem}._memberOverview_14hs4_167,._detailsCard_14hs4_495,._workCard_14hs4_497{padding:1.5rem}._memberInfo_14hs4_199{flex-direction:column;align-items:center;text-align:center}._memberName_14hs4_285{font-size:1.5rem}._quickStats_14hs4_387{justify-content:center;width:100%}._detailsGrid_14hs4_505{grid-template-columns:1fr;gap:2rem}._actionButtons_14hs4_1083{flex-direction:column;align-items:stretch}._primaryButton_14hs4_1099,._secondaryButton_14hs4_1137{width:100%}._tasksGrid_14hs4_905{grid-template-columns:1fr;padding:1.5rem}._headerActions_14hs4_17{flex-direction:column;align-items:stretch;gap:1rem}}@media (max-width: 480px){._memberAvatar_14hs4_225{width:64px;height:64px;font-size:1.5rem}._memberName_14hs4_285{font-size:1.25rem}._statNumber_14hs4_405{font-size:1.5rem}._nameInputs_14hs4_613{grid-template-columns:1fr}._taskCard_14hs4_919{padding:1rem}}._overlay_1i1ge_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_1i1ge_29{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;position:relative}._header_1i1ge_53{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}._title_1i1ge_71{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}._closeButton_1i1ge_85{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s}._closeButton_1i1ge_85:hover{background:#f3f4f6;color:#374151}._closeButton_1i1ge_85:disabled{opacity:.5;cursor:not-allowed}._content_1i1ge_127{flex:1;padding:0 1.5rem;overflow:hidden;display:flex;flex-direction:column}._searchContainer_1i1ge_143{margin-bottom:1rem}._searchInput_1i1ge_151{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#f9fafb;transition:all .2s}._searchInput_1i1ge_151:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}._searchInput_1i1ge_151:disabled{opacity:.5;cursor:not-allowed}._error_1i1ge_195{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;margin-bottom:1rem}._errorIcon_1i1ge_221{font-size:1rem}._usersList_1i1ge_229{flex:1;overflow-y:auto;max-height:400px}._loading_1i1ge_241{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#6b7280}._loadingIcon_1i1ge_259{font-size:2rem;margin-bottom:.5rem}._noUsers_1i1ge_269{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#6b7280;text-align:center}._noUsersIcon_1i1ge_289{font-size:3rem;margin-bottom:1rem;opacity:.5}._clearSearch_1i1ge_301{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;margin-top:.5rem;transition:background .2s}._clearSearch_1i1ge_301:hover{background:#2563eb}._userGroup_1i1ge_333{margin-bottom:1.5rem}._groupTitle_1i1ge_341{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem;padding:0 .5rem;text-transform:uppercase;letter-spacing:.025em}._userItem_1i1ge_361{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .2s;border:1px solid transparent}._userItem_1i1ge_361:hover{background:#f3f4f6;border-color:#e5e7eb}._userItem_1i1ge_361._disabled_1i1ge_393{opacity:.5;cursor:not-allowed}._userItem_1i1ge_361._disabled_1i1ge_393:hover{background:transparent;border-color:transparent}._userAvatar_1i1ge_413{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}._userInfo_1i1ge_441{flex:1;min-width:0}._userName_1i1ge_451{font-weight:500;color:#1f2937;margin-bottom:.125rem}._userEmail_1i1ge_463{font-size:.875rem;color:#6b7280;margin-bottom:.125rem}._userCompany_1i1ge_475{font-size:.75rem;color:#9ca3af}._userType_1i1ge_485{font-size:1.25rem;flex-shrink:0}._footer_1i1ge_495{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}._cancelButton_1i1ge_509{background:#f3f4f6;color:#374151;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_1i1ge_509:hover{background:#e5e7eb}._cancelButton_1i1ge_509:disabled{opacity:.5;cursor:not-allowed}._creatingOverlay_1i1ge_549{position:absolute;inset:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;z-index:10}._creatingSpinner_1i1ge_579{font-size:2rem;margin-bottom:.5rem;animation:_spin_1i1ge_1 1s linear infinite}@keyframes _spin_1i1ge_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 640px){._overlay_1i1ge_1{padding:.5rem}._modal_1i1ge_29{max-height:90vh}._header_1i1ge_53{padding:1rem 1rem 0}._content_1i1ge_127{padding:0 1rem}._footer_1i1ge_495{padding:1rem}._userItem_1i1ge_361{padding:1rem .75rem}._userAvatar_1i1ge_413{width:36px;height:36px}}._container_1viag_1{display:flex;flex-direction:column;height:100%;background:#f9fafb;border-right:1px solid #e5e7eb}._header_1viag_17{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e5e7eb;background:#fff}._title_1viag_35{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}._newButton_1viag_49{width:32px;height:32px;border-radius:50%;background:#3b82f6;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .2s}._newButton_1viag_49:hover{background:#2563eb;transform:scale(1.05)}._newButton_1viag_49:disabled{opacity:.5;cursor:not-allowed;transform:none}._conversationsList_1viag_101{flex:1;overflow-y:auto;padding:.5rem 0}._conversationItem_1viag_113{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:all .2s;border-left:3px solid transparent;position:relative}._conversationItem_1viag_113:hover{background:#f3f4f6}._conversationItem_1viag_113._selected_1viag_143{background:#eff6ff;border-left-color:#3b82f6}._avatar_1viag_153{position:relative;flex-shrink:0}._userAvatar_1viag_163{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}._channelAvatar_1viag_189{width:40px;height:40px;border-radius:8px;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:1.25rem}._statusIndicator_1viag_211{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}._onlineStatus_1viag_237{width:8px;height:8px;border-radius:50%;background:#10b981}._conversationInfo_1viag_251{flex:1;min-width:0}._conversationHeader_1viag_261{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}._conversationName_1viag_275{font-weight:500;color:#1f2937;truncate:true;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}._conversationMeta_1viag_295{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._conversationType_1viag_309{font-size:.875rem}._lastMessageTime_1viag_317{font-size:.75rem;color:#6b7280}._lastMessage_1viag_317{font-size:.875rem;color:#6b7280;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._participantCount_1viag_345{font-size:.75rem;color:#9ca3af;margin-top:.125rem}._unreadBadge_1viag_357{background:#dc2626;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:10px;min-width:18px;text-align:center;flex-shrink:0}._loading_1viag_381{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#6b7280}._loadingIcon_1viag_399{font-size:2rem;margin-bottom:.5rem;animation:_spin_1viag_1 1s linear infinite}._error_1viag_411{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;color:#dc2626;text-align:center}._errorIcon_1viag_431{font-size:2rem;margin-bottom:.5rem}._retryButton_1viag_441{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;margin-top:.5rem;transition:background .2s}._retryButton_1viag_441:hover{background:#2563eb}._empty_1viag_473{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#6b7280;text-align:center}._emptyIcon_1viag_493{font-size:3rem;margin-bottom:1rem;opacity:.5}._searchQuery_1viag_505{font-style:italic;margin-top:.5rem}._startFirstButton_1viag_515{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;margin-top:1rem;transition:all .2s}._startFirstButton_1viag_515:hover{background:#2563eb;transform:translateY(-1px)}@keyframes _spin_1viag_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._conversationsList_1viag_101::-webkit-scrollbar{width:6px}._conversationsList_1viag_101::-webkit-scrollbar-track{background:transparent}._conversationsList_1viag_101::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._conversationsList_1viag_101::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 768px){._header_1viag_17{padding:.75rem}._title_1viag_35{font-size:1rem}._newButton_1viag_49{width:28px;height:28px;font-size:.875rem}._conversationItem_1viag_113{padding:1rem .75rem}._userAvatar_1viag_163,._channelAvatar_1viag_189{width:36px;height:36px}._userAvatar_1viag_163{font-size:.75rem}._channelAvatar_1viag_189{font-size:1.125rem}._conversationName_1viag_275{font-size:.875rem}._lastMessage_1viag_317{font-size:.8125rem}}._container_1u980_1{position:relative;display:flex;flex-direction:column;height:100%;width:100%;min-width:0;background:#fff;overflow:hidden}._header_1u980_23{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#fff;z-index:10}._conversationInfo_1u980_43{display:flex;align-items:center;gap:.75rem}._avatar_1u980_55{flex-shrink:0}._userAvatar_1u980_63{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}._channelAvatar_1u980_89{width:40px;height:40px;border-radius:8px;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:1.25rem}._titleSection_1u980_111{flex:1;min-width:0}._title_1u980_111{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._subtitle_1u980_141{font-size:.875rem;color:#6b7280;margin:0}._headerActions_1u980_153{display:flex;align-items:center;gap:.5rem}._participantsButton_1u980_165{background:#f3f4f6;color:#374151;border:none;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background .2s}._participantsButton_1u980_165:hover{background:#e5e7eb}._clearButton_1u980_195,._deleteButton_1u980_197{background:#f3f4f6;color:#374151;border:none;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._clearButton_1u980_195:hover{background:#fef3c7;color:#92400e}._deleteButton_1u980_197:hover{background:#fee2e2;color:#dc2626}._error_1u980_241{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#fef2f2;border-bottom:1px solid #fecaca;color:#dc2626;font-size:.875rem}._errorIcon_1u980_263{margin-right:.5rem}._dismissError_1u980_271{background:none;border:none;color:#dc2626;cursor:pointer;padding:.25rem;border-radius:4px}._dismissError_1u980_271:hover{background:#dc26261a}._messagesContainer_1u980_297{flex:1;width:100%;min-height:0;overflow-y:auto;display:flex;flex-direction:column}._loading_1u980_315{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;min-height:200px;color:#6b7280}._loadingIcon_1u980_337{font-size:2rem;margin-bottom:.5rem;animation:_spin_1u980_1 1s linear infinite}._loadMore_1u980_349{padding:1rem;text-align:center}._loadMoreButton_1u980_359{background:#f3f4f6;color:#374151;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background .2s}._loadMoreButton_1u980_359:hover:not(:disabled){background:#e5e7eb}._loadMoreButton_1u980_359:disabled{opacity:.5;cursor:not-allowed}._messagesList_1u980_399{flex:1;width:100%;min-height:100%;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.25rem;box-sizing:border-box}._messageGroup_1u980_421{display:flex;gap:.75rem;max-width:70%}._messageGroup_1u980_421._other_1u980_433._noAvatar_1u980_433{margin-left:calc(32px + .75rem)}._messageGroup_1u980_421:not(._noAvatar_1u980_433){margin-top:.1rem}._messageGroup_1u980_421:first-child{margin-top:0}._messageGroup_1u980_421._own_1u980_457{align-self:flex-end;flex-direction:row-reverse}._messageGroup_1u980_421._other_1u980_433{align-self:flex-start}._messageAvatar_1u980_475{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.75rem;flex-shrink:0;align-self:flex-start}._messageContent_1u980_505{flex:1;min-width:0}._messageHeader_1u980_515{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}._senderName_1u980_529{font-weight:500;color:#374151;font-size:.875rem}._messageTime_1u980_541{font-size:.75rem;color:#9ca3af}._replyContext_1u980_551{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding-left:.75rem}._replyLine_1u980_567{width:3px;height:100%;background:#d1d5db;border-radius:2px;margin-top:.25rem}._replyContent_1u980_583{flex:1;font-size:.875rem}._replyAuthor_1u980_593{font-weight:500;color:#6b7280;display:block;margin-bottom:.125rem}._replyText_1u980_607{color:#9ca3af;font-style:italic}._messageText_1u980_617{background:#f3f4f6;padding:.75rem 1rem;border-radius:1rem;font-size:.9375rem;line-height:1.4;word-wrap:break-word}._messageGroup_1u980_421._own_1u980_457 ._messageText_1u980_617{background:#3b82f6;color:#fff}._editedIndicator_1u980_645{font-size:.75rem;opacity:.7;font-style:italic}._editingContainer_1u980_657{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;padding:.5rem;border-radius:1rem}._editInput_1u980_675{flex:1;border:none;background:#fff;padding:.5rem;border-radius:.5rem;font-size:.9375rem}._editInput_1u980_675:focus{outline:none;box-shadow:0 0 0 2px #3b82f6}._editActions_1u980_703{display:flex;gap:.25rem}._saveEdit_1u980_713,._cancelEdit_1u980_715{width:24px;height:24px;border:none;border-radius:4px;cursor:pointer;font-size:.75rem;display:flex;align-items:center;justify-content:center}._saveEdit_1u980_713{background:#10b981;color:#fff}._cancelEdit_1u980_715{background:#ef4444;color:#fff}._reactions_1u980_759{display:flex;gap:.25rem;margin-top:.25rem;flex-wrap:wrap}._reaction_1u980_759{background:#f3f4f6;border:none;padding:.125rem .375rem;border-radius:.75rem;font-size:.875rem;cursor:pointer;transition:background .2s}._reaction_1u980_759:hover{background:#e5e7eb}._messageActions_1u980_801{display:flex;gap:.25rem;margin-top:.25rem;opacity:0;transition:opacity .2s}._messageGroup_1u980_421:hover ._messageActions_1u980_801{opacity:1}._actionButton_1u980_825{background:none;border:none;padding:.25rem;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background .2s}._actionButton_1u980_825:hover{background:#f3f4f6}._replyIndicator_1u980_853{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#f9fafb;border-top:1px solid #e5e7eb}._replyPreview_1u980_871{display:flex;flex-direction:column;gap:.125rem}._replyLabel_1u980_883{font-size:.75rem;color:#6b7280;font-weight:500}._replyText_1u980_607{font-size:.875rem;color:#374151;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._cancelReply_1u980_913{background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;font-size:1rem}._cancelReply_1u980_913:hover{background:#f3f4f6}._typingIndicator_1u980_941{position:absolute;bottom:80px;left:calc(2.25rem + 32px);display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#f9fafb;border-radius:1rem;width:fit-content;z-index:5;box-shadow:0 2px 8px #0000001a}._typingText_1u980_971{font-size:.8125rem;color:#6b7280;font-style:italic}._typingDots_1u980_983{display:flex;gap:.25rem}._typingDots_1u980_983 span{width:6px;height:6px;background:#9ca3af;border-radius:50%;animation:_typingBounce_1u980_1 1.4s infinite ease-in-out}._typingDots_1u980_983 span:nth-child(1){animation-delay:-.32s}._typingDots_1u980_983 span:nth-child(2){animation-delay:-.16s}@keyframes _typingBounce_1u980_1{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}._messageInput_1u980_1043{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0;min-width:0}._textInput_1u980_1065{flex:1;min-width:200px;border:1px solid #d1d5db;border-radius:1.5rem;padding:.75rem 1rem;font-size:.9375rem;background:#f9fafb;transition:all .2s}._textInput_1u980_1065:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}._textInput_1u980_1065:disabled{opacity:.5;cursor:not-allowed}._sendButton_1u980_1111{width:40px;height:40px;border-radius:50%;background:#3b82f6;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.125rem;transition:all .2s}._sendButton_1u980_1111:hover:not(:disabled){background:#2563eb;transform:scale(1.05)}._sendButton_1u980_1111:disabled{opacity:.5;cursor:not-allowed;transform:none}@keyframes _spin_1u980_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._messagesContainer_1u980_297::-webkit-scrollbar{width:6px}._messagesContainer_1u980_297::-webkit-scrollbar-track{background:transparent}._messagesContainer_1u980_297::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._messagesContainer_1u980_297::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 768px){._header_1u980_23{padding:.75rem 1rem}._title_1u980_111{font-size:1rem}._messagesList_1u980_399{padding:1rem}._messageGroup_1u980_421{max-width:85%}._messageInput_1u980_1043{padding:1rem}._textInput_1u980_1065{min-width:150px;font-size:1rem}}@media (min-width: 1400px){._messageInput_1u980_1043{padding:1.25rem 2rem}._textInput_1u980_1065{min-width:300px}}._tabContainer_13yk8_3{display:flex;flex-direction:column;height:calc(100vh - 140px);background:#f8fafc;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d}._tabHeaders_13yk8_25{display:flex;background:#fff;border-bottom:1px solid #e2e8f0;padding:0}._tabHeader_13yk8_25{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;cursor:pointer;transition:all .2s ease;border-bottom:3px solid transparent;position:relative;font-size:.9rem;font-weight:500;color:#64748b}._tabHeader_13yk8_25:hover{background:#f8fafc;color:#374151}._tabHeader_13yk8_25._active_13yk8_85{color:#3b82f6;border-bottom-color:#3b82f6;background:#fafbff}._tabIcon_13yk8_97{font-size:1.1rem}._tabLabel_13yk8_105{font-weight:500}._tabBadge_13yk8_113{background:#ef4444;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;margin-left:.5rem}._tabHeader_13yk8_25._active_13yk8_85 ._tabBadge_13yk8_113{background:#3b82f6}._tabContent_13yk8_153{flex:1;display:flex;overflow:hidden}._messengerContainer_13yk8_167{display:flex;flex:1;background:#f8fafc;overflow:hidden}._directMessagesContainer_13yk8_183{display:flex;flex:1;background:#fff;overflow:hidden;min-height:0}._emptyDirectMessages_13yk8_199{flex:1;width:100%;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;text-align:center;padding:3rem;box-sizing:border-box}._emptyDirectMessages_13yk8_199 ._emptyIcon_13yk8_227{font-size:4rem;margin-bottom:1.5rem;opacity:.6}._emptyDirectMessages_13yk8_199 h3{margin:0 0 .75rem;color:#374151;font-size:1.5rem;font-weight:600}._emptyDirectMessages_13yk8_199 p{margin:0 0 2rem;font-size:1rem;color:#6b7280;max-width:400px;line-height:1.5}._startFirstButton_13yk8_269{background:#3b82f6;color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}._startFirstButton_13yk8_269:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}._sidebar_13yk8_309{width:320px;min-width:320px;max-width:400px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0}._sidebarHeader_13yk8_331{padding:1.5rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}._sidebarHeader_13yk8_331 h3{margin:0 0 1rem;color:#1e293b;font-size:1.1rem;font-weight:600}._searchContainer_13yk8_359{position:relative;margin-bottom:1rem}._searchInput_13yk8_369{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;outline:none;transition:all .2s ease}._searchInput_13yk8_369:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._clearSearchButton_13yk8_399{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;font-size:.875rem;padding:.25rem;border-radius:3px;transition:all .2s ease}._clearSearchButton_13yk8_399:hover{background:#f3f4f6;color:#374151}._messageCounts_13yk8_441{display:flex;flex-direction:column;gap:.5rem}._messageCountItem_13yk8_453{display:flex;justify-content:space-between;align-items:center;padding:.375rem .5rem;background:#fff;border-radius:4px;border:1px solid #e5e7eb}._messageCountLabel_13yk8_473{font-size:.75rem;color:#6b7280;font-weight:500}._messageCountValue_13yk8_485{font-size:.75rem;font-weight:600;color:#1f2937;background:#f3f4f6;padding:.125rem .375rem;border-radius:10px;min-width:20px;text-align:center}._customerFilter_13yk8_509{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #3b82f6;border-radius:8px;padding:.75rem 1rem;margin-top:1rem;margin-bottom:1rem;font-size:.875rem;color:#1e40af;font-weight:500;box-shadow:0 2px 4px #3b82f61a}._customerFilter_13yk8_509 span{flex:1;display:flex;align-items:center;gap:.5rem}._customerFilter_13yk8_509 span:before{content:"🔍";font-size:1rem}._clearFilterButton_13yk8_565{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#dc2626;cursor:pointer;padding:.375rem .5rem;border-radius:6px;font-size:.875rem;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px}._clearFilterButton_13yk8_565:hover{background:#ef444433;border-color:#ef444480;transform:scale(1.05)}._clearFilterButton_13yk8_565:active{transform:scale(.95)}._projectsList_13yk8_619{flex:1;overflow-y:auto;padding:.5rem 0}._noResults_13yk8_633{padding:2rem 1rem;text-align:center;color:#6b7280}._noResultsIcon_13yk8_645{font-size:2rem;margin-bottom:1rem}._noResults_13yk8_633 p{margin:0 0 1rem;font-size:.9rem}._clearSearchLink_13yk8_665{background:none;border:none;color:#3b82f6;cursor:pointer;text-decoration:underline;font-size:.875rem;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}._clearSearchLink_13yk8_665:hover{background:#f3f4f6;text-decoration:none}._projectGroup_13yk8_699{margin-bottom:.5rem}._projectItem_13yk8_707{display:flex;align-items:flex-start;padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent;min-height:80px;background:#fff;border-radius:8px;margin:.25rem .5rem;box-shadow:0 1px 3px #0000001a}._projectItem_13yk8_707:hover{background:#f8fafc;box-shadow:0 2px 6px #00000026}._projectItem_13yk8_707._active_13yk8_85{background:#dbeafe;border-left-color:#3b82f6;box-shadow:0 2px 8px #3b82f633}._projectItem_13yk8_707._hasUnread_13yk8_757{background:#fef3c7;border-left-color:#f59e0b}._projectItem_13yk8_707._hasUnread_13yk8_757._active_13yk8_85{background:#dbeafe;border-left-color:#3b82f6}._projectIcon_13yk8_777{font-size:1.2rem;margin-right:.75rem;width:24px;text-align:center}._projectInfo_13yk8_791{flex:1}._projectCounts_13yk8_799{display:flex;gap:.75rem;margin-top:.5rem}._projectCountItem_13yk8_811{display:flex;align-items:center;gap:.25rem}._countIcon_13yk8_823{font-size:.8rem}._countText_13yk8_831{font-size:.75rem;color:#6b7280;font-weight:500}._projectItem_13yk8_707._active_13yk8_85 ._countText_13yk8_831{color:#ffffffe6}._projectItem_13yk8_707._hasUnread_13yk8_757 ._countText_13yk8_831{color:#92400e}._projectItem_13yk8_707._hasUnread_13yk8_757._active_13yk8_85 ._countText_13yk8_831{color:#ffffffe6}._projectUnreadBadge_13yk8_867{background:#ef4444;color:#fff;font-size:.7rem;font-weight:600;padding:.125rem .375rem;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center}._projectName_13yk8_895{font-weight:600;color:#1e293b;font-size:.9rem;margin-bottom:.25rem}._clientName_13yk8_909{font-size:.8rem;color:#64748b}._tasksList_13yk8_919{background:#f8fafc;border-top:1px solid #e2e8f0;padding:.5rem 0}._taskItem_13yk8_931{display:flex;align-items:center;padding:.5rem 1rem .5rem 2rem;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent}._taskItem_13yk8_931:hover{background:#f1f5f9}._taskItem_13yk8_931._active_13yk8_85{background:#e0e7ff;border-left-color:#6366f1}._taskItem_13yk8_931._hasUnread_13yk8_757{background:#fef3c7;border-left-color:#f59e0b}._taskItem_13yk8_931._hasUnread_13yk8_757._active_13yk8_85{background:#e0e7ff;border-left-color:#6366f1}._taskIcon_13yk8_987{font-size:1rem;margin-right:.5rem;width:20px;text-align:center}._taskInfo_13yk8_1001{flex:1}._taskTitle_13yk8_1009{font-weight:500;color:#374151;font-size:.85rem;margin-bottom:.25rem;line-height:1.2}._taskMeta_13yk8_1025{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:.5rem}._unreadBadge_13yk8_1041{background:#ef4444;color:#fff;font-size:.7rem;font-weight:600;padding:.125rem .375rem;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center}._chatArea_13yk8_1071{flex:1;width:100%;min-width:0;display:flex;flex-direction:column;background:#fff;overflow:hidden}._chatHeader_13yk8_1091{padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;display:flex;justify-content:space-between;align-items:center}._chatTitle_13yk8_1109 h3{margin:0 0 .25rem;color:#1e293b;font-size:1.2rem;font-weight:600}._chatSubtitle_13yk8_1123{color:#64748b;font-size:.9rem}._viewTaskButton_13yk8_1133{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}._viewTaskButton_13yk8_1133:hover{background:#2563eb}._messagesContainer_13yk8_1167{flex:1;width:100%;min-height:0;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;background:#f9fafb;box-sizing:border-box}._message_13yk8_441{display:flex;align-items:flex-end;gap:.75rem;max-width:70%}._message_13yk8_441._own_13yk8_1207{align-self:flex-end;flex-direction:row-reverse}._message_13yk8_441._other_13yk8_1217{align-self:flex-start}._messageContent_13yk8_1225{background:#fff;padding:.875rem 1.125rem;border-radius:16px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;max-width:100%}._message_13yk8_441._own_13yk8_1207 ._messageContent_13yk8_1225{background:#3b82f6;color:#fff}._messageHeader_13yk8_1253{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid rgba(0,0,0,.08)}._message_13yk8_441._own_13yk8_1207 ._messageHeader_13yk8_1253{border-bottom-color:#fff3}._messageAuthor_13yk8_1279{font-weight:600;font-size:.8rem;color:#374151}._message_13yk8_441._own_13yk8_1207 ._messageAuthor_13yk8_1279{color:#e0e7ff}._messageUserType_13yk8_1299{font-size:.7rem;padding:.125rem .375rem;border-radius:8px;background:#f3f4f6;color:#6b7280;font-weight:500}._message_13yk8_441._own_13yk8_1207 ._messageUserType_13yk8_1299{background:#fff3;color:#e0e7ff}._messageText_13yk8_1327{font-size:.9rem;line-height:1.5;margin-bottom:.5rem;color:#1f2937}._message_13yk8_441._own_13yk8_1207 ._messageText_13yk8_1327{color:#fff}._messageText_13yk8_1327 mark{background:#fef08a;color:#92400e;padding:.125rem .25rem;border-radius:3px;font-weight:600}._message_13yk8_441._own_13yk8_1207 ._messageText_13yk8_1327 mark{background:#ffffff4d;color:#fef08a}._messageTime_13yk8_1375{font-size:.75rem;opacity:.7;display:flex;align-items:center;gap:.25rem}._messageAvatar_13yk8_1391{width:32px;height:32px;border-radius:50%;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;border:2px solid #e2e8f0;flex-shrink:0}._message_13yk8_441._own_13yk8_1207 ._messageAvatar_13yk8_1391{background:#dbeafe;color:#1d4ed8;border-color:#3b82f6}._message_13yk8_441._other_13yk8_1217 ._messageAvatar_13yk8_1391{background:#d1fae5;color:#059669;border-color:#10b981}._message_13yk8_441._unread_13yk8_1041 ._messageContent_13yk8_1225{background:#fef3c7;border-color:#f59e0b;box-shadow:0 2px 8px #f59e0b33}._message_13yk8_441._unread_13yk8_1041._own_13yk8_1207 ._messageContent_13yk8_1225{background:#dbeafe;border-color:#3b82f6;color:#1e40af;box-shadow:0 2px 8px #3b82f633}._message_13yk8_441._unread_13yk8_1041 ._messageText_13yk8_1327{color:#92400e}._message_13yk8_441._unread_13yk8_1041._own_13yk8_1207 ._messageText_13yk8_1327{color:#1e40af}._message_13yk8_441._unread_13yk8_1041 ._messageAuthor_13yk8_1279{color:#92400e}._message_13yk8_441._unread_13yk8_1041._own_13yk8_1207 ._messageAuthor_13yk8_1279{color:#1e40af}._unreadIndicator_13yk8_1503{color:#ef4444;font-size:.8rem;margin-left:.5rem}._messageInput_13yk8_1517{padding:1rem 2rem;border-top:1px solid #e2e8f0;background:#f8fafc;display:flex;gap:.75rem;align-items:center;flex-shrink:0;min-width:0}._messageInputField_13yk8_1539{flex:1;min-width:200px;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:24px;font-size:.9rem;outline:none;transition:all .2s ease}._messageInputField_13yk8_1539:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._sendButton_13yk8_1571{width:40px;height:40px;background:#3b82f6;color:#fff;border:none;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._sendButton_13yk8_1571:hover:not(:disabled){background:#2563eb}._sendButton_13yk8_1571:disabled{background:#9ca3af;cursor:not-allowed}._emptyChat_13yk8_1621{flex:1;width:100%;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;text-align:center;box-sizing:border-box}._emptyIcon_13yk8_227{font-size:3rem;margin-bottom:1rem}._emptyChat_13yk8_1621 h3{margin:0 0 .5rem;color:#374151;font-size:1.2rem}._emptyChat_13yk8_1621 p{margin:0;font-size:.9rem}._container_13yk8_1681{display:flex;justify-content:center;align-items:center;height:50vh}._loadingState_13yk8_1695,._errorState_13yk8_1697{text-align:center;color:#64748b}._loadingIcon_13yk8_1707,._errorIcon_13yk8_1709{font-size:2rem;margin-bottom:1rem}@media (max-width: 768px){._messengerContainer_13yk8_167{height:calc(100vh - 120px)}._directMessagesContainer_13yk8_183{flex-direction:column;height:calc(100vh - 160px)}._sidebar_13yk8_309{width:100%;min-width:unset;max-width:unset;position:absolute;z-index:10;height:100%}._chatArea_13yk8_1071{width:100%;min-width:unset}._chatHeader_13yk8_1091{padding:1rem}._chatTitle_13yk8_1109 h3{font-size:1.1rem}._messagesContainer_13yk8_1167{padding:.5rem}._message_13yk8_441{max-width:85%}._messageInput_13yk8_1517{padding:.75rem 1rem}._messageInputField_13yk8_1539{min-width:150px}._projectItem_13yk8_707,._taskItem_13yk8_931{padding:.75rem}}@media (min-width: 1400px){._sidebar_13yk8_309{width:380px;min-width:380px}._messageInput_13yk8_1517{padding:1.25rem 2.5rem}._messageInputField_13yk8_1539{min-width:300px}}._container_107es_3{max-width:1400px;margin:0 auto;padding:0 1rem}._fixedUnsavedWarning_107es_17{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fca5a5;border-radius:12px;padding:1rem 1.5rem;box-shadow:0 8px 32px #dc26264d;z-index:1000;max-width:calc(100vw - 4rem);width:auto;min-width:400px;animation:_slideInUp_107es_1 .4s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes _slideInUp_107es_1{0%{opacity:0;transform:translate(-50%) translateY(100px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){._fixedUnsavedWarning_107es_17{bottom:1rem;left:1rem;right:1rem;transform:none;max-width:none;min-width:auto;width:calc(100vw - 2rem)}@keyframes _slideInUp_107es_1{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}}._warningContent_107es_123{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._fixedUnsavedWarning_107es_17 ._warningContent_107es_123{display:flex;align-items:center;gap:1.5rem;flex-wrap:nowrap}._fixedUnsavedWarning_107es_17 ._warningText_107es_153{flex:1;min-width:auto;white-space:nowrap}._fixedUnsavedWarning_107es_17 ._warningActions_107es_165{flex-shrink:0}@media (max-width: 768px){._fixedUnsavedWarning_107es_17 ._warningContent_107es_123{flex-wrap:wrap;gap:1rem}._fixedUnsavedWarning_107es_17 ._warningText_107es_153{white-space:normal;flex-basis:100%;margin-bottom:.5rem}._fixedUnsavedWarning_107es_17 ._warningActions_107es_165{flex-basis:100%;justify-content:center}}._warningIcon_107es_209{font-size:1.5rem}._warningText_107es_153{flex:1;color:#dc2626;font-weight:600;min-width:200px}._warningActions_107es_165{display:flex;gap:.75rem}._saveButton_107es_241{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._saveButton_107es_241:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}._fixedUnsavedWarning_107es_17 ._saveButton_107es_241{font-size:.95rem;padding:.75rem 1.25rem;font-weight:700;box-shadow:0 4px 12px #10b9814d}._fixedUnsavedWarning_107es_17 ._saveButton_107es_241:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}._fixedUnsavedWarning_107es_17 ._discardButton_107es_299{font-size:.95rem;padding:.75rem 1.25rem;font-weight:700}._fixedUnsavedWarning_107es_17 ._discardButton_107es_299:hover{transform:translateY(-1px)}._discardButton_107es_299{background:linear-gradient(135deg,#fff,#f8fafc);color:#64748b;border:2px solid #e2e8f0;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._discardButton_107es_299:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1}._settingsNav_107es_353{display:flex;gap:.5rem;margin-bottom:0;overflow-x:auto;position:relative;z-index:10}._navTab_107es_371{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;color:#64748b;padding:1rem 1.5rem;border-radius:12px 12px 0 0;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.75rem;white-space:nowrap;font-size:.9rem;border-bottom:none;margin-bottom:-1px;position:relative;z-index:5}._navTab_107es_371:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;color:#3b82f6;z-index:55}._navTab_107es_371._active_107es_425{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d;border-bottom:1px solid #3b82f6;z-index:20}._tabIcon_107es_443{font-size:1.25rem}._tabLabel_107es_451{font-weight:600}._navTab_107es_371._hasUnsavedChanges_107es_461{border-color:#f59e0b!important;background:linear-gradient(135deg,#fef3c7,#fde68a)!important;color:#b45309!important;box-shadow:0 0 0 3px #f59e0b33!important}._navTab_107es_371._hasUnsavedChanges_107es_461._active_107es_425{background:linear-gradient(135deg,#f59e0b,#d97706)!important;color:#fff!important;border-color:#f59e0b!important}._unsavedIndicator_107es_487{color:#dc2626;font-size:1rem;animation:_pulse_107es_1 2s infinite;margin-left:auto}._navTab_107es_371._active_107es_425 ._unsavedIndicator_107es_487{color:#fecaca}@keyframes _pulse_107es_1{0%,to{opacity:1}50%{opacity:.5}}._settingsContent_107es_529{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:0 16px 16px;padding:2rem;box-shadow:0 4px 20px #00000014;min-height:600px;position:relative;z-index:1;margin-top:-1px}._settingsSection_107es_553{max-width:800px}._sectionTitle_107es_561{font-size:1.875rem;font-weight:700;color:#1e293b;margin:0 0 2rem;border-bottom:3px solid #3b82f6;padding-bottom:.5rem;display:inline-block}._settingsGroup_107es_583{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}._groupTitle_107es_601{font-size:1.25rem;font-weight:600;color:#334155;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}._settingsGrid_107es_621{display:grid;gap:1.5rem}._settingItem_107es_631{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:8px;transition:all .3s ease}._settingItem_107es_631:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1}._settingInfo_107es_665{flex:1;min-width:0}._settingLabel_107es_675{font-size:1rem;font-weight:600;color:#1e293b;display:block;margin-bottom:.25rem}._settingDescription_107es_691{font-size:.875rem;color:#64748b;line-height:1.4}._toggleSwitch_107es_705{position:relative;display:inline-block;width:50px;height:24px;flex-shrink:0}._toggleSwitch_107es_705 input{opacity:0;width:0;height:0}._toggleSlider_107es_733{position:absolute;cursor:pointer;inset:0;background:#cbd5e1;border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}._toggleSlider_107es_733:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003}._toggleSwitch_107es_705 input:checked+._toggleSlider_107es_733{background:linear-gradient(135deg,#3b82f6,#2563eb)}._toggleSwitch_107es_705 input:checked+._toggleSlider_107es_733:before{transform:translate(26px);box-shadow:0 4px 8px #3b82f64d}._settingSelect_107es_803,._fieldSelect_107es_805{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;color:#1e293b;cursor:pointer;transition:all .3s ease;min-width:150px}._settingSelect_107es_803:focus,._fieldSelect_107es_805:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._fieldInput_107es_843,._numberInput_107es_845{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;color:#1e293b;transition:all .3s ease;width:100%}._fieldInput_107es_843:focus,._numberInput_107es_845:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._numberInput_107es_845{max-width:120px}._timeSettings_107es_891{display:flex;gap:1rem;margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:8px;border:1px solid #cbd5e1}._timeInput_107es_911{display:flex;flex-direction:column;gap:.5rem}._timeLabel_107es_923{font-size:.875rem;font-weight:600;color:#374151}._timeField_107es_935{background:#fff;border:2px solid #e2e8f0;border-radius:6px;padding:.5rem;font-size:.875rem;color:#1e293b;transition:all .3s ease}._timeField_107es_935:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._profileGrid_107es_969{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._profileField_107es_981{display:flex;flex-direction:column;gap:.5rem}._fieldLabel_107es_993{font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}._templatesGrid_107es_1011{display:grid;gap:2rem}._templateItem_107es_1021{display:flex;flex-direction:column;gap:1rem}._templateLabel_107es_1033{font-size:1rem;font-weight:600;color:#1e293b}._templateTextarea_107es_1045{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:8px;padding:1rem;font-size:.875rem;color:#1e293b;font-family:inherit;resize:vertical;transition:all .3s ease;min-height:120px}._templateTextarea_107es_1045:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._templateHelp_107es_1083{font-size:.75rem;color:#64748b;font-style:italic}._configGrid_107es_1097{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}._configField_107es_1111{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 1024px){._settingsNav_107es_353{flex-wrap:wrap}._settingsContent_107es_529{border-radius:16px;padding:1.5rem}._profileGrid_107es_969,._configGrid_107es_1097{grid-template-columns:1fr}}@media (max-width: 768px){._container_107es_3{padding:0 .5rem}._settingsContent_107es_529{padding:1rem}._settingItem_107es_631{flex-direction:column;align-items:flex-start;gap:1rem}._toggleSwitch_107es_705{align-self:flex-start}._warningContent_107es_123{flex-direction:column;align-items:flex-start}._warningActions_107es_165{width:100%;justify-content:flex-end}._timeSettings_107es_891{flex-direction:column}._navTab_107es_371{padding:.75rem 1rem;font-size:.8rem}._tabIcon_107es_443{font-size:1rem}}@media (max-width: 480px){._sectionTitle_107es_561{font-size:1.5rem}._groupTitle_107es_601{font-size:1.125rem}._settingsGroup_107es_583{padding:1rem}._settingItem_107es_631{padding:.75rem}._navTab_107es_371{flex-direction:column;text-align:center;padding:.5rem;gap:.25rem}._tabLabel_107es_451{font-size:.75rem}}@keyframes _settingSaved_107es_1{0%{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-color:#10b981}to{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-color:#e2e8f0}}._settingItem_107es_631._saved_107es_1331{animation:_settingSaved_107es_1 1s ease-out}._settingItem_107es_631:focus-within{box-shadow:0 0 0 3px #3b82f61a;outline:none}._navTab_107es_371:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}@media print{._settingsNav_107es_353,._warningActions_107es_165,._toggleSwitch_107es_705{display:none}._settingsContent_107es_529{box-shadow:none;border:1px solid #000;background:#fff!important}._settingItem_107es_631{background:#fff!important;border:1px solid #ccc;break-inside:avoid}}._loadingState_107es_1405{display:flex;align-items:center;justify-content:center;padding:3rem;color:#64748b;font-size:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:2px dashed #cbd5e1}._errorState_107es_1429{padding:2rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fca5a5;border-radius:12px;text-align:center}._errorState_107es_1429 p{color:#dc2626;margin-bottom:1rem;font-weight:600}._retryButton_107es_1457{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._retryButton_107es_1457:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ef44444d}._testButton_107es_1491{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px}._testButton_107es_1491:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}._testButton_107es_1491:disabled{opacity:.6;cursor:not-allowed;transform:none}._testResult_107es_1537{margin-top:1rem;padding:1rem;border-radius:8px;font-weight:600}._testResult_107es_1537._success_107es_1551{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:2px solid #10b981;color:#059669}._testResult_107es_1537._error_107es_1429{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fca5a5;color:#dc2626}._savingIndicator_107es_1577{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:1rem 1.5rem;border-radius:12px;font-weight:600;box-shadow:0 10px 25px #3b82f64d;z-index:1000;animation:_slideInUp_107es_1 .3s ease-out}@keyframes _slideInUp_107es_1{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}._container_1u9du_1{max-width:800px;margin:0;padding:0}._header_1u9du_13{margin-bottom:2rem}._title_1u9du_21{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}._description_1u9du_35{color:#6b7280;font-size:1rem;line-height:1.5}._loading_1u9du_47{text-align:center;padding:2rem;color:#6b7280}._error_1u9du_59{color:#dc2626;text-align:center;padding:1rem}._errorMessage_1u9du_71{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem}._successMessage_1u9du_89{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem}._retryButton_1u9du_107{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;margin-top:1rem}._retryButton_1u9du_107:hover{background:#2563eb}._sections_1u9du_139{display:flex;flex-direction:column;gap:2rem}._section_1u9du_139{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}._sectionTitle_1u9du_165{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}._permissions_1u9du_185{display:flex;flex-direction:column;gap:1rem}._permissionItem_1u9du_197{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease}._permissionItem_1u9du_197:hover{background:#f9fafb}._checkbox_1u9du_225{width:1.25rem;height:1.25rem;border-radius:.25rem;border:1px solid #d1d5db;margin-top:.125rem;cursor:pointer;flex-shrink:0}._checkbox_1u9du_225:checked{background:#3b82f6;border-color:#3b82f6}._permissionInfo_1u9du_255{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}._permissionName_1u9du_271{font-weight:500;color:#1f2937;font-size:.875rem}._permissionDescription_1u9du_283{font-size:.75rem;color:#6b7280;line-height:1.4}._actions_1u9du_295{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:right}._saveButton_1u9du_309{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .15s ease}._saveButton_1u9du_309:hover:not(:disabled){background:#2563eb}._saveButton_1u9du_309:disabled{background:#9ca3af;cursor:not-allowed}@media (max-width: 640px){._container_1u9du_1,._section_1u9du_139{padding:1rem}._permissionItem_1u9du_197{padding:.5rem}._actions_1u9du_295{text-align:center}._saveButton_1u9du_309{width:100%}}._container_7od8v_3{width:100%;min-height:100vh}._hero_7od8v_15{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;position:relative;overflow:hidden}._hero_7od8v_15:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}._heroContent_7od8v_53{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}._heroText_7od8v_75{display:flex;flex-direction:column;gap:1.5rem}._badge_7od8v_87{display:inline-flex;align-items:center;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;width:fit-content}._heroTitle_7od8v_113{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroDescription_7od8v_135{font-size:1.25rem;line-height:1.6;opacity:.9;margin:0}._heroActions_7od8v_149{display:flex;gap:1rem;margin-top:1rem}._ctaPrimary_7od8v_161{background:#fff;color:#667eea;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3}._ctaPrimary_7od8v_161:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}._ctaSecondary_7od8v_197{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._ctaSecondary_7od8v_197:hover{background:#ffffff1a;border-color:#ffffff80}._trustSignals_7od8v_231{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}._trustText_7od8v_245{font-size:.875rem;opacity:.8}._trustBadges_7od8v_255{display:flex;gap:1.5rem;flex-wrap:wrap}._trustBadge_7od8v_255{font-size:.875rem;opacity:.9}._heroImage_7od8v_279{display:flex;justify-content:center;align-items:center}._dashboardPreview_7od8v_291{position:relative;width:500px;height:auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d;transform:perspective(1000px) rotateY(-10deg) rotateX(5deg);transition:transform .3s ease}._dashboardPreview_7od8v_291:hover{transform:perspective(1000px) rotateY(-5deg) rotateX(2deg)}._dashboardScreenshot_7od8v_321{width:200%;height:auto;display:block;border-radius:20px}._whySection_7od8v_337{padding:10rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}._whySection_7od8v_337:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(99,102,241,.03) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(139,92,246,.02) 0%,transparent 50%);pointer-events:none}._whyContent_7od8v_375{max-width:800px;margin:0 auto;position:relative;z-index:1}._whyText_7od8v_389{text-align:center;position:relative}._whyTitle_7od8v_399{font-size:3.5rem;font-weight:900;color:#0f172a;line-height:1.15;letter-spacing:-.03em;margin-bottom:4rem;font-optical-sizing:auto;position:relative}._whyTitle_7od8v_399:after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:2px}._whyParagraphs_7od8v_445{display:flex;flex-direction:column;gap:2.5rem}._whyParagraph_7od8v_445{font-size:1.25rem;line-height:1.8;color:#475569;margin:0;font-weight:400;letter-spacing:-.005em;opacity:.9}._whyFinal_7od8v_477{font-size:1.375rem;line-height:1.7;color:#1e293b;margin:0;font-weight:600;letter-spacing:-.01em;position:relative;padding:2rem 0}._whyFinal_7od8v_477:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:1px;background:linear-gradient(135deg,#6366f1,#8b5cf6)}@media (max-width: 768px){._whySection_7od8v_337{padding:6rem 1.5rem}._whyTitle_7od8v_399{font-size:2.5rem;margin-bottom:3rem}._whyParagraph_7od8v_445{font-size:1.125rem}._whyFinal_7od8v_477{font-size:1.25rem}._whyParagraphs_7od8v_445{gap:2rem}}._portalSection_7od8v_571{padding:10rem 2rem;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;overflow:hidden}._portalSection_7od8v_571:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(59,130,246,.04) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(16,185,129,.03) 0%,transparent 50%);pointer-events:none}._portalContent_7od8v_611{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;position:relative;z-index:1;grid-template-areas:"image text"}._portalText_7od8v_635{display:flex;flex-direction:column;gap:2rem;grid-area:text}._portalTitle_7od8v_649{font-size:3rem;font-weight:800;color:#0f172a;line-height:1.2;letter-spacing:-.02em;margin:0}._portalDescription_7od8v_667{font-size:1.25rem;line-height:1.7;color:#475569;margin:0;font-weight:400}._portalFeatures_7od8v_683{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}._portalFeature_7od8v_683{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#1e293b;font-weight:500}._featureIcon_7od8v_715{font-size:1.5rem;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid #e0f2fe;flex-shrink:0}._portalImageContainer_7od8v_741{display:flex;justify-content:center;align-items:center;position:relative;grid-area:image}._portalPreview_7od8v_757{position:relative;width:120%;max-width:none;height:650px;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff0d;transform:perspective(1000px) rotateY(15deg) rotateX(-5deg);transition:transform .4s cubic-bezier(.4,0,.2,1)}._portalPreview_7od8v_757:hover{transform:perspective(1000px) rotateY(8deg) rotateX(-2deg)}._portalScreenshot_7od8v_793{width:100%;height:100%;display:block;border-radius:20px;object-fit:cover;object-position:left center}._portalPreview_7od8v_757:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.1) 0%,transparent 50%,rgba(16,185,129,.05) 100%);pointer-events:none;border-radius:20px;opacity:0;transition:opacity .3s ease}._portalPreview_7od8v_757:hover:after{opacity:1}@media (max-width: 1024px){._portalContent_7od8v_611{grid-template-columns:1fr;grid-template-areas:"text" "image";gap:4rem;text-align:center}._portalPreview_7od8v_757{width:100%;max-width:600px;height:auto;transform:perspective(1000px) rotateY(0) rotateX(0)}._portalPreview_7od8v_757:hover{transform:perspective(1000px) rotateY(0) rotateX(0) scale(1.02)}._portalImageContainer_7od8v_741{justify-self:center}._portalFeatures_7od8v_683{align-items:center}}@media (max-width: 768px){._portalSection_7od8v_571{padding:6rem 1.5rem}._portalTitle_7od8v_649{font-size:2.5rem}._portalDescription_7od8v_667{font-size:1.125rem}._portalContent_7od8v_611{gap:3rem}._portalPreview_7od8v_757{width:100%;max-width:400px;height:300px;transform:none;box-shadow:0 15px 40px #0003}._portalPreview_7od8v_757:hover{transform:scale(1.02)}._portalScreenshot_7od8v_793{object-fit:cover;object-position:left top}._portalFeatures_7od8v_683{gap:1rem}._portalFeature_7od8v_683{font-size:.9rem}._featureIcon_7od8v_715{font-size:1.25rem;width:2rem;height:2rem}}._benefits_7od8v_1005{padding:10rem 2rem;background:linear-gradient(135deg,#fafbfc,#f1f5f9);position:relative;overflow:hidden}._benefits_7od8v_1005:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 25%,rgba(34,197,94,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(99,102,241,.03) 0%,transparent 50%);pointer-events:none}._benefitsContent_7od8v_1045{max-width:1200px;margin:0 auto;position:relative;z-index:1}._benefitsTitle_7od8v_1059{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._benefitsTitle_7od8v_1059:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#22c55e,#16a34a);margin:2rem auto 4rem;border-radius:2px}._benefitsGrid_7od8v_1099{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:4rem}._benefitCard_7od8v_1113{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem 2.5rem;border-radius:24px;text-align:left;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._benefitCard_7od8v_1113:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#22c55e,#16a34a);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}._benefitCard_7od8v_1113:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;background:#fffffff2}._benefitCard_7od8v_1113:hover:before{transform:scaleX(1)}._benefitIcon_7od8v_1185{font-size:3.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:20px;border:2px solid #86efac;transition:all .3s ease}._benefitCard_7od8v_1113:hover ._benefitIcon_7od8v_1185{transform:scale(1.1);box-shadow:0 8px 25px #22c55e33}._benefitTitle_7od8v_1223{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b;line-height:1.3;letter-spacing:-.01em}._benefitDescription_7od8v_1241{color:#475569;line-height:1.7;font-size:1rem;margin:0}@media (max-width: 768px){._benefits_7od8v_1005{padding:6rem 1.5rem}._benefitsTitle_7od8v_1059{font-size:2.5rem}._benefitsGrid_7od8v_1099{grid-template-columns:1fr;gap:2rem;margin-top:3rem}._benefitCard_7od8v_1113{padding:2.5rem 2rem;text-align:center}._benefitIcon_7od8v_1185{margin:0 auto 1.5rem}}._demo_7od8v_1309{padding:6rem 2rem;background:linear-gradient(135deg,#1e293b,#334155);color:#fff}._demoContent_7od8v_1321{max-width:800px;margin:0 auto;text-align:center}._demoTitle_7od8v_1333{font-size:2.5rem;font-weight:700;margin-bottom:1rem}._demoDescription_7od8v_1345{font-size:1.125rem;opacity:.9;margin-bottom:3rem;line-height:1.6}._demoVideo_7od8v_1359{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d}._demoPlaceholder_7od8v_1373{background:linear-gradient(135deg,#374151,#4b5563);aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;cursor:pointer;transition:transform .3s ease}._demoPlaceholder_7od8v_1373:hover{transform:scale(1.02)}._playButton_7od8v_1405{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}._demoText_7od8v_1431{font-size:1.125rem;font-weight:500}._pricing_7od8v_1443{padding:6rem 2rem;background:#f8fafc}._pricingContent_7od8v_1453{max-width:600px;margin:0 auto;text-align:center}._pricingTitle_7od8v_1465{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b}._pricingDescription_7od8v_1479{font-size:1.125rem;color:#64748b;margin-bottom:3rem;line-height:1.6}._pricingCard_7od8v_1493{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 8px 30px #0000001f;border:1px solid #e2e8f0}._pricingHeader_7od8v_1509{margin-bottom:2rem}._planName_7od8v_1517{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1e293b}._priceContainer_7od8v_1531{display:flex;align-items:baseline;justify-content:center;gap:.5rem}._price_7od8v_1531{font-size:3rem;font-weight:800;color:#667eea}._period_7od8v_1557{font-size:1rem;color:#64748b}._features_7od8v_1567{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.75rem}._features_7od8v_1567 li{padding-left:1.5rem;position:relative}._features_7od8v_1567 li:before{content:"✅";position:absolute;left:0}._pricingCta_7od8v_1607{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 3rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}._pricingCta_7od8v_1607:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea4d}._faq_7od8v_1645{padding:6rem 2rem;background:#fff}._faqContent_7od8v_1655{max-width:1000px;margin:0 auto}._faqTitle_7od8v_1665{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1e293b}._faqGrid_7od8v_1681{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem}._faqItem_7od8v_1693{padding:2rem;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0}._faqQuestion_7od8v_1707{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#1e293b}._faqAnswer_7od8v_1721{color:#64748b;line-height:1.6;margin:0}._finalCta_7od8v_1735{padding:6rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}._finalCtaContent_7od8v_1749{max-width:600px;margin:0 auto}._finalCtaTitle_7od8v_1759{font-size:2.5rem;font-weight:700;margin-bottom:1rem}._finalCtaDescription_7od8v_1771{font-size:1.125rem;opacity:.9;margin-bottom:2rem;line-height:1.6}._finalCtaButton_7od8v_1785{background:#fff;color:#667eea;border:none;padding:1.25rem 3rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3}._finalCtaButton_7od8v_1785:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}@media (max-width: 1024px){._heroContent_7od8v_53{grid-template-columns:1fr;gap:3rem;text-align:center}._heroTitle_7od8v_113{font-size:3rem}._dashboardPreview_7od8v_291{width:100%;max-width:500px;transform:none;margin:0 auto}._dashboardPreview_7od8v_291:hover{transform:scale(1.02)}._dashboardScreenshot_7od8v_321{width:100%}._benefitsGrid_7od8v_1099{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}._faqGrid_7od8v_1681{grid-template-columns:1fr}}@media (max-width: 768px){._hero_7od8v_15{padding:4rem 1.5rem 3rem}._heroContent_7od8v_53{gap:2.5rem}._heroTitle_7od8v_113{font-size:2.5rem;line-height:1.15}._heroDescription_7od8v_135{font-size:1.125rem;line-height:1.6}._heroActions_7od8v_149{flex-direction:column;gap:1rem;margin-top:1.5rem}._ctaPrimary_7od8v_161,._ctaSecondary_7od8v_197{width:100%;text-align:center;padding:1rem 1.5rem}._trustBadges_7od8v_255{flex-direction:column;gap:.75rem;align-items:center}._dashboardPreview_7od8v_291{width:100%;max-width:400px;transform:none;box-shadow:0 15px 40px #0003}._dashboardScreenshot_7od8v_321{width:100%}._faqGrid_7od8v_1681{grid-template-columns:1fr;gap:1.5rem}._faqItem_7od8v_1693{padding:1.5rem}._benefits_7od8v_1005,._demo_7od8v_1309,._finalCta_7od8v_1735{padding:4rem 1.5rem}._benefitsTitle_7od8v_1059,._demoTitle_7od8v_1333,._finalCtaTitle_7od8v_1759{font-size:2rem}._benefitsGrid_7od8v_1099{grid-template-columns:1fr;gap:1.5rem}._pricingCard_7od8v_1493{padding:2rem}}@media (max-width: 480px){._hero_7od8v_15{padding:3rem 1rem 2rem}._heroTitle_7od8v_113{font-size:2rem;line-height:1.2}._heroDescription_7od8v_135{font-size:1rem;line-height:1.5}._ctaPrimary_7od8v_161,._ctaSecondary_7od8v_197{padding:.875rem 1.5rem;font-size:.875rem}._trustBadges_7od8v_255{font-size:.875rem}._dashboardPreview_7od8v_291{max-width:100%}._whySection_7od8v_337,._portalSection_7od8v_571,._benefits_7od8v_1005,._demo_7od8v_1309,._finalCta_7od8v_1735{padding:3rem 1rem}._whyTitle_7od8v_399,._portalTitle_7od8v_649,._benefitsTitle_7od8v_1059,._demoTitle_7od8v_1333,._finalCtaTitle_7od8v_1759{font-size:1.75rem}._portalPreview_7od8v_757{max-width:320px;height:240px}._portalDescription_7od8v_667{font-size:.95rem}._portalFeature_7od8v_683{font-size:.85rem;gap:.75rem}._featureIcon_7od8v_715{font-size:1rem;width:1.75rem;height:1.75rem}._whyParagraph_7od8v_445{font-size:1rem}._whyFinal_7od8v_477{font-size:1.125rem}._portalDescription_7od8v_667{font-size:1rem}._benefitCard_7od8v_1113{padding:1.5rem;text-align:center}._benefitIcon_7od8v_1185{width:60px;height:60px;font-size:2.5rem;margin:0 auto 1rem}._benefitTitle_7od8v_1223{font-size:1.25rem}._pricingCard_7od8v_1493{padding:1.5rem}._price_7od8v_1531{font-size:2.5rem}._faqItem_7od8v_1693{padding:1rem}._faqQuestion_7od8v_1707{font-size:1rem}._faqAnswer_7od8v_1721{font-size:.9rem}}._container_qlacv_3{width:100%;min-height:100vh}._hero_qlacv_15{background:linear-gradient(135deg,#1e40af,#3730a3);color:#fff;padding:6rem 2rem 4rem;position:relative;overflow:hidden}._hero_qlacv_15:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}._heroContent_qlacv_53{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}._heroText_qlacv_75{display:flex;flex-direction:column;gap:1.5rem}._badge_qlacv_87{display:inline-flex;align-items:center;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;width:fit-content}._heroTitle_qlacv_113{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0;background:linear-gradient(135deg,#fff,#ddd6fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroDescription_qlacv_135{font-size:1.25rem;line-height:1.6;opacity:.9;margin:0}._heroActions_qlacv_149{display:flex;gap:1rem;margin-top:1rem}._ctaPrimary_qlacv_161{background:#fff;color:#1e40af;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3}._ctaPrimary_qlacv_161:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}._ctaSecondary_qlacv_197{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._ctaSecondary_qlacv_197:hover{background:#ffffff1a;border-color:#ffffff80}._trustSignals_qlacv_231{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}._trustText_qlacv_245{font-size:.875rem;opacity:.8}._trustBadges_qlacv_255{display:flex;gap:1.5rem;flex-wrap:wrap}._trustBadge_qlacv_255{font-size:.875rem;opacity:.9}._heroImage_qlacv_279{display:flex;justify-content:center;align-items:center}._dashboardPreview_qlacv_291{position:relative;width:500px;height:auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d;transform:perspective(1000px) rotateY(-10deg) rotateX(5deg);transition:transform .3s ease}._dashboardPreview_qlacv_291:hover{transform:perspective(1000px) rotateY(-5deg) rotateX(2deg)}._dashboardScreenshot_qlacv_321{width:200%;height:auto;display:block;border-radius:20px}._whySection_qlacv_337{padding:10rem 2rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);position:relative}._whySection_qlacv_337:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(30,64,175,.03) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(55,48,163,.02) 0%,transparent 50%);pointer-events:none}._whyContent_qlacv_375{max-width:800px;margin:0 auto;position:relative;z-index:1}._whyText_qlacv_389{text-align:center;position:relative}._whyTitle_qlacv_399{font-size:3.5rem;font-weight:900;color:#0f172a;line-height:1.15;letter-spacing:-.03em;margin-bottom:4rem;font-optical-sizing:auto;position:relative}._whyTitle_qlacv_399:after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#1e40af,#3730a3);border-radius:2px}._whyParagraphs_qlacv_445{display:flex;flex-direction:column;gap:2.5rem}._whyParagraph_qlacv_445{font-size:1.25rem;line-height:1.8;color:#475569;margin:0;font-weight:400;letter-spacing:-.005em;opacity:.9}._whyFinal_qlacv_477{font-size:1.375rem;line-height:1.7;color:#1e293b;margin:0;font-weight:600;letter-spacing:-.01em;position:relative;padding:2rem 0}._whyFinal_qlacv_477:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:1px;background:linear-gradient(135deg,#1e40af,#3730a3)}._collaborationSection_qlacv_523{padding:10rem 2rem;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;overflow:hidden}._collaborationSection_qlacv_523:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(34,197,94,.04) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(30,64,175,.03) 0%,transparent 50%);pointer-events:none}._collaborationContent_qlacv_563{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;position:relative;z-index:1;grid-template-areas:"image text"}._collaborationText_qlacv_587{display:flex;flex-direction:column;gap:2rem;grid-area:text}._collaborationTitle_qlacv_601{font-size:3rem;font-weight:800;color:#0f172a;line-height:1.2;letter-spacing:-.02em;margin:0}._collaborationDescription_qlacv_619{font-size:1.25rem;line-height:1.7;color:#475569;margin:0;font-weight:400}._collaborationFeatures_qlacv_635{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}._collaborationFeature_qlacv_635{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#1e293b;font-weight:500}@media (max-width: 1024px){._collaborationFeature_qlacv_635{justify-content:center}}._featureIcon_qlacv_681{font-size:1.5rem;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid #7dd3fc;flex-shrink:0}._collaborationImageContainer_qlacv_707{display:flex;justify-content:center;align-items:center;position:relative;grid-area:image}._collaborationPreview_qlacv_723{position:relative;width:120%;max-width:none;height:650px;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff0d;transform:perspective(1000px) rotateY(15deg) rotateX(-5deg);transition:transform .4s cubic-bezier(.4,0,.2,1)}._collaborationPreview_qlacv_723:hover{transform:perspective(1000px) rotateY(8deg) rotateX(-2deg)}._collaborationScreenshot_qlacv_759{width:100%;height:100%;display:block;border-radius:20px;object-fit:cover;object-position:left center}._collaborationPreview_qlacv_723:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(30,64,175,.1) 0%,transparent 50%,rgba(34,197,94,.05) 100%);pointer-events:none;border-radius:20px;opacity:0;transition:opacity .3s ease}._collaborationPreview_qlacv_723:hover:after{opacity:1}._benefits_qlacv_815{padding:10rem 2rem;background:linear-gradient(135deg,#fafbfc,#f1f5f9);position:relative;overflow:hidden}._benefits_qlacv_815:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 25%,rgba(30,64,175,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(55,48,163,.03) 0%,transparent 50%);pointer-events:none}._benefitsContent_qlacv_855{max-width:1200px;margin:0 auto;position:relative;z-index:1}._benefitsTitle_qlacv_869{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._benefitsTitle_qlacv_869:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#1e40af,#3730a3);margin:2rem auto 4rem;border-radius:2px}._benefitsGrid_qlacv_909{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:4rem}._benefitCard_qlacv_923{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem 2.5rem;border-radius:24px;text-align:left;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._benefitCard_qlacv_923:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#1e40af,#3730a3);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}._benefitCard_qlacv_923:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;background:#fffffff2}._benefitCard_qlacv_923:hover:before{transform:scaleX(1)}._benefitIcon_qlacv_995{font-size:3.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:20px;border:2px solid #60a5fa;transition:all .3s ease}._benefitCard_qlacv_923:hover ._benefitIcon_qlacv_995{transform:scale(1.1);box-shadow:0 8px 25px #1e40af33}._benefitTitle_qlacv_1033{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b;line-height:1.3;letter-spacing:-.01em}._benefitDescription_qlacv_1051{color:#475569;line-height:1.7;font-size:1rem;margin:0}._faq_qlacv_1067{padding:6rem 2rem;background:#fff}._faqContent_qlacv_1077{max-width:1000px;margin:0 auto}._faqTitle_qlacv_1087{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1e293b}._faqGrid_qlacv_1103{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem}._faqItem_qlacv_1115{padding:2rem;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0}._faqQuestion_qlacv_1129{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#1e293b}._faqAnswer_qlacv_1143{color:#64748b;line-height:1.6;margin:0}._finalCta_qlacv_1157{padding:6rem 2rem;background:linear-gradient(135deg,#1e40af,#3730a3);color:#fff;text-align:center}._finalCtaContent_qlacv_1171{max-width:600px;margin:0 auto}._finalCtaTitle_qlacv_1181{font-size:2.5rem;font-weight:700;margin-bottom:1rem}._finalCtaDescription_qlacv_1193{font-size:1.125rem;opacity:.9;margin-bottom:2rem;line-height:1.6}._finalCtaButton_qlacv_1207{background:#fff;color:#1e40af;border:none;padding:1.25rem 3rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3}._finalCtaButton_qlacv_1207:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}@media (max-width: 768px){._whySection_qlacv_337,._collaborationSection_qlacv_523,._benefits_qlacv_815{padding:6rem 1.5rem}._whyTitle_qlacv_399{font-size:2.5rem;margin-bottom:3rem}._whyParagraph_qlacv_445{font-size:1.125rem}._whyFinal_qlacv_477{font-size:1.25rem}._whyParagraphs_qlacv_445{gap:2rem}._collaborationTitle_qlacv_601{font-size:2.5rem}._collaborationDescription_qlacv_619{font-size:1.125rem}._benefitsTitle_qlacv_869{font-size:2.5rem}._benefitsGrid_qlacv_909{grid-template-columns:1fr;gap:2rem;margin-top:3rem}._benefitCard_qlacv_923{padding:2.5rem 2rem;text-align:center}._benefitIcon_qlacv_995{margin:0 auto 1.5rem}}@media (max-width: 1024px){._collaborationContent_qlacv_563{grid-template-columns:1fr;grid-template-areas:"text" "image";gap:4rem;text-align:center}._collaborationPreview_qlacv_723{transform:perspective(1000px) rotateY(0) rotateX(0)}._collaborationPreview_qlacv_723:hover{transform:perspective(1000px) rotateY(0) rotateX(0) scale(1.02)}}@media (max-width: 1024px){._heroContent_qlacv_53{grid-template-columns:1fr;gap:3rem;text-align:center}._heroTitle_qlacv_113{font-size:3rem}._dashboardPreview_qlacv_291{width:100%;max-width:500px;transform:none;margin:0 auto}._dashboardPreview_qlacv_291:hover{transform:scale(1.02)}._dashboardScreenshot_qlacv_321{width:100%}._collaborationFeatures_qlacv_635{align-items:center}._faqGrid_qlacv_1103{grid-template-columns:1fr}}@media (max-width: 768px){._hero_qlacv_15{padding:4rem 1.5rem 3rem}._heroContent_qlacv_53{gap:2.5rem}._heroTitle_qlacv_113{font-size:2.5rem;line-height:1.15}._heroDescription_qlacv_135{font-size:1.125rem;line-height:1.6}._heroActions_qlacv_149{flex-direction:column;gap:1rem;margin-top:1.5rem}._ctaPrimary_qlacv_161,._ctaSecondary_qlacv_197{width:100%;text-align:center;padding:1rem 1.5rem}._trustBadges_qlacv_255{flex-direction:column;gap:.75rem;align-items:center}._dashboardPreview_qlacv_291{width:100%;max-width:400px;transform:none;box-shadow:0 15px 40px #0003}._dashboardScreenshot_qlacv_321{width:100%}._collaborationContent_qlacv_563{gap:3rem}._collaborationPreview_qlacv_723{width:100%;max-width:400px;height:300px;transform:none;box-shadow:0 15px 40px #0003}._collaborationPreview_qlacv_723:hover{transform:scale(1.02)}._collaborationScreenshot_qlacv_759{object-fit:cover;object-position:left top}._collaborationFeatures_qlacv_635{gap:1rem}._collaborationFeature_qlacv_635{font-size:.9rem}._featureIcon_qlacv_681{font-size:1.25rem;width:2rem;height:2rem}._faq_qlacv_1067,._finalCta_qlacv_1157{padding:4rem 1.5rem}._faqTitle_qlacv_1087,._finalCtaTitle_qlacv_1181{font-size:2rem}._faqGrid_qlacv_1103{gap:1.5rem}._faqItem_qlacv_1115{padding:1.5rem}}@media (max-width: 480px){._hero_qlacv_15{padding:3rem 1rem 2rem}._heroTitle_qlacv_113{font-size:2rem;line-height:1.2}._heroDescription_qlacv_135{font-size:1rem;line-height:1.5}._ctaPrimary_qlacv_161,._ctaSecondary_qlacv_197{padding:.875rem 1.5rem;font-size:.875rem}._trustBadges_qlacv_255{font-size:.875rem}._dashboardPreview_qlacv_291{max-width:320px}._whySection_qlacv_337,._collaborationSection_qlacv_523,._benefits_qlacv_815,._faq_qlacv_1067,._finalCta_qlacv_1157{padding:3rem 1rem}._whyTitle_qlacv_399,._collaborationTitle_qlacv_601,._benefitsTitle_qlacv_869,._faqTitle_qlacv_1087,._finalCtaTitle_qlacv_1181{font-size:1.75rem}._whyParagraph_qlacv_445{font-size:1rem}._whyFinal_qlacv_477{font-size:1.125rem}._collaborationDescription_qlacv_619{font-size:1rem}._collaborationPreview_qlacv_723{max-width:320px;height:240px}._collaborationFeature_qlacv_635{font-size:.85rem;gap:.75rem}._featureIcon_qlacv_681{font-size:1rem;width:1.75rem;height:1.75rem}._benefitCard_qlacv_923{padding:1.5rem;text-align:center}._benefitIcon_qlacv_995{width:60px;height:60px;font-size:2.5rem;margin:0 auto 1rem}._benefitTitle_qlacv_1033{font-size:1.25rem}._faqItem_qlacv_1115{padding:1rem}._faqQuestion_qlacv_1129{font-size:1rem}._faqAnswer_qlacv_1143{font-size:.9rem}}._container_1ofmk_3{width:100%;min-height:100vh}._hero_1ofmk_15{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;position:relative;overflow:hidden}._hero_1ofmk_15:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}._heroContent_1ofmk_53{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}._heroText_1ofmk_75{display:flex;flex-direction:column;gap:1.5rem}._heroTitle_1ofmk_87{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroDescription_1ofmk_109{font-size:1.25rem;line-height:1.6;opacity:.9;margin:0}._heroActions_1ofmk_123{display:flex;gap:1rem;margin-top:1rem}._ctaPrimary_1ofmk_135{background:#fff;color:#667eea;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3}._ctaPrimary_1ofmk_135:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}._ctaSecondary_1ofmk_171{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._ctaSecondary_1ofmk_171:hover{background:#ffffff1a;border-color:#ffffff80}._heroImage_1ofmk_205{display:flex;justify-content:center;align-items:center}._dashboardPreview_1ofmk_217{position:relative;width:500px;height:auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d;transform:perspective(1000px) rotateY(-10deg) rotateX(5deg);transition:transform .3s ease}._dashboardPreview_1ofmk_217:hover{transform:perspective(1000px) rotateY(-5deg) rotateX(2deg)}._dashboardScreenshot_1ofmk_247{width:200%;height:auto;display:block;border-radius:20px}._whySection_1ofmk_263{padding:10rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}._whySection_1ofmk_263:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(99,102,241,.03) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(139,92,246,.02) 0%,transparent 50%);pointer-events:none}._whyContent_1ofmk_301{max-width:800px;margin:0 auto;position:relative;z-index:1}._whyText_1ofmk_315{background:linear-gradient(135deg,#fff,#f0f9ff);border:2px solid #bfdbfe;border-radius:24px;padding:3rem;text-align:center;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #3b82f61a}._whyText_1ofmk_315:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#60a5fa 15%,#3b82f6 50%,#60a5fa 85%,transparent 100%);border-radius:24px 24px 0 0;opacity:.8;transition:all .3s ease}._whyText_1ofmk_315:after{content:"";position:absolute;top:4px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.3) 15%,rgba(59,130,246,.6) 50%,rgba(59,130,246,.3) 85%,transparent 100%);border-radius:24px 24px 0 0;opacity:0;transition:all .3s ease}._whyText_1ofmk_315:hover{transform:translateY(-5px);box-shadow:0 15px 40px #3b82f626;border-color:#60a5fa}._whyText_1ofmk_315:hover:before{opacity:1;height:5px;background:linear-gradient(90deg,transparent 0%,#60a5fa 15%,#3b82f6 50%,#60a5fa 85%,transparent 100%)}._whyText_1ofmk_315:hover:after{opacity:1;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.3) 15%,rgba(59,130,246,.6) 50%,rgba(59,130,246,.3) 85%,transparent 100%)}._whyTitle_1ofmk_425{font-size:3rem;font-weight:800;color:#1e40af;line-height:1.15;letter-spacing:-.03em;margin-bottom:2rem;position:relative;transition:color .3s ease}._whyText_1ofmk_315:hover ._whyTitle_1ofmk_425{color:#1d4ed8}._whyParagraphs_1ofmk_455{display:flex;flex-direction:column;gap:1.5rem}._whyParagraph_1ofmk_455{font-size:1.125rem;line-height:1.7;color:#1e40af;margin:0;font-weight:400;opacity:.9}._whyFinal_1ofmk_485{font-size:1.25rem;line-height:1.6;color:#1e3a8a;margin:1.5rem 0 0;font-weight:600;font-style:italic}._comparisonSection_1ofmk_505{padding:10rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}._comparisonSection_1ofmk_505:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(220,38,38,.03) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(185,28,28,.02) 0%,transparent 50%);pointer-events:none}._comparisonContent_1ofmk_543{max-width:1200px;margin:0 auto;position:relative;z-index:1}._comparisonTitle_1ofmk_557{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._comparisonTitle_1ofmk_557:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#dc2626,#b91c1c);margin:2rem auto 4rem;border-radius:2px}._comparisonTable_1ofmk_597{background:#fff;border:2px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001f;position:relative;transition:all .3s ease}._tableHeader_1ofmk_617{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;border-bottom:none;position:relative;z-index:1}._tableRow_1ofmk_639{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid #e2e8f0;transition:all .2s ease}._tableRow_1ofmk_639:last-child{border-bottom:none}._tableRow_1ofmk_639:nth-child(2n){background:#f8fafc}._tableRow_1ofmk_639:hover{background:#6366f114;transform:translate(3px)}._tableCell_1ofmk_679{padding:1.25rem .75rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:.95rem;font-weight:500;transition:all .2s ease}._tableHeader_1ofmk_617 ._tableCell_1ofmk_679{padding:1rem .75rem;font-weight:600;font-size:.9rem}._winnerCell_1ofmk_713{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;border-radius:10px;margin:.25rem;position:relative;overflow:hidden;box-shadow:0 4px 15px #10b9814d}._winnerCell_1ofmk_713:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border-radius:0}._problemsSection_1ofmk_759{padding:10rem 2rem;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;overflow:hidden}._problemsSection_1ofmk_759:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(220,38,38,.04) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(185,28,28,.03) 0%,transparent 50%);pointer-events:none}._problemsContent_1ofmk_799{max-width:1200px;margin:0 auto;position:relative;z-index:1}._problemsTitle_1ofmk_813{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._problemsTitle_1ofmk_813:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#dc2626,#b91c1c);margin:2rem auto 4rem;border-radius:2px}._problemGrid_1ofmk_853{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:4rem}._problemCard_1ofmk_867{background:linear-gradient(135deg,#fff,#fef2f2);border:2px solid #fecaca;border-radius:24px;padding:2.5rem;text-align:center;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #ef44441a;display:flex;flex-direction:column}._problemCard_1ofmk_867:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#f87171 15%,#ef4444 50%,#f87171 85%,transparent 100%);border-radius:24px 24px 0 0;opacity:.8;transition:all .3s ease}._problemCard_1ofmk_867:after{content:"";position:absolute;top:4px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(239,68,68,.3) 15%,rgba(239,68,68,.6) 50%,rgba(239,68,68,.3) 85%,transparent 100%);border-radius:24px 24px 0 0;opacity:0;transition:all .3s ease}._problemCard_1ofmk_867:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ef444426;border-color:#f87171}._problemCard_1ofmk_867:hover:before{opacity:1;height:5px;background:linear-gradient(90deg,transparent 0%,#f87171 15%,#ef4444 50%,#f87171 85%,transparent 100%)}._problemCard_1ofmk_867:hover:after{opacity:1;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(239,68,68,.3) 15%,rgba(239,68,68,.6) 50%,rgba(239,68,68,.3) 85%,transparent 100%)}._problemTitle_1ofmk_981{font-size:1.75rem;font-weight:800;margin-bottom:1rem;color:#991b1b;position:relative;transition:color .3s ease;line-height:1.3}._problemCard_1ofmk_867:hover ._problemTitle_1ofmk_981{color:#7f1d1d}._problemDescription_1ofmk_1009{color:#7f1d1d;line-height:1.7;margin-bottom:2rem;font-size:1.05rem;opacity:.9;text-align:left}._problemFeatures_1ofmk_1027{list-style:none;padding:0;margin:0;text-align:left}._problemFeatures_1ofmk_1027 li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#7f1d1d;font-size:.9rem}._problemFeatures_1ofmk_1027 li:before{content:"✗";color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;box-shadow:0 2px 4px #ef444433;transition:all .3s ease}._problemCard_1ofmk_867:hover ._problemFeatures_1ofmk_1027 li:before{transform:scale(1.1);box-shadow:0 4px 8px #ef44444d}._costComparison_1ofmk_1103{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;margin:1.5rem 0;border:1px solid rgba(239,68,68,.2)}._comparisonRow_1ofmk_1121{text-align:center;margin-bottom:1rem}._comparisonLabel_1ofmk_1131{font-size:1rem;font-weight:600;color:#7f1d1d;opacity:.8}._comparisonItems_1ofmk_1145{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}._comparisonItem_1ofmk_1145{flex:1;text-align:center;padding:1rem;border-radius:16px;transition:all .3s ease}._comparisonItem_1ofmk_1145:first-child{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca}._comparisonItem_1ofmk_1145:last-child{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0}._comparisonHeader_1ofmk_1197{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}._comparisonIcon_1ofmk_1213{font-size:1.25rem}._comparisonBrand_1ofmk_1221{font-weight:700;font-size:1.1rem}._comparisonItem_1ofmk_1145:first-child ._comparisonBrand_1ofmk_1221{color:#991b1b}._comparisonItem_1ofmk_1145:last-child ._comparisonBrand_1ofmk_1221{color:#166534}._comparisonPrice_1ofmk_1247{font-size:2rem;font-weight:900;margin-bottom:.25rem}._comparisonItem_1ofmk_1145:first-child ._comparisonPrice_1ofmk_1247{color:#dc2626}._comparisonItem_1ofmk_1145:last-child ._comparisonPrice_1ofmk_1247{color:#16a34a}._comparisonDetails_1ofmk_1275{font-size:.875rem;opacity:.7;font-weight:500}._comparisonVs_1ofmk_1287{font-size:1.5rem;font-weight:800;color:#7f1d1d;padding:0 .5rem;flex-shrink:0}._comparisonWinner_1ofmk_1303{text-align:center;padding-top:1rem;border-top:1px solid rgba(239,68,68,.2)}._winnerBadge_1ofmk_1315{display:inline-block;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;padding:.5rem 1rem;border-radius:50px;font-weight:700;font-size:.875rem;box-shadow:0 4px 12px #22c55e4d}._problemsIntro_1ofmk_1339{text-align:center;margin-bottom:4rem}._problemsSubtitle_1ofmk_1349{font-size:1.25rem;color:#7f1d1d;margin-top:1rem;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto}._statsGrid_1ofmk_1369{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}._statCard_1ofmk_1383{background:linear-gradient(135deg,#fff,#fef2f2);border:2px solid #fecaca;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}._statCard_1ofmk_1383:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ef4444,#dc2626);opacity:.8}._statCard_1ofmk_1383:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ef444426;border-color:#f87171}._statNumber_1ofmk_1439{font-size:3rem;font-weight:900;color:#dc2626;line-height:1;margin-bottom:.5rem}._statLabel_1ofmk_1455{font-size:1.1rem;font-weight:700;color:#991b1b;margin-bottom:.5rem}._statDescription_1ofmk_1469{font-size:.9rem;color:#7f1d1d;opacity:.8}._costComparisonLarge_1ofmk_1481{background:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px;padding:3rem;margin:3rem 0;border:2px solid rgba(239,68,68,.2);position:relative}._problemsSummary_1ofmk_1503{margin-top:4rem}._summaryGrid_1ofmk_1511{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}._summaryItem_1ofmk_1523{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(239,68,68,.1);transition:all .3s ease}._summaryItem_1ofmk_1523:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ef44441a;border-color:#ef444433}._summaryItem_1ofmk_1523 h4{font-size:1.25rem;font-weight:700;color:#991b1b;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}._summaryItem_1ofmk_1523 p{color:#7f1d1d;line-height:1.6;margin:0;opacity:.9}._solutionIntro_1ofmk_1589{text-align:center;margin-bottom:4rem}._solutionSubtitle_1ofmk_1599{font-size:1.25rem;color:#166534;margin-top:1rem;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto}._solutionStatsGrid_1ofmk_1619{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}._solutionStatCard_1ofmk_1633{background:linear-gradient(135deg,#fff,#f0fdf4);border:2px solid #bbf7d0;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}._solutionStatCard_1ofmk_1633:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#22c55e,#16a34a);opacity:.8}._solutionStatCard_1ofmk_1633:hover{transform:translateY(-5px);box-shadow:0 15px 40px #22c55e26;border-color:#86efac}._solutionStatNumber_1ofmk_1689{font-size:3rem;font-weight:900;color:#16a34a;line-height:1;margin-bottom:.5rem}._solutionStatLabel_1ofmk_1705{font-size:1.1rem;font-weight:700;color:#166534;margin-bottom:.5rem}._solutionStatDescription_1ofmk_1719{font-size:.9rem;color:#166534;opacity:.8}._solutionsSummary_1ofmk_1731{margin-top:4rem}._solutionSummaryGrid_1ofmk_1739{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}._solutionSummaryItem_1ofmk_1751{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(34,197,94,.1);transition:all .3s ease}._solutionSummaryItem_1ofmk_1751:hover{transform:translateY(-3px);box-shadow:0 10px 30px #22c55e1a;border-color:#22c55e33}._solutionSummaryItem_1ofmk_1751 h4{font-size:1.25rem;font-weight:700;color:#166534;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}._solutionSummaryItem_1ofmk_1751 p{color:#166534;line-height:1.6;margin:0;opacity:.9}._pricingExample_1ofmk_1815{background:#dc26260d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1.5rem;border-radius:16px;margin-top:1.5rem;border:1px solid rgba(220,38,38,.1)}._pricingExample_1ofmk_1815 h4{color:#dc2626;margin-bottom:1rem;font-size:1.125rem;font-weight:600}._pricingComparison_1ofmk_1847{display:flex;flex-direction:column;gap:.75rem}._pricingItem_1ofmk_1859{font-size:.95rem;color:#7f1d1d;padding:.5rem 0}._featureList_1ofmk_1871{background:#dc26260d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1.5rem;border-radius:16px;margin-top:1.5rem;border:1px solid rgba(220,38,38,.1)}._featureItem_1ofmk_1889{color:#7f1d1d;font-size:.95rem;margin-bottom:.5rem;padding:.25rem 0}._problemResult_1ofmk_1903{background:#dc26261a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1.5rem;border-radius:16px;margin-top:1.5rem;color:#991b1b;font-weight:600;font-style:italic;border:1px solid rgba(220,38,38,.2)}._comparisonList_1ofmk_1927,._reviewQuotes_1ofmk_1947{background:#dc26260d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1.5rem;border-radius:16px;margin-top:1.5rem;border:1px solid rgba(220,38,38,.1)}._reviewQuote_1ofmk_1947{color:#7f1d1d;font-size:.95rem;font-style:italic;margin-bottom:.75rem;border-left:3px solid rgba(220,38,38,.3);padding:.5rem 0 .5rem 1rem}._rating_1ofmk_1985{background:#dc26261a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1rem;border-radius:12px;margin-top:1.5rem;color:#991b1b;font-weight:700;text-align:center;border:1px solid rgba(220,38,38,.2)}._solutionSection_1ofmk_2011{padding:10rem 2rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);position:relative;overflow:hidden}._solutionSection_1ofmk_2011:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 25%,rgba(34,197,94,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(22,163,74,.03) 0%,transparent 50%);pointer-events:none}._solutionContent_1ofmk_2051{max-width:1200px;margin:0 auto;position:relative;z-index:1}._solutionTitle_1ofmk_2065{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._solutionTitle_1ofmk_2065:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#22c55e,#16a34a);margin:2rem auto 4rem;border-radius:2px}._solutionGrid_1ofmk_2105{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:4rem}._solutionCard_1ofmk_2119{background:linear-gradient(135deg,#fff,#f0fdf4);border:2px solid #bbf7d0;border-radius:24px;padding:2.5rem;text-align:center;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #22c55e1a;display:flex;flex-direction:column}._solutionCard_1ofmk_2119:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#86efac 15%,#22c55e 50%,#86efac 85%,transparent 100%);border-radius:24px 24px 0 0;opacity:.8;transition:all .3s ease}._solutionCard_1ofmk_2119:after{content:"";position:absolute;top:4px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(34,197,94,.3) 15%,rgba(34,197,94,.6) 50%,rgba(34,197,94,.3) 85%,transparent 100%);border-radius:24px 24px 0 0;opacity:0;transition:all .3s ease}._solutionCard_1ofmk_2119:hover{transform:translateY(-5px);box-shadow:0 15px 40px #22c55e26;border-color:#86efac}._solutionCard_1ofmk_2119:hover:before{opacity:1;height:5px;background:linear-gradient(90deg,transparent 0%,#86efac 15%,#22c55e 50%,#86efac 85%,transparent 100%)}._solutionCard_1ofmk_2119:hover:after{opacity:1;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(34,197,94,.3) 15%,rgba(34,197,94,.6) 50%,rgba(34,197,94,.3) 85%,transparent 100%)}._solutionCardTitle_1ofmk_2233{font-size:1.75rem;font-weight:800;margin-bottom:1rem;color:#166534;position:relative;transition:color .3s ease;line-height:1.3}._solutionCard_1ofmk_2119:hover ._solutionCardTitle_1ofmk_2233{color:#14532d}._solutionFeatures_1ofmk_2261{list-style:none;padding:0;margin:0;text-align:left}._solutionFeatures_1ofmk_2261 li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#166534;font-size:.9rem}._solutionFeatures_1ofmk_2261 li:before{content:"✓";color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;box-shadow:0 2px 4px #22c55e33;transition:all .3s ease}._solutionCard_1ofmk_2119:hover ._solutionFeatures_1ofmk_2261 li:before{transform:scale(1.1);box-shadow:0 4px 8px #22c55e4d}._solutionComparison_1ofmk_2335{display:flex;flex-direction:column;gap:1rem}._solutionItem_1ofmk_2347{padding:1rem;border-radius:12px;font-size:.95rem;line-height:1.6;transition:all .3s ease}._solutionItem_1ofmk_2347:first-child{background:#dc26261a;color:#7f1d1d;border:1px solid rgba(220,38,38,.2)}._solutionItem_1ofmk_2347:last-child{background:#22c55e1a;color:#166534;border:1px solid rgba(34,197,94,.2)}._demoSection_1ofmk_2389{padding:10rem 2rem;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;overflow:hidden}._demoSection_1ofmk_2389:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(59,130,246,.04) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(16,185,129,.03) 0%,transparent 50%);pointer-events:none}._demoContent_1ofmk_2429{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;position:relative;z-index:1;grid-template-areas:"text image"}._demoText_1ofmk_2453{display:flex;flex-direction:column;gap:2rem;grid-area:text}._demoTitle_1ofmk_2467{font-size:3rem;font-weight:800;color:#0f172a;line-height:1.2;letter-spacing:-.02em;margin:0}._demoDescription_1ofmk_2485{font-size:1.25rem;line-height:1.7;color:#475569;margin:0;font-weight:400}._demoButton_1ofmk_2501{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:fit-content;box-shadow:0 4px 20px #22c55e33}._demoButton_1ofmk_2501:hover{transform:translateY(-2px);box-shadow:0 8px 30px #22c55e4d}._demoImage_1ofmk_2539{display:flex;justify-content:center;align-items:center;position:relative;grid-area:image}._demoScreenshot_1ofmk_2555{position:relative;width:120%;max-width:none;height:650px;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff0d;transform:perspective(1000px) rotateY(-15deg) rotateX(5deg);transition:transform .4s cubic-bezier(.4,0,.2,1);object-fit:cover;object-position:left center}._demoScreenshot_1ofmk_2555:hover{transform:perspective(1000px) rotateY(-8deg) rotateX(2deg)}._finalCta_1ofmk_2597{padding:6rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;position:relative;overflow:hidden}._finalCta_1ofmk_2597:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}._finalCtaContent_1ofmk_2637{max-width:600px;margin:0 auto;position:relative;z-index:1}._finalCtaTitle_1ofmk_2651{font-size:2.5rem;font-weight:700;margin-bottom:1rem}._finalCtaDescription_1ofmk_2663{font-size:1.125rem;opacity:.9;margin-bottom:2rem;line-height:1.6}._finalCtaButton_1ofmk_2677{background:#fff;color:#667eea;border:none;padding:1.25rem 3rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3}._finalCtaButton_1ofmk_2677:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}@media (max-width: 1024px){._heroContent_1ofmk_53{grid-template-columns:1fr;gap:3rem}._comparisonItems_1ofmk_1145{flex-direction:column;gap:.5rem}._comparisonItem_1ofmk_1145{padding:1rem}._comparisonVs_1ofmk_1287{font-size:1.25rem;margin:.5rem 0}._statsGrid_1ofmk_1369,._solutionStatsGrid_1ofmk_1619{grid-template-columns:1fr;gap:1.5rem}._costComparisonLarge_1ofmk_1481{padding:2rem}._comparisonTitle_1ofmk_557{font-size:1.5rem}}@media (max-width: 768px){._hero_1ofmk_15{padding:3rem 1rem 2rem}._heroContent_1ofmk_53{gap:2rem;max-width:100%;padding:0 .5rem}._heroTitle_1ofmk_87{font-size:2rem;line-height:1.7;word-wrap:break-word;overflow-wrap:break-word;text-align:center}._heroDescription_1ofmk_109{font-size:1.2rem;text-align:center}._heroActions_1ofmk_123{flex-direction:column;gap:1rem;align-items:center}._ctaPrimary_1ofmk_135,._ctaSecondary_1ofmk_171{width:auto;max-width:220px;padding:.875rem 1.25rem;font-size:.9rem;align-self:center}._heroImage_1ofmk_205{overflow:visible}._dashboardPreview_1ofmk_217{width:420px;transform:perspective(1000px) rotateY(-10deg) rotateX(5deg)}._dashboardScreenshot_1ofmk_247{width:200%}._comparisonSection_1ofmk_505{padding:3rem 1rem}._comparisonTitle_1ofmk_557{font-size:2.25rem;text-align:center;font-weight:800;color:#0f172a}._comparisonTable_1ofmk_597{border-radius:16px;margin:1rem 0}._tableHeader_1ofmk_617,._tableRow_1ofmk_639{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:.25rem}._tableCell_1ofmk_679{padding:.75rem .5rem;font-size:.8rem;font-weight:500}._tableHeader_1ofmk_617 ._tableCell_1ofmk_679{padding:.875rem .5rem;font-size:.75rem;font-weight:600}._winnerCell_1ofmk_713{margin:.125rem;border-radius:8px;font-size:.75rem;box-shadow:0 2px 8px #10b98133}._problemsSection_1ofmk_759{padding:3rem 1rem}._problemsTitle_1ofmk_813{font-size:2.25rem;text-align:center}._problemsSubtitle_1ofmk_1349{font-size:1rem;text-align:center}._summaryGrid_1ofmk_1511{grid-template-columns:1fr;gap:1.5rem}._solutionSection_1ofmk_2011{padding:3rem 1rem}._solutionTitle_1ofmk_2065{font-size:2.25rem;text-align:center}._solutionSubtitle_1ofmk_1599{font-size:.95rem;text-align:center}._solutionSummaryGrid_1ofmk_1739{grid-template-columns:1fr;gap:1.5rem}._costComparisonLarge_1ofmk_1481{padding:1.5rem;margin:2rem 0}._comparisonLabel_1ofmk_1131{font-size:.9rem}._comparisonPrice_1ofmk_1247{font-size:1.75rem}._comparisonDetails_1ofmk_1275{font-size:1rem}._winnerBadge_1ofmk_1315{font-size:1rem;padding:.4rem .8rem}._statCard_1ofmk_1383,._solutionStatCard_1ofmk_1633{padding:1.5rem;text-align:center}._statNumber_1ofmk_1439,._solutionStatNumber_1ofmk_1689{font-size:2.5rem}._statLabel_1ofmk_1455,._solutionStatLabel_1ofmk_1705,._statDescription_1ofmk_1469,._solutionStatDescription_1ofmk_1719{font-size:1rem}._summaryItem_1ofmk_1523,._solutionSummaryItem_1ofmk_1751{padding:1.5rem;text-align:center}._summaryItem_1ofmk_1523 h4,._solutionSummaryItem_1ofmk_1751 h4{font-size:1.1rem;text-align:center!important;display:block!important;justify-content:center!important}._summaryItem_1ofmk_1523 p,._solutionSummaryItem_1ofmk_1751 p{font-size:.9rem}._demoSection_1ofmk_2389{padding:3rem 1rem}._demoContent_1ofmk_2429{grid-template-columns:1fr;gap:2rem;text-align:center}._demoTitle_1ofmk_2467{font-size:2rem}._finalCta_1ofmk_2597{padding:3rem 1rem}._finalCtaTitle_1ofmk_2651{font-size:2rem}._finalCtaButton_1ofmk_2677,._demoButton_1ofmk_2501{width:auto;min-width:200px;padding:1rem 2rem}}@media (max-width: 480px){._hero_1ofmk_15{padding:2rem .75rem 1.5rem}._heroContent_1ofmk_53{gap:1.5rem;padding:0 .25rem}._heroTitle_1ofmk_87{font-size:1.4rem;line-height:1.15}._heroDescription_1ofmk_109{font-size:1rem}._heroActions_1ofmk_123{align-items:center}._ctaPrimary_1ofmk_135,._ctaSecondary_1ofmk_171{width:auto;max-width:200px;padding:.75rem 1rem;font-size:1rem;align-self:center}._dashboardPreview_1ofmk_217{width:100%;transform:perspective(800px) rotateY(-8deg) rotateX(4deg)}._problemsSection_1ofmk_759,._solutionSection_1ofmk_2011,._comparisonSection_1ofmk_505{padding:2rem .75rem}._problemsTitle_1ofmk_813,._solutionTitle_1ofmk_2065{font-size:1.75rem}._comparisonTitle_1ofmk_557{font-size:1.75rem;font-weight:800;color:#0f172a}._problemsSubtitle_1ofmk_1349,._solutionSubtitle_1ofmk_1599{font-size:.9rem}._costComparisonLarge_1ofmk_1481{padding:1rem;margin:1.5rem 0}._comparisonPrice_1ofmk_1247{font-size:1.5rem}._comparisonDetails_1ofmk_1275{font-size:.75rem}._winnerBadge_1ofmk_1315{font-size:.75rem;padding:.3rem .6rem}._statCard_1ofmk_1383,._solutionStatCard_1ofmk_1633{padding:1.25rem;text-align:center}._statNumber_1ofmk_1439,._solutionStatNumber_1ofmk_1689{font-size:2.25rem}._statLabel_1ofmk_1455,._solutionStatLabel_1ofmk_1705{font-size:.9rem}._statDescription_1ofmk_1469,._solutionStatDescription_1ofmk_1719{font-size:1rem}._summaryItem_1ofmk_1523,._solutionSummaryItem_1ofmk_1751{padding:1.25rem;text-align:center}._summaryItem_1ofmk_1523 h4,._solutionSummaryItem_1ofmk_1751 h4{font-size:1rem;text-align:center!important;display:block!important;justify-content:center!important}._summaryItem_1ofmk_1523 p,._solutionSummaryItem_1ofmk_1751 p{font-size:1rem}._comparisonTable_1ofmk_597{border-radius:12px;margin:.75rem 0}._tableHeader_1ofmk_617,._tableRow_1ofmk_639{grid-template-columns:1.2fr .8fr .8fr 1fr;gap:.125rem}._tableCell_1ofmk_679{padding:.625rem .25rem;font-size:.75rem;font-weight:500}._tableHeader_1ofmk_617 ._tableCell_1ofmk_679{padding:.75rem .25rem;font-size:.7rem;font-weight:600}._winnerCell_1ofmk_713{margin:.1rem;border-radius:6px;font-size:.65rem;box-shadow:0 2px 6px #10b98126}._demoTitle_1ofmk_2467,._finalCtaTitle_1ofmk_2651{font-size:1.75rem}._finalCtaButton_1ofmk_2677,._demoButton_1ofmk_2501{width:auto;min-width:180px;padding:.875rem 1.5rem;font-size:1rem}}._container_hfuit_3{width:100%;min-height:100vh}._hero_hfuit_15{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;position:relative;overflow:hidden}._hero_hfuit_15:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}._heroContent_hfuit_53{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}._heroText_hfuit_75{display:flex;flex-direction:column;gap:1.5rem}._heroTitle_hfuit_87{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroDescription_hfuit_109{font-size:1.25rem;line-height:1.6;opacity:.9;margin:0}._heroActions_hfuit_123{display:flex;gap:1rem;margin-top:1rem}._ctaPrimary_hfuit_135{background:#fff;color:#667eea;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3}._ctaPrimary_hfuit_135:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}._ctaSecondary_hfuit_171{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._ctaSecondary_hfuit_171:hover{background:#ffffff1a;border-color:#ffffff80}._heroImage_hfuit_205{display:flex;justify-content:center;align-items:center}._dashboardPreview_hfuit_217{position:relative;width:500px;height:auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d;transform:perspective(1000px) rotateY(-10deg) rotateX(5deg);transition:transform .3s ease}._dashboardPreview_hfuit_217:hover{transform:perspective(1000px) rotateY(-5deg) rotateX(2deg)}._dashboardScreenshot_hfuit_247{width:200%;height:auto;display:block;border-radius:20px}._comparisonSection_hfuit_263{padding:10rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}._comparisonSection_hfuit_263:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(220,38,38,.03) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(185,28,28,.02) 0%,transparent 50%);pointer-events:none}._comparisonContent_hfuit_301{max-width:1200px;margin:0 auto;position:relative;z-index:1}._comparisonTitle_hfuit_315{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._comparisonTitle_hfuit_315:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#dc2626,#b91c1c);margin:2rem auto 4rem;border-radius:2px}._comparisonTable_hfuit_355{background:#fff;border:2px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001f;position:relative;transition:all .3s ease}._tableHeader_hfuit_375{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;border-bottom:none;position:relative;z-index:1}._tableRow_hfuit_397{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid #e2e8f0;transition:all .2s ease}._tableRow_hfuit_397:last-child{border-bottom:none}._tableRow_hfuit_397:nth-child(2n){background:#f8fafc}._tableRow_hfuit_397:hover{background:#6366f114;transform:translate(3px)}._tableCell_hfuit_437{padding:1.25rem .75rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:.95rem;font-weight:500;color:#374151;transition:all .2s ease;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}._tableHeader_hfuit_375 ._tableCell_hfuit_437{padding:1rem .75rem;font-weight:600;font-size:.9rem;color:#fff}._winnerCell_hfuit_483{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;border-radius:10px;margin:.25rem;position:relative;overflow:hidden;box-shadow:0 4px 15px #10b9814d}._problemsSection_hfuit_507{padding:10rem 2rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);position:relative}._problemsSection_hfuit_507:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(239,68,68,.03) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(220,38,38,.02) 0%,transparent 50%);pointer-events:none}._problemsContent_hfuit_545{max-width:1200px;margin:0 auto;position:relative;z-index:1}._problemsIntro_hfuit_559{text-align:center;margin-bottom:4rem}._problemsTitle_hfuit_569{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._problemsTitle_hfuit_569:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#dc2626,#b91c1c);margin:2rem auto 4rem;border-radius:2px}._problemsSubtitle_hfuit_609{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}._statsGrid_hfuit_625{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0}._statCard_hfuit_639{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:center;border:1px solid rgba(239,68,68,.1);transition:all .3s ease}._statCard_hfuit_639:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ef44441a;border-color:#ef444433}._statNumber_hfuit_671{font-size:3rem;font-weight:800;color:#dc2626;margin-bottom:.5rem;display:block}._statLabel_hfuit_687{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:.5rem}._statDescription_hfuit_701{font-size:.95rem;color:#6b7280;line-height:1.5}._costComparisonLarge_hfuit_713{background:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px;padding:3rem;margin:3rem 0;border:2px solid rgba(239,68,68,.2);position:relative}._comparisonRow_hfuit_733{margin-bottom:2rem}._comparisonLabel_hfuit_741{font-size:1.125rem;font-weight:600;color:#374151;text-align:center}._comparisonItems_hfuit_755{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin:2rem 0}._comparisonItem_hfuit_755{flex:1;text-align:center;padding:1rem;border-radius:16px;transition:all .3s ease}._comparisonItem_hfuit_755:first-child{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fecaca}._comparisonItem_hfuit_755:last-child{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #bbf7d0}._comparisonHeader_hfuit_807{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}._comparisonIcon_hfuit_823{font-size:1.5rem}._comparisonBrand_hfuit_831{font-size:1.125rem;font-weight:700;color:#374151}._comparisonPrice_hfuit_843{font-size:2rem;font-weight:800;margin-bottom:.5rem}._comparisonItem_hfuit_755:first-child ._comparisonPrice_hfuit_843{color:#dc2626}._comparisonItem_hfuit_755:last-child ._comparisonPrice_hfuit_843{color:#059669}._comparisonDetails_hfuit_871{font-size:.875rem;color:#6b7280}._comparisonVs_hfuit_881{font-size:1.5rem;font-weight:800;color:#6b7280;text-align:center}._comparisonWinner_hfuit_895{text-align:center;margin-top:2rem}._winnerBadge_hfuit_905{background:linear-gradient(135deg,#059669,#047857);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.875rem;box-shadow:0 4px 15px #0596694d}._problemsSummary_hfuit_925{margin-top:4rem}._summaryGrid_hfuit_933{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}._summaryItem_hfuit_945{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(239,68,68,.1);transition:all .3s ease}._summaryItem_hfuit_945:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ef44441a;border-color:#ef444433}._summaryItem_hfuit_945 h4{font-size:1.25rem;font-weight:700;color:#991b1b;margin-bottom:1rem}._summaryItem_hfuit_945 p{color:#6b7280;line-height:1.6;margin:0}._solutionSection_hfuit_1003{padding:10rem 2rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);position:relative}._solutionSection_hfuit_1003:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(34,197,94,.03) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(22,163,74,.02) 0%,transparent 50%);pointer-events:none}._solutionContent_hfuit_1041{max-width:1200px;margin:0 auto;position:relative;z-index:1}._solutionIntro_hfuit_1055{text-align:center;margin-bottom:4rem}._solutionTitle_hfuit_1065{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._solutionTitle_hfuit_1065:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#22c55e,#16a34a);margin:2rem auto 4rem;border-radius:2px}._solutionSubtitle_hfuit_1105{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}._solutionStatsGrid_hfuit_1121{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0}._solutionStatCard_hfuit_1135{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:center;border:1px solid rgba(34,197,94,.1);transition:all .3s ease}._solutionStatCard_hfuit_1135:hover{transform:translateY(-5px);box-shadow:0 15px 40px #22c55e1a;border-color:#22c55e33}._solutionStatNumber_hfuit_1167{font-size:3rem;font-weight:800;color:#059669;margin-bottom:.5rem;display:block}._solutionStatLabel_hfuit_1183{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:.5rem}._solutionStatDescription_hfuit_1197{font-size:.95rem;color:#6b7280;line-height:1.5}._solutionsSummary_hfuit_1209{margin-top:4rem}._solutionSummaryGrid_hfuit_1217{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}._solutionSummaryItem_hfuit_1229{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(34,197,94,.1);transition:all .3s ease}._solutionSummaryItem_hfuit_1229:hover{transform:translateY(-3px);box-shadow:0 10px 30px #22c55e1a;border-color:#22c55e33}._solutionSummaryItem_hfuit_1229 h4{font-size:1.25rem;font-weight:700;color:#166534;margin-bottom:1rem}._solutionSummaryItem_hfuit_1229 p{color:#6b7280;line-height:1.6;margin:0}._demoSection_hfuit_1287{padding:10rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}._demoContent_hfuit_1299{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._demoText_hfuit_1317{display:flex;flex-direction:column;gap:1.5rem}._demoTitle_hfuit_1329{font-size:2.5rem;font-weight:800;color:#0f172a;line-height:1.2;margin:0}._demoDescription_hfuit_1345{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0}._demoButton_hfuit_1359{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 20px #667eea4d}._demoButton_hfuit_1359:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea66}._demoImage_hfuit_1397{display:flex;justify-content:center;align-items:center}._demoScreenshot_hfuit_1409{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}._finalCta_hfuit_1425{padding:8rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}._finalCtaContent_hfuit_1439{max-width:800px;margin:0 auto}._finalCtaTitle_hfuit_1449{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}._finalCtaDescription_hfuit_1463{font-size:1.125rem;line-height:1.6;margin-bottom:3rem;opacity:.9}._finalCtaButton_hfuit_1477{background:#fff;color:#667eea;border:none;padding:1.25rem 3rem;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3}._finalCtaButton_hfuit_1477:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}@media (max-width: 1024px){._heroContent_hfuit_53{grid-template-columns:1fr;gap:3rem}._comparisonItems_hfuit_755{flex-direction:column;gap:.5rem}._comparisonVs_hfuit_881{font-size:1.25rem;margin:.5rem 0}._comparisonItem_hfuit_755{padding:1rem}._statsGrid_hfuit_625,._summaryGrid_hfuit_933,._solutionSummaryGrid_hfuit_1217{grid-template-columns:1fr;gap:1.5rem}._demoContent_hfuit_1299{grid-template-columns:1fr;gap:3rem}._comparisonTitle_hfuit_315{font-size:1.5rem}}@media (max-width: 768px){._hero_hfuit_15{padding:3rem 1rem 2rem}._heroContent_hfuit_53{gap:2rem;max-width:100%;padding:0 .5rem}._heroTitle_hfuit_87{font-size:2rem;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word;text-align:center}._heroDescription_hfuit_109{font-size:1rem;text-align:center}._heroActions_hfuit_123{flex-direction:column;gap:1rem;align-items:center}._ctaPrimary_hfuit_135,._ctaSecondary_hfuit_171{width:auto;max-width:220px;padding:.875rem 1.25rem;font-size:.9rem;align-self:center}._heroImage_hfuit_205{overflow:visible}._dashboardPreview_hfuit_217{width:420px;transform:perspective(1000px) rotateY(-10deg) rotateX(5deg)}._dashboardScreenshot_hfuit_247{width:200%}._comparisonSection_hfuit_263{padding:3rem 1rem}._comparisonTitle_hfuit_315{font-size:2.25rem;text-align:center;font-weight:800;color:#0f172a}._comparisonTable_hfuit_355{border-radius:16px;margin:1rem 0}._tableHeader_hfuit_375,._tableRow_hfuit_397{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:.25rem}._tableCell_hfuit_437{padding:.75rem .5rem;font-size:.8rem;font-weight:500}._tableHeader_hfuit_375 ._tableCell_hfuit_437{padding:.875rem .5rem;font-size:.75rem;font-weight:600}._winnerCell_hfuit_483{margin:.125rem;border-radius:8px;font-size:.75rem;box-shadow:0 2px 8px #10b98133}._problemsSection_hfuit_507,._solutionSection_hfuit_1003,._comparisonSection_hfuit_263{padding:3rem 1rem}._problemsTitle_hfuit_569,._solutionTitle_hfuit_1065{font-size:2.25rem;text-align:center}._problemsSubtitle_hfuit_609,._solutionSubtitle_hfuit_1105{font-size:1rem;text-align:center}._costComparisonLarge_hfuit_713{padding:1.5rem;margin:2rem 0}._comparisonPrice_hfuit_843{font-size:1.75rem}._comparisonDetails_hfuit_871{font-size:1rem}._winnerBadge_hfuit_905{font-size:1rem;padding:.4rem .8rem}._statCard_hfuit_639,._solutionStatCard_hfuit_1135{padding:1.5rem;text-align:center}._statNumber_hfuit_671,._solutionStatNumber_hfuit_1167{font-size:2.5rem}._statLabel_hfuit_687,._solutionStatLabel_hfuit_1183,._statDescription_hfuit_701,._solutionStatDescription_hfuit_1197{font-size:1rem}._summaryItem_hfuit_945,._solutionSummaryItem_hfuit_1229{padding:1.5rem;text-align:center}._summaryItem_hfuit_945 h4,._solutionSummaryItem_hfuit_1229 h4{font-size:1.1rem;text-align:center!important;display:block!important;justify-content:center!important}._summaryItem_hfuit_945 p,._solutionSummaryItem_hfuit_1229 p{font-size:.9rem}._demoSection_hfuit_1287{padding:3rem 1rem}._demoTitle_hfuit_1329{font-size:2rem}._finalCta_hfuit_1425{padding:3rem 1rem}._finalCtaTitle_hfuit_1449{font-size:2rem}._finalCtaButton_hfuit_1477,._demoButton_hfuit_1359{width:auto;min-width:200px;padding:1rem 2rem}._demoContent_hfuit_1299{text-align:center}._demoButton_hfuit_1359{align-self:center}}@media (max-width: 480px){._hero_hfuit_15{padding:2rem .75rem 1.5rem}._heroContent_hfuit_53{gap:1.5rem;padding:0 .25rem}._heroTitle_hfuit_87{font-size:1.5rem;line-height:1.15;word-wrap:break-word;overflow-wrap:break-word}._heroDescription_hfuit_109{font-size:1rem}._heroActions_hfuit_123{align-items:center}._ctaPrimary_hfuit_135,._ctaSecondary_hfuit_171{width:auto;max-width:200px;padding:.75rem 1rem;font-size:.85rem;align-self:center}._dashboardPreview_hfuit_217{width:100%;transform:perspective(800px) rotateY(-8deg) rotateX(4deg)}._problemsSection_hfuit_507,._solutionSection_hfuit_1003,._comparisonSection_hfuit_263{padding:2rem .75rem}._problemsTitle_hfuit_569,._solutionTitle_hfuit_1065{font-size:1.75rem}._comparisonTitle_hfuit_315{font-size:1.75rem;font-weight:800;color:#0f172a}._problemsSubtitle_hfuit_609,._solutionSubtitle_hfuit_1105{font-size:.9rem}._costComparisonLarge_hfuit_713{padding:1rem;margin:1.5rem 0}._comparisonTable_hfuit_355{border-radius:12px;margin:.75rem 0}._tableHeader_hfuit_375,._tableRow_hfuit_397{grid-template-columns:1.2fr .8fr .8fr 1fr;gap:.125rem}._tableCell_hfuit_437{padding:.625rem .25rem;font-size:.75rem;font-weight:500}._tableHeader_hfuit_375 ._tableCell_hfuit_437{padding:.75rem .25rem;font-size:.7rem;font-weight:600}._winnerCell_hfuit_483{margin:.1rem;border-radius:6px;font-size:.65rem;box-shadow:0 2px 6px #10b98126}._comparisonPrice_hfuit_843{font-size:1.5rem}._comparisonDetails_hfuit_871{font-size:.75rem}._winnerBadge_hfuit_905{font-size:.75rem;padding:.3rem .6rem}._statCard_hfuit_639,._solutionStatCard_hfuit_1135{padding:1.25rem;text-align:center}._statNumber_hfuit_671,._solutionStatNumber_hfuit_1167{font-size:2.25rem}._statLabel_hfuit_687,._solutionStatLabel_hfuit_1183{font-size:.9rem}._statDescription_hfuit_701,._solutionStatDescription_hfuit_1197{font-size:1rem}._summaryItem_hfuit_945,._solutionSummaryItem_hfuit_1229{padding:1.25rem;text-align:center}._summaryItem_hfuit_945 h4,._solutionSummaryItem_hfuit_1229 h4{font-size:1rem;text-align:center!important;display:block!important;justify-content:center!important}._summaryItem_hfuit_945 p,._solutionSummaryItem_hfuit_1229 p{font-size:1rem}._demoTitle_hfuit_1329,._finalCtaTitle_hfuit_1449{font-size:1.75rem}._finalCtaButton_hfuit_1477,._demoButton_hfuit_1359{width:auto;min-width:180px;padding:.875rem 1.5rem;font-size:1rem}}._container_bmqt0_3{width:100%;min-height:100vh}._hero_bmqt0_15{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;position:relative;overflow:hidden}._hero_bmqt0_15:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}._heroContent_bmqt0_53{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}._heroText_bmqt0_75{display:flex;flex-direction:column;gap:1.5rem}._heroTitle_bmqt0_87{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroDescription_bmqt0_109{font-size:1.25rem;line-height:1.6;opacity:.9;margin:0}._heroActions_bmqt0_123{display:flex;gap:1rem;margin-top:1rem}._ctaPrimary_bmqt0_135{background:#fff;color:#667eea;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3}._ctaPrimary_bmqt0_135:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}._ctaSecondary_bmqt0_171{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._ctaSecondary_bmqt0_171:hover{background:#ffffff1a;border-color:#ffffff80}._heroImage_bmqt0_205{display:flex;justify-content:center;align-items:center}._dashboardPreview_bmqt0_217{position:relative;width:500px;height:auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d;transform:perspective(1000px) rotateY(-10deg) rotateX(5deg);transition:transform .3s ease}._dashboardPreview_bmqt0_217:hover{transform:perspective(1000px) rotateY(-5deg) rotateX(2deg)}._dashboardScreenshot_bmqt0_247{width:200%;height:auto;display:block;border-radius:20px}._comparisonSection_bmqt0_263{padding:10rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}._comparisonSection_bmqt0_263:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(220,38,38,.03) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(185,28,28,.02) 0%,transparent 50%);pointer-events:none}._comparisonContent_bmqt0_301{max-width:1200px;margin:0 auto;position:relative;z-index:1}._comparisonTitle_bmqt0_315{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._comparisonTitle_bmqt0_315:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#dc2626,#b91c1c);margin:2rem auto 4rem;border-radius:2px}._comparisonTable_bmqt0_355{background:#fff;border:2px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001f;position:relative;transition:all .3s ease}._tableHeader_bmqt0_375{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;border-bottom:none;position:relative;z-index:1}._tableRow_bmqt0_397{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid #e2e8f0;transition:all .2s ease}._tableRow_bmqt0_397:last-child{border-bottom:none}._tableRow_bmqt0_397:nth-child(2n){background:#f8fafc}._tableRow_bmqt0_397:hover{background:#6366f114;transform:translate(3px)}._tableCell_bmqt0_437{padding:1.25rem .75rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:.95rem;font-weight:500;color:#374151;transition:all .2s ease;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}._tableHeader_bmqt0_375 ._tableCell_bmqt0_437{padding:1rem .75rem;font-weight:600;font-size:.9rem;color:#fff}._winnerCell_bmqt0_483{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;border-radius:10px;margin:.25rem;position:relative;overflow:hidden;box-shadow:0 4px 15px #10b9814d}._complexitySection_bmqt0_507{padding:10rem 2rem;background:linear-gradient(135deg,#fef7f7,#fde8e8);position:relative}._complexitySection_bmqt0_507:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(220,38,38,.05) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(185,28,28,.03) 0%,transparent 50%);pointer-events:none}._complexityContent_bmqt0_545{max-width:1200px;margin:0 auto;position:relative;z-index:1}._complexityIntro_bmqt0_559{text-align:center;margin-bottom:4rem}._complexityTitle_bmqt0_569{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._complexityTitle_bmqt0_569:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#dc2626,#b91c1c);margin:2rem auto 4rem;border-radius:2px}._complexitySubtitle_bmqt0_609{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}._complexityIssues_bmqt0_625{display:flex;flex-direction:column;gap:3rem}._complexityIssue_bmqt0_625{background:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px;padding:3rem;border:2px solid rgba(220,38,38,.1);transition:all .3s ease;display:flex;gap:2rem;align-items:flex-start}._complexityIssue_bmqt0_625:hover{transform:translateY(-5px);box-shadow:0 15px 40px #dc26261a;border-color:#dc262633}._issueIcon_bmqt0_673{font-size:3rem;min-width:4rem;text-align:center}._issueContent_bmqt0_685{flex:1}._issueTitle_bmqt0_693{font-size:1.5rem;font-weight:700;color:#991b1b;margin-bottom:1rem}._issueDescription_bmqt0_707{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}._issueSolution_bmqt0_721{color:#059669;font-size:1rem}._viewsList_bmqt0_731{margin:1.5rem 0}._viewsGrid_bmqt0_739{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin:1rem 0}._viewItem_bmqt0_753{background:#dc26261a;color:#991b1b;padding:.5rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;text-align:center;border:1px solid rgba(220,38,38,.2)}._problemsSection_bmqt0_777{padding:10rem 2rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);position:relative}._problemsSection_bmqt0_777:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(239,68,68,.03) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(220,38,38,.02) 0%,transparent 50%);pointer-events:none}._problemsContent_bmqt0_815{max-width:1200px;margin:0 auto;position:relative;z-index:1}._problemsIntro_bmqt0_829{text-align:center;margin-bottom:4rem}._problemsTitle_bmqt0_839{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._problemsTitle_bmqt0_839:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#dc2626,#b91c1c);margin:2rem auto 4rem;border-radius:2px}._problemsSubtitle_bmqt0_879{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}._statsGrid_bmqt0_895{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0}._statCard_bmqt0_909{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:center;border:1px solid rgba(239,68,68,.1);transition:all .3s ease}._statCard_bmqt0_909:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ef44441a;border-color:#ef444433}._statNumber_bmqt0_941{font-size:3rem;font-weight:800;color:#dc2626;margin-bottom:.5rem;display:block}._statLabel_bmqt0_957{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:.5rem}._statDescription_bmqt0_971{font-size:1rem;color:#6b7280;line-height:1.5}._costComparisonLarge_bmqt0_983{background:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px;padding:3rem;margin:3rem 0;border:2px solid rgba(239,68,68,.2);position:relative}._comparisonRow_bmqt0_1003{margin-bottom:2rem}._comparisonLabel_bmqt0_1011{font-size:1.125rem;font-weight:600;color:#374151;text-align:center}._comparisonItems_bmqt0_1025{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin:2rem 0}._comparisonItem_bmqt0_1025{flex:1;text-align:center;padding:1rem;border-radius:16px;transition:all .3s ease}._comparisonItem_bmqt0_1025:first-child{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fecaca}._comparisonItem_bmqt0_1025:last-child{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #bbf7d0}._comparisonHeader_bmqt0_1077{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}._comparisonIcon_bmqt0_1093{font-size:1.5rem}._comparisonBrand_bmqt0_1101{font-size:1.125rem;font-weight:700;color:#374151}._comparisonPrice_bmqt0_1113{font-size:2rem;font-weight:800;margin-bottom:.5rem}._comparisonItem_bmqt0_1025:first-child ._comparisonPrice_bmqt0_1113{color:#dc2626}._comparisonItem_bmqt0_1025:last-child ._comparisonPrice_bmqt0_1113{color:#059669}._comparisonDetails_bmqt0_1141{font-size:.875rem;color:#6b7280}._comparisonVs_bmqt0_1151{font-size:1.5rem;font-weight:800;color:#6b7280;text-align:center}._comparisonWinner_bmqt0_1165{text-align:center;margin-top:2rem}._winnerBadge_bmqt0_1175{background:linear-gradient(135deg,#059669,#047857);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.875rem;box-shadow:0 4px 15px #0596694d}._problemsSummary_bmqt0_1195{margin-top:4rem}._summaryGrid_bmqt0_1203{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}._summaryItem_bmqt0_1215{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(239,68,68,.1);transition:all .3s ease}._summaryItem_bmqt0_1215:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ef44441a;border-color:#ef444433}._summaryItem_bmqt0_1215 h4{font-size:1.25rem;font-weight:700;color:#991b1b;margin-bottom:1rem}._summaryItem_bmqt0_1215 p{color:#6b7280;line-height:1.6;margin:0}._solutionSection_bmqt0_1273{padding:10rem 2rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);position:relative}._solutionSection_bmqt0_1273:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(34,197,94,.03) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(22,163,74,.02) 0%,transparent 50%);pointer-events:none}._solutionContent_bmqt0_1311{max-width:1200px;margin:0 auto;position:relative;z-index:1}._solutionIntro_bmqt0_1325{text-align:center;margin-bottom:4rem}._solutionTitle_bmqt0_1335{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#0f172a;line-height:1.2;letter-spacing:-.02em}._solutionTitle_bmqt0_1335:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,#22c55e,#16a34a);margin:2rem auto 4rem;border-radius:2px}._solutionSubtitle_bmqt0_1375{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}._solutionStatsGrid_bmqt0_1391{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0}._solutionStatCard_bmqt0_1405{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:center;border:1px solid rgba(34,197,94,.1);transition:all .3s ease}._solutionStatCard_bmqt0_1405:hover{transform:translateY(-5px);box-shadow:0 15px 40px #22c55e1a;border-color:#22c55e33}._solutionStatNumber_bmqt0_1437{font-size:3rem;font-weight:800;color:#059669;margin-bottom:.5rem;display:block}._solutionStatLabel_bmqt0_1453{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:.5rem}._solutionStatDescription_bmqt0_1467{font-size:1rem;color:#6b7280;line-height:1.5}._solutionsSummary_bmqt0_1479{margin-top:4rem}._solutionSummaryGrid_bmqt0_1487{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}._solutionSummaryItem_bmqt0_1499{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(34,197,94,.1);transition:all .3s ease}._solutionSummaryItem_bmqt0_1499:hover{transform:translateY(-3px);box-shadow:0 10px 30px #22c55e1a;border-color:#22c55e33}._solutionSummaryItem_bmqt0_1499 h4{font-size:1.25rem;font-weight:700;color:#166534;margin-bottom:1rem}._solutionSummaryItem_bmqt0_1499 p{color:#6b7280;line-height:1.6;margin:0}._demoSection_bmqt0_1557{padding:10rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}._demoContent_bmqt0_1569{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._demoText_bmqt0_1587{display:flex;flex-direction:column;gap:1.5rem}._demoTitle_bmqt0_1599{font-size:2.5rem;font-weight:800;color:#0f172a;line-height:1.2;margin:0}._demoDescription_bmqt0_1615{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0}._demoButton_bmqt0_1629{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 20px #667eea4d}._demoButton_bmqt0_1629:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea66}._demoImage_bmqt0_1667{display:flex;justify-content:center;align-items:center}._demoScreenshot_bmqt0_1679{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}._finalCta_bmqt0_1695{padding:8rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}._finalCtaContent_bmqt0_1709{max-width:800px;margin:0 auto}._finalCtaTitle_bmqt0_1719{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}._finalCtaDescription_bmqt0_1733{font-size:1.125rem;line-height:1.6;margin-bottom:3rem;opacity:.9}._finalCtaButton_bmqt0_1747{background:#fff;color:#667eea;border:none;padding:1.25rem 3rem;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3}._finalCtaButton_bmqt0_1747:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}@media (max-width: 1024px){._heroContent_bmqt0_53{grid-template-columns:1fr;gap:3rem}._comparisonItems_bmqt0_1025{flex-direction:column;gap:.5rem}._comparisonVs_bmqt0_1151{font-size:1.25rem;margin:.5rem 0}._comparisonItem_bmqt0_1025{padding:1rem}._statsGrid_bmqt0_895,._summaryGrid_bmqt0_1203,._solutionSummaryGrid_bmqt0_1487{grid-template-columns:1fr;gap:1.5rem}._demoContent_bmqt0_1569{grid-template-columns:1fr;gap:3rem;text-align:center}._demoText_bmqt0_1587{align-items:center}._complexityIssue_bmqt0_625{flex-direction:column;text-align:center;gap:1.5rem}._viewsGrid_bmqt0_739{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}._comparisonTitle_bmqt0_315{font-size:1.5rem}}@media (max-width: 768px){._hero_bmqt0_15{padding:3rem 1rem 2rem}._heroContent_bmqt0_53{gap:2rem;max-width:100%;padding:0 .5rem}._heroTitle_bmqt0_87{font-size:2rem;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word;text-align:center}._heroDescription_bmqt0_109{font-size:1rem;text-align:center}._heroActions_bmqt0_123{flex-direction:column;gap:1rem;align-items:center}._ctaPrimary_bmqt0_135,._ctaSecondary_bmqt0_171{width:auto;max-width:220px;padding:.875rem 1.25rem;font-size:.9rem;align-self:center}._heroImage_bmqt0_205{overflow:visible}._dashboardPreview_bmqt0_217{width:420px;transform:perspective(1000px) rotateY(-10deg) rotateX(5deg)}._dashboardScreenshot_bmqt0_247{width:200%}._comparisonSection_bmqt0_263,._complexitySection_bmqt0_507{padding:3rem 1rem}._comparisonTitle_bmqt0_315,._complexityTitle_bmqt0_569{font-size:2.25rem;text-align:center;font-weight:800;color:#0f172a}._comparisonTable_bmqt0_355{border-radius:16px;margin:1rem 0}._tableHeader_bmqt0_375,._tableRow_bmqt0_397{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:.25rem}._tableCell_bmqt0_437{padding:.75rem .5rem;font-size:.8rem;font-weight:500}._tableHeader_bmqt0_375 ._tableCell_bmqt0_437{padding:.875rem .5rem;font-size:.75rem;font-weight:600}._winnerCell_bmqt0_483{margin:.125rem;border-radius:8px;font-size:.75rem;box-shadow:0 2px 8px #10b98133}._problemsSection_bmqt0_777,._solutionSection_bmqt0_1273,._comparisonSection_bmqt0_263{padding:3rem 1rem}._problemsTitle_bmqt0_839,._solutionTitle_bmqt0_1335{font-size:2.25rem;text-align:center}._problemsSubtitle_bmqt0_879,._solutionSubtitle_bmqt0_1375,._complexitySubtitle_bmqt0_609{font-size:1rem;text-align:center}._costComparisonLarge_bmqt0_983,._complexityIssue_bmqt0_625{padding:1.5rem;margin:2rem 0}._comparisonPrice_bmqt0_1113{font-size:1.75rem}._comparisonDetails_bmqt0_1141{font-size:1rem}._winnerBadge_bmqt0_1175{font-size:1rem;padding:.4rem .8rem}._statCard_bmqt0_909,._solutionStatCard_bmqt0_1405{padding:1.5rem;text-align:center}._statNumber_bmqt0_941,._solutionStatNumber_bmqt0_1437{font-size:2.5rem}._statLabel_bmqt0_957,._solutionStatLabel_bmqt0_1453,._statDescription_bmqt0_971,._solutionStatDescription_bmqt0_1467{font-size:1rem}._summaryItem_bmqt0_1215,._solutionSummaryItem_bmqt0_1499{padding:1.5rem;text-align:center}._summaryItem_bmqt0_1215 h4,._solutionSummaryItem_bmqt0_1499 h4{font-size:1.1rem;text-align:center!important;display:block!important;justify-content:center!important}._summaryItem_bmqt0_1215 p,._solutionSummaryItem_bmqt0_1499 p{font-size:.9rem}._demoSection_bmqt0_1557{padding:3rem 1rem}._demoContent_bmqt0_1569{text-align:center}._demoText_bmqt0_1587{align-items:center}._demoTitle_bmqt0_1599{font-size:2rem;text-align:center}._demoDescription_bmqt0_1615{text-align:center}._demoButton_bmqt0_1629{margin:0 auto}._finalCta_bmqt0_1695{padding:3rem 1rem}._finalCtaTitle_bmqt0_1719{font-size:2rem}._finalCtaButton_bmqt0_1747,._demoButton_bmqt0_1629{width:auto;min-width:200px;padding:1rem 2rem}._issueTitle_bmqt0_693{font-size:1.25rem}._issueDescription_bmqt0_707{font-size:1rem}._viewsGrid_bmqt0_739{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:.5rem}._viewItem_bmqt0_753{padding:.4rem .6rem;font-size:1rem}}@media (max-width: 480px){._hero_bmqt0_15{padding:2rem .75rem 1.5rem}._heroContent_bmqt0_53{gap:1.5rem;padding:0 .25rem}._heroTitle_bmqt0_87{font-size:1.5rem;line-height:1.15;word-wrap:break-word;overflow-wrap:break-word}._heroDescription_bmqt0_109{font-size:1rem}._heroActions_bmqt0_123{align-items:center}._ctaPrimary_bmqt0_135,._ctaSecondary_bmqt0_171{width:auto;max-width:200px;padding:.75rem 1rem;font-size:1rem;align-self:center}._dashboardPreview_bmqt0_217{width:100%;transform:perspective(800px) rotateY(-8deg) rotateX(4deg)}._problemsSection_bmqt0_777,._solutionSection_bmqt0_1273,._comparisonSection_bmqt0_263,._complexitySection_bmqt0_507{padding:2rem .75rem}._problemsTitle_bmqt0_839,._solutionTitle_bmqt0_1335,._complexityTitle_bmqt0_569{font-size:1.75rem}._comparisonTitle_bmqt0_315{font-size:1.75rem;font-weight:800;color:#0f172a}._problemsSubtitle_bmqt0_879,._solutionSubtitle_bmqt0_1375,._complexitySubtitle_bmqt0_609{font-size:.9rem}._costComparisonLarge_bmqt0_983,._complexityIssue_bmqt0_625{padding:1rem;margin:1.5rem 0}._comparisonTable_bmqt0_355{border-radius:12px;margin:.75rem 0}._tableHeader_bmqt0_375,._tableRow_bmqt0_397{grid-template-columns:1.2fr .8fr .8fr 1fr;gap:.125rem}._tableCell_bmqt0_437{padding:.625rem .25rem;font-size:.75rem;font-weight:500}._tableHeader_bmqt0_375 ._tableCell_bmqt0_437{padding:.75rem .25rem;font-size:.7rem;font-weight:600}._winnerCell_bmqt0_483{margin:.1rem;border-radius:6px;font-size:.65rem;box-shadow:0 2px 6px #10b98126}._comparisonPrice_bmqt0_1113{font-size:1.5rem}._comparisonDetails_bmqt0_1141{font-size:.75rem}._winnerBadge_bmqt0_1175{font-size:.75rem;padding:.3rem .6rem}._statCard_bmqt0_909,._solutionStatCard_bmqt0_1405{padding:1.25rem;text-align:center}._statNumber_bmqt0_941,._solutionStatNumber_bmqt0_1437{font-size:2.25rem}._statLabel_bmqt0_957,._solutionStatLabel_bmqt0_1453{font-size:.9rem}._statDescription_bmqt0_971,._solutionStatDescription_bmqt0_1467{font-size:1rem}._summaryItem_bmqt0_1215,._solutionSummaryItem_bmqt0_1499{padding:1.25rem;text-align:center}._summaryItem_bmqt0_1215 h4,._solutionSummaryItem_bmqt0_1499 h4{font-size:1rem;text-align:center!important;display:block!important;justify-content:center!important}._summaryItem_bmqt0_1215 p,._solutionSummaryItem_bmqt0_1499 p{font-size:1rem}._demoTitle_bmqt0_1599,._finalCtaTitle_bmqt0_1719{font-size:1.75rem}._demoContent_bmqt0_1569{text-align:center}._demoText_bmqt0_1587{align-items:center}._demoTitle_bmqt0_1599,._demoDescription_bmqt0_1615{text-align:center}._demoButton_bmqt0_1629{margin:0 auto}._finalCtaButton_bmqt0_1747,._demoButton_bmqt0_1629{width:auto;min-width:180px;padding:.875rem 1.5rem;font-size:1rem}._issueIcon_bmqt0_673{font-size:2.5rem;min-width:3rem}._issueTitle_bmqt0_693{font-size:1.1rem}._issueDescription_bmqt0_707{font-size:1rem}._issueSolution_bmqt0_721{font-size:.9rem}._viewsGrid_bmqt0_739{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.4rem}._viewItem_bmqt0_753{padding:.3rem .5rem;font-size:.75rem}}
