*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #00f9ff;--secondary: #ff8600;--dark: #0a0a0f;--darker: #050508;--gray-900: #111118;--gray-800: #1a1a24;--gray-700: #2a2a38;--gray-600: #3a3a4a;--gray-400: #8888aa;--gray-300: #aaaacc;--white: #ffffff}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--darker);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{max-width:100%;height:auto}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-900)}::-webkit-scrollbar-thumb{background:var(--gray-700);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-600)}.lp3{min-height:100vh;background:#0a0a0a;position:relative}.lp3-back{position:fixed;top:1rem;left:1rem;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#0a0a0ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,134,0,.2);border-radius:8px;color:var(--gray-400);font-size:.875rem;z-index:1000;transition:all .2s ease}.lp3-back:hover{color:var(--secondary);border-color:#ff860066}.lp3-nav{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 5rem;position:relative;z-index:100}.lp3-nav-logo{display:flex;flex-direction:column;align-items:flex-start}.lp3-logo-text{font-size:1.375rem;font-weight:800;letter-spacing:.05em;color:var(--white)}.lp3-logo-accent{color:var(--secondary)}.lp3-logo-tagline{font-size:.625rem;font-weight:500;letter-spacing:.2em;color:var(--gray-500);text-transform:uppercase;margin-top:2px}.lp3-nav-links{display:flex;gap:3rem}.lp3-nav-links a{color:var(--gray-400);font-size:.9375rem;font-weight:500;transition:color .2s ease;position:relative}.lp3-nav-links a:hover{color:var(--white)}.lp3-nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--secondary);transition:width .2s ease}.lp3-nav-links a:hover:after{width:100%}.lp3-nav-actions{display:flex;gap:1rem;align-items:center}.lp3-btn-text{padding:.625rem 1rem;background:transparent;color:var(--gray-300);font-weight:500;font-size:.9375rem;transition:color .2s ease}.lp3-btn-text:hover{color:var(--white)}.lp3-btn-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--secondary),#cc6b00);color:var(--white);font-weight:600;font-size:.9375rem;border-radius:8px;transition:all .2s ease}.lp3-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff86004d}.lp3-btn-secondary{padding:.75rem 1.5rem;background:transparent;color:var(--white);font-weight:600;font-size:.9375rem;border:1px solid var(--gray-700);border-radius:8px;transition:all .2s ease}.lp3-btn-secondary:hover{border-color:var(--secondary);color:var(--secondary)}.lp3-btn-lg{padding:1rem 2rem;font-size:1rem}.lp3-btn-xl{padding:1.25rem 2.5rem;font-size:1.125rem}.lp3-hero{min-height:calc(100vh - 80px);display:flex;align-items:center;padding:4rem 5rem;position:relative;overflow:hidden}.lp3-hero-bg{position:absolute;inset:0;overflow:hidden}.lp3-gradient-orb{position:absolute;border-radius:50%;filter:blur(120px)}.lp3-orb-1{width:600px;height:600px;background:var(--secondary);top:-20%;right:20%;opacity:.08}.lp3-orb-2{width:400px;height:400px;background:var(--primary);bottom:10%;left:10%;opacity:.05}.lp3-hero-grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,134,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,134,0,.02) 1px,transparent 1px);background-size:40px 40px}.lp3-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:10}.lp3-hero-left{display:flex;flex-direction:column;justify-content:center}.lp3-hero-label{display:flex;align-items:center;gap:1rem;color:var(--secondary);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.lp3-label-line{width:40px;height:2px;background:var(--secondary)}.lp3-hero-title{font-size:clamp(2.75rem,6vw,4.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--white);margin-bottom:1.5rem}.lp3-title-highlight{background:linear-gradient(135deg,var(--secondary) 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp3-typewriter{display:inline;white-space:nowrap}.lp3-typewriter-cursor{display:inline-block;margin-left:2px;animation:lp3-blink 1s step-end infinite;font-weight:300}@keyframes lp3-blink{0%,50%{opacity:1}51%,to{opacity:0}}.lp3-hero-subtitle{font-size:1.125rem;color:var(--gray-400);line-height:1.7;margin-bottom:2rem;max-width:500px}.lp3-hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.lp3-hero-trust{display:flex;align-items:center;gap:1.5rem}.lp3-trust-label{font-size:.75rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.1em}.lp3-trust-logos{display:flex;gap:2rem}.lp3-trust-logo{font-size:.875rem;color:var(--gray-500);font-weight:600}.lp3-hero-right{display:flex;align-items:center;justify-content:center}.lp3-hero-image{width:100%;max-width:600px;border-radius:12px;box-shadow:0 0 60px #ff86001a,0 20px 40px #0006;object-fit:contain}.lp3-logos{padding:4rem 5rem;border-top:1px solid var(--gray-800);border-bottom:1px solid var(--gray-800)}.lp3-logos-label{text-align:center;font-size:.8125rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gray-600);margin-bottom:2rem}.lp3-logos-grid{display:flex;justify-content:center;gap:4rem}.lp3-logo-item{font-size:1rem;font-weight:600;color:var(--gray-500);opacity:.7}.lp3-logo-more{font-style:italic;font-weight:400;color:var(--gray-600)}.lp3-capabilities{padding:8rem 5rem}.lp3-section-header{text-align:center;margin-bottom:5rem}.lp3-section-tag{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--secondary);margin-bottom:1rem}.lp3-section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--white);letter-spacing:-.02em;line-height:1.2}.lp3-capabilities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}.lp3-capability{display:flex;gap:1.5rem;padding:2.5rem;background:linear-gradient(135deg,rgba(255,255,255,.03),transparent);border:1px solid var(--gray-800);border-radius:16px;transition:all .3s ease}.lp3-capability:hover{border-color:#ff860033;background:linear-gradient(135deg,rgba(255,134,0,.03),transparent)}.lp3-cap-number{font-size:3rem;font-weight:800;color:var(--gray-800);line-height:1;flex-shrink:0}.lp3-cap-content h3{font-size:1.375rem;font-weight:600;color:var(--white);margin-bottom:.75rem}.lp3-cap-content p{font-size:.9375rem;color:var(--gray-400);line-height:1.6;margin-bottom:1.25rem}.lp3-cap-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.lp3-cap-list li{font-size:.875rem;color:var(--gray-300);padding-left:1.25rem;position:relative}.lp3-cap-list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:var(--secondary);border-radius:50%}.lp3-highlight{padding:8rem 5rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;max-width:1300px;margin:0 auto}.lp3-highlight-desc{font-size:1.125rem;color:var(--gray-400);line-height:1.7;margin:1.5rem 0 2rem}.lp3-highlight-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.lp3-hf-item{display:flex;align-items:center;gap:.75rem;color:var(--gray-300);font-size:.9375rem}.lp3-hf-item svg{color:var(--secondary);flex-shrink:0}.lp3-highlight-visual{display:flex;justify-content:center}.lp3-phone-image{width:100%;max-width:500px;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(0,0,0,.5))}.lp3-stats{padding:5rem;background:linear-gradient(180deg,#0a0a0a,#0f0f0f)}.lp3-stats-grid{display:flex;align-items:center;justify-content:center;gap:4rem;max-width:1100px;margin:0 auto}.lp3-stat-item{text-align:center}.lp3-stat-value{display:block;font-size:3rem;font-weight:700;color:var(--white);letter-spacing:-.02em}.lp3-stat-label{font-size:.875rem;color:var(--gray-500);margin-top:.25rem}.lp3-stat-divider{width:1px;height:60px;background:var(--gray-800)}.lp3-cta{padding:8rem 5rem;text-align:center;position:relative;overflow:hidden}.lp3-cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:400px;background:radial-gradient(ellipse,rgba(255,134,0,.1) 0%,transparent 70%)}.lp3-cta-content{position:relative;z-index:10}.lp3-cta h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--white);margin-bottom:1rem}.lp3-cta p{font-size:1.125rem;color:var(--gray-400);max-width:500px;margin:0 auto 2rem}.lp3-cta-actions{display:flex;flex-direction:column;align-items:center;gap:1rem}.lp3-cta-note{font-size:.8125rem;color:var(--gray-600)}.lp3-footer{background:#050505;padding:5rem;border-top:1px solid var(--gray-800)}.lp3-footer-main{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto 4rem}.lp3-footer-brand p{color:var(--gray-500);margin:1rem 0;font-size:.9375rem}.lp3-social{display:flex;gap:1.5rem}.lp3-social-link{font-size:.875rem;color:var(--gray-500);transition:color .2s ease}.lp3-social-link:hover{color:var(--secondary)}.lp3-footer-links{display:flex;gap:6rem}.lp3-footer-col{display:flex;flex-direction:column;gap:.75rem}.lp3-footer-col h4{color:var(--white);font-weight:600;margin-bottom:.5rem;font-size:.9375rem}.lp3-footer-col a{color:var(--gray-500);font-size:.875rem;transition:color .2s ease}.lp3-footer-col a:hover{color:var(--secondary)}.lp3-footer-bottom{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--gray-800)}.lp3-footer-bottom p{color:var(--gray-600);font-size:.875rem}.lp3-legal{display:flex;gap:2rem}.lp3-legal a{color:var(--gray-500);font-size:.875rem;transition:color .2s ease}.lp3-legal a:hover{color:var(--secondary)}@media(max-width:1024px){.lp3-hero-content{grid-template-columns:1fr;gap:3rem}.lp3-hero-left{text-align:center;align-items:center}.lp3-hero-label{justify-content:center}.lp3-hero-subtitle{max-width:600px}.lp3-hero-buttons{justify-content:center}.lp3-hero-trust{justify-content:center;flex-wrap:wrap}.lp3-capabilities-grid{grid-template-columns:1fr}.lp3-highlight{grid-template-columns:1fr;gap:4rem;text-align:center}.lp3-highlight-features{justify-content:center}.lp3-stats-grid{flex-wrap:wrap;gap:3rem}.lp3-stat-divider{display:none}}@media(max-width:768px){.lp3-nav{padding:1rem 1.5rem}.lp3-nav-links,.lp3-nav-actions .lp3-btn-text{display:none}.lp3-hero{padding:2rem 1.5rem 4rem}.lp3-hero-buttons{flex-direction:column}.lp3-dashboard-preview{max-width:100%}.lp3-trust-logos{gap:1rem}.lp3-logos{padding:2rem 1.5rem}.lp3-logos-grid{flex-wrap:wrap;gap:2rem}.lp3-capabilities{padding:4rem 1.5rem}.lp3-capability{flex-direction:column;gap:1rem}.lp3-highlight{padding:4rem 1.5rem}.lp3-highlight-features{grid-template-columns:1fr}.lp3-stats{padding:4rem 1.5rem}.lp3-stats-grid{flex-direction:column;gap:2rem}.lp3-cta{padding:4rem 1.5rem}.lp3-footer{padding:3rem 1.5rem}.lp3-footer-main{flex-direction:column;gap:3rem}.lp3-footer-links{flex-wrap:wrap;gap:2rem}.lp3-footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.lp3-modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:lp3-fadeIn .2s ease-out}@keyframes lp3-fadeIn{0%{opacity:0}to{opacity:1}}.lp3-modal{background:linear-gradient(135deg,#1a1a1af2,#0f0f0ffa);border:1px solid rgba(255,134,0,.2);border-radius:20px;padding:2.5rem;max-width:440px;width:100%;position:relative;box-shadow:0 0 80px #ff860026,0 25px 50px #00000080;animation:lp3-slideUp .3s ease-out}@keyframes lp3-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lp3-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:var(--gray-500);cursor:pointer;padding:.5rem;transition:color .2s ease}.lp3-modal-close:hover{color:var(--white)}.lp3-modal-header{text-align:center;margin-bottom:2rem}.lp3-modal-header h2{font-size:1.75rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.lp3-modal-header p{color:var(--gray-400);font-size:.9375rem}.lp3-modal-form{display:flex;flex-direction:column;gap:1.25rem}.lp3-form-group{display:flex;flex-direction:column;gap:.5rem}.lp3-form-group label{font-size:.875rem;font-weight:500;color:var(--gray-300)}.lp3-form-group input{background:#ffffff0d;border:1px solid var(--gray-700);border-radius:10px;padding:.875rem 1rem;font-size:1rem;color:var(--white);transition:all .2s ease}.lp3-form-group input::placeholder{color:var(--gray-600)}.lp3-form-group input:focus{outline:none;border-color:var(--secondary);background:#ff86000d;box-shadow:0 0 0 3px #ff86001a}.lp3-btn-full{width:100%;margin-top:.5rem}.lp3-btn-primary:disabled{opacity:.6;cursor:not-allowed}.lp3-modal-success{text-align:center;padding:2rem 0}.lp3-success-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--secondary),#cc6b00);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;animation:lp3-scaleIn .3s ease-out}@keyframes lp3-scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.lp3-success-icon svg{color:var(--white)}.lp3-modal-success h3{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.lp3-modal-success p{color:var(--gray-400)}.crm{min-height:100vh;background:#0a0a0a;color:var(--white)}.crm-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#0a0a0af2;border-bottom:1px solid var(--gray-800);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.crm-header-left{display:flex;align-items:center}.crm-logo{display:flex;flex-direction:column}.crm-logo-text{font-size:1.25rem;font-weight:800;letter-spacing:.05em;color:var(--white)}.crm-logo-accent{color:var(--secondary)}.crm-logo-tagline{font-size:.625rem;font-weight:600;letter-spacing:.2em;color:var(--gray-500);text-transform:uppercase}.crm-nav{display:flex;gap:.5rem}.crm-nav-link{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;color:var(--gray-400);transition:all .2s ease}.crm-nav-link:hover{color:var(--white);background:#ffffff0d}.crm-nav-link.active{color:var(--white);background:#ff860026}.crm-header-right{display:flex;align-items:center;gap:1rem}.crm-user{font-size:.875rem;color:var(--gray-400)}.crm-logout-btn{padding:.5rem 1rem;background:#ffffff0d;border:1px solid var(--gray-700);border-radius:6px;color:var(--gray-300);font-size:.75rem;cursor:pointer;transition:all .2s ease}.crm-logout-btn:hover{background:#ef444426;border-color:#ef44444d;color:#fca5a5}.crm-main{padding:2rem;max-width:1400px;margin:0 auto}.crm-section{margin-bottom:2rem}.crm-section-title{font-size:1.125rem;font-weight:600;color:var(--white);margin-bottom:1rem}.crm-quarter-banner{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#ff860026,#ff86000d);border:1px solid rgba(255,134,0,.2);border-radius:16px}.crm-quarter-info{display:flex;flex-direction:column;gap:.25rem}.crm-quarter-label{font-size:1.5rem;font-weight:700;color:var(--white)}.crm-quarter-multiplier{font-size:.875rem;color:var(--secondary);font-weight:600}.crm-quarter-revenue{text-align:right;display:flex;flex-direction:column;gap:.25rem}.crm-revenue-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.1em}.crm-revenue-value{font-size:2rem;font-weight:700;color:var(--secondary)}.crm-revenue-actual{font-size:.75rem;color:var(--gray-500)}.crm-funnel{display:flex;flex-direction:column;gap:.5rem}.crm-funnel-stage{display:flex;justify-content:center}.crm-funnel-bar{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;background:linear-gradient(90deg,var(--stage-color),transparent);border-left:3px solid var(--stage-color);border-radius:0 8px 8px 0;transition:all .2s ease}.crm-funnel-bar:hover{transform:translate(4px)}.crm-funnel-count{font-size:1.25rem;font-weight:700;color:var(--white)}.crm-funnel-label{font-size:.875rem;color:var(--gray-300)}.crm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.crm-card{background:#ffffff05;border:1px solid var(--gray-800);border-radius:16px;overflow:hidden}.crm-card-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-800)}.crm-card-header h3{font-size:.9375rem;font-weight:600;color:var(--white)}.crm-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .5rem;background:var(--secondary);color:var(--white);font-size:.75rem;font-weight:600;border-radius:12px}.crm-card-body{padding:1rem 1.25rem}.crm-empty{color:var(--gray-500);font-size:.875rem;text-align:center;padding:1rem 0}.crm-lead-list{display:flex;flex-direction:column;gap:.75rem}.crm-lead-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#ffffff05;border-radius:8px;transition:background .2s ease}.crm-lead-item:hover{background:#ffffff0d}.crm-lead-info{display:flex;flex-direction:column;gap:.125rem}.crm-lead-name{font-size:.875rem;font-weight:500;color:var(--white)}.crm-lead-org{font-size:.75rem;color:var(--gray-500)}.crm-select-small{padding:.375rem .75rem;background:#ffffff0d;border:1px solid var(--gray-700);border-radius:6px;color:var(--gray-300);font-size:.75rem;cursor:pointer}.crm-select-small:focus{outline:none;border-color:var(--secondary)}.crm-activity-list{display:flex;flex-direction:column;gap:.75rem}.crm-activity-item{display:flex;align-items:center;gap:.75rem}.crm-activity-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.crm-activity-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.crm-activity-name{font-size:.875rem;font-weight:500;color:var(--white)}.crm-activity-detail{font-size:.75rem;color:var(--gray-500)}.crm-activity-value{font-size:.875rem;font-weight:600;color:var(--secondary)}.crm-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.crm-team-card{background:#ffffff05;border:1px solid var(--gray-800);border-radius:16px;padding:1.5rem}.crm-team-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.crm-team-avatar{width:48px;height:48px;background:linear-gradient(135deg,var(--secondary),#cc6b00);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:var(--white)}.crm-team-info{display:flex;flex-direction:column}.crm-team-name{font-size:1rem;font-weight:600;color:var(--white)}.crm-team-role{font-size:.75rem;color:var(--gray-500)}.crm-team-stats{display:flex;gap:1.5rem;margin-bottom:1.25rem}.crm-stat{display:flex;flex-direction:column;gap:.125rem}.crm-stat-value{font-size:1.25rem;font-weight:700;color:var(--white)}.crm-stat-label{font-size:.6875rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.crm-team-target{padding-top:1rem;border-top:1px solid var(--gray-800)}.crm-target-header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.75rem;color:var(--gray-400)}.crm-progress-bar{height:8px;background:var(--gray-800);border-radius:4px;overflow:hidden}.crm-progress-fill{height:100%;background:linear-gradient(90deg,var(--secondary),#22c55e);border-radius:4px;transition:width .5s ease}.crm-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.crm-stat-card{background:#ffffff05;border:1px solid var(--gray-800);border-radius:16px;padding:1.5rem;text-align:center}.crm-stat-card-value{display:block;font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:.25rem}.crm-stat-card-label{font-size:.875rem;color:var(--gray-500)}@media(max-width:1024px){.crm-grid,.crm-team-grid{grid-template-columns:1fr}.crm-stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.crm-header{flex-wrap:wrap;gap:1rem}.crm-nav{order:3;width:100%;justify-content:center}.crm-main{padding:1rem}.crm-quarter-banner{flex-direction:column;text-align:center;gap:1rem}.crm-quarter-revenue{text-align:center}.crm-stats-row{grid-template-columns:1fr}}.crm-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.crm-page-title{font-size:2rem;font-weight:700;color:var(--white)}.crm-btn-primary{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:var(--secondary);color:var(--white);border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.crm-btn-primary:hover{background:#f93;transform:translateY(-1px)}.crm-filters{display:flex;gap:1rem;padding:1.25rem;border-bottom:1px solid var(--gray-800);background:#ffffff03}.crm-search-wrapper{position:relative;flex:1}.crm-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--gray-500);pointer-events:none}.crm-search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;background:#ffffff0d;border:1px solid var(--gray-700);border-radius:8px;color:var(--white);font-size:.9375rem;transition:all .2s ease}.crm-search-input:focus{outline:none;border-color:var(--secondary);background:#ff86000d}.crm-select{padding:.75rem 2.5rem .75rem 1rem;background:#ffffff0d;border:1px solid var(--gray-700);border-radius:8px;color:var(--white);font-size:.9375rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4L6 8L10 4' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;min-width:160px}.crm-select:focus{outline:none;border-color:var(--secondary)}.crm-table-wrapper{overflow-x:auto}.crm-table{width:100%;border-collapse:collapse}.crm-table th{text-align:left;padding:1rem 1.5rem;background:#ffffff08;color:var(--gray-400);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.crm-table td{padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-800);color:var(--gray-300);font-size:.9375rem;vertical-align:middle}.crm-table tr:last-child td{border-bottom:none}.crm-table tr:hover{background:#ffffff05}.crm-cell-strong{font-weight:500;color:var(--white)}.crm-contact-name{color:var(--white);margin-bottom:.25rem}.crm-contact-email{font-size:.8125rem;color:var(--gray-500)}.crm-contact-org{color:var(--white);margin-bottom:.25rem}.crm-contact-pos{font-size:.8125rem;color:var(--gray-500)}.crm-stage-badge{display:inline-block;padding:.25rem .75rem;border-radius:99px;font-size:.75rem;font-weight:600;white-space:nowrap}.crm-assigned{display:flex;align-items:center;gap:.5rem}.crm-assigned.unassigned{color:var(--gray-500);font-style:italic}.crm-notes-preview{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gray-400);font-size:.875rem}.crm-btn-icon{width:32px;height:32px;border-radius:6px;background:transparent;border:1px solid transparent;color:var(--gray-400);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.crm-btn-icon:hover{background:#ffffff0d;color:var(--white)}.crm-table-empty{text-align:center;padding:4rem 1.5rem;color:var(--gray-500);font-weight:500}.crm-row-clickable{cursor:pointer;transition:background-color .2s ease}.crm-row-clickable:hover{background:#ffffff0a!important}.crm-row-clickable:active{background:#ffffff0f}.crm-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:crm-fadeIn .2s ease-out}@keyframes crm-fadeIn{0%{opacity:0}to{opacity:1}}.crm-modal{background:linear-gradient(135deg,#141414f2,#0a0a0afa);border:1px solid var(--gray-800);border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000080;animation:crm-scaleIn .3s cubic-bezier(.16,1,.3,1)}@keyframes crm-scaleIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.crm-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--gray-800);position:sticky;top:0;background:#141414f2;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.crm-modal-header h2{font-size:1.25rem;font-weight:700;color:var(--white)}.crm-modal-close{background:transparent;border:none;color:var(--gray-500);cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.crm-modal-close:hover{background:#ffffff0d;color:var(--white)}.crm-modal-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.crm-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.crm-form-group{display:flex;flex-direction:column;gap:.5rem}.crm-form-group label{font-size:.75rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.02em}.crm-form-group input,.crm-form-group select,.crm-form-group textarea{background:#ffffff0d;border:1px solid var(--gray-700);border-radius:8px;padding:.75rem 1rem;color:var(--white);font-size:.9375rem;transition:all .2s ease}.crm-form-group input:focus,.crm-form-group select:focus,.crm-form-group textarea:focus{outline:none;border-color:var(--secondary);background:#ff86000d;box-shadow:0 0 0 3px #ff86001a}.crm-select-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4L6 8L10 4' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.crm-form-group textarea{resize:vertical;min-height:100px;line-height:1.5}.crm-form-divider{height:1px;background:var(--gray-800);margin:.5rem 0}.crm-modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--gray-800)}.crm-btn-text{background:transparent;border:none;color:var(--gray-400);font-weight:600;font-size:.9375rem;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease}.crm-btn-text:hover{color:var(--white);background:#ffffff0d}@media(max-width:640px){.crm-form-row{grid-template-columns:1fr;gap:1.25rem}.crm-modal{height:100vh;max-height:100vh;border-radius:0}}.crm-timestamps{background:#ffffff08;border-radius:8px;padding:1rem;margin-top:.5rem}.crm-timestamps-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);margin-bottom:.75rem}.crm-timestamps-grid{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:.5rem}.crm-timestamp-item{display:flex;flex-direction:column;gap:.25rem;min-width:80px}.crm-timestamp-label{font-size:.75rem;color:var(--secondary);font-weight:500}.crm-timestamp-value{font-size:.8125rem;color:var(--white);font-variant-numeric:tabular-nums}.commissions-page-title{font-size:1.5rem;color:var(--text-primary);margin-bottom:24px;font-weight:600}.commissions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}.commission-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:24px}.commission-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.comm-user-info{display:flex;align-items:center;gap:12px}.comm-avatar{width:48px;height:48px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.comm-user-info h3{margin:0;font-size:1.1rem;color:var(--text-primary)}.comm-role{font-size:.85rem;color:var(--text-secondary);display:block;margin-top:4px}.comm-summary-stats{display:flex;gap:12px}.comm-stat-box{padding:8px 12px;border-radius:8px;display:flex;flex-direction:column;align-items:flex-end;min-width:100px}.comm-stat-box.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.2)}.comm-stat-box.warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2)}.comm-stat-box .label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.comm-stat-box .value{font-size:1rem;font-weight:600;color:var(--text-primary)}.comm-target-section{padding-bottom:24px;border-bottom:1px solid var(--border-color)}.comm-target-labels{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-secondary);margin-bottom:8px}.comm-deals-list h4{margin:0 0 16px;font-size:1rem;color:var(--text-secondary);font-weight:500}.comm-deal-item{background:var(--bg-tertiary);border-radius:8px;margin-bottom:12px;overflow:hidden;border:1px solid transparent;transition:all .2s}.comm-deal-item:hover{border-color:var(--border-color)}.comm-deal-summary{padding:16px;cursor:pointer;list-style:none;position:relative}.comm-deal-summary::-webkit-details-marker{display:none}.deal-main-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.deal-name{font-weight:500;color:var(--text-primary)}.deal-value{font-weight:600;color:var(--primary-color)}.deal-meta-info{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.deal-weighted{color:var(--text-secondary)}.deal-status-badge{padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.deal-status-badge.paid{background:#22c55e33;color:#22c55e}.deal-status-badge.active{background:#6366f133;color:#6366f1}.comm-schedule{padding:0 16px 16px;border-top:1px solid var(--border-color);margin-top:8px}.schedule-header{display:grid;grid-template-columns:.5fr 1fr 1fr 1fr;padding:12px 0;font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;font-weight:500;border-bottom:1px solid var(--border-color);margin-bottom:8px}.schedule-row{display:grid;grid-template-columns:.5fr 1fr 1fr 1fr;padding:8px 0;font-size:.85rem;color:var(--text-primary);align-items:center}.schedule-row.paid{opacity:.6}.status-pill{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.7rem;text-transform:uppercase;font-weight:600;width:fit-content;border:none;cursor:pointer;transition:all .2s ease}.status-pill:hover{opacity:.8;transform:scale(1.05)}.status-pill.paid{background:#22c55e26;color:#22c55e}.status-pill.pending{background:#f59e0b26;color:#f59e0b}@media(max-width:768px){.commissions-grid{grid-template-columns:1fr}}.comm-progress-wrapper{position:relative;margin-top:40px;margin-bottom:16px;padding:0 10px}.comm-progress-bar-custom{height:12px;background:#ffffff1a;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.comm-progress-fill-custom{height:100%;background:linear-gradient(90deg,#ff8600,#22c55e);border-radius:6px;transition:width .5s ease;min-width:2px}.comm-marker{position:absolute;top:0;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none;z-index:5}.comm-marker-tick{width:2px;height:20px;margin-top:-4px;background:#fff6}.comm-marker-text{position:absolute;bottom:100%;margin-bottom:8px;font-size:.65rem;font-weight:600;color:var(--text-secondary);text-align:center;white-space:nowrap;line-height:1.2}.comm-marker-text small{color:var(--primary-color);font-weight:700}.messages-header{margin-bottom:2rem}.messages-title{font-size:1.75rem;font-weight:700;color:var(--white);margin:0 0 .5rem}.messages-subtitle{color:var(--gray-400);font-size:.9375rem;margin:0}.messages-grid{display:flex;flex-direction:column;gap:2rem}.message-category{background:#ffffff05;border:1px solid var(--gray-800);border-radius:16px;overflow:hidden}.category-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-800);background:#ff86000d}.category-header h2{font-size:1.125rem;font-weight:600;color:var(--white);margin:0 0 .375rem}.category-focus{font-size:.8125rem;color:var(--secondary);font-weight:500}.templates-list{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.template-card{background:#0f0f1e80;border:1px solid var(--gray-800);border-radius:12px;padding:1rem 1.25rem;transition:border-color .2s}.template-card:hover{border-color:var(--gray-700)}.template-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.template-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .625rem;border-radius:4px}.template-badge.short{background:#22c55e26;color:#22c55e}.template-badge.long{background:#3b82f626;color:#3b82f6}.copy-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#ffffff0d;border:1px solid var(--gray-700);border-radius:6px;color:var(--gray-300);font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.copy-btn:hover{background:#ffffff1a;color:var(--white)}.copy-btn.copied{background:#22c55e26;border-color:#22c55e4d;color:#22c55e}.template-content{font-size:.9375rem;line-height:1.6;color:var(--gray-300);margin:0}@media(max-width:768px){.messages-header{padding:0 .5rem}.templates-list{padding:1rem}.template-card{padding:.875rem 1rem}}.products-header{margin-bottom:1rem}.products-title{font-size:1.75rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.products-subtitle{font-size:.9375rem;color:var(--gray-400)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{background:#ffffff05;border:1px solid var(--gray-800);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;transition:all .2s ease}.product-card:hover{border-color:var(--gray-700);transform:translateY(-2px)}.product-card--highlight{border-color:var(--secondary);background:linear-gradient(135deg,#ff860014,#ff860005)}.product-card--highlight:hover{border-color:var(--secondary)}.product-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.product-tier-info{display:flex;flex-direction:column;gap:.25rem}.product-name{font-size:1.125rem;font-weight:600;color:var(--white)}.product-widgets{display:inline-flex;align-items:center;padding:.25rem .5rem;background:#ff860026;color:var(--secondary);font-size:.6875rem;font-weight:600;border-radius:4px;width:fit-content}.product-price{font-size:1.5rem;font-weight:700;color:var(--secondary);white-space:nowrap}.product-summary{font-size:.875rem;color:var(--gray-400);margin-bottom:1rem;line-height:1.5}.product-features{margin-bottom:1rem}.product-features-toggle{background:none;border:none;color:var(--gray-400);font-size:.8125rem;cursor:pointer;padding:.5rem 0;transition:color .2s ease}.product-features-toggle:hover{color:var(--white)}.product-features-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.product-feature-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:var(--gray-300)}.product-feature-check{color:var(--secondary);flex-shrink:0}.product-notes{margin-top:auto;padding-top:1rem;border-top:1px solid var(--gray-800)}.product-notes-label{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.product-notes-saving{font-size:.6875rem;color:var(--secondary);text-transform:none;font-weight:500}.product-notes-input{width:100%;padding:.75rem;background:#0000004d;border:1px solid var(--gray-700);border-radius:8px;color:var(--white);font-size:.8125rem;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s ease}.product-notes-input::placeholder{color:var(--gray-600)}.product-notes-input:focus{outline:none;border-color:var(--secondary)}.comparison-table-wrapper{overflow-x:auto;border-radius:16px;border:1px solid var(--gray-800)}.comparison-table{width:100%;border-collapse:collapse;background:#ffffff05}.comparison-table thead{position:sticky;top:0;z-index:10}.comparison-feature-header{text-align:left;padding:1rem 1.25rem;background:#0a0a0af2;font-size:.8125rem;font-weight:600;color:var(--gray-400);border-bottom:1px solid var(--gray-800);min-width:200px}.comparison-tier-header{text-align:center;padding:1rem;background:#0a0a0af2;font-size:.9375rem;font-weight:600;color:var(--white);border-bottom:1px solid var(--gray-800);min-width:100px}.comparison-tier-header--highlight{background:linear-gradient(135deg,#ff860026,#ff860014)}.comparison-tier-price{font-size:.75rem;font-weight:500;color:var(--secondary);margin-top:.25rem}.comparison-row{transition:background .2s ease}.comparison-row:hover{background:#ffffff05}.comparison-feature-name{padding:.875rem 1.25rem;font-size:.8125rem;color:var(--gray-300);border-bottom:1px solid var(--gray-800)}.comparison-cell{text-align:center;padding:.875rem 1rem;font-size:1rem;border-bottom:1px solid var(--gray-800)}.comparison-cell--yes{color:#22c55e}.comparison-cell--no{color:var(--gray-600)}.comparison-cell--highlight{background:#ff86000d}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:1fr}.comparison-table-wrapper{margin:0 -1rem;border-radius:0;border-left:none;border-right:none}.comparison-feature-header{min-width:150px}}.legal-page{min-height:100vh;background:#0a0a0a;color:#fff;display:flex;flex-direction:column}.legal-nav{padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.legal-logo{display:inline-block}.legal-logo-text{font-size:1.25rem;font-weight:800;letter-spacing:.05em;color:#fff}.legal-logo-accent{color:#ff8600}.legal-content{flex:1;max-width:800px;margin:0 auto;padding:3rem 2rem;line-height:1.7}.legal-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.legal-updated{font-size:.875rem;color:#ffffff80;margin-bottom:3rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.375rem;font-weight:600;color:#fff;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,134,0,.3)}.legal-content h3{font-size:1.125rem;font-weight:600;color:#ffffffe6;margin-top:1.5rem;margin-bottom:.75rem}.legal-content p{color:#ffffffb3;margin-bottom:1rem}.legal-content ul{margin-left:1.5rem;margin-bottom:1rem}.legal-content li{color:#ffffffb3;margin-bottom:.5rem;position:relative}.legal-content li::marker{color:#ff8600}.legal-content strong{color:#fff}.legal-footer{padding:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.legal-footer p{color:#fff6;font-size:.875rem;margin-bottom:1rem}.legal-footer-links{display:flex;justify-content:center;gap:2rem}.legal-footer-links a{color:#fff9;font-size:.875rem;transition:color .2s ease}.legal-footer-links a:hover{color:#ff8600}@media(max-width:768px){.legal-content{padding:2rem 1rem}.legal-content h1{font-size:2rem}.legal-footer-links{flex-direction:column;gap:1rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f0f1a,#1a1a2e,#0f0f1a);padding:20px}.login-container{width:100%;max-width:400px;background:#1e1e32e6;border-radius:16px;padding:48px 40px;box-shadow:0 25px 50px -12px #00000080;border:1px solid rgba(255,255,255,.1)}.login-header{text-align:center;margin-bottom:40px}.login-logo{font-size:2rem;font-weight:800;color:#fff;margin:0;letter-spacing:2px}.login-logo-accent{color:#f97316}.login-subtitle{color:#94a3b8;margin-top:8px;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:24px}.login-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:12px 16px;border-radius:8px;font-size:.9rem}.login-field{display:flex;flex-direction:column;gap:8px}.login-field label{color:#94a3b8;font-size:.875rem;font-weight:500}.login-field input{background:#0f0f1ecc;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:14px 16px;color:#fff;font-size:1rem;transition:border-color .2s,box-shadow .2s}.login-field input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f9731626}.login-field input::placeholder{color:#475569}.login-button{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:8px;padding:14px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:8px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px -5px #f9731666}.login-button:disabled{opacity:.7;cursor:not-allowed}
