.header{z-index:1000;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.header.scrolled{border-top:none;border-left:none;border-right:none;border-radius:0 0 16px 16px;padding:1rem 0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-heading);letter-spacing:1px;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.nav{align-items:center;gap:2rem;font-weight:500;display:flex}.mobile-menu-btn{color:var(--color-text);cursor:pointer;background:0 0;border:none;display:none}@media (width<=768px){.mobile-menu-btn{display:block}.nav{opacity:0;visibility:hidden;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s;position:absolute;top:100%;left:1rem;right:1rem;transform:translateY(-10px)}.nav.open{opacity:1;visibility:visible;transform:translateY(0)}}.footer{background:var(--glass-bg);border-top:1px solid var(--glass-border);margin-top:4rem;padding:6rem 0 2rem}.footer-container{grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand{max-width:300px}.footer-brand .mt-4{margin-top:1rem}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.link-group h4{color:var(--color-text);margin-bottom:1.5rem;font-size:1.125rem}.link-group a{color:var(--color-text-muted);margin-bottom:.75rem;display:block}.link-group a:hover{color:var(--color-secondary)}.social-links{gap:1rem;display:flex}.social-links a{background:var(--glass-border);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-links a:hover{background:var(--color-primary);color:#fff;transform:translateY(-3px)}.footer-bottom{border-top:1px solid var(--glass-border);padding-top:2rem}.text-sm{font-size:.875rem}@media (width<=768px){.footer-container{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.footer-links{grid-template-columns:1fr}}.hero{align-items:center;gap:4rem;min-height:100vh;padding-top:6rem;display:flex}.hero-content{flex:1;max-width:600px}.badge{border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem)}.hero-subtitle{color:var(--color-text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.25rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-visual{aspect-ratio:1;border-radius:50%;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 0 100px #8a2be233}.visual-circle{border:1px solid var(--glass-border);border-radius:50%;position:absolute}.circle-1{border-top-color:var(--color-primary);width:80%;height:80%;animation:10s linear infinite spin}.circle-2{border-right-color:var(--color-secondary);width:60%;height:60%;animation:8s linear infinite spin-reverse}.circle-3{border-bottom-color:var(--color-primary);width:40%;height:40%;animation:6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spin-reverse{to{transform:rotate(-360deg)}}@media (width<=992px){.hero{text-align:center;flex-direction:column;padding-top:8rem}.hero-content{flex-direction:column;align-items:center;display:flex}.hero-visual{width:100%;max-width:400px}}.ceo-section{padding:4rem 0 8rem}.ceo-card{border-radius:24px;align-items:center;gap:4rem;padding:3rem;display:flex;position:relative;overflow:hidden}.ceo-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#00e5ff1a,#0000 70%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.ceo-image-wrapper{border-radius:16px;flex:0 0 300px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.ceo-image{object-fit:cover;width:100%;height:400px;display:block}.ceo-image-overlay{background:linear-gradient(#0000,#0a0a0ccc);position:absolute;inset:0}.ceo-content{flex:1}.ceo-badge{border:1px solid var(--glass-border);background:#ffffff0d;border-radius:999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.ceo-name{margin-bottom:.5rem;font-size:2.5rem}.ceo-title{margin-bottom:1.5rem;font-size:1.25rem}.ceo-bio{font-size:1.125rem;line-height:1.8}@media (width<=992px){.ceo-card{text-align:center;flex-direction:column;gap:2rem;padding:2rem}.ceo-image-wrapper{flex:none;width:100%;max-width:300px}}.services{padding:8rem 0}.section-header{margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:3rem}.text-center{text-align:center}.text-muted{color:var(--color-text-muted);font-size:1.125rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:2rem;display:grid}.service-card{padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.service-card:before{content:"";opacity:0;background:radial-gradient(circle at 100% 0,#8a2be21a,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.service-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #00000080}.service-card:hover:before{opacity:1}.service-icon-wrapper{border:1px solid var(--glass-border);background:#ffffff08;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.service-card h3{margin-bottom:1rem;font-size:1.5rem}.service-card p{color:var(--color-text-muted)}.page-padding{min-height:80vh;padding-top:10rem;padding-bottom:6rem}.mb-8{margin-bottom:3rem}.mb-4{margin-bottom:1.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.product-card{border-radius:20px;flex-direction:column;padding:0;display:flex;overflow:hidden}.product-image{object-fit:cover;border-bottom:1px solid var(--glass-border);width:100%;height:240px}.product-info{flex-direction:column;flex:1;padding:2rem;display:flex}.product-info h3{margin-bottom:.5rem;font-size:1.5rem}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.price{color:var(--color-text);font-size:1.5rem;font-weight:800}.checkout-container{max-width:1000px;margin:0 auto}.checkout-content{grid-template-columns:3fr 2fr;gap:2rem;display:grid}.checkout-form-section,.checkout-summary{border-radius:20px;padding:2rem}.checkout-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--color-text-muted);font-size:.9rem;font-weight:500}.form-group input{border:1px solid var(--glass-border);color:var(--color-text);background:#0003;border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem}.form-group input:focus{border-color:var(--color-primary);outline:none}.w-100{width:100%}.summary-item{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.summary-image{object-fit:cover;border-radius:12px;width:60px;height:60px}.summary-details{flex:1}.summary-details h4{margin-bottom:.25rem;font-size:1rem}.divider{border:none;border-top:1px solid var(--glass-border);margin:1.5rem 0}.summary-total{justify-content:space-between;align-items:center;font-size:1.25rem;display:flex}.font-bold{font-weight:800}@media (width<=768px){.checkout-content{grid-template-columns:1fr}}:root{--ob-bg:#09090b;--ob-text:#fafafa;--ob-text-muted:#a1a1aa;--ob-border:#ffffff1a;--ob-border-hover:#6366f14d;--ob-card-bg:#18181b80;--ob-indigo:#6366f1;--ob-indigo-light:#a5b4fc;--ob-purple:#9333ea;--ob-blue:#3b82f6;--ob-teal:#14b8a6;--ob-red:#ef4444;--ob-emerald:#10b981}.openback-container{background-color:var(--ob-bg);min-height:100vh;color:var(--ob-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;position:relative;overflow-x:hidden}.openback-container ::selection{background-color:#6366f14d}.ob-glow-layer{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.ob-glow-1,.ob-glow-2,.ob-glow-3{filter:blur(120px);border-radius:50%;position:absolute}.ob-glow-1{background:#312e8133;width:40%;height:40%;top:-10%;left:-10%}.ob-glow-2{filter:blur(150px);background:#1e3a8a1a;width:50%;height:50%;top:20%;right:-10%}.ob-glow-3{background:#581c8726;width:40%;height:40%;bottom:-10%;left:20%}.ob-content{z-index:10;position:relative}.ob-section{max-width:1200px;margin:0 auto;padding:0 24px}.ob-header{justify-content:space-between;align-items:center;padding:32px 24px;display:flex}.ob-logo{letter-spacing:-.025em;align-items:center;gap:8px;font-size:1.25rem;font-weight:700;display:flex}.ob-logo-icon{background:linear-gradient(to bottom right, var(--ob-indigo), var(--ob-purple));border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ob-github-link{color:var(--ob-text-muted);align-items:center;gap:8px;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.ob-github-link:hover{color:var(--ob-text)}.ob-hero{text-align:center;flex-direction:column;align-items:center;padding:64px 24px 96px;display:flex}.ob-badge{border:1px solid var(--ob-border);color:var(--ob-indigo-light);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#18181bcc;border-radius:9999px;align-items:center;gap:8px;margin-bottom:32px;padding:4px 12px;font-size:.75rem;font-weight:500;display:inline-flex}.ob-pulse{background:var(--ob-indigo);border-radius:50%;width:8px;height:8px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ob-title{letter-spacing:-.025em;background:linear-gradient(to right, #fff, var(--ob-indigo-light), var(--ob-text-muted));color:#0000;-webkit-background-clip:text;max-width:900px;margin-bottom:24px;font-size:3rem;font-weight:800;line-height:1.1}@media (width>=768px){.ob-title{font-size:4.5rem}}.ob-subtitle{color:var(--ob-text-muted);max-width:768px;margin-bottom:40px;font-size:1.125rem}@media (width>=768px){.ob-subtitle{font-size:1.25rem}}.ob-cta-group{flex-direction:column;gap:16px;width:100%;display:flex}@media (width>=640px){.ob-cta-group{flex-direction:row;width:auto}}.ob-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ob-btn-primary{background:var(--ob-text);color:var(--ob-bg)}.ob-btn-primary:hover{background:#e4e4e7;transform:scale(1.02)}.ob-btn-secondary{color:var(--ob-text);background:#18181b;border:1px solid #27272a}.ob-btn-secondary:hover{background:#27272a;border-color:#3f3f46}.ob-features-section{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#18181b4d;border-top:1px solid #27272a80;border-bottom:1px solid #27272a80;padding:96px 0}.ob-section-title{text-align:center;letter-spacing:-.025em;margin-bottom:64px;font-size:1.875rem;font-weight:700}.ob-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=768px){.ob-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.ob-grid{grid-template-columns:repeat(3,1fr)}}.ob-card{background:var(--ob-card-bg);border:1px solid #27272acc;border-radius:16px;padding:32px;transition:border-color .3s}.ob-card:hover{border-color:var(--ob-border-hover)}.ob-card:hover .ob-icon-box{transform:scale(1.1)}.ob-card-wide{grid-column:1/-1}@media (width>=1024px){.ob-card-wide{grid-column:span 2}}.ob-icon-box{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;transition:transform .3s;display:flex}.ob-card-title{margin-bottom:12px;font-size:1.25rem;font-weight:600}.ob-card-text{color:var(--ob-text-muted);font-size:.875rem;line-height:1.6}code.ob-code-inline{background:#27272a;border-radius:4px;padding:2px 4px;font-family:monospace;font-size:.85em}.ob-table-section{padding:96px 0}.ob-table-wrapper{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#18181b4d;border:1px solid #27272acc;border-radius:16px;overflow-x:auto}.ob-table{text-align:left;border-collapse:collapse;width:100%}.ob-table th{color:var(--ob-text-muted);background:#18181b80;border-bottom:1px solid #27272a;padding:20px 24px;font-weight:600}.ob-table th.ob-highlight{color:var(--ob-indigo-light)}.ob-table td{vertical-align:middle;border-bottom:1px solid #27272a80;padding:20px 24px;display:table-cell}.ob-table tr:hover td{background:#27272a33}.ob-table tr:last-child td{border-bottom:none}.ob-td-feature{font-weight:500}.ob-td-docker{color:var(--ob-text-muted);align-items:center;gap:8px;display:flex}.ob-td-openback{color:#e4e4e7;background:#312e810d;align-items:center;gap:8px;display:flex}.ob-dev-section{padding:96px 0;scroll-margin-top:40px}.ob-dev-header{text-align:center;margin-bottom:48px}.ob-dev-header p{color:var(--ob-text-muted);margin-top:16px}.ob-tabs-container{background:#09090bcc;border:1px solid #27272a;border-radius:16px;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.ob-tabs-nav{background:#18181b80;border-bottom:1px solid #27272a;padding:8px 8px 0;display:flex;overflow-x:auto}.ob-tab-btn{color:#71717a;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:8px 8px 0 0;align-items:center;gap:8px;padding:12px 16px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.ob-tab-btn:hover{color:#d4d4d8;background:#27272a80}.ob-tab-btn.active{color:var(--ob-indigo-light);border-bottom-color:var(--ob-indigo);background:#6366f11a}.ob-tab-content{background:#09090b;padding:24px;overflow-x:auto}.ob-tab-content pre{color:#d4d4d8;margin:0;font-family:monospace;font-size:.875rem;line-height:1.6}.ob-footer{text-align:center;background:#18181b33;border-top:1px solid #27272a80;margin-top:48px;padding:80px 0}.ob-footer p{color:var(--ob-text-muted);max-width:672px;margin:0 auto 40px}.ob-btn-glow{background:linear-gradient(to right, var(--ob-indigo), var(--ob-purple));color:#fff;border-radius:12px;padding:16px 32px;transition:all .3s;box-shadow:0 0 40px -10px #6366f180}.ob-btn-glow:hover{transform:translateY(-4px);box-shadow:0 0 60px -15px #6366f1b3}.ob-footer-copy{color:#52525b;justify-content:center;align-items:center;gap:8px;margin-top:80px;font-size:.875rem;display:flex}@font-face{font-family:Sun Gallant Demi;src:url(/assets/gallant12x22-OWwuvRro.ttf)format("truetype");font-weight:400;font-style:normal}:root{--color-bg:#09090e;--color-surface:#15102a;--color-surface-hover:#221544;--color-primary:#ff007f;--color-secondary:#00f0ff;--color-accent:#8a2be2;--color-text:#fff;--color-text-muted:#b0a8c0;--font-heading:"Sun Gallant Demi", sans-serif;--font-body:-apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--glass-bg:#15102a99;--glass-border:#ff007f26;--glass-shadow:0 8px 32px 0 #00000080}[data-theme=light]{--color-bg:#f0f4f8;--color-surface:#fff;--color-surface-hover:#e6eaf0;--color-primary:#d6006b;--color-secondary:#00b8c4;--color-accent:#6a1b9a;--color-text:#1a1a24;--color-text-muted:#5a5a6b;--glass-bg:#ffffffb3;--glass-border:#d6006b26;--glass-shadow:0 8px 32px 0 #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);background-image:radial-gradient(circle at 15%,#ff007f14,#0000 25%),radial-gradient(circle at 85% 30%,#00f0ff14,#0000 25%),radial-gradient(circle at 50% 80%,#8a2be214,#0000 25%);background-attachment:fixed;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:800;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s}a:hover{color:var(--color-secondary)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-gradient{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px}.btn{font-family:var(--font-heading);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--color-primary), #601ab3);color:#fff;box-shadow:0 4px 14px #8a2be266}.btn-primary:hover{background:linear-gradient(135deg,#9d4edd,#601ab3);transform:translateY(-2px);box-shadow:0 6px 20px #8a2be299}.btn-outline{border:1px solid var(--glass-border);color:var(--color-text);background:0 0}.btn-outline:hover{border-color:var(--color-secondary);color:var(--color-secondary);background:#ffffff0d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.blob{filter:blur(100px);z-index:-1;opacity:.5;border-radius:50%;position:absolute}.blob-1{background:radial-gradient(circle, var(--color-primary) 0%, transparent 70%);width:50vw;height:50vw;top:-10%;left:-10%}.blob-2{background:radial-gradient(circle, var(--color-secondary) 0%, transparent 70%);width:60vw;height:60vw;bottom:-20%;right:-10%}
