@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{background-color:#0a0e12;color:#f0f2f5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#f0f2f5}p{color:#8b95a5}a{color:inherit;text-decoration:none;transition:color .2s ease}::selection{background:#22c55e4d;color:#f0f2f5}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0e12}::-webkit-scrollbar-thumb{background:#1a222d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a6577}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 4rem;background:transparent;transition:all .3s ease}nav.nav-scrolled{padding:1rem 4rem;background:#0a0e12e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08)}.logo-area{display:flex;align-items:center;gap:.625rem;text-decoration:none;transition:opacity .2s ease}.logo-area:hover{opacity:.8}.logo-area img{width:1.75rem;height:1.75rem}.logo-area span{font-size:1.125rem;font-weight:700;color:#f0f2f5}.nav-center{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:.375rem;border-radius:12px}.nav-center a{position:relative;display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#8b95a5;border-radius:8px;transition:color .2s ease;z-index:1}.nav-center a:hover{color:#f0f2f5}.nav-center .external-icon{font-size:.625rem;opacity:.7}.nav-indicator{position:absolute;top:.375rem;height:calc(100% - .75rem);background:#1a222d;border-radius:8px;transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),opacity .2s ease;z-index:0}.github-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#8b95a5;transition:all .2s ease}.github-link:hover{background:#141a22;border-color:#ffffff26;color:#f0f2f5}.github-link svg{font-size:1.125rem}.mobile-toggle{display:none;background:none;border:none;color:#f0f2f5;font-size:1.25rem;cursor:pointer;padding:.5rem}.mobile-nav{position:fixed;top:0;right:0;width:100%;max-width:320px;height:100vh;background:#141a22;z-index:150;transform:translate(100%);transition:transform .3s ease;border-left:1px solid rgba(255,255,255,.08)}.mobile-nav.mobile-open{transform:translate(0)}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-logo{display:flex;align-items:center;gap:.625rem;text-decoration:none}.mobile-logo img{width:1.75rem;height:1.75rem}.mobile-logo span{font-size:1.125rem;font-weight:700;color:#f0f2f5}.mobile-close{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:#1a222d;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#8b95a5;cursor:pointer;transition:all .2s ease}.mobile-close:hover{color:#f0f2f5;border-color:#ffffff26}.mobile-links{display:flex;flex-direction:column;padding:1rem}.mobile-links a{display:flex;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:500;color:#8b95a5;border-radius:10px;transition:all .2s ease}.mobile-links a:hover,.mobile-links a.active{background:#1a222d;color:#f0f2f5}.mobile-links a .external-icon{font-size:.75rem;opacity:.7}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:140}@media (max-width: 900px){nav{padding:1rem 1.5rem}nav.nav-scrolled{padding:1rem 1.5rem}.nav-center,.github-link{display:none}.mobile-toggle{display:flex;align-items:center;justify-content:center}}.app-root{min-height:100vh;display:flex;flex-direction:column;position:relative}.app-root:before{content:"";position:fixed;top:-30%;left:50%;transform:translate(-50%);width:150%;height:80%;background:radial-gradient(ellipse at center,rgba(34,197,94,.07) 0%,transparent 60%);pointer-events:none;z-index:0}.main-content{flex:1;display:flex;flex-direction:column;position:relative;z-index:1}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.not-found-content{text-align:center;max-width:500px}.error-code{font-size:8rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#22c55e,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.not-found-content h1{font-size:2rem;font-weight:700;margin-bottom:.75rem}.not-found-content p{font-size:1.0625rem;color:#8b95a5;margin-bottom:.5rem}.redirect-notice{font-size:.9375rem;color:#5a6577;margin-bottom:2rem}.not-found-actions{display:flex;gap:1rem;justify-content:center}@media (max-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{width:100%;justify-content:center}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.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{background:#22c55e;color:#0a0e12}.btn-filled.btn-primary:hover:not(:disabled){background:#4ade80;transform:translateY(-1px)}.btn-filled.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-filled.btn-blue{background:#3b82f6;color:#fff}.btn-filled.btn-blue:hover:not(:disabled){background:#60a5fa;transform:translateY(-1px)}.btn-filled.btn-red{background:#ef4444;color:#fff}.btn-filled.btn-red:hover:not(:disabled){background:#f87171;transform:translateY(-1px)}.btn-filled.btn-green{background:#22c55e;color:#0a0e12}.btn-filled.btn-green:hover:not(:disabled){background:#4ade80;transform:translateY(-1px)}.btn-outline{background:transparent}.btn-outline.btn-primary{border:1px solid #22c55e;color:#22c55e}.btn-outline.btn-primary:hover:not(:disabled){background:#22c55e1a}.btn-outline.btn-blue{border:1px solid #3b82f6;color:#3b82f6}.btn-outline.btn-blue:hover:not(:disabled){background:#3b82f61a}.btn-outline.btn-red{border:1px solid #ef4444;color:#ef4444}.btn-outline.btn-red:hover:not(:disabled){background:#ef44441a}.btn-outline.btn-green{border:1px solid #22c55e;color:#22c55e}.btn-outline.btn-green:hover:not(:disabled){background:#22c55e1a}.btn-ghost{background:transparent;border:none}.btn-ghost.btn-primary{color:#22c55e}.btn-ghost.btn-primary:hover:not(:disabled){background:#22c55e1a}.btn-ghost.btn-blue{color:#3b82f6}.btn-ghost.btn-blue:hover:not(:disabled){background:#3b82f61a}.home-page{overflow-x:hidden}.hero{min-height:100vh;display:flex;align-items:center;padding:120px 6rem 80px;position:relative}.hero-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;width:100%;max-width:1400px;margin:0 auto}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:3.5rem;font-weight:800;color:#f0f2f5;line-height:1.1;letter-spacing:-.02em}.hero-title .highlight{position:relative;display:inline-block;color:#22c55e}.hero-title .underline-scribble{position:absolute;bottom:-4px;left:-5%;width:110%;height:16px;overflow:visible}.hero-title .underline-scribble path{fill:none;stroke:#22c55e;stroke-width:3;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200;animation:draw-underline 1s ease-out .5s forwards}@keyframes draw-underline{to{stroke-dashoffset:0}}.hero-description{font-size:1.125rem;color:#8b95a5;line-height:1.7;max-width:480px}.hero-actions{display:flex;gap:1rem;margin-top:.5rem}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;perspective:1000px}.interface-preview{position:relative;z-index:2;width:100%;max-width:650px;transform:rotateY(-8deg) rotateX(4deg);transform-style:preserve-3d}.interface-preview img{width:100%;border-radius:12px}@media (max-width: 1100px){.hero{padding:120px 3rem 60px}.hero-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{align-items:center}.hero-description{max-width:600px}.hero-title{font-size:3rem}.hero-actions{justify-content:center}}@media (max-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{width:100%;justify-content:center}}.features-section{padding:6rem;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:8rem}.feature-block{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:center}.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{display:flex;flex-direction:column;gap:1rem}.feature-label{font-size:.8125rem;font-weight:600;color:#22c55e;text-transform:uppercase;letter-spacing:.08em}.feature-content h3{font-size:2rem;font-weight:700;line-height:1.2}.feature-content p{font-size:1.0625rem;line-height:1.7;color:#8b95a5}.feature-image{position:relative}.feature-image img{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.08)}@media (max-width: 900px){.features-section{padding:4rem 2rem;gap:5rem}.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 (max-width: 640px){.features-section{padding:3rem 1.5rem;gap:4rem}.feature-content h3{font-size:1.5rem}.feature-content p{font-size:1rem}}.feature-grid-section{padding:4rem 6rem 6rem;max-width:1200px;margin:0 auto}.feature-grid-header{text-align:center;margin-bottom:3rem}.feature-grid-header h2{font-size:2.25rem;font-weight:700;color:#f0f2f5;margin-bottom:.75rem;letter-spacing:-.02em}.feature-grid-header p{font-size:1.0625rem;color:#8b95a5;max-width:500px;margin:0 auto}.feature-grid-label{display:inline-block;font-size:.8125rem;font-weight:600;color:#22c55e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{position:relative;display:flex;flex-direction:column;gap:1rem;padding:1.75rem;background:#141a22;border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .3s ease;overflow:hidden}.feature-card:hover{transform:translateY(-4px);border-color:#ffffff26;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:#22c55e1a}.feature-card--green .feature-icon svg{color:#4ade80}.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{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:transform .3s ease}.feature-icon svg{font-size:1.25rem;transition:transform .3s ease}.feature-card:hover .feature-icon svg{transform:scale(1.1)}.feature-text{display:flex;flex-direction:column;gap:.5rem}.feature-card h3{font-size:1.0625rem;font-weight:600;color:#f0f2f5}.feature-card p{font-size:.875rem;color:#8b95a5;line-height:1.6}@media (max-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 (max-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{display:flex;align-items:center;justify-content:space-between;margin:4rem 6rem 0;padding:2rem 2.5rem;background:#141a22;border:1px solid rgba(255,255,255,.08);border-radius:12px}.cta-section h2{font-size:1.25rem;font-weight:600}.cta-actions{display:flex;gap:.75rem}@media (max-width: 700px){.cta-section{flex-direction:column;gap:1.5rem;margin:2rem 1.5rem 0;padding:2rem;text-align:center}.cta-section h2{font-size:1.125rem}.cta-actions{width:100%}.cta-actions .btn{flex:1;justify-content:center}}.footer{margin-top:4rem;padding:2rem 6rem;border-top:1px solid rgba(255,255,255,.08)}.footer-content{display:flex;align-items:center;justify-content:space-between}.footer-left p{font-size:.875rem;color:#5a6577}.footer-links{display:flex;align-items:center;gap:2rem}.footer-links a{font-size:.875rem;color:#8b95a5;transition:color .2s}.footer-links a:hover{color:#f0f2f5}.footer-right .github-link{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:#141a22;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#8b95a5;transition:all .2s}.footer-right .github-link:hover{color:#f0f2f5;border-color:#ffffff26}.footer-right .github-link svg{font-size:1rem}@media (max-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 (max-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{font-size:2.5rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.25rem;font-weight:600;color:#f0f2f5;margin-bottom:1rem}.legal-section address{font-style:normal;font-size:1rem;line-height:1.8;color:#8b95a5}.legal-section p{font-size:1rem;line-height:1.8;color:#8b95a5}.legal-section a{color:#22c55e;transition:opacity .2s}.legal-section a:hover{opacity:.8}@media (max-width: 640px){.legal-page{padding:6rem 1.5rem 3rem}.legal-page h1{font-size:2rem}}.privacy-page h3{font-size:1.125rem;font-weight:600;color:#f0f2f5;margin-top:1.5rem;margin-bottom:.75rem}.privacy-page h4{font-size:1rem;font-weight:600;color:#8b95a5;margin-top:1rem;margin-bottom:.5rem}.privacy-page ul{margin:1rem 0;padding-left:1.5rem}.privacy-page ul li{color:#8b95a5;line-height:1.8;margin-bottom:.5rem}.privacy-page strong{color:#f0f2f5;font-weight:600}.privacy-page .sources{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);font-size:.875rem;color:#5a6577}.install-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 24px 80px}.install-container{width:100%;max-width:700px}.install-header{text-align:center;margin-bottom:40px}.install-header h1{font-size:2.5rem;font-weight:700;margin-bottom:8px}.install-header p{font-size:1.125rem;color:#8b95a5}.quick-install{background:#141a22;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:24px;margin-bottom:32px}.quick-install-header{text-align:center;margin-bottom:16px}.quick-install-header h2{font-size:1.25rem;font-weight:600;margin-bottom:4px}.quick-install-header p{font-size:.875rem;color:#8b95a5}.command-row{display:flex;align-items:center;background:#0a0e12;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:14px 16px;cursor:pointer;transition:border-color .2s ease}.command-row:hover{border-color:#22c55e}.command-row code{flex:1;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;color:#f0f2f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:#5a6577;font-size:.8125rem;font-weight:500;padding:6px 12px;cursor:pointer;transition:color .2s ease;border-radius:6px}.copy-btn:hover{color:#22c55e;background:#22c55e1a}.copy-btn.copied{color:#22c55e}.divider{display:flex;align-items:center;gap:16px;margin-bottom:24px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#ffffff14}.divider span{font-size:.8125rem;color:#5a6577}.install-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:40px}.install-option{display:flex;align-items:center;gap:14px;padding:18px 20px;background:#141a22;border:1px solid rgba(255,255,255,.08);border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left}.install-option:hover{border-color:#ffffff26;background:#181f28}.install-option>svg{font-size:1.75rem;color:#8b95a5;transition:color .2s ease}.install-option .option-text{display:flex;flex-direction:column;gap:2px}.install-option .option-text strong{font-size:.9375rem;font-weight:600;color:#f0f2f5}.install-option .option-text span{font-size:.75rem;color:#5a6577}.help-section{text-align:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.help-section>p{font-size:.875rem;color:#5a6577;margin-bottom:12px}.help-links{display:flex;justify-content:center;gap:24px}.help-links a{color:#8b95a5;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s ease}.help-links a:hover{color:#22c55e}@media (max-width: 640px){.install-header h1{font-size:2rem}.install-options{grid-template-columns:1fr}.command-row{flex-direction:column;gap:12px}.command-row code{width:100%;text-align:center;font-size:.75rem}}.tutorials-page{min-height:100vh;padding:120px 48px 80px;max-width:1200px;margin:0 auto}.tutorials-header{text-align:center;margin-bottom:48px}.tutorials-header h1{font-size:2.5rem;font-weight:700;margin-bottom:8px}.tutorials-header p{font-size:1.125rem;color:#8b95a5}.tutorials-section{margin-bottom:48px}.tutorials-section:last-child{margin-bottom:0}.tutorials-section h2{font-size:1.125rem;font-weight:600;color:#8b95a5;margin-bottom:16px}.tutorials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.tutorial-card{position:relative;aspect-ratio:16/9;border-radius:10px;overflow:hidden;cursor:pointer}.tutorial-card:hover .card-overlay{opacity:1}.tutorial-card:hover .card-thumbnail{transform:scale(1.05)}.card-thumbnail{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.creator-avatar{position:absolute;bottom:8px;left:8px;width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.8);z-index:2}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.card-overlay svg{font-size:2rem;color:#fff}.add-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#141a22;border:1px dashed rgba(255,255,255,.08);color:#5a6577;transition:all .2s ease}.add-card:hover{border-color:#22c55e;color:#22c55e;background:#22c55e0d}.add-card svg{font-size:1.5rem}.add-card span{font-size:.875rem;font-weight:500}@media (max-width: 768px){.tutorials-page{padding:100px 24px 60px}.tutorials-header h1{font-size:2rem}.tutorials-grid{grid-template-columns:repeat(2,1fr)}}.submission-page{min-height:100vh;padding:8rem 4rem 4rem;display:flex;justify-content:center}.submission-container{width:100%;max-width:900px}.submission-header{text-align:center;margin-bottom:3rem}.submission-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.submission-header p{font-size:1.125rem;color:#8b95a5}.submission-content{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.submission-form{background:#141a22;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9375rem;font-weight:500;color:#f0f2f5}.form-group label .optional{font-weight:400;color:#5a6577}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;background:#0a0e12;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#f0f2f5;font-size:1rem;font-family:inherit;transition:border-color .2s ease}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#5a6577}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#22c55e}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;min-height:100px}.form-checkbox{display:flex;align-items:flex-start;gap:.75rem}.form-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:#22c55e;cursor:pointer}.form-checkbox label{font-size:.9375rem;color:#8b95a5;cursor:pointer;line-height:1.5}.guidelines{background:#141a22;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;position:sticky;top:6rem}.guidelines-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.guidelines-header svg{color:#3b82f6;font-size:1.125rem}.guidelines-header h3{font-size:1rem;font-weight:600;margin:0}.guidelines ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.guidelines ul li{font-size:.875rem;color:#8b95a5;line-height:1.5;padding-left:1.25rem;position:relative}.guidelines ul li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;background:#22c55e;border-radius:50%}.success-state{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem}.success-state .success-icon{width:80px;height:80px;background:#22c55e1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.success-state .success-icon svg{font-size:2.5rem;color:#22c55e}.success-state h1{font-size:2rem;font-weight:700}.success-state p{font-size:1.125rem;color:#8b95a5;max-width:400px}@media (max-width: 900px){.submission-content{grid-template-columns:1fr}.guidelines{position:static}}@media (max-width: 640px){.submission-page{padding:6rem 1.5rem 3rem}.submission-header h1{font-size:2rem}.submission-form{padding:1.5rem}}
