@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&family=Space+Grotesk:wght@400;500;700&display=swap";:root{--bg-paper:#f7f2ea;--bg-board:#fffaf2;--ink:#382d24;--ink-soft:#61574e;--line:#e0d5c8;--font-sans:"Space Grotesk", "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", Consolas, monospace}html,body,#root{min-height:100%}body{color:var(--ink);font-family:var(--font-sans);background:radial-gradient(circle at 0% 0%, #ffbf7d3d, transparent 34%), radial-gradient(circle at 100% 14%, #91dcc447, transparent 30%), linear-gradient(150deg, var(--bg-paper) 0%, #fefbf7 52%, #f3f8f4 100%);background-attachment:fixed;margin:0}#root{width:100%}input,button,table{font:inherit}.lp-root{color:#0f172a;background:#fff;width:100%;font-family:Inter,Segoe UI,system-ui,sans-serif;overflow-x:hidden}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #e2e8f0;align-items:center;gap:1.5rem;padding:.875rem 4rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000a}.lp-nav-brand{color:#0f172a;flex-shrink:0;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.lp-nav-logo{object-fit:contain;width:auto;height:40px}.lp-nav-wordmark{object-fit:contain;width:auto;height:26px}.lp-nav-name{letter-spacing:-.02em}.lp-nav-links{gap:.25rem;margin-left:auto;display:flex}.lp-nav-link{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:6px;padding:.4rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.lp-nav-link:hover{color:#0e7490;background:#f0fdfa}.lp-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1b52b5 0%,#0891b2 100%);border:none;border-radius:10px;justify-content:center;align-items:center;padding:.7rem 1.6rem;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 14px #0891b259}.lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0891b273}.lp-btn-outline{color:#0891b2;cursor:pointer;background:0 0;border:1.5px solid #0891b2;border-radius:10px;justify-content:center;align-items:center;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.lp-btn-outline:hover{background:#f0fdfa}.lp-btn-ghost{color:#334155;cursor:pointer;background:0 0;border:1.5px solid #cbd5e1;border-radius:10px;padding:.7rem 1.6rem;font-size:.95rem;font-weight:600;transition:background .15s,border-color .15s}.lp-btn-ghost:hover{background:#f1f5f9;border-color:#94a3b8}.lp-btn-large{padding:.9rem 2.4rem;font-size:1.05rem}.lp-hero{background:linear-gradient(145deg,#f8faff 0%,#eef4ff 45%,#f0f8ff 100%);justify-content:center;align-items:center;gap:5rem;min-height:92vh;padding:5rem 4rem;display:flex;position:relative;overflow:hidden}.lp-hero-bg-grid{pointer-events:none;background-image:linear-gradient(#0891b20d 1px,#0000 1px),linear-gradient(90deg,#0891b20d 1px,#0000 1px);background-size:52px 52px;position:absolute;inset:0}.lp-hero-glow{pointer-events:none;background:radial-gradient(circle,#3b82f61f 0%,#0000 65%);border-radius:50%;width:700px;height:700px;position:absolute;top:-160px;right:-80px}.lp-hero-content{color:#0f172a;max-width:580px;position:relative}.lp-badge{color:#1b52b5;letter-spacing:.07em;text-transform:uppercase;background:#ccfbf1;border:1px solid #99f6e4;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}.lp-hero-h1{letter-spacing:-.03em;color:#0f172a;margin:0 0 1.25rem;font-size:clamp(2.6rem,5vw,4rem);font-weight:800;line-height:1.08}.lp-gradient-text{background:linear-gradient(90deg,#0891b2,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-hero-sub{color:#475569;margin:0 0 2rem;font-size:1.1rem;line-height:1.7}.lp-hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.lp-hero-micro{color:#94a3b8;margin-top:1rem;font-size:.8rem}.lp-hero-visual{flex-shrink:0;position:relative}.lp-card-mockup{perspective:1000px}.lp-card-front{background:linear-gradient(135deg,#1e3a8a 0%,#0f172a 100%);border-radius:18px;width:320px;height:200px;padding:1.5rem;transition:transform .4s;position:relative;overflow:hidden;transform:rotateY(-8deg)rotateX(4deg);box-shadow:0 25px 60px #00000080,inset 0 0 0 1px #ffffff14,inset 0 1px #ffffff26}.lp-card-front:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#3b82f626 0%,#0000 60%);position:absolute;inset:0}.lp-card-chip{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:5px;width:36px;height:28px;margin-bottom:1.2rem;box-shadow:0 2px 6px #0000004d}.lp-card-logo-wrap{justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:absolute;top:1.2rem;right:1.2rem}.lp-card-logo{object-fit:contain;opacity:.92;width:100%;height:100%}.lp-card-text{color:#fff;flex-direction:column;gap:.2rem;margin-top:auto;display:flex;position:absolute;bottom:1.5rem;left:1.5rem}.lp-card-text strong{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.lp-card-text span{color:#94a3b8;font-size:.78rem}.lp-card-co{font-weight:500;color:#60a5fa!important}.lp-card-qr-corner{opacity:.7;width:40px;height:40px;position:absolute;bottom:1.2rem;right:1.2rem}.lp-card-pulse{pointer-events:none;border:1.5px solid #3b82f64d;border-radius:22px;width:340px;height:220px;animation:2.4s ease-out infinite pulse-ring;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse-ring{0%{opacity:.8;transform:translate(-50%,-50%)scale(.98)}to{opacity:0;transform:translate(-50%,-50%)scale(1.15)}}.lp-tap-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#334155;white-space:nowrap;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:.5rem;padding:.4rem 1rem .4rem .5rem;font-size:.82rem;font-weight:600;display:flex;position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000014}.lp-tap-badge svg{width:28px;height:28px}.lp-proof-bar{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;padding:2.5rem 3rem;display:flex}.lp-proof-item{flex-direction:column;align-items:center;padding:0 4rem;display:flex}.lp-proof-item strong{color:#0891b2;letter-spacing:-.04em;font-size:2rem;font-weight:900}.lp-proof-item span{color:#64748b;margin-top:.15rem;font-size:.82rem;font-weight:500}.lp-proof-divider{background:#e2e8f0;width:1px;height:44px}.lp-section{padding:6rem 4rem}.lp-section:nth-child(odd){background:#fff}.lp-section:nth-child(2n){background:#f8faff}.lp-section-inner{max-width:1400px;margin:0 auto}.lp-section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#0891b2;margin:0 0 .5rem;font-size:.78rem;font-weight:700}.lp-section-h2{letter-spacing:-.03em;color:#0f172a;max-width:640px;margin:0 0 3rem;font-size:clamp(1.9rem,2.8vw,2.8rem);font-weight:800}.lp-steps{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.lp-step{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:2.25rem;transition:box-shadow .2s,transform .2s;position:relative}.lp-how .lp-step{background:#fff}.lp-step:hover{transform:translateY(-3px);box-shadow:0 16px 40px #0891b21a}.lp-step-num{color:#0891b2;opacity:.18;margin-bottom:.75rem;font-size:2.8rem;font-weight:900;line-height:1;display:inline-block}.lp-step-title{color:#0f172a;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.lp-step-body{color:#64748b;margin:0;font-size:.9rem;line-height:1.6}.lp-feature-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.lp-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:2.25rem;transition:transform .2s,box-shadow .2s}.lp-feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px #0891b21a}.lp-feature-card svg{width:48px;height:48px;margin-bottom:1.25rem}.lp-feature-card h3{color:#0f172a;margin:0 0 .5rem;font-size:1rem;font-weight:700}.lp-feature-card p{color:#64748b;margin:0;font-size:.88rem;line-height:1.65}.lp-feature-card--highlight{background:linear-gradient(135deg,#1b52b5 0%,#10b981 100%);border-color:#0000;position:relative;overflow:hidden;box-shadow:0 16px 40px #0891b240}.lp-feature-card--highlight h3{color:#fff}.lp-feature-card--highlight p{color:#ffffffd1}.lp-feature-spark{pointer-events:none;background:radial-gradient(circle,#ffffff2e 0%,#0000 65%);border-radius:50%;width:200px;height:200px;position:absolute;top:-40px;right:-40px}.lp-price-grid{grid-template-columns:repeat(2,minmax(280px,380px));gap:2rem;display:grid}.lp-price-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;flex-direction:column;padding:2.5rem;display:flex;position:relative}.lp-price-card--featured{background:linear-gradient(155deg,#1b52b5 0%,#0891b2 60%,#10b981 100%);border-color:#0000;box-shadow:0 24px 60px #0891b259}.lp-price-popular{color:#fff;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(90deg,#3b82f6,#06b6d4);border-radius:100px;padding:.3rem 1rem;font-size:.72rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.lp-price-tier{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.75rem;font-size:.82rem;font-weight:700}.lp-price-card--featured .lp-price-tier{color:#94a3b8}.lp-price-amount{letter-spacing:-.04em;color:#0f172a;align-items:flex-start;gap:.1rem;margin-bottom:.75rem;font-size:3.5rem;font-weight:900;line-height:1;display:flex}.lp-price-card--featured .lp-price-amount{color:#fff}.lp-price-dollar{margin-top:.6rem;font-size:1.6rem}.lp-price-period{color:#94a3b8;margin-top:2.1rem;margin-left:.15rem;font-size:1rem;font-weight:500}.lp-price-desc{color:#64748b;margin:0 0 1.5rem;font-size:.88rem;line-height:1.6}.lp-price-card--featured .lp-price-desc{color:#94a3b8}.lp-price-features{flex-direction:column;flex:1;gap:.65rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.lp-price-features li{color:#334155;align-items:center;gap:.6rem;font-size:.88rem;display:flex}.lp-price-card--featured .lp-price-features li{color:#e2e8f0}.lp-price-card--featured .check-icon circle{fill:#3b82f6}.check-icon{flex-shrink:0;width:18px;height:18px}.lp-price-cta{width:100%}.lp-price-card--featured .lp-btn-outline{color:#fff;border-color:#fff6}.lp-price-card--featured .lp-btn-outline:hover{background:#ffffff1f}.lp-faq-inner{max-width:820px}.lp-faq-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;display:grid}.lp-faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem}.lp-faq-item h4{color:#0f172a;margin:0 0 .5rem;font-size:.95rem;font-weight:700}.lp-faq-item p{color:#64748b;margin:0;font-size:.88rem;line-height:1.65}.lp-cta-banner{text-align:center;background:linear-gradient(135deg,#1b52b5 0%,#0891b2 45%,#10b981 100%);padding:7rem 4rem;position:relative;overflow:hidden}.lp-cta-glow{pointer-events:none;background:radial-gradient(#ffffff26 0%,#0000 65%);border-radius:50%;width:700px;height:350px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lp-cta-banner h2{color:#fff;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(1.9rem,3vw,3rem);font-weight:800;position:relative}.lp-cta-banner p{color:#ffffffd1;margin:0 0 2.5rem;font-size:1.1rem;position:relative}.lp-cta-banner .lp-btn-primary{color:#1b52b5;background:#fff;box-shadow:0 4px 20px #0003}.lp-cta-banner .lp-btn-primary:hover{box-shadow:0 8px 32px #00000040}.lp-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:2.5rem 4rem}.lp-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.lp-footer-right{flex-direction:column;align-items:flex-end;gap:.6rem;display:flex}.lp-footer-powered{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.lp-footer-powered-label{color:#94a3b8;white-space:nowrap;font-size:.78rem;font-weight:500}.lp-footer-powered-sep{color:#cbd5e1;font-size:.78rem}.lp-footer-partner{color:#64748b;align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.lp-footer-partner:hover{color:#0891b2}.lp-footer-partner-logo{object-fit:contain;border-radius:4px;width:24px;height:24px}.lp-footer-partner-logo--dark{background:#1e2d3d;padding:2px}.lp-footer-brand{color:#64748b;align-items:center;gap:.75rem;font-size:.88rem;font-weight:500;display:flex}.lp-footer-logo{object-fit:contain;opacity:.75;width:auto;height:44px}.lp-footer-copy{color:#94a3b8;margin:0;font-size:.8rem}@media (width<=1100px){.lp-feature-grid,.lp-steps{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.lp-nav{padding:.875rem 1.25rem}.lp-hero{text-align:center;flex-direction:column;min-height:auto;padding:4rem 1.5rem 5rem}.lp-hero-actions{justify-content:center}.lp-hero-visual{margin-top:3rem}.lp-card-front{width:280px;height:175px;transform:none}.lp-nav-links{display:none}.lp-proof-bar{gap:1.5rem;padding:2rem 1.5rem}.lp-proof-divider{display:none}.lp-proof-item{padding:0 1rem}.lp-section{padding:4rem 1.5rem}.lp-feature-grid,.lp-steps,.lp-price-grid,.lp-faq-grid{grid-template-columns:1fr}.lp-cta-banner{padding:5rem 1.5rem}.lp-footer{padding:2rem 1.5rem}}*{box-sizing:border-box}body{color:#0f172a;background:#f8faff;margin:0;font-family:Inter,Segoe UI,system-ui,sans-serif}.dashboard-shell{gap:1.25rem;max-width:1400px;margin:0 auto;padding:2rem 2.5rem;display:grid}.hero-band{background:linear-gradient(135deg,#1b52b5 0%,#0891b2 50%,#10b981 100%);border-radius:18px;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:2rem 2.5rem;animation:.42s ease-out rise-in;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0891b240}.hero-band:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1f 0%,#0000 65%);border-radius:50%;width:380px;height:380px;position:absolute;top:-80px;right:-60px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#ffffffb3;margin:0;font-size:.72rem;font-weight:700}h1{color:#fff;letter-spacing:-.03em;margin:.25rem 0 0;font-size:clamp(1.5rem,2.3vw,2.25rem);font-weight:800}.subtitle{color:#ffffffc7;max-width:55ch;margin:.5rem 0 0;font-size:.92rem;line-height:1.6}.view-switch{background:#ffffff26;border:1px solid #ffffff40;border-radius:12px;flex-shrink:0;align-items:center;gap:.35rem;padding:.35rem;display:inline-flex}.view-switch button{color:#fffc;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem 1rem;font-size:.88rem;font-weight:600;transition:background .15s,color .15s}.view-switch button.active{color:#1b52b5;background:#fff}.view-switch button:hover:not(.active){color:#fff;background:#fff3}.admin-sub-nav{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-self:start;gap:.35rem;margin-bottom:0;padding:.35rem;display:inline-flex;box-shadow:0 1px 4px #0000000d}.admin-sub-nav button{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem 1rem;font-size:.88rem;font-weight:600;transition:background .15s,color .15s}.admin-sub-nav button.active{color:#fff;background:#0891b2}.admin-sub-nav button:hover:not(.active){color:#0e7490;background:#f1f5f9}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;min-width:0;padding:1.25rem 1.5rem;box-shadow:0 1px 4px #0000000a,0 4px 16px #00000008}.muted{color:#94a3b8;font-size:.88rem}.company-filter-bar{align-items:center;gap:.75rem;display:flex}.company-filter-bar label{text-transform:uppercase;letter-spacing:.1em;color:#64748b;white-space:nowrap;font-size:.75rem;font-weight:700}.company-filter-bar select{font:inherit;color:#0f172a;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:10px;min-width:200px;padding:.55rem .8rem;font-size:.9rem;transition:border-color .15s}.company-filter-bar select:focus{border-color:#0891b2;outline:none;box-shadow:0 0 0 3px #0891b21a}.profile-tab-panel{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.profile-tab-bar{background:0 0;border:none;border-bottom:2px solid #e2e8f0;border-radius:0;align-self:stretch;gap:0;padding:0;display:flex}.profile-tab-bar button{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;margin-bottom:-2px;padding:.6rem 1.4rem;font-size:.88rem;font-weight:600;transition:color .15s,border-color .15s}.profile-tab-bar button.active{color:#0891b2;background:0 0;border-bottom-color:#0891b2}.profile-tab-bar button:hover:not(.active){color:#0e7490;background:0 0}.profile-tab-content{gap:1.25rem;min-width:0;display:grid}.filter-panel{animation:.5s ease-out rise-in}.filter-panel-heading{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin:0 0 .75rem;font-size:.82rem;font-weight:700}.profile-summary-card{gap:1.25rem;animation:.46s ease-out rise-in;display:grid}.profile-summary-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.profile-picker{gap:.35rem;display:grid}.profile-picker span{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;font-size:.82rem;font-weight:700}.profile-picker select{min-width:260px;font:inherit;color:#0f172a;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:10px;padding:.55rem .8rem;font-size:.9rem}.profile-picker select:focus{border-color:#0891b2;outline:none;box-shadow:0 0 0 3px #0891b21a}.profile-summary-link{align-items:center;text-decoration:none;display:inline-flex}.profile-summary-identity{align-items:center;gap:1rem;display:flex}.profile-summary-avatar,.profile-summary-fallback{object-fit:cover;color:#0891b2;background:#f0fdfa;border:2px solid #e2e8f0;border-radius:50%;flex:none;place-items:center;width:80px;height:80px;font-size:1.7rem;font-weight:800;display:inline-grid}.profile-summary-card h2{color:#0f172a;letter-spacing:-.02em;margin:.15rem 0 0;font-size:1.2rem;font-weight:700}.profile-summary-meta{flex-wrap:wrap;gap:.5rem;display:flex}.profile-summary-meta span{color:#475569;background:#f8faff;border:1px solid #e2e8f0;border-radius:999px;padding:.3rem .75rem;font-size:.82rem;font-weight:600}.filters{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;display:grid}.filters label{gap:.35rem;display:grid}.filters span{text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-size:.72rem;font-weight:700}.filters input,.filters select{font:inherit;color:#0f172a;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:10px;padding:.55rem .8rem;font-size:.9rem;transition:border-color .15s}.filters input:focus,.filters select:focus{border-color:#0891b2;outline:none;box-shadow:0 0 0 3px #0891b21a}.filters button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1b52b5 0%,#0891b2 100%);border:none;border-radius:10px;align-self:end;padding:.65rem 1rem;font-size:.88rem;font-weight:700;transition:box-shadow .15s,transform .15s;box-shadow:0 4px 12px #0891b240}.filters button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0891b259}.rule-builder{gap:.75rem;margin-top:1.25rem;display:grid}.rule-builder-header{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.rule-mode-toggle{border:1.5px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.rule-mode-btn{color:#64748b;letter-spacing:.05em;cursor:pointer;background:0 0;border:none;padding:.3rem .7rem;font-size:.75rem;font-weight:700;transition:background .12s,color .12s}.rule-mode-btn.active{color:#fff;background:linear-gradient(135deg,#1b52b5 0%,#0891b2 100%)}.btn-add-rule{color:#64748b;cursor:pointer;background:0 0;border:1.5px dashed #94a3b8;border-radius:8px;margin-left:auto;padding:.3rem .75rem;font-size:.8rem;font-weight:600;transition:border-color .12s,color .12s}.btn-add-rule:hover{color:#0891b2;border-color:#0891b2}.rule-list{gap:.5rem;display:grid}.rule-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.rule-connector{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;text-align:right;min-width:3rem;font-size:.72rem;font-weight:700}.rule-row select,.rule-row input[type=text]{font:inherit;color:#0f172a;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:8px;padding:.4rem .65rem;font-size:.85rem;transition:border-color .15s}.rule-row select:focus,.rule-row input[type=text]:focus{border-color:#0891b2;outline:none;box-shadow:0 0 0 3px #0891b21a}.rule-row input[type=text]{flex:1;min-width:130px}.rule-remove{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .4rem;font-size:.8rem;line-height:1;transition:background .12s,color .12s}.rule-remove:hover{color:#ef4444;background:#fee2e2}.rule-summary{color:#64748b;margin:0;font-size:.78rem}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;display:grid}.kpi{animation:.52s ease-out rise-in}.kpi p{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.82rem;font-weight:600}.kpi strong{color:#1b52b5;letter-spacing:-.04em;font-variant-numeric:tabular-nums;margin-top:.35rem;font-size:1.9rem;font-weight:900;display:block}.table-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.table-head h2{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:700}.table-head p{color:#94a3b8;margin:0;font-size:.82rem}.table-head-right{align-items:center;gap:.75rem;display:flex}.btn-export{color:#0891b2;cursor:pointer;background:0 0;border:1.5px solid #0891b2;border-radius:8px;padding:.4rem .9rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s}.btn-export:hover:not(:disabled){background:#f0fdfa}.btn-export:disabled{opacity:.4;cursor:not-allowed}.table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:680px}th,td{text-align:left;border-bottom:1px solid #f1f5f9;padding:.75rem .85rem}th{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;background:#f8faff;font-size:.72rem;font-weight:700}th:first-child{border-radius:8px 0 0}th:last-child{border-radius:0 8px 0 0}td{color:#334155;font-size:.88rem}tr:hover td{background:#f8faff}.error{color:#dc2626;background:#fef2f2;border-color:#fecaca}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.admin-grid>*{min-width:0}.inline-form{gap:.65rem;min-width:0;display:grid}.inline-form input,.inline-form select{font:inherit;color:#0f172a;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;max-width:100%;padding:.6rem .8rem;font-size:.9rem;transition:border-color .15s}.inline-form input:focus,.inline-form select:focus{border-color:#0891b2;outline:none;box-shadow:0 0 0 3px #0891b21a}.inline-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1b52b5 0%,#0891b2 100%);border:none;border-radius:10px;padding:.68rem 1rem;font-size:.9rem;font-weight:700;transition:box-shadow .15s,transform .15s;box-shadow:0 4px 12px #0891b240}.inline-form button:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0891b259}.inline-form small{color:#94a3b8;font-size:.78rem}.file-field{gap:.35rem;display:grid}.file-field span{text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-size:.72rem;font-weight:700}.file-field input[type=file]{box-sizing:border-box;color:#475569;max-width:100%;padding:.45rem;font-size:.85rem}.profile-photo-preview{align-items:center;gap:.75rem;display:flex}.profile-photo-preview img{object-fit:cover;border:2px solid #e2e8f0;border-radius:50%;width:60px;height:60px}.profile-photo-preview button{color:#475569;cursor:pointer;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:999px;padding:.3rem .75rem;font-size:.82rem;font-weight:600;transition:background .15s}.profile-photo-preview button:hover{color:#1b52b5;background:#f0fdfa;border-color:#99f6e4}.profile-listing{align-items:center;gap:.65rem;display:inline-flex}.profile-listing-avatar,.profile-listing-fallback{object-fit:cover;color:#0891b2;background:#f0fdfa;border:1.5px solid #e2e8f0;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:.85rem;font-weight:700;display:inline-grid}.profile-edit-form{flex-direction:column;gap:1rem;padding:1rem .5rem;display:flex}.profile-edit-fields{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.profile-edit-fields label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;gap:.3rem;font-size:.72rem;font-weight:700;display:grid}.profile-edit-fields label input,.profile-edit-fields label select{font:inherit;color:#0f172a;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:8px;width:100%;max-width:100%;padding:.5rem .7rem;font-size:.88rem;transition:border-color .15s}.profile-edit-fields label input:focus,.profile-edit-fields label select:focus{border-color:#0891b2;outline:none;box-shadow:0 0 0 3px #0891b21a}.profile-edit-actions{gap:.5rem;display:flex}.agent-assign-cell{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.agent-assign-cell select{color:#334155;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:8px;flex:1;min-width:120px;padding:.35rem .55rem;font-size:.82rem}.checkbox-dropdown-field{gap:.3rem;display:grid}.checkbox-dropdown-label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700}.checkbox-dropdown{position:relative}.checkbox-dropdown-trigger{color:#334155;cursor:pointer;text-align:left;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.5rem .75rem;font-size:.88rem;font-weight:400;transition:border-color .15s;display:flex}.checkbox-dropdown-trigger:hover{background:#f0fdfa;border-color:#6ee7b7}.checkbox-dropdown-arrow{color:#94a3b8;flex-shrink:0;margin-left:.5rem;font-size:.65rem}.checkbox-dropdown-panel{z-index:50;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.15rem;max-height:180px;padding:.5rem;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.checkbox-picker-item{color:#334155;text-transform:none;letter-spacing:0;cursor:pointer;border-radius:6px;align-items:center;gap:.5rem;padding:.2rem .25rem;font-size:.85rem;font-weight:400;display:flex}.checkbox-picker-item:hover{background:#f1f5f9}.checkbox-picker-item input[type=checkbox]{accent-color:#0891b2;cursor:pointer;flex-shrink:0;width:14px;height:14px}.checkbox-picker-empty{color:#94a3b8;text-transform:none;letter-spacing:0;padding:.25rem;font-size:.82rem;font-weight:400}.table-action{color:#475569;cursor:pointer;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:8px;padding:.32rem .75rem;font-size:.8rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.table-action:hover{color:#1b52b5;background:#f0fdfa;border-color:#6ee7b7}.btn-add{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#1b52b5 0%,#0891b2 100%);border:none;border-radius:8px;padding:.42rem 1rem;font-size:.8rem;font-weight:700;transition:box-shadow .15s,transform .15s;box-shadow:0 2px 8px #0891b240}.btn-add:hover{transform:translateY(-1px);box-shadow:0 4px 14px #0891b259}.btn-uncheck-all,.filters .btn-uncheck-all{color:#64748b;cursor:pointer;white-space:nowrap;box-shadow:none;background:0 0;border:1px solid #94a3b8;border-radius:8px;align-self:end;padding:.65rem 1rem;font-size:.88rem;font-weight:600;transition:background .15s,color .15s}.btn-uncheck-all:hover,.filters .btn-uncheck-all:hover{color:#334155;box-shadow:none;background:#f1f5f9;transform:none}.profile-identity{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.profile-identity-text{flex:1;min-width:0}.public-avatar{object-fit:cover;border:3px solid #e2e8f0;border-radius:50%;flex-shrink:0;width:96px;height:96px;margin-right:1.5rem}.link-cell{flex-wrap:wrap;align-items:center;gap:.4rem;display:inline-flex}.link-cell a,.copy-action{color:#475569;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:999px;padding:.28rem .7rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.link-cell a:hover,.copy-action:hover{color:#1b52b5;background:#f0fdfa;border-color:#6ee7b7}.copy-action{cursor:pointer}.qr-cell{flex-direction:column;align-items:center;gap:.35rem;display:flex}.qr-cell canvas{border:1px solid #e2e8f0;border-radius:6px;display:block}.lead-message{white-space:nowrap;text-overflow:ellipsis;cursor:default;max-width:220px;overflow:hidden}.modal-backdrop{z-index:200;background:#0f172a80;justify-content:center;align-items:center;padding:1rem;animation:.16s ease-out fade-in;display:flex;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal-panel{background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:100%;max-width:440px;padding:1.75rem;animation:.2s ease-out rise-in;box-shadow:0 24px 64px #0f172a2e,inset 0 0 0 1px #fffc}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.modal-header h2{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:700}.modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.2rem .45rem;font-size:1rem;line-height:1;transition:background .15s,color .15s}.modal-close:hover{color:#0f172a;background:#f1f5f9}.integrations-list{flex-direction:column;gap:1rem;padding-top:.75rem;display:flex}.integration-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:1.25rem 1.5rem;transition:box-shadow .2s}.integration-card:not(.integration-card--disabled):hover{border-color:#99f6e4;box-shadow:0 4px 16px #0891b214}.integration-card--disabled{opacity:.5}.integration-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.integration-card--disabled .integration-card-header{margin-bottom:0}.integration-card-meta{flex-direction:column;gap:.25rem;display:flex}.integration-card-meta strong{color:#0f172a;font-size:.95rem;font-weight:700}.integration-card-desc{color:#64748b;font-size:.82rem}.integration-badge{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;white-space:nowrap;border:1px solid #e2e8f0;border-radius:999px;align-self:flex-start;padding:.2rem .7rem;font-size:.68rem;font-weight:700}.toggle-switch{cursor:pointer;flex-shrink:0;align-items:center;display:inline-flex;position:relative}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{background:#e2e8f0;border-radius:999px;width:2.4rem;height:1.35rem;transition:background .2s;display:block}.toggle-slider:after{content:"";background:#fff;border-radius:50%;width:.95rem;height:.95rem;transition:transform .2s;position:absolute;top:.2rem;left:.2rem;box-shadow:0 1px 3px #00000026}.toggle-switch input:checked+.toggle-slider{background:#0891b2}.toggle-switch input:checked+.toggle-slider:after{transform:translate(1.05rem)}.integration-form label{color:#475569;text-transform:uppercase;letter-spacing:.08em;flex-direction:column;gap:.3rem;font-size:.78rem;font-weight:600;display:flex}.integration-form label input{text-transform:none;letter-spacing:0;font-size:.875rem}.integration-loading{color:#94a3b8;font-size:.85rem}.form-error{color:#ef4444;font-size:.8rem}.form-success{color:#16a34a;font-size:.8rem}.integration-form-actions{flex-wrap:wrap;gap:.65rem;display:flex}.integration-form-actions button{cursor:pointer;border:none;border-radius:10px;padding:.55rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .15s}.integration-form-actions button[type=submit]{color:#fff;background:linear-gradient(135deg,#1b52b5 0%,#0891b2 100%);box-shadow:0 3px 10px #0891b240}.integration-form-actions button[type=submit]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 16px #0891b259}.integration-form-actions button[type=button]{color:#475569;background:#f1f5f9;border:1.5px solid #e2e8f0}.integration-form-actions button[type=button]:hover:not(:disabled){color:#1b52b5;background:#f0fdfa;border-color:#6ee7b7}.integration-form-actions button:disabled{opacity:.5;cursor:not-allowed}.auth-shell{color:#0f172a;background:#f8faff;flex-direction:column;min-height:100vh;font-family:Inter,Segoe UI,system-ui,sans-serif;display:flex}.auth-topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#fffffff2;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.875rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000a}.auth-topbar-brand{color:#0f172a;letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.auth-topbar-logo{object-fit:contain;width:auto;height:36px}.auth-topbar-wordmark{object-fit:contain;width:auto;height:22px}.auth-topbar-signin{align-items:center;gap:.75rem;display:flex}.auth-error--inline{color:#dc2626;margin:0;font-size:.8rem}.auth-card{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem 1.5rem 5rem;display:flex}.auth-card-inner{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;align-items:center;gap:0;width:min(460px,100%);padding:3rem 2.5rem;display:flex;box-shadow:0 4px 6px #0000000a,0 20px 48px #00000012}.auth-card-logo{object-fit:contain;width:auto;max-width:280px;height:72px;margin-bottom:1.5rem}.auth-card .eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#0891b2;background:0 0;margin:0 0 .5rem;font-size:.72rem;font-weight:700}.auth-card h1{letter-spacing:-.03em;color:#0f172a;background:0 0;margin:0 0 .75rem;font-size:1.75rem;font-weight:800}.auth-card .subtitle{color:#64748b;background:0 0;margin:0 0 2rem;font-size:.95rem;line-height:1.6}.auth-divider{color:#cbd5e1;align-items:center;gap:.75rem;width:100%;margin-bottom:1.5rem;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e2e8f0;flex:1;height:1px}.google-signin-slot{min-height:44px}.auth-back-link{color:#64748b;align-items:center;gap:.35rem;margin-top:1.75rem;font-size:.875rem;text-decoration:none;transition:color .15s;display:inline-flex}.auth-back-link:hover{color:#0e7490}.auth-error{color:#dc2626;text-align:center;width:100%;margin-top:.75rem;font-size:.85rem}.auth-banner{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.8rem;padding:.55rem 1rem;display:flex}.auth-banner-brand{flex-shrink:0;align-items:center;gap:.4rem;text-decoration:none;display:inline-flex}.auth-banner-logo{width:auto;height:28px}.auth-banner-wordmark{width:auto;height:18px}.auth-banner-right{align-items:center;gap:1rem;display:inline-flex}.auth-banner-user{align-items:center;gap:.65rem;display:inline-flex}.auth-banner-user img,.auth-banner-user span{color:#1b52b5;background:#ccfbf1;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:700;display:inline-grid}.auth-banner-user strong,.auth-banner-user p{margin:0}.auth-banner-user p{color:#475569;font-size:.85rem}.auth-banner button{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:999px;padding:.3rem .8rem;font-size:.82rem;font-weight:600;transition:background .15s}.auth-banner button:hover{background:#f1f5f9}.public-shell{align-content:center;gap:1rem;max-width:880px;min-height:calc(100vh - 2rem);margin:0 auto;display:grid}.public-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;box-shadow:0 4px 16px #0000000f}.profile-card h1{letter-spacing:-.03em;color:#0f172a;margin-top:.4rem;font-size:1.5rem;font-weight:800}.public-meta{color:#475569;gap:.25rem;margin-top:.6rem;font-size:.9rem;display:grid}.form-card h2{color:#0f172a;letter-spacing:-.02em;margin-top:0;font-size:1.15rem;font-weight:700}.public-form{gap:.75rem;display:grid}.public-form label{gap:.35rem;display:grid}.public-form span{text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-size:.72rem;font-weight:700}.public-form input,.public-form textarea{font:inherit;color:#0f172a;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:10px;padding:.65rem .8rem;font-size:.9rem;transition:border-color .15s}.public-form input:focus,.public-form textarea:focus{border-color:#0891b2;outline:none;box-shadow:0 0 0 3px #0891b21a}.checkbox-row{align-items:center;gap:.6rem;display:flex!important}.checkbox-row span{text-transform:none;letter-spacing:0;color:#334155;font-size:.9rem;font-weight:400}.public-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1b52b5 0%,#0891b2 100%);border:none;border-radius:10px;padding:.8rem 1rem;font-size:.95rem;font-weight:700;transition:box-shadow .15s,transform .15s;box-shadow:0 4px 14px #0891b24d}.public-form button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #0891b266}.public-form button:disabled{opacity:.55;cursor:not-allowed}.public-error{color:#dc2626;font-size:.88rem}.public-success{color:#16a34a;font-size:.88rem}.thankyou-card{background:linear-gradient(150deg,#f0fdf4 0%,#ecfdf5 100%);border:1px solid #bbf7d0;border-radius:14px;padding:1.25rem}.thankyou-card h2{color:#065f46;margin:.3rem 0 .4rem;font-size:1.15rem;font-weight:700}.thankyou-card p{color:#047857;margin:0;font-size:.9rem}.thankyou-actions{flex-wrap:wrap;gap:.55rem;margin-top:.9rem;display:flex}.action-btn{color:#475569;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:999px;padding:.45rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-block}.action-btn:hover{color:#1b52b5;background:#f0fdfa;border-color:#6ee7b7}.action-btn.primary{color:#fff;background:#0891b2;border-color:#0891b2;box-shadow:0 3px 10px #0891b240}.action-btn.primary:hover{background:#1b52b5}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.dashboard-shell{padding:1.25rem 1rem}.hero-band{flex-direction:column;align-items:stretch;padding:1.5rem}.view-switch{align-self:start}.admin-sub-nav{flex-wrap:wrap}.company-filter-bar select{flex:1;min-width:0}.table-head,.auth-banner{flex-wrap:wrap;gap:.5rem}}@media (width<=600px){.dashboard-shell{gap:.75rem;padding:.75rem}.panel{border-radius:12px;padding:1rem}.hero-band{border-radius:14px;padding:1.25rem}h1{font-size:1.4rem}.subtitle{font-size:.85rem}.kpi strong{font-size:1.6rem}.profile-tab-bar{flex-wrap:wrap}.company-filter-bar{flex-direction:column;align-items:stretch}.company-filter-bar select{width:100%;min-width:0}.profile-summary-toolbar{flex-direction:column;align-items:stretch}.profile-summary-link{align-self:flex-start}.profile-picker select{width:100%;min-width:0}.profile-summary-identity{gap:.75rem}.profile-summary-avatar,.profile-summary-fallback{width:56px;height:56px;font-size:1.3rem}.table-head{flex-direction:column;align-items:flex-start;gap:.4rem}.table-head-right{flex-wrap:wrap;gap:.5rem}.filters{grid-template-columns:1fr 1fr}.filters button,.filters .btn-uncheck-all{align-self:stretch}.rule-builder-header{gap:.5rem}.btn-add-rule{margin-left:0}.auth-banner{flex-direction:column;align-items:flex-start;gap:.6rem}.auth-banner-right{flex-wrap:wrap;gap:.5rem}.auth-topbar{padding:.75rem 1rem}.modal-panel{max-width:calc(100vw - 1.5rem);padding:1.25rem}.integration-form-actions{flex-direction:column}.integration-form-actions button{width:100%}}@media (width<=480px){.dashboard-shell{gap:.6rem;padding:.5rem}.panel{padding:.85rem}.filters{grid-template-columns:1fr}.rule-row{flex-direction:column;align-items:stretch;gap:.4rem}.rule-connector{text-align:left;min-width:0}.rule-row select,.rule-row input[type=text]{width:100%;min-width:0}.rule-remove{align-self:flex-end}.profile-tab-bar button{text-align:center;flex:1;padding:.55rem .5rem;font-size:.82rem}.admin-grid{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,1fr)}.integration-card-header{flex-direction:column;gap:.75rem}.auth-banner-user p{font-size:.78rem}.public-avatar{width:72px;height:72px}.profile-identity{flex-direction:column;align-items:flex-start}.public-avatar{margin-bottom:.75rem;margin-right:0}}
