@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/assets/fonts/inter-v12-latin-300.woff2)format("woff2"),url(/assets/fonts/inter-v12-latin-300.ttf)format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/assets/fonts/inter-v12-latin-regular.woff2)format("woff2"),url(/assets/fonts/inter-v12-latin-regular.ttf)format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/assets/fonts/inter-v12-latin-500.woff2)format("woff2"),url(/assets/fonts/inter-v12-latin-500.ttf)format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/assets/fonts/inter-v12-latin-700.woff2)format("woff2"),url(/assets/fonts/inter-v12-latin-700.ttf)format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/assets/fonts/inter-v12-latin-900.woff2)format("woff2"),url(/assets/fonts/inter-v12-latin-900.ttf)format("truetype")}*{box-sizing:border-box;margin:0;padding:0}body,html{color:#e7edf4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;background-color:#0f1419;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#e7edf4;font-weight:700;line-height:1.2}p{color:#8b99ab}a{color:inherit;text-decoration:none;transition:color .2s}::selection{color:#e7edf4;background:#10b9814d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f1419}::-webkit-scrollbar-thumb{background:#1a2029;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#68758a}nav{z-index:100;padding:2rem 0 0;transition:padding .2s,background-color .2s,border-color .2s;position:fixed;top:0;left:0;right:0}nav.nav-scrolled{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f1419e6;border-bottom:1px solid #ffffff14;padding-top:.85rem;padding-bottom:.85rem}.nav-inner{color:#e7edf4;grid-template-columns:1fr auto 1fr;align-items:center;width:min(1180px,100% - 3rem);margin:0 auto;display:grid}.logo-area{color:#e7edf4;border:1px solid #0000;border-radius:.75rem;justify-self:start;align-items:center;gap:.75rem;min-width:0;padding:.45rem .75rem;text-decoration:none;transition:background-color .15s,border-color .15s;display:inline-flex}.logo-area:hover{background-color:#1a2029;border-color:#ffffff26}.logo-area img{border-radius:6px;flex-shrink:0;width:1.875rem;height:1.875rem}.logo-area span{letter-spacing:-.03em;font-size:1.5rem;font-weight:700;line-height:1}.nav-links{background:#151b23ad;border:1px solid #ffffff14;border-radius:.9rem;justify-self:center;align-items:center;gap:.375rem;padding:.35rem;display:inline-flex;box-shadow:0 1px 2px #0000004d}.nav-links a{color:#8b99ab;border:1px solid #0000;border-radius:.65rem;align-items:center;gap:.35rem;min-height:2.25rem;padding:.45rem .8rem;font-size:.9rem;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.nav-links a:hover{color:#e7edf4;background:#1a2029;border-color:#ffffff14}.nav-links a.active{color:#34d399;background:#10b9811a;border-color:#10b98140}.nav-links .external-icon{color:#68758a;width:.65rem;height:.65rem}.nav-actions{justify-self:end;align-items:center;gap:.75rem;display:flex}.github-link,.mobile-toggle,.mobile-close{color:#8b99ab;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.github-link:hover,.mobile-toggle:hover,.mobile-close:hover{color:#34d399;background:#1a2029;border-color:#ffffff26;transform:translateY(-1px)}.github-link svg,.mobile-toggle svg,.mobile-close svg{width:1.1rem;height:1.1rem}.mobile-toggle{font-family:inherit;display:none}.mobile-nav{z-index:150;background:#151b23;border-left:1px solid #ffffff14;width:min(100%,330px);height:100vh;transition:transform .22s;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:0 8px 32px #00000080}.mobile-nav.mobile-open{transform:translate(0)}.mobile-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.mobile-logo{color:#e7edf4;align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.mobile-logo img{border-radius:6px;width:1.875rem;height:1.875rem}.mobile-logo span{font-size:1.25rem;font-weight:700}.mobile-close{background:#1a2029;width:2.25rem;height:2.25rem}.mobile-links{flex-direction:column;gap:.35rem;padding:1rem;display:flex}.mobile-links a{color:#8b99ab;border:1px solid #0000;border-radius:.75rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.9rem 1rem;font-size:1rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s;display:flex}.mobile-links a:hover,.mobile-links a.active{color:#e7edf4;background:#1a2029;border-color:#ffffff14}.mobile-links a.active{color:#34d399}.mobile-links a .external-icon{color:#68758a;width:.75rem;height:.75rem}.mobile-overlay{z-index:140;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;position:fixed;inset:0}@media (width<=900px){nav{padding-top:1rem}nav.nav-scrolled{padding-top:.8rem;padding-bottom:.8rem}.nav-inner{grid-template-columns:1fr auto;width:min(100% - 2rem,1180px)}.nav-links,.github-link{display:none}.mobile-toggle{display:inline-flex}}@media (width<=480px){.nav-inner{width:min(100% - 1.5rem,1180px)}.logo-area{padding-left:.35rem;padding-right:.35rem}.logo-area span{font-size:1.25rem}}.app-root{flex-direction:column;min-height:100vh;display:flex;position:relative}.app-root:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(#10b98112 0%,#0000 60%);width:150%;height:80%;position:fixed;top:-30%;left:50%;transform:translate(-50%)}.main-content{z-index:1;flex-direction:column;flex:1;display:flex;position:relative}.not-found-page{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found-content{text-align:center;max-width:500px}.error-code{background:linear-gradient(135deg,#10b981 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:8rem;font-weight:800;line-height:1}.not-found-content h1{margin-bottom:.75rem;font-size:2rem;font-weight:700}.not-found-content p{color:#8b99ab;margin-bottom:.5rem;font-size:1.0625rem}.redirect-notice{color:#68758a;margin-bottom:2rem;font-size:.9375rem}.not-found-actions{justify-content:center;gap:1rem;display:flex}@media (width<=640px){.error-code{font-size:5rem}.not-found-content h1{font-size:1.5rem}.not-found-actions{flex-direction:column}.not-found-actions .btn{justify-content:center;width:100%}}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:600;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn svg{font-size:1em}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-md{padding:.75rem 1.5rem;font-size:.9375rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-filled.btn-primary{color:#0f1419;background:#10b981}.btn-filled.btn-primary:hover:not(:disabled){background:#34d399;transform:translateY(-1px)}.btn-filled.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-filled.btn-blue{color:#fff;background:#3b82f6}.btn-filled.btn-blue:hover:not(:disabled){background:#60a5fa;transform:translateY(-1px)}.btn-filled.btn-red{color:#fff;background:#ef4444}.btn-filled.btn-red:hover:not(:disabled){background:#f87171;transform:translateY(-1px)}.btn-filled.btn-green{color:#0f1419;background:#10b981}.btn-filled.btn-green:hover:not(:disabled){background:#34d399;transform:translateY(-1px)}.btn-outline{background:0 0}.btn-outline.btn-primary{color:#10b981;border:1px solid #10b981}.btn-outline.btn-primary:hover:not(:disabled){background:#10b9811a}.btn-outline.btn-blue{color:#3b82f6;border:1px solid #3b82f6}.btn-outline.btn-blue:hover:not(:disabled){background:#3b82f61a}.btn-outline.btn-red{color:#ef4444;border:1px solid #ef4444}.btn-outline.btn-red:hover:not(:disabled){background:#ef44441a}.btn-outline.btn-green{color:#10b981;border:1px solid #10b981}.btn-outline.btn-green:hover:not(:disabled){background:#10b9811a}.btn-ghost{background:0 0;border:none}.btn-ghost.btn-primary{color:#10b981}.btn-ghost.btn-primary:hover:not(:disabled){background:#10b9811a}.btn-ghost.btn-blue{color:#3b82f6}.btn-ghost.btn-blue:hover:not(:disabled){background:#3b82f61a}.home-page{overflow-x:hidden}.hero{align-items:center;min-height:100vh;padding:120px 6rem 80px;display:flex;position:relative}.hero-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:grid}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.hero-title{color:#e7edf4;letter-spacing:-.02em;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-title .highlight{color:#10b981;display:inline-block;position:relative}.hero-title .underline-scribble{width:110%;height:16px;position:absolute;bottom:-4px;left:-5%;overflow:visible}.hero-title .underline-scribble path{fill:none;stroke:#10b981;stroke-width:3px;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200px;animation:1s ease-out .5s forwards draw-underline}@keyframes draw-underline{to{stroke-dashoffset:0}}.hero-description{color:#8b99ab;max-width:480px;font-size:1.125rem;line-height:1.7}.hero-actions{gap:1rem;margin-top:.5rem;display:flex}.hero-visual{perspective:1000px;justify-content:center;align-items:center;display:flex;position:relative}.interface-preview{z-index:2;width:100%;max-width:650px;transform-style:preserve-3d;position:relative;transform:rotateY(-8deg)rotateX(4deg)}.interface-preview img{border-radius:12px;width:100%}@media (width<=1100px){.hero{padding:120px 3rem 60px}.hero-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{align-items:center}.hero-description{max-width:600px}.hero-title{font-size:3rem}.hero-actions{justify-content:center}}@media (width<=640px){.hero{padding:100px 1.5rem 40px}.hero-title{font-size:2.25rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{justify-content:center;width:100%}}.features-section{flex-direction:column;gap:8rem;max-width:1200px;margin:0 auto;padding:6rem;display:flex}.feature-block{grid-template-columns:1fr 1.3fr;align-items:center;gap:4rem;display:grid}.feature-block.feature-reverse{grid-template-columns:1.3fr 1fr}.feature-block.feature-reverse .feature-content{order:2}.feature-block.feature-reverse .feature-image{order:1}.feature-content{flex-direction:column;gap:1rem;display:flex}.feature-label{color:#10b981;text-transform:uppercase;letter-spacing:.08em;font-size:.8125rem;font-weight:600}.feature-content h3{font-size:2rem;font-weight:700;line-height:1.2}.feature-content p{color:#8b99ab;font-size:1.0625rem;line-height:1.7}.feature-image{position:relative}.feature-image img{border:1px solid #ffffff14;border-radius:12px;width:100%}@media (width<=900px){.features-section{gap:5rem;padding:4rem 2rem}.feature-block,.feature-block.feature-reverse{grid-template-columns:1fr;gap:2rem}.feature-block .feature-content,.feature-block .feature-image,.feature-block.feature-reverse .feature-content,.feature-block.feature-reverse .feature-image{order:unset}.feature-content h3{font-size:1.75rem}}@media (width<=640px){.features-section{gap:4rem;padding:3rem 1.5rem}.feature-content h3{font-size:1.5rem}.feature-content p{font-size:1rem}}.feature-grid-section{max-width:1200px;margin:0 auto;padding:4rem 6rem 6rem}.feature-grid-header{text-align:center;margin-bottom:3rem}.feature-grid-header h2{color:#e7edf4;letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.25rem;font-weight:700}.feature-grid-header p{color:#8b99ab;max-width:500px;margin:0 auto;font-size:1.0625rem}.feature-grid-label{color:#10b981;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:inline-block}.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.feature-card{background:#151b23;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:1rem;padding:1.75rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.feature-card:hover{border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 4px 12px #0006}.feature-card--blue .feature-icon{background:#3b82f61a}.feature-card--blue .feature-icon svg{color:#60a5fa}.feature-card--purple .feature-icon{background:#8b5cf61a}.feature-card--purple .feature-icon svg{color:#ad8cf9}.feature-card--orange .feature-icon{background:#f59e0b1a}.feature-card--orange .feature-icon svg{color:#f7b13c}.feature-card--green .feature-icon{background:#10b9811a}.feature-card--green .feature-icon svg{color:#34d399}.feature-card--red .feature-icon{background:#ef44441a}.feature-card--red .feature-icon svg{color:#f87171}.feature-card--cyan .feature-icon{background:#06b6d41a}.feature-card--cyan .feature-icon svg{color:#22d3ee}.feature-icon{border-radius:12px;justify-content:center;align-items:center;width:3rem;height:3rem;transition:transform .3s;display:flex}.feature-icon svg{font-size:1.25rem;transition:transform .3s}.feature-card:hover .feature-icon svg{transform:scale(1.1)}.feature-text{flex-direction:column;gap:.5rem;display:flex}.feature-card h3{color:#e7edf4;font-size:1.0625rem;font-weight:600}.feature-card p{color:#8b99ab;font-size:.875rem;line-height:1.6}@media (width<=1100px){.feature-grid-section{padding:3rem 2rem 4rem}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-grid-header h2{font-size:1.875rem}}@media (width<=640px){.feature-grid-section{padding:2rem 1.5rem 3rem}.feature-grid{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.5rem}.feature-grid-header{margin-bottom:2rem}.feature-grid-header h2{font-size:1.5rem}.feature-grid-header p{font-size:1rem}}.cta-section{background:#151b23;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;margin:4rem 6rem 0;padding:2rem 2.5rem;display:flex}.cta-section h2{font-size:1.25rem;font-weight:600}.cta-actions{gap:.75rem;display:flex}@media (width<=700px){.cta-section{text-align:center;flex-direction:column;gap:1.5rem;margin:2rem 1.5rem 0;padding:2rem}.cta-section h2{font-size:1.125rem}.cta-actions{width:100%}.cta-actions .btn{flex:1;justify-content:center}}.footer{border-top:1px solid #ffffff14;margin-top:4rem;padding:2rem 6rem}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-left p{color:#68758a;font-size:.875rem}.footer-links{align-items:center;gap:2rem;display:flex}.footer-links a{color:#8b99ab;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#e7edf4}.footer-right .github-link{color:#8b99ab;background:#151b23;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:flex}.footer-right .github-link:hover{color:#e7edf4;border-color:#ffffff26}.footer-right .github-link svg{font-size:1rem}@media (width<=900px){.footer{padding:2rem}.footer-content{flex-direction:column;gap:1.5rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem}}@media (width<=640px){.footer{padding:1.5rem}.footer-links{gap:1rem}.footer-links a{font-size:.8125rem}}.legal-page{min-height:100vh;padding:8rem 4rem 4rem}.legal-container{max-width:800px;margin:0 auto}.legal-page h1{border-bottom:1px solid #ffffff14;margin-bottom:2rem;padding-bottom:1rem;font-size:2.5rem;font-weight:700}.legal-section{margin-bottom:2.5rem}.legal-section h2{color:#e7edf4;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.legal-section address{color:#8b99ab;font-size:1rem;font-style:normal;line-height:1.8}.legal-section p{color:#8b99ab;font-size:1rem;line-height:1.8}.legal-section a{color:#10b981;transition:opacity .2s}.legal-section a:hover{opacity:.8}@media (width<=640px){.legal-page{padding:6rem 1.5rem 3rem}.legal-page h1{font-size:2rem}}.privacy-page h3{color:#e7edf4;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.privacy-page h4{color:#8b99ab;margin-top:1rem;margin-bottom:.5rem;font-size:1rem;font-weight:600}.privacy-page ul{margin:1rem 0;padding-left:1.5rem}.privacy-page ul li{color:#8b99ab;margin-bottom:.5rem;line-height:1.8}.privacy-page strong{color:#e7edf4;font-weight:600}.privacy-page .sources{color:#68758a;border-top:1px solid #ffffff14;margin-top:2rem;padding-top:1rem;font-size:.875rem}.install-page{justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex}.install-container{width:100%;max-width:700px}.install-header{text-align:center;margin-bottom:40px}.install-header h1{margin-bottom:8px;font-size:2.5rem;font-weight:700}.install-header p{color:#8b99ab;font-size:1.125rem}.quick-install{background:#151b23;border:1px solid #ffffff14;border-radius:12px;margin-bottom:32px;padding:24px}.quick-install-header{text-align:center;margin-bottom:16px}.quick-install-header h2{margin-bottom:4px;font-size:1.25rem;font-weight:600}.quick-install-header p{color:#8b99ab;font-size:.875rem}.command-row{cursor:pointer;background:#0f1419;border:1px solid #ffffff14;border-radius:8px;align-items:center;padding:14px 16px;transition:border-color .2s;display:flex}.command-row:hover{border-color:#10b981}.command-row code{color:#e7edf4;text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;overflow:hidden}.copy-btn{color:#68758a;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:.8125rem;font-weight:500;transition:color .2s;display:flex}.copy-btn:hover{color:#10b981;background:#10b9811a}.copy-btn.copied{color:#10b981}.divider{align-items:center;gap:16px;margin-bottom:24px;display:flex}.divider:before,.divider:after{content:"";background:#ffffff14;flex:1;height:1px}.divider span{color:#68758a;font-size:.8125rem}.install-options{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:40px;display:grid}.install-option{cursor:pointer;text-align:left;background:#151b23;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:14px;padding:18px 20px;transition:all .2s;display:flex}.install-option:hover{background:#192029;border-color:#ffffff26}.install-option>svg{color:#8b99ab;font-size:1.75rem;transition:color .2s}.install-option .option-text{flex-direction:column;gap:2px;display:flex}.install-option .option-text strong{color:#e7edf4;font-size:.9375rem;font-weight:600}.install-option .option-text span{color:#68758a;font-size:.75rem}.help-section{text-align:center;border-top:1px solid #ffffff14;padding-top:24px}.help-section>p{color:#68758a;margin-bottom:12px;font-size:.875rem}.help-links{justify-content:center;gap:24px;display:flex}.help-links a{color:#8b99ab;cursor:pointer;font-size:.875rem;font-weight:500;transition:color .2s}.help-links a:hover{color:#10b981}@media (width<=640px){.install-header h1{font-size:2rem}.install-options{grid-template-columns:1fr}.command-row{flex-direction:column;gap:12px}.command-row code{text-align:center;width:100%;font-size:.75rem}}.tutorials-page{max-width:1200px;min-height:100vh;margin:0 auto;padding:120px 48px 80px}.tutorials-header{text-align:center;margin-bottom:48px}.tutorials-header h1{margin-bottom:8px;font-size:2.5rem;font-weight:700}.tutorials-header p{color:#8b99ab;font-size:1.125rem}.tutorials-section{margin-bottom:48px}.tutorials-section:last-child{margin-bottom:0}.tutorials-section h2{color:#8b99ab;margin-bottom:16px;font-size:1.125rem;font-weight:600}.tutorials-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.tutorial-card{aspect-ratio:16/9;cursor:pointer;border-radius:10px;position:relative;overflow:hidden}.tutorial-card:hover .card-overlay{opacity:1}.tutorial-card:hover .card-thumbnail{transform:scale(1.05)}.card-thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .3s}.creator-avatar{object-fit:cover;z-index:2;border:2px solid #fffc;border-radius:50%;width:28px;height:28px;position:absolute;bottom:8px;left:8px}.card-overlay{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.card-overlay svg{color:#fff;font-size:2rem}.add-card{color:#68758a;background:#151b23;border:1px dashed #ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:all .2s;display:flex}.add-card:hover{color:#10b981;background:#10b9810d;border-color:#10b981}.add-card svg{font-size:1.5rem}.add-card span{font-size:.875rem;font-weight:500}@media (width<=768px){.tutorials-page{padding:100px 24px 60px}.tutorials-header h1{font-size:2rem}.tutorials-grid{grid-template-columns:repeat(2,1fr)}}.submission-page{justify-content:center;min-height:100vh;padding:8rem 4rem 4rem;display:flex}.submission-container{width:100%;max-width:900px}.submission-header{text-align:center;margin-bottom:3rem}.submission-header h1{margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.submission-header p{color:#8b99ab;font-size:1.125rem}.submission-content{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}.submission-form{background:#151b23;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#e7edf4;font-size:.9375rem;font-weight:500}.form-group label .optional{color:#68758a;font-weight:400}.form-group input,.form-group select,.form-group textarea{color:#e7edf4;background:#0f1419;border:1px solid #ffffff14;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#68758a}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#10b981;outline:none}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;min-height:100px}.form-checkbox{align-items:flex-start;gap:.75rem;display:flex}.form-checkbox input[type=checkbox]{accent-color:#10b981;cursor:pointer;width:18px;height:18px;margin-top:2px}.form-checkbox label{color:#8b99ab;cursor:pointer;font-size:.9375rem;line-height:1.5}.guidelines{background:#151b23;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem;position:sticky;top:6rem}.guidelines-header{border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.guidelines-header svg{color:#3b82f6;font-size:1.125rem}.guidelines-header h3{margin:0;font-size:1rem;font-weight:600}.guidelines ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.guidelines ul li{color:#8b99ab;padding-left:1.25rem;font-size:.875rem;line-height:1.5;position:relative}.guidelines ul li:before{content:"";background:#10b981;border-radius:50%;width:5px;height:5px;position:absolute;top:8px;left:0}.success-state{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.success-state .success-icon{background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.success-state .success-icon svg{color:#10b981;font-size:2.5rem}.success-state h1{font-size:2rem;font-weight:700}.success-state p{color:#8b99ab;max-width:400px;font-size:1.125rem}@media (width<=900px){.submission-content{grid-template-columns:1fr}.guidelines{position:static}}@media (width<=640px){.submission-page{padding:6rem 1.5rem 3rem}.submission-header h1{font-size:2rem}.submission-form{padding:1.5rem}}
