@import url("https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Roboto:wght@400;700&display=swap");.glass-box{background:rgba(40,40,40,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:.75rem;border:1px solid rgba(255,255,255,.1)}.text-gradient-white{background:linear-gradient(90deg,white,#ffffff5D);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:white}.text-gradient-purple-white-red{background:linear-gradient(90deg,#8B5CF6,white,white,#EF4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:white}@keyframes stepup{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.animate-stepup{animation:stepup .8s ease-in-out infinite alternate}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.animate-bounce{animation:bounce .5s ease-in-out}.feature-card-hover-glow:hover{box-shadow:0 0 20px 7px rgba(236,72,153,.4)}#TestPlayer iframe,.player-iframe{border:1px solid rgba(255,255,255,.1);border-radius:.75rem}.image-scroller-container{display:flex;gap:1rem;min-height:32rem;max-height:75vh;width:fit-content;border-radius:.375rem;overflow:hidden;position:relative;align-items:center;justify-content:center}.image-scroller-container:after{content:"";position:absolute;inset:0;background-image:none;pointer-events:none;z-index:1}.scroller{height:100%;position:relative;z-index:0}.scroller,.scroller ul{display:flex;flex-direction:column}.scroller ul{gap:1rem;padding:1rem 0;margin:0;list-style:none;animation:scrollVertical 40s linear infinite}.scroller.scroller-reverse ul{animation-direction:reverse}.image-scroller-container:hover .scroller ul{animation-play-state:paused}.scroller li img{width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:transform .3s ease;margin:0 .5rem}@keyframes scrollVertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.image-scroller-container .scroller:nth-child(3){display:none}@media (min-width:768px){.image-scroller-container .scroller:nth-child(3){display:flex}}.main-container{min-height:100vh;width:100%;background-color:black;justify-content:center;align-items:center;background-image:linear-gradient(90deg,#ffffff1D,transparent 1px),linear-gradient(180deg,#ffffff1D,transparent 1px);background-size:24px 24px;padding-top:2rem;padding-bottom:4rem;color:#fff}.content-wrapper,.main-container{display:flex;flex-direction:column}.content-wrapper{width:90%;max-width:1200px;gap:2.5rem;padding-left:1rem;padding-right:1rem}@media (max-width:768px){.content-wrapper{width:95%;gap:2rem}}.hero-grid{display:grid;gap:2.5rem;align-items:center}@media (min-width:768px){.hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center}@media (min-width:768px){.hero-content{align-items:flex-end;text-align:left}}.hero-title{margin-top:2.5rem;font-size:1.875rem;line-height:1.2;font-weight:800;font-family:Major Mono Display,monospace;text-transform:lowercase}@media (min-width:640px){.hero-title{font-size:2.25rem}}@media (min-width:768px){.hero-title{font-size:3rem;line-height:1.1}}@media (max-width:480px){.hero-title{font-size:1.5rem}}.hero-subtitle{font-weight:700;font-family:Major Mono Display,monospace;margin-top:.5rem;font-size:1rem;line-height:1.6;max-width:max-content;text-transform:lowercase}@media (min-width:640px){.hero-subtitle{font-size:1.25rem}}@media (min-width:768px){.hero-subtitle{font-size:1.5rem}}@media (max-width:480px){.hero-subtitle{font-size:.875rem;line-height:1.4}}.stats-container{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}@media (min-width:768px){.stats-container{justify-content:flex-start}}.stat-box{padding:.75rem;min-width:90px;text-align:left}@media (max-width:480px){.stat-box{min-width:70px;padding:.5rem}.stat-box h2{font-size:1rem}.stat-box h6{font-size:.5rem}}.stat-box h2{color:#fff;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.stat-box h2,.stat-box h6{font-family:Major Mono Display,monospace}.stat-box h6{color:rgba(255,255,255,.8);font-size:.625rem;text-align:left;margin:0;text-transform:uppercase}.cta-container{display:flex;align-items:center;gap:.5rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}@media (min-width:768px){.cta-container{justify-content:flex-start}}.cta-button{padding:.5rem 1rem;border:2px solid rgba(255,255,255,.2);background-color:transparent;color:#fff;transition:background-color .3s,transform .2s;cursor:pointer;width:fit-content;height:fit-content}.cta-button:hover{background-color:rgba(255,255,255,.1);transform:translateY(-2px)}.cta-button h4{font-family:Major Mono Display,monospace;margin:0;font-size:1rem;font-weight:400}@media (max-width:480px){.cta-button h4{font-size:.875rem}.cta-button{padding:.4rem .8rem}}.alternative-cta{display:flex;color:rgba(209,213,219,.5);gap:.5rem;align-items:center}.alternative-cta a,.alternative-cta h5{font-family:Major Mono Display,monospace;margin:0;font-size:.875rem}.test-player-link{text-decoration:underline;color:rgba(209,213,219,.5);cursor:pointer;transition:color .2s}.test-player-link:hover{color:#fff}.test-player-section{padding-top:2.5rem;padding-bottom:2.5rem;background:rgba(20,20,20,.6);border-radius:1rem;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(5px)}.tab-container,.test-player-section{flex-direction:column;width:100%}.tab-buttons,.tab-container,.test-player-section{display:flex;justify-content:center;align-items:center}.tab-buttons{border-radius:.5rem;background-color:rgba(30,30,30,.7);padding:.25rem;width:fit-content;max-width:90%;overflow-x:auto;font-family:Major Mono Display,monospace;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.15);box-shadow:0 2px 10px rgba(0,0,0,.3);text-transform:capitalize}@media (max-width:480px){.tab-button{padding:.3rem .75rem;font-size:.9rem}}.tab-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:.375rem;padding:.35rem 1rem;font-size:1rem;line-height:1.25rem;font-weight:500;border:none;cursor:pointer;background-color:transparent;color:#a0aec0;transition:background-color .2s,color .2s,box-shadow .2s,transform .2s}.tab-button:hover{background-color:rgba(55,65,81,.5)}.tab-button.active,.tab-button:hover{color:#fff;transform:translateY(-1px)}.tab-button.active{background-color:#ec4899;box-shadow:0 2px 8px rgba(236,72,153,.4)}.tab-content{margin-top:.5rem}.input-container,.tab-content{width:100%;display:flex;flex-direction:column;align-items:center}.input-container{font-family:Major Mono Display,monospace;justify-content:center;max-width:450px;gap:1rem}.form-label{color:#a0aec0;font-size:.9rem;margin-bottom:.25rem;display:block;text-align:left}.form-input.glass-box{text-align:center;font-family:Major Mono Display,monospace;width:100%;border-radius:.5rem;padding:.75rem;margin-top:.25rem;margin-bottom:.25rem;color:#fff;outline:none;transition:box-shadow .2s,border-color .2s,background-color .2s;background:rgba(50,50,50,.5);border:1px solid rgba(255,255,255,.1)}.form-input.glass-box::placeholder{color:#a0aec0;font-family:Roboto,sans-serif}.form-input.glass-box:focus{box-shadow:0 0 0 3px rgba(236,72,153,.3);border-color:#ec4899;background:rgba(60,60,60,.6)}select.form-input.glass-box{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23a0aec0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em 1.25em;padding-right:3rem}.load-button{background-color:#db2777;color:#fff;font-weight:700;padding:.875rem 1.75rem;border-radius:.5rem;margin-top:1.25rem;font-family:Major Mono Display,monospace;border:none;cursor:pointer;transition:background-color .15s ease-in-out,transform .15s ease-in-out,box-shadow .2s ease-in-out;width:100%;max-width:450px;box-shadow:0 4px 10px rgba(219,39,119,.3)}.load-button:hover{background-color:#2d3748;transform:translateY(-2px);box-shadow:0 6px 14px rgba(219,39,119,.5)}.load-button:active{transform:translateY(1px);box-shadow:0 2px 5px rgba(219,39,119,.4)}.player-iframe{margin-top:.75rem;aspect-ratio:1/1;width:80vw;max-width:800px}@media (min-width:768px){.player-iframe{aspect-ratio:16/9;width:50vw}}@media (max-width:480px){.player-iframe{width:90vw;max-height:60vh}.test-player-section{padding-top:1.5rem;padding-bottom:1.5rem}.input-container{gap:.3rem;max-width:100%;padding-left:.5rem;padding-right:.5rem;box-sizing:border-box}.form-label{font-size:.8rem}.form-input.glass-box{padding:.6rem .8rem;font-size:.9rem}.load-button{padding:.6rem 1rem;font-size:.9rem;max-width:100%;margin-top:.75rem}}.features-section{padding-top:5rem;padding-bottom:5rem;width:100%}@media (min-width:1024px){.features-section{padding-top:10rem;padding-bottom:10rem}}.features-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{position:relative;min-width:22rem;padding:1.5rem;border-radius:1.5rem;overflow:hidden;transition:transform 1.5s ease-out,box-shadow .3s ease-out;text-align:center;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#171717,#222222)}@media (max-width:640px){.feature-card{min-width:unset;width:100%;padding:1rem}.feature-title{font-size:1.1rem}.feature-description{font-size:.85rem}}.feature-card:hover{transform:translateY(4px)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:.5rem;border:2px solid;border-radius:9999px;margin-bottom:.75rem;transition:transform .3s ease-in-out;color:#ec4899}.feature-title{margin-top:2.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;color:#e5e7eb;font-family:Roboto,sans-serif}.feature-description{color:#9ca3af;font-size:.9rem;line-height:1.6;font-weight:400;flex-grow:1;font-family:Roboto,sans-serif}.feature-description code{background-color:rgba(255,255,255,.1);padding:.2em .4em;border-radius:3px;font-family:monospace;color:#fff}.api-documentation-section{width:100%;margin-top:3rem;padding:2rem;background-color:#1E1E1E;border-radius:.75rem;border:1px solid #333}@media (max-width:640px){.api-documentation-section{padding:1rem;margin-top:2rem}}.api-doc-main-title{font-family:Major Mono Display,monospace;font-size:1.5rem;color:#E0E0E0;text-transform:uppercase;margin-bottom:1.5rem;padding-bottom:.5rem;position:relative;display:inline-block}@media (max-width:640px){.api-doc-main-title{font-size:1.25rem;margin-bottom:1rem}}.api-doc-main-title-line{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#4CAF50}.doc-items-container{display:flex;flex-direction:column;gap:2.5rem}.doc-item-title{font-family:Roboto,sans-serif;font-size:1.25rem;color:#E0E0E0;margin-bottom:.5rem}@media (max-width:640px){.doc-item-title{font-size:1.1rem}}.doc-item-subtitle{font-family:Roboto,sans-serif;font-size:.9rem;color:#A0A0A0;margin-bottom:1rem;line-height:1.5}.doc-link{color:#4CAF50;text-decoration:none}.doc-link:hover{text-decoration:underline}.doc-code-block{background-color:#2D2D2D;border-radius:.5rem;padding:1rem;margin-bottom:1rem;position:relative;border-top:3px solid #4caf50}.doc-code-block pre{margin:0;white-space:pre-wrap;word-break:break-all}.doc-code-block code{font-family:Courier New,Courier,monospace;font-size:.9rem;color:#D4D4D4}@media (max-width:480px){.doc-code-block code{font-size:.8rem}.doc-code-block{padding:.75rem}}.copy-button{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:#A0A0A0;font-size:1.2rem;cursor:pointer;padding:.3rem;border-radius:4px}.copy-button:hover{color:#FFF;background-color:rgba(255,255,255,.1)}.doc-code-example-label{font-family:Roboto,sans-serif;font-size:.9rem;color:#A0A0A0;margin-bottom:.5rem;margin-top:1.5rem}