@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap";
.blueprint-body{--jet:#252525;--warm-white:#f5f2ed;--warm-gray:#e8e3da;--muted-gray:#9e9a93;--coral:#ff8559;--font-heading:"DM Sans", sans-serif;--font-body:"DM Sans", sans-serif;--font-mono:"JetBrains Mono", monospace;--nav-height:72px;--section-pad:120px;--container:1200px;--radius:8px;--bg:var(--jet);--bg-elevated:#333;--bg-subtle:#2e2e2e;--text:var(--warm-white);--text-muted:var(--muted-gray);--border:#f5f2ed1a;--border-subtle:#f5f2ed0f;--dot-color:#f5f2ed2e;--nav-bg:#252525f2;--nav-scrolled-border:#f5f2ed14;--btn-primary-bg:var(--warm-white);--btn-primary-text:var(--jet);--divider-color:var(--coral);--hero-bg:radial-gradient(ellipse 80% 60% at 50% 0%, #ff85592e 0%, #ff85590f 40%, transparent 100%);--hero-overlay:#25252580}.blueprint-body *,.blueprint-body :before,.blueprint-body :after{box-sizing:border-box;margin:0;padding:0}.blueprint-body{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-family:var(--font-body);color:var(--text);background-color:var(--bg);background-image:radial-gradient(circle, var(--dot-color) 1px, transparent 1px);background-size:32px 32px;font-size:16px;line-height:1.6;transition:background-color .4s,color .4s}.blueprint-body a{color:inherit;text-decoration:none}.blueprint-body ul{list-style:none}.blueprint-body .container{max-width:var(--container);margin:0 auto;padding:0 32px}.blueprint-body h1,.blueprint-body h2,.blueprint-body h3,.blueprint-body h4{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--text);font-weight:700;line-height:1.05}.blueprint-body h1{font-size:clamp(40px,5.5vw,64px)}.blueprint-body h2{font-size:clamp(32px,4vw,48px)}.blueprint-body h3{font-size:clamp(20px,2vw,24px)}.blueprint-body p{color:var(--text-body);max-width:560px}.blueprint-body .bp-numbers-col{position:relative}.blueprint-body .bp-numbers-col:not(:first-child):before{content:"";pointer-events:none;background:linear-gradient(#f5f2ed29 0%,#f5f2ed0f 50%,#f5f2ed00 100%);width:1px;position:absolute;top:0;bottom:0;left:-12px}.blueprint-body h3.section-lead{letter-spacing:-.01em;color:var(--text-muted);max-width:none;font-size:clamp(20px,1.8vw,24px);font-weight:400;line-height:1.5}.blueprint-body .prose .step-head{letter-spacing:-.01em;color:var(--text);margin:56px 0 16px;font-size:clamp(20px,1.6vw,22px);font-weight:600;line-height:1.3}.blueprint-body .prose>.step-head:first-child{margin-top:0}.blueprint-body .prose .step-note{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--coral);max-width:none;margin:14px 0 0;font-size:12px;font-weight:400}.blueprint-body .prose.step-flow .step{margin-top:56px}.blueprint-body .prose.step-flow .step:first-child,.blueprint-body .prose.step-flow .step .step-head{margin-top:0}.blueprint-body .prose .io-head{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--coral);margin:48px 0 20px;font-size:12px;font-weight:600}.blueprint-body .prose>.io-head:first-child{margin-top:0}.blueprint-body .prose .io-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.blueprint-body .prose .io-list li{color:var(--text-body);padding-left:24px;font-size:18px;line-height:1.6;position:relative}.blueprint-body .prose .io-list li:before{content:"";background:var(--coral);width:8px;height:1px;position:absolute;top:.7em;left:0}.blueprint-body .section-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border);color:var(--text);border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:5px 14px;font-size:11px;display:inline-flex}.blueprint-body .section-label:before{content:"";background:var(--coral);border-radius:50%;width:6px;height:6px}.blueprint-body .section-heading-muted{color:var(--text-muted)}.blueprint-body .section-divider{background:var(--divider-color);opacity:.4;width:100%;height:1px}.blueprint-body .btn{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:12px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.blueprint-body .btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text);border:2px solid var(--btn-primary-bg)}.blueprint-body .btn-primary:hover{opacity:.85;transform:translateY(-1px)}.blueprint-body .btn-outline{border:2px solid var(--text);color:var(--text);background:0 0}.blueprint-body .btn-outline:hover{transform:translateY(-1px)}.blueprint-body .btn-arrow:after{content:"↗";margin-left:4px;font-size:14px}.blueprint-body .theme-toggle{border:1px solid var(--border);width:36px;height:36px;color:var(--text);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;margin-left:12px;font-size:16px;transition:all .3s;display:flex}.blueprint-body .theme-toggle:hover{border-color:var(--text)}.blueprint-body .nav{height:var(--nav-height);background:var(--nav-bg);z-index:1000;border-bottom:1px solid #0000;transition:border-color .3s,background .4s;position:fixed;top:0;left:0;right:0}.blueprint-body .nav.scrolled{border-bottom-color:var(--nav-scrolled-border)}.blueprint-body .nav-inner{max-width:var(--container);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 32px;display:flex}.blueprint-body .nav-logo{align-items:center;display:flex}.blueprint-body .nav-logo img{width:auto;height:26px;transition:filter .4s;display:block}[data-theme=dark] .blueprint-body .nav-logo img{filter:invert()}.blueprint-body .nav-links{align-items:center;gap:36px;display:flex}.blueprint-body .nav-links a{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text);font-size:11px;transition:color .2s}.blueprint-body .nav-links a:hover,.blueprint-body .nav-links a.active{color:var(--coral)}.blueprint-body .nav-cta{align-items:center;gap:8px;display:flex}.blueprint-body .nav-cta .btn{padding:10px 22px;font-size:11px}.blueprint-body .nav-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.blueprint-body .nav-toggle span{background:var(--text);width:20px;height:2px;margin:4px 0;transition:all .3s;display:block}.blueprint-body .blueprint-hero{margin-top:var(--nav-height);background:0 0;padding:80px 0 100px;position:relative;overflow:hidden}.blueprint-body .blueprint-hero-bg{background:var(--hero-bg);will-change:transform;z-index:0;pointer-events:none;height:130%;position:absolute;top:-15%;left:0;right:0;transform:translate(0,0)}.blueprint-body .blueprint-hero:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#25252540 0%,#25252533 50%,#25252573 100%);position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.blueprint-body .blueprint-hero-bg{transform:none!important}}.blueprint-body .hero-title{text-shadow:0 2px 20px #0006}.blueprint-body .hero-subtitle{text-shadow:0 1px 12px #0000004d}.blueprint-body .hero-back{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:#ffffffb3;text-shadow:0 1px 8px #0006;align-items:center;gap:8px;font-size:11px;transition:color .2s;display:inline-flex}.blueprint-body .hero-back:hover{color:#fff}.blueprint-body .hero-top-row{text-align:left;justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.blueprint-body .hero-blueprint-id{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#ffffffd9;text-shadow:0 1px 6px #0006;align-items:center;gap:10px;font-size:10.5px;display:inline-flex}.blueprint-body .hero-blueprint-id-tick{flex-shrink:0;width:10px;height:10px;display:inline-block;position:relative}.blueprint-body .hero-blueprint-id-tick:before,.blueprint-body .hero-blueprint-id-tick:after{content:"";background:#ffffff8c;position:absolute}.blueprint-body .hero-blueprint-id-tick:before{height:1px;top:50%;left:0;right:0;transform:translateY(-.5px)}.blueprint-body .hero-blueprint-id-tick:after{width:1px;top:0;bottom:0;left:50%;transform:translate(-.5px)}.blueprint-body .hero-blueprint-id-label{color:#ffffff80;letter-spacing:.16em;font-size:9.5px}.blueprint-body .hero-blueprint-id-code{color:#ffffffeb;letter-spacing:.12em;border-left:1px solid #ffffff2e;padding-left:10px;font-weight:600}.blueprint-body .hero-center{text-align:center;z-index:3;position:relative}.blueprint-body .hero-tags{flex-wrap:wrap;justify-content:center;gap:8px;margin:24px 0 20px;display:flex}.blueprint-body .hero-tag{border:1px solid var(--border);background:0 0;border-radius:100px;align-items:center;display:inline-flex}.blueprint-body .hero-tag-inner{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text);align-items:center;gap:8px;padding:5px 14px;font-size:11px;display:inline-flex}.blueprint-body .hero-tag-inner:before{content:"";border-radius:50%;width:5px;height:5px}.blueprint-body .hero-tag-copilot .hero-tag-inner:before{background:#f5f2edb3;box-shadow:0 0 6px #f5f2ed59}.blueprint-body .hero-tag-industry .hero-tag-inner:before{background:var(--coral);box-shadow:0 0 6px var(--coral)}.blueprint-body .hero-tag-loop .hero-tag-inner:before{background:#4ade80;box-shadow:0 0 6px #4ade80}.blueprint-body .hero-title{color:var(--warm-white);margin-bottom:16px;font-size:clamp(36px,5vw,56px)}.blueprint-body .hero-subtitle{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:18px;line-height:1.7}.blueprint-body .demo-wrapper{z-index:3;padding:56px 0 0;position:relative}.blueprint-body .demo-frame{background:linear-gradient(145deg,#ffffff40 0%,#ffffff14 30%,#ffffff05 60%,#ffffff1f 100%);border-radius:20px;padding:3px;position:relative;box-shadow:0 0 0 1px #ffffff0d,0 2px 4px #00000026,0 12px 32px #0000004d,0 40px 100px #00000073,inset 0 1px 1px #ffffff26,inset 0 -1px 1px #0000001a}.blueprint-body .demo-frame>div{overflow:hidden;box-shadow:inset 0 1px #ffffff0f,inset 0 0 0 1px #ffffff08;border-radius:18px!important}.blueprint-body .demo-frame:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);border-radius:100%;height:1px;position:absolute;bottom:-1px;left:10%;right:10%}.blueprint-body .demo-frame:before{content:"";z-index:3;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);border-radius:100%;height:2px;position:absolute;top:0;left:5%;right:5%}.blueprint-body .demo-frame{transition:box-shadow .4s,transform .3s}.blueprint-body .demo-frame:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #ffffff1a,0 2px 4px #00000026,0 16px 40px #00000059,0 48px 120px #00000080,inset 0 1px 2px #ffffff40,inset 0 -1px 1px #0000001a}.blueprint-body .demo-frame:hover:before{background:linear-gradient(90deg,#0000 10%,#ffffff80 50%,#0000 90%)}.blueprint-body .demo-frame:before,.blueprint-body .demo-frame:after{transition:background .4s}.blueprint-body .snapshot-section{padding:32px 0 40px}.blueprint-body .snapshot-strip{grid-template-columns:repeat(4,1fr);gap:0;transition:box-shadow .4s,transform .4s;display:grid;box-shadow:0 18px 60px -32px #ff855938,0 2px 6px -2px #0000002e}.blueprint-body .snapshot-strip:hover{box-shadow:0 24px 72px -32px #ff855952,0 4px 10px -3px #00000038}.blueprint-body .snapshot-item{text-align:center;padding:28px 24px;transition:transform .25s;position:relative}.blueprint-body .snapshot-item:hover{transform:translateY(-2px)}.blueprint-body .snapshot-item:hover .snapshot-value{filter:brightness(1.12)saturate(1.1)}.blueprint-body .snapshot-value{transition:filter .25s}.blueprint-body .live-tag{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border);background:var(--bg);border-radius:100px;align-items:center;gap:7px;margin-bottom:14px;padding:5px 11px 5px 10px;font-size:10px;display:inline-flex}.blueprint-body .live-pulse{flex-shrink:0;width:8px;height:8px;display:inline-block;position:relative}.blueprint-body .live-pulse:before,.blueprint-body .live-pulse:after{content:"";background:#4ade80;border-radius:50%;position:absolute;inset:0}.blueprint-body .live-pulse:before{animation:2.2s ease-in-out infinite livePulseDot;box-shadow:0 0 6px #4ade80b3}.blueprint-body .live-pulse:after{animation:2.2s ease-out infinite livePulseRing}@keyframes livePulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(.85)}}@keyframes livePulseRing{0%{opacity:.55;transform:scale(1)}to{opacity:0;transform:scale(2.6)}}.blueprint-body .hero-cta-card{transition:box-shadow .4s,transform .4s;box-shadow:0 20px 60px -28px #ff855947,0 2px 6px -2px #0003}.blueprint-body .hero-cta-card:hover{transform:translateY(-1px);box-shadow:0 28px 80px -28px #ff85596b,0 4px 10px -3px #0000003d}.blueprint-body .hero-cta-card:before{content:"";opacity:.55;pointer-events:none;z-index:0;background-image:radial-gradient(#ff855924 .8px,#0000 .8px);background-position:0 0;background-size:18px 18px;position:absolute;inset:2px 0 0}.blueprint-body .hero-cta-card>*{z-index:1;position:relative}.blueprint-body .snapshot-item:after{content:"";background:var(--border);width:1px;height:60%;position:absolute;top:20%;right:0}.blueprint-body .snapshot-item:nth-child(5):after{display:none}.blueprint-body .snapshot-value{font-family:var(--font-mono);color:var(--coral);letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(28px,3.5vw,42px);font-weight:400;line-height:1}.blueprint-body .snapshot-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:10px}.blueprint-body .snapshot-foundation{border-top:1px solid var(--border);background:linear-gradient(#ff855905 0%,#ff85590f 100%),#0000002e;grid-column:1/-1;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:22px 28px 22px 32px;display:grid;position:relative;overflow:hidden}.blueprint-body .snapshot-foundation-lead{flex-direction:column;gap:2px;display:flex}.blueprint-body .snapshot-foundation-eyebrow{font-family:var(--font-mono);color:var(--coral);letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:600}.blueprint-body .snapshot-foundation-headline{font-family:var(--font-heading);color:var(--text);letter-spacing:-.01em;font-size:14px;font-weight:700;line-height:1.3}.blueprint-body .snapshot-foundation-creds{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.blueprint-body .snapshot-foundation-cred{background:var(--bg-subtle);border:1px solid var(--border);font-family:var(--font-mono);border-radius:100px;align-items:baseline;gap:7px;padding:6px 12px;font-size:11px;display:inline-flex}.blueprint-body .snapshot-foundation-cred-value{color:var(--text);letter-spacing:-.01em;font-weight:700}.blueprint-body .snapshot-foundation-cred-label{color:var(--text-muted);letter-spacing:.04em;font-size:10px}.blueprint-body .snapshot-foundation-source{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;align-items:center;gap:6px;font-size:10px;display:inline-flex}.blueprint-body .snapshot-foundation-source a{color:var(--text);border-bottom:1px solid var(--border);font-weight:600;transition:color .2s,border-color .2s}.blueprint-body .snapshot-foundation-source a:hover{color:var(--coral);border-bottom-color:var(--coral)}.blueprint-body .section{padding:var(--section-pad) 0}.blueprint-body .section-center{text-align:center}.blueprint-body .section-center p{margin-left:auto;margin-right:auto}.blueprint-body .content-col{max-width:864px;margin:0 auto}.blueprint-body .prose{max-width:864px}.blueprint-body .prose p{max-width:none;margin-bottom:24px;font-size:19px;line-height:1.7}.blueprint-body .prose p:last-child{margin-bottom:0}.blueprint-body .prose strong{color:var(--text);font-weight:700}.blueprint-body .process-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.blueprint-body .process-card{background:var(--bg-elevated);border:1px solid #f5f2ed0f;border-radius:18px;flex-direction:column;gap:10px;padding:28px 24px;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.blueprint-body .process-card:before{content:"";background:var(--coral);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.blueprint-body .process-card:hover{border-color:#f5f2ed1f;transform:translateY(-2px);box-shadow:0 16px 40px #0000002e,0 2px 6px #0000001f}.blueprint-body .process-card:hover:before{opacity:1}.blueprint-body .process-card-number{font-family:var(--font-mono);color:var(--border);font-size:32px;font-weight:600;line-height:1}.blueprint-body .process-card h4{color:var(--text);letter-spacing:-.01em;font-size:16px}.blueprint-body .process-card p{max-width:none;font-size:14px;line-height:1.7}.blueprint-body .pull-quote{max-width:864px;margin:48px 0;padding:40px 0 40px 32px;position:relative}.blueprint-body .pull-quote:before{content:"";background:var(--coral);border-radius:2px;width:3px;position:absolute;top:0;bottom:0;left:0}.blueprint-body .pull-quote p{color:var(--text);letter-spacing:-.02em;max-width:none;font-size:22px;font-weight:500;line-height:1.5}.blueprint-body .pull-quote cite{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--coral);margin-top:16px;font-size:11px;font-style:normal;display:block}.blueprint-body .fit-grid{grid-template-columns:1fr 1fr;gap:20px;max-width:864px;margin:0 auto;display:grid}.blueprint-body .fit-card{background:var(--bg-elevated);border:1px solid #f5f2ed0f;border-radius:18px;align-items:flex-start;gap:14px;padding:24px;transition:border-color .3s,box-shadow .3s;display:flex}.blueprint-body .fit-card:hover{border-color:#f5f2ed1f;box-shadow:0 16px 40px #0000002e,0 2px 6px #0000001f}.blueprint-body .fit-dot{background:var(--coral);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px;box-shadow:0 0 8px #ff85594d}.blueprint-body .fit-card p{max-width:none;font-size:16px;line-height:1.7}.blueprint-body .related-card{background:var(--bg-elevated);border:1px solid #f5f2ed0f;border-radius:18px;max-width:480px;margin:0 auto;transition:border-color .3s,transform .3s,box-shadow .3s;overflow:hidden}.blueprint-body .related-card:hover{border-color:#f5f2ed1f;transform:translateY(-2px);box-shadow:0 16px 40px #0000002e,0 2px 6px #0000001f}.blueprint-body .related-card-body{padding:28px 32px}.blueprint-body .related-card-meta{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;font-size:10px;display:block}.blueprint-body .related-card h3{margin-bottom:10px;font-size:20px}.blueprint-body .related-card p{max-width:none;margin-bottom:16px;font-size:14px;line-height:1.7}.blueprint-body .related-card .card-link{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--coral);align-items:center;gap:6px;font-size:11px;transition:gap .2s;display:inline-flex}.blueprint-body .related-card .card-link:hover{gap:10px}.blueprint-body .cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.blueprint-body .trust-band-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:0 0;padding:28px 0}.blueprint-body .trust-band{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:48px;display:flex}.blueprint-body .trust-band-lead{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.blueprint-body .trust-band-eyebrow{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--coral);font-size:10px;font-weight:600}.blueprint-body .trust-band-source{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-muted);font-size:11px}.blueprint-body .trust-band-source a{color:var(--text);border-bottom:1px solid var(--border);text-decoration:none;transition:border-color .2s,color .2s}.blueprint-body .trust-band-source a:hover{color:var(--coral);border-bottom-color:var(--coral)}.blueprint-body .trust-band-items{flex-wrap:wrap;align-items:center;gap:40px;display:flex}.blueprint-body .trust-band-item{align-items:baseline;gap:10px;display:inline-flex;position:relative}.blueprint-body .trust-band-item:not(:last-child):after{content:"";background:var(--border);width:1px;position:absolute;top:4px;bottom:4px;right:-20px}.blueprint-body .trust-band-value{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text);font-size:26px;font-weight:700;line-height:1}.blueprint-body .trust-band-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:10px}.blueprint-body .moat-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.blueprint-body .moat-card{background:var(--bg-elevated);border:1px solid #f5f2ed0f;border-left:3px solid #0000;border-radius:18px;padding:24px;transition:border-color .3s,transform .3s,box-shadow .3s;position:relative;overflow:hidden}.blueprint-body .moat-card:hover{border-color:#f5f2ed1f;transform:translateY(-2px);box-shadow:0 16px 40px #0000002e,0 2px 6px #0000001f}.blueprint-body .moat-card:before{content:"";background:var(--coral);width:3px;position:absolute;top:0;bottom:0;left:0}.blueprint-body .moat-card-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--coral);margin-bottom:10px;font-size:10px}.blueprint-body .moat-card p{max-width:none;color:var(--text-body);font-size:16px;line-height:1.7}.blueprint-body .not-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.blueprint-body .not-card{background:var(--bg-elevated);border:1px solid #f5f2ed0f;border-radius:18px;padding:28px;transition:border-color .3s,transform .3s,box-shadow .3s;position:relative}.blueprint-body .not-card:hover{border-color:#f5f2ed1f;transform:translateY(-2px);box-shadow:0 16px 40px #0000002e,0 2px 6px #0000001f}.blueprint-body .not-card-strike{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px;font-size:11px;-webkit-text-decoration:line-through #ff85598c;text-decoration:line-through #ff85598c;text-decoration-thickness:1px;display:inline-block}.blueprint-body .not-card h4{color:var(--text);letter-spacing:-.01em;margin-bottom:10px;font-size:16px;line-height:1.35}.blueprint-body .not-card p{max-width:none;color:var(--text-body);font-size:16px;line-height:1.7}.blueprint-body .engagement-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.blueprint-body .engagement-step{background:var(--bg-elevated);border:1px solid #f5f2ed0f;border-radius:18px;padding:28px;transition:border-color .3s,transform .3s,box-shadow .3s;position:relative;overflow:hidden}.blueprint-body .engagement-step:hover{border-color:#f5f2ed1f;transform:translateY(-2px);box-shadow:0 16px 40px #0000002e,0 2px 6px #0000001f}.blueprint-body .engagement-step-num{font-family:var(--font-mono);color:var(--bg-subtle);pointer-events:none;letter-spacing:-.02em;font-size:48px;font-weight:700;line-height:1;position:absolute;top:16px;right:20px}.blueprint-body .engagement-step h4{color:var(--text);letter-spacing:-.01em;z-index:2;margin-bottom:10px;font-size:18px;position:relative}.blueprint-body .engagement-step p{max-width:none;color:var(--text-muted);z-index:2;margin-bottom:16px;font-size:14px;line-height:1.7;position:relative}.blueprint-body .engagement-step-meta{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--coral);background:#ff855914;border:1px solid #ff855933;border-radius:100px;padding:4px 10px;font-size:10px;display:inline-block}.blueprint-body .faq-list{flex-direction:column;gap:12px;display:flex}.blueprint-body .faq-item{background:0 0;border:0;padding:0}.blueprint-body .faq-question{cursor:pointer;background:var(--bg-elevated);width:100%;font-family:var(--font-heading);letter-spacing:-.01em;color:var(--text);text-align:left;border:1px solid #f5f2ed0f;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;padding:24px 28px;font-size:20px;font-weight:500;line-height:1.4;transition:color .2s,border-color .3s,box-shadow .3s;display:flex}.blueprint-body .faq-question:hover{border-color:#f5f2ed1f;box-shadow:0 16px 40px #0000002e,0 2px 6px #0000001f}.blueprint-body .faq-q-text{flex:auto}.blueprint-body .faq-q-icon{width:32px;height:32px;font-family:var(--font-mono);color:var(--coral);flex-shrink:0;justify-content:center;align-items:center;font-size:22px;font-weight:400;transition:transform .3s;display:inline-flex}.blueprint-body .faq-item.is-open .faq-q-icon{transform:rotate(45deg)}.blueprint-body .faq-item.is-open .faq-question{border-radius:18px 18px 0 0}.blueprint-body .faq-answer{margin-bottom:0;display:none}.blueprint-body .faq-item.is-open .faq-answer{margin:0;animation:.35s ease-out both faq-slide-in;display:block}@keyframes faq-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.blueprint-body .faq-answer-inner{-webkit-backdrop-filter:blur(14px)saturate(140%);background:#0d0d0d8c;border-radius:0 0 18px 18px;padding:24px 28px}.blueprint-body .faq-answer-inner p{max-width:none;color:var(--text-body);margin:0;font-size:17px;line-height:1.7}.blueprint-body .faq-answer-inner .w{visibility:hidden}.blueprint-body .faq-answer-inner .w.in{visibility:visible}.blueprint-body .faq-answer-inner .cursor{background:var(--coral);vertical-align:-.18em;border-radius:1px;width:.5ch;height:1.05em;margin-left:1px;animation:1s steps(2,start) infinite faq-caret;display:inline-block;box-shadow:0 0 10px #ff85598c}@keyframes faq-caret{50%{opacity:0}}@media (prefers-reduced-motion:reduce){.blueprint-body .faq-answer-inner .cursor{animation:none}}.blueprint-body .footer-block{background:radial-gradient(ellipse 60% 70% at 15% 100%, #ff85592e 0%, transparent 60%), radial-gradient(ellipse 70% 80% at 85% 0%, #ff855914 0%, transparent 60%), linear-gradient(170deg, var(--jet) 0%, var(--jet) 45%, #1c1c1c 100%);color:var(--warm-white);position:relative;overflow:hidden}.blueprint-body .footer-block:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#f5f2ed14 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.blueprint-body .footer-block:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--coral) 30%, var(--coral) 70%, transparent 100%);opacity:.6;z-index:2;height:1px;position:absolute;top:0;left:0;right:0}.blueprint-body .footer{z-index:1;color:inherit;padding:0 0 32px;position:relative}.blueprint-body .footer-block{--f-text:var(--warm-white);--f-muted:#f5f2eda6;--f-border:#f5f2ed1f;--f-border-strong:#f5f2ed40}.blueprint-body .footer-cta{border-bottom:1px solid var(--f-border);justify-content:space-between;align-items:center;gap:32px;padding:72px 0 52px;display:flex}.blueprint-body .footer-cta-lead{max-width:640px}.blueprint-body .footer-cta-eyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--f-border-strong);color:var(--f-text);-webkit-backdrop-filter:blur(6px);background:#00000026;border-radius:100px;align-items:center;gap:8px;margin-bottom:18px;padding:5px 14px;font-size:11px;display:inline-flex}.blueprint-body .footer-cta-eyebrow:before{content:"";background:var(--coral);width:6px;height:6px;box-shadow:0 0 8px var(--coral);border-radius:50%}.blueprint-body .footer-cta-heading{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--f-text);margin:0;font-size:clamp(28px,3.2vw,40px);font-weight:700;line-height:1.1}.blueprint-body .footer-cta-heading .muted{color:var(--f-muted)}.blueprint-body .footer-cta-actions{flex-shrink:0;gap:12px;display:flex}.blueprint-body .footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:56px;padding:72px 0 40px;display:grid}.blueprint-body .footer-brand-col{max-width:320px}.blueprint-body .footer-brand-logo{width:auto;height:28px;margin-bottom:20px;display:block}[data-theme=dark] .blueprint-body .footer-brand-logo{filter:invert()}.blueprint-body .footer-text{color:var(--f-muted);max-width:300px;margin-bottom:24px;font-size:14px;line-height:1.65}.blueprint-body .footer-partof{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--f-muted);margin:0;font-size:11px}.blueprint-body .footer-partof a{color:var(--f-text);border-bottom:1px solid var(--f-border-strong);font-weight:600;transition:color .2s,border-color .2s}.blueprint-body .footer-partof a:hover{color:var(--coral);border-bottom-color:var(--coral)}.blueprint-body .footer-heading{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--f-text);border-bottom:1px solid var(--f-border);align-items:center;gap:8px;margin-bottom:20px;padding-bottom:10px;font-size:10.5px;display:flex}.blueprint-body .footer-heading:before{content:"";background:var(--coral);border-radius:50%;width:4px;height:4px}.blueprint-body .footer-links{flex-direction:column;gap:2px;display:flex}.blueprint-body .footer-links a{color:var(--f-muted);padding:5px 0;font-size:13px;line-height:1.4;transition:color .2s,padding .2s}.blueprint-body .footer-links a:hover{color:var(--f-text);padding-left:6px}.blueprint-body .footer-bottom{border-top:1px solid var(--f-border);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--f-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;font-size:10.5px;display:flex}.blueprint-body .footer-bottom a{color:var(--f-text);border-bottom:1px solid var(--f-border-strong);font-weight:600;transition:color .2s,border-color .2s}.blueprint-body .footer-bottom a:hover{color:var(--coral);border-bottom-color:var(--coral)}.blueprint-body .footer-bottom-right{align-items:center;gap:20px;display:flex}.blueprint-body .footer-bottom-sep{background:var(--f-border-strong);width:1px;height:10px;display:inline-block}.blueprint-body .reveal{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);transform:translateY(24px)}.blueprint-body .reveal.visible{opacity:1;transform:translateY(0)}.blueprint-body .reveal-delay-1{transition-delay:.1s}.blueprint-body .reveal-delay-2{transition-delay:.2s}.blueprint-body .reveal-delay-3{transition-delay:.3s}@media (max-width:1024px){.blueprint-body{--section-pad:80px}.blueprint-body .process-grid,.blueprint-body .snapshot-strip{grid-template-columns:repeat(2,1fr)}.blueprint-body .snapshot-item:nth-child(3):after,.blueprint-body .snapshot-item:nth-child(5):after{display:none}.blueprint-body .snapshot-item:nth-child(2):after,.blueprint-body .snapshot-item:nth-child(4):after{display:block}.blueprint-body .snapshot-item:nth-child(2),.blueprint-body .snapshot-item:nth-child(3){border-bottom:1px solid var(--border)}.blueprint-body .fit-grid{grid-template-columns:1fr}.blueprint-body .footer-grid{grid-template-columns:1fr 1fr;gap:40px}.blueprint-body .footer-cta{flex-direction:column;align-items:flex-start;gap:24px}.blueprint-body .footer-cta-actions{width:100%}.blueprint-body .moat-grid,.blueprint-body .not-grid,.blueprint-body .engagement-grid{grid-template-columns:1fr}}@media (max-width:768px){.blueprint-body{--section-pad:64px;--nav-height:64px}.blueprint-body [style*="grid-template-columns: repeat(3, .blueprint-body 1fr)"],.blueprint-body [style*="grid-template-columns: repeat(2, .blueprint-body 1fr)"]{grid-template-columns:1fr!important}.blueprint-body .nav-links{display:none}.blueprint-body .nav-toggle{display:block}.blueprint-body .nav-links.open{top:var(--nav-height);background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;gap:16px;padding:24px 32px;display:flex;position:absolute;left:0;right:0}.blueprint-body .process-grid{grid-template-columns:1fr}.blueprint-body .snapshot-strip{grid-template-columns:1fr 1fr}.blueprint-body .snapshot-item{padding:20px 12px}.blueprint-body .snapshot-foundation{text-align:center;grid-template-columns:1fr;justify-items:center;gap:16px;padding:20px 22px 20px 26px}.blueprint-body .snapshot-foundation-lead{align-items:center}.blueprint-body .snapshot-foundation-creds{justify-content:center}.blueprint-body .footer-grid{grid-template-columns:1fr;gap:32px}.blueprint-body .cta-buttons{flex-direction:column}.blueprint-body .cta-buttons .btn{width:100%}.blueprint-body .blueprint-hero{padding:60px 0}.blueprint-body .hero-top-row{gap:12px}.blueprint-body .hero-blueprint-id{gap:8px;font-size:9.5px}.blueprint-body .hero-blueprint-id-label{display:none}.blueprint-body .hero-blueprint-id-tick{width:9px;height:9px}.blueprint-body .hero-blueprint-id-code{letter-spacing:.1em;padding-left:8px}.blueprint-body .demo-frame{border-radius:14px;padding:2px}.blueprint-body .demo-frame>div{border-radius:12px!important}.blueprint-body .container{padding:0 16px}.blueprint-body .pull-quote p{font-size:18px}.blueprint-body .fit-grid{grid-template-columns:1fr}.blueprint-body .trust-band{flex-direction:column;align-items:flex-start;gap:20px}.blueprint-body .trust-band-items{justify-content:space-between;gap:28px;width:100%}.blueprint-body .trust-band-item:not(:last-child):after{display:none}.blueprint-body .trust-band-value{font-size:22px}.blueprint-body .faq-question{padding:22px 4px;font-size:17px}.blueprint-body .faq-answer-inner{border-radius:0 0 14px 14px;padding:20px 22px}.blueprint-body .hero-muted-line{display:inline}}@media (max-width:900px){.blueprint-body .related-3-grid{grid-template-columns:1fr!important}}.blueprint-body .btn-coral{background:var(--coral);color:#fff;border:none}.blueprint-body .btn-coral:hover{opacity:.9;transform:translateY(-1px)}@media (orientation:landscape) and (min-width:769px){.blueprint-body .blueprint-hero:not(:has(.demo-wrapper)){height:calc(85vh - var(--nav-height));flex-direction:column;justify-content:center;display:flex}}.blueprint-body .hero-subhead{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-muted);text-align:center;max-width:720px;margin:0 auto 24px;font-size:clamp(20px,2.4vw,28px);font-weight:500;line-height:1.25}.blueprint-body .hero-lead{text-align:left;max-width:640px;margin:0 auto}.blueprint-body .hero-lead p{color:var(--text-muted);max-width:none;font-size:17px;line-height:1.7}.blueprint-body .stack-map{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;max-width:1080px;margin:0 auto;display:grid}.blueprint-body .stack-tool{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:10px;padding:20px 22px;transition:border-color .3s,transform .3s;display:flex}.blueprint-body .stack-tool:hover{border-color:#ff85594d;transform:translateY(-2px)}.blueprint-body .stack-tool-head{align-items:center;gap:10px;display:flex}.blueprint-body .stack-tool-logo{object-fit:contain;flex-shrink:0;width:22px;height:22px}.blueprint-body .stack-tool-head h4{color:var(--text);letter-spacing:-.01em;font-size:16px}.blueprint-body .stack-tool-role{color:var(--text-muted);max-width:none;font-size:14px;line-height:1.6}.blueprint-body .stack-equiv{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;font-size:10px;display:flex}.blueprint-body .stack-equiv-label{color:var(--text-muted);opacity:.7}.blueprint-body .stack-equiv-item{border:1px solid var(--border);color:var(--text);background:0 0;border-radius:100px;padding:3px 8px}.blueprint-body .jamie-day{flex-direction:column;gap:18px;max-width:760px;margin-left:8px;padding-left:24px;display:flex}.blueprint-body .jamie-beat{grid-template-columns:80px 1fr;align-items:baseline;gap:16px;display:grid;position:relative}.blueprint-body .jamie-beat:before{content:"";background:var(--coral);width:14px;height:2px;position:absolute;top:13px;left:-32px}.blueprint-body .jamie-beat-time{font-family:var(--font-mono);letter-spacing:.06em;color:var(--coral);font-size:12px;font-weight:600}.blueprint-body .jamie-beat-body{color:var(--text);max-width:none;font-size:15px;line-height:1.6}@media (max-width:640px){.blueprint-body .jamie-beat{grid-template-columns:1fr;gap:4px}.blueprint-body .jamie-beat:before{left:-30px}}.blueprint-body .proof-receipt{border:1px dashed var(--border);border-radius:var(--radius);background:#ff85590a;margin-top:24px;padding:20px 24px}.blueprint-body .proof-receipt p{font-family:var(--font-mono);color:var(--text-muted);max-width:none;margin:0;font-size:14px;line-height:1.7}.blueprint-body .section-left .section-header{text-align:left}.blueprint-body .section-center .section-header{text-align:center}.blueprint-body .section-header{max-width:760px;margin-bottom:40px}.blueprint-body .section-center .section-header{margin-left:auto;margin-right:auto}.blueprint-body .composes-with{border:1px solid var(--border);border-radius:var(--radius);background:#f5f2ed05;margin-top:28px;padding:18px 22px}.blueprint-body .composes-with-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;font-size:10px}.blueprint-body .composes-with ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.blueprint-body .composes-with li{color:var(--text);max-width:none;font-size:14px;line-height:1.6}.blueprint-body .composes-with li a{color:var(--coral);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s}.blueprint-body .composes-with li a:hover{border-bottom-color:var(--coral)}.blueprint-body .stack-callout{border-radius:0 var(--radius) var(--radius) 0;background:#ff85590a;border-left:2px solid #ff85594d;max-width:760px;margin-top:24px;padding:16px 20px}.blueprint-body .stack-callout p{color:var(--text-muted);max-width:none;margin:0;font-size:14px;line-height:1.65}.blueprint-body .faq-crosslink{border-radius:var(--radius);background:#ff85590f;border:1px solid #ff855973;flex-direction:column;gap:10px;padding:22px 24px;display:flex}.blueprint-body .faq-crosslink-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--coral);font-size:10px}.blueprint-body .faq-crosslink h4{color:var(--text);letter-spacing:-.01em;margin:0;font-size:17px;line-height:1.35}.blueprint-body .faq-crosslink p{color:var(--text);max-width:none;margin:0;font-size:14px;line-height:1.65}.blueprint-body .faq-crosslink-cta{color:var(--coral);border-bottom:1px solid #0000;align-self:flex-start;align-items:center;gap:6px;margin-top:4px;font-size:14px;font-weight:500;text-decoration:none;transition:border-color .2s;display:inline-flex}.blueprint-body .faq-crosslink-cta:hover{border-bottom-color:var(--coral)}.blueprint-body .faq-crosslink-cta:after{content:"→";margin-left:2px}.blueprint-body .slack-proof{max-width:1100px;margin:0 auto}.blueprint-body .slack-proof-frame{background:#1a1d21;border:1px solid #0006;border-radius:12px;grid-template:"chrome chrome""sidebar main"1fr/260px minmax(0,1fr);font-family:Lato,Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 24px 60px -28px #0000008c,0 8px 20px -10px #0006}.blueprint-body .slack-sidebar{grid-area:sidebar}.blueprint-body .slack-main{grid-area:main}.blueprint-body .slack-window-chrome{background:#19171d;border-bottom:1px solid #ffffff0a;grid-area:chrome;align-items:center;height:32px;padding:0 14px;display:flex}.blueprint-body .slack-traffic-lights{align-items:center;gap:8px;display:inline-flex}.blueprint-body .slack-dot{border-radius:50%;width:12px;height:12px;display:inline-block;box-shadow:inset 0 .5px #ffffff40,inset 0 -.5px #00000026}.blueprint-body .slack-dot-red{background:#ff5f57}.blueprint-body .slack-dot-yellow{background:#febc2e}.blueprint-body .slack-dot-green{background:#28c840}.blueprint-body .slack-workspace-logo{object-fit:cover;border-radius:6px;flex-shrink:0;width:32px;height:32px;display:block}.blueprint-body .slack-redact{filter:blur(3.5px);-webkit-user-select:none;user-select:none;cursor:not-allowed;color:inherit;letter-spacing:.01em;font-style:italic;display:inline-block}.blueprint-body .slack-text-muted{color:#ababad;font-style:italic}.blueprint-body .slack-text-section{margin-top:10px}.blueprint-body .slack-code{color:#e8786a;word-break:break-all;white-space:pre-wrap;background:#e04e411a;border:1px solid #e04e4133;border-radius:3px;padding:1px 6px;font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:13px}.blueprint-body .slack-proof-frame.is-tall .slack-messages{scrollbar-width:thin;scrollbar-color:#ffffff29 transparent;max-height:540px;overflow-y:auto}.blueprint-body .slack-proof-frame.is-tall .slack-messages::-webkit-scrollbar{width:10px}.blueprint-body .slack-proof-frame.is-tall .slack-messages::-webkit-scrollbar-track{background:0 0}.blueprint-body .slack-proof-frame.is-tall .slack-messages::-webkit-scrollbar-thumb{background:#ffffff24;border:2px solid #1a1d21;border-radius:5px}.blueprint-body .slack-proof-frame.is-tall .slack-messages::-webkit-scrollbar-thumb:hover{background:#ffffff3d}.blueprint-body .slack-proof-frame button{font-family:inherit}.blueprint-body .slack-icon{vertical-align:middle;flex-shrink:0;display:inline-block}.blueprint-body .slack-sidebar{color:#d1d2d3;background:#19171d;border-right:1px solid #ffffff0f;flex-direction:column;padding:0;display:flex}.blueprint-body .slack-workspace{border-bottom:1px solid #ffffff0f;flex-direction:column;gap:8px;padding:14px 16px 12px;display:flex}.blueprint-body .slack-workspace-button{color:#fff;cursor:pointer;letter-spacing:-.015em;text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:0;font-size:20px;font-weight:900;line-height:1.2;display:flex}.blueprint-body .slack-workspace-button .slack-icon-caret{color:#fff;opacity:.85}.blueprint-body .slack-workspace-user{color:#ababad;align-items:center;gap:8px;font-size:13px;display:flex}.blueprint-body .slack-presence-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;box-shadow:0 0 0 1.5px #19171d}.blueprint-body .slack-presence-dot.is-online{background:#2bac76}.blueprint-body .slack-presence-dot.is-away{box-shadow:none;background:0 0;border:1.5px solid #ababad}.blueprint-body .slack-sidebar-nav{border-bottom:1px solid #ffffff0f;padding:8px 0 6px}.blueprint-body .slack-sidebar-nav-item{color:#bcbdbe;cursor:pointer;align-items:center;gap:10px;padding:5px 16px;font-size:14px;line-height:1.5;text-decoration:none;transition:background .1s;display:flex}.blueprint-body .slack-sidebar-nav-item:hover{color:#d1d2d3;background:#ffffff0a}.blueprint-body .slack-sidebar-nav-item .slack-icon{color:#ababad}.blueprint-body .slack-sidebar-section{padding:10px 0 6px}.blueprint-body .slack-sidebar-section-head{color:#ababad;letter-spacing:0;align-items:center;gap:6px;padding:4px 16px 6px;font-size:13px;font-weight:700;display:flex}.blueprint-body .slack-sidebar-section-head .slack-icon-caret{color:#ababad}.blueprint-body .slack-channel,.blueprint-body .slack-dm{color:#bcbdbe;cursor:pointer;align-items:center;gap:10px;padding:5px 16px;font-size:14px;line-height:1.5;text-decoration:none;transition:background .1s;display:flex}.blueprint-body .slack-channel:hover,.blueprint-body .slack-dm:hover{color:#d1d2d3;background:#ffffff0a}.blueprint-body .slack-channel.is-active{color:#fff;background:#1164a3;font-weight:700}.blueprint-body .slack-channel.is-active .slack-channel-hash{color:#fff}.blueprint-body .slack-channel-hash{color:#8e8e8f}.blueprint-body .slack-dm .slack-presence-dot{box-shadow:0 0 0 1.5px #19171d}.blueprint-body .slack-main{background:#1a1d21;flex-direction:column;min-height:460px;display:flex}.blueprint-body .slack-channel-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;min-height:60px;padding:10px 20px;display:flex}.blueprint-body .slack-channel-header-left{flex-direction:column;flex:auto;gap:4px;min-width:0;max-width:calc(100% - 220px);display:flex}.blueprint-body .slack-channel-header-title{color:#d1d2d3;letter-spacing:-.005em;white-space:nowrap;cursor:pointer;background:0 0;border:0;flex-shrink:0;align-items:center;gap:4px;padding:2px 6px 2px 0;font-size:18px;font-weight:900;display:inline-flex}.blueprint-body .slack-channel-header-title .slack-channel-hash{color:#ababad}.blueprint-body .slack-channel-header-title .slack-icon-caret{color:#ababad;margin-left:2px}.blueprint-body .slack-channel-header-meta{color:#ababad;align-items:center;gap:12px;min-width:0;font-size:13px;display:flex}.blueprint-body .slack-channel-header-meta-members{white-space:nowrap;color:#ababad;cursor:pointer;border:1px solid #ffffff29;border-radius:6px;flex-shrink:0;align-items:center;gap:5px;padding:2px 8px;display:inline-flex}.blueprint-body .slack-channel-header-meta-members:hover{background:#ffffff0a}.blueprint-body .slack-channel-header-meta-topic{color:#ababad;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden}.blueprint-body .slack-channel-header-meta-topic:hover{color:#d1d2d3}.blueprint-body .slack-channel-header-icons{flex-shrink:0;align-items:center;gap:2px;display:flex}.blueprint-body .slack-header-icon{color:#ababad;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .12s,color .12s;display:inline-flex}.blueprint-body .slack-header-icon:hover{color:#d1d2d3;background:#ffffff14}.blueprint-body .slack-messages{flex-direction:column;flex:1;gap:8px;padding:16px 0;display:flex}.blueprint-body .slack-message{grid-template-columns:56px 1fr;align-items:flex-start;padding:6px 24px 6px 16px;display:grid;position:relative}.blueprint-body .slack-message:hover{background:#ffffff08}.blueprint-body .slack-avatar{color:#fff;background:#1a1d21;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:Lato,Helvetica Neue,sans-serif;font-size:13px;font-weight:700;display:flex;overflow:hidden}.blueprint-body .slack-avatar img{object-fit:cover;width:100%;height:100%;display:block}.blueprint-body .slack-avatar-sergiu{background:linear-gradient(135deg,#ff8559 0%,#c24a2a 100%);font-size:17px;font-weight:900}.blueprint-body .slack-avatar-app{color:#d1d2d3;background:#1a1d21;border:1px solid #ffffff29}.blueprint-body .slack-avatar-septillion{color:#d1d2d3;background:linear-gradient(135deg,#1f1f24 0%,#2a2a30 100%);font-size:24px;font-weight:400;line-height:1}.blueprint-body .slack-message-body{min-width:0}.blueprint-body .slack-message-meta{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:2px;display:flex}.blueprint-body .slack-username{color:#fff;letter-spacing:-.005em;font-size:15px;font-weight:900}.blueprint-body .slack-app-badge{color:#ababad;letter-spacing:.04em;text-transform:uppercase;background:#3d3d3d;border-radius:3px;align-items:center;height:14px;padding:0 5px;font-size:10px;font-weight:700;line-height:1.6;display:inline-flex}.blueprint-body .slack-timestamp{color:#ababad;font-size:12px}.blueprint-body .slack-text{color:#d1d2d3;max-width:none;margin:0;font-size:15px;line-height:1.46}.blueprint-body .slack-text+.slack-text{margin-top:4px}.blueprint-body .slack-text strong{color:#fff;font-weight:700}.blueprint-body .slack-mention{color:#1d9bd1;background:#1d9bd129;border-radius:3px;padding:1px 4px;font-family:inherit;font-size:14px;font-weight:700;display:inline-block}.blueprint-body .slack-attachment-headline{color:#fff;align-items:baseline;gap:6px;max-width:none;margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.46;display:flex}.blueprint-body .slack-attachment-headline .slack-emoji{flex-shrink:0;font-size:16px}.blueprint-body .slack-attachment-headline strong{color:#fff}.blueprint-body .slack-keycap{color:#fff;background:#dd8500;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;line-height:1;display:inline-flex;transform:translateY(2px)}.blueprint-body .slack-bullets{flex-direction:column;gap:2px;margin:6px 0 0;padding:0;list-style:none;display:flex}.blueprint-body .slack-bullets li{color:#d1d2d3;max-width:none;padding-left:14px;font-size:15px;line-height:1.5;position:relative}.blueprint-body .slack-bullets li:before{content:"•";color:#ababad;position:absolute;left:4px}.blueprint-body .slack-bullets li strong{color:#fff;font-weight:700}.blueprint-body .slack-signature{color:#ababad;max-width:none;margin-top:8px;font-size:14px;font-style:italic}.blueprint-body .slack-reactions{flex-wrap:wrap;gap:4px;margin-top:8px;display:flex;position:relative}.blueprint-body .slack-reaction{color:#ababad;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:12px;align-items:center;gap:6px;height:22px;padding:2px 8px;font-family:inherit;font-size:12px;font-weight:700;line-height:1.5;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.blueprint-body .slack-reaction:hover{color:#d1d2d3;background:#ffffff0f;border-color:#ffffff57}.blueprint-body .slack-reaction.is-mine{color:#4ade80;background:#2ecc7124;border-color:#2ecc718c}.blueprint-body .slack-reaction.is-mine:hover{color:#6fe790;background:#2ecc7138;border-color:#2ecc71cc}.blueprint-body .slack-reaction-picker{z-index:12;background:#232529;border:1px solid #ffffff24;border-radius:8px;gap:2px;margin-top:6px;padding:4px;display:flex;position:absolute;top:100%;left:0;box-shadow:0 8px 24px -8px #0000008c}.blueprint-body .slack-reaction-picker[hidden]{display:none}.blueprint-body .slack-picker-emoji{cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:inherit;font-size:20px;line-height:1;transition:background .12s,transform .12s;display:inline-flex}.blueprint-body .slack-picker-emoji:hover{background:#ffffff14;transform:scale(1.18)}.blueprint-body .slack-reaction-emoji{font-size:13px;line-height:1}.blueprint-body .slack-reaction-add{color:#ababad;cursor:pointer;background:0 0;border:1px solid #ffffff29;border-radius:12px;justify-content:center;align-items:center;width:30px;height:22px;padding:0;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.blueprint-body .slack-reaction-add:hover{color:#d1d2d3;background:#ffffff0a;border-color:#ffffff52}.blueprint-body .slack-proof-caption{max-width:1100px;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);text-align:center;margin:20px auto 0;font-size:11px}.blueprint-body .slack-message-toolbar{z-index:5;background:#232529;border:1px solid #ffffff1f;border-radius:8px;align-items:center;padding:2px;display:none;position:absolute;top:-14px;right:24px;box-shadow:0 1px #0000001f,0 8px 16px -8px #00000080}.blueprint-body .slack-message:hover .slack-message-toolbar{display:flex}.blueprint-body .slack-msg-tool{color:#ababad;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .12s,color .12s;display:inline-flex}.blueprint-body .slack-msg-tool:hover{color:#fff;background:#ffffff14}.blueprint-body .slack-msg-tool-sep{background:#ffffff1f;width:1px;height:18px;margin:0 2px}.blueprint-body .slack-thread-footer{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;margin-top:8px;padding:4px 8px 4px 4px;font-family:inherit;transition:background .12s,border-color .12s;display:inline-flex}.blueprint-body .slack-thread-footer:hover{background:#232529;border-color:#ffffff1f}.blueprint-body .slack-thread-avatars{align-items:center;display:inline-flex}.blueprint-body .slack-thread-avatar{color:#fff;background:#2a2a30;border:2px solid #1a1d21;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:700;display:inline-flex;overflow:hidden}.blueprint-body .slack-thread-avatar+.slack-thread-avatar{margin-left:-6px}.blueprint-body .slack-thread-avatar img{object-fit:cover;width:100%;height:100%;display:block}.blueprint-body .slack-thread-count{color:#1d9bd1;font-size:13px;font-weight:700}.blueprint-body .slack-thread-footer:hover .slack-thread-count{text-decoration:underline}.blueprint-body .slack-thread-timestamp{color:#ababad;font-size:12px}.blueprint-body .slack-thread-footer:hover .slack-thread-timestamp{display:none}.blueprint-body .slack-thread-view{color:#ababad;font-size:12px;display:none}.blueprint-body .slack-thread-footer:hover .slack-thread-view{display:inline}.blueprint-body .slack-date-separator{align-items:center;gap:0;padding:8px 24px 8px 16px;display:flex;position:relative}.blueprint-body .slack-date-separator-line{background:#ffffff1f;flex:1;height:1px}.blueprint-body .slack-date-separator-chip{color:#d1d2d3;background:#1a1d21;border:1px solid #ffffff29;border-radius:100px;flex-shrink:0;margin:0 12px;padding:3px 14px;font-size:13px;font-weight:700;line-height:1.4}.blueprint-body .slack-composer{background:#1a1d21;border:1px solid #ffffff29;border-radius:10px;margin:8px 16px 20px;overflow:hidden}.blueprint-body .slack-composer-toolbar{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;align-items:center;gap:2px;padding:4px 6px;display:flex}.blueprint-body .slack-composer-tool{color:#ababad;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-family:inherit;font-size:13px;font-weight:700;transition:background .12s,color .12s;display:inline-flex}.blueprint-body .slack-composer-tool:hover{color:#d1d2d3;background:#ffffff14}.blueprint-body .slack-composer-tool[data-style=bold]{font-weight:900}.blueprint-body .slack-composer-tool[data-style=italic]{font-style:italic}.blueprint-body .slack-composer-tool[data-style=strike]{text-decoration:line-through}.blueprint-body .slack-composer-sep{background:#ffffff1f;width:1px;height:18px;margin:0 4px}.blueprint-body .slack-composer-input{align-items:center;min-height:44px;padding:12px 14px;display:flex}.blueprint-body .slack-composer-placeholder{color:#6b6e73;font-size:15px}.blueprint-body .slack-composer-actions{border-top:1px solid #ffffff0f;align-items:center;gap:2px;padding:4px 6px;display:flex}.blueprint-body .slack-composer-grow{flex:1}.blueprint-body .slack-composer-send{color:#6b6e73;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .12s,color .12s;display:inline-flex}.blueprint-body .slack-composer-send.is-active{color:#fff;background:#007a5a}.blueprint-body .slack-composer-send.is-active:hover{background:#148567}@media (max-width:768px){.blueprint-body .slack-proof-frame{grid-template-columns:1fr}.blueprint-body .slack-sidebar{display:none}.blueprint-body .slack-channel-header{min-height:0;padding:10px 16px}.blueprint-body .slack-channel-header-meta-topic,.blueprint-body .slack-channel-header-icons{display:none}.blueprint-body .slack-message{grid-template-columns:44px 1fr;padding:6px 12px}.blueprint-body .slack-avatar{width:32px;height:32px;font-size:12px}.blueprint-body .slack-message-toolbar{display:none!important}.blueprint-body .slack-composer{margin:8px 12px 16px}.blueprint-body .slack-composer-toolbar{display:none}}
