:root{--background:#f0f2f5;--foreground:#1a1a2e;--muted:#6b7280;--line:#e5e7eb;--panel:#ffffff;--primary:#6D28D9;--primary-dark:#5b21b6;--primary-light:#7C3AED;--accent:#6D28D9;--danger:#ef4444;--blue:#0284C7;--emerald:#10B981;--shadow:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04);--shadow-lg:0 10px 40px rgba(109,40,217,0.08),0 2px 8px rgba(0,0,0,0.04);--shadow-xl:0 20px 60px rgba(109,40,217,0.12),0 4px 16px rgba(0,0,0,0.06)}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.app-shell{display:grid;grid-template-columns:264px 1fr;min-height:100vh}.sidebar{background:#ffffff;padding:24px 18px;border-right:1px solid var(--line);flex-direction:column}.brand,.sidebar{color:var(--foreground);display:flex}.brand{align-items:center;gap:10px;font-size:22px;font-weight:800;margin-bottom:30px}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--primary);color:#ffffff}.nav{display:grid;grid-gap:4px;gap:4px}.nav-item{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;color:var(--muted);transition:background .15s,color .15s}.nav-item.active,.nav-item:hover{background:#f3f0ff;color:var(--primary)}.main{padding:28px}.topbar{align-items:center;gap:18px;margin-bottom:26px}.section-heading,.topbar{display:flex;justify-content:space-between}.section-heading{align-items:flex-start;gap:16px;margin-bottom:14px}.eyebrow{color:var(--muted);font-size:13px;margin:0 0 6px}h1,h2,h3,p{margin-top:0}h1{font-size:30px;line-height:1.15;margin-bottom:4px}h2{font-size:19px}h3{font-size:16px}.actions{display:flex;flex-wrap:wrap;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border:1px solid transparent;border-radius:10px;background:var(--primary);color:white;cursor:pointer;font-weight:700;transition:background .15s,opacity .15s}.button:hover{opacity:.9}.button.secondary{background:white;color:var(--foreground);border-color:var(--line)}.button.secondary:hover{background:#f9fafb}.button.warning{background:var(--accent);color:#ffffff}.button.warning:hover{opacity:.9}.button.full{width:100%}.icon-button{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--foreground);cursor:pointer;transition:background .15s}.icon-button:hover{background:#f9fafb}.icon-button.small{width:32px;height:32px}.icon-button:disabled{cursor:wait;opacity:.6}.danger-button{color:var(--danger)}.grid{display:grid;grid-gap:16px;gap:16px}.metrics{grid-template-columns:repeat(4,minmax(150px,1fr))}.compact-metrics{grid-template-columns:repeat(3,minmax(150px,1fr));margin-bottom:16px}.card{background:var(--panel);border:1px solid #f0f0f0;border-radius:12px;padding:18px;box-shadow:var(--shadow)}.metric-label{color:var(--muted);font-size:13px;margin-bottom:8px}.metric-value{font-size:28px;font-weight:700}.metric-email{overflow-wrap:anywhere}.metric-delta{color:var(--primary);font-size:13px;margin-top:6px}.workspace{grid-template-columns:1.4fr .9fr;align-items:start;margin-top:16px}.table{width:100%;border-collapse:collapse}.table td,.table th{border-bottom:1px solid var(--line);padding:13px 8px;text-align:left;vertical-align:middle}.table th{color:var(--muted);font-size:12px;font-weight:700}.table tbody tr:hover{background:#f9fafb}.row-actions{display:flex;flex-wrap:nowrap;gap:6px}.status{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;background:#ede9fe;color:var(--primary-dark)}.status.scheduled{background:#dbeafe;color:var(--blue)}.status.draft{background:#fef3c7;color:#92400e}.status.danger{background:#fee2e2;color:var(--danger)}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.field{display:grid;grid-gap:6px;gap:6px;margin-bottom:12px}.field label{color:var(--muted);font-size:13px;font-weight:700}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:white;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(124,58,237,.1)}.field input[type=file]{padding:9px 10px}.field textarea{min-height:148px;resize:vertical}.field textarea.csv-textarea{min-height:188px;font-family:Courier New,Courier,monospace;font-size:13px}.toolbar{margin-bottom:16px}.search,.toolbar{display:flex;gap:10px}.search{align-items:center;flex:1 1;min-height:42px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:white;transition:border-color .15s,box-shadow .15s}.search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(124,58,237,.1)}.search input{width:100%;border:0;outline:0}.contacts-layout{grid-template-columns:1.45fr .55fr;align-items:start}.side-stack{display:grid;grid-gap:16px;gap:16px}.table-subtext{display:block;margin-top:4px;color:var(--muted);font-size:12px}.dropzone{display:grid;place-items:center;min-height:180px;margin:14px 0;padding:20px;border:1px dashed var(--line);border-radius:12px;text-align:center;background:#fafafa}.form-error,.import-result{display:flex;align-items:flex-start;gap:8px;margin:12px 0;border-radius:10px;padding:10px;font-size:13px}.import-result{background:#ede9fe;color:var(--primary-dark)}.importer-panel{scroll-margin-top:18px}.form-error{background:#fee2e2;color:var(--danger)}.form-error pre{margin:0;white-space:pre-wrap;word-break:break-word}.empty-state{display:grid;place-items:center;min-height:220px;border:1px dashed var(--line);border-radius:12px;background:#fafafa;text-align:center;padding:24px}.html-preview{margin-top:14px;border:1px solid var(--line);border-radius:12px;padding:14px;background:#fafafa}.mini-list{display:grid;grid-gap:8px;gap:8px}.mini-list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:10px 0}.mini-list-row:last-child{border-bottom:0}.checklist{display:grid;grid-gap:10px;gap:10px}.checklist div,.module-strip div{display:flex;align-items:center;gap:8px;color:var(--primary-dark);font-weight:700}.module-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:16px}.rule-builder{display:grid;grid-gap:10px;gap:10px;margin-bottom:14px}.rule-row{display:grid;grid-template-columns:24px 1fr 1fr 1fr;grid-gap:8px;gap:8px;align-items:center}.rule-row input,.rule-row select{min-width:0;border:1px solid var(--line);border-radius:10px;padding:10px;background:white}.automation-canvas{display:grid;grid-gap:12px;gap:12px;margin-bottom:14px}.flow-node{position:relative;display:grid;grid-template-columns:36px 1fr;grid-gap:12px;gap:12px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fafafa}.flow-node:not(:last-child):after{content:"";position:absolute;left:29px;bottom:-13px;width:2px;height:12px;background:var(--line)}.endpoint-list{display:grid;grid-gap:10px;gap:10px}.endpoint{display:grid;grid-template-columns:74px minmax(180px,1fr) 1.4fr;grid-gap:12px;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:13px 0}.method{display:inline-grid;place-items:center;min-height:28px;border-radius:8px;background:#ede9fe;color:var(--primary-dark);font-size:12px;font-weight:800}code{font-family:Courier New,Courier,monospace}.pipeline{display:grid;grid-gap:10px;gap:10px}.pipeline-step{display:grid;grid-template-columns:36px 1fr auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:12px}.step-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#ede9fe;color:var(--primary)}.muted{color:var(--muted)}.module-list{display:flex;flex-direction:column;gap:6px}.module-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;font-size:.85rem;background:#f9fafb}.module-item span{flex:1 1}.sidebar-user{margin-top:auto;padding:14px 0;border-top:1px solid var(--line)}.sidebar-user,.sidebar-user-top{display:flex;align-items:center;gap:10px}.sidebar-user-top{margin-bottom:16px}.sidebar-user-top .user-avatar{width:30px;height:30px;font-size:11px}.sidebar-user-top .user-name{font-size:13px;font-weight:700;color:var(--foreground)}.user-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--primary);color:#ffffff;font-size:13px;font-weight:800;flex-shrink:0}.user-info{flex:1 1;min-width:0;display:flex;flex-direction:column}.user-name{font-size:13px;font-weight:700;color:var(--foreground)}.user-email,.user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:11px;color:var(--muted)}.logout-nav-item{margin-top:8px;border-top:1px solid var(--line);padding-top:12px}.logout-button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:10px;background:transparent;color:var(--muted);font-size:13px;font-weight:600;cursor:pointer;transition:color .15s,background .15s;width:100%;text-align:left}.logout-button:hover{color:var(--danger);background:#fee2e2}.auth-page{display:grid;place-items:center;min-height:100vh;background:linear-gradient(135deg,#f5f0ff,#ede9fe 50%,#e0e7ff);padding:24px}.auth-card{width:100%;max-width:400px;background:#ffffff;border-radius:18px;padding:40px 32px;box-shadow:0 10px 40px rgba(109,40,217,.08),0 2px 8px rgba(0,0,0,.04)}.auth-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;color:var(--foreground);margin-bottom:28px;justify-content:center}.auth-card h1{font-size:24px;font-weight:800;text-align:center;margin-bottom:6px}.auth-subtitle{margin-bottom:28px;line-height:1.5}.auth-footer,.auth-subtitle{text-align:center;color:var(--muted);font-size:14px}.auth-footer{margin-top:20px}.auth-footer a{color:var(--primary);font-weight:700}.auth-footer a:hover{text-decoration:underline}.spin{animation:spin 1s linear infinite}.credentials-box{background:#f9fafb;border:1px solid var(--line);border-radius:12px;padding:20px;margin-bottom:20px}.credentials-field{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.credentials-field:last-of-type{border-bottom:none;margin-bottom:14px}.credentials-label{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.credentials-value{font-size:14px;font-weight:600;color:var(--foreground);word-break:break-all;text-align:right}.credentials-password{font-family:Courier New,monospace;background:#ede9fe;padding:4px 10px;border-radius:6px;color:var(--primary-dark)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.landing{background:#ffffff;min-height:100vh}.landing-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.landing-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 24px}.landing-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;color:var(--foreground)}.landing-nav{display:flex;gap:32px}.landing-nav-link{font-size:14px;font-weight:600;color:var(--muted);transition:color .2s}.landing-nav-link:hover{color:var(--primary)}.landing-header-actions{display:flex;gap:10px}.hero{background:linear-gradient(135deg,#f5f0ff,#ede9fe 50%,#e0e7ff);padding:80px 24px 100px}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:rgba(109,40,217,.1);color:var(--primary);font-size:13px;font-weight:700;margin-bottom:20px}.hero-title{font-size:48px;line-height:1.1;font-weight:800;color:var(--foreground);margin-bottom:18px}.hero-highlight{color:var(--primary)}.hero-subtitle{font-size:17px;line-height:1.6;color:var(--muted);margin-bottom:32px;max-width:480px}.hero-cta{display:flex;gap:14px}.hero-btn-primary{padding:0 24px;min-height:48px;font-size:15px;border-radius:12px;background:var(--primary);box-shadow:0 4px 16px rgba(109,40,217,.3)}.hero-btn-primary:hover{background:var(--primary-dark);box-shadow:0 6px 24px rgba(109,40,217,.4)}.hero-btn-secondary{padding:0 24px;min-height:48px;font-size:15px;border-radius:12px}.hero-dashboard{display:grid;grid-gap:16px;gap:16px}.hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.hero-stat-card{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.6);border-radius:14px;padding:18px;box-shadow:var(--shadow)}.hero-stat-label{font-size:12px;color:var(--muted);margin-bottom:6px;font-weight:600}.hero-stat-value{font-size:26px;font-weight:800;color:var(--primary)}.hero-chart-card{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.6);border-radius:14px;padding:20px;box-shadow:var(--shadow)}.hero-chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.hero-chart-header h3{font-size:14px;font-weight:700;margin:0}.hero-chart-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--emerald);font-weight:600}.hero-bar-chart{display:flex;align-items:flex-end;gap:8px;height:120px}.hero-bar-col{flex:1 1;display:flex;flex-direction:column;align-items:center;height:100%}.hero-bar-track{flex:1 1;width:100%;display:flex;align-items:flex-end;justify-content:center}.hero-bar-fill{width:100%;max-width:36px;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,var(--primary) 0,var(--primary-light) 100%);transition:height .6s cubic-bezier(.34,1.56,.64,1)}.hero-bar-label{font-size:11px;color:var(--muted);margin-top:6px;font-weight:600}.section-container{max-width:1200px;margin:0 auto;padding:80px 24px}.section-header{text-align:center;margin-bottom:52px}.section-tag{display:inline-block;padding:4px 12px;border-radius:999px;background:rgba(109,40,217,.08);color:var(--primary);font-size:13px;font-weight:700;margin-bottom:14px}.section-header h2{font-size:36px;font-weight:800;color:var(--foreground);margin-bottom:12px}.section-desc{font-size:16px;color:var(--muted);max-width:560px;margin:0 auto;line-height:1.6}.advantages{background:#fafafa}.advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.advantage-card{background:#ffffff;border:1px solid #f0f0f0;border-radius:16px;padding:28px;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.advantage-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.advantage-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:rgba(109,40,217,.08);color:var(--primary);margin-bottom:16px}.advantage-card h3{font-size:17px;font-weight:700;margin-bottom:8px;color:var(--foreground)}.advantage-card p{font-size:14px;color:var(--muted);line-height:1.6;margin:0}.pricing{background:#ffffff}.pricing-toggle{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:44px;font-size:14px;font-weight:600;color:var(--muted)}.pricing-toggle .active{color:var(--foreground)}.toggle-switch{position:relative;width:52px;height:28px;border-radius:14px;border:none;background:#d1d5db;cursor:pointer;transition:background .25s;padding:0}.toggle-switch.active{background:var(--primary)}.toggle-knob{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#ffffff;box-shadow:0 1px 4px rgba(0,0,0,.15);transition:transform .25s}.toggle-switch.active .toggle-knob{transform:translateX(24px)}.pricing-save{display:inline-block;padding:2px 8px;border-radius:999px;background:rgba(16,185,129,.1);color:var(--emerald);font-size:11px;font-weight:700;margin-left:4px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;align-items:start}.pricing-card{position:relative;background:#ffffff;border:1px solid #f0f0f0;border-radius:18px;padding:32px 28px;box-shadow:var(--shadow);text-align:center;transition:transform .2s,box-shadow .2s}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.pricing-card.popular{border:2px solid var(--primary);box-shadow:var(--shadow-xl);transform:scale(1.03)}.pricing-card.popular:hover{transform:scale(1.03) translateY(-4px)}.popular-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:4px;padding:5px 14px;border-radius:999px;background:var(--primary);color:#ffffff;font-size:12px;font-weight:700;white-space:nowrap}.pricing-card h3{font-size:20px;font-weight:800;margin-bottom:6px}.pricing-desc{font-size:13px;color:var(--muted);margin-bottom:20px}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:28px}.pricing-currency{font-size:20px;font-weight:700;color:var(--foreground)}.pricing-amount{font-size:48px;font-weight:800;color:var(--foreground);line-height:1}.pricing-period{font-size:14px;color:var(--muted);margin-left:4px}.pricing-features{list-style:none;padding:0;margin:0 0 28px;text-align:left}.pricing-features li{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:14px;color:var(--foreground);border-bottom:1px solid #f5f5f5}.pricing-features li:last-child{border-bottom:none}.pricing-features li svg{color:var(--emerald);flex-shrink:0}.faq{background:#fafafa}.faq-list{max-width:720px;margin:0 auto}.faq-item{background:#ffffff;border:1px solid #f0f0f0;border-radius:14px;margin-bottom:10px;overflow:hidden;transition:box-shadow .2s}.faq-item:hover{box-shadow:var(--shadow)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 22px;border:none;background:none;cursor:pointer;font-size:15px;font-weight:700;color:var(--foreground);text-align:left}.faq-question svg{flex-shrink:0;color:var(--muted);transition:transform .25s}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{padding:0 22px 18px}.faq-answer p{font-size:14px;color:var(--muted);line-height:1.7;margin:0}.landing-footer{background:#0f0a1e;color:#a5a0b5}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2fr;grid-gap:60px;gap:60px;padding:56px 24px 40px}.footer-brand .landing-brand{color:#ffffff;margin-bottom:14px}.footer-brand .brand-mark{background:var(--primary-light)}.footer-tagline{font-size:14px;line-height:1.6;color:#8882a0}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.footer-col h4{color:#ffffff;font-size:14px;font-weight:700;margin-bottom:16px}.footer-col a{display:block;font-size:13px;color:#8882a0;padding:5px 0;transition:color .2s}.footer-col a:hover{color:#ffffff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 24px;text-align:center}.footer-bottom p{margin:0;font-size:13px;color:#6b6580}@media (max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{position:static}.nav{grid-template-columns:repeat(2,1fr)}.compact-metrics,.contacts-layout,.endpoint,.metrics,.module-strip,.workspace{grid-template-columns:1fr}.landing-nav{display:none}.hero-inner{grid-template-columns:1fr;gap:40px}.hero-title{font-size:36px}.advantages-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-4px)}.footer-inner{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){.main{padding:18px}.rule-row,.section-heading,.split,.topbar{grid-template-columns:1fr;display:grid}.actions{width:100%}.button{flex:1 1}.landing-header-inner{padding:12px 16px}.landing-header-actions .button.secondary{display:none}.hero{padding:48px 16px 64px}.hero-title{font-size:28px}.hero-subtitle{font-size:15px}.hero-cta{flex-direction:column}.hero-stats-grid{grid-template-columns:1fr}.section-container{padding:52px 16px}.section-header h2{font-size:26px}.advantages-grid,.footer-links{grid-template-columns:1fr}.footer-links{gap:24px}}