@import "https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color:#fff;--primary-blue:#4454ff;--text-dark:#1a1a1a;--text-light:#fff;--font-main:"Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--font-hand:"Gochi Hand", "Bradley Hand", "Comic Sans MS", cursive;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:500}@keyframes floatUp{0%{transform:translateY(0)}to{transform:translateY(-40px)}}@keyframes fadeInScale{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes floatGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.app-container{flex-direction:column;width:100%;display:flex}.navbar{z-index:100;-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #0000000f;border-radius:9999px;justify-content:space-between;align-items:center;width:min(80%,1100px);padding:.85rem 2.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:1.25rem;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #00000008}.navbar.scrolled{background:#fffffff0;border:1px solid #00000014;width:min(580px,100% - 2rem);padding:.6rem 1.4rem;top:1rem;box-shadow:0 10px 30px #00000014,0 1px 3px #0000000a}.nav-logo{color:#1a1a1a;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;transition:transform .2s;display:flex}.nav-logo:hover{transform:scale(1.02)}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:#1a1a1a;opacity:.75;font-size:.9rem;font-weight:500;text-decoration:none;transition:opacity .2s,color .2s}.nav-links a:hover{opacity:1}.nav-signin{background:#1a1a1a;border-radius:9999px;padding:.5rem 1.25rem;color:#fff!important;opacity:1!important;font-size:.85rem!important;transition:background .2s,transform .2s!important}.nav-signin:hover{transform:translateY(-1px);background:#333!important}.hero-section{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;padding:11.5rem 1.5rem 0;display:flex;position:relative;overflow:hidden}.hero-inner{z-index:5;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:860px;margin:0 auto;display:flex;position:relative}.hero-headline{color:#111;letter-spacing:-.035em;margin-bottom:1.35rem;font-size:clamp(2.4rem,5.6vw,4.1rem);font-weight:500;line-height:1.12}.hero-title-mark{background:var(--primary-blue);border-radius:.2em;justify-content:center;align-items:center;width:.78em;height:.78em;margin:0 .06em;padding:.1em;display:inline-flex;transform:translateY(.06em)rotate(-6deg);box-shadow:0 6px 16px #4454ff47}.highlight{color:var(--primary-blue);font-weight:650}.subheading-ticker{width:100%;height:36px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 38% 62%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 38% 62%,#0000 100%)}.subheading-track{flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.subheading-line{color:#8d8a82;white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;height:36px;font-size:1rem;display:flex}.hero-buttons{justify-content:center;align-items:center;gap:.75rem;margin-top:1.75rem;display:flex}.hero-btn-primary{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:9999px;padding:.8rem 1.7rem;font-size:.92rem;font-weight:600;transition:background-color .2s,transform .2s}.hero-btn-primary:hover{background-color:#333;transform:translateY(-2px)}.hero-btn-secondary{color:#111;cursor:pointer;background-color:#0000;border:1px solid #0000001a;border-radius:9999px;padding:.8rem 1.7rem;font-size:.92rem;font-weight:600;transition:background-color .2s,border-color .2s}.hero-btn-secondary:hover{background-color:#00000008;border-color:#0003}.hero-folders{transform-origin:bottom;z-index:4;justify-content:center;align-items:flex-end;display:flex;position:absolute;bottom:-48px;left:0;right:0}.hero-folder{transform-origin:bottom;flex-shrink:0;width:224px;height:252px;margin:0 -12px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:relative}.folder-pos-1{z-index:1;transform:rotate(-11deg)translateY(20px)}.folder-pos-2{z-index:2;transform:rotate(-4deg)translateY(6px)}.folder-pos-3{z-index:3;transform:rotate(4deg)translateY(6px)}.folder-pos-4{z-index:4;transform:rotate(11deg)translateY(20px)}.folder-pos-1:hover{transform:rotate(-11deg)translateY(-4px)}.folder-pos-2:hover{transform:rotate(-4deg)translateY(-18px)}.folder-pos-3:hover{transform:rotate(4deg)translateY(-18px)}.folder-pos-4:hover{transform:rotate(11deg)translateY(-4px)}.hero-folder:hover{z-index:6}.folder-tab{background:var(--folder-accent);border-radius:12px 16px 0 0;width:88px;height:26px;position:absolute;top:0;left:0}.folder-sheet{background:#fff;border-radius:8px 8px 0 0;height:60px;position:absolute;top:14px;left:16px;right:16px;box-shadow:0 -2px 10px #0000000d}.folder-front{background:var(--folder-body);border-radius:4px 16px 16px;flex-direction:column;padding:.9rem .85rem;display:flex;position:absolute;inset:26px 0 0;overflow:hidden;box-shadow:0 18px 40px #0000001a,0 2px 6px #0000000a}.folder-head{align-items:center;gap:.55rem;margin-bottom:.7rem;display:flex}.folder-icon{background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 2px 8px #0000000f}.folder-heading{flex-direction:column;min-width:0;display:flex}.folder-label{letter-spacing:-.01em;color:var(--folder-text);font-size:.88rem;font-weight:600;line-height:1.2}.folder-note{color:var(--folder-text);opacity:.6;font-size:.66rem;font-weight:500}.folder-card{background:#ffffffe6;border-radius:11px;flex-direction:column;flex:1;gap:.42rem;padding:.55rem .6rem;display:flex;box-shadow:0 1px 4px #0000000a}.folder-row{color:var(--folder-text);align-items:center;gap:.4rem;min-width:0;font-size:.64rem;line-height:1.25;display:flex}.row-text{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.row-text.strong{font-weight:600}.row-text.done{opacity:.45;text-decoration:line-through}.row-stack{flex-direction:column;flex:1;min-width:0;display:flex}.row-sub{opacity:.55;white-space:nowrap;text-overflow:ellipsis;font-size:.6rem;overflow:hidden}.row-tag{opacity:.5;flex-shrink:0;margin-left:auto;font-size:.55rem;font-weight:600}.row-tag.low{opacity:.6;background:#0000000f;border-radius:4px;padding:1px 4px}.row-check{border:1.5px solid #00000038;border-radius:3px;flex-shrink:0;width:10px;height:10px;position:relative}.row-check.done{background:#2f2f2f;border-color:#2f2f2f}.row-check.done:after{content:"";border:1.5px solid #fff;border-width:0 1.5px 1.5px 0;width:3px;height:5.5px;position:absolute;top:.5px;left:2.5px;transform:rotate(42deg)}.row-dot{background:#ea4335;border-radius:50%;flex-shrink:0;width:6px;height:6px}.row-dot.muted{background:#00000026}.row-time{font-variant-numeric:tabular-nums;opacity:.6;flex-shrink:0;font-size:.6rem;font-weight:600}.row-bar{background:#4285f4;border-radius:2px;flex-shrink:0;align-self:stretch;width:3px;min-height:12px}.row-bar.amber{background:#f4b400}.row-bar.green{background:#22c55e}.tg-bubble{white-space:nowrap;text-overflow:ellipsis;border-radius:10px;max-width:88%;padding:.3rem .5rem;font-size:.62rem;font-weight:500;line-height:1.3;overflow:hidden}.tg-bubble.out{color:#14607f;background:#d3ecfa;border-bottom-right-radius:3px;align-self:flex-end}.tg-bubble.in{color:#2f4a55;background:#0000000d;border-bottom-left-radius:3px;align-self:flex-start}.folder-notion{--folder-accent:#2f2f2f;--folder-body:#efece5;--folder-text:#2f2f2f}.folder-gmail{--folder-accent:#ea4335;--folder-body:#ffe3de;--folder-text:#8a2b22}.folder-calendar{--folder-accent:#4285f4;--folder-body:#e1ebfd;--folder-text:#23407c}.folder-telegram{--folder-accent:#229ed9;--folder-body:#dcf0fa;--folder-text:#14607f}.feature-section{justify-content:center;align-items:center;width:100%;min-height:100vh;margin:0 auto;padding:0 2rem;display:flex}.accordion-container{border:1px solid #0000000f;border-radius:12px;width:100%;max-width:1060px;height:480px;display:flex;overflow:hidden;box-shadow:0 12px 24px #00000005}.accordion-item{cursor:pointer;border-right:1px solid #0000000d;flex-direction:column;flex:1;justify-content:space-between;padding:2.5rem 2rem;transition:all .5s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.accordion-item:last-child{border-right:none}.item-1{background-color:#f7f6f0}.item-2{background-color:#e3e6ff}.item-3{background-color:#fcf1d5}.item-4{background-color:#f2f7e4}.accordion-header{letter-spacing:.05em;text-transform:uppercase;color:inherit;opacity:.5;justify-content:space-between;font-size:.75rem;font-weight:600;display:flex}.accordion-content{flex-direction:column;gap:1rem;display:flex}.accordion-title{max-width:250px;font-size:1.75rem;font-weight:500;line-height:1.25}.accordion-link{opacity:.7;align-items:center;gap:.5rem;margin-top:1.5rem;font-family:monospace;font-size:.9rem;font-weight:500;display:flex}.hover-reveal{opacity:0;pointer-events:none;transition:all .4s;position:absolute;bottom:2.5rem;left:2rem;right:2rem;transform:translateY(20px)}.default-content{transition:all .3s}@media (hover:hover){.accordion-item:hover{background-color:var(--primary-blue);color:#fff;flex:2}.accordion-item:hover .accordion-header{opacity:.9}.accordion-item:hover .accordion-link{opacity:1}.accordion-item:hover .hover-reveal{opacity:1;pointer-events:auto;transform:translateY(0)}.accordion-item:hover .default-content{opacity:0;pointer-events:none}}.brain-section{width:100%;padding:7rem 2rem;overflow:hidden}.brain-stage{justify-content:center;align-items:center;max-width:1180px;min-height:660px;margin:0 auto;display:flex;position:relative}.brain-center{z-index:3;text-align:center;max-width:460px;position:relative}.brain-heading{font-family:var(--font-hand);letter-spacing:.015em;color:#111;font-size:clamp(2rem,3.4vw,3rem);font-weight:400;line-height:1.3}.brain-prompt{color:#8e8e8e;white-space:nowrap;background:#f4f4f5;border-radius:9999px;align-items:center;gap:.55rem;margin-top:1.9rem;padding:.72rem 1.3rem;font-size:.86rem;font-weight:500;display:inline-flex}.brain-scribble{z-index:1;font-family:var(--font-mono);color:#0000002e;white-space:nowrap;pointer-events:none;font-size:.82rem;position:absolute}.scribble-1{top:27%;left:30%}.scribble-2{bottom:30%;right:27%}.sticky-note{z-index:2;background:var(--note-bg);border-radius:22px;width:296px;padding:1.4rem 1.5rem 1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:absolute;box-shadow:0 20px 44px #00000014,0 2px 6px #00000008}.note-tag{background:var(--note-tag);letter-spacing:.09em;color:var(--note-ink);border-radius:9999px;margin-bottom:.85rem;padding:.26rem .7rem;font-size:.6rem;font-weight:700;display:inline-block}.note-title{letter-spacing:-.02em;color:#111;margin-bottom:.4rem;font-size:1.3rem;font-weight:700}.note-desc{color:#5c5c5c;font-size:.86rem;line-height:1.5}.note-impact{top:0;left:0;transform:rotate(-3deg)}.note-voice{top:4%;right:0;transform:rotate(2.5deg)}.note-channels{bottom:0;left:6%;transform:rotate(2deg)}.note-system{bottom:2%;right:4%;transform:rotate(-2deg)}@media (hover:hover){.sticky-note:hover{z-index:4;box-shadow:0 28px 56px #0000001f,0 2px 6px #0000000a}.note-impact:hover{transform:rotate(-3deg)translateY(-8px)}.note-voice:hover{transform:rotate(2.5deg)translateY(-8px)}.note-channels:hover{transform:rotate(2deg)translateY(-8px)}.note-system:hover{transform:rotate(-2deg)translateY(-8px)}}.note-impact{--note-bg:#dcebfb;--note-tag:#bcdcf8;--note-ink:#1b4f7d}.note-voice{--note-bg:#fde7cf;--note-tag:#fbd4ab;--note-ink:#8a4e13}.note-channels{--note-bg:#d8f2e3;--note-tag:#b8e8cb;--note-ink:#1b6a41}.note-system{--note-bg:#eadffd;--note-tag:#dbc9fb;--note-ink:#59319f}.note-stat{align-items:center;gap:.6rem;margin-bottom:.5rem;display:flex}.note-stat-value{letter-spacing:-.035em;color:#111;font-size:2.1rem;font-weight:700;line-height:1}.note-badge{color:#147a4b;background:#c9f5dd;border-radius:6px;padding:.2rem .5rem;font-size:.68rem;font-weight:600}.note-spark{width:100%;height:46px;margin-top:.75rem;display:block}.note-wave{align-items:center;gap:3px;height:30px;margin-top:1rem;display:flex}.note-wave i{transform-origin:50%;background:#e08b35;border-radius:3px;width:4px;height:100%;animation:1.25s ease-in-out infinite noteWave}.note-wave i:first-child{animation-delay:0s}.note-wave i:nth-child(2){animation-delay:90ms}.note-wave i:nth-child(3){animation-delay:.18s}.note-wave i:nth-child(4){animation-delay:.27s}.note-wave i:nth-child(5){animation-delay:.36s}.note-wave i:nth-child(6){animation-delay:.45s}.note-wave i:nth-child(7){animation-delay:.54s}.note-wave i:nth-child(8){animation-delay:.63s}.note-wave i:nth-child(9){animation-delay:.72s}@keyframes noteWave{0%,to{transform:scaleY(.25)}50%{transform:scaleY(1)}}.note-logos{align-items:center;gap:.5rem;margin-top:1.1rem;display:flex}.note-logo{background:#fff;border-radius:11px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 8px #00000012}.note-priority{background:#ffffffbf;border-radius:12px;flex-direction:column;gap:.4rem;margin-top:1.05rem;padding:.6rem .65rem;display:flex}.priority-row{align-items:center;gap:.5rem;min-width:0;display:flex}.priority-rank{color:#fff;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;font-size:.62rem;font-weight:700;display:flex}.priority-rank.high{background:#ef4444}.priority-rank.mid{background:#f59e0b}.priority-rank.low{background:#a3a3a3}.priority-text{color:#4b4b4b;white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;font-weight:500;overflow:hidden}@media (prefers-reduced-motion:reduce){.note-wave i{animation:none}}@media (width<=1080px){.brain-section{padding:5rem 1.5rem}.brain-stage{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;min-height:0;display:grid}.brain-center{grid-column:1/-1;max-width:none;margin-bottom:1.25rem}.brain-scribble{display:none}.sticky-note{width:auto;position:static;transform:none}}@media (width<=620px){.brain-stage{grid-template-columns:1fr}.brain-prompt{white-space:normal;text-align:left}}.steps-section{background:var(--bg-color);width:100%;padding:6rem 2rem}.steps-container{align-items:stretch;gap:2rem;max-width:1060px;margin:0 auto;display:flex}.steps-left{flex:55%}.steps-right{flex:45%;justify-content:center;align-items:center;min-height:400px;display:flex}.steps-lines-svg{width:100%;height:100%}.steps-heading{color:#111;letter-spacing:-.03em;margin-bottom:.4rem;font-size:2.8rem;font-weight:500}.steps-subheading{color:#999;letter-spacing:.1em;text-transform:uppercase;margin-bottom:3rem;font-size:.75rem;font-weight:600}.steps-list{flex-direction:column;gap:2rem;display:flex}.step-item{align-items:flex-start;gap:1.25rem;display:flex}.step-number{color:#111;letter-spacing:-.02em;flex-shrink:0;width:48px;font-size:2rem;font-weight:600;line-height:1}.step-text h3{color:#111;margin-bottom:.35rem;font-size:1.1rem;font-weight:600}.step-text p{color:#777;max-width:420px;font-size:.9rem;line-height:1.6}@media (width<=900px){.steps-container{flex-direction:column}.steps-right{min-height:250px}}.orbit-section{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1060px;margin:0 auto;padding:4rem 2rem;display:flex}.orbit-stats{justify-content:center;align-items:center;gap:3rem;margin-bottom:2rem;display:flex}.orbit-stat{flex-direction:column;align-items:center;gap:.2rem;display:flex}.orbit-stat-number{color:#111;letter-spacing:-.03em;font-size:2.8rem;font-weight:600;line-height:1}.orbit-stat-label{color:#888;font-size:.85rem;font-weight:500}.orbit-heading{color:#111;letter-spacing:-.03em;margin-bottom:2rem;font-size:2.5rem;font-weight:500;line-height:1.25}.orbit-pills{width:100%}.orbit-pills-track{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.orbit-pills-track [aria-hidden=true]{display:none}.orbit-pill{color:#333;cursor:default;background:#fff;border:1px solid #0000001a;border-radius:9999px;padding:.6rem 1.2rem;font-size:.88rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.orbit-pill:hover{border-color:var(--primary-blue);box-shadow:0 2px 12px #4454ff1a}@media (width<=900px){.orbit-stats{gap:1.5rem}.orbit-stat-number{font-size:2rem}.orbit-heading{font-size:1.8rem}}.section-divider{background-color:#0000001a;width:100%;max-width:1060px;height:1px;margin:4rem auto}.updates-section{width:100%;max-width:1060px;margin:0 auto;padding:2rem 2rem 6rem}.updates-header{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.updates-title{color:#111;font-size:2.5rem;font-weight:500}.updates-link{color:var(--primary-blue);font-family:monospace;font-size:.95rem;font-weight:500;text-decoration:none}.updates-link:hover{text-decoration:underline}.updates-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.update-card{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:12px;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.update-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000f}.update-card:hover .update-heading{color:var(--primary-blue)}.update-image{width:100%;height:180px;overflow:hidden}.update-image img{object-fit:cover;width:100%;height:100%}.update-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.update-date{color:#888;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.update-heading{color:#111;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.4;transition:color .2s}.update-desc{color:#666;flex:1;margin-bottom:2rem;font-size:.9rem;line-height:1.5}.update-read{color:var(--primary-blue);margin-top:auto;font-family:monospace;font-size:.9rem;font-weight:500;text-decoration:none}.newsletter-section{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:4rem 2rem 6rem;display:flex}.newsletter-heading{color:#111;letter-spacing:-.04em;z-index:1;margin-bottom:0;font-size:3rem;font-weight:500;line-height:1.1;position:relative}.icon-design-value{vertical-align:middle;background:url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" xmlns=\"http://www.w3.org/2000/svg\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"4\"/><path d=\"M3 9h18M9 21V9\"/></svg>") 50%/contain no-repeat;width:1.2em;height:1.2em;margin:0 .1em;display:inline-block}.newsletter-envelope-wrapper{filter:drop-shadow(0 20px 40px #00000014);z-index:2;width:100%;max-width:400px;margin:-.25rem auto 3rem;transition:transform .3s;position:relative;transform:rotate(-3deg)}.newsletter-envelope-wrapper:hover{transform:rotate(-3deg)translateY(-8px)}.envelope-svg{width:100%;height:auto;display:block}.newsletter-form{background:#fff;border:1px solid #0000001a;border-radius:9999px;align-items:center;gap:.5rem;width:100%;max-width:400px;margin-bottom:1.5rem;padding:.5rem;display:flex;box-shadow:0 4px 12px #0000000d}.newsletter-input{color:#111;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.75rem 1.25rem;font-size:.95rem}.newsletter-input::placeholder{color:#999}.newsletter-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#111;border:none;border-radius:9999px;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s;display:flex}.newsletter-btn:hover{background:#333}.newsletter-meta{color:#666;font-size:.85rem;font-weight:500}.footer-expanded{background:#fdfdfd;border-top:1px solid #0000000d;width:100%;margin-top:4rem;padding:5rem 2rem 2rem}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:4rem;max-width:1060px;margin:0 auto 6rem;display:flex}.footer-brand{flex:1;min-width:250px}.footer-logo{letter-spacing:-.05em;color:#111;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:flex}.footer-logo svg{width:48px;height:48px}.footer-tagline{color:#666;font-size:1rem;font-weight:500}.footer-links-grid{flex-wrap:wrap;gap:6rem;display:flex}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col h4{color:#999;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.footer-col a{color:#333;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#000}.text-blue{color:var(--primary-blue)!important}.text-strong{color:#000!important;font-weight:600!important}.footer-bottom{border-top:1px solid #00000014;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1060px;margin:0 auto;padding-top:2rem;display:flex}.footer-enterprise{color:#666;font-size:.85rem}.footer-enterprise a{font-weight:500;text-decoration:none}.footer-legal{color:#888;gap:1.5rem;font-size:.85rem;display:flex}.footer-legal a{color:#888;text-decoration:none}.footer-legal a:hover{color:#111}@media (width<=768px){.footer-links-grid{gap:3rem}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (width<=900px){.hero-section{min-height:88vh;padding:9.5rem 1.25rem 0}.hero-headline{font-size:2.3rem}.subheading-line{font-size:.9rem}.hero-folders{bottom:-30px;transform:scale(.68)}.navbar{width:calc(100% - 2rem);padding:.75rem 1.25rem;top:1rem}.navbar.scrolled{width:calc(100% - 1.5rem);padding:.55rem 1.15rem;top:.75rem}.accordion-container{grid-template-columns:1fr 1fr;height:auto;display:grid}.accordion-item{border-bottom:1px solid #0000000f;border-right:1px solid #0000000f;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.9rem;min-height:260px;padding:1.65rem 1.4rem 1.85rem;display:flex}.accordion-item:nth-child(2n){border-right:none}.accordion-item:nth-last-child(-n+2){border-bottom:none}.accordion-title{max-width:none;font-size:1.1rem;line-height:1.35}.accordion-link{white-space:nowrap;order:3;margin-top:auto;padding-top:.5rem;font-size:.8rem}.link-arrow{display:none}.feature-section{padding:0 1rem}.default-content,.hover-reveal{display:contents}.default-content .accordion-title{order:1}.hover-reveal .accordion-title{display:none}.hover-reveal p{order:2;opacity:.85!important;margin-top:0!important;font-size:.85rem!important;line-height:1.55!important}}@media (width<=640px){.navbar{padding:.55rem .55rem .55rem 1.1rem}.nav-links{gap:.9rem}.nav-links a[href=\#integrations]{display:none}.nav-links a:not(.nav-signin){font-size:.85rem}.nav-signin{white-space:nowrap;padding:.55rem 1.05rem;font-size:.8rem!important}}@media (width<=560px){.hero-section{min-height:auto;padding:7.5rem 1.25rem 2rem}.hero-headline{font-size:1.95rem}.subheading-line{font-size:.82rem}.hero-buttons{flex-wrap:wrap}.hero-folders{transform-origin:top;margin-top:1.75rem;margin-bottom:-126px;position:static;transform:scale(.5)}.steps-right{display:none}.orbit-pills{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.orbit-pills-track{flex-wrap:nowrap;width:max-content;animation:16s linear infinite orbitMarquee}.orbit-pills-track [aria-hidden=true]{display:inline-flex}.orbit-pill{white-space:nowrap;flex-shrink:0}.updates-header{flex-direction:column;align-items:flex-start;gap:.4rem}.updates-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:1.1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.updates-grid::-webkit-scrollbar{display:none}.update-card{scroll-snap-align:start;flex:0 0 82%}.section-divider{margin:2rem auto}.updates-section{padding-bottom:3rem}.newsletter-section{padding-top:2.5rem}.newsletter-btn{padding:.7rem 1.1rem;font-size:.88rem}.newsletter-input{padding:.7rem .9rem}}@keyframes orbitMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.setup-page{background:var(--bg-color);width:100%;min-height:100vh}.setup-header{justify-content:space-between;align-items:center;max-width:740px;margin:0 auto;padding:1.75rem 1.5rem;display:flex}.setup-logo{color:#1a1a1a;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.setup-logo:hover{opacity:.75}.setup-back{color:#666;align-items:center;gap:.4rem;font-size:.86rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.setup-back:hover{color:#111}.setup-main{max-width:740px;margin:0 auto;padding:1.5rem 1.5rem 6rem}.setup-intro{border-bottom:1px solid #00000012;margin-bottom:3.25rem;padding:2.5rem 0 3.5rem}.setup-eyebrow{letter-spacing:.12em;color:var(--primary-blue);margin-bottom:.9rem;font-size:.72rem;font-weight:700;display:block}.setup-title{letter-spacing:-.03em;color:#111;margin-bottom:1rem;font-size:clamp(2rem,4.4vw,2.75rem);font-weight:500}.setup-time{color:#888;background:#f4f4f5;border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.84rem;font-weight:500;display:inline-flex}.setup-steps{list-style:none}.setup-step{gap:1.4rem;display:flex}.setup-step-rail{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.setup-step-badge{background:var(--step-bg);width:44px;height:44px;color:var(--step-fg);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 8px #0000000f}.setup-step-badge svg{display:block}.setup-step-line{background:linear-gradient(#0000001a,#00000008);border-radius:2px;flex:1;width:2px;min-height:1.75rem;margin:.5rem 0}.setup-step-body{flex:1;min-width:0;padding-bottom:2.5rem}.setup-step-heading{align-items:baseline;gap:.65rem;margin-bottom:.55rem;display:flex}.setup-step-number{font-family:var(--font-mono);color:#b8b8b8;font-size:.78rem;font-weight:600}.setup-step-heading h2{letter-spacing:-.015em;color:#111;font-size:1.25rem;font-weight:600}.setup-step-text{color:#4a4a4a;max-width:56ch;font-size:.97rem;line-height:1.65}.setup-step-text code{font-family:var(--font-mono);color:#333;background:#f2f2f3;border-radius:5px;padding:.12em .42em;font-size:.86em}.setup-step-text strong{color:#222;font-weight:600}.tone-notion{--step-bg:#efece5;--step-fg:#2f2f2f}.tone-telegram{--step-bg:#dcf0fa;--step-fg:#14607f}.tone-n8n{--step-bg:#e3e6ff;--step-fg:#4454ff}.tone-link{--step-bg:#eef0f3;--step-fg:#4b5563}.tone-database{--step-bg:#d8f2e3;--step-fg:#1b6a41}.tone-mappin{--step-bg:#eadffd;--step-fg:#59319f}.tone-clock{--step-bg:#fde7cf;--step-fg:#8a4e13}.tone-power{--step-bg:#dcfce7;--step-fg:#16a34a}.setup-shot{color:#9a9a9a;background:#fafafa;border:1px dashed #00000029;border-radius:12px;align-items:center;gap:.55rem;max-width:fit-content;margin-top:1rem;padding:.75rem 1rem;font-size:.82rem;display:flex}.setup-shot svg{flex-shrink:0}.setup-shot em{color:#7a7a7a;font-style:normal}.setup-gotchas{border-top:1px solid #00000012;margin-top:1rem;padding-top:2.75rem}.setup-gotchas-title{color:#111;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.setup-gotchas-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.gotcha-card{background:#fef6e7;border:1px solid #f6e2b3;border-radius:14px;align-items:flex-start;gap:.75rem;padding:1.1rem 1.2rem;display:flex}.gotcha-card svg{color:#b8790e;flex-shrink:0;margin-top:.15rem}.gotcha-card p{color:#6b4e0f;font-size:.87rem;line-height:1.55}.setup-footer-back{color:#888;justify-content:center;align-items:center;gap:.4rem;margin-top:3.5rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.setup-footer-back:hover{color:#111}@media (width<=620px){.setup-gotchas-grid{grid-template-columns:1fr}.setup-step{gap:1rem}.setup-step-badge{border-radius:11px;width:38px;height:38px}.setup-title{font-size:1.9rem}}
