@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light}html{zoom:.8}@media(max-width:1024px){html{zoom:.9}}@media(max-width:768px){html{zoom:1}}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#f9f9f9;color:#1a1a1a;transition:background-color .3s,color .3s}body:has(.dark){background-color:#121212;color:#fff}#root{width:100%;padding:0;margin:0}input,select,textarea{background-color:#fff;color:#1a1a1a;-webkit-text-fill-color:#1a1a1a}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px #ffffff inset;-webkit-text-fill-color:#1a1a1a;transition:background-color 5000s ease-in-out 0s}.site-layout{font-family:Inter,system-ui,sans-serif;color:#0f172a;min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.site-header{position:sticky;top:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #f1f5f9;transition:box-shadow .3s ease}.site-header:hover{box-shadow:0 4px 16px #0000000a}.header-inner{max-width:1536px;margin:0 auto;padding:1rem 4%;display:flex;align-items:center;justify-content:space-between}.header-logo{text-decoration:none;display:inline-flex;align-items:center;flex-shrink:0}.header-logo-badge{display:inline-flex;align-items:center;justify-content:center;padding:.55rem .9rem;min-height:46px;background:#0f172a;border-radius:14px;box-shadow:0 10px 24px #0f172a24}.header-logo-image{display:block;height:30px;width:auto;max-width:180px;object-fit:contain}.header-nav{display:flex;gap:2rem;align-items:center}.header-nav-link{text-decoration:none;color:#475569;font-weight:500;font-size:.95rem;padding:.375rem 0;position:relative;transition:color .2s}.header-nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#2563eb;border-radius:1px;transition:width .2s ease}.header-nav-link:hover,.header-nav-link.active{color:#1e40af}.header-nav-link:hover:after,.header-nav-link.active:after{width:100%}.header-actions{display:flex;gap:.75rem;align-items:center}.btn-header-primary{background:#2563eb;color:#fff;padding:.6rem 1.25rem;border-radius:8px;border:none;font-weight:600;font-size:.9rem;cursor:pointer;box-shadow:0 2px 10px #2563eb40;transition:all .2s}.btn-header-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 16px #2563eb59}.btn-header-outline{background:transparent;color:#334155;padding:.6rem 1.25rem;border-radius:8px;border:1px solid #cbd5e1;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-header-outline:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.mobile-menu-toggle{display:none;background:transparent;border:none;cursor:pointer;color:#334155;padding:.25rem}.mobile-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-overlay.visible{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:320px;max-width:85vw;background:#fff;z-index:1200;box-shadow:-8px 0 30px #0000001a;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.mobile-close-btn{background:transparent;border:none;cursor:pointer;color:#64748b;padding:.25rem;border-radius:6px;transition:background .2s}.mobile-close-btn:hover{background:#f1f5f9;color:#0f172a}.mobile-nav-links{flex:1;display:flex;flex-direction:column;padding:1rem 0}.mobile-nav-link{text-decoration:none;color:#334155;font-weight:600;font-size:1.05rem;padding:1rem 1.5rem;border-bottom:1px solid #f8fafc;transition:background .15s,color .15s}.mobile-nav-link:hover{background:#f8fafc;color:#2563eb}.mobile-menu-actions{padding:1.5rem;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:.75rem}.mobile-menu-actions a{display:block}.site-footer{background:#0f172a;color:#e2e8f0;padding:4rem 2rem 0}.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:3rem;padding-bottom:3rem}.footer-logo{display:inline-flex;align-items:center;margin-bottom:1rem;text-decoration:none}.footer-logo-image{display:block;height:45px;width:auto;max-width:200px;object-fit:contain}.footer-tagline{color:#94a3b8;font-size:.95rem;line-height:1.6;max-width:280px}.footer-column h4{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.5px}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-column ul li a{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-column ul li a:hover{color:#3b82f6}.footer-cta-col h4{color:#fff;font-size:1.125rem;font-weight:700;margin-bottom:.75rem}.footer-cta-col p{color:#94a3b8;font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.footer-cta-buttons{display:flex;flex-direction:column;gap:.75rem}.btn-footer-primary{background:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;justify-content:center;box-shadow:0 2px 10px #2563eb4d;transition:all .2s}.btn-footer-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 16px #2563eb66}.btn-footer-outline{background:transparent;color:#e2e8f0;padding:.75rem 1.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);font-weight:600;font-size:.9rem;cursor:pointer;text-align:center;transition:all .2s}.btn-footer-outline:hover{background:#ffffff0d;border-color:#fff6}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;text-align:center}.footer-bottom p{color:#64748b;font-size:.875rem}@media(max-width:900px){.header-nav,.header-actions{display:none}.mobile-menu-toggle{display:flex}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}.header-inner{padding:1rem 1.25rem}.header-logo-image{height:30px;max-width:150px}}.landing-page{font-family:Inter,system-ui,sans-serif;color:#0f172a;background-color:#fafafa;overflow-x:hidden}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:#fff;border-bottom:1px solid #f1f5f9}.navbar .logo{font-weight:800;font-size:1.5rem;color:#1e40af}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#475569;font-weight:500;transition:color .2s}.nav-links a:hover{color:#1e40af}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:1rem}.btn-secondary{background:#f1f5f9;color:#334155}.btn-secondary:hover{background:#e2e8f0}.btn-outline:hover{border-color:#2563eb;color:#2563eb}.btn-white{background:#fff;color:#1e40af;box-shadow:0 4px 14px #0000001a}.btn-white:hover{background:#f8fafc;transform:translateY(-2px)}.hero-section{display:flex;justify-content:space-between;align-items:center;padding:5rem 5% 8rem;background:linear-gradient(to bottom right,#f8fafc,#fff)}.hero-content{flex:1;max-width:50%;padding-right:2rem}.badge{display:inline-block;padding:.25rem .75rem;background:#eff6ff;color:#2563eb;border-radius:999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:4rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem;color:#0f172a}.hero-title .highlight{color:#2563eb}.hero-subtitle{font-size:1.25rem;color:#64748b;line-height:1.6;margin-bottom:2.5rem;max-width:90%}.hero-cta-group{display:flex;gap:1rem}.hero-image-wrapper{flex:1;position:relative;max-width:50%}.hero-image{border-radius:16px;box-shadow:0 20px 40px #0000001a;width:100%}.float-image{position:absolute;bottom:-40px;left:-40px;width:250px;box-shadow:0 20px 40px #00000026;animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.insights-section{padding:6rem 5%;background:#f8fafc;text-align:center}.insights-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.insights-header p{color:#64748b;font-size:1.125rem;max-width:600px;margin:0 auto 4rem}.insights-visual{position:relative;max-width:1000px;margin:0 auto 6rem}.visual-main img{width:100%;border-radius:16px;box-shadow:0 20px 40px #00000014}.visual-card{position:absolute;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 10px 30px #0000001a;text-align:left;z-index:10}.floating-left{top:10%;left:-5%;animation:float 5s ease-in-out infinite 1s}.floating-right{bottom:0%;right:-5%;animation:float 7s ease-in-out infinite .5s}.dark-card{background:#0f172a;color:#fff}.metric-title{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.dark-card .metric-title{color:#cbd5e1}.metric-value{font-size:2rem;font-weight:700}.metric-value.positive{color:#10b981}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:2rem;border-radius:16px;text-align:left;box-shadow:0 4px 6px #00000005;border:1px solid #f1f5f9;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.feature-icon{width:48px;height:48px;background:#eff6ff;border-radius:12px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;color:#2563eb;transition:background .25s,color .25s,transform .25s}.feature-card:hover .feature-icon{background:#dbeafe;color:#1d4ed8;transform:scale(1.1)}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.feature-card p{color:#64748b;line-height:1.6}.workflow-section{padding:8rem 5%;text-align:center;background:#fff}.workflow-section h2{font-size:2.5rem;font-weight:800;margin-bottom:5rem}.workflow-steps{display:flex;justify-content:space-between;position:relative;max-width:1000px;margin:0 auto}.workflow-line{position:absolute;top:32px;left:10%;right:10%;height:2px;background:#e2e8f0;z-index:0}.workflow-item{position:relative;z-index:1;flex:1;padding:0 1rem}.workflow-circle{width:64px;height:64px;background:#fff;border:2px solid #2563eb;color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin:0 auto 1.5rem}.workflow-item h4{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.workflow-item p{color:#64748b;font-size:.875rem}.pricing-section{padding:8rem 5%;background:#f8fafc;text-align:center}.pricing-section h2{font-size:2.5rem;font-weight:800;margin-bottom:2rem}.billing-toggle{display:inline-flex;background:#fff;padding:.25rem;border-radius:999px;margin-bottom:4rem;border:1px solid #e2e8f0}.billing-toggle button{padding:.5rem 1.5rem;border-radius:999px;border:none;background:transparent;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.billing-toggle button.active{background:#0f172a;color:#fff}.pricing-cards{display:flex;justify-content:center;align-items:center;gap:2rem;max-width:1100px;margin:0 auto}.pricing-card{background:#fff;padding:3rem 2rem;border-radius:24px;flex:1;text-align:left;border:1px solid #e2e8f0;position:relative}.pricing-card.featured{padding:4rem 2rem;border-color:#2563eb;box-shadow:0 20px 40px #2563eb1a;background:#fff}.most-popular{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;padding:.25rem 1rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.pricing-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#0f172a}.pricing-card .price{font-size:3rem;font-weight:800;margin-bottom:2rem;color:#0f172a}.price span{font-size:1rem;font-weight:500;color:#64748b}.features-list{list-style:none;padding:0;margin:0 0 2.5rem}.features-list li{padding:.75rem 0;color:#475569;display:flex;align-items:center;gap:.75rem}.features-list li:before{content:"✓";color:#2563eb;font-weight:700}.pricing-card .btn{width:100%}.cta-section{padding:6rem 5%;background:#fff}.cta-box{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:32px;padding:6rem 2rem;text-align:center;color:#fff;max-width:1000px;margin:0 auto}.cta-box h2{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.cta-box p{font-size:1.25rem;opacity:.9;margin-bottom:2.5rem}.cta-subtext{font-size:.875rem!important;opacity:.7!important;margin:1rem 0 0!important}.footer{padding:2rem 5%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;background:#fff}.footer .logo{font-weight:800;color:#0f172a}.footer p{color:#64748b;font-size:.875rem}.pricing-page{font-family:Inter,system-ui,sans-serif;color:#0f172a;background-color:#fafafa;min-height:100vh;display:flex;flex-direction:column}.pricing-navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:#fff;border-bottom:1px solid #f1f5f9}.pricing-navbar .logo a{font-weight:800;font-size:1.5rem;color:#1e40af;text-decoration:none}.pricing-navbar .nav-links{display:flex;gap:2rem;align-items:center}.pricing-navbar .nav-links a{text-decoration:none;color:#475569;font-weight:500}.btn{padding:.875rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:1rem;text-align:center}.btn.small{padding:.5rem 1rem;font-size:.875rem}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 4px 14px #2563eb4d}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-outline{background:transparent;border:1px solid #cbd5e1;color:#334155}.btn-outline:hover{border-color:#2563eb;color:#2563eb;background:#f8fafc}.pricing-main-content{flex:1;padding-bottom:4rem}.pricing-header{padding:5rem 5% 2rem;text-align:center;max-width:800px;margin:0 auto}.no-cc-badge{display:inline-block;padding:.25rem .75rem;background:#eff6ff;color:#2563eb;border-radius:999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.pricing-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.pricing-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:3rem}.billing-toggle-container{display:flex;justify-content:center}.billing-toggle{display:inline-flex;background:#f1f5f9;padding:.375rem;border-radius:999px}.billing-toggle button{padding:.625rem 1.5rem;border-radius:999px;border:none;background:transparent;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.billing-toggle button.active{background:#fff;color:#0f172a;box-shadow:0 2px 8px #0000000d}.save-badge{background:#10b981;color:#fff;font-size:.75rem;padding:.125rem .5rem;border-radius:999px}.pricing-social-proof{text-align:center;color:#64748b;margin-bottom:4rem;font-size:.875rem;position:relative;z-index:20}.pricing-cards-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 2rem 4rem;align-items:center}.pricing-card{background:#fff;padding:2.5rem 1.5rem;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 6px #00000005;display:flex;flex-direction:column;position:relative;transition:transform .3s ease,box-shadow .3s ease;height:100%}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.pricing-card.popular-card{border:2px solid #2563eb;transform:scale(1.05);box-shadow:0 20px 40px #2563eb26;z-index:10;background:#fff}.pricing-card.popular-card:hover{transform:scale(1.05) translateY(-8px)}.popular-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;padding:.25rem 1rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.card-header{margin-bottom:2rem}.plan-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.plan-price{color:#0f172a;display:flex;align-items:baseline}.plan-price .currency{font-size:1.5rem;font-weight:600}.plan-price .amount{font-size:3rem;font-weight:800;letter-spacing:-1px}.plan-price .period{color:#64748b;font-weight:500;margin-left:.25rem}.card-features{flex:1;margin-bottom:2rem}.card-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.card-features li{display:flex;align-items:flex-start;gap:.75rem;color:#334155;font-size:.95rem;line-height:1.4}.feature-check{color:#10b981;flex-shrink:0;margin-top:2px}.feature-check.transparent{opacity:0}.ai-usage-info{margin:4rem 5% 2rem;background:#fff;border-radius:24px;padding:4rem 3rem;box-shadow:0 10px 30px #00000008;border:1px solid #f1f5f9}.ai-usage-header{text-align:center;max-width:600px;margin:0 auto 4rem}.ai-usage-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.ai-usage-header p{color:#64748b;font-size:1.125rem;line-height:1.6}.ai-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.ai-feature{padding:1rem}.icon-wrapper{width:56px;height:56px;background:#eff6ff;color:#2563eb;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.ai-feature h4{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between}.credit-cost{font-size:.85rem;font-weight:600;background:#e0e7ff;color:#4338ca;padding:.2rem .5rem;border-radius:999px}.ai-feature p{color:#64748b;font-size:.95rem;line-height:1.5}.custom-plan-wrapper{margin:2rem 5% 6rem;padding:0}.custom-plan-container{display:flex;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000026;border:1px solid rgba(255,255,255,.1);color:#fff}.custom-plan-content{flex:1;padding:4rem;position:relative;z-index:2}.custom-title-area{margin-bottom:3rem}.premium-title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.premium-subtitle{font-size:1.125rem;color:#cbd5e1;margin-bottom:1.5rem}.trust-signal-text{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#38bdf8;font-weight:600;background:#38bdf81a;padding:.5rem 1rem;border-radius:999px;border:1px solid rgba(56,189,248,.2)}.custom-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.premium-feature{display:flex;align-items:center;gap:.75rem;color:#e2e8f0;font-size:.95rem}.feature-icon-premium{color:#10b981;flex-shrink:0}.custom-cta-area{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.btn-premium-solid{background:#3b82f6;color:#fff;display:inline-flex;align-items:center;box-shadow:0 4px 14px #3b82f666}.btn-premium-solid:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f699}.btn-premium-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-premium-outline:hover{background:#ffffff1a;border-color:#ffffff80}.trust-signal-small{width:100%;font-size:.75rem;color:#64748b;margin-top:1rem}.ml-2{margin-left:.5rem}.custom-plan-visual{flex:.8;background:#0003;display:flex;align-items:center;justify-content:center;position:relative;border-left:1px solid rgba(255,255,255,.05);padding:3rem}.premium-glow-sphere{position:absolute;width:300px;height:300px;background:radial-gradient(circle,#3b82f666,#0000 70%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);filter:blur(40px);z-index:1}.visual-card-glass{position:relative;z-index:2;background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 20px 40px #0000004d}.visual-icon{color:#38bdf8;margin-bottom:1.5rem}.visual-card-glass h3{font-size:1.5rem;margin-bottom:.75rem}.visual-card-glass p{color:#94a3b8;font-size:.875rem;line-height:1.6;margin-bottom:2rem}.mini-badge-group{display:flex;gap:1rem;flex-wrap:wrap}.mini-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:#e2e8f0;background:#ffffff0d;padding:.4rem .75rem;border-radius:6px;border:1px solid rgba(255,255,255,.05)}.modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:modalFadeIn .3s cubic-bezier(.16,1,.3,1)}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.contact-sales-modal{padding:2.5rem}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:6px;transition:background .2s,color .2s}.modal-close:hover{background:#f1f5f9;color:#0f172a}.contact-sales-modal h2{font-size:1.75rem;font-weight:800;margin-bottom:.5rem}.contact-sales-modal p{color:#64748b;margin-bottom:2rem;font-size:.95rem}.sales-form .form-group{margin-bottom:1.25rem}.sales-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.sales-form label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.4rem}.sales-form input,.sales-form select,.sales-form textarea{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:10px;font-family:inherit;font-size:.95rem;color:#0f172a;transition:border-color .2s,box-shadow .2s}.sales-form input:focus,.sales-form select:focus,.sales-form textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.success-state{text-align:center;padding:3rem 1rem}.success-state h3{font-size:1.5rem;color:#10b981;margin-bottom:1rem}@media(max-width:900px){.custom-plan-container{flex-direction:column}.custom-plan-visual{border-left:none;border-top:1px solid rgba(255,255,255,.05);padding:3rem 2rem}.custom-plan-content{padding:3rem 2rem}.custom-features-grid{grid-template-columns:1fr}}.comparison-section{padding:6rem 5%;background:#fff}.comparison-container{max-width:1000px;margin:0 auto}.comparison-container h2{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#0f172a}.table-responsive{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 6px #00000005}.feature-table{width:100%;border-collapse:collapse;text-align:center;background:#fff}.feature-table th{padding:1.5rem 1rem;font-weight:700;font-size:1.125rem;color:#0f172a;border-bottom:2px solid #e2e8f0;background:#f8fafc}.feature-table td{padding:1.25rem 1rem;color:#475569;border-bottom:1px solid #f1f5f9;font-weight:500;vertical-align:middle}.feature-table .feature-label{text-align:left;color:#0f172a;font-weight:600}.feature-table tr:last-child td{border-bottom:none}.feature-table tr:hover td{background:#fdfdfd}.minus-icon{color:#cbd5e1}.faq-section{padding:6rem 5%;background:#f8fafc}.faq-container{max-width:800px;margin:0 auto}.faq-container h2{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#0f172a}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 4px 12px #00000008}.faq-item.open{border-color:#cbd5e1}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:transparent;border:none;font-size:1.125rem;font-weight:600;color:#0f172a;cursor:pointer;text-align:left;transition:color .2s}.faq-question:hover{color:#2563eb}.faq-icon{color:#64748b;flex-shrink:0}.faq-answer{padding:0 1.5rem 1.5rem;color:#475569;line-height:1.6}.pricing-footer{padding:2rem 5%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;background:#fff}.pricing-footer .logo{font-weight:800;color:#0f172a}.pricing-footer p{color:#64748b;font-size:.875rem}@media(max-width:1200px){.pricing-cards-container{grid-template-columns:repeat(2,1fr);align-items:stretch}.pricing-card.popular-card{transform:none}.pricing-card.popular-card:hover{transform:translateY(-8px)}.ai-features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.pricing-cards-container,.ai-features-grid{grid-template-columns:1fr;padding:0 1rem}.pricing-header{padding:3rem 5% 2rem}.pricing-title{font-size:2.25rem}}.contact-page-content{padding:4rem 5% 6rem;max-width:1200px;margin:0 auto;width:100%}.contact-hero{text-align:center;margin-bottom:4rem}.contact-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#0f172a}.contact-hero .subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.contact-content-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;margin-bottom:6rem;align-items:start}@media(max-width:850px){.contact-content-grid{grid-template-columns:1fr;gap:3rem}}.contact-info-grid{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #00000005;transition:transform .2s ease,box-shadow .2s ease}.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000a}.contact-icon{background:#eff6ff;color:#2563eb;padding:1rem;border-radius:12px;display:inline-flex;margin-bottom:1.25rem}.contact-info-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.contact-info-card p{color:#64748b;font-size:.95rem;margin-bottom:1rem;line-height:1.5}.contact-value{font-weight:600;color:#0f172a;font-size:1rem}.contact-form-container{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 40px #0000000f;border:1px solid #f1f5f9}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.contact-form input,.contact-form textarea{width:100%;padding:.875rem 1rem;border:1px solid #cbd5e1;border-radius:10px;font-family:inherit;font-size:.95rem;color:#0f172a;background:#f8fafc;transition:all .2s ease;box-sizing:border-box}.contact-form input:focus,.contact-form textarea:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.form-error-msg{color:#ef4444;font-size:.875rem;margin-bottom:1rem;text-align:center;font-weight:500}.contact-form-success{text-align:center;padding:3rem 1rem}.success-icon{background:#d1fae5;color:#10b981;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem;font-weight:700}.contact-form-success h3{font-size:1.5rem;color:#0f172a;margin-bottom:.5rem}.contact-form-success p{color:#64748b;margin-bottom:2rem}.contact-cta-section{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:24px;padding:4rem 2rem;text-align:center;color:#fff;margin-top:2rem}.contact-cta-content h2{font-size:2.25rem;font-weight:800;margin-bottom:1rem}.contact-cta-content p{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.cta-btn-icon{margin-right:.5rem}.contact-cta-content .btn-primary{background:#fff;color:#1e3a8a;display:inline-flex;align-items:center;padding:1rem 2rem;font-size:1.125rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.contact-cta-content .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0003}.about-page{font-family:Inter,system-ui,sans-serif;color:#0f172a;background:#fafafa;min-height:100vh;display:flex;flex-direction:column}.about-navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:#fff;border-bottom:1px solid #f1f5f9}.about-navbar .logo a{font-weight:800;font-size:1.5rem;color:#1e40af;text-decoration:none}.about-navbar .nav-links{display:flex;gap:2rem;align-items:center}.about-navbar .nav-links a{text-decoration:none;color:#475569;font-weight:500;transition:color .2s}.about-navbar .nav-links a:hover{color:#1e40af}.about-page .btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;transition:all .2s;font-size:1rem}.about-page .btn.small{padding:.5rem 1rem;font-size:.875rem}.about-page .btn-primary{background:#2563eb;color:#fff;box-shadow:0 4px 14px #2563eb4d}.about-page .btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.about-hero{text-align:center;padding:7rem 5% 5rem;background:linear-gradient(180deg,#eff6ff,#fafafa)}.about-hero-badge{display:inline-block;background:#dbeafe;color:#1e40af;font-weight:600;font-size:.875rem;padding:.35rem 1rem;border-radius:999px;margin-bottom:1.5rem}.about-hero h1{font-size:3.25rem;font-weight:800;line-height:1.2;max-width:700px;margin:0 auto 1.25rem}.about-hero-subtitle{font-size:1.25rem;color:#475569;max-width:600px;margin:0 auto .75rem}.about-hero-supporting{font-size:1rem;color:#94a3b8}.about-story{padding:6rem 5%;background:#fff}.about-story-container{max-width:720px;margin:0 auto;text-align:center}.about-story-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#eff6ff;color:#2563eb;border-radius:16px;margin-bottom:1.5rem}.about-story h2{font-size:2.25rem;font-weight:800;margin-bottom:2rem}.about-story-content p{color:#475569;font-size:1.05rem;line-height:1.8;margin-bottom:1.25rem;text-align:left}.about-problem{padding:6rem 5%;background:#f8fafc}.about-problem-container{max-width:1000px;margin:0 auto;text-align:center}.about-problem h2{font-size:2.25rem;font-weight:800;margin-bottom:.75rem}.about-problem-subtitle{color:#64748b;font-size:1.125rem;margin-bottom:3rem}.about-problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.about-problem-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem 1.5rem;text-align:left;box-shadow:0 4px 6px #00000005;transition:transform .2s,box-shadow .2s}.about-problem-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000d}.about-problem-icon{background:#fef2f2;color:#ef4444;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.about-problem-card h4{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.about-problem-card p{color:#64748b;font-size:.95rem;line-height:1.5}.about-solution{padding:6rem 5%;background:#fff}.about-solution-container{max-width:1000px;margin:0 auto;text-align:center}.about-solution h2{font-size:2.25rem;font-weight:800;margin-bottom:.5rem}.about-solution-tagline{color:#2563eb;font-weight:600;font-size:1.125rem;margin-bottom:3rem}.about-solution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.about-solution-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem 1.5rem;text-align:left;transition:transform .2s,box-shadow .2s}.about-solution-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000d}.about-solution-icon{background:#dbeafe;color:#2563eb;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.about-solution-card h4{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.about-solution-card p{color:#64748b;font-size:.95rem;line-height:1.5}.about-values{padding:6rem 5%;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.about-values-container{max-width:1000px;margin:0 auto;text-align:center}.about-values h2{font-size:2.25rem;font-weight:800;margin-bottom:.75rem}.about-values-subtitle{font-size:1.125rem;opacity:.85;margin-bottom:3rem}.about-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.about-value-card{background:#ffffff14;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem 1.5rem;text-align:left;transition:transform .2s}.about-value-card:hover{transform:translateY(-4px);background:#ffffff1f}.about-value-icon{background:#ffffff26;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.about-value-card h4{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.about-value-card p{font-size:.9rem;opacity:.8;line-height:1.5}.about-why-us{padding:6rem 5%;background:#fff}.about-why-us-container{max-width:680px;margin:0 auto;text-align:center}.about-why-us h2{font-size:2.25rem;font-weight:800;margin-bottom:2.5rem}.about-why-us-list{display:flex;flex-direction:column;gap:1.25rem;text-align:left}.about-why-us-item{display:flex;align-items:center;gap:1rem;font-size:1.05rem;color:#334155;background:#f8fafc;padding:1.25rem 1.5rem;border-radius:12px;border:1px solid #e2e8f0;transition:transform .2s}.about-why-us-item:hover{transform:translate(6px)}.why-us-check{color:#10b981;flex-shrink:0}.about-cta{padding:6rem 5%;background:#f8fafc}.about-cta-content{max-width:600px;margin:0 auto;text-align:center}.about-cta h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.about-cta p{color:#64748b;font-size:1.125rem;margin-bottom:2.5rem}.about-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-cta-primary{background:#2563eb;color:#fff;padding:.875rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 14px #2563eb4d;transition:all .2s}.btn-cta-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.btn-cta-outline{background:transparent;color:#334155;padding:.875rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;border:1px solid #cbd5e1;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s}.btn-cta-outline:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.about-footer{padding:2rem 5%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;background:#fff}.about-footer .logo{font-weight:800;color:#0f172a}.about-footer p{color:#64748b;font-size:.875rem}@media(max-width:768px){.about-hero h1{font-size:2.25rem}.about-problem-grid,.about-solution-grid,.about-values-grid{grid-template-columns:1fr}.about-navbar .nav-links{gap:1rem}.about-cta h2{font-size:2rem}}.login-container{display:flex;min-height:100vh;width:100%;font-family:Inter,system-ui,sans-serif;background-color:#f7f9fc}.login-left{flex:1;padding:3rem 4rem;display:flex;flex-direction:column;position:relative;max-width:55%}.login-brand{display:flex;align-items:center;margin-bottom:5rem;flex-shrink:0}.login-brand-logo{display:block;height:38px;width:auto;max-width:190px;object-fit:contain}.login-hero{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:600px}.ai-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#e0e7ff;color:#2563eb;padding:.35rem 1rem;border-radius:999px;font-weight:600;font-size:.875rem;width:fit-content;margin-bottom:2rem}.hero-heading{font-size:4rem;font-weight:800;line-height:1.1;color:#111827;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-text{font-size:1.25rem;color:#4b5563;line-height:1.6;margin-bottom:3.5rem;max-width:500px}.hero-features{display:flex;flex-direction:column;gap:2rem}@media(min-width:1200px){.hero-features{flex-direction:row}}.feature{display:flex;gap:1.25rem;align-items:flex-start;flex:1}.feature-icon-wrapper{background-color:#fff;padding:.75rem;border-radius:50%;box-shadow:0 4px 6px -1px #0000000d;display:flex;align-items:center;justify-content:center}.feature-content h4{font-weight:700;color:#111827;margin:0 0 .5rem;font-size:1rem}.feature-content p{color:#6b7280;margin:0;font-size:.9rem;line-height:1.5}.login-footer{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.8rem;color:#9ca3af;margin-top:4rem}.login-footer a{color:#6b7280;text-decoration:none;transition:color .2s}.login-footer a:hover{color:#2563eb}.login-right{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.login-card{background:#fff;width:100%;max-width:480px;padding:3rem;border-radius:24px;box-shadow:0 25px 50px -12px #0000000d}.card-header{margin-bottom:2.5rem}.card-header h2{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem}.card-header p{color:#6b7280;margin:0;font-size:1.05rem}.error-message{background:#fee2e2;color:#b91c1c;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem;font-weight:500}.form-group{margin-bottom:1.5rem}.form-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.form-group label{display:block;font-weight:600;font-size:.875rem;color:#111827;margin-bottom:.5rem}.forgot-password{font-size:.875rem;color:#2563eb;text-decoration:none;font-weight:500}.input-with-icon{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:#9ca3af}.input-with-icon input{width:100%;padding:.875rem 2.75rem;border:1px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:border-color .2s,box-shadow .2s;background:#fdfdfd}.input-with-icon input::placeholder,.select-wrapper select::placeholder{color:#9ca3af;opacity:.6}.input-with-icon input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.form-remember{margin-bottom:2rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;border-radius:4px;border:1px solid #d1d5db;accent-color:#2563eb;cursor:pointer}.btn-submit{width:100%;background:#2563eb;color:#fff;font-weight:600;font-size:1rem;padding:1rem;border:none;border-radius:12px;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem;transition:background .2s,transform .1s}.btn-submit:hover:not(:disabled){background:#1d4ed8}.btn-submit:active:not(:disabled){transform:scale(.98)}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.divider{display:flex;align-items:center;text-align:center;margin:2rem 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.divider span{padding:0 1rem;color:#9ca3af;font-size:.75rem;font-weight:600;letter-spacing:.5px}.sso-buttons{display:flex;gap:1rem;margin-bottom:2.5rem}.btn-sso{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-weight:600;font-size:.95rem;color:#374151;cursor:pointer;transition:background .2s,border-color .2s}.btn-sso:hover{background:#f9fafb;border-color:#d1d5db}.card-footer{text-align:center;font-size:.9rem;color:#6b7280}.create-account{color:#2563eb;font-weight:600;text-decoration:none;margin-left:.5rem}.create-account:hover{text-decoration:underline}@media(max-width:1024px){.login-container{flex-direction:column}.login-left{max-width:100%;padding:2rem;align-items:center;text-align:center}.login-brand{margin-bottom:2rem}.hero-heading{font-size:3rem}.feature{text-align:left}.login-footer{justify-content:center}.login-right{padding:0 1rem 3rem}}.field-error{color:#dc2626;font-size:.78rem;font-weight:500;margin-top:.35rem;display:flex;align-items:center;gap:.3rem;animation:fadeInError .2s ease}@keyframes fadeInError{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.input-error input,.input-error select{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261a!important}.password-rules{display:flex;flex-wrap:wrap;gap:.4rem 1rem;margin-top:.4rem;font-size:.75rem}.password-rules .rule{display:flex;align-items:center;gap:.25rem;color:#9ca3af;transition:color .2s}.password-rules .rule.met{color:#16a34a}.password-rules .rule.unmet{color:#dc2626}.password-toggle{position:absolute;right:1rem;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s}.password-toggle:hover{color:#4b5563}.signup-override .login-left{background:#fff;max-width:50%;padding:4rem 5%}.signup-override .login-right{background:#f8fafc;padding:4rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.signup-override .hero-text{max-width:450px}.hero-features-vertical{display:flex;flex-direction:column;gap:2.5rem;margin-top:2rem}.feature-vertical{display:flex;align-items:flex-start;gap:1.25rem}.feature-vertical .feature-icon-wrapper{background:#eff6ff;box-shadow:none;border-radius:50%;padding:.875rem}.feature-vertical h4{font-weight:700;font-size:1.05rem;margin:0 0 .25rem;color:#0f172a}.feature-vertical p{color:#64748b;margin:0;font-size:.9rem;line-height:1.5;max-width:380px}.signup-card{max-width:520px;padding:2.5rem 3rem;border-radius:16px;box-shadow:0 20px 40px #0000000f}.form-row{display:flex;gap:1.5rem;margin-bottom:0rem}.form-group.half{flex:1}.select-wrapper{position:relative}.select-wrapper select{width:100%;padding:.875rem 1rem .875rem 2.75rem;border:1px solid #e5e7eb;border-radius:12px;font-size:.95rem;background:#fdfdfd;appearance:none;color:#374151;cursor:pointer}.select-wrapper select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.select-wrapper:after{content:"▼";font-size:.6rem;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.optional{color:#9ca3af;font-weight:400;font-size:.8rem}.centered-footer{margin-top:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.legal-text{text-align:center;font-size:.75rem;color:#94a3b8;margin-top:1.5rem;line-height:1.5}.legal-text a{color:#64748b;text-decoration:underline}.security-badges{display:flex;gap:2rem;margin-top:2.5rem;color:#10b981;font-size:.85rem;font-weight:500}.badge-item{display:flex;align-items:center;gap:.5rem}@media(max-width:1024px){.signup-override .login-left{max-width:100%;padding:3rem 10%}.form-row{flex-direction:column;gap:0}}.verification-page-wrapper{min-height:100vh;background-color:#f8fafc;display:flex;flex-direction:column;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.verification-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background-color:#fff;border-bottom:1px solid #e2e8f0}.brand-logo{width:24px;height:24px;color:#2563eb}.brand-name{font-weight:700;font-size:1.1rem;color:#0f172a;letter-spacing:-.01em}.header-links{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.help-text{color:#64748b}.support-link{color:#2563eb;font-weight:500;text-decoration:none}.verification-main{flex:1;display:flex;justify-content:center;align-items:center;padding:1rem}.verification-card{background:#fff;border-radius:16px;padding:1.5rem 2rem;width:100%;max-width:440px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;display:flex;flex-direction:column;align-items:center;text-align:center}.icon-badge-container{position:relative;margin-bottom:.75rem}.email-icon-circle{width:56px;height:56px;background-color:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2563eb}.success-badge{position:absolute;bottom:0;right:-2px;width:20px;height:20px;background-color:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid white}.verification-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.02em}.verification-subtitle{font-size:.85rem;color:#475569;line-height:1.4;margin:0 0 1rem;max-width:380px}.email-display-box{background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:.5rem 1rem;width:100%;display:flex;flex-direction:column;gap:.15rem;margin-bottom:1.25rem}.email-label{font-size:.8rem;color:#64748b;font-weight:500}.email-address{font-size:1rem;font-weight:700;color:#0f172a}.verification-steps{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.step-item{display:flex;align-items:center;gap:.75rem;text-align:left}.step-number{width:24px;height:24px;border-radius:50%;background-color:#eff6ff;color:#3b82f6;font-weight:600;font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-text{font-size:.95rem;color:#334155;font-weight:500}.btn-open-app{width:100%;background-color:#2563eb;color:#fff;border:none;border-radius:8px;padding:.65rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem;transition:background-color .2s;margin-bottom:.75rem;text-decoration:none}.btn-open-app:hover{background-color:#1d4ed8}.secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;width:100%;margin-bottom:1rem}.btn-resend,.btn-change-email{width:100%;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn-resend{background-color:#f1f5f9;color:#94a3b8}.btn-resend:not(:disabled){background-color:#f1f5f9;color:#0f172a}.btn-resend:not(:disabled):hover{background-color:#e2e8f0}.btn-change-email{background-color:transparent;color:#2563eb}.btn-change-email:hover{background-color:#eff6ff}.spam-notice{font-size:.8rem;color:#64748b;line-height:1.4;max-width:380px}.highlight-text{font-weight:600;color:#475569}.verification-footer{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;text-align:center}.copyright{font-size:.8rem;color:#94a3b8;margin:0}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.8rem;color:#94a3b8;text-decoration:none}.footer-links a:hover{color:#64748b}@media(max-width:480px){.verification-header{padding:1rem}.verification-card{padding:2rem 1.5rem;border-radius:16px}.secondary-actions{grid-template-columns:1fr;gap:.75rem}}.verification-success-wrapper{min-height:100vh;background-color:#fafbfc;display:flex;flex-direction:column;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.verification-success-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;background-color:transparent}.brand-suffix{color:#3b82f6}.user-avatar-placeholder{width:32px;height:32px;background-color:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3b82f6}.avatar-svg{width:16px;height:16px}.verification-success-main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem}.success-card{background:#fff;border-radius:20px;width:100%;max-width:440px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;display:flex;flex-direction:column;overflow:hidden;margin-bottom:3rem;border:1px solid #f1f5f9}.success-card-top{height:160px;background:linear-gradient(180deg,#e0f2fe,#f0f9ff);display:flex;justify-content:center;align-items:center;position:relative}.icon-badge-container{position:relative}.email-icon-circle{width:64px;height:64px;background-color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a}.text-blue{color:#2563eb}.success-badge{position:absolute;bottom:-4px;right:-8px;width:24px;height:24px;background-color:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid white}.success-card-bottom{padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.shield-icon-wrapper{background-color:#ecfdf5;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.success-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.02em}.success-subtitle{font-size:.9rem;color:#475569;line-height:1.5;margin:0 0 2rem;max-width:320px}.btn-continue-setup{width:100%;background-color:#2563eb;color:#fff;border:none;border-radius:10px;padding:.875rem 1rem;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem;transition:background-color .2s;margin-bottom:1rem}.btn-continue-setup:hover{background-color:#1d4ed8}.btn-go-dashboard{background-color:transparent;color:#64748b;border:none;font-size:.85rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;transition:color .2s;margin-bottom:2rem}.btn-go-dashboard:hover{color:#0f172a}.success-footer{width:100%;padding-top:1.5rem;border-top:1px solid #f1f5f9;font-size:.75rem;color:#94a3b8;display:flex;align-items:center;justify-content:center;gap:.35rem}.sparkle-icon{font-size:.9rem}.auto-redirect-progress{position:absolute;bottom:0;left:0;height:3px;width:100%;background-color:transparent}.progress-bar-fill{height:100%;background-color:#3b82f6;opacity:.2;transition:width .05s linear}.pagination-dots{display:flex;gap:.5rem}.dot{width:24px;height:4px;background-color:#e2e8f0;border-radius:2px}.dot.active{background-color:#3b82f6}.verification-success-footer{text-align:center;padding:2rem}.copyright{font-size:.7rem;font-weight:600;letter-spacing:.05em;color:#94a3b8;margin:0}.verification-expired-wrapper{min-height:100vh;background-color:#f8fafc;display:flex;flex-direction:column;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.verification-expired-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;background-color:transparent}.brand-name{font-weight:700;font-size:1.15rem;color:#0f172a;letter-spacing:-.01em}.user-avatar-placeholder{width:32px;height:32px;background-color:#d1d5db;border-radius:50%;border:2px solid white}.verification-expired-main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem}.expired-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;width:100%;max-width:440px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem;border:1px solid #f1f5f9}.icon-badge-container{position:relative;margin-top:1rem;margin-bottom:2rem}.clock-icon-circle{width:64px;height:64px;background-color:#fef3c7;border-radius:50%;display:flex;align-items:center;justify-content:center}.text-yellow-dark{color:#d97706}.mail-badge{position:absolute;bottom:0;right:-4px;width:24px;height:24px;background-color:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid white}.expired-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .75rem;letter-spacing:-.02em}.expired-subtitle{font-size:.9rem;color:#475569;line-height:1.5;margin:0 0 2rem;max-width:360px}.email-display-box-light{background-color:#f8fafc;border-radius:12px;padding:.875rem 1.25rem;width:100%;display:flex;flex-direction:column;gap:.25rem;margin-bottom:2rem}.email-label{font-size:.75rem;color:#64748b;font-weight:500}.email-address{font-size:.95rem;font-weight:600;color:#0f172a}.btn-primary-blue{width:100%;background-color:#2563eb;color:#fff;border:none;border-radius:10px;padding:.875rem 1rem;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem;transition:background-color .2s;text-decoration:none}.btn-primary-blue:hover{background-color:#1d4ed8}.btn-secondary-text{background-color:transparent;color:#64748b;border:none;font-size:.9rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;transition:color .2s;margin-top:1.5rem;margin-bottom:1.5rem}.btn-secondary-text:hover{color:#0f172a}.card-footer-divider{width:100%;height:1px;background-color:#f1f5f9;margin-bottom:1.5rem}.support-link-inline{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#64748b;text-decoration:none;transition:color .2s}.support-link-inline:hover{color:#0f172a}.security-badges-container{display:flex;gap:2rem;align-items:center;justify-content:center;margin-top:1rem}.security-badge{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#cbd5e1}.security-badge span{font-size:.65rem;font-weight:700;letter-spacing:.05em;color:#cbd5e1}.verification-expired-footer{text-align:center;padding:2rem}.text-muted{font-size:.7rem;font-weight:500;color:#94a3b8;margin:0}:root{--onboarding-bg: #f8fafc;--onboarding-text: #0f172a;--onboarding-text-muted: #64748b;--onboarding-border: #e2e8f0;--onboarding-primary: #2563eb;--onboarding-primary-hover: #1d4ed8;--onboarding-card-bg: #ffffff}body{margin:0;padding:0}.onboarding-wrapper{min-height:100vh;background-color:var(--onboarding-bg);display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--onboarding-text)}.onboarding-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;background-color:var(--onboarding-card-bg);border-bottom:1px solid var(--onboarding-border)}.brand{display:flex;align-items:center;gap:.5rem}.brand-logo{width:28px;height:28px;color:var(--onboarding-primary)}.header-actions{display:flex;align-items:center;gap:1.5rem;color:var(--onboarding-text-muted);font-size:.9rem}.user-avatar-placeholder{width:36px;height:36px;background-color:#fce7f3;border-radius:50%;border:2px solid white;display:flex;align-items:center;justify-content:center;color:#fff}.onboarding-main-container{flex:1;display:flex;justify-content:center;padding:3rem 1.5rem}.onboarding-layout-grid{display:flex;gap:2rem;width:100%;max-width:1024px}.onboarding-content-column{flex:1.2}.narrow-column{max-width:600px;margin:0 auto}.onboarding-sidebar-column{flex:1;display:flex;flex-direction:column;gap:1.5rem}.onboarding-card{background:var(--onboarding-card-bg);border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid var(--onboarding-border)}.form-card{padding:2.5rem 3rem}.info-card{padding:2rem;background-color:#f1f5f9;border:none;box-shadow:none}.onboarding-progress-wrapper{margin-bottom:2rem}.progress-header{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:.75rem}.step-indicator{color:var(--onboarding-primary);letter-spacing:.05em}.completion-text{color:var(--onboarding-text-muted)}.progress-bar-container{width:100%}.progress-bar-track{height:6px;background-color:#e2e8f0;border-radius:3px;position:relative;overflow:hidden}.progress-bar-fill{height:100%;background-color:var(--onboarding-primary);border-radius:3px;transition:width .3s ease}.onboarding-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.onboarding-subtitle{font-size:.95rem;color:var(--onboarding-text-muted);margin:0 0 2rem}.onboarding-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.85rem;font-weight:500;color:var(--onboarding-text-muted)}.form-input,.form-select{width:100%;padding:.875rem 1rem;border:1px solid var(--onboarding-border);border-radius:8px;font-size:.95rem;color:var(--onboarding-text);background-color:#fff;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.form-input:focus,.form-select:focus{outline:none;border-color:var(--onboarding-primary);box-shadow:0 0 0 3px #2563eb1a}.input-helper{font-size:.75rem;margin-top:.25rem}.text-blue-500{color:#3b82f6}.mr-xs{margin-right:.25rem}.inline-block{display:inline-block;vertical-align:middle}.input-with-prefix{display:flex;align-items:center;border:1px solid var(--onboarding-border);border-radius:8px;background-color:var(--onboarding-card-bg);overflow:hidden;transition:border-color .2s}.input-with-prefix:focus-within{border-color:var(--onboarding-primary);box-shadow:0 0 0 3px #2563eb1a}.input-prefix{padding:.875rem .5rem .875rem 1rem;color:#94a3b8;font-size:.95rem;background-color:transparent}.border-left-0{border:none;outline:none;padding-left:.25rem;flex:1}.border-left-0:focus{box-shadow:none}.form-select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em}.radio-button-group{display:flex;gap:.75rem;width:100%}.radio-btn{flex:1;padding:.875rem 0;background:#fff;border:1px solid var(--onboarding-border);border-radius:8px;font-size:.9rem;font-weight:500;color:var(--onboarding-text);cursor:pointer;transition:all .2s}.radio-btn:hover{border-color:#cbd5e1}.radio-btn.active{background-color:#eff6ff;border-color:var(--onboarding-primary);color:var(--onboarding-primary);font-weight:600}.form-actions{display:grid;grid-template-columns:1fr 2fr;gap:1rem;margin-top:1rem}.btn-outline,.btn-solid-blue{padding:.875rem 1rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}.btn-outline{background-color:transparent;border:1px solid var(--onboarding-border);color:var(--onboarding-text)}.btn-outline:hover{background-color:#f8fafc}.btn-solid-blue{background-color:var(--onboarding-primary);border:none;color:#fff}.btn-solid-blue:hover{background-color:var(--onboarding-primary-hover)}.info-title{font-size:1.15rem;font-weight:600;margin:0 0 1.5rem}.feature-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bg-blue-100{background-color:#dbeafe}.feature-text h3{margin:0 0 .25rem;font-size:.95rem;font-weight:600}.feature-text p{margin:0;font-size:.85rem;color:var(--onboarding-text-muted);line-height:1.4}.testimonial-card{background-color:#0f172a;color:#fff;padding:2rem;border-radius:16px;display:flex;flex-direction:column;gap:1.5rem}.testimonial-quote{margin:0;font-size:.95rem;font-style:italic;line-height:1.5;color:#cbd5e1}.testimonial-author{display:flex;align-items:center;gap:.75rem}.author-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.author-avatar svg{width:36px;height:36px;fill:#cbd5e1}.author-info h4{margin:0;font-size:.85rem;font-weight:600;color:#fff}.author-info span{font-size:.75rem;color:#94a3b8}.onboarding-footer{text-align:center;padding:2rem}.text-muted{font-size:.8rem;color:#94a3b8;margin:0}.footer-link{color:#94a3b8;text-decoration:underline}.footer-link:hover{color:var(--onboarding-text)}.bg-white-override{background-color:#fff}.onboarding-header-minimal{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;background-color:transparent}.btn-close-onboarding{width:36px;height:36px;border-radius:50%;background-color:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .2s}.btn-close-onboarding:hover{background-color:#e2e8f0;color:#0f172a}.onboarding-main-center{flex:1;display:flex;justify-content:center;padding:2rem 1.5rem 4rem}.onboarding-center-container{width:100%;max-width:800px;display:flex;flex-direction:column}.role-headlines{text-align:center;margin-bottom:2.5rem;margin-top:1rem}.role-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.role-subtitle{font-size:.95rem;color:var(--onboarding-text-muted);margin:0}.center-progress-wrapper{max-width:480px;margin:0 auto}.progress-subtext{text-align:center;margin-top:.75rem;font-size:.8rem;color:var(--onboarding-text-muted)}.role-selection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.role-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px -1px #00000005}.role-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 10px -2px #0000000d}.role-card.selected{border-color:var(--onboarding-primary);background-color:#f8fafc;box-shadow:0 0 0 1px var(--onboarding-primary)}.role-card.dashed{border-style:dashed;background-color:#f8fafc}.role-card.dashed:hover{border-color:#cbd5e1}.role-card.dashed.selected{border-style:solid;background-color:#fff}.role-icon-circle{width:48px;height:48px;background-color:#eff6ff;color:var(--onboarding-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.badge-gray{background-color:#f1f5f9;color:#64748b}.role-card-title{font-size:1.05rem;font-weight:600;margin:0 0 .5rem;color:var(--onboarding-text)}.role-card-desc{font-size:.8rem;color:var(--onboarding-text-muted);margin:0;line-height:1.4}.font-bold{font-weight:700}.role-actions{display:flex;justify-content:center;gap:1rem}.role-actions .btn-outline,.role-actions .btn-solid-blue{width:160px}.wider-container{max-width:900px}.pipeline-section{display:flex;flex-direction:column;width:100%}.pipeline-header{margin-bottom:1.5rem}.align-between{display:flex;justify-content:space-between;align-items:center}.inline-flex{display:inline-flex}.align-center{align-items:center}.justify-center{justify-content:center}.gap-sm{gap:.5rem}.text-left{text-align:left}.pl-0{padding-left:0}.ml-0{margin-left:0}.mt-md{margin-top:1.5rem}.mt-xl{margin-top:3rem}.section-label{font-size:.85rem;font-weight:700;letter-spacing:.05em;color:#0f172a;margin:0}.btn-text-blue{background:transparent;border:none;color:var(--onboarding-primary);cursor:pointer;transition:color .2s}.btn-text-blue:hover{color:var(--onboarding-primary-hover)}.pipeline-builder-list,.pipeline-row-wrapper{display:flex;flex-direction:column}.pipeline-stage-row{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:#fff;border:1px solid var(--onboarding-border);border-radius:12px;box-shadow:0 1px 2px #00000005;transition:box-shadow .2s,border-color .2s}.pipeline-stage-row:focus-within{border-color:var(--onboarding-primary);box-shadow:0 0 0 3px #2563eb1a}.drag-handle{cursor:grab;padding:.25rem}.drag-handle:active{cursor:grabbing}.stage-number-badge{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;flex-shrink:0}.badge-light-blue{background-color:#dbeafe;color:#1e40af}.badge-solid-blue{background-color:var(--onboarding-primary);color:#fff}.stage-name-input{flex:1;border:none;font-size:.95rem;font-weight:500;color:var(--onboarding-text);background-color:transparent;padding:.5rem;outline:none}.btn-delete-stage{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s}.btn-delete-stage:hover:not(:disabled){background-color:#fef2f2;color:#ef4444}.btn-delete-stage:disabled{opacity:.3;cursor:not-allowed}.stage-connector{position:relative;left:4.25rem;align-self:flex-start;width:3px;display:flex;flex-direction:column;align-items:center;height:24px}.connector-line{width:3px;height:16px;background-color:#94a3b8}.connector-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #94a3b8}.btn-dashed-add{width:100%;padding:1.25rem;background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s;text-align:center}.btn-dashed-add:hover{border-color:#94a3b8;color:#475569;background-color:#f1f5f9}.sparkles-icon svg{width:1.2rem;height:1.2rem}.template-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.template-card{background-color:#fff;border:1px solid var(--onboarding-border);border-radius:12px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;cursor:pointer;transition:all .2s}.template-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000000d}.template-icon-circle{width:36px;height:36px;background-color:#eff6ff;color:var(--onboarding-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.template-card-title{font-size:.95rem;font-weight:600;margin:0 0 .25rem;color:var(--onboarding-text)}.template-card-desc{font-size:.75rem;color:var(--onboarding-text-muted);margin:0}.pipeline-actions .outline-fixed-width,.pipeline-actions .solid-fixed-width{width:160px}.integration-container{margin-top:2rem}.mt-2xl{margin-top:4rem}.gap-xs{gap:.25rem}.integration-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.integration-card{background-color:#fff;border:1px solid var(--onboarding-border);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;transition:all .2s}.integration-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.integration-card.connected{background-color:#f0fdf4;background-color:#eff6ff;border-color:var(--onboarding-primary)}.integration-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.integration-icon{width:40px;height:40px;background-color:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center}.integration-card.connected .integration-icon{background-color:#fff}.btn-connect{background-color:var(--onboarding-primary);color:#fff;border:none;border-radius:6px;padding:.4rem 1rem;cursor:pointer;transition:background-color .2s}.btn-connect:hover{background-color:var(--onboarding-primary-hover)}.btn-connected{background-color:#dbeafe;color:#1e40af;border:none;border-radius:6px;padding:.4rem .8rem;cursor:pointer}.integration-title{font-size:1rem;font-weight:600;color:var(--onboarding-text);margin:0 0 .5rem}.integration-desc{font-size:.85rem;color:var(--onboarding-text-muted);margin:0;line-height:1.5}.integration-footer{border-top:1px solid var(--onboarding-border);padding-top:1.5rem}.integration-footer-inner{display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}.btn-skip-text{background:transparent;border:none;color:#64748b;font-size:.95rem;cursor:pointer;transition:color .2s}.btn-skip-text:hover{color:#334155;text-decoration:underline}.max-w-md{max-width:28rem}.mb-sm{margin-bottom:.5rem}.color-slate-500{color:#64748b}.ai-features-list{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.ai-feature-card{display:flex;align-items:center;background-color:#fff;border:1px solid var(--onboarding-border);border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 1px 2px #00000005;transition:box-shadow .2s,border-color .2s;cursor:pointer}.ai-feature-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.ai-icon-circle{width:44px;height:44px;background-color:#eff6ff;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:1.25rem}.ai-feature-content{flex:1;display:flex;flex-direction:column;justify-content:center}.ai-title{font-size:1rem;font-weight:600;color:var(--onboarding-text);margin:0 0 .25rem}.ai-desc{font-size:.85rem;color:var(--onboarding-text-muted);margin:0;line-height:1.4}.ai-toggle-container{position:relative;width:48px;height:26px;flex-shrink:0;margin-left:1rem}.toggle-input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 1px 2px #0003}.toggle-input:checked+.toggle-slider{background-color:var(--onboarding-primary)}.toggle-input:focus+.toggle-slider{box-shadow:0 0 1px var(--onboarding-primary)}.toggle-input:checked+.toggle-slider:before{transform:translate(22px)}.ai-actions-center{display:flex;justify-content:center;align-items:center;gap:1.5rem}.btn-enable-all{padding:.8rem 1.5rem;border-radius:20px;font-weight:600;background-color:var(--onboarding-primary);color:#fff;border:none;cursor:pointer;transition:background-color .2s}.btn-enable-all:hover{background-color:var(--onboarding-primary-hover)}.btn-later{padding:.8rem 1.5rem;border-radius:20px;font-weight:600;background-color:#e2e8f0;color:#0f172a;border:none;cursor:pointer;transition:background-color .2s}.btn-later:hover{background-color:#cbd5e1}.privacy-trust-card{display:flex;align-items:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;gap:1.5rem}.privacy-icon-shield{width:50px;height:50px;background-color:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.privacy-content{display:flex;flex-direction:column}.privacy-title{font-size:.95rem;font-weight:600;color:var(--onboarding-text);margin:0 0 .25rem}.privacy-desc{font-size:.8rem;color:var(--onboarding-text-muted);margin:0;line-height:1.5}.success-card-padding{padding:2.5rem 3.5rem}.mb-md{margin-bottom:1.5rem}.mt-lg{margin-top:2rem}.success-title{font-size:1.75rem;font-weight:700;color:var(--onboarding-text);letter-spacing:-.02em}.success-subtitle{font-size:1rem;color:var(--onboarding-text-muted)}.success-icon-container{width:64px;height:64px;background-color:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center}.success-action-list{display:flex;flex-direction:column;gap:1rem}.success-action-item{display:flex;align-items:center;background-color:#fff;border:1px solid var(--onboarding-border);border-radius:12px;padding:1.25rem 1.5rem;cursor:pointer;transition:all .2s}.success-action-item:hover{border-color:#cbd5e1;background-color:#f8fafc}.success-action-item:hover .chevron-icon{transform:translate(2px);color:var(--onboarding-primary)}.success-action-icon{width:40px;height:40px;background-color:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:1.25rem}.success-action-content{flex:1}.action-item-title{font-size:.95rem;font-weight:600;color:var(--onboarding-text);margin:0 0 .25rem}.action-item-desc{font-size:.8rem;color:var(--onboarding-text-muted);margin:0}.chevron-icon{transition:transform .2s,color .2s}.btn-full-width{width:100%}.success-footer-text{font-size:.85rem;color:#64748b}.hover-underline:hover{text-decoration:underline}@media(max-width:900px){.role-selection-grid,.template-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.onboarding-layout-grid{flex-direction:column}.form-card{padding:1.5rem}.form-actions,.role-selection-grid,.template-cards-grid,.integration-grid{grid-template-columns:1fr}.role-actions,.role-actions .btn-outline,.role-actions .btn-solid-blue,.pipeline-actions .outline-fixed-width,.pipeline-actions .solid-fixed-width{width:100%}.integration-footer-inner{flex-direction:column-reverse;gap:1rem}.btn-skip-text{width:100%;text-align:center}.integration-footer-inner .btn-solid-blue{width:100%}.ai-actions-center{flex-direction:column;gap:1rem}.btn-enable-all,.btn-later{width:100%}.privacy-trust-card{flex-direction:column;text-align:center;align-items:center}.privacy-icon-shield{margin-right:0;margin-bottom:1rem}.success-card-padding{padding:2rem 1.5rem}}.loading-page-container{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);z-index:9999;font-family:Inter,system-ui,-apple-system,sans-serif}.loading-glass-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);padding:3rem;border-radius:24px;box-shadow:0 25px 50px -12px #0000001a;width:90%;max-width:440px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-visual{position:relative;width:80px;height:80px;margin-bottom:.5rem}.loading-spinner-ring{position:absolute;inset:0;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s cubic-bezier(.55,0,.1,1) infinite}.loading-icon-core{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#3b82f6;animation:pulse-soft 2s ease-in-out infinite}.loading-text-content{display:flex;flex-direction:column;gap:.5rem}.loading-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.loading-status-message{font-size:.95rem;color:#64748b;min-height:1.5rem;animation:fade-in-up .5s ease-out}.loading-progress-bar-bg{width:100%;height:6px;background:#f1f5f9;border-radius:10px;overflow:hidden}.loading-progress-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);width:30%;border-radius:10px;animation:progress-slide 2.5s infinite ease-in-out}.loading-footer-tip{margin-top:1rem;font-size:.8rem;color:#94a3b8;display:flex;align-items:center;gap:.5rem}@keyframes pulse-soft{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.92);opacity:.8}}@keyframes progress-slide{0%{transform:translate(-100%);width:20%}50%{width:50%}to{transform:translate(400%);width:20%}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}body{margin:0;padding:0;background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.not-found-wrapper{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc;color:#0f172a}.not-found-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;background-color:#f8fafc}.brand{display:flex;align-items:center;gap:.5rem;cursor:pointer}.brand-logo{width:28px;height:28px;color:#2563eb}.logo-svg{width:100%;height:100%}.brand-name{font-weight:700;font-size:1.2rem}.header-actions{display:flex;align-items:center;gap:1.5rem;color:#64748b;font-size:.9rem;font-weight:500}.nav-link{cursor:pointer;transition:color .2s}.nav-link:hover{color:#0f172a}.user-avatar-placeholder{width:36px;height:36px;background-color:#fed7aa;border-radius:50%;border:2px solid white;display:flex;align-items:center;justify-content:center;color:#c2410c;cursor:pointer}.avatar-svg{width:20px;height:20px}.not-found-main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.5rem 4rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-xs{margin-bottom:.5rem}.mb-lg{margin-bottom:2rem}.mb-xl{margin-bottom:3rem}.mb-2xl{margin-bottom:4rem}.gap-xs{gap:.5rem}.gap-md{gap:1rem}.not-found-title{font-size:2.75rem;font-weight:700;line-height:1.15;color:#0f172a;letter-spacing:-.02em}.text-primary-blue{color:#2563eb}.not-found-subtitle{font-size:1.05rem;color:#475569;max-width:500px;line-height:1.6}.flex-center{display:flex;justify-content:center;align-items:center}.btn-pill{border-radius:9999px;padding:.8rem 1.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s}.btn-solid-blue{background-color:#2563eb;border:none;color:#fff}.btn-solid-blue:hover{background-color:#1d4ed8}.btn-outline{background-color:#fff;border:1px solid #cbd5e1;color:#0f172a}.btn-outline:hover{background-color:#f8fafc;border-color:#94a3b8}.btn-text-blue{background:transparent;border:none;color:#2563eb;cursor:pointer}.btn-text-blue:hover{text-decoration:underline}.font-medium{font-weight:500}.not-found-illustration-card{background-color:#fff;border-radius:20px;width:100%;max-width:768px;height:280px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px -5px #00000008,0 0 1px #0000001a;position:relative}.pipeline-graphic{display:flex;align-items:center;justify-content:center;gap:0;width:80%;position:relative;transform:translateY(10px)}.pipeline-node-container{display:flex;flex-direction:column;align-items:center;gap:1.25rem;position:relative;z-index:2}.pipeline-node{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:#fff;box-shadow:0 0 0 4px #fff}.light-blue-style{background-color:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.alert-red-style{background-color:#fef2f2;color:#ef4444;border:2px solid #fecaca;margin-top:10px}.node-label{font-size:.65rem;font-weight:700;letter-spacing:.1em;color:#94a3b8;text-transform:uppercase;position:absolute;top:60px;white-space:nowrap}.alert-text{color:#ef4444;top:70px}.pipeline-connector{height:2px;width:90px;background-color:#e2e8f0;margin-top:-30px;z-index:1}.pipeline-connector.solid{background-color:#bfdbfe}.pipeline-connector.fading{background:linear-gradient(to right,#bfdbfe,#e2e8f0 50%,#f1f5f9)}.broken-slash-container{position:relative;background-color:transparent;display:flex;align-items:center;justify-content:center;transform:translate(-15px)}.broken-slash{width:2px;height:30px;background-color:transparent;border-left:2px dashed #ef4444;transform:rotate(20deg)}.terminal-node{position:relative;transform:translate(-30px)}.floating-doc-pill{position:absolute;top:-60px;right:-25px;width:100px;height:40px;background-color:#fff;border-radius:8px;box-shadow:0 10px 25px -5px #0000001a,0 4px 10px -2px #0000000d;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:0 12px;transform:rotate(-5deg);z-index:10}.doc-line{height:4px;background-color:#e2e8f0;border-radius:2px}.w-full{width:100%}.w-half{width:40%}@media(max-width:768px){.not-found-illustration-card{display:none}.not-found-title{font-size:2rem}.not-found-actions{flex-direction:column}.btn-pill{width:100%;justify-content:center}}.sidebar{width:260px;background-color:#fff;border-right:1px solid #eef2f6;display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;overflow-y:auto;font-family:Inter,sans-serif;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.sidebar-header{display:flex;align-items:center;gap:12px;padding:24px;margin-bottom:8px}.sidebar-header .brand-name{font-size:1.25rem;font-weight:700;color:#0f172a}.sidebar-brand-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#2563eb;border-radius:8px;overflow:hidden;flex-shrink:0}.sidebar-brand-icon{display:block;width:32px;height:32px;object-fit:contain}.sidebar-nav{flex:1;padding:0 16px}.sidebar-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;color:#64748b;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease}.nav-item:hover{background-color:#f8fafc;color:#334155}.nav-item.active{background-color:#eff6ff;color:#2563eb;font-weight:600}.nav-icon{display:flex;align-items:center;justify-content:center;color:inherit}.sidebar-footer{padding:24px 16px;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:16px}.pro-plan-widget{background-color:#f8fafc;border-radius:12px;padding:16px}.pro-plan-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.pro-title{color:#2563eb;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.pro-icon{color:#2563eb}.pro-desc{font-size:.8rem;color:#64748b;margin:0 0 12px;line-height:1.4}.btn-manage-plan{width:100%;background-color:#2563eb;color:#fff;border:none;border-radius:8px;padding:8px 0;font-size:.8rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-manage-plan:hover{background-color:#1d4ed8}.footer-nav{display:flex;flex-direction:column;gap:4px}.dashboard-navbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;background-color:#fff;border-bottom:1px solid #e2e8f0;height:52px;position:sticky;top:0;z-index:10}.navbar-left{flex:1}.navbar-right{display:flex;align-items:center;gap:1.25rem}.search-container{position:relative;display:flex;align-items:center;width:320px}.search-icon{position:absolute;left:1rem;color:#94a3b8}.search-input{width:100%;padding:.6rem 1rem .6rem 2.8rem;border:1px solid transparent;background-color:#f1f5f9;border-radius:9999px;font-size:.9rem;color:#334155;transition:all .2s;font-family:Inter,sans-serif}.search-input::placeholder{color:#94a3b8}.search-input:focus{outline:none;background-color:#fff;border-color:#cbd5e1;box-shadow:0 0 0 3px #94a3b81a}.status-badge{display:flex;align-items:center;gap:.375rem;background-color:#ecfdf5;padding:.4rem .75rem;border-radius:9999px;border:1px solid #d1fae5}.status-dot{width:6px;height:6px;background-color:#10b981;border-radius:50%}.status-text{font-size:.65rem;font-weight:700;color:#059669;letter-spacing:.05em}.btn-ai-assistant{display:flex;align-items:center;gap:.5rem;background-color:#2563eb;color:#fff;border:none;padding:.5rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-ai-assistant:hover{background-color:#1d4ed8}.btn-notifications{position:relative;background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.btn-notifications:hover{background-color:#f1f5f9;color:#334155}.notification-indicator{position:absolute;top:7px;right:8px;width:6px;height:6px;background-color:#ef4444;border-radius:50%;border:2px solid #ffffff}.navbar-separator{width:1px;height:24px;background-color:#e2e8f0;margin:0 .25rem}.btn-profile{background:none;border:none;padding:0;cursor:pointer;border-radius:50%}.avatar-wrapper{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;background-color:#e2e8f0;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:0 0 0 1px #e2e8f0}.avatar-initials{font-size:.9rem;font-weight:600;color:#64748b}.avatar-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.dashboard-layout{display:flex;min-height:100vh;width:100%;background-color:#f8fafc}.dashboard-main{flex:1;margin-left:260px;width:calc(100% - 260px);display:flex;flex-direction:column}.dashboard-content{padding:32px;flex:1}@media(max-width:768px){.dashboard-main{margin-left:0;width:100%;padding:20px}}.quick-action-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;transition:all .25s ease;cursor:pointer}.quick-action-card:hover:not(.card-disabled){border-color:#93c5fd;box-shadow:0 8px 25px -5px #3b82f61f;transform:translateY(-2px)}.quick-action-card.card-disabled{opacity:.6;cursor:not-allowed}.qac-icon-wrap{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex;align-items:center;justify-content:center;color:#3b82f6}.qac-title{font-size:.9375rem;font-weight:600;color:#0f172a;margin:0}.qac-desc{font-size:.8125rem;color:#64748b;margin:0;line-height:1.4}.qac-btn{margin-top:auto;padding:.4rem 1rem;border-radius:8px;font-size:.8125rem;font-weight:600;border:1px solid #3b82f6;background:transparent;color:#3b82f6;cursor:pointer;transition:all .2s}.qac-btn:hover:not(.btn-disabled){background:#3b82f6;color:#fff}.qac-btn.btn-disabled{border-color:#cbd5e1;color:#94a3b8;cursor:not-allowed}.metrics-placeholder{display:flex;flex-direction:column;gap:.75rem}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:768px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}.metric-card-empty{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;opacity:.7}.metric-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.metric-info{display:flex;flex-direction:column}.metric-value-empty{font-size:1.5rem;font-weight:800;color:#0f172a;line-height:1}.metric-label-empty{font-size:.75rem;color:#94a3b8;font-weight:500;margin-top:.25rem}.metrics-hint{text-align:center;color:#94a3b8;font-size:.8125rem;margin:0}.empty-dashboard{max-width:960px;margin:0 auto;padding:1rem 0 3rem;display:flex;flex-direction:column;gap:2rem}.ed-hero{text-align:center;padding:3rem 2rem 2.5rem;background:linear-gradient(135deg,#f8fafc,#eff6ff,#f5f3ff);border-radius:16px;border:1px solid #e2e8f0}.ed-hero-badge{display:inline-flex;align-items:center;padding:.3rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;font-size:.75rem;font-weight:600;color:#3b82f6;margin-bottom:1rem}.ed-hero-title{font-size:2rem;font-weight:800;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.02em}.ed-hero-subtitle{font-size:1.0625rem;color:#64748b;margin:0 0 1.75rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.5}.ed-hero-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.ed-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 14px -3px #3b82f666}.ed-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px -3px #3b82f680}.ed-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;background:#fff;color:#334155;border:1px solid #cbd5e1;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .25s ease}.ed-btn-secondary:hover{border-color:#94a3b8;background:#f8fafc}.ed-section{display:flex;flex-direction:column;gap:1rem}.ed-section-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.ed-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:768px){.ed-actions-grid{grid-template-columns:repeat(2,1fr)}}.ed-table-preview{position:relative;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#fff}.ed-preview-table{width:100%;border-collapse:collapse;opacity:.35}.ed-preview-table th{padding:.75rem 1rem;background:#f8fafc;color:#94a3b8;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-align:left;border-bottom:1px solid #e2e8f0}.ed-preview-table td{padding:1rem;border-bottom:1px solid #f1f5f9}.ed-skeleton{height:12px;border-radius:6px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}.sk-name{width:120px}.sk-company{width:100px}.sk-score{width:40px}.sk-status{width:70px}.sk-value{width:60px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ed-table-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#64748b;font-size:.9375rem;font-weight:500;background:#fff9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ed-table-overlay svg{color:#94a3b8}.ed-btn-small{margin-top:.25rem;padding:.35rem .9rem;border-radius:8px;font-size:.8125rem;font-weight:600;border:1px solid #3b82f6;background:transparent;color:#3b82f6;cursor:pointer;transition:all .2s}.ed-btn-small:hover{background:#3b82f6;color:#fff}.import-modal-overlay{position:fixed;inset:0;background-color:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.import-modal-content{background-color:#fff;border-radius:12px;width:100%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modal-slide-up .3s ease-out forwards;transition:max-width .3s ease}.import-modal-content.modal-wide{max-width:860px}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.import-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}.import-modal-header h2{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}.btn-close{background:transparent;border:none;color:#64748b;cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-close:hover:not(:disabled){background-color:#f1f5f9;color:#0f172a}.btn-close:disabled{opacity:.5;cursor:not-allowed}.import-steps{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem 0;gap:0}.step-item{display:flex;align-items:center;gap:.4rem;opacity:.4;transition:all .2s}.step-item.active{opacity:1}.step-item.done{opacity:.7}.step-num{width:24px;height:24px;border-radius:50%;background-color:#e2e8f0;color:#64748b;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}.step-item.active .step-num{background-color:#3b82f6;color:#fff}.step-item.done .step-num{background-color:#10b981;color:#fff}.step-label{font-size:.75rem;font-weight:600;color:#64748b}.step-item.active .step-label{color:#0f172a}.step-line{width:40px;height:2px;background-color:#e2e8f0;margin:0 .5rem}.import-modal-body{padding:1.5rem}.upload-dropzone{border:2px dashed #cbd5e1;border-radius:8px;padding:2.5rem 1.5rem;text-align:center;transition:all .2s ease;background-color:#f8fafc;cursor:pointer}.upload-dropzone:hover:not(.has-file){border-color:#94a3b8;background-color:#f1f5f9}.upload-dropzone.dragging{border-color:#3b82f6;background-color:#eff6ff}.upload-dropzone.has-file{padding:1.5rem;border-style:solid;border-color:#e2e8f0;background-color:#fff;cursor:default}.upload-icon{color:#94a3b8;margin-bottom:1rem}.upload-empty-state h3{font-size:1rem;font-weight:600;color:#334155;margin:0 0 .5rem}.upload-empty-state p{font-size:.875rem;color:#64748b;margin:0 0 1.5rem}.btn-browse{background-color:#fff;border:1px solid #cbd5e1;color:#334155;font-weight:500;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.875rem}.btn-browse:hover{background-color:#f8fafc;border-color:#94a3b8}.hidden-input{display:none}.file-selected-state{display:flex;align-items:center;gap:1rem;text-align:left}.file-icon{color:#3b82f6;flex-shrink:0}.file-info{flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.file-name{font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.875rem}.file-size{font-size:.75rem;color:#64748b;margin-top:.25rem}.btn-remove-file{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-remove-file:hover:not(:disabled){background-color:#fee2e2;color:#ef4444}.csv-format-hint{display:flex;align-items:center;gap:.4rem;margin-top:1rem;font-size:.75rem;color:#94a3b8}.csv-format-hint strong{color:#64748b}.preview-container{display:flex;flex-direction:column;gap:.75rem}.preview-stats{display:flex;gap:.5rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;padding:.5rem .75rem;background-color:#f8fafc;border-radius:8px;flex:1;min-width:60px}.stat-value{font-size:1.125rem;font-weight:700;color:#0f172a}.stat-label{font-size:.65rem;color:#94a3b8;text-transform:uppercase;font-weight:600;letter-spacing:.03em}.stat-valid .stat-value{color:#10b981}.stat-invalid .stat-value{color:#ef4444}.stat-duplicate .stat-value{color:#f59e0b}.stat-ready .stat-value{color:#3b82f6}.btn-exclude-all{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;align-self:flex-start}.btn-exclude-all:hover{background-color:#fee2e2}.preview-table-wrapper{max-height:320px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px;scrollbar-width:thin}.preview-table{width:100%;border-collapse:collapse;font-size:.8rem}.preview-table thead{position:sticky;top:0;z-index:1}.preview-table th{background-color:#f1f5f9;color:#64748b;font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;padding:.6rem .75rem;text-align:left;border-bottom:1px solid #e2e8f0;white-space:nowrap}.preview-table td{padding:.5rem .75rem;border-bottom:1px solid #f1f5f9;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.preview-row.row-invalid{background-color:#fef2f2}.preview-row.row-duplicate{background-color:#fffbeb}.preview-row.row-excluded{opacity:.4;text-decoration:line-through}.row-num{color:#94a3b8;font-size:.7rem;font-weight:600}.cell-empty{color:#cbd5e1}.status-pill{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:9999px;font-size:.65rem;font-weight:700;letter-spacing:.02em}.pill-valid{background-color:#dcfce7;color:#166534}.pill-invalid{background-color:#fecaca;color:#991b1b}.pill-duplicate{background-color:#fef08a;color:#854d0e}.pill-excluded{background-color:#f1f5f9;color:#94a3b8}.btn-toggle-row{width:22px;height:22px;border-radius:50%;border:1px solid #cbd5e1;background-color:#fff;color:#64748b;font-size:.875rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.btn-toggle-row:hover{background-color:#f1f5f9}.btn-toggle-row.excluded{background-color:#dcfce7;border-color:#86efac;color:#166534}.preview-warnings{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#92400e;background-color:#fffbeb;padding:.5rem .75rem;border-radius:6px}.import-success-state{text-align:center;padding:2rem 0}.success-icon{color:#10b981;margin-bottom:1rem}.import-success-state h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 1rem}.result-details{display:flex;gap:2rem;justify-content:center;margin-bottom:1rem}.result-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.result-num{font-size:1.5rem;font-weight:800}.result-green{color:#10b981}.result-yellow{color:#f59e0b}.result-stat span:last-child{font-size:.75rem;color:#64748b}.duplicate-detail-list{margin-top:.75rem;text-align:left;max-width:300px;margin-left:auto;margin-right:auto}.dup-detail-label{font-size:.75rem;color:#64748b;margin:0 0 .5rem}.dup-item{display:inline-block;padding:.15rem .5rem;margin:.15rem;background-color:#fef3c7;color:#92400e;border-radius:4px;font-size:.7rem;font-weight:500}.dup-more{background-color:#f1f5f9;color:#64748b}.import-error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:6px;margin-top:1rem;font-size:.875rem}.import-modal-footer{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background-color:#f8fafc;border-top:1px solid #e2e8f0;border-radius:0 0 12px 12px}.btn-primary,.btn-secondary{padding:.5rem 1rem;font-weight:500;font-size:.875rem;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background-color:#3b82f6;color:#fff;border:1px solid transparent}.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{background-color:#fff;color:#334155;border:1px solid #cbd5e1}.btn-secondary:hover:not(:disabled){background-color:#f8fafc;border-color:#94a3b8}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}.card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005}.card-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;gap:.5rem}.btn-text{background:none;border:none;color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:color .2s}.btn-text:hover{color:#2563eb}.pipeline-bars{display:flex;flex-direction:column;gap:1.25rem}.pipeline-stage{display:flex;flex-direction:column;gap:.5rem}.stage-info{display:flex;justify-content:space-between;font-size:.85rem;font-weight:600;color:#334155}.stage-value{color:#94a3b8;font-weight:500}.progress-bg{height:8px;background-color:#f1f5f9;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;border-radius:9999px;transition:width .5s ease-out}.progress-fill.default{background-color:#93c5fd}.progress-fill.won{background-color:#2563eb}.activity-card{height:100%}.badge-live{background-color:#eff6ff;color:#2563eb;padding:.2rem .5rem;border-radius:4px;font-size:.65rem;font-weight:700;letter-spacing:.05em}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;border:1px solid #f1f5f9;background-color:#fafbfc;transition:transform .2s,box-shadow .2s}.activity-item:hover{transform:translate(4px);background-color:#fff;box-shadow:0 4px 6px #00000005;border-color:#e2e8f0}.activity-icon-wrapper{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;flex-shrink:0}.activity-content{display:flex;flex-direction:column;gap:.25rem}.activity-content h4{margin:0;font-size:.85rem;font-weight:600;color:#1e293b}.activity-content p{margin:0;font-size:.75rem;color:#94a3b8}.activity-item.type-draft{border-color:#e0e7ff}.type-draft .activity-icon-wrapper{background-color:#e0e7ff;color:#4f46e5}.activity-item.type-approval{border-color:#fef3c7}.type-approval .activity-icon-wrapper{background-color:#fef3c7;color:#d97706}.activity-item.type-guardrail{border-color:#fef08a;background-color:#fef9c3}.type-guardrail .activity-icon-wrapper{background-color:#fef08a;color:#ca8a04}.type-guardrail h4{color:#9a3412}.activity-item.type-sync .activity-icon-wrapper,.activity-item.type-meeting .activity-icon-wrapper{background-color:#f1f5f9;color:#64748b}.deals-card{display:flex;flex-direction:column;height:100%}.deals-list-container{display:flex;flex-direction:column;gap:1.25rem}.deal-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.deal-row:last-child{border-bottom:none;padding-bottom:0}.deal-info{display:flex;flex-direction:column;gap:.2rem}.deal-name{margin:0;font-size:.85rem;font-weight:700;color:#1e293b}.deal-meta{font-size:.65rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.stale-meta{color:#ef4444}.deal-value{font-size:.85rem;font-weight:700;color:#334155}.insight-card{padding:1.5rem;border-radius:12px;display:flex;flex-direction:column;gap:1rem;transition:transform .2s}.insight-card:hover{transform:translateY(-2px)}.variant-primary{background-color:#2563eb;color:#fff;box-shadow:0 10px 25px #2563eb33}.variant-outline{background-color:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005}.insight-header{display:flex;align-items:center;gap:1rem}.insight-icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;flex-shrink:0}.variant-primary .insight-icon-wrapper{background-color:#fff3;color:#fff}.variant-outline .insight-icon-wrapper{background-color:#fef08a;color:#ca8a04}.insight-title-group{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.insight-title-group h3{margin:0;font-size:.95rem;font-weight:700;line-height:1.4}.variant-primary h3{color:#fff}.variant-outline h3{color:#0f172a}.insight-tag{font-size:.6rem;font-weight:700;letter-spacing:.05em;padding:.2rem .6rem;border-radius:9999px;text-transform:uppercase}.variant-primary .insight-tag{background-color:#ffffff26;color:#93c5fd}.variant-outline .insight-tag{color:#94a3b8}.insight-desc{margin:0;font-size:.85rem;line-height:1.5}.variant-primary .insight-desc{color:#bfdbfe}.variant-outline .insight-desc{color:#64748b}.insight-actions{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.btn-insight-action{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;padding:.4rem 1rem;cursor:pointer;border:none;transition:all .2s}.variant-primary .btn-insight-action{background-color:#fff;color:#2563eb}.variant-primary .btn-insight-action:hover{background-color:#f1f5f9}.variant-outline .btn-insight-action{background-color:transparent;color:#2563eb;padding:0}.variant-outline .btn-insight-action:hover{color:#1d4ed8}.action-dot{color:#cbd5e1;font-size:.5rem}.btn-insight-dismiss{background:transparent;border:none;font-size:.7rem;font-weight:700;color:#94a3b8;cursor:pointer}.btn-insight-dismiss:hover{color:#64748b}.attention-container{display:flex;flex-direction:column;gap:1.25rem}.attention-header .card-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;gap:.5rem}.alerts-list{display:flex;flex-direction:column;gap:1rem}.alert-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:12px;background-color:#fff;border:1px solid #e2e8f0;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 2px #00000003}.alert-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000a}.alert-icon-wrapper{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;flex-shrink:0}.alert-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.alert-content h4{margin:0;font-size:.85rem;font-weight:700;color:#1e293b}.alert-content p{margin:0;font-size:.75rem;color:#64748b;line-height:1.4}.alert-action{color:#cbd5e1;transition:color .2s}.alert-card:hover .alert-action{color:#94a3b8}.type-high-risk{border-color:#fecaca}.type-high-risk .alert-icon-wrapper{background-color:#ef4444;color:#fff}.type-high-risk p{color:#dc2626}.type-high-risk .alert-action{color:#f87171}.type-pending{border-color:#fde68a}.type-pending .alert-icon-wrapper{background-color:#f59e0b;color:#fff}.type-pending p{color:#b45309}.type-pending .alert-action{color:#fbbf24}.type-expiring{border-color:#bfdbfe}.type-expiring .alert-icon-wrapper{background-color:#3b82f6;color:#fff}.type-expiring p{color:#2563eb}.type-expiring .alert-action{color:#60a5fa}.dashboard-home{display:flex;flex-direction:column;gap:1.5rem;max-width:1400px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#0f172a}.dashboard-header{margin-bottom:.5rem}.welcome-text h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.02em}.org-info{font-size:.9rem;color:#64748b;display:flex;align-items:center;gap:.75rem}.badge-trial{background-color:#eff6ff;color:#2563eb;padding:.2rem .6rem;border-radius:9999px;font-size:.7rem;font-weight:700;letter-spacing:.05em}.trial-banner{background-color:#f8fafc;border:1px solid #e2e8f0;padding:1rem 1.5rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#334155;font-weight:500}.banner-links{display:flex;gap:1.5rem}.link-upgrade{color:#2563eb;font-weight:600;text-decoration:none}.link-view-plans{color:#64748b;font-weight:500;text-decoration:none}.top-metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.secondary-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.content-grid{display:grid;grid-template-columns:1fr 400px;gap:1.5rem}.grid-col-left,.grid-col-right{display:flex;flex-direction:column;gap:1.5rem}.deals-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.section-header-padded{padding-top:.5rem}.section-title{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:.5rem}.custom-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005;transition:transform .2s ease,box-shadow .2s ease}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000005}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.card-subtitle{font-size:.75rem;font-weight:700;color:#64748b;letter-spacing:.05em;text-transform:uppercase}.card-value{font-size:2rem;font-weight:700;color:#0f172a;line-height:1.2}.card-value.lg-val{font-size:2.25rem}.card-value.md-val{font-size:1.75rem}.card-value.sm-val{font-size:1.25rem}.hazard-val{color:#dc2626}.card-subtext{font-size:.85rem;color:#64748b;margin-top:.25rem}.card-footer{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;padding-top:1rem}.mt-auto{margin-top:auto}.mt-xs{margin-top:.25rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mb-md{margin-bottom:1rem}.card-closed-won{position:relative;overflow:hidden}.trend-positive{display:flex;align-items:center;gap:.25rem;color:#10b981;font-weight:700;font-size:.9rem}.sparkline-container{height:60px;width:100%;margin-top:1rem;margin-bottom:.5rem}.sparkline{width:100%;height:100%}.card-footer-blue{color:#2563eb;border-top:1px solid #f1f5f9}.icon-blue{color:#3b82f6}.card-ai-assist{background:#0f172a;color:#fff;border:1px solid #1e293b}.border-bottom-dark{border-bottom:1px solid #1e293b;padding-bottom:1rem;margin-bottom:1rem}.badge-safe{display:flex;align-items:center;gap:.35rem;background:#10b98126;color:#10b981;padding:.25rem .6rem;border-radius:9999px;font-size:.65rem;font-weight:700;border:1px solid rgba(16,185,129,.2)}.dot-green{width:6px;height:6px;background:#10b981;border-radius:50%;box-shadow:0 0 4px #10b981}.ai-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1rem;border-top:1px solid #1e293b}.ai-stat{display:flex;flex-direction:column;gap:.25rem}.ai-stat .stat-value{font-size:1.25rem;font-weight:700}.ai-stat .stat-label{font-size:.75rem;color:#94a3b8}.segmented-progress{display:flex;height:6px;border-radius:9999px;overflow:hidden;gap:2px}.segment{height:100%}.segment.color-light{background:#dbeafe}.segment.color-medium{background:#93c5fd}.segment.color-dark{background:#3b82f6}.segment.color-darkest{background:#1d4ed8}.card-footer-warning{color:#d97706;border-top:1px solid #f1f5f9}.icon-warning{color:#f59e0b}.card-split{display:flex;justify-content:space-between;align-items:center}.split-content{flex:1}.split-graph{width:60px;height:40px}.sparkline-small{width:100%;height:100%}.activities-breakdown{display:flex;gap:1rem}.breakdown-item{font-weight:600}.card-footer-green{border-top:1px solid #f1f5f9}.card-danger{background:#fef2f2;border-color:#fecaca}.text-danger-dark{color:#b91c1c}.risk-score{font-size:.7rem;font-weight:700;color:#dc2626}.risk-subtext{color:#ef4444}.card-footer-danger{border-top:1px solid #fecaca}.text-blue{color:#3b82f6}.text-emerald{color:#059669}.text-white{color:#fff}.text-muted{color:#94a3b8}.text-bold,.font-bold{font-weight:700}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.badge-green-text{color:#10b981;font-size:.7rem;font-weight:700;letter-spacing:.05em}@media(max-width:1200px){.secondary-metrics-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.top-metrics-grid{grid-template-columns:1fr}.secondary-metrics-grid{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}}@media(max-width:768px){.secondary-metrics-grid{grid-template-columns:1fr}.trial-banner{flex-direction:column;gap:1rem;align-items:flex-start}}.view-tabs-container{border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}.view-tabs{display:flex;gap:2rem;padding:0 1rem}.tab-btn{background:none;border:none;padding:1rem 0;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;position:relative;display:flex;align-items:center;gap:.5rem;transition:color .2s}.tab-btn:hover{color:#0f172a}.tab-btn.active{color:#2563eb}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#2563eb;border-radius:2px 2px 0 0}.tab-icon{display:flex;align-items:center;justify-content:center}.leads-toolbar{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.toolbar-top-row{display:flex;align-items:center;gap:1.5rem}.title-group{display:flex;align-items:baseline;gap:.5rem}.title-group h1{margin:0;font-size:1.75rem;font-weight:700;color:#0f172a}.count-badge{font-size:1.25rem;color:#94a3b8;font-weight:500}.search-group{position:relative;flex:1;max-width:360px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8}.input-search{width:100%;padding:.65rem 1rem .65rem 2.8rem;border:1px solid #e2e8f0;border-radius:9999px;background-color:#fff;font-size:.9rem;color:#334155;transition:all .2s;font-family:Inter,sans-serif}.input-search:focus{outline:none;border-color:#cbd5e1;box-shadow:0 0 0 3px #94a3b81a}.action-buttons{margin-left:auto;display:flex;align-items:center;gap:.75rem}.btn-action{display:flex;align-items:center;gap:.5rem;background-color:#fff;border:1px solid #e2e8f0;color:#334155;font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s}.btn-action:hover{background-color:#f8fafc;border-color:#cbd5e1}.btn-action.icon-only{padding:.5rem}.btn-primary{background-color:#2563eb;color:#fff;border:none;font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:background-color .2s}.toolbar-bottom-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filter-pill{display:flex;align-items:center;gap:.5rem;background-color:#fff;border:1px solid #e2e8f0;padding:.4rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s}.filter-pill:hover{background-color:#f8fafc}.filter-pill.active{background-color:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.filter-count{background-color:#f1f5f9;color:#64748b;padding:.1rem .4rem;border-radius:9999px;font-size:.75rem}.filter-pill.active .filter-count{background-color:#e2e8f0;color:#334155}.filter-type-success{background-color:#ecfdf5;border-color:#d1fae5;color:#059669}.filter-type-success:hover{background-color:#d1fae5}.filter-type-success .filter-count{display:none}.filter-type-danger{background-color:#fef2f2;border-color:#fee2e2;color:#dc2626}.filter-type-danger:hover{background-color:#fee2e2}.filter-type-danger .filter-count{background-color:#fee2e2;color:#b91c1c}.leads-table-container{overflow-x:auto;overflow-y:auto;border-radius:8px;background-color:#fff;position:relative;max-height:calc(100vh - 130px);padding:0;scrollbar-width:none;-ms-overflow-style:none}.leads-table-container::-webkit-scrollbar{display:none}.leads-table{width:100%;border-collapse:collapse;text-align:left;font-size:.875rem}.leads-table th{padding:1.25rem 1.5rem 1.25rem 1rem;background-color:#fff;color:#94a3b8;font-weight:700;border-bottom:1px solid #f1f5f9;text-transform:uppercase;font-size:.65rem;letter-spacing:.05em;white-space:nowrap;position:sticky;top:0;z-index:10}.leads-table td{padding:1.25rem 1rem;border-bottom:1px solid #f8fafc;vertical-align:middle}.leads-table tbody tr{cursor:pointer;transition:background-color .2s}.leads-table tbody tr:hover{background-color:#f8fafc;box-shadow:0 4px 6px -1px #0000000d;transform:translateY(-1px)}.col-checkbox{width:40px;text-align:center}.col-checkbox input[type=checkbox]{width:16px;height:16px;border-radius:4px;border:1px solid #cbd5e1;cursor:pointer;accent-color:#3b82f6}.th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.th-content{display:flex;align-items:center;gap:.5rem}.sort-icon{margin-left:.25rem;color:#cbd5e1}.resizer{position:absolute;top:0;right:0;width:5px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none}.resizer:hover{background-color:#e2e8f0}.lead-name-cell{display:flex;align-items:center;gap:1rem}.lead-avatar{position:relative;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lead-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;background-color:#fce7f3;color:#ec4899}.lead-score-badge-small{position:absolute;bottom:-4px;right:-4px;color:#fff;font-size:.55rem;font-weight:800;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:2px solid white}.bg-yellow{background-color:#f59e0b}.bg-red{background-color:#ef4444}.lead-name-info{display:flex;flex-direction:column;gap:.25rem}.source-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;font-size:.75rem;font-weight:600}.source-icon.linkedin{background-color:#e0f2fe;color:#0284c7}.source-icon.email{background-color:#dcfce7;color:#16a34a}.source-icon.web{background-color:#f1f5f9;color:#475569}.status-badge-img{display:inline-flex;align-items:center;padding:.35rem .6rem;border-radius:4px;font-size:.6rem;font-weight:800;letter-spacing:.05em}.status-new{background-color:#e0e7ff;color:#4f46e5}.status-warm{background-color:#fef08a;color:#a16207}.status-qualified{background-color:#bbf7d0;color:#166534}.status-at-risk{background-color:#fecaca;color:#b91c1c}.status-cold{background-color:#f1f5f9;color:#475569}.score-trend-styled{display:inline-flex;align-items:center;gap:.25rem;font-weight:800;font-size:.875rem}.score-high{color:#10b981}.score-medium{color:#f59e0b}.score-low{color:#ef4444}.risk-dot{display:inline-block;width:6px;height:6px;border-radius:50%}.risk-cell{display:flex;align-items:center;justify-content:center}.owner-cell{display:flex;align-items:center;gap:.75rem}.owner-avatar.tiny{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700}.owner-avatar.tiny img{width:100%;height:100%;border-radius:50%;object-fit:cover}.assign-btn{display:inline-flex;align-items:center;padding:.3rem .75rem;background-color:#f0f9ff;border:1px dashed #93c5fd;border-radius:9999px;font-size:.75rem;font-weight:600;color:#3b82f6;cursor:pointer;transition:all .2s;white-space:nowrap}.assign-btn:hover{background-color:#dbeafe;border-color:#3b82f6;border-style:solid}.next-action-btn{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:9999px;font-size:.75rem;font-weight:600;color:#3b82f6;cursor:pointer;transition:all .2s;white-space:nowrap}.next-action-btn:hover{background-color:#eff6ff;border-color:#3b82f6}.fw-600{font-weight:600}.fw-700{font-weight:700}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.fs-sm{font-size:.8125rem}.fs-xs{font-size:.75rem}.text-center{text-align:center}.py-4{padding-top:2rem;padding-bottom:2rem}.capitalize{text-transform:capitalize}.table-footer{padding:1.25rem 1.5rem;border-top:1px solid #f1f5f9;color:#64748b;font-size:.8125rem;display:flex;justify-content:space-between;align-items:center}.table-footer .spinner{animation:spin .8s linear infinite}.kanban-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.85rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 1px 2px #00000005;transition:transform .2s,box-shadow .2s;cursor:grab;background:#fff}.kanban-card:active{cursor:grabbing}.kanban-card:hover{box-shadow:0 4px 12px #0000000d;border-color:#cbd5e1}.card-header{display:flex;justify-content:space-between;align-items:flex-start}.company-name{margin:0;font-size:.85rem;font-weight:700;color:#0f172a}.risk-badge{font-size:.65rem;font-weight:800;padding:.2rem .5rem;border-radius:4px;letter-spacing:.05em}.risk-high{color:#dc2626;background-color:#fef2f2}.risk-med{color:#d97706;background-color:#fffbeb}.risk-low{color:#16a34a;background-color:#f0fdf4}.card-value-row{display:flex;justify-content:space-between;align-items:center}.deal-value{font-size:.95rem;font-weight:700;color:#2563eb}.tags-container{display:flex;gap:.4rem}.kanban-tag{font-size:.6rem;font-weight:700;padding:.2rem .5rem;border-radius:999px;text-transform:uppercase}.tag-success{background-color:#dcfce7;color:#16a34a}.tag-info{background-color:#e0f2fe;color:#0284c7}.tag-warning{background-color:#fef08a;color:#b45309}.tag-error{background-color:#fee2e2;color:#dc2626}.tag-default{background-color:#f1f5f9;color:#64748b}.card-meta-row{display:flex;justify-content:space-between;align-items:center}.avatar-group{display:flex;align-items:center}.kanban-avatar{width:20px;height:20px;border-radius:50%;border:2px solid white;margin-left:-6px;position:relative;background-color:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.55rem;font-weight:700;color:#475569}.kanban-avatar:first-child{margin-left:0}.kanban-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.add-owner-btn{width:20px;height:20px;border-radius:50%;border:1px dashed #cbd5e1;background:none;display:flex;align-items:center;justify-content:center;color:#94a3b8;margin-left:2px;cursor:pointer;font-size:.8rem}.status-badge-kanban{display:flex;align-items:center;gap:.3rem;font-size:.65rem;font-weight:700;padding:.3rem .6rem;border-radius:999px;text-transform:uppercase}.status-dot{width:6px;height:6px;border-radius:50%}.status-error{background-color:#fef2f2;color:#dc2626;border:1px solid #fee2e2}.status-error .status-dot{background-color:#dc2626}.status-warning{background-color:#fffbeb;color:#d97706;border:1px solid #fef3c7}.status-warning .status-dot{background-color:#d97706}.status-info{background-color:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.status-info .status-dot{background-color:#2563eb}.document-link{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.75rem;color:#475569;cursor:pointer;transition:border-color .2s}.document-link:hover{border-color:#cbd5e1}.doc-icon{color:#94a3b8}.doc-name{flex:1;font-weight:500}.external-link-icon{color:#cbd5e1;font-size:.8rem}.quick-notes-btn{display:inline-flex;align-items:center;gap:.3rem;color:#d97706;background-color:#fffbeb;border:1px solid #fde68a;padding:.25rem .5rem;border-radius:6px;font-size:.6rem;font-weight:700;width:max-content;cursor:pointer}.follow-up-info{display:flex;flex-direction:column;gap:.4rem;border-top:1px solid #f1f5f9;padding-top:.75rem}.follow-up-row{display:flex;justify-content:space-between;align-items:center;font-size:.65rem}.fu-label{color:#94a3b8;font-weight:600;letter-spacing:.05em}.fu-value{color:#475569;font-weight:500}.fu-action.highlight{color:#2563eb;font-weight:600}.text-error{color:#dc2626;font-weight:600}.text-primary{color:#2563eb;font-weight:600}.card-actions{display:flex;gap:.5rem;margin-top:.5rem}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.4rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.7rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s}.action-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;color:#0f172a}.kanban-column{min-width:300px;width:320px;display:flex;flex-direction:column;gap:1rem}.kanban-column-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:2px solid #f1f5f9}.column-title-group{display:flex;align-items:center;gap:.5rem}.column-dot{width:8px;height:8px;border-radius:50%}.column-title{margin:0;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.column-count{background-color:#f1f5f9;color:#64748b;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:999px}.column-value{font-size:.75rem;font-weight:700;color:#94a3b8}.kanban-cards-container{display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem;min-height:200px}.lead-overview-panel{position:fixed;top:52px;bottom:0;right:-500px;width:480px;background-color:#fff;box-shadow:-4px 0 24px #0000001a;z-index:100;transition:right .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.lead-overview-panel.open{right:0}.panel-header{padding:1.5rem 1.5rem 0;border-bottom:1px solid #f1f5f9}.profile-section{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.profile-avatar{position:relative;width:48px;height:48px;border-radius:50%}.profile-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.online-indicator{position:absolute;bottom:0;right:2px;width:12px;height:12px;background-color:#10b981;border:2px solid white;border-radius:50%}.profile-info{flex:1}.name-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.name-row h2{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a}.priority-badge{font-size:.55rem;font-weight:800;padding:.15rem .4rem;border-radius:4px;background-color:#fffbeb;color:#d97706;border:1px solid #fef3c7;letter-spacing:.05em}.title-row{margin:0;font-size:.75rem;color:#64748b}.profile-actions{display:flex;gap:.5rem;align-items:flex-start}.icon-btn{background:none;border:none;color:#64748b;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;background-color:#f8fafc}.icon-btn:hover{background-color:#e2e8f0;color:#0f172a}.close-btn{background:none;font-size:1.2rem}.ai-cta-btn{width:100%;background:linear-gradient(135deg,#3b82f6,#4f46e5);border:none;border-radius:12px;padding:.8rem 1rem;display:flex;align-items:center;justify-content:space-between;color:#fff;cursor:pointer;margin-bottom:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #3b82f640}.ai-cta-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #3b82f659}.ai-cta-content{display:flex;align-items:center;gap:.75rem}.ai-cta-text{display:flex;flex-direction:column;align-items:flex-start}.ai-title{font-size:.85rem;font-weight:600}.ai-subtitle{font-size:.65rem;opacity:.8}.panel-tabs{display:flex;gap:1.5rem}.panel-tab{background:none;border:none;padding:.5rem 0 .8rem;font-size:.75rem;font-weight:600;color:#94a3b8;cursor:pointer;border-bottom:2px solid transparent;letter-spacing:.05em}.panel-tab.active{color:#2563eb;border-bottom-color:#2563eb}.panel-content-scroll{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;-ms-overflow-style:none;scrollbar-width:none}.panel-content-scroll::-webkit-scrollbar{display:none}.stage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stage-label{font-size:.7rem;font-weight:700;color:#64748b;letter-spacing:.05em}.probability-badge{font-size:.65rem;font-weight:700;color:#2563eb;background-color:#eff6ff;padding:.2rem .6rem;border-radius:999px}.stage-stepper{display:flex;justify-content:space-between;align-items:center;position:relative;padding:.5rem 0}.stepper-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:2;flex:1}.step-dot{width:10px;height:10px;border-radius:50%;background-color:#e2e8f0;transition:all .3s}.stepper-step.completed .step-dot,.stepper-step.current .step-dot{background-color:#2563eb}.stepper-step.current .step-dot{box-shadow:0 0 0 3px #dbeafe}.step-label{font-size:.55rem;font-weight:600;color:#94a3b8;text-transform:uppercase}.stepper-step.current .step-label{color:#2563eb}.step-line{position:absolute;top:4px;left:50%;width:100%;height:2px;background-color:#e2e8f0;z-index:-1}.step-line.completed{background-color:#2563eb}.requirement-card{border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;background-color:#fff}.req-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.req-title{display:flex;align-items:center;gap:.4rem;font-size:.65rem;font-weight:700;color:#64748b;letter-spacing:.05em}.target-badge{font-size:.6rem;font-weight:700;background-color:#dcfce7;color:#16a34a;padding:.2rem .5rem;border-radius:999px}.req-quote{font-size:.85rem;line-height:1.5;color:#0f172a;margin-bottom:1.5rem;font-style:italic}.req-meta{display:flex;border-top:1px solid #f1f5f9;padding-top:1rem}.meta-item{flex:1;display:flex;flex-direction:column;gap:.3rem}.meta-label{font-size:.6rem;font-weight:600;color:#94a3b8;letter-spacing:.05em}.meta-value{font-size:.85rem;font-weight:700;color:#0f172a}.next-actions-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.header-left{display:flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;color:#d97706;letter-spacing:.05em}.add-task-btn{background:none;border:none;color:#2563eb;font-size:.7rem;font-weight:600;cursor:pointer}.action-list{display:flex;flex-direction:column;gap:.75rem}.action-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background-color:#f8fafc}.check-btn{background:none;border:none;padding:0;cursor:pointer;margin-top:2px}.action-details{display:flex;flex-direction:column;gap:.3rem}.action-title{font-size:.85rem;font-weight:600;color:#0f172a}.action-meta{display:flex;align-items:center;gap:.75rem}.action-priority{font-size:.6rem;font-weight:600;color:#2563eb;background-color:#eff6ff;padding:.15rem .4rem;border-radius:4px}.action-due{display:flex;align-items:center;gap:.3rem;font-size:.65rem;color:#64748b}.timeline-section{margin-top:.5rem}.timeline-tabs{display:flex;gap:1.5rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}.t-tab{display:flex;align-items:center;gap:.4rem;background:none;border:none;padding:.5rem 0 .8rem;font-size:.65rem;font-weight:700;color:#94a3b8;cursor:pointer;letter-spacing:.05em;border-bottom:2px solid transparent}.t-tab.active{color:#2563eb;border-bottom-color:#2563eb}.timeline-events{display:flex;flex-direction:column;gap:0}.t-event{display:flex;gap:1rem}.t-icon-container{display:flex;flex-direction:column;align-items:center;width:24px}.t-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.t-icon.reply{background-color:#dcfce7;color:#16a34a}.t-icon.sent{background-color:#e0f2fe;color:#0284c7}.t-line{width:2px;flex:1;background-color:#e2e8f0;margin:4px 0}.t-content{flex:1;padding-bottom:1.5rem}.t-content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.t-title{font-size:.8rem;font-weight:600;color:#0f172a}.t-desc{margin:.2rem 0 0;font-size:.7rem;color:#64748b}.t-time{font-size:.65rem;color:#94a3b8}.t-snippet{background-color:#f8fafc;padding:.75rem 1rem;border-radius:8px;border:1px solid #e2e8f0}.t-snippet p{margin:0;font-size:.75rem;color:#475569;line-height:1.5}.panel-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;gap:1rem;background-color:#fff}.btn-secondary{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;font-size:.75rem;font-weight:600;color:#475569;cursor:pointer}.btn-primary{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem;background-color:#2563eb;border:none;border-radius:8px;font-size:.75rem;font-weight:600;color:#fff;cursor:pointer}.btn-primary:hover{background-color:#1d4ed8}.quick-notes-container{display:flex;flex-direction:column;gap:1.5rem}.notes-editor{border:1px solid #e2e8f0;border-radius:8px;background-color:#fff;overflow:hidden;box-shadow:0 1px 3px #0000000d}.notes-textarea{width:100%;border:none;padding:1rem;font-family:inherit;font-size:.8rem;color:#0f172a;resize:none;background:transparent}.notes-textarea:focus{outline:none}.notes-textarea::placeholder{color:#94a3b8}.notes-editor-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:.5rem 1rem;background-color:#f8fafc;border-top:1px solid #f1f5f9}.note-action-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px}.note-action-btn:hover{background-color:#e2e8f0;color:#0f172a}.btn-save-note{background-color:#2563eb;color:#fff;border:none;border-radius:6px;padding:.4rem 1rem;font-size:.7rem;font-weight:600;cursor:pointer}.btn-save-note:hover{background-color:#1d4ed8}.notes-list{display:flex;flex-direction:column;gap:1rem}.note-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.note-author{display:flex;align-items:center;gap:.5rem}.author-avatar{width:20px;height:20px;border-radius:50%}.author-name{font-size:.75rem;font-weight:600;color:#0f172a}.note-time{font-size:.65rem;color:#64748b}.note-content{font-size:.8rem;line-height:1.5;color:#334155;margin:0}.key-deal-container{display:flex;flex-direction:column;gap:1rem}.document-list{display:flex;flex-direction:column;gap:.75rem}.document-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background-color:#f8fafc;transition:all .2s ease}.document-card:hover{background-color:#fff;border-color:#cbd5e1;box-shadow:0 2px 4px #00000005}.doc-icon-wrapper{width:36px;height:36px;border-radius:8px;background-color:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.doc-info{flex:1;display:flex;flex-direction:column;gap:.2rem;overflow:hidden}.doc-name{font-size:.8rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-meta{font-size:.65rem;color:#64748b}.doc-download-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.3rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.doc-download-btn:hover{background-color:#e2e8f0;color:#0f172a}.upload-doc-btn{background:none;border:1px dashed #cbd5e1;color:#475569;border-radius:8px;padding:.85rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.upload-doc-btn:hover{background-color:#f1f5f9;border-color:#94a3b8;color:#0f172a}.insights-tab-content{display:flex;flex-direction:column}.insights-header-title{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.bot-icon{color:#2563eb}.insights-header-title h2{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a}.insights-divider{height:1px;background-color:#e2e8f0;margin:1.5rem -1.5rem}.insights-section{display:flex;flex-direction:column;gap:.75rem}.section-label{font-size:.65rem;font-weight:700;color:#64748b;letter-spacing:.05em;text-transform:uppercase}.group-label{margin-bottom:.25rem}.segmented-control{display:flex;background-color:#f8fafc;padding:.25rem;border-radius:999px;border:1px solid #e2e8f0}.segment-btn{flex:1;background:transparent;border:none;padding:.5rem 1rem;font-size:.75rem;font-weight:600;color:#64748b;border-radius:999px;cursor:pointer;transition:all .2s}.segment-btn:hover:not(.active){color:#334155}.segment-btn.active{background-color:#fff;color:#2563eb;box-shadow:0 1px 3px #0000001a}.insights-card{border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;background-color:#f8fafc;margin-top:1.25rem}.insights-card .section-label{display:block;margin-bottom:1rem}.guardrail-item{display:flex;flex-direction:column;gap:.5rem;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid #e2e8f0}.guardrail-item.border-none{border-bottom:none}.guardrail-item.pb-0{padding-bottom:0}.guardrail-item.row-between{flex-direction:row;justify-content:space-between;align-items:center}.guardrail-header{display:flex;justify-content:space-between;align-items:center}.guardrail-name{font-size:.8rem;color:#475569}.guardrail-value{font-size:.8rem;font-weight:700;color:#0f172a}.slider-container{padding:.5rem 0}.slider-track{height:4px;background-color:#e2e8f0;border-radius:2px;position:relative}.slider-fill{position:absolute;top:0;left:0;height:100%;background-color:#3b82f6;border-radius:2px}.slider-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background-color:#fff;border:2px solid #2563eb;border-radius:50%;box-shadow:0 1px 2px #0000001a}.suggestion-card{border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;background-color:#fff}.suggestion-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.sparkles-icon{color:#2563eb}.suggestion-title{font-size:.85rem;font-weight:700;color:#0f172a}.suggestion-desc{font-size:.75rem;color:#64748b;line-height:1.4;margin:0 0 1rem}.suggestion-actions{display:flex;gap:.75rem}.btn-approve{flex:1;background-color:#2563eb;color:#fff;border:none;border-radius:8px;padding:.6rem 0;font-size:.75rem;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #2563eb33}.btn-approve:hover{background-color:#1d4ed8}.btn-reject{flex:1;background-color:#f1f5f9;color:#475569;border:none;border-radius:8px;padding:.6rem 0;font-size:.75rem;font-weight:600;cursor:pointer}.btn-reject:hover{background-color:#e2e8f0;color:#0f172a}.activity-timeline{display:flex;flex-direction:column}.activity-item{display:flex;position:relative}.activity-dot{width:10px;height:10px;border-radius:50%;margin-top:4px;position:relative;z-index:2;flex-shrink:0}.activity-dot.green{background-color:#10b981}.activity-dot.blue{background-color:#2563eb}.activity-dot.gray{background-color:#cbd5e1}.activity-line{position:absolute;top:14px;left:4.5px;bottom:-4px;width:1px;background-color:#e2e8f0;z-index:1}.activity-content{flex:1;display:flex;flex-direction:column;padding-left:1rem;padding-bottom:1.25rem}.activity-content.border-none{border:none}.activity-content.pb-0{padding-bottom:0}.act-title{font-size:.8rem;font-weight:600;color:#0f172a;margin-bottom:.2rem}.act-meta{font-size:.7rem;color:#64748b;display:flex;align-items:center;gap:.5rem}.conf-badge{font-size:.55rem;font-weight:700;padding:.15rem .35rem;border-radius:4px}.conf-badge.green{background-color:#dcfce7;color:#16a34a}.conf-badge.blue{background-color:#dbeafe;color:#2563eb}.text-red,.text-red-icon,.btn-secondary.text-red{color:#ef4444}.panel-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;color:#64748b;font-size:.9rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}.empty-state-text{font-size:.8rem;color:#94a3b8;text-align:center;padding:1rem 0}.add-action-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;background-color:#f8fafc}.add-action-form input{width:100%;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.85rem;font-family:inherit;box-sizing:border-box}.add-action-form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.add-action-btns{display:flex;gap:.5rem;justify-content:flex-end}.btn-secondary-sm{background:none;border:1px solid #cbd5e1;border-radius:6px;padding:.3rem .75rem;font-size:.7rem;font-weight:600;color:#64748b;cursor:pointer}.action-item.completed{opacity:.6}.line-through{text-decoration:line-through}.btn-save-note:disabled{opacity:.5;cursor:not-allowed}.t-icon.email{background-color:#e0f2fe;color:#0284c7}.t-icon.call{background-color:#fef3c7;color:#d97706}.t-icon.note{background-color:#dcfce7;color:#16a34a}.t-icon.meeting{background-color:#f3e8ff;color:#9333ea}.kanban-board-container{flex:1;width:100%;overflow:auto;padding:0 1.5rem 2rem;margin-top:-1rem;-ms-overflow-style:none;scrollbar-width:none}.kanban-board-container::-webkit-scrollbar{display:none}.kanban-board{display:flex;gap:1.5rem;min-width:max-content}.add-lead-modal-overlay{position:fixed;inset:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.add-lead-modal-content{background-color:#fff;border-radius:12px;width:900px;max-width:95vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.add-lead-modal-header{padding:24px 32px;border-bottom:1px solid #e5e7eb;position:relative}.add-lead-modal-title{margin:0 0 4px;font-size:24px;font-weight:700;color:#111827}.add-lead-modal-subtitle{margin:0;font-size:14px;color:#6b7280}.add-lead-modal-close{position:absolute;top:24px;right:32px;background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.add-lead-modal-close:hover{background-color:#f3f4f6;color:#4b5563}.add-lead-modal-body{padding:32px;display:flex;gap:48px;overflow-y:auto}.add-lead-modal-column{flex:1;display:flex;flex-direction:column;gap:24px}.add-lead-section-title{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#94a3b8;letter-spacing:1px;margin-bottom:4px}.add-lead-section-title svg{color:#3b82f6;width:16px;height:16px}.add-lead-form-group{display:flex;flex-direction:column;gap:8px}.add-lead-form-row{display:flex;gap:16px}.add-lead-form-row>.add-lead-form-group{flex:1}.add-lead-label{font-size:13px;font-weight:500;color:#4b5563}.add-lead-input-wrapper{position:relative;display:flex;align-items:center}.add-lead-input-icon{position:absolute;left:12px;color:#9ca3af;pointer-events:none}.add-lead-input,.add-lead-select,.add-lead-textarea{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:24px;font-size:14px;color:#1f2937;background-color:#fafafa;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.add-lead-input.has-icon,.add-lead-textarea.has-icon{padding-left:36px}.add-lead-input:focus,.add-lead-select:focus,.add-lead-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background-color:#fff}.add-lead-input::placeholder,.add-lead-textarea::placeholder{color:#9ca3af}.add-lead-textarea{resize:vertical;border-radius:12px;min-height:80px}.add-lead-textarea.has-icon{padding-left:36px}.add-lead-textarea-icon{position:absolute;top:12px;left:12px;color:#9ca3af;pointer-events:none}.add-lead-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:36px}.add-lead-segmented-control{display:flex;background-color:#f3f4f6;border-radius:24px;padding:4px;gap:4px}.add-lead-segment-btn{flex:1;padding:8px 16px;border:none;background:transparent;border-radius:20px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.add-lead-segment-btn:hover{color:#374151}.add-lead-segment-btn.active{background-color:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}.add-lead-tags-container{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:6px 12px;border:1px solid #e5e7eb;border-radius:24px;background-color:#fafafa;min-height:42px}.add-lead-tag{display:flex;align-items:center;gap:4px;background-color:#eff6ff;color:#2563eb;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.add-lead-tag-remove{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#3b82f6;cursor:pointer;padding:0;margin:0;border-radius:50%}.add-lead-tag-remove:hover{background-color:#dbeafe}.add-lead-tags-input{border:none;background:transparent;outline:none;font-size:14px;color:#1f2937;flex:1;min-width:100px;padding:2px 0}.add-lead-tags-input::placeholder{color:#9ca3af}.add-lead-modal-footer{padding:20px 32px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background-color:#fcfcfc}.add-lead-btn-cancel{background:none;border:none;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;padding:10px 16px;border-radius:24px;transition:all .2s}.add-lead-btn-cancel:hover{background-color:#f3f4f6;color:#374151}.add-lead-footer-actions{display:flex;gap:12px}.add-lead-btn-save-only{background-color:#fff;border:1px solid #d1d5db;color:#374151;font-size:14px;font-weight:600;padding:10px 20px;border-radius:24px;cursor:pointer;transition:all .2s}.add-lead-btn-save-only:hover{background-color:#f9fafb;border-color:#9ca3af}.add-lead-btn-primary{background-color:#2563eb;border:none;color:#fff;font-size:14px;font-weight:600;padding:10px 24px;border-radius:24px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -1px #2563eb1a}.add-lead-btn-primary:hover{background-color:#1d4ed8;box-shadow:0 6px 8px -1px #2563eb4d,0 4px 6px -1px #2563eb33}.add-lead-btn-primary svg{width:16px;height:16px}.empty-state-container{display:flex;align-items:center;justify-content:center;min-height:400px;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin:1rem}.empty-state-content{text-align:center;max-width:400px;padding:2rem}.empty-state-icon-wrapper{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#f1f5f9;border-radius:50%;margin:0 auto 1.5rem}.empty-state-icon{color:#94a3b8}.empty-state-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.empty-state-subtitle{font-size:.95rem;color:#64748b;margin-bottom:2rem;line-height:1.5}.empty-state-actions{display:flex;gap:1rem;justify-content:center}.empty-state-actions .btn-primary,.empty-state-actions .btn-secondary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease}.empty-state-actions .btn-primary{background-color:#3b82f6;color:#fff;border:none}.empty-state-actions .btn-primary:hover{background-color:#2563eb}.empty-state-actions .btn-secondary{background-color:transparent;color:#475569;border:1px solid #cbd5e1}.empty-state-actions .btn-secondary:hover{background-color:#f8fafc;color:#0f172a}.leads-page{display:flex;flex-direction:column;height:100%;position:relative}.leads-page-content{flex:1;display:flex;flex-direction:column}.fab-bot{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background-color:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;border:none;box-shadow:0 10px 25px #2563eb66;cursor:pointer;transition:transform .2s,background-color .2s;z-index:100}.fab-bot:hover{transform:scale(1.05);background-color:#1d4ed8}.deal-header-card{display:flex;justify-content:space-between;align-items:center;background-color:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005}.header-left-group{display:flex;align-items:center;gap:1.5rem}.avatar-wrapper{position:relative;width:56px;height:56px}.contact-avatar{width:100%;height:100%;border-radius:12px;background-color:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;align-items:center;justify-content:center;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2364748b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="11" width="18" height="10" rx="2"/><circle cx="12" cy="5" r="2"/><path d="M12 7v4"/><line x1="8" y1="16" x2="8" y2="16"/><line x1="16" y1="16" x2="16" y2="16"/></svg>');background-size:60%;background-repeat:no-repeat;background-position:center}.status-dot{position:absolute;bottom:-4px;right:-4px;width:16px;height:16px;border-radius:50%;border:2px solid #ffffff;z-index:2}.status-dot.green{background-color:#10b981}.header-contact-info{display:flex;flex-direction:column;gap:.5rem}.name-row{display:flex;align-items:center;gap:.75rem}.name-row h1{margin:0;font-size:1.25rem;font-weight:700;color:#0f172a}.badge-high-intent{background-color:#10b981;color:#fff;font-size:.6rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;letter-spacing:.05em}.meta-row{display:flex;align-items:center;gap:1.25rem;font-size:.8rem;color:#64748b}.meta-item{display:flex;align-items:center;gap:.35rem}.header-actions{display:flex;align-items:center;gap:1rem}.btn-edit-outline{padding:.5rem 1.25rem;background:none;border:1px solid #e2e8f0;border-radius:999px;font-size:.85rem;font-weight:600;color:#334155;cursor:pointer}.btn-convert-primary{padding:.5rem 1.25rem;background-color:#1877f2;border:none;border-radius:999px;font-size:.85rem;font-weight:600;color:#fff;cursor:pointer;box-shadow:0 4px 12px #1877f233}.email-thread-card{background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005;display:flex;flex-direction:column}.thread-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.thread-title{display:flex;align-items:center;gap:.5rem}.thread-title h2{margin:0;font-size:1rem;font-weight:700;color:#0f172a}.thread-status-pill{font-size:.72rem;font-weight:700;color:#2563eb;background:#eff6ff;border-radius:999px;padding:.35rem .65rem}.thread-groups{display:flex;flex-direction:column}.email-thread-skeleton .thread-footer{opacity:.9}.thread-skeleton-pill{width:58px;height:22px;border-radius:999px}.thread-skeleton-meta-grid{display:grid;grid-template-columns:70px 1fr;gap:.6rem 1rem}.thread-skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#e8eef6,#f7faff 45%,#e8eef6);background-size:200% 100%;animation:email-thread-shimmer 1.4s linear infinite}.thread-skeleton-line.short{width:58px}.thread-skeleton-line.medium{width:48%}.thread-skeleton-line.wide{width:82%}.thread-skeleton-message{border-radius:10px;border:1px solid #e2e8f0;padding:1rem;display:flex;flex-direction:column;gap:.7rem}.thread-skeleton-message.outbound{background:#eff6ff;border-color:#bfdbfe;margin-left:2rem}.thread-skeleton-message.inbound{background:#f8fafc}.thread-skeleton-message-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.thread-skeleton-avatar-block{display:flex;flex-direction:column;gap:.5rem;flex:1}.thread-skeleton-badge{width:68px;height:18px;border-radius:999px;background:linear-gradient(90deg,#dbeafe,#eff6ff,#dbeafe);background-size:200% 100%;animation:email-thread-shimmer 1.4s linear infinite}.thread-skeleton-badge.muted{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%}.thread-group+.thread-group{border-top:1px solid #eef2f7}.thread-meta{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.meta-grid{display:grid;grid-template-columns:60px 1fr;gap:.5rem 1rem;font-size:.8rem}.meta-label{color:#94a3b8}.meta-value{color:#334155}.thread-messages{display:flex;flex-direction:column;padding:1.5rem;gap:1.5rem}.message-box{background-color:#f8fafc;border-radius:8px;padding:1.25rem;border:1px solid #e2e8f0}.message-box.outbound-msg{background-color:#eff6ff;border-color:#bfdbfe;margin-left:2rem}.message-box.inbound-msg{background-color:#f8fafc}.message-box.ai-msg{box-shadow:inset 0 0 0 1px #2563eb1a}.msg-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;font-size:.75rem;color:#475569}.msg-sender{line-height:1.5}.msg-from-line{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem;color:#0f172a}.msg-person{font-weight:700}.msg-address{color:#64748b;font-size:.8rem}.msg-recipient-line{display:flex;gap:.5rem;flex-wrap:wrap;color:#475569}.msg-info{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.msg-time{color:#94a3b8}.direction-badge{font-size:.6rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase}.direction-badge.inbound{background:#e2e8f0;color:#475569}.direction-badge.outbound{background:#dbeafe;color:#1d4ed8}.sentiment-badge{font-size:.6rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase}.sentiment-badge.positive{background-color:#dcfce7;color:#16a34a}.ai-badge{display:flex;align-items:center;gap:.3rem;font-size:.65rem;font-weight:700;background-color:#dbeafe;color:#2563eb;padding:.2rem .6rem;border-radius:999px}.msg-body{margin:0;font-size:.9rem;color:#334155;line-height:1.6}.msg-body-html{white-space:normal}.msg-body-html p,.msg-body-html div{margin:0 0 .8rem}.msg-body-html p:last-child,.msg-body-html div:last-child{margin-bottom:0}.msg-body-html a{color:#2563eb;text-decoration:underline}.msg-body-html ul,.msg-body-html ol{margin:.5rem 0 .8rem 1.25rem}.msg-body-html img{max-width:100%;height:auto}.msg-subject{margin-bottom:.5rem;font-size:.82rem;font-weight:700;color:#1e3a8a}.quoted-history-pill{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;color:#64748b;background:#fff;border:1px solid #dbe3ef;border-radius:999px;padding:.3rem .6rem;font-size:.72rem;font-weight:600}.message-attachments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.attachment-link{display:inline-flex;align-items:center;gap:.35rem;text-decoration:none;color:#2563eb;background:#ffffffb3;border:1px solid #cbd5e1;border-radius:999px;padding:.35rem .65rem;font-size:.75rem;font-weight:600}.attachment-link:hover{background:#fff}.text-capitalize{text-transform:capitalize}.thread-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#f8fafc;border-top:1px solid #e2e8f0;border-radius:0 0 12px 12px}.ai-next-action{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#334155}.btn-edit-logic{background:none;border:none;color:#2563eb;font-size:.8rem;font-weight:600;cursor:pointer}.btn-edit-logic:hover{text-decoration:underline}@keyframes email-thread-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.thread-header,.thread-meta,.thread-messages,.thread-footer{padding-left:1rem;padding-right:1rem}.msg-header,.thread-footer{flex-direction:column;align-items:flex-start}.msg-info{align-items:flex-start;margin-top:.75rem}.message-box.outbound-msg,.thread-skeleton-message.outbound{margin-left:0}}.email-composer-wrapper{display:flex;flex-direction:column;gap:1rem}.email-composer-card{background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;display:flex;flex-direction:column}.composer-ai-suggestions{padding:0}.suggestions-label{font-size:.65rem;font-weight:700;color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;display:block;margin-bottom:.75rem}.suggestions-grid{display:flex;gap:1rem}.suggestion-btn{flex:1;display:flex;flex-direction:column;gap:.4rem;padding:.85rem 1rem;background-color:#fff;border-radius:16px;text-align:left;cursor:pointer;transition:all .2s}.suggestion-btn.outline-blue{border:1px solid #bfdbfe;background-color:#eff6ff}.suggestion-btn.outline-gray{border:1px solid #e2e8f0}.suggestion-btn:hover{border-color:#94a3b8}.sug-title{font-size:.65rem;font-weight:700;letter-spacing:.05em}.text-gray-500{color:#64748b}.text-green{color:#10b981}.sug-preview{font-size:.75rem;color:#64748b;line-height:1.4}.composer-fields{display:flex;flex-direction:column;padding:.5rem 1.5rem;border-bottom:1px solid #f1f5f9}.field-row{display:grid;grid-template-columns:60px 1fr;align-items:center;padding:.75rem 0;border-bottom:1px solid #f8fafc;font-size:.85rem}.field-row.border-none{border-bottom:none}.field-label{color:#94a3b8}.field-value{color:#0f172a}.subject-row{align-items:start}.subject-label{padding-top:.7rem}.subject-input-shell{display:flex;align-items:center;min-height:48px;padding:0 .9rem;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #d8e3ef;border-radius:12px;box-shadow:inset 0 1px #ffffffb3}.subject-input-shell:focus-within{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd33}.subject-input{width:100%;border:none;background:transparent;outline:none;font:inherit;font-size:.95rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.subject-input::placeholder{color:#94a3b8;font-weight:600}.invisible-input{border:none;background:transparent;width:100%;font-family:inherit;font-size:inherit;color:#0f172a;outline:none}.invisible-input::placeholder{color:#94a3b8}.composer-body{padding:1.5rem 1.5rem 2.5rem}.composer-alert{border-radius:10px;padding:.85rem 1rem;margin-bottom:1rem;border:1px solid transparent}.composer-alert.warning{background:#fff7ed;border-color:#fdba74;color:#9a3412}.composer-alert.error{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.composer-alert-title{font-size:.82rem;font-weight:700;margin-bottom:.2rem}.composer-alert-text{font-size:.78rem;line-height:1.5}.composer-alert-link{display:inline-block;margin-top:.5rem;color:inherit;font-size:.78rem;font-weight:700;text-decoration:underline}.hidden-file-input{display:none}.attachment-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.attachment-chip{display:inline-flex;align-items:center;gap:.4rem;background:#f8fafc;border:1px solid #dbe4ee;border-radius:999px;padding:.35rem .65rem;font-size:.75rem;color:#334155}.attachment-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-remove{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;cursor:pointer;padding:0}.email-textarea{width:100%;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;background-color:#fff;padding:1rem;resize:none;font-family:inherit;font-size:.95rem;color:#334155;outline:none;line-height:1.6;min-height:120px;box-shadow:0 1px 2px #00000005}.email-textarea:focus{border-color:#cbd5e1;box-shadow:0 0 0 2px #cbd5e133}.email-textarea::placeholder{color:#94a3b8}.composer-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#f8fafc;border-top:1px solid #f1f5f9;border-radius:0 0 12px 12px}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:1rem}.composer-hint{font-size:.72rem;color:#64748b;font-weight:500}.tool-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:.2rem}.tool-btn:hover{color:#0f172a}.divider-vert{width:1px;height:20px;background-color:#e2e8f0}.btn-ai-rewrite{display:flex;align-items:center;gap:.4rem;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.4rem .75rem;font-size:.75rem;font-weight:600;color:#334155;cursor:pointer}.tone-select{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.4rem .5rem;font-size:.75rem;font-weight:600;color:#334155;outline:none;cursor:pointer}.auto-approve-toggle{display:flex;align-items:center;gap:.5rem}.toggle-label{font-size:.6rem;font-weight:700;color:#94a3b8;letter-spacing:.05em}.toggle-switch{width:32px;height:18px;background-color:#cbd5e1;border-radius:9px;position:relative;cursor:pointer}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;background-color:#fff;border-radius:50%;transition:all .2s}.btn-send-email{background-color:#1877f2;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #1877f233}.btn-send-email:hover{background-color:#166fe5}.btn-send-email:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.suggestions-grid,.composer-toolbar,.toolbar-left,.toolbar-right{flex-direction:column;align-items:stretch}.field-row{grid-template-columns:1fr;gap:.5rem}.subject-label{padding-top:0}}.widget-header{display:flex;justify-content:space-between;align-items:center}.widget-title{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;color:#0f172a}.widget-heading{margin:0;font-size:.9rem;font-weight:700;color:#0f172a}.badge-active{background-color:#dcfce7;color:#16a34a;font-size:.6rem;font-weight:700;padding:.2rem .5rem;border-radius:4px}.widget-row{display:flex;justify-content:space-between;align-items:center}.widget-label{font-size:.7rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.widget-value{font-size:.8rem;color:#334155}.widget-select{border:none;background:none;font-size:.8rem;font-weight:600;cursor:pointer;outline:none}.btn-widget-action{width:100%;padding:.6rem;background:#fff;border:1px solid #cbd5e1;border-radius:8px;font-size:.8rem;font-weight:600;color:#0f172a;cursor:pointer}.btn-widget-action:hover{background:#f8fafc}.progress-list{display:flex;flex-direction:column;gap:1.25rem}.progress-item{display:flex;flex-direction:column;gap:.4rem}.progress-header{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;color:#334155}.progress-bar-bg{height:6px;background-color:#f1f5f9;border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:3px}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.text-blue-600{color:#2563eb}.font-semibold{font-weight:600}.bg-green{background-color:#10b981}.bg-blue{background-color:#2563eb}.text-gray{color:#94a3b8}.text-red{color:#ef4444}.border-red{border-color:#fca5a5}.bg-red-light{background-color:#fef2f2}.mb-4{margin-bottom:1rem}.schedule-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.schedule-date-box{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#eff6ff;border-radius:6px;width:44px;height:44px}.sc-month{font-size:.55rem;font-weight:800;color:#2563eb}.sc-day{font-size:.9rem;font-weight:700;color:#2563eb;line-height:1}.schedule-info{flex:1;display:flex;flex-direction:column;gap:.2rem}.sc-title{font-size:.8rem;font-weight:600;color:#0f172a}.sc-time{font-size:.65rem;color:#64748b}.icon-btn-small{background:none;border:none;color:#cbd5e1;padding:.2rem;cursor:pointer}.icon-btn-small:hover{color:#64748b}.schedule-meta{display:flex;justify-content:space-between;align-items:center}.sc-proposed-label{font-size:.75rem;color:#64748b}.badge-pending{background-color:#fef3c7;color:#d97706;font-size:.55rem;font-weight:800;padding:.2rem .5rem;border-radius:4px}.btn-widget-action{display:flex;align-items:center;justify-content:center;gap:.4rem}.integration-list{display:flex;flex-direction:column;gap:1rem}.integration-item{display:flex;justify-content:space-between;align-items:center}.integ-left{display:flex;align-items:center;gap:.6rem}.integ-left.disabled{opacity:.5}.integ-name{font-size:.8rem;color:#334155;font-weight:500}.badge-primary{background-color:#eff6ff;color:#2563eb;font-size:.5rem;font-weight:800;padding:.15rem .4rem;border-radius:4px}.toggle-switch{width:32px;height:18px;background-color:#e2e8f0;border-radius:9px;position:relative;cursor:pointer;transition:all .2s}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;background-color:#fff;border-radius:50%;transition:all .2s;box-shadow:0 1px 2px #0000001a}.toggle-switch.active{background-color:#2563eb}.toggle-switch.active:after{left:16px}.badge-at-risk{background-color:#fef2f2;color:#ef4444;font-size:.55rem;font-weight:800;padding:.2rem .5rem;border-radius:4px;border:1px solid #fecaca}.health-desc{margin:0;font-size:.75rem;color:#b91c1c;line-height:1.5}.btn-escalate{width:100%;padding:.6rem;background-color:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:700;cursor:pointer;box-shadow:0 2px 4px #ef444433}.btn-escalate:hover{background-color:#dc2626}.deal-detail-container{display:flex;height:100%;width:100%;padding:1.5rem;gap:1.5rem;box-sizing:border-box;background-color:#f8fafc;overflow-y:auto}.deal-main-column{flex:1;display:flex;flex-direction:column;gap:1.5rem;min-width:0}.deal-widgets-sidebar{width:320px;display:flex;flex-direction:column;gap:1.5rem;flex-shrink:0}.deal-widget-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 1px 2px #0000000d}.deal-detail-skeleton{overflow:hidden}.skeleton-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 2px #0f172a0a}.shimmer{position:relative;overflow:hidden;background:linear-gradient(90deg,#e8eef6,#f7faff 45%,#e8eef6);background-size:200% 100%;animation:deal-skeleton-shimmer 1.4s linear infinite}.skeleton-header-card{display:flex;justify-content:space-between;gap:1.5rem;padding:1.5rem}.skeleton-header-left{display:flex;gap:1rem;flex:1}.skeleton-avatar{width:56px;height:56px;border-radius:999px;flex-shrink:0}.skeleton-header-copy{flex:1;display:flex;flex-direction:column;gap:.75rem}.skeleton-title-line{width:42%;height:22px;border-radius:8px}.skeleton-chip{width:90px;height:20px;border-radius:999px}.skeleton-meta-row{display:flex;gap:.75rem;flex-wrap:wrap}.skeleton-meta-line{width:120px;height:14px;border-radius:999px}.skeleton-meta-line.short{width:84px}.skeleton-header-actions{display:flex;align-items:flex-start;gap:.75rem}.skeleton-button{height:38px;border-radius:999px}.skeleton-button.primary{width:132px}.skeleton-button:not(.primary):not(.widget):not(.toolbar){width:84px}.skeleton-thread-card{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.skeleton-thread-head{display:flex;justify-content:space-between;align-items:center}.skeleton-section-title{width:180px;height:18px;border-radius:8px}.skeleton-pill{width:56px;height:22px;border-radius:999px}.skeleton-pill.small{width:48px;height:18px}.skeleton-thread-block{height:68px;border-radius:12px}.skeleton-thread-message{display:flex;flex-direction:column;gap:.65rem;padding:1rem;border-radius:12px;border:1px solid #e2e8f0;background:#f8fbff}.skeleton-thread-message.outbound{margin-left:2rem;background:#eef5ff}.skeleton-thread-message.inbound{background:#fbfdff}.skeleton-message-line{width:72%;height:13px;border-radius:999px}.skeleton-message-line.wide{width:88%}.skeleton-message-line.medium{width:58%}.skeleton-message-line.short{width:44%}.skeleton-composer-card{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.skeleton-suggestions-row{display:flex;gap:1rem}.skeleton-suggestion{flex:1;height:72px;border-radius:16px}.skeleton-fields{display:flex;flex-direction:column;gap:.9rem}.skeleton-field-row{display:grid;grid-template-columns:60px 1fr;gap:1rem;align-items:center}.skeleton-label-line{width:42px;height:12px;border-radius:999px}.skeleton-value-line{width:65%;height:14px;border-radius:999px}.skeleton-subject-shell{height:48px;border-radius:12px}.skeleton-textarea{min-height:200px;border-radius:14px}.skeleton-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem}.skeleton-toolbar-left{display:flex;align-items:center;gap:.75rem}.skeleton-icon{width:20px;height:20px;border-radius:6px}.skeleton-button.toolbar{width:120px;height:34px}.skeleton-widget-card{padding:1.25rem;display:flex;flex-direction:column;gap:.9rem}.skeleton-widget-head{display:flex;justify-content:space-between;align-items:center}.skeleton-widget-title{width:110px;height:16px;border-radius:8px}.skeleton-widget-line{width:100%;height:12px;border-radius:999px}.skeleton-widget-line.short{width:64%}.skeleton-button.widget{width:100%;height:36px;margin-top:.35rem}@keyframes deal-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1024px){.deal-detail-container{flex-direction:column}.deal-widgets-sidebar{width:100%}}@media(max-width:768px){.deal-detail-container{padding:1rem;gap:1rem}.skeleton-header-card,.skeleton-toolbar,.skeleton-suggestions-row{flex-direction:column}.skeleton-thread-message.outbound{margin-left:0}.skeleton-field-row{grid-template-columns:1fr;gap:.5rem}}.integrations-page{padding:2rem;max-width:1200px;margin:0 auto;color:#0f172a;animation:fadeIn .4s ease-out}.integrations-header{margin-bottom:3rem;text-align:center}.integrations-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.integrations-header p{color:#64748b;font-size:1.1rem}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.provider-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;transition:all .3s ease;position:relative;overflow:hidden}.provider-card:hover{transform:translateY(-4px);border-color:#2563eb;box-shadow:0 8px 24px #00000014}.provider-card.connected{border-color:#22c55e80;background:linear-gradient(180deg,rgba(34,197,94,.05),transparent 60%)}.provider-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.provider-icon-wrapper{width:48px;height:48px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#2563eb}.connected .provider-icon-wrapper{color:#22c55e}.int-badge{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:99px;display:flex;align-items:center;gap:.25rem}.int-badge-neutral{background:#f1f5f9;color:#64748b}.int-badge-success{background:#22c55e26;color:#16a34a}.int-badge-primary{background:#2563eb1f;color:#1d4ed8}.provider-card-body h3{font-size:1.25rem;margin-bottom:.5rem;color:#0f172a}.provider-card-body p{color:#64748b;font-size:.9rem;line-height:1.5;margin-bottom:1rem;flex-grow:1}.provider-account{font-size:.85rem;color:#0f172a;background:#f1f5f9;padding:.5rem .75rem;border-radius:6px;margin-bottom:1rem;word-break:break-all}.provider-primary-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.int-btn-link{border:none;background:transparent;color:#2563eb;font-weight:600;cursor:pointer;padding:0}.int-btn-link:hover{text-decoration:underline}.provider-capabilities{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.cap-badge{font-size:.75rem;padding:.25rem .5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;gap:.25rem;color:#475569;text-transform:capitalize}.provider-card-footer{margin-top:auto;display:flex;flex-direction:column;gap:.5rem}.int-btn-connect{width:100%;padding:.75rem;border-radius:8px;background:#2563eb;color:#fff;border:none;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s}.int-btn-connect:hover{background:#1d4ed8}.connected-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.connected-actions button{padding:.6rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.int-btn-action{background:#2563eb;color:#fff;grid-column:span 2;transition:background .2s}.int-btn-action:hover{background:#1d4ed8}.int-btn-action.int-btn-outline{background:#fff;border:1px solid #cbd5e1;color:#334155}.int-btn-action.int-btn-outline:hover{background:#f8fafc;border-color:#94a3b8}.int-btn-disconnect{grid-column:span 2;background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.int-btn-disconnect:hover{background:#ef44441a}.int-modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.int-modal-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;width:100%;max-width:500px;box-shadow:0 20px 40px #0000001a;color:#0f172a}.int-modal-content h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;color:#0f172a}.int-form-group{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem}.int-form-row{display:flex;gap:1rem}.int-form-group.half{flex:1}.int-form-group label{font-size:.9rem;font-weight:500;color:#475569}.int-form-group input,.int-form-group textarea{background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.75rem;color:#0f172a;font-family:inherit;transition:border-color .2s,box-shadow .2s}.int-form-group input:focus,.int-form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.int-modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.int-modal-actions button{padding:.65rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;border:none;font-size:.95rem}.int-btn-secondary{background:#fff;color:#475569;border:1px solid #cbd5e1;transition:all .2s}.int-btn-secondary:hover{background:#f8fafc;color:#0f172a}.int-btn-primary{background:#2563eb;color:#fff;transition:background .2s}.int-btn-primary:hover:not(:disabled){background:#1d4ed8}.int-btn-primary:disabled{opacity:.7;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.integrations-page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:1rem;color:#64748b}.int-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.schedule-page{height:100%;min-height:0}.schedule-shell{display:grid;grid-template-columns:280px minmax(0,1fr) 360px;gap:1.25rem;height:100%;min-height:0}.schedule-shell.is-panel-hidden{grid-template-columns:280px minmax(0,1fr)}.schedule-card{background:#fff;border:1px solid #dbe4ee;border-radius:24px;box-shadow:0 18px 42px #0f172a0f;min-height:0}.schedule-left-rail,.schedule-right-panel{display:flex;flex-direction:column;padding:1.35rem;overflow:auto}.schedule-center-column{display:flex;flex-direction:column;overflow:hidden;min-height:0}.schedule-rail-section{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.35rem;padding-bottom:1.35rem;border-bottom:1px solid #edf2f7}.schedule-rail-eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.schedule-checkbox-row,.schedule-type-filter,.schedule-empty-slot,.schedule-day-cell,.schedule-secondary-btn,.schedule-view-chip,.schedule-icon-btn,.schedule-close-btn,.schedule-primary-btn,.schedule-primary-cta,.schedule-success-btn,.schedule-danger-btn,.schedule-week-grid-head-cell{border:none;font:inherit}.schedule-checkbox-row,.schedule-type-filter{width:100%;display:flex;align-items:center;gap:.8rem;padding:.85rem .95rem;border-radius:16px;background:#fff;border:1px solid #dbe4ee;color:#334155;text-align:left;cursor:pointer}.schedule-checkbox-row strong,.schedule-type-filter span:nth-child(2){font-weight:700}.schedule-checkbox-row small{display:block;margin-top:.2rem;color:#94a3b8}.schedule-checkbox-row.is-active,.schedule-type-filter.is-selected{background:linear-gradient(180deg,#f8fbff,#eff6ff);border-color:#93c5fd}.schedule-checkbox-row.is-disabled{opacity:.55;cursor:not-allowed}.schedule-checkbox-indicator{width:18px;height:18px;border-radius:999px;border:1px solid #cbd5e1;display:inline-flex;align-items:center;justify-content:center;color:#2563eb;font-size:.72rem;flex-shrink:0}.schedule-type-filter-list{display:flex;flex-direction:column;gap:.55rem}.schedule-type-dot{width:10px;height:10px;border-radius:999px;flex-shrink:0}.schedule-filter-count{margin-left:auto;color:#94a3b8;font-size:.78rem;font-weight:700}.schedule-related-row{display:flex;justify-content:space-between;align-items:center;color:#334155;padding:.25rem 0}.schedule-primary-cta,.schedule-primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;border-radius:16px;padding:.95rem 1.1rem;cursor:pointer;box-shadow:0 14px 26px #2563eb3d}.schedule-primary-cta{margin-top:auto}.schedule-secondary-btn,.schedule-icon-btn,.schedule-close-btn,.schedule-view-chip{background:#f8fafc;color:#334155;border:1px solid #dbe4ee;border-radius:14px;cursor:pointer}.schedule-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.8rem .95rem}.schedule-icon-btn,.schedule-close-btn{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0}.schedule-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:1.4rem 1.5rem 1rem;border-bottom:1px solid #edf2f7}.schedule-toolbar-copy h1,.schedule-day-view-head h2,.schedule-panel-header h2{margin:.3rem 0 .2rem;font-size:1.65rem;line-height:1.05;color:#0f172a}.schedule-toolbar-copy p{margin:0;color:#64748b}.schedule-toolbar-actions,.schedule-nav-group,.schedule-view-switcher{display:flex;align-items:center;gap:.6rem}.schedule-view-switcher{background:#f8fafc;border:1px solid #dbe4ee;padding:.25rem;border-radius:16px}.schedule-view-chip{padding:.6rem .9rem;text-transform:capitalize}.schedule-view-chip.is-active{background:#fff;color:#0f172a;border-color:#cbd5e1;box-shadow:0 6px 16px #0f172a14}.schedule-surface{flex:1;min-height:0;overflow:auto;padding:0 1.2rem 1.2rem}.schedule-weekday-row,.schedule-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.schedule-weekday-row{position:sticky;top:0;z-index:2;background:#fff;padding-top:.6rem}.schedule-weekday-cell{padding:.85rem .5rem;text-align:center;color:#94a3b8;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.schedule-month-grid{border-top:1px solid #edf2f7;border-left:1px solid #edf2f7}.schedule-day-cell{min-height:138px;padding:.75rem;background:#fff;border-right:1px solid #edf2f7;border-bottom:1px solid #edf2f7;display:flex;flex-direction:column;gap:.55rem;text-align:left;cursor:pointer}.schedule-day-cell.is-outside{background:#f8fafc}.schedule-day-cell.is-today{background:linear-gradient(180deg,#f8fbff,#eef5ff)}.schedule-day-cell.is-active-day{box-shadow:inset 0 0 0 2px #60a5fa}.schedule-day-head{display:flex;justify-content:space-between;align-items:center}.schedule-day-number{font-size:.95rem;font-weight:800;color:#0f172a}.schedule-day-more{font-size:.72rem;font-weight:700;color:#64748b}.schedule-day-events{display:flex;flex-direction:column;gap:.45rem;min-height:0}.schedule-event-pill,.schedule-event-card{display:flex;flex-direction:column;gap:.15rem;border-radius:16px;color:#fff;cursor:pointer;text-align:left;box-shadow:inset 0 0 0 1px #ffffff1f}.schedule-event-pill{padding:.58rem .72rem}.schedule-event-card{padding:.85rem .9rem}.schedule-event-pill-time,.schedule-event-card-time{font-size:.68rem;font-weight:700;opacity:.94}.schedule-event-pill-title,.schedule-event-card strong{font-size:.8rem;font-weight:700}.schedule-event-pill-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-event-card span:last-child{font-size:.74rem;opacity:.92}.schedule-event-pill.is-selected,.schedule-event-card.is-selected{outline:2px solid #0f172a;outline-offset:2px}.schedule-week-view,.schedule-day-view{min-height:100%;padding-top:.8rem}.schedule-week-grid{display:grid;grid-template-rows:auto 1fr;min-width:980px;border:1px solid #edf2f7;border-radius:24px;overflow:hidden;background:#fff}.schedule-week-grid-head,.schedule-week-grid-body{display:grid;grid-template-columns:74px repeat(7,minmax(140px,1fr))}.schedule-week-grid-head{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid #edf2f7}.schedule-week-head-spacer{border-right:1px solid #edf2f7;background:#f8fafc}.schedule-week-grid-head-cell{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;background:#fff;border-right:1px solid #edf2f7;color:#0f172a;cursor:pointer}.schedule-week-grid-head-cell span{color:#94a3b8;font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.schedule-week-grid-head-cell strong{font-size:1rem;font-weight:800}.schedule-week-grid-head-cell.is-today,.schedule-week-slot-cell.is-today{background:#eff6ff}.schedule-week-grid-head-cell.is-active-day,.schedule-week-slot-cell.is-active-day{box-shadow:inset 0 0 0 2px #2563eb2e}.schedule-week-time-cell{min-height:60px;padding:.55rem;border-right:1px solid #edf2f7;border-bottom:1px solid #edf2f7;background:#f8fafc;color:#94a3b8;font-size:.72rem;font-weight:800}.schedule-week-slot-cell{position:relative;min-height:60px;padding:.35rem;border-right:1px solid #edf2f7;border-bottom:1px solid #edf2f7;display:flex;flex-direction:column;gap:.3rem;background:#fff}.schedule-empty-slot{width:100%;padding:.8rem;background:#fff;border:1px dashed #dbe4ee;border-radius:14px;color:#94a3b8;text-align:center;cursor:pointer}.schedule-empty-slot-compact{min-height:42px;padding:.45rem;background:#f8fafcbf;font-size:.76rem}.schedule-week-slot-hitbox{width:100%;min-height:100%;border:none;background:transparent;border-radius:10px;cursor:pointer}.schedule-week-slot-hitbox:hover{background:#2563eb0d}.schedule-day-timeline{display:flex;flex-direction:column;gap:0;border-top:1px solid #edf2f7}.schedule-day-slot{display:grid;grid-template-columns:72px minmax(0,1fr);gap:1rem;align-items:start;min-height:64px;padding:.2rem 0;border-bottom:1px solid #edf2f7}.schedule-day-slot-time{color:#94a3b8;font-size:.72rem;font-weight:800;padding-top:.7rem}.schedule-day-slot-content{position:relative;min-height:52px;display:flex;flex-direction:column;gap:.45rem}.schedule-day-slot-hitbox{width:100%;min-height:48px;border:none;background:transparent;border-radius:10px;cursor:pointer}.schedule-day-slot-hitbox:hover{background:#2563eb0d}.schedule-week-slot-cell .schedule-event-card{border-radius:12px;padding:.45rem .55rem}.schedule-day-slot .schedule-event-card{border-radius:12px;padding:.55rem .65rem}.schedule-day-slot .schedule-event-card-time,.schedule-day-slot .schedule-event-card span:last-child{font-size:.66rem}.schedule-day-slot .schedule-event-card strong{font-size:.78rem}.schedule-week-slot-cell .schedule-event-card-time,.schedule-week-slot-cell .schedule-event-card span:last-child{font-size:.62rem}.schedule-week-slot-cell .schedule-event-card strong{font-size:.72rem}.schedule-current-time-bar{position:absolute;left:.35rem;right:.35rem;height:2px;background:#ef4444;border-radius:999px;pointer-events:none;z-index:3}.schedule-current-time-dot{position:absolute;left:-2px;top:50%;width:8px;height:8px;border-radius:999px;background:#ef4444;transform:translateY(-50%);box-shadow:0 0 0 3px #ef444429}.schedule-current-time-label{position:absolute;top:-11px;right:0;padding:.18rem .42rem;border-radius:999px;background:#fff;color:#ef4444;font-size:.64rem;font-weight:800;letter-spacing:.02em;box-shadow:0 6px 14px #0f172a14}.schedule-panel-content,.schedule-panel-state{display:flex;flex-direction:column;gap:1rem}.schedule-panel-state{height:100%;align-items:center;justify-content:center;text-align:center;color:#64748b}.schedule-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.schedule-inline-alert{padding:.9rem 1rem;border-radius:16px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.86rem}.schedule-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.schedule-form-field{display:flex;flex-direction:column;gap:.4rem}.schedule-form-field span{color:#64748b;font-size:.78rem;font-weight:800}.schedule-form-field input,.schedule-form-field select,.schedule-form-field textarea{border:1px solid #dbe4ee;border-radius:16px;background:#fff;color:#0f172a;padding:.85rem .95rem;font:inherit}.schedule-form-field-full{grid-column:1 / -1}.schedule-panel-actions{display:flex;gap:.75rem;margin-top:auto}.schedule-panel-actions-stacked{flex-direction:column}.schedule-inline-actions{display:flex;gap:.75rem}.schedule-success-btn,.schedule-danger-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:16px;padding:.85rem 1rem;font-weight:700;cursor:pointer}.schedule-success-btn{background:#ecfdf5;color:#059669}.schedule-danger-btn{background:#fef2f2;color:#dc2626}.schedule-detail-pill-row{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.schedule-detail-type,.schedule-detail-status{display:inline-flex;align-items:center;justify-content:center;padding:.32rem .7rem;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.schedule-detail-status.is-scheduled{background:#eff6ff;color:#2563eb}.schedule-detail-status.is-completed{background:#ecfdf5;color:#059669}.schedule-detail-status.is-cancelled{background:#fef2f2;color:#dc2626}.schedule-event-meta-stack{display:flex;flex-direction:column;gap:.8rem}.schedule-event-meta-row,.schedule-event-link{display:flex;align-items:flex-start;gap:.65rem;color:#334155}.schedule-event-link{color:#2563eb;font-weight:700;text-decoration:none}.schedule-description-card,.schedule-linked-deal-card,.schedule-ai-card{border:1px solid #dbe4ee;border-radius:20px;background:#f8fbff;padding:1rem}.schedule-description-card p,.schedule-linked-deal-card p,.schedule-ai-insight p,.schedule-ai-topics ul{margin:.45rem 0 0;color:#334155;line-height:1.55}.schedule-linked-deal-card h3{margin:.35rem 0 .25rem;font-size:1rem;color:#0f172a}.schedule-ai-card-header{display:flex;align-items:center;gap:.45rem;color:#2563eb;font-weight:800}.schedule-ai-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem}.schedule-ai-stats label,.schedule-ai-insight span,.schedule-ai-topics span{display:block;color:#94a3b8;font-size:.74rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.schedule-ai-stats strong{display:block;margin-top:.2rem;color:#0f172a}.schedule-calendar-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;color:#64748b;text-align:center}.schedule-calendar-state h3{margin:0;color:#0f172a}.schedule-spinner{animation:schedule-spin 1s linear infinite}.is-call{background:#3b82f6}.is-meeting{background:#10b981}.is-demo{background:#8b5cf6}.is-follow-up{background:#f59e0b}.is-task{background:#f43f5e}.is-reminder{background:#64748b}@keyframes schedule-spin{to{transform:rotate(360deg)}}@media(max-width:1380px){.schedule-shell{grid-template-columns:250px minmax(0,1fr) 320px}}@media(max-width:1120px){.schedule-shell{grid-template-columns:1fr;height:auto}.schedule-week-grid{min-width:840px}}
