@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap";
:root{--paper:#f6f1e8;--paper-2:#fbf7f1;--rail:#efe7db;--line:#ddd1bf;--line-soft:#eadfd1;--ink:#201c17;--muted:#6f6356;--muted-2:#948676;--accent:#7b5b3f;--accent-soft:#eadfce;--success-bg:#edf5ef;--success:#40634b;--warn-bg:#fbf3e3;--warn:#8a6740;--danger-bg:#f8eaea;--danger:#9b4d45}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;overflow-x:hidden}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.app{background:linear-gradient(180deg,var(--paper) 0%,#f3ede4 100%);grid-template-columns:224px minmax(0,1fr);width:100%;min-height:100vh;display:grid}.app-body{width:100%;min-width:0;max-width:none;min-height:100vh;padding:40px 48px 64px;overflow-x:hidden}.app-mobile-bar{display:none}.app-h1{letter-spacing:-.045em;color:var(--ink);margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(2.7rem,4.7vw,4.25rem);font-weight:600;line-height:.92}.app-sub{color:var(--muted);max-width:760px;margin-top:8px;font-size:14px;line-height:1.75}.page-header{border-bottom:1px solid var(--line);margin:0 0 34px;padding:0 0 22px}.page-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.page-actions{flex-wrap:wrap;gap:8px;display:flex}.sidebar{background:var(--rail);border-right:1px solid var(--line);z-index:150;flex-direction:column;width:224px;height:100vh;padding:0;display:flex;position:sticky;top:0;overflow:hidden}.dashboard-shell{width:100%;min-width:0;max-width:none;margin:0 auto}.dashboard-shell>*{min-width:0}.dashboard-shell .page-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;min-width:0;display:flex}.dashboard-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:32px;display:grid}.dashboard-main-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.dashboard-card{min-width:0}@media (max-width:1280px){.dashboard-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-main-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (min-width:1600px){.dashboard-shell .page-header-row{grid-template-columns:minmax(0,1fr) 300px;display:grid}.dashboard-shell .dashboard-pipeline-card{max-width:none}}@media (max-width:768px){.dashboard-shell .page-header-row{display:block}.dashboard-shell .hero-card{margin-top:16px}}.kpi{border:1px solid var(--line);box-shadow:none;background:#fffcf7b8;border-radius:16px;padding:22px 24px}.kpi-l{letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);margin-bottom:10px;font-size:10px;font-weight:600}.kpi-v{letter-spacing:-.04em;color:var(--ink);font-family:Cormorant Garamond,serif;font-size:40px;font-weight:600;line-height:.9}.card{border:1px solid var(--line);box-shadow:none;background:#fffcf7bd;border-radius:18px;overflow:hidden}.card-header{border-bottom:1px solid var(--line-soft);background:#ffffff2e;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.card-title{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:600}.card-body{padding:22px}.table{border:1px solid var(--line);box-shadow:none;background:#fffcf7cc;border-radius:18px;overflow:hidden}.table-head{border-bottom:1px solid var(--line-soft);background:#ffffff2e;padding:12px 20px;display:grid}.table-head-cell{letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);font-size:10px;font-weight:600}.table-row{border-bottom:1px solid #7b5b3f14;align-items:center;padding:15px 20px;transition:background .14s;display:grid}.table-row:last-child{border-bottom:none}.table-row:hover{background:#ffffff3d}.table-empty{text-align:center;color:var(--muted);padding:56px 24px;font-size:13px;line-height:1.7}.table-empty strong{letter-spacing:-.03em;color:var(--ink);margin-bottom:6px;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;display:block}.rc-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.badge{white-space:nowrap;letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;padding:4px 9px;font-size:10px;font-weight:600;display:inline-flex}.badge-green{background:var(--success-bg);color:var(--success)}.badge-yellow{background:var(--warn-bg);color:var(--warn)}.badge-red{background:var(--danger-bg);color:var(--danger)}.badge-blue{background:var(--accent-soft);color:var(--accent)}.badge-gray{color:var(--muted);background:#eee5d9}.btn{letter-spacing:.04em;cursor:pointer;white-space:nowrap;border:0;border-radius:999px;align-items:center;gap:6px;padding:10px 16px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--ink);color:#f7f1e9}.btn-primary:hover:not(:disabled){background:#12100d}.btn-secondary{color:var(--ink);background:#ebe1d4}.btn-secondary:hover:not(:disabled){background:#e3d6c5}.btn-ghost{color:var(--muted);border:1px solid var(--line);background:0 0}.btn-ghost:hover:not(:disabled){color:var(--ink);background:#ffffff38}.btn-danger{background:var(--danger-bg);color:var(--danger)}.btn-sm{padding:7px 12px;font-size:11px}.btn-xs{padding:5px 10px;font-size:10px}.inp{width:100%;color:var(--ink);box-sizing:border-box;background:#ffffffa6;border:1px solid #d8ccbb;border-radius:12px;outline:none;padding:11px 13px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s,background .15s}.inp:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 4px #7b5b3f14}.field-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);margin-bottom:7px;font-size:10px;font-weight:600;display:block}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1f160d6b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-box{background:var(--paper-2);border:1px solid var(--line);border-radius:20px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 24px 60px #26180e2e}.modal-header{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.modal-title{letter-spacing:-.03em;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600}.modal-close{border:1px solid var(--line);width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;font-size:16px;display:flex}.modal-close:hover{color:var(--ink);background:#ffffff4d}.modal-body{padding:22px}.tabs{border-bottom:1px solid var(--line-soft);gap:0;margin-bottom:20px;display:flex}.tab{letter-spacing:.05em;color:var(--muted-2);cursor:pointer;text-transform:uppercase;background:0 0;border:0;border-bottom:1.5px solid #0000;margin-bottom:-1px;padding:10px 16px;font-family:inherit;font-size:12px;font-weight:500}.tab.active{color:var(--ink);border-bottom-color:var(--accent);font-weight:600}.tab:hover:not(.active){color:var(--muted)}.alert{border-radius:14px;padding:12px 16px;font-size:13px;line-height:1.65}.alert-info{color:var(--accent);background:#f3ece3;border:1px solid #e2d2bf}.alert-success{background:var(--success-bg);color:var(--success);border:1px solid #d6e8da}.alert-error{background:var(--danger-bg);color:var(--danger);border:1px solid #ead2cf}.grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.grid-3{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{align-items:center;display:flex}.gap-2{gap:8px}.gap-3{gap:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.empty-state{text-align:center;color:var(--muted);padding:64px 20px;font-size:13px}.empty-state strong{color:var(--ink);margin-bottom:6px;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;display:block}.prospects-company-grid{grid-template-columns:2fr 1fr 100px 60px 110px auto!important}.prospects-contact-grid{grid-template-columns:1fr 1fr 1fr 1fr 60px auto!important}.reporting-kpi-grid{grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:28px;display:grid}.reporting-row-grid{grid-template-columns:2fr 80px 80px 80px 80px 80px 80px 80px!important}.suppressions-grid{grid-template-columns:1fr 120px 140px auto!important}.admin-kpi-grid{grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:28px;display:grid}.admin-user-grid{grid-template-columns:2fr 1fr 80px 80px 100px!important}.campaign-create-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:12px;display:grid}.campaign-modal-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.lp-container{max-width:1100px;margin:0 auto;padding:0 32px}.lp-hero{padding:72px 0 64px}.lp-hero-grid{grid-template-columns:1fr 400px;align-items:start;gap:64px;display:grid}.lp-hero-card-col{flex-direction:column;min-width:0;display:flex;overflow:hidden}.lp-h1{letter-spacing:-.05em;color:var(--ink);margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:clamp(42px,7vw,88px);font-weight:600;line-height:.92}.lp-sub{color:var(--muted);max-width:560px;margin-bottom:32px;font-size:clamp(14px,2vw,17px);line-height:1.85}.lp-section{padding:72px 0}.lp-h2{letter-spacing:-.045em;color:var(--ink);max-width:760px;margin-bottom:14px;font-family:Cormorant Garamond,serif;font-size:clamp(34px,5vw,58px);font-weight:600;line-height:.95}.lp-desc{color:var(--muted);max-width:620px;margin-bottom:40px;font-size:15px;line-height:1.8}.lp-feature-grid{background:var(--line);border:1px solid var(--line);border-radius:18px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.lp-feature-card{overflow-wrap:break-word;background:#fffcf7b8;flex-direction:column;gap:10px;min-width:0;padding:30px 24px;display:flex}.lp-feature-num{letter-spacing:.14em;color:#b8a892;margin:0;font-size:10px;font-weight:700}.lp-feature-title{color:var(--ink);letter-spacing:-.03em;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:600;line-height:1.14}.lp-feature-copy{color:#6f6356;margin:0;font-size:13px;line-height:1.75}.lp-workflow-row{grid-template-columns:220px 1fr;align-items:start;gap:24px;padding:22px 28px;display:grid}.lp-workflow-step{align-items:center;gap:10px;display:flex}.lp-cta-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.landing-nav-desktop{align-items:center;gap:20px;display:flex}.landing-nav-toggle,.landing-nav-menu,.landing-nav-mobile{display:none!important}@media (max-width:1100px){.app{grid-template-columns:210px minmax(0,1fr)}.sidebar{width:210px}.lp-hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,400px);gap:40px}.lp-feature-grid{grid-template-columns:repeat(2,1fr)}.lp-feature-title{font-size:28px}.lp-cta-grid{grid-template-columns:1fr}}@media (max-width:768px){.app{display:block}.sidebar{z-index:150;width:260px;height:100dvh;max-height:100dvh;transition:left .25s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:-260px}.sidebar.sidebar-open{left:0;box-shadow:8px 0 40px #26180e2e}.app-mobile-bar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#f6f1e8eb;justify-content:space-between;align-items:center;height:56px;padding:0 16px;position:sticky;top:0;display:flex!important}.app-body{padding:24px 16px 48px}.app-h1{font-size:46px}.page-header{margin-bottom:24px;padding-bottom:16px}.reporting-kpi-grid,.admin-kpi-grid{grid-template-columns:repeat(2,1fr)!important}.campaign-create-grid{grid-template-columns:1fr!important}.lp-container{padding:0 20px}.lp-hero{padding:48px 0 40px}.lp-section{padding:48px 0}.lp-hero-grid,.lp-feature-grid{grid-template-columns:1fr}.lp-feature-card{padding:26px 22px}.lp-feature-title{font-size:27px;line-height:1.16}.lp-workflow-row{grid-template-columns:1fr;gap:8px;padding:16px 20px}.landing-nav-desktop{display:none!important}.landing-nav-toggle,.landing-nav-menu,.landing-nav-mobile{display:flex!important}.modal-overlay{align-items:flex-end;padding:0}.modal-box{border-radius:20px 20px 0 0;max-height:92vh}.prospects-company-grid{min-width:780px}.prospects-contact-grid{min-width:840px}.reporting-row-grid{min-width:720px}.admin-user-grid{min-width:680px}.dashboard-metrics-grid,.dashboard-main-grid{grid-template-columns:1fr}}@media (max-width:480px){.reporting-kpi-grid,.admin-kpi-grid{grid-template-columns:1fr!important}}.topnav-mobile{display:none}.settings-grid{grid-template-columns:1.05fr .95fr;align-items:start;gap:16px;max-width:820px;display:grid}.settings-stack{gap:16px;display:grid}.settings-card{border:1px solid var(--line);background:#fffcf7bd;border-radius:18px;padding:20px}.settings-card-title{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-size:12px;font-weight:700}.admin-split{grid-template-columns:1.1fr .9fr;align-items:start;gap:20px;display:grid}.admin-runs-grid{grid-template-columns:1.2fr 1fr .75fr .9fr 1.8fr;display:grid}.surface-muted{border:1px solid var(--line-soft);background:#ffffff38;border-radius:16px}.section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);margin-bottom:10px;font-size:10px;font-weight:600}.hero-card{border:1px solid var(--line);background:#fffcf7b8;border-radius:20px;padding:22px 24px}@media (max-width:980px){.settings-grid,.admin-split{grid-template-columns:1fr}.admin-runs-grid{min-width:860px}}@media (max-width:768px){.topnav-desktop{display:none!important}.topnav-mobile{display:flex!important}.settings-grid{max-width:none}.hero-card{padding:18px}.inp,input,textarea,select{font-size:16px!important}}.campaign-walkthrough-sheet{overscroll-behavior:contain}@media (max-width:768px){.campaign-walkthrough-sheet{border-radius:20px!important;width:auto!important;max-height:min(52vh,420px)!important;padding:14px 14px 16px!important;inset:auto 12px 12px!important;box-shadow:0 20px 60px #26180e3d!important}}.pipeline-board-wrap{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;padding-bottom:16px;overflow-x:auto}.pipeline-board{grid-template-columns:repeat(6,minmax(172px,1fr));gap:12px;min-width:0;display:grid}.pipeline-column{min-width:0}.pipeline-column-head{letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:8px;min-width:0;margin-bottom:10px;font-size:11px;font-weight:700;display:flex}.pipeline-column-head span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pipeline-column-head span:last-child{border-radius:99px;flex:none;padding:2px 7px}.pipeline-card-stack{flex-direction:column;gap:8px;display:flex}.pipeline-deal-card{cursor:pointer;background:#fffcf7cc;border:1px solid #ddd1bf;border-radius:12px;min-width:0;padding:12px 14px}.pipeline-deal-title{color:#201c17;overflow-wrap:anywhere;margin-bottom:3px;font-size:13px;font-weight:700}.pipeline-deal-company{color:#888;overflow-wrap:anywhere;margin-bottom:4px;font-size:11px}.pipeline-source-pill{overflow-wrap:anywhere;border-radius:999px;max-width:100%;margin-bottom:7px;padding:2px 6px;font-size:10px;font-weight:700;display:inline-flex}.pipeline-meta-row{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;margin-bottom:8px;display:flex}.pipeline-meta-row span{overflow-wrap:anywhere;background:#f3ede4;border-radius:4px;min-width:0;padding:2px 6px;font-size:10px}.pipeline-meta-row .pipeline-probability{color:#948676;background:0 0;margin-left:auto;padding-left:0;padding-right:0}.pipeline-action-row{flex-wrap:wrap;gap:4px;display:flex}.pipeline-action-row button{cursor:pointer;background:#fff;border:1px solid #ddd1bf;border-radius:4px;padding:3px 6px;font-family:inherit;font-size:10px}.pipeline-action-row .pipeline-delete-btn{color:#b42318;border-color:#fca5a5;margin-left:auto}.pipeline-empty{color:#c8b89e;text-align:center;padding:12px 0;font-size:12px}@media (max-width:980px){.pipeline-board{grid-template-columns:repeat(6,172px);min-width:max-content}}@media (max-width:768px){.pipeline-board{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.pipeline-board-wrap{overflow-x:hidden}.pipeline-column-head{letter-spacing:.08em;font-size:10px}.pipeline-deal-card{padding:10px}.pipeline-action-row .pipeline-delete-btn{margin-left:0}}@media (max-width:420px){.pipeline-board{grid-template-columns:1fr}.dashboard-pipeline-card{padding:14px!important}.dashboard-pipeline-chip{padding:3px 8px!important;font-size:11px!important}}.ll-demo{aspect-ratio:460/320;border:1px solid var(--line);box-sizing:border-box;background:#fffcf7f5;border-radius:18px;width:100%;min-height:200px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden;box-shadow:0 20px 60px #26180e14}.ll-demo-bar{border-bottom:1px solid var(--line-soft);align-items:center;gap:6px;padding:10px 14px;display:flex}.ll-demo-bar span{border-radius:50%;width:10px;height:10px;display:block}.ll-demo-bar span:first-child{background:#ff5f57}.ll-demo-bar span:nth-child(2){background:#febc2e}.ll-demo-bar span:nth-child(3){background:#28c840}.ll-demo-bar strong{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2);margin-left:8px;font-size:10px}.ll-demo-bar em{color:#16803b;margin-left:auto;font-size:10px;font-style:normal;font-weight:800}.ll-demo-body{padding:14px 16px}.ll-demo-title{color:var(--ink);margin-bottom:12px;font-family:Georgia,serif;font-size:15px;font-weight:700}.ll-demo-stats{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;display:grid}.ll-demo-stats div,.ll-pipeline-head div{border:1px solid var(--line-soft);background:#f6f1e8;border-radius:10px;padding:9px 10px}.ll-demo-stats strong,.ll-pipeline-head strong{color:var(--ink);font-family:Georgia,serif;font-size:21px;line-height:1;display:block}.ll-demo-stats span,.ll-pipeline-head span{text-transform:uppercase;letter-spacing:.07em;color:var(--muted-2);margin-top:4px;font-size:9px;font-weight:800;display:block}.ll-demo-row{animation:.55s cubic-bezier(.22,.61,.36,1) both ll-rise;animation-delay:var(--delay);background:#fff;border:1px solid #0000000f;border-radius:10px;margin-bottom:9px;padding:9px 11px}.ll-demo-row div{color:var(--ink);align-items:center;gap:8px;min-width:0;font-size:11px;font-weight:700;display:flex}.ll-demo-row b{color:var(--accent);white-space:nowrap}.ll-demo-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ll-demo-row i{height:4px;width:var(--w);animation:.75s ease-out both ll-grow;animation-delay:calc(var(--delay) + .12s);background:linear-gradient(90deg,#c8a97e,#a07050);border-radius:999px;margin-top:7px;display:block}.ll-demo-safe{color:var(--muted-2);border-top:1px solid var(--line-soft);margin-top:9px;padding-top:9px;font-size:10px;animation:.7s .45s both ll-fade}.ll-demo-pipeline{aspect-ratio:500/340;background:linear-gradient(#f6f1e8 0%,#f3ede4 100%);padding:18px}.ll-pipeline-head{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.ll-pipeline-list{gap:7px;display:grid}.ll-pipeline-row{animation:.55s cubic-bezier(.22,.61,.36,1) both ll-rise;animation-delay:var(--delay);background:#fff;border:1px solid #0000000d;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.ll-pipeline-row>span{border:1px solid var(--line);width:28px;height:28px;color:var(--accent);background:#eadfce;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.ll-pipeline-row div{flex:1;min-width:0}.ll-pipeline-row strong{color:#0a0a0a;text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.ll-pipeline-row em{color:#888;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-style:normal;display:block;overflow:hidden}.ll-status{text-transform:uppercase;letter-spacing:.06em;font-size:9px}.ll-status-green{color:#166534}.ll-status-gold{color:#92400e}.ll-status-gray{color:#666}.ll-demo-feed{aspect-ratio:440/310;background:linear-gradient(160deg,#f6f1e8 0%,#ede8de 100%);min-height:180px;padding:16px}.ll-feed-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.ll-feed-top span{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-2);font-size:10px;font-weight:800}.ll-feed-top strong{color:#166534;background:#dcfce7;border-radius:99px;align-items:center;gap:5px;padding:4px 10px;font-size:10px;display:flex}.ll-feed-top i{background:#28c840;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite ll-pulse}.ll-feed-row{animation:.55s cubic-bezier(.22,.61,.36,1) both ll-rise;animation-delay:var(--delay);background:#fff;border:1px solid #0000000f;border-radius:12px;align-items:center;gap:10px;margin-bottom:7px;padding:9px 12px;display:flex}.ll-feed-icon{border-radius:10px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.ll-feed-green{background:#dcfce7}.ll-feed-gold{background:#fef3c7}.ll-feed-blue{background:#dbeafe}.ll-feed-row div{min-width:0}.ll-feed-row strong{color:#0a0a0a;text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.ll-feed-row em{color:#888;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:10px;font-style:normal;display:block;overflow:hidden}@keyframes ll-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ll-grow{0%{width:0}to{width:var(--w)}}@keyframes ll-fade{0%{opacity:0}to{opacity:1}}@keyframes ll-pulse{0%,to{opacity:.65;transform:scale(.85)}50%{opacity:1;transform:scale(1.18)}}@media (max-width:768px){.ll-demo{min-height:180px}.ll-demo-stats strong,.ll-pipeline-head strong{font-size:18px}.ll-demo-pipeline,.ll-demo-feed{min-height:180px;padding:14px}.ll-pipeline-head{gap:7px}.ll-pipeline-row,.ll-feed-row{padding:8px 9px}}@media (prefers-reduced-motion:reduce){.ll-demo *{transition:none!important;animation:none!important}}
