:root{--roxo:#9146ff;--roxo-hover:#7d33eb;--black:#141110;--porcelana:#fffffb;--pervinca:#ccc1ff;--menta:#7bf07f;--bg:var(--porcelana);--surface:#fff;--border:#e8e6e1;--text:var(--black);--text-muted:#6b6864;--danger:#d64545}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none}input,select,textarea{font-family:inherit;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:8px;font-weight:600;font-size:14px;transition:background .15s ease}.btn-primary{background:var(--roxo);color:var(--porcelana)}.btn-primary:hover{background:var(--roxo-hover)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:#f5f4f1}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field label{font-size:13px;font-weight:600;color:var(--text-muted)}.field input,.field select,.field textarea{padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);transition:border-color .15s ease}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--roxo)}.error-msg{color:var(--danger);font-size:13px;margin-top:4px}.sidebar{width:220px;min-height:100vh;background:var(--black);color:var(--porcelana);padding:24px 16px;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:50}.app-main{margin-left:220px;padding:32px 40px}.mobile-topbar,.sidebar-overlay{display:none}@media (max-width:768px){.mobile-topbar{display:flex;align-items:center;justify-content:space-between;background:var(--black);padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:40}.sidebar{transform:translateX(-100%);transition:transform .25s ease;width:240px}.sidebar-open{transform:translateX(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(20,17,16,.5);z-index:45}.app-main{margin-left:0;padding:20px 16px}table{font-size:13px}}.card-move-select{display:none}@media (max-width:768px){.card-move-select{display:block;width:100%;margin-top:6px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:13px}.form-row{gap:0!important}.form-row,.lead-detail-grid{flex-direction:column!important}.lead-detail-grid>div{flex:1 1 auto!important;width:100%}h1{font-size:20px!important}}.app-main{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.btn,a,button,input,select,textarea{transition:background .15s ease,border-color .15s ease,opacity .15s ease,box-shadow .15s ease,transform .1s ease}.btn-primary:active:not(:disabled){transform:translateY(1px)}tbody tr:hover{background:#faf9f7}.row-delete{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:transparent;color:var(--text-muted);font-size:13px}.row-delete:hover:not(:disabled){background:#fdecec;color:var(--danger)}.ksel{position:relative;display:inline-block}.ksel-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:14px;cursor:pointer;text-align:left;color:var(--text)}.ksel-trigger:hover{border-color:#d4d0ff}.ksel-trigger:focus-visible{outline:none;border-color:var(--roxo);box-shadow:0 0 0 3px rgba(145,70,255,.12)}.ksel-chevron{color:var(--text-muted);font-size:12px;transition:transform .15s ease}.ksel-chevron-open{transform:rotate(180deg)}.ksel-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:60;list-style:none;margin:0;padding:6px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 32px rgba(20,17,16,.14);max-height:260px;overflow-y:auto;animation:kselIn .12s ease}@keyframes kselIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ksel-option{display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border-radius:7px;font-size:14px;cursor:pointer;color:var(--text)}.ksel-option-active{background:#f1eefc}.ksel-option-selected{font-weight:600;color:var(--roxo)}.ksel-check{color:var(--roxo);font-size:13px}.btn:not(:disabled),.ksel-option,.ksel-trigger,[role=button],[role=option],a,button:not(:disabled),summary{cursor:pointer}.btn:disabled,button:disabled,input:disabled,select:disabled{cursor:not-allowed}input:not([type]),input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],textarea{cursor:text}.kanban-card{cursor:-webkit-grab;cursor:grab}.kanban-card:active{cursor:-webkit-grabbing;cursor:grabbing}.drag-handle{cursor:-webkit-grab;cursor:grab}.drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.editable-text{cursor:text}.lp{background:var(--black);color:var(--porcelana);min-height:100vh;overflow-x:hidden}.lp-container{max-width:1140px;margin:0 auto;padding-left:24px;padding-right:24px}.lp-nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(20,17,16,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.06)}.lp-nav-inner{max-width:1140px;margin:0 auto;padding:16px 24px;justify-content:space-between}.lp-brand,.lp-nav-inner{display:flex;align-items:center}.lp-brand{gap:10px;font-weight:700;font-size:20px;letter-spacing:-.02em}.lp-logo{width:32px;height:32px;border-radius:8px}.lp-logo-sm{width:24px;height:24px;border-radius:6px}.lp-nav-cta{font-size:14px;font-weight:600;color:var(--porcelana);border:1px solid hsla(0,0%,100%,.2);padding:9px 18px;border-radius:10px}.lp-nav-cta:hover{background:hsla(0,0%,100%,.06)}.lp-hero{position:relative;overflow:hidden;padding:96px 0 72px}.lp-hero-glow{position:absolute;top:-120px;right:-100px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(145,70,255,.3),transparent 70%);pointer-events:none}.lp-hero-inner{position:relative}.lp-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--pervinca);border:1px solid rgba(204,193,255,.3);border-radius:20px;padding:6px 14px;margin-bottom:28px}.lp-eyebrow-roxo{color:var(--roxo);border:none;padding:0;margin-bottom:14px}.lp-h1{font-size:clamp(34px,6vw,58px);font-weight:700;line-height:1.06;letter-spacing:-.03em;margin-bottom:24px}.lp-hero-sub{font-size:clamp(16px,2.2vw,19px);line-height:1.55;opacity:.82;max-width:580px;margin-bottom:36px}.lp-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.lp-btn{display:inline-block;font-weight:600;font-size:15px;padding:14px 26px;border-radius:12px;text-align:center}.lp-btn-primary{background:var(--roxo);color:var(--porcelana)}.lp-btn-primary:hover{background:#7d33eb}.lp-btn-ghost{border:1px solid hsla(0,0%,100%,.2);color:var(--porcelana)}.lp-btn-ghost:hover{background:hsla(0,0%,100%,.06)}.lp-btn-light{background:var(--porcelana);color:var(--black)}.lp-btn-light:hover{opacity:.9}.lp-section{padding-top:56px;padding-bottom:56px}.lp-section-head{max-width:640px;margin-bottom:40px}.lp-h2{font-size:clamp(26px,4vw,38px);font-weight:700;line-height:1.12;letter-spacing:-.02em;margin-bottom:16px;text-wrap:balance}.lp-lead{font-size:clamp(15px,2vw,17px);line-height:1.6;opacity:.82}.lp-pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.lp-pillar{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:28px}.lp-pillar-dot{width:10px;height:10px;border-radius:50%;background:var(--roxo);margin-bottom:16px}.lp-pillar h3{font-size:18px;font-weight:700;margin-bottom:10px}.lp-pillar p{font-size:14px;line-height:1.55;opacity:.72}.lp-features{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-top:44px}.lp-feature-dot{width:8px;height:8px;border-radius:50%;background:var(--menta);margin-bottom:14px}.lp-feature h3{font-size:16px;font-weight:700;margin-bottom:8px}.lp-feature p{font-size:14px;line-height:1.55;opacity:.72}.lp-security{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:40px;gap:40px;align-items:center;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;padding:44px}.lp-security-cards{gap:12px}.lp-mini-card,.lp-security-cards{display:flex;flex-direction:column}.lp-mini-card{background:rgba(20,17,16,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:16px 18px;gap:2px}.lp-mini-card strong{font-size:15px;font-weight:700}.lp-mini-card span{font-size:13px;opacity:.66}.lp-offer{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.lp-offer-col{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:18px;padding:32px}.lp-cta-final{background:linear-gradient(135deg,var(--roxo),#7d33eb);border-radius:20px;padding:56px 40px;text-align:center}.lp-cta-final h2{font-size:clamp(24px,3.5vw,32px);font-weight:700;letter-spacing:-.01em;margin-bottom:12px}.lp-cta-final p{font-size:17px;opacity:.9;margin-bottom:28px}.lp-footer{border-top:1px solid hsla(0,0%,100%,.1);margin-top:40px}.lp-footer-inner{padding-top:32px;padding-bottom:32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.lp-footer .lp-brand{opacity:.7;font-size:15px}.lp-footer-copy{font-size:13px;opacity:.5}.lp-mockup{background:var(--porcelana);border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.45);overflow:hidden}.lp-mockup-bar{display:flex;align-items:center;gap:7px;padding:14px 18px;border-bottom:1px solid #ece9e4}.lp-mockup-dot{width:10px;height:10px;border-radius:50%;background:#e0ddd7}.lp-mockup-title{margin-left:10px;font-size:13px;font-weight:700;color:var(--black)}.lp-mockup-board{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;padding:20px}.lp-mockup-col-head{display:flex;align-items:center;gap:8px;margin-bottom:12px}.lp-mockup-stage-dot{width:8px;height:8px;border-radius:50%;background:var(--roxo)}.lp-mockup-stage-name{font-size:13px;font-weight:700;color:var(--black)}.lp-mockup-count{font-size:12px;color:#9a958f}.lp-mockup-card{background:#fff;border:1px solid #ece9e4;border-radius:10px;padding:13px;margin-bottom:10px}.lp-mockup-card-name{font-size:14px;font-weight:700;color:var(--black);margin-bottom:2px}.lp-mockup-card-co{font-size:12px;color:#9a958f;margin-bottom:8px}.lp-mockup-card-val{font-size:14px;font-weight:700;color:var(--roxo)}@media (max-width:860px){.lp-pillars{grid-template-columns:1fr}.lp-features{grid-template-columns:1fr 1fr}.lp-security{padding:32px;gap:28px}.lp-offer,.lp-security{grid-template-columns:1fr}}@media (max-width:560px){.lp-container{padding-left:20px;padding-right:20px}.lp-hero{padding:64px 0 48px}.lp-h1{letter-spacing:-.02em}.lp-h1 br{display:none}.lp-hero-actions{flex-direction:column}.lp-hero-actions .lp-btn{width:100%}.lp-features{grid-template-columns:1fr}.lp-section{padding-top:44px;padding-bottom:44px}.lp-cta-final{padding:40px 24px}.lp-mockup-board{grid-template-columns:repeat(3,minmax(160px,1fr));overflow-x:auto}}.lp-wa{position:fixed;bottom:24px;right:24px;z-index:80;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(37,211,102,.4);transition:transform .15s ease,box-shadow .15s ease}.lp-wa:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 12px 30px rgba(37,211,102,.5)}@media (max-width:560px){.lp-wa{bottom:18px;right:18px;width:52px;height:52px}}.lp-story{display:grid;grid-template-columns:1fr 1.15fr;grid-gap:48px;gap:48px;align-items:center;margin-bottom:56px}.lp-story-reverse .lp-story-text{order:2}.lp-story-reverse .lp-story-visual{order:1}.lp-story-num{font-size:13px;color:var(--roxo);letter-spacing:.08em}.lp-story-num,.lp-story-text h3{font-weight:700;margin-bottom:12px}.lp-story-text h3{font-size:clamp(20px,2.6vw,26px);line-height:1.15;letter-spacing:-.01em}.lp-story-text p{font-size:15px;line-height:1.6;opacity:.78;max-width:380px}.lp-mockup-pad{padding-bottom:6px}.lp-mockup-bar-flat{justify-content:flex-start}.lp-funnel{padding:20px;gap:14px}.lp-funnel,.lp-funnel-row{display:flex;flex-direction:column}.lp-funnel-row{gap:6px}.lp-funnel-info{display:flex;justify-content:space-between;align-items:baseline}.lp-funnel-name{font-size:13px;font-weight:600;color:var(--black)}.lp-funnel-meta{font-size:12px;color:#9a958f}.lp-funnel-bar-track{height:12px;background:#f1eef9;border-radius:6px;overflow:hidden}.lp-funnel-bar-fill{height:100%;background:linear-gradient(90deg,var(--roxo),#a874ff);border-radius:6px}.lp-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:20px}.lp-stat{background:#faf9f7;border:1px solid #ece9e4;border-radius:12px;padding:16px}.lp-stat-accent{background:var(--roxo);border-color:var(--roxo)}.lp-stat-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#9a958f;margin-bottom:6px}.lp-stat-accent .lp-stat-label{color:var(--pervinca)}.lp-stat-value{font-size:24px;font-weight:700;color:var(--black);letter-spacing:-.01em}.lp-stat-accent .lp-stat-value{color:var(--porcelana)}@media (max-width:860px){.lp-story{grid-template-columns:1fr;gap:24px}.lp-story-reverse .lp-story-text{order:1}.lp-story-reverse .lp-story-visual{order:2}.lp-story-text p{max-width:none}}@media (max-width:560px){.lp-h1{font-size:clamp(28px,8vw,40px)}.lp-hero-sub{font-size:15px}.lp-h2{font-size:clamp(22px,6.5vw,30px)}.lp-lead{font-size:14px}.lp-story-text h3{font-size:19px}.lp-story-text p{font-size:13.5px}.lp-pillar h3{font-size:16px}.lp-pillar p{font-size:13px}.lp-feature h3{font-size:15px}.lp-feature p{font-size:13px}.lp-eyebrow{font-size:11px}.lp-mini-card strong{font-size:14px}.lp-mini-card span{font-size:12px}.lp-cta-final h2{font-size:clamp(21px,6vw,28px)}.lp-cta-final p{font-size:15px}.lp-btn{font-size:14px}}