:root{--bg-primary: #0f0f13;--bg-secondary: #1a1a23;--accent-primary: #6366f1;--accent-hover: #4f46e5;--text-primary: #ffffff;--text-secondary: #a1a1aa;--danger: #ef4444;--success: #22c55e;--font-sans: "Inter", system-ui, -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea{font-family:inherit;border:none;outline:none;background:transparent}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#52525b}.glass-panel{background:#1a1a23cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05)}.animate-fade-in{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.min-h-screen{min-height:100vh}.h-screen{height:100vh}.w-full{width:100%}.max-w-4xl{max-width:56rem}.max-w-2xl{max-width:42rem}.max-w-md{max-width:28rem}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-12{gap:3rem}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pt-4{padding-top:1rem}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.ml-1{margin-left:.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-12>*+*{margin-top:3rem}.text-center{text-align:center}.text-left{text-align:left}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-6xl{font-size:3.75rem}.text-8xl{font-size:6rem}.font-medium{font-weight:500}.font-bold{font-weight:700}.tracking-tight{letter-spacing:-.025em}.text-white{color:#fff}.text-black{color:#000}.text-gray-200{color:#e5e7eb}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-red-500{color:#ef4444}.text-indigo-300{color:#a5b4fc}.text-indigo-400{color:#818cf8}.text-indigo-500{color:#6366f1}.bg-black{background-color:#000}.bg-white{background-color:#fff}.bg-gray-200{background-color:#e5e7eb}.bg-gray-900{background-color:#111827}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/30{background-color:#ef44444d}.bg-indigo-500\/20{background-color:#6366f133}.bg-indigo-500\/30{background-color:#6366f14d}.bg-indigo-600{background-color:#4f46e5}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-indigo-400{--tw-gradient-from: #818cf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))}.to-purple-400{--tw-gradient-to: #c084fc}.from-indigo-600{--tw-gradient-from: #4f46e5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))}.to-purple-600{--tw-gradient-to: #9333ea}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.text-transparent{color:transparent}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-white\/5{border-color:#ffffff0d}.border-white\/10{border-color:#ffffff1a}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-bl-none{border-bottom-left-radius:0}.rounded-br-none{border-bottom-right-radius:0}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.shadow-indigo-500\/25{box-shadow:0 10px 15px -3px #6366f140}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.relative{position:relative}.absolute{position:absolute}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.top-1\/2{top:50%}.right-2{right:.5rem}.right-6{right:1.5rem}.bottom-6{bottom:1.5rem}.-translate-y-1\/2{transform:translateY(-50%)}.-z-10{z-index:-10}.min-h-\[300px\]{min-height:300px}.min-h-\[50vh\]{min-height:50vh}.min-h-0{min-height:0}.h-\[30vh\]{height:30vh}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-5{width:1.25rem}.w-16{width:4rem}.w-20{width:5rem}.w-48{width:12rem}.w-96{width:24rem}.min-w-\[200px\]{min-width:200px}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-5{height:1.25rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-36{height:9rem}.h-64{height:16rem}.h-auto{height:auto}.h-full{height:100%}.max-w-\[80\%\]{max-width:80%}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-1{gap:.25rem}.z-10{z-index:10}.z-50{z-index:50}.mt-2{margin-top:.5rem}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-red-500\/30:hover{background-color:#ef44444d}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.hover\:text-indigo-300:hover{color:#a5b4fc}.hover\:from-indigo-500:hover{--tw-gradient-from: #6366f1}.hover\:to-purple-500:hover{--tw-gradient-to: #a855f7}.hover\:shadow-indigo-500\/40:hover{box-shadow:0 10px 15px -3px #6366f166}.hover\:scale-\[1\.02\]:hover{transform:scale(1.02)}.active\:scale-\[0\.98\]:active{transform:scale(.98)}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.focus\:border-indigo-500\/50:focus{border-color:#6366f180}.focus\:ring-1:focus{box-shadow:0 0 0 1px}.focus\:ring-indigo-500\/50:focus{box-shadow:0 0 0 1px #6366f180}.leading-relaxed{line-height:1.625}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@media(min-width:640px){.sm\:text-sm{font-size:.875rem}.sm\:text-base{font-size:1rem}.sm\:text-lg{font-size:1.125rem}.sm\:text-xl{font-size:1.25rem}.sm\:text-5xl{font-size:3rem}.sm\:space-y-3>*+*{margin-top:.75rem}.sm\:w-2\.5{width:.625rem}.sm\:h-2\.5{height:.625rem}.sm\:p-6{padding:1.5rem}.sm\:p-4{padding:1rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:pr-12{padding-right:3rem}.sm\:gap-2{gap:.5rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:space-y-4>*+*{margin-top:1rem}.sm\:space-y-6>*+*{margin-top:1.5rem}.sm\:space-y-12>*+*{margin-top:3rem}.sm\:w-5{width:1.25rem}.sm\:h-5{height:1.25rem}.sm\:w-20{width:5rem}.sm\:h-20{height:5rem}.sm\:w-48{width:12rem}.sm\:h-36{height:9rem}.sm\:h-16{height:4rem}.sm\:w-\[18px\]{width:18px}.sm\:h-\[18px\]{height:18px}.sm\:w-\[40\%\]{width:40%}.sm\:h-\[40\%\]{height:40%}.sm\:rounded-3xl{border-radius:1.5rem}.sm\:rounded-xl{border-radius:.75rem}.sm\:blur-\[120px\]{filter:blur(120px)}.sm\:bottom-6{bottom:1.5rem}.sm\:right-6{right:1.5rem}.sm\:p-2{padding:.5rem}.sm\:p-3{padding:.75rem}.sm\:inline{display:inline}}@media(min-width:768px){.md\:text-xl{font-size:1.25rem}.md\:text-6xl{font-size:3.75rem}.md\:text-8xl{font-size:6rem}.md\:p-8{padding:2rem}.md\:flex-row{flex-direction:row}.md\:w-96{width:24rem}.md\:h-auto{height:auto}.md\:h-36{height:9rem}.md\:w-48{width:12rem}.md\:absolute{position:absolute}.md\:bottom-6{bottom:1.5rem}.md\:right-6{right:1.5rem}.md\:z-10{z-index:10}.md\:rounded-xl{border-radius:.75rem}.md\:shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.md\:border-2{border-width:2px}.md\:min-h-0{min-height:0}.md\:border-t-0{border-top-width:0}.md\:border-l{border-left-width:1px}}@media(min-width:1024px){.lg\:text-7xl{font-size:4.5rem}}@media(min-width:1280px){.xl\:text-8xl{font-size:6rem}}.xs\:hidden{display:none}@media(min-width:475px){.xs\:inline{display:inline}.xs\:hidden{display:none}}.legal-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-primary)}.legal-header{background:#1a1a23f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);position:sticky;top:0;z-index:100}.legal-header-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-link{text-decoration:none}.logo{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.legal-nav{display:flex;gap:2rem}.legal-nav a{color:var(--text-secondary);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.legal-nav a:hover{color:var(--text-primary)}.legal-main{flex:1;padding:4rem 2rem}.legal-container{max-width:800px;margin:0 auto}.legal-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-content{color:var(--text-secondary);line-height:1.8}.legal-content h2{color:var(--text-primary);font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem}.legal-content h3{color:var(--text-primary);font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.legal-content p{margin-bottom:1.25rem}.legal-content ul,.legal-content ol{margin-left:1.5rem;margin-bottom:1.25rem}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--accent-primary);text-decoration:none;transition:color .2s ease}.legal-content a:hover{color:var(--accent-hover);text-decoration:underline}.legal-footer{background:var(--bg-secondary);border-top:1px solid rgba(255,255,255,.05);padding:3rem 2rem 2rem;margin-top:auto}.legal-footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;justify-content:center}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--text-primary)}.footer-copyright{text-align:center;color:var(--text-secondary);font-size:.875rem;margin-top:1.5rem}@media(max-width:768px){.legal-header-content{flex-direction:column;gap:1rem;padding:1rem}.legal-nav{gap:1rem;flex-wrap:wrap;justify-content:center}.legal-title{font-size:2rem}.legal-main{padding:2rem 1rem}.footer-links{flex-direction:column;align-items:center;gap:.75rem}}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.contact-method{background:#1a1a2399;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.contact-method h3{color:var(--text-primary);font-size:1.1rem;margin-bottom:.75rem}.contact-method p{margin-bottom:.5rem}.contact-method a{color:var(--accent-primary);text-decoration:none}.contact-method a:hover{text-decoration:underline}.contact-form{background:#1a1a2399;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.05);margin:2rem 0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:var(--text-primary);font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem;background:#0f0f13cc;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text-primary);font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-primary)}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;width:100%}.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6366f14d}.submit-button:active{transform:translateY(0)}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:12px;padding:2rem;text-align:center;margin:2rem 0}.success-message h3{color:var(--success);margin-bottom:.5rem}.faq-section{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.faq-item{background:#1a1a2366;padding:1.5rem;border-radius:8px;margin-bottom:1rem;border-left:3px solid var(--accent-primary)}.faq-item h3{color:var(--text-primary);font-size:1.1rem;margin-bottom:.5rem}.faq-item p{margin-bottom:0}@media(max-width:768px){.contact-form{padding:1.5rem}.submit-button{padding:.875rem 1.5rem}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);padding:2rem;position:relative;overflow:hidden}.not-found-content{max-width:600px;text-align:center;z-index:10;position:relative}.error-code{font-size:10rem;font-weight:900;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.error-title{font-size:2.5rem;color:var(--text-primary);margin-bottom:1rem}.error-description{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.primary-button{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;padding:1rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease;display:inline-block}.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6366f14d}.secondary-button{background:#1a1a23cc;color:var(--text-primary);padding:1rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;border:1px solid rgba(255,255,255,.1);transition:all .2s ease;display:inline-block}.secondary-button:hover{background:#1a1a23;border-color:#fff3;transform:translateY(-2px)}.helpful-links{background:#1a1a2399;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.helpful-links h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem}.helpful-links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.helpful-links li{margin:0}.helpful-links a{color:var(--accent-primary);text-decoration:none;transition:color .2s ease;font-size:1rem}.helpful-links a:hover{color:var(--accent-hover);text-decoration:underline}.error-animation{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.floating-shapes{position:relative;width:100%;height:100%}.shape{position:absolute;border-radius:50%;opacity:.1;animation:float 20s ease-in-out infinite}.shape-1{width:300px;height:300px;background:linear-gradient(135deg,#6366f1,#a855f7);top:10%;left:10%;animation-delay:0s}.shape-2{width:200px;height:200px;background:linear-gradient(135deg,#a855f7,#6366f1);bottom:20%;right:15%;animation-delay:5s}.shape-3{width:150px;height:150px;background:linear-gradient(135deg,#6366f1,#a855f7);top:60%;left:70%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(20px,30px) scale(1.05)}}@media(max-width:768px){.error-code{font-size:6rem}.error-title{font-size:2rem}.error-description{font-size:1rem}.error-actions{flex-direction:column;align-items:stretch}.primary-button,.secondary-button{width:100%}.shape-1{width:200px;height:200px}.shape-2{width:150px;height:150px}.shape-3{width:100px;height:100px}}
