@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #ffffff;--surface: #ffffff;--surface-2: #f8fafc;--text: #0b0e11;--muted: #475569;--border: #e5e7eb;--ring: #6366f1;--primary: #6d28d9;--primary-2: #7c3aed;--shadow: 0 10px 30px rgba(2, 6, 23, .06);--indigo: #4338ca;--emerald: #065f46;--emerald-soft: #0f766e;--focus-ring: rgba(167, 139, 250, .35)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);background:var(--bg);line-height:1.5}#root{height:100%}.container{max-width:1040px;margin:0 auto;padding:24px}.header{position:sticky;top:0;z-index:50;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none}.brand-logo{height:46px;width:auto;display:block}.btn{display:inline-flex;align-items:center;gap:8px;border-radius:12px;border:1px solid var(--border);padding:10px 14px;color:var(--text);text-decoration:none;background:#fff;transition:.2s ease;cursor:pointer;font-weight:600;font-size:14px;line-height:16px;box-shadow:0 1px #00000005}.btn:hover{background:#f8fafc}.btn.primary{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 8px 20px #6366f140}.btn.primary:hover{filter:brightness(1.05)}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 900px){.grid-2{grid-template-columns:1fr}}.card{max-width:420px;width:100%;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:var(--shadow)}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}@media (max-width: 900px){.hero{grid-template-columns:1fr}}.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);font-size:12px;color:var(--muted)}.h1{font-size:44px;font-weight:800;letter-spacing:-.02em;margin:8px 0 12px;line-height:52px}h2{font-size:24px;line-height:30px;font-weight:700;margin:0 0 6px}.p{color:var(--muted);max-width:640px}.row{display:grid;grid-template-columns:1fr;gap:18px}@media (max-width: 700px){.row{grid-template-columns:1fr}}.form-grid{display:flex;flex-direction:column;gap:5px;align-items:center}.label{display:block;font-size:13px;color:var(--muted);margin:0 0 6px 2px}.field{position:relative;display:block}.icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;opacity:.5;color:#64748b}.input{width:100%;height:52px;padding:0 16px 0 44px;background:#fff;border:1px solid var(--border);border-radius:16px;color:var(--text);font-size:13px;line-height:52px;outline:none;transition:.15s ease}.input::placeholder{font-size:12px}.input::placeholder{color:#94a3b8}.input:focus{border-color:var(--primary-2);box-shadow:0 0 0 4px var(--focus-ring)}.footer{color:#64748b;font-size:12px;text-align:center;padding:20px 0;border-top:1px solid var(--border);margin-top:26px}.footer a{text-decoration:underline}.small{font-size:12px;color:#64748b}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px;justify-content:center}.inv-highlight{background:linear-gradient(135deg,#4338ca,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.stu-highlight{background:linear-gradient(135deg,#0f766e,#065f46);-webkit-background-clip:text;background-clip:text;color:transparent}.legal{margin-top:16px;padding-left:20px}.legal li{margin-bottom:8px;color:var(--muted)}.page-wrapper{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:24px 16px}.checkbox-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.checkbox-label{font-size:10px;color:var(--muted);margin:0}.signup-content{width:100%;max-width:420px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:20px}.w-full{width:100%}.h-full{height:100%}.h-dvh{height:100dvh}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.items-start{align-items:start}.items-end{align-items:end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:around}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-2{margin-left:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.tracking-tight{letter-spacing:-.025em}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-black{color:#000}.text-white{color:#fff}.text-neutral-400{color:#a3a3a3}.text-neutral-500{color:#737373}.text-neutral-600{color:#525252}.text-neutral-700{color:#404040}.text-neutral-800{color:#262626}.text-neutral-900{color:#171717}.text-red-500{color:#ef4444}.text-blue-500{color:#3b82f6}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-neutral-100{background-color:#f5f5f5}.bg-neutral-200{background-color:#e5e5e5}.border{border-width:1px;border-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-l{border-left-width:1px;border-left-style:solid}.border-neutral-200{border-color:#e5e5e5}.border-neutral-300{border-color:#d4d4d4}.border-neutral-800{border-color:#262626}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.top-1{top:.25rem}.top-2{top:.5rem}.left-1{left:.25rem}.left-2{left:.5rem}.right-1{right:.25rem}.right-2{right:.5rem}.bottom-1{bottom:.25rem}.z-10{z-index:10}.z-50{z-index:50}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none;user-select:none}.whitespace-pre-wrap{white-space:pre-wrap}.outline-none{outline:none}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-duration:.15s}.opacity-80{opacity:.8}.hover\:opacity-100:hover{opacity:1}.hover\:text-black:hover{color:#000}.hover\:bg-neutral-50:hover{background-color:#fafafa}.hover\:bg-neutral-100:hover{background-color:#f5f5f5}.hover\:border-neutral-300:hover{border-color:#d4d4d4}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.col-span-3{grid-column:span 3 / span 3}.gap-1\.5{gap:.375rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.list-disc{list-style-type:disc}.pl-5{padding-left:1.25rem}.line-clamp-6{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.place-content-center{place-content:center}.place-items-center{place-items:center}.aspect-square{aspect-ratio:1 / 1}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.min-h-\[120px\]{min-height:120px}.min-h-\[160px\]{min-height:160px}.h-16{height:4rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-16{width:4rem}.hidden{display:none}.flex-wrap{flex-wrap:wrap}@media (min-width: 640px){.sm\:w-\[min\(720px\,92vw\)\]{width:min(720px,92vw)}.sm\:rounded-2xl{border-radius:1rem}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.h-\[280px\]{height:280px}.w-\[158px\]{width:158px}.w-\[340px\]{width:340px}.max-w-\[700px\]{max-width:700px}.max-w-\[800px\]{max-width:800px}.max-w-\[900px\]{max-width:900px}.aspect-\[9\/16\]{aspect-ratio:9 / 16}.w-\[min\(360px\,85vw\)\]{width:min(360px,85vw)}.w-\[min\(680px\,92vw\)\]{width:min(680px,92vw)}.bg-black\/40{background-color:#0006}.bg-white\/80{background-color:#fffc}.bg-neutral-100\/80{background-color:#f5f5f5cc}.-translate-y-1\/2{transform:translateY(-50%)}.top-1\/2{top:50%}@media (max-width: 640px){.nav{justify-content:center!important}}
