.cta-btn{cursor:pointer;background-color:#1d2129;border:none;border-radius:40px;justify-content:space-between;align-items:center;height:fit-content;transition:box-shadow .2s;display:flex;box-shadow:0 5px 10px #00000026}.cta-btn:hover{box-shadow:0 8px 20px #00000038}.cta-btn-icon{background-color:#f59aff;border:3px solid #1d2129;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cta-btn-text{color:#fff;letter-spacing:.6px;white-space:nowrap;justify-content:center;align-items:center;gap:.35rem;height:100%;font-size:14px;font-weight:700;display:flex}.cta-btn-icon svg{transition-duration:1.5s}.cta-btn:hover .cta-btn-icon svg{transition-duration:1.5s;animation:1s linear infinite cta-arrow}@keyframes cta-arrow{0%{opacity:0;margin-left:0}to{opacity:1;margin-left:10px}}.svg-border-btn{cursor:pointer;background:0 0;border:none;width:7rem;height:2.5rem;padding:0;position:relative}.svg-border-btn svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.svg-border-rect{stroke:#0f0f0f;stroke-width:2px;fill:#0000;rx:1.25em;ry:1.25em;stroke-dasharray:25;width:100%;height:100%;transition:fill .25s,stroke .25s;animation:4s linear infinite svg-border-stroke}.svg-border-btn:hover .svg-border-rect{fill:#0000000a;stroke:#0f0f0f}@keyframes svg-border-stroke{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.svg-border-txt{color:#0f0f0f;letter-spacing:.5px;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex;position:absolute;inset:0}.svg-border-filled .svg-border-rect{stroke:#0f0f0f;fill:#0f0f0f;stroke-dasharray:none;transition:fill .25s,stroke .25s;animation:none}.svg-border-filled:hover .svg-border-rect{fill:#262626;stroke:#262626}.svg-border-filled .svg-border-txt{color:#fff}.grain-bg{background:linear-gradient(160deg,#1a1a2e 0%,#141420 40%,#0f0f17 100%);position:relative}.grain-bg:before{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;position:absolute;inset:0}.ide-card{background:#1a1b26;border-radius:12px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 20px 50px #00000040,inset 0 0 0 1px #ffffff0f}.ide-titlebar{background:#16171f;border-bottom:1px solid #ffffff0f;align-items:center;gap:14px;padding:12px 16px;display:flex}.ide-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.ide-tabs{gap:2px;display:flex}.ide-tab{color:#565a6e;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:5px;padding:4px 12px;font-family:ui-sans-serif,system-ui,sans-serif;font-size:12px;transition:all .15s;display:flex}.ide-tab:hover{color:#a9b1d6}.ide-tab.active{color:#c0caf5;background:#ffffff0f}.ide-tab-icon{opacity:.5;width:13px;height:13px}.ide-tab.active .ide-tab-icon{opacity:.8}.ide-body{min-height:250px;padding:16px 0;font-family:JetBrains Mono,Fira Code,SF Mono,Menlo,Consolas,monospace;font-size:13px;line-height:1.65;display:flex}.ide-gutter{text-align:right;color:#3b3d50;-webkit-user-select:none;user-select:none;border-right:1px solid #ffffff0a;flex-direction:column;padding:0 14px 0 18px;font-size:12px;display:flex}.ide-code{white-space:pre;color:#a9b1d6;margin:0;padding:0 18px;overflow-x:auto}.hl-comment{color:#565a6e;font-style:italic}.hl-keyword{color:#bb9af7}.hl-type{color:#2ac3de}.hl-number{color:#ff9e64}.hl-fn{color:#7aa2f7}.ide-status{color:#3b3d50;background:#16171f;border-top:1px solid #ffffff0a;gap:16px;padding:6px 18px;font-family:ui-sans-serif,system-ui,sans-serif;font-size:11px;display:flex}
