@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;800&display=swap";:root{--bg-color:#0d0d0d;--surface-color:#1a1a1a;--surface-border:#333;--accent-primary:#e63946;--accent-secondary:#f4a261;--accent-gradient:linear-gradient(135deg, #e63946, #f4a261);--text-primary:#f8f9fa;--text-secondary:#adb5bd;--glass-bg:#0f050599;--glass-blur:blur(12px)}.theme-github-dark{--bg-color:#0d1117;--surface-color:#161b22;--surface-border:#30363d;--accent-primary:#58a6ff;--accent-secondary:#2f81f7;--accent-gradient:linear-gradient(135deg, #238636, #2ea043);--text-primary:#c9d1d9;--text-secondary:#8b949e}.theme-oled{--bg-color:#000;--surface-color:#0a0a0a;--surface-border:#222;--accent-primary:#fff;--accent-secondary:#aaa;--accent-gradient:linear-gradient(135deg, #fff, #555);--text-primary:#fff;--text-secondary:#888}.theme-cyberpunk{--bg-color:#0f0f1d;--surface-color:#1a1a3a;--surface-border:#fcee0a;--accent-primary:#0f0;--accent-secondary:#f0f;--accent-gradient:linear-gradient(135deg, #fcee0a, #f0f);--text-primary:#0f0;--text-secondary:#fcee0a}.theme-arduino{--bg-color:#005c5f;--surface-color:#00777b;--surface-border:#00979d;--accent-primary:#e47128;--accent-secondary:#fff;--accent-gradient:linear-gradient(135deg, #00979d, #e47128);--text-primary:#fff;--text-secondary:#e0e0e0}.theme-monokai{--bg-color:#272822;--surface-color:#3e3d32;--surface-border:#49483e;--accent-primary:#f92672;--accent-secondary:#a6e22e;--accent-gradient:linear-gradient(135deg, #fd971f, #f92672);--text-primary:#f8f8f2;--text-secondary:#75715e}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.btn{cursor:pointer;border:none;border-radius:9999px;outline:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 14px #7c3aed63}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed80}.btn-secondary{background:var(--surface-color);color:#fff;border:1px solid var(--surface-border)}.btn-secondary:hover{background:#ffffff14;transform:translateY(-2px)}.glass-card{background:var(--surface-color);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--surface-border);border-radius:24px;padding:2rem;transition:transform .3s,border-color .3s}.glass-card:hover{border-color:#ffffff26;transform:translateY(-5px)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 #7c3aed66}70%{box-shadow:0 0 0 20px #7c3aed00}to{box-shadow:0 0 #7c3aed00}}.animate-float{animation:6s ease-in-out infinite float}@media (width<=768px){.container{padding:0 1.5rem}}.bg-pcb{background-color:var(--bg-color);background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e73c3e' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.header{z-index:100;background:0 0;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.header.scrolled{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--surface-border);padding:1rem 0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--text-primary);align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;display:flex}.logo-image{border-radius:8px;width:auto;height:32px}.nav-links{gap:2.5rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--text-primary)}@media (width<=768px){.nav-links{display:none}}.hero{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#7c3aed26 0%,#3b82f60d 50%,#05050500 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:10%;left:20%}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-content{flex-direction:column;gap:2rem;display:flex}.badge{background:var(--surface-color);border:1px solid var(--surface-border);border-radius:9999px;align-items:center;gap:.5rem;width:max-content;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.badge-dot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #10b981cc}.hero-title{font-size:4.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:90%;font-size:1.15rem;line-height:1.6}.hero-actions{gap:1rem;display:flex}.hero-stats{border-top:1px solid var(--surface-border);gap:3rem;margin-top:1rem;padding-top:2rem;display:flex}.stat h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.stat p{color:var(--text-secondary);font-size:.85rem}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.app-mockup{aspect-ratio:9/19;width:100%;max-width:450px;box-shadow:0 25px 50px -12px #00000080, inset 0 0 0 2px var(--surface-border);z-index:2;background:linear-gradient(145deg,#1f1f1f,#0a0a0a);border-radius:40px;padding:10px;position:relative}.mockup-screen{background:var(--bg-color);border-radius:30px;width:100%;height:100%;padding:1.5rem;position:relative;overflow:hidden}.mockup-header{gap:6px;margin-bottom:2rem;display:flex}.mockup-circle{border-radius:50%;width:10px;height:10px}.mockup-circle.red{background:#ff5f56}.mockup-circle.yellow{background:#ffbd2e}.mockup-circle.green{background:#27c93f}.mockup-body{flex-direction:column;gap:1rem;display:flex}.mockup-bar{background:var(--surface-color);border-radius:12px;height:24px}.mockup-chart{border-bottom:2px solid var(--accent-primary);background:linear-gradient(#0000,#7c3aed33);border-radius:16px;height:200px;margin-top:2rem}.circle-blur{filter:blur(60px);z-index:1;border-radius:50%;position:absolute}.circle-1{background:#7c3aed66;width:300px;height:300px;top:-50px;right:-50px}.circle-2{background:#3b82f666;width:200px;height:200px;bottom:100px;left:-50px}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{align-items:center}.hero-title{font-size:3.5rem}.hero-stats{justify-content:center}}.store-badge{background:var(--surface-color);border:1px solid var(--surface-border);color:var(--text-primary);cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:10px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:all .3s;display:flex}.store-badge:hover{border-color:var(--accent-primary);background:#ffffff1a;transform:translateY(-2px)}.badge-text{flex-direction:column;align-items:flex-start;display:flex}.badge-small{letter-spacing:.5px;opacity:.8;text-transform:uppercase;font-size:.65rem}.badge-large{font-size:1.25rem;font-weight:600;line-height:1.1}.apple-badge:hover{box-shadow:0 5px 15px #ffffff1a}.google-badge:hover{box-shadow:0 5px 15px #e6394633}.supported-boards{background-color:#0a0505f2;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:4rem 0;overflow:hidden}.boards-title{text-align:center;text-transform:uppercase;letter-spacing:2px;color:var(--text-secondary);margin-bottom:3rem;font-size:.95rem;font-weight:600}.boards-marquee{width:100%;position:relative;overflow:hidden}.boards-marquee:before,.boards-marquee:after{content:"";z-index:2;width:150px;height:100%;position:absolute;top:0}.boards-marquee:before{background:linear-gradient(90deg,#0a0505f2,#0000);left:0}.boards-marquee:after{background:linear-gradient(270deg,#0a0505f2,#0000);right:0}.boards-track{gap:3rem;width:max-content;animation:30s linear infinite scroll-left;display:flex}.boards-track:hover{animation-play-state:paused}.board-badge{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:all .3s;display:flex}.board-badge:hover{border-color:var(--accent-primary);background:#ffffff14;transform:translateY(-2px)}.board-icon{background:#111;border:1px solid #333;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chip-svg{background:radial-gradient(circle,#333 2px,#0000 2.5px) 0 0/8px 8px,linear-gradient(#222,#222);border:2px solid #555;border-radius:4px;width:24px;height:24px}.board-info{flex-direction:column;display:flex}.board-name{color:var(--text-primary);font-family:Courier New,Courier,monospace;font-size:1.1rem;font-weight:700}.board-type{color:var(--accent-primary);font-size:.8rem;font-weight:600}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.boards-marquee:before,.boards-marquee:after{width:50px}.boards-track{animation-duration:20s}}.interactive-pinout{padding:8rem 0;position:relative}.pinout-showcase{justify-content:center;align-items:center;margin-top:4rem;display:flex}.dev-board-container{justify-content:center;width:400px;display:flex;position:relative}.dev-board-pcb{background:#151515;border:1px solid #222;border-radius:8px;justify-content:space-between;width:200px;height:520px;padding:10px 0;display:flex;position:relative;box-shadow:0 20px 50px #000c,inset 0 0 10px #00000080}.dev-board-pcb:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(#ffffff08 1px,#0000 1px);background-size:20px 20px;border-radius:8px;position:absolute;inset:0}.pin-column{flex-direction:column;justify-content:space-between;width:25px;height:100%;padding:0 4px;display:flex}.pin-hole-wrapper{justify-content:center;align-items:center;height:20px;display:flex;position:relative}.pin-hole{cursor:crosshair;background:#111;border:3px solid #b8860b;border-radius:50%;width:14px;height:14px;transition:all .2s;box-shadow:inset 0 0 4px #000}.pin-hole-wrapper:hover .pin-hole{border-color:var(--accent-primary);box-shadow:0 0 15px var(--accent-primary);background:#e6394666;transform:scale(1.3)}.board-components{flex-direction:column;flex-grow:1;justify-content:flex-start;align-items:center;gap:20px;padding:10px 5px;display:flex}.wroom-shield{background:linear-gradient(135deg,#e0e0e0,#999);border-radius:4px;flex-direction:column;align-items:center;width:130px;height:180px;padding-top:15px;display:flex;position:relative;box-shadow:inset 0 2px 5px #fffc,0 4px 10px #0009}.wroom-shield:before{content:"";background:repeating-linear-gradient(90deg,#b8860b,#b8860b 3px,#111 3px 6px);border:1px solid #333;height:25px;position:absolute;top:-10px;left:15px;right:15px}.shield-logo{border:1.5px solid #333;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-top:20px;margin-bottom:8px;display:flex}.shield-logo-lines{background:linear-gradient(#0000 40%,#333 40% 60%,#0000 60%);width:15px;height:15px;transform:rotate(45deg)}.shield-text{color:#333;letter-spacing:.5px;font-family:Arial,sans-serif;font-size:.75rem;font-weight:800}.shield-qr{opacity:.8;background-color:#0000;background-image:linear-gradient(45deg,#333 25%,#0000 25%),linear-gradient(-45deg,#333 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#333 75%),linear-gradient(-45deg,#0000 75%,#333 75%);background-position:0 0,0 4px,4px -4px,-4px 0;background-repeat:repeat,repeat,repeat,repeat;background-size:8px 8px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;border:1px solid #555;width:35px;height:35px;margin-top:15px}.board-middle{flex-direction:column;flex-grow:1;align-items:center;gap:15px;display:flex}.uart-chip{background:#0a0a0a;border:1px solid #333;border-radius:2px;width:30px;height:30px;position:relative}.uart-chip:before,.uart-chip:after{content:"";background:repeating-linear-gradient(90deg,silver,silver 1px,#0000 1px 4px);width:40px;height:10px;position:absolute;left:-5px}.uart-chip:before{top:-6px}.uart-chip:after{bottom:-6px}.regulator{background:#111;border:1px solid #333;width:20px;height:15px;position:relative}.regulator:before{content:"";background:silver;height:4px;position:absolute;top:-4px;left:5px;right:5px}.board-bottom{justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:5px;display:flex}.btn-en,.btn-boot{color:#666;background:#1a1a1a;border:1px solid #444;justify-content:center;align-items:center;width:24px;height:16px;font-family:monospace;font-size:.5rem;display:flex;position:relative;box-shadow:0 2px 2px #00000080}.btn-en:after,.btn-boot:after{content:"";background:silver;border-radius:1px;width:8px;height:4px;position:absolute}.usb-port{background:#222;border:2px solid silver;border-bottom:none;border-radius:4px 4px 0 0;width:40px;height:25px;position:relative}.usb-port:before{content:"";background:#000;height:3px;position:absolute;top:10px;left:10px;right:10px}.pin-tooltip{z-index:50;pointer-events:none;white-space:nowrap;gap:4px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.tooltip-left{flex-direction:row-reverse;right:25px}.tooltip-right{flex-direction:row;left:25px}.pin-badge{color:#fff;border:1px solid #fff3;border-radius:4px;padding:4px 8px;font-family:Courier New,Courier,monospace;font-size:.75rem;font-weight:700;box-shadow:0 4px 10px #00000080}.badge-gpio{background:#4caf50}.badge-power{background:#e53935}.badge-adc{background:#8e24aa}.badge-touch{background:#fb8c00}.badge-rtc{background:#1e88e5}.badge-spi{background:#00acc1}.badge-uart{background:#3949ab}.badge-i2c{background:#00897b}.badge-dac{color:#000;background:#fdd835}.badge-system{background:#757575}.badge-flash{background:#d81b60}@media (width<=768px){.pin-tooltip{flex-direction:column;gap:2px;display:flex}}.library-manager-section{padding:6rem 0;position:relative}.lib-manager-mockup{background:var(--surface-color);border:1px solid var(--surface-border);border-radius:16px;flex-direction:column;max-width:800px;margin:3rem auto 0;display:flex;overflow:hidden;box-shadow:0 20px 40px #0009}.lib-header{border-bottom:1px solid var(--surface-border);background:#0000004d;padding:20px}.lib-search-bar{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;padding:10px 15px;display:flex}.lib-search-bar input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;margin-left:10px;font-size:1rem}.lib-search-bar input::placeholder{color:var(--text-secondary)}.lib-list{max-height:500px;padding:0;overflow-y:auto}.lib-list::-webkit-scrollbar{width:8px}.lib-list::-webkit-scrollbar-track{background:#0000001a}.lib-list::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:4px}.lib-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px;transition:background .2s;display:flex}.lib-item:hover{background:#ffffff05}.lib-info{flex-grow:1;padding-right:20px}.lib-title-row{align-items:baseline;gap:10px;margin-bottom:5px;display:flex}.lib-title-row h4{color:var(--text-primary);margin:0;font-size:1.2rem}.lib-version{color:var(--accent-secondary);font-family:monospace;font-size:.8rem}.lib-author{color:var(--text-secondary);margin-bottom:8px;font-size:.85rem}.lib-desc{color:var(--text-primary);margin-bottom:10px;font-size:.95rem;line-height:1.4}.lib-category{color:#ccc;background:#ffffff14;border-radius:20px;padding:4px 10px;font-size:.75rem;display:inline-block}.btn-install{border:1px solid var(--accent-primary);color:var(--accent-primary);cursor:pointer;background:0 0;border-radius:6px;padding:8px 20px;font-weight:600;transition:all .3s}.btn-install:hover{background:var(--accent-primary);color:#fff}.btn-installing{color:var(--text-secondary);cursor:wait;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:8px 20px}.btn-installed{color:#2ea043;cursor:default;background:#2ea04333;border:1px solid #2ea043;border-radius:6px;padding:8px 20px}.no-results{text-align:center;color:var(--text-secondary);padding:40px}@media (width<=600px){.lib-item{flex-direction:column;align-items:flex-start;gap:15px}.lib-actions,.lib-actions button{width:100%}}code[class*=language-],pre[class*=language-]{color:#ccc;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;tab-size:4;-webkit-hyphens:none;hyphens:none;background:0 0;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;line-height:1.5}pre[class*=language-]{margin:.5em 0;padding:1em;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{white-space:normal;border-radius:.3em;padding:.1em}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#999}.token.punctuation{color:#ccc}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}.features{padding:8rem 0;position:relative}.section-header{text-align:center;margin-bottom:5rem}.section-title{margin-bottom:1rem;font-size:3rem;font-weight:800}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.15rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.feature-card{flex-direction:column;align-items:flex-start;display:flex}.feature-icon{background:var(--surface-color);border:1px solid var(--surface-border);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:2.5rem;display:flex}.feature-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-desc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.features-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (width<=992px){.features-container{grid-template-columns:1fr}}.code-snippet-window{border:1px solid var(--surface-border);background:#1e1e1e;border-radius:12px;transition:transform .3s;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(2deg);box-shadow:0 20px 40px #0009}.code-snippet-window:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.code-snippet-header{background:#2d2d2d;align-items:center;gap:8px;padding:.75rem 1rem;display:flex}.code-snippet-dot{border-radius:50%;width:12px;height:12px}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.code-snippet-title{color:#858585;margin-left:1rem;font-family:Inter,sans-serif;font-size:.85rem}.code-snippet-body{color:#d4d4d4;text-align:left;margin:0;padding:1.5rem;font-family:Courier New,Courier,monospace;font-size:.9rem;line-height:1.6;overflow-x:auto}.token.keyword{color:#569cd6}.token.function{color:#dcdcaa}.token.string{color:#ce9178}.token.comment{color:#6a9955}.token.type{color:#4ec9b0}.token.number{color:#b5cea8}.right-column-showcase{flex-direction:column;gap:2rem;display:flex}.terminal-window{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#10b981;text-align:left;background:#0a0a0ae6;border:1px solid #ffffff1a;border-radius:12px;padding:1.2rem;font-family:Courier New,Courier,monospace;font-size:.85rem;transition:transform .3s;transform:perspective(1000px)rotateY(-3deg)rotateX(2deg);box-shadow:0 20px 40px #0009}.terminal-window:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.terminal-header{border-bottom:1px solid #ffffff1a;gap:6px;margin-bottom:.8rem;padding-bottom:.8rem;display:flex}.terminal-text{white-space:pre-wrap;line-height:1.6}.cursor{vertical-align:middle;background-color:#10b981;width:8px;height:14px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.interactive-editor-container{background-color:#0003;border-radius:0 0 12px 12px;width:100%;height:100%;overflow-y:auto}.code-editor-textarea{outline:none!important}.how-it-works{background-color:var(--bg-color);padding:8rem 0;position:relative}.steps-container{z-index:1;grid-template-columns:repeat(3,1fr);gap:3rem;display:grid;position:relative}.step-card{z-index:2;background:#0f0505b3;flex-direction:column;align-items:flex-start;display:flex;position:relative}.step-number{color:var(--surface-border);opacity:.5;font-size:3.5rem;font-weight:900;transition:color .3s;position:absolute;top:-10px;right:20px}.step-card:hover .step-number{color:var(--accent-primary);opacity:.2}.step-title{color:var(--text-primary);margin-top:1rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.step-desc{color:var(--text-secondary);font-size:1rem;line-height:1.6}.connector-line{background:linear-gradient(90deg, transparent, var(--accent-primary), var(--accent-secondary), transparent);z-index:0;opacity:.3;height:2px;position:absolute;top:50%;left:10%;right:10%}@media (width<=992px){.steps-container{grid-template-columns:1fr;gap:2rem}.connector-line{display:none}.step-number{top:10px}}.testimonials{background-color:var(--bg-color);padding:8rem 0;position:relative}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.review-card{background:#0f0505b3;flex-direction:column;justify-content:space-between;height:100%;display:flex}.review-stars{color:#10b981;margin-bottom:1rem;font-size:1.25rem}.review-content{color:var(--text-primary);flex-grow:1;margin-bottom:2rem;font-size:1rem;font-style:italic;line-height:1.6}.review-author{align-items:center;gap:1rem;display:flex}.author-avatar{background:var(--accent-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.author-name{color:var(--text-primary);margin-bottom:.2rem;font-size:1rem;font-weight:700}.author-role{color:var(--text-secondary);font-size:.85rem}.faq-section{background-color:var(--bg-color);padding:8rem 0;position:relative}.faq-container{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{cursor:pointer;padding:1.5rem 2rem;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:#fff3}.faq-item.open{border-color:var(--accent-primary);background:#e639460d}.faq-question{justify-content:space-between;align-items:center;display:flex}.faq-question h3{color:var(--text-primary);margin:0;padding-right:2rem;font-size:1.1rem;font-weight:600}.faq-icon{color:var(--accent-primary);font-family:monospace;font-size:1.5rem;font-weight:700}.faq-answer{opacity:0;max-height:0;transition:all .3s}.faq-item.open .faq-answer{opacity:1;border-top:1px solid #ffffff1a;max-height:200px;margin-top:1rem;padding-top:1rem}.faq-answer p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.footer{border-top:1px solid var(--surface-border);background:#0003;padding:6rem 0 2rem}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:4rem;margin-bottom:4rem;display:flex}.footer-brand{max-width:300px}.footer-desc{color:var(--text-secondary);margin-top:1.5rem;font-size:.95rem;line-height:1.6}.footer-links{flex-wrap:wrap;gap:4rem;display:flex}.link-group{flex-direction:column;gap:1rem;display:flex}.link-group h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.link-group a{color:var(--text-secondary);font-size:.9rem;transition:color .3s}.link-group a:hover{color:var(--accent-primary)}.footer-bottom{border-top:1px solid var(--surface-border);color:var(--text-secondary);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.footer-copyright{flex-direction:column;gap:.5rem;display:flex}.tinker-badge{color:var(--text-primary);opacity:.9;letter-spacing:.5px;font-weight:500}.social-links{gap:1.5rem;display:flex}.social-links a{transition:color .3s}.social-links a:hover{color:var(--text-primary)}@media (width<=768px){.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.scroll-reveal{opacity:0;will-change:opacity, transform;transition:opacity .8s ease-out,transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.theme-switcher{z-index:1000;position:fixed;bottom:20px;left:20px}.theme-toggle{background:var(--surface-color);border:1px solid var(--surface-border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000080}.theme-toggle:hover{border-color:var(--accent-primary);transform:scale(1.1)}.theme-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--surface-border);background:#0a0a0af2;border-radius:12px;width:220px;padding:10px;animation:.3s forwards slide-up;position:absolute;bottom:60px;left:0;box-shadow:0 10px 30px #000c}.theme-menu-header{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);border-bottom:1px solid #ffffff1a;margin-bottom:5px;padding:8px 12px;font-size:.8rem}.theme-option{cursor:pointer;color:var(--text-primary);border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:.9rem;transition:all .2s;display:flex}.theme-option:hover{background:#ffffff0d}.theme-option.active{background:#ffffff1a;font-weight:700}.theme-color-dot{border:1px solid #fff3;border-radius:50%;width:16px;height:16px}@keyframes slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
