:root{--background:#fff;--foreground:#171717;--primary:#000;--secondary:#fff;--home-header-height:5.4rem;--max-width:1200px}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}
.landpage{width:100%;height:auto}.homepage{isolation:isolate;background:radial-gradient(circle at 0 0,#ff5dad29,#0000 28%),radial-gradient(circle at 100% 0,#7d5eff24,#0000 30%),linear-gradient(#09070d 0%,#050407 100%);width:100%;min-height:100vh;position:relative}.homepage_shell{width:min(100%,580px);padding:calc(var(--home-header-height) + 1rem) 1.25rem 1.25rem;justify-content:center;align-items:flex-start;gap:1rem;min-height:100vh;margin:0 auto;display:flex}.homepage_shell>:first-child{flex:0 0 280px}.homepage_shell>:nth-child(2){flex:1 1 0;min-width:0}.homepage_shell>:nth-child(3){flex:0 0 320px}.question_composer_overlay{z-index:50;padding:calc(var(--home-header-height) + 1rem) 1rem 1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#04030799;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.question_composer{background:#120f1a;border:1px solid #ffffff14;border-radius:1.6rem;width:min(100%,720px);padding:1.25rem;box-shadow:0 30px 90px #00000080}.question_composer_head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.question_composer_head p{color:#ffffffa3;text-transform:uppercase;letter-spacing:.08em;font-size:.9rem}.question_composer_head h3{margin-top:.35rem;font-size:1.3rem}.question_composer label{color:#ffffffc7;margin-top:1rem;margin-bottom:.55rem;display:inline-block}.question_composer textarea{color:#ffffffeb;resize:vertical;background:#0d0b13;border:1px solid #ffffff14;border-radius:1rem;width:100%;min-height:9rem;padding:1rem}.question_composer_actions{justify-content:flex-end;gap:.6rem;margin-top:1rem;display:flex}.question_composer_actions button,.question_composer_head button{color:#ffffffe0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;padding:.7rem .95rem}@media (max-width:1100px){.homepage_shell{padding:1rem;padding-top:calc(var(--home-header-height) + .75rem);flex-direction:column;min-height:auto}}@media (max-width:900px){.homepage_shell{width:100%;padding-inline:.9rem}.homepage_shell>:first-child,.homepage_shell>:nth-child(2),.homepage_shell>:nth-child(3){flex:auto;width:100%}.question_composer_overlay{padding-top:calc(var(--home-header-height) + .75rem)}.question_composer{width:100%}}
html{height:100%}html,body{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);font-family:var(--font-geist-sans), Arial, Helvetica, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0000;background-image:radial-gradient(circle at 0 0,#ff5dad2e,#0000 35%),radial-gradient(circle at 100% 0,#7d5eff29,#0000 28%),linear-gradient(#09070d 0%,#050407 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex-direction:column;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
