*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{height:100%;scroll-behavior:smooth}body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;color:#111827;background-color:#f9fafb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin-bottom:16px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:16px}p:last-child{margin-bottom:0}a{color:#4f46e5;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:#4338ca;text-decoration:underline}a:focus{outline:2px solid #4F46E5;outline-offset:2px}ul,ol{padding-left:20px;margin-bottom:16px}li{margin-bottom:4px}button,input,textarea,select{font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;text-decoration:none;transition:all .3s ease-in-out;border-radius:12px;position:relative;overflow:hidden;height:40px;padding:0 16px;font-size:1rem}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn:disabled:before{display:none}.btn:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}.btn:active{transform:translateY(1px)}.btn--primary{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-radius:16px;box-shadow:0 4px 15px #4f46e566}.btn--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn--primary:hover:before{left:100%}.btn--primary:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn--primary:disabled:before{display:none}.btn--primary:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}.btn--primary:active{transform:translateY(1px)}.btn--primary:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.btn--primary:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(135deg,#4338ca,#6d28d9);box-shadow:0 8px 25px #4f46e599}.btn--primary:active{transform:translateY(0);box-shadow:0 2px 10px #4f46e566}.btn--secondary{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden;background:#fff;color:#111827;border:2px solid #E5E7EB;border-radius:16px;box-shadow:0 2px 8px #0000001a}.btn--secondary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn--secondary:hover:before{left:100%}.btn--secondary:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn--secondary:disabled:before{display:none}.btn--secondary:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}.btn--secondary:active{transform:translateY(1px)}.btn--secondary:before{background:linear-gradient(90deg,transparent,rgba(79,70,229,.1),transparent)}.btn--secondary:hover:not(:disabled){background:#f9fafb;border-color:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.btn--secondary:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.btn--ghost{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;text-decoration:none;transition:all .3s ease-in-out;border-radius:12px;position:relative;overflow:hidden;background:transparent;color:#6b7280}.btn--ghost:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn--ghost:hover:before{left:100%}.btn--ghost:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn--ghost:disabled:before{display:none}.btn--ghost:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}.btn--ghost:active{transform:translateY(1px)}.btn--ghost:hover:not(:disabled){background:#4f46e51a;color:#4f46e5;transform:translateY(-1px)}.btn--large{height:48px;padding:0 24px;font-size:1.125rem}.btn--loading{position:relative;color:transparent!important}.btn--loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin 1s linear infinite;color:inherit}.input{width:100%;padding:12px 16px;border:1px solid #D1D5DB;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;background:#fff;color:#111827;transition:all .15s ease-in-out}.input::placeholder{color:#9ca3af}.input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.input--large{height:48px;padding:12px 16px;font-size:1.125rem}.input--error{border-color:#ef4444}.input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}img{max-width:100%;height:auto;display:block}.container{max-width:1280px;margin:0 auto;padding-left:16px;padding-right:16px}@media (min-width: 640px){.container{padding-left:24px;padding-right:24px}}@media (min-width: 1024px){.container{padding-left:32px;padding-right:32px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.m-0{margin:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pr-0{padding-right:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.p-0{padding:0}.mt-1{margin-top:4px}.mb-1{margin-bottom:4px}.ml-1{margin-left:4px}.mr-1{margin-right:4px}.mx-1{margin-left:4px;margin-right:4px}.my-1{margin-top:4px;margin-bottom:4px}.m-1{margin:4px}.pt-1{padding-top:4px}.pb-1{padding-bottom:4px}.pl-1{padding-left:4px}.pr-1{padding-right:4px}.px-1{padding-left:4px;padding-right:4px}.py-1{padding-top:4px;padding-bottom:4px}.p-1{padding:4px}.mt-2{margin-top:8px}.mb-2{margin-bottom:8px}.ml-2{margin-left:8px}.mr-2{margin-right:8px}.mx-2{margin-left:8px;margin-right:8px}.my-2{margin-top:8px;margin-bottom:8px}.m-2{margin:8px}.pt-2{padding-top:8px}.pb-2{padding-bottom:8px}.pl-2{padding-left:8px}.pr-2{padding-right:8px}.px-2{padding-left:8px;padding-right:8px}.py-2{padding-top:8px;padding-bottom:8px}.p-2{padding:8px}.mt-3{margin-top:12px}.mb-3{margin-bottom:12px}.ml-3{margin-left:12px}.mr-3{margin-right:12px}.mx-3{margin-left:12px;margin-right:12px}.my-3{margin-top:12px;margin-bottom:12px}.m-3{margin:12px}.pt-3{padding-top:12px}.pb-3{padding-bottom:12px}.pl-3{padding-left:12px}.pr-3{padding-right:12px}.px-3{padding-left:12px;padding-right:12px}.py-3{padding-top:12px;padding-bottom:12px}.p-3{padding:12px}.mt-4{margin-top:16px}.mb-4{margin-bottom:16px}.ml-4{margin-left:16px}.mr-4{margin-right:16px}.mx-4{margin-left:16px;margin-right:16px}.my-4{margin-top:16px;margin-bottom:16px}.m-4{margin:16px}.pt-4{padding-top:16px}.pb-4{padding-bottom:16px}.pl-4{padding-left:16px}.pr-4{padding-right:16px}.px-4{padding-left:16px;padding-right:16px}.py-4{padding-top:16px;padding-bottom:16px}.p-4{padding:16px}.mt-5{margin-top:20px}.mb-5{margin-bottom:20px}.ml-5{margin-left:20px}.mr-5{margin-right:20px}.mx-5{margin-left:20px;margin-right:20px}.my-5{margin-top:20px;margin-bottom:20px}.m-5{margin:20px}.pt-5{padding-top:20px}.pb-5{padding-bottom:20px}.pl-5{padding-left:20px}.pr-5{padding-right:20px}.px-5{padding-left:20px;padding-right:20px}.py-5{padding-top:20px;padding-bottom:20px}.p-5{padding:20px}.mt-6{margin-top:24px}.mb-6{margin-bottom:24px}.ml-6{margin-left:24px}.mr-6{margin-right:24px}.mx-6{margin-left:24px;margin-right:24px}.my-6{margin-top:24px;margin-bottom:24px}.m-6{margin:24px}.pt-6{padding-top:24px}.pb-6{padding-bottom:24px}.pl-6{padding-left:24px}.pr-6{padding-right:24px}.px-6{padding-left:24px;padding-right:24px}.py-6{padding-top:24px;padding-bottom:24px}.p-6{padding:24px}.mt-8{margin-top:32px}.mb-8{margin-bottom:32px}.ml-8{margin-left:32px}.mr-8{margin-right:32px}.mx-8{margin-left:32px;margin-right:32px}.my-8{margin-top:32px;margin-bottom:32px}.m-8{margin:32px}.pt-8{padding-top:32px}.pb-8{padding-bottom:32px}.pl-8{padding-left:32px}.pr-8{padding-right:32px}.px-8{padding-left:32px;padding-right:32px}.py-8{padding-top:32px;padding-bottom:32px}.p-8{padding:32px}.mt-10{margin-top:40px}.mb-10{margin-bottom:40px}.ml-10{margin-left:40px}.mr-10{margin-right:40px}.mx-10{margin-left:40px;margin-right:40px}.my-10{margin-top:40px;margin-bottom:40px}.m-10{margin:40px}.pt-10{padding-top:40px}.pb-10{padding-bottom:40px}.pl-10{padding-left:40px}.pr-10{padding-right:40px}.px-10{padding-left:40px;padding-right:40px}.py-10{padding-top:40px;padding-bottom:40px}.p-10{padding:40px}.mt-12{margin-top:48px}.mb-12{margin-bottom:48px}.ml-12{margin-left:48px}.mr-12{margin-right:48px}.mx-12{margin-left:48px;margin-right:48px}.my-12{margin-top:48px;margin-bottom:48px}.m-12{margin:48px}.pt-12{padding-top:48px}.pb-12{padding-bottom:48px}.pl-12{padding-left:48px}.pr-12{padding-right:48px}.px-12{padding-left:48px;padding-right:48px}.py-12{padding-top:48px;padding-bottom:48px}.p-12{padding:48px}.mt-14{margin-top:56px}.mb-14{margin-bottom:56px}.ml-14{margin-left:56px}.mr-14{margin-right:56px}.mx-14{margin-left:56px;margin-right:56px}.my-14{margin-top:56px;margin-bottom:56px}.m-14{margin:56px}.pt-14{padding-top:56px}.pb-14{padding-bottom:56px}.pl-14{padding-left:56px}.pr-14{padding-right:56px}.px-14{padding-left:56px;padding-right:56px}.py-14{padding-top:56px;padding-bottom:56px}.p-14{padding:56px}.mt-16{margin-top:64px}.mb-16{margin-bottom:64px}.ml-16{margin-left:64px}.mr-16{margin-right:64px}.mx-16{margin-left:64px;margin-right:64px}.my-16{margin-top:64px;margin-bottom:64px}.m-16{margin:64px}.pt-16{padding-top:64px}.pb-16{padding-bottom:64px}.pl-16{padding-left:64px}.pr-16{padding-right:64px}.px-16{padding-left:64px;padding-right:64px}.py-16{padding-top:64px;padding-bottom:64px}.p-16{padding:64px}.mt-20{margin-top:80px}.mb-20{margin-bottom:80px}.ml-20{margin-left:80px}.mr-20{margin-right:80px}.mx-20{margin-left:80px;margin-right:80px}.my-20{margin-top:80px;margin-bottom:80px}.m-20{margin:80px}.pt-20{padding-top:80px}.pb-20{padding-bottom:80px}.pl-20{padding-left:80px}.pr-20{padding-right:80px}.px-20{padding-left:80px;padding-right:80px}.py-20{padding-top:80px;padding-bottom:80px}.p-20{padding:80px}.mt-24{margin-top:96px}.mb-24{margin-bottom:96px}.ml-24{margin-left:96px}.mr-24{margin-right:96px}.mx-24{margin-left:96px;margin-right:96px}.my-24{margin-top:96px;margin-bottom:96px}.m-24{margin:96px}.pt-24{padding-top:96px}.pb-24{padding-bottom:96px}.pl-24{padding-left:96px}.pr-24{padding-right:96px}.px-24{padding-left:96px;padding-right:96px}.py-24{padding-top:96px;padding-bottom:96px}.p-24{padding:96px}.flex{display:flex}.flex-column{flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}@media (min-width: 640px){.sm\:block{display:block}.sm\:hidden{display:none}.sm\:flex{display:flex}}@media (min-width: 768px){.md\:block{display:block}.md\:hidden{display:none}.md\:flex{display:flex}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:hidden{display:none}.lg\:flex{display:flex}}.toast{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;background:#fff;border:1px solid transparent;min-width:320px;max-width:480px;opacity:0;transform:translate(100%);transition:all .3s ease-in-out}.toast--visible{opacity:1;transform:translate(0)}.toast--exiting{opacity:0;transform:translate(100%)}.toast--success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.toast--success .toast__icon{color:#16a34a}.toast--error{background:#fef2f2;border-color:#fecaca;color:#dc2626}.toast--error .toast__icon{color:#ef4444}.toast--info{background:#eff6ff;border-color:#dbeafe;color:#1d4ed8}.toast--info .toast__icon{color:#3b82f6}.toast__icon{flex-shrink:0;width:20px;height:20px;margin-top:4px}.toast__icon svg{width:100%;height:100%}.toast__content{flex:1;min-width:0}.toast__message{margin:0;font-size:1rem;font-weight:400;line-height:1.5;word-break:break-word}.toast__close{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:4px;cursor:pointer;color:currentColor;opacity:.6;transition:all .15s ease-in-out}.toast__close:hover{opacity:1;background:#0000001a}.toast__close:focus{outline:2px solid currentColor;outline-offset:1px}.toast__close svg{width:16px;height:16px}.toast-container{position:fixed;top:80px;right:16px;z-index:1070;display:flex;flex-direction:column;gap:12px;pointer-events:none}@media (min-width: 640px){.toast-container{right:24px}}.toast-container .toast{pointer-events:auto}.language-switcher{position:relative;display:inline-block}.language-switcher:hover .language-switcher__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.language-switcher__current{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:transparent;border:1px solid rgba(107,114,128,.2);border-radius:8px;cursor:pointer;transition:all .2s ease;color:#374151;font-size:.875rem;font-weight:500}.language-switcher__current:hover{border-color:#4f46e5;background:#4f46e50d}.language-switcher__current:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.language-switcher__flag{font-size:1.125rem;line-height:1}.language-switcher__code{font-weight:600;letter-spacing:.05em}.language-switcher__dropdown{position:absolute;top:100%;right:0;min-width:150px;margin-top:.5rem;padding:.5rem;background:#fff;border:1px solid rgba(107,114,128,.2);border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:50;opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:all .2s ease}.language-switcher__option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:.875rem;text-align:left}.language-switcher__option:hover{background:#4f46e50d}.language-switcher__option:focus{outline:none;background:#4f46e50d}.language-switcher__option--active{background:#4f46e51a;color:#4f46e5;font-weight:600}.language-switcher__option--active .language-switcher__option-name{font-weight:600}.language-switcher__option-flag{font-size:1.125rem;line-height:1}.language-switcher__option-name{font-weight:500}@media (max-width: 768px){.language-switcher__current{padding:.375rem .75rem;font-size:.8125rem}.language-switcher__dropdown{right:-.5rem}.language-switcher__option{padding:.625rem .75rem}}.nav{position:fixed;top:0;left:0;right:0;height:64px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;border-bottom:1px solid #E5E7EB;z-index:1030}.nav__container{max-width:1280px;margin:0 auto;padding-left:16px;padding-right:16px;height:100%;display:flex;align-items:center;justify-content:space-between}@media (min-width: 640px){.nav__container{padding-left:24px;padding-right:24px}}@media (min-width: 1024px){.nav__container{padding-left:32px;padding-right:32px}}.nav__brand{font-size:1.125rem;font-weight:600;color:#4f46e5;text-decoration:none;transition:color .15s ease-in-out}.nav__brand:hover{color:#4338ca;text-decoration:none}.nav__brand:focus{outline:2px solid #4F46E5;outline-offset:2px}.nav__links{display:none;gap:32px}@media (min-width: 768px){.nav__links{display:flex}}.nav__link{color:#6b7280;font-weight:500;padding:8px 12px;border-radius:4px;transition:all .15s ease-in-out;text-decoration:none}.nav__link:hover{color:#111827;background:#f3f4f6;text-decoration:none}.nav__link--active{color:#4f46e5;background:#4f46e51a}.nav__link:focus{outline:2px solid #4F46E5;outline-offset:2px}.hero{padding-top:160px;padding-bottom:64px}.hero__container{max-width:640px;margin:0 auto;padding-left:16px;padding-right:16px}@media (min-width: 640px){.hero__container{padding-left:24px;padding-right:24px}}@media (min-width: 1024px){.hero__container{padding-left:32px;padding-right:32px}}.hero__content{text-align:center;margin-bottom:48px}.hero__title{font-size:2.5rem;font-weight:600;margin-bottom:32px;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@supports not (background-clip: text){.hero__title{color:#4f46e5}}.hero__subtitle{font-size:1.125rem;color:#6b7280;line-height:1.75;margin-bottom:0}.hero__actions{display:flex;flex-direction:column;gap:48px;align-items:center}@media (min-width: 1024px){.hero__actions{flex-direction:row;justify-content:center;align-items:center;gap:48px}}.hero__primary-action{flex:1;width:100%;max-width:300px;display:flex;align-items:center;justify-content:center}@media (min-width: 1024px){.hero__primary-action{flex:0 0 auto;width:auto;max-width:none}}.hero__primary-action .btn{width:100%;height:56px;padding:0 48px;font-size:1.125rem;font-weight:500}@media (min-width: 1024px){.hero__primary-action .btn{width:auto;min-width:200px}}.hero__secondary-action{flex:1;width:100%;display:flex;align-items:center;justify-content:center}@media (min-width: 1024px){.hero__secondary-action{flex:0 0 400px;width:400px}}.hero__join-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:24px;text-align:center}.hero__join-title{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#111827}.hero__join-form{display:flex;flex-direction:column;gap:12px}@media (min-width: 640px){.hero__join-form{flex-direction:row;gap:8px}}.hero__join-form .input{flex:1;height:48px}.hero__join-form .btn{height:48px;flex-shrink:0}@media (min-width: 640px){.hero__join-form .btn{width:auto;min-width:80px}}.footer{margin-top:auto;padding:32px 0;border-top:1px solid #E5E7EB;background:#f9fafb}.footer__container{max-width:1280px;margin:0 auto;padding-left:16px;padding-right:16px;display:flex;flex-direction:column;align-items:center;gap:16px}@media (min-width: 640px){.footer__container{padding-left:24px;padding-right:24px}}@media (min-width: 1024px){.footer__container{padding-left:32px;padding-right:32px}}@media (min-width: 768px){.footer__container{flex-direction:row;justify-content:space-between;align-items:center}}.footer__content{color:#6b7280;font-size:.875rem;text-align:center}@media (min-width: 768px){.footer__content{text-align:left}}.footer__links{display:flex;align-items:center;gap:24px}.footer__link{color:#9ca3af;transition:color .15s ease-in-out;display:flex;align-items:center;justify-content:center;text-decoration:none}.footer__link:hover{color:#4f46e5}.footer__link:focus{outline:2px solid #4F46E5;outline-offset:2px}.footer__link svg{width:24px;height:24px}.footer__link--text{font-size:.875rem;font-weight:500}.footer__link--text:hover{text-decoration:underline}.language-toggle{display:flex;align-items:center;gap:.25rem;padding:.5rem;background:#fffffff2;border:1px solid rgba(107,114,128,.2);border-radius:50px;cursor:pointer;transition:all .3s ease;font-size:.875rem;font-weight:500;color:#374151;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000014}.language-toggle:hover{transform:translateY(-1px);border-color:#4f46e5;box-shadow:0 4px 12px #4f46e526}.language-toggle:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.language-toggle:active{transform:translateY(0)}.language-toggle--fixed{position:fixed;top:1rem;right:1rem;z-index:1000}.language-toggle--static{position:static}.language-toggle--small{padding:.375rem;font-size:.75rem;gap:.125rem}.language-toggle--small .language-toggle__flag{font-size:.875rem}.language-toggle--medium{padding:.5rem;font-size:.875rem;gap:.25rem}.language-toggle--medium .language-toggle__flag{font-size:1rem}.language-toggle--large{padding:.625rem;font-size:1rem;gap:.375rem}.language-toggle--large .language-toggle__flag{font-size:1.125rem}.language-toggle__current,.language-toggle__next{display:flex;align-items:center;gap:.25rem}.language-toggle__next{opacity:.4;transform:scale(.9);transition:all .3s ease}.language-toggle--small .language-toggle__next{transform:scale(.85)}.language-toggle--large .language-toggle__next{transform:scale(.95)}.language-toggle:hover .language-toggle__next{opacity:.7;transform:scale(1)}.language-toggle__flag{line-height:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.1))}.language-toggle__code{font-weight:600;letter-spacing:.025em;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.language-toggle__arrow{opacity:.3;transition:all .3s ease;transform:rotate(-90deg);margin:0 .125rem}.language-toggle--small .language-toggle__arrow{width:10px;height:10px}.language-toggle--large .language-toggle__arrow{width:14px;height:14px}.language-toggle:hover .language-toggle__arrow{opacity:.6;transform:rotate(-90deg) translate(1px)}@media (prefers-color-scheme: dark){.language-toggle{background:#1f2937f2;color:#f9fafb;border-color:#9ca3af33}.language-toggle:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f140}.language-toggle:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}}@media (max-width: 768px){.language-toggle--fixed{top:.75rem;right:.75rem}.language-toggle--medium{padding:.375rem;font-size:.8125rem}.language-toggle--large{padding:.5rem;font-size:.875rem}}@media (prefers-contrast: high){.language-toggle{border:2px solid #374151}.language-toggle:hover,.language-toggle:focus{border-color:#1f2937}}@media (prefers-reduced-motion: reduce){.language-toggle,.language-toggle__next,.language-toggle__arrow{transition:none}.language-toggle:hover{transform:none}}.home{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb}.home__main{flex:1;display:flex;flex-direction:column}.queue-header{padding:16px;background:#fff;border-bottom:1px solid #E5E7EB}@media (max-width: 639px){.queue-header{padding:8px}}@media (min-width: 768px){.queue-header{padding:24px}}.queue-header__info{text-align:center;margin-bottom:16px}.queue-header__name{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 12px}.queue-header__id-container{position:relative;display:inline-flex;align-items:center;gap:8px;margin-bottom:8px}.queue-header__id{display:flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;transition:all .15s ease-in-out;color:#6b7280}.queue-header__id:hover{background:#f3f4f6;color:#111827}.queue-header__id:hover .queue-header__copy-icon{opacity:1;transform:scale(1.1)}.queue-header__id:focus{outline:2px solid #4F46E5;outline-offset:2px}.queue-header__id-text{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:inherit;background:transparent;border:none}.queue-header__copy-icon{opacity:.6;transition:all .15s ease-in-out;width:16px;height:16px}.queue-header__share{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#6b7280;border-radius:8px;cursor:pointer;transition:all .15s ease-in-out}.queue-header__share:hover{background:#4f46e5;color:#fff;transform:scale(1.05)}.queue-header__share:focus{outline:2px solid #4F46E5;outline-offset:2px}.queue-header__share svg{width:18px;height:18px}.queue-header__tooltip{position:absolute;top:-35px;left:50%;transform:translate(-50%);background:#111827;color:#fff;padding:4px 8px;border-radius:4px;font-size:.875rem;white-space:nowrap;animation:fadeInOut 2s ease-in-out}.queue-header__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#111827}@keyframes fadeInOut{0%,to{opacity:0;transform:translate(-50%) translateY(5px)}10%,90%{opacity:1;transform:translate(-50%) translateY(0)}}.queue-header__expiry{font-size:.875rem;color:#6b7280;font-weight:500;transition:color .15s ease-in-out}.queue-header__expiry--warning{color:#f59e0b;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.queue-header__controls{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #E5E7EB;gap:16px;flex-wrap:wrap}@media (min-width: 640px){.queue-header__controls{flex-wrap:nowrap}}.queue-header__host-badge{display:flex;align-items:center;justify-content:center;gap:8px;background:#10b9811a;color:#10b981;padding:8px 12px;border-radius:8px;font-size:.875rem;font-weight:500;white-space:nowrap}.queue-header__badge-icon{font-size:14px}.queue-header__sort-toggles{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}@media (min-width: 640px){.queue-header__sort-toggles{flex-wrap:nowrap}}.queue-header__sort-label{font-size:.875rem;color:#6b7280;font-weight:500;white-space:nowrap}.queue-header__toggle-group{display:flex;gap:4px;background:#f3f4f6;padding:4px;border-radius:8px}.queue-header__toggle{padding:8px 12px;border:none;background:transparent;color:#6b7280;font-size:.875rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .15s ease-in-out;white-space:nowrap}.queue-header__toggle:hover:not(.queue-header__toggle--active){background:#fff;color:#111827}.queue-header__toggle:focus{outline:2px solid #4F46E5;outline-offset:2px}.queue-header__toggle--active{background:#4f46e5;color:#fff;box-shadow:0 1px 2px #0000000d}.queue-header__toggle--active:hover{background:#4338ca}.queue-header__toggle-btn{display:none}@media (max-width: 639px){.queue-header__toggle-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;background:transparent;border:none;cursor:pointer;text-align:left;transition:background-color .15s ease-in-out}.queue-header__toggle-btn:hover{background:#f9fafb}.queue-header__toggle-btn:focus{outline:2px solid #4F46E5;outline-offset:2px}}.queue-header__toggle-arrow{transition:transform .15s ease-in-out;color:#6b7280}.queue-header__toggle-arrow--expanded{transform:rotate(180deg)}.queue-header__name--compact{display:none}@media (max-width: 639px){.queue-header__name--compact{display:block;font-size:1rem;font-weight:600;color:#111827;margin:0}}@media (max-width: 639px){.queue-header__name--desktop{display:none}}@media (max-width: 639px){.queue-header__content{overflow:hidden;transition:all}}@media (max-width: 639px){.queue-header--collapsed .queue-header__content{max-height:0;opacity:0;padding-top:0;padding-bottom:0}}@media (max-width: 639px){.queue-header--expanded .queue-header__content{max-height:500px;opacity:1;padding-top:12px;padding-bottom:12px}}@media (min-width: 640px){.queue-header__info{margin-bottom:24px}.queue-header__controls{justify-content:space-between}.queue-header__content{max-height:none!important;opacity:1!important;padding:0!important}}.modal-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1040;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirmation-modal{background:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;width:100%;max-width:480px;max-height:90vh;overflow:hidden;z-index:1050;animation:slideInScale .3s ease-in-out}@keyframes slideInScale{0%{opacity:0;transform:scale(.9) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirmation-modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #E5E7EB}.confirmation-modal__title{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.confirmation-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:4px;color:#6b7280;cursor:pointer;transition:all .15s ease-in-out}.confirmation-modal__close:hover{background:#f3f4f6;color:#111827}.confirmation-modal__close:focus{outline:2px solid #4F46E5;outline-offset:2px}.confirmation-modal__close svg{width:20px;height:20px}.confirmation-modal__body{padding:24px}.confirmation-modal__message{font-size:1rem;line-height:1.75;color:#111827;margin:0}.confirmation-modal__footer{display:flex;gap:12px;padding:24px;border-top:1px solid #E5E7EB;justify-content:flex-end}@media (min-width: 640px){.confirmation-modal__footer{flex-direction:row}}.confirmation-modal__footer .btn{flex:1}@media (min-width: 640px){.confirmation-modal__footer .btn{flex:0 0 auto;min-width:100px}}.btn--danger{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden;background:#ef4444;color:#fff;border-radius:16px;box-shadow:0 4px 15px #ef444466}.btn--danger:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn--danger:hover:before{left:100%}.btn--danger:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn--danger:disabled:before{display:none}.btn--danger:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}.btn--danger:active{transform:translateY(1px)}.btn--danger:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.btn--danger:hover:not(:disabled){background:#dc2626;transform:translateY(-2px);box-shadow:0 8px 25px #ef444499}.btn--danger:active{transform:translateY(0);box-shadow:0 2px 10px #ef444466}.message-card{display:flex;gap:16px;padding:16px;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);transition:all .15s ease-in-out}.message-card:hover{background:#f9fafb}.message-card:last-child{border-bottom:none}.message-card--read,.message-card--read:hover{background:#f3f4f6}.message-card--unread{border-left:3px solid transparent}.message-card--unread:hover{border-left-color:#4f46e5}.message-card__voting{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.message-card__vote-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;color:#6b7280;border-radius:8px;cursor:pointer;transition:all .15s ease-in-out}.message-card__vote-button:hover{background:#ef44441a;color:#dc2626;transform:scale(1.1)}.message-card__vote-button:focus{outline:2px solid #4F46E5;outline-offset:2px}.message-card__vote-button--voted{color:#dc2626}.message-card__vote-button--voted:hover{background:#dc26261a;color:#b91c1c;transform:scale(1.1)}.message-card__vote-button svg{width:24px;height:24px}.message-card__vote-count{font-size:.875rem;font-weight:500;color:#6b7280;min-width:24px;text-align:center}.message-card__content{flex:1;min-width:0}.message-card__text{font-size:1rem;line-height:1.5;color:#111827;margin-bottom:8px;word-wrap:break-word}.message-card__metadata{font-size:.875rem;color:#6b7280;display:flex;align-items:center;gap:8px}.message-card__actions{display:flex;align-items:flex-start;gap:8px;flex-shrink:0}.message-card__actions--mobile{display:none;margin-top:12px;justify-content:flex-end}@media (max-width: 639px){.message-card__actions--mobile{display:flex}}@media (max-width: 639px){.message-card__actions--desktop{display:none}}.message-card__read-status{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.message-card__read-icon{color:#10b981;width:16px;height:16px}.message-card__unread-dot{width:8px;height:8px;border-radius:50%;border:1px solid #D1D5DB;background:transparent}.message-card__host-actions{display:flex;gap:8px;margin-left:4px}.message-card__action-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#6b7280;border-radius:4px;cursor:pointer;transition:all .15s ease-in-out}.message-card__action-button:hover{background:#f3f4f6;color:#111827;transform:scale(1.1)}.message-card__action-button:focus{outline:2px solid #4F46E5;outline-offset:2px}.message-card__action-button--danger:hover{background:#ef44441a;color:#ef4444}.message-card__action-button svg{width:16px;height:16px}.message-card.message-card--entering{animation:slideInFromBottom .3s ease-in-out}.message-card.message-card--updated{animation:highlightPulse 2s ease-in-out}@keyframes highlightPulse{0%,to{background:#fff}50%{background:#4f46e51a}}@media (min-width: 640px){.message-card{gap:12px;padding:12px}.message-card__vote-button{width:36px;height:36px}.message-card__action-button{width:28px;height:28px}.message-card__action-button svg{width:14px;height:14px}}.message-list{height:70vh;overflow-y:auto;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;position:relative;scroll-behavior:smooth}.message-list::-webkit-scrollbar{width:6px}.message-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.message-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.message-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.message-list--loading{display:flex;align-items:center;justify-content:center;padding:32px}.message-list__status{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;border-bottom:1px solid #E5E7EB;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .15s ease-in-out}.message-list__status--connected{background:#10b9811a;color:#10b981}.message-list__status--disconnected{background:#ef44441a;color:#ef4444;animation:pulse 2s infinite}.message-list__status-indicator{width:8px;height:8px;border-radius:50%;background:currentColor}.message-list__status--connected .message-list__status-indicator{animation:connectedPulse 2s infinite}.message-list__status--disconnected .message-list__status-indicator{animation:disconnectedBlink 1s infinite}.message-list__status-text{font-size:.875rem}.message-list__content{padding:8px 0}.message-list__item{animation:slideInFromBottom .3s ease-out}.message-list__item--last{margin-bottom:16px}.message-list__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:48px 24px;text-align:center;color:#6b7280}.message-list__empty-icon{margin-bottom:16px;color:#9ca3af;opacity:.8}.message-list__empty-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:8px}.message-list__empty-subtitle{font-size:1rem;color:#6b7280;margin:0}.message-list__skeleton{padding:16px}.message-list__skeleton-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #F3F4F6;animation:skeletonShimmer 1.5s infinite}.message-list__skeleton-item:last-child{border-bottom:none}.message-list__skeleton-voting{flex-shrink:0;width:44px;height:44px;background:#e5e7eb;border-radius:8px}.message-list__skeleton-content{flex:1;min-width:0}.message-list__skeleton-text{height:16px;background:#e5e7eb;border-radius:4px;margin-bottom:8px}.message-list__skeleton-text--short{width:60%}.message-list__skeleton-metadata{height:12px;width:40%;background:#e5e7eb;border-radius:4px}.message-list__skeleton-actions{flex-shrink:0;width:80px;height:32px;background:#e5e7eb;border-radius:4px}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes connectedPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes disconnectedBlink{0%,50%{opacity:1}51%,to{opacity:.3}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes skeletonShimmer{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@media (max-width: 639px){.message-list__status{position:static;z-index:auto}}@media (min-width: 640px){.message-list{height:75vh;border-radius:0;box-shadow:none}.message-list__content{padding:0}.message-list__empty{padding:32px 16px}.message-list__skeleton{padding:12px}.message-list__skeleton-item{gap:12px;padding:12px 0}}@media (prefers-contrast: high){.message-list__status{border-bottom-width:2px}.message-list__status-indicator{border:1px solid currentColor}}@media (prefers-reduced-motion: reduce){.message-list{scroll-behavior:auto}.message-list__item,.message-list__status-indicator,.message-list__skeleton-item{animation:none}}.message-input{position:sticky;bottom:0;background:#fff;border-top:1px solid #E5E7EB;padding:16px;z-index:1020}@media (min-width: 768px){.message-input{padding:24px;position:relative;bottom:auto}}.message-input__form{width:100%;max-width:768px;margin:0 auto}.message-input__author-section{margin-bottom:12px;animation:slideDown .3s ease-in-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:60px}}.message-input__author-name{width:100%;padding:12px 16px;border:1px solid #D1D5DB;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#111827;transition:all .15s ease-in-out;height:40px;font-size:1rem;border-radius:8px}.message-input__author-name::placeholder{color:#9ca3af}.message-input__author-name:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.message-input__author-name:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.message-input__main{display:flex;flex-direction:column;gap:12px}.message-input__textarea-container{flex:1;position:relative}.message-input__textarea{width:100%;min-height:56px;max-height:120px;padding:16px;border:2px solid #E5E7EB;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;background:#fff;color:#111827;resize:none;transition:all .15s ease-in-out}.message-input__textarea::placeholder{color:#9ca3af}.message-input__textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.message-input__textarea:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.message-input__textarea--error{border-color:#ef4444}.message-input__textarea--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.message-input__char-counter{margin-top:8px;text-align:right;color:#9ca3af;font-weight:500;transition:color .15s ease-in-out}.message-input__char-counter--warning{color:#f59e0b}.message-input__char-counter--error{color:#ef4444}.message-input__actions{display:flex;gap:12px;align-items:center;width:100%}.message-input__toggle-author{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;color:#6b7280;border-radius:8px;cursor:pointer;transition:all .15s ease-in-out}.message-input__toggle-author:hover{background:#f3f4f6;color:#111827}.message-input__toggle-author:focus{outline:2px solid #4F46E5;outline-offset:2px}.message-input__toggle-author--active{background:#4f46e51a;color:#4f46e5}.message-input__toggle-author--active:hover{background:#4f46e526}.message-input__toggle-author:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.message-input__toggle-author svg{width:20px;height:20px}.message-input .btn{flex:1;height:44px;min-width:80px;font-size:1rem}.message-input__help{margin-top:8px;font-size:.875rem;color:#9ca3af;text-align:center}@media (min-width: 768px){.message-input__help{text-align:left}}@media (max-width: 639px){.message-input{padding:12px 12px 0}.message-input__help{display:none}}@media screen and (max-width: 768px){.message-input{padding-bottom:env(keyboard-inset-height,16px);padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-bottom:max(16px,env(safe-area-inset-bottom))}}.queue-page{min-height:100vh;background:#f9fafb}.queue-page__container{max-width:768px;margin:0 auto;padding:24px 16px}@media (min-width: 640px){.queue-page__container{padding:16px 12px}}.queue-page__header{margin-bottom:24px}@media (min-width: 640px){.queue-page__header{margin-bottom:16px}}.queue-page__main{display:flex;flex-direction:column;gap:24px;height:calc(100vh - 200px)}@media (min-width: 640px){.queue-page__main{gap:0;height:calc(100vh - 120px);position:relative}}.queue-page__messages{flex:1;min-height:0;overflow-y:auto}@media (min-width: 640px){.queue-page__messages{padding-bottom:80px}}.queue-page__input{flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:16px;border:1px solid #E5E7EB}@media (min-width: 640px){.queue-page__input{padding:12px;border-radius:0;position:fixed;bottom:0;left:0;right:0;z-index:10;margin:0;border-left:none;border-right:none;border-bottom:none}}.queue-page--loading{display:flex;align-items:center;justify-content:center}.queue-page__loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:48px;text-align:center}.queue-page__loading-spinner{width:40px;height:40px;border:3px solid #E5E7EB;border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite}.queue-page__loading-text{font-size:1rem;color:#6b7280;margin:0}.queue-page--error{display:flex;align-items:center;justify-content:center}.queue-page__error{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:48px;text-align:center;max-width:400px}.queue-page__error-icon{color:#ef4444;opacity:.8}.queue-page__error-title{font-size:2rem;font-weight:600;color:#111827;margin:0}.queue-page__error-message{font-size:1rem;color:#6b7280;line-height:1.5;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 639px){.queue-page__container{max-width:100%;padding:12px 12px 0}.queue-page__main{gap:8px;height:calc(100vh - 80px)}}@media (min-width: 640px){.queue-page__container{max-width:100%}.queue-page__main{gap:12px}}@media (prefers-contrast: high){.queue-page__input{border-width:2px}.queue-page__loading-spinner{border-width:4px}}@media (prefers-reduced-motion: reduce){.queue-page__loading-spinner{animation:none;border-top-color:transparent;border-right-color:#4f46e5}}.queue-page:focus-within .queue-page__input{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#4f46e5}@media print{.queue-page{background:#fff}.queue-page__input{display:none}.queue-page__main{height:auto}}.contact{min-height:100vh;background:#f9fafb;padding:48px 0 64px}.contact__container{max-width:1280px;margin:0 auto;padding-left:16px;padding-right:16px;max-width:1200px}@media (min-width: 640px){.contact__container{padding-left:24px;padding-right:24px}}@media (min-width: 1024px){.contact__container{padding-left:32px;padding-right:32px}}.contact__header{text-align:center;margin-bottom:48px}@media (min-width: 640px){.contact__header{margin-bottom:32px}}.contact__title{font-size:2.5rem;font-weight:600;color:#111827;margin-bottom:16px}.contact__subtitle{color:#6b7280;max-width:600px;margin:0 auto;line-height:1.75}.contact__content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}@media (min-width: 768px){.contact__content{grid-template-columns:1fr;gap:48px}}@media (min-width: 640px){.contact__content{gap:32px}}.contact__info{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #E5E7EB}@media (min-width: 640px){.contact__info{padding:24px}}.contact__profile{display:flex;flex-direction:column;align-items:center;text-align:center}.contact__avatar{margin-bottom:24px}.contact__avatar-placeholder{width:120px;height:120px;background:linear-gradient(135deg,#4f46e5,#4338ca);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (min-width: 640px){.contact__avatar-placeholder{width:100px;height:100px}}.contact__avatar-placeholder svg{width:60px;height:60px}@media (min-width: 640px){.contact__avatar-placeholder svg{width:48px;height:48px}}.contact__name{font-size:2rem;font-weight:600;color:#111827;margin-bottom:8px}.contact__role{color:#4f46e5;font-weight:500;margin-bottom:24px}.contact__description{color:#6b7280;line-height:1.75;margin-bottom:32px;text-align:left}.contact__description p{margin-bottom:16px}.contact__description p:last-child{margin-bottom:0}.contact__social{display:flex;gap:16px;justify-content:center;margin-bottom:24px}@media (min-width: 640px){.contact__social{flex-direction:column;align-items:center;gap:12px}}.contact__social-link{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;color:#6b7280;text-decoration:none;font-weight:500;transition:all .15s ease-in-out}.contact__social-link:hover{background:#4f46e5;border-color:#4f46e5;color:#fff;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.contact__social-link:active{transform:translateY(0)}@media (min-width: 640px){.contact__social-link{width:200px;justify-content:center}}.contact__direct{border-top:1px solid #E5E7EB;padding-top:24px}.contact__email{display:flex;align-items:center;justify-content:center;gap:8px;color:#6b7280;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Fira Code,monospace}.contact__email svg{color:#4f46e5}.contact__form-section{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #E5E7EB;height:fit-content}@media (min-width: 640px){.contact__form-section{padding:24px}}.contact__form-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:24px;text-align:center}.contact__form{display:flex;flex-direction:column;gap:24px}.contact__form-group{display:flex;flex-direction:column;gap:8px}.contact__label{font-weight:500;color:#111827}.contact__input,.contact__textarea{padding:12px 16px;border:2px solid #E5E7EB;border-radius:8px;font-size:1rem;color:#111827;background:#fff;transition:all .15s ease-in-out;font-family:inherit}.contact__input::placeholder,.contact__textarea::placeholder{color:#9ca3af}.contact__input:focus,.contact__textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.contact__input:disabled,.contact__textarea:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.contact__textarea{resize:vertical;min-height:120px;line-height:1.5}.contact__submit{margin-top:8px;padding:16px 32px;font-size:1rem;font-weight:500}.contact__form-note{margin-top:24px;padding:16px;background:#f9fafb;border-radius:4px;color:#6b7280;line-height:1.5;text-align:center}.contact__email-link{color:#4f46e5;text-decoration:none;font-weight:500}.contact__email-link:hover{text-decoration:underline}.contact__info,.contact__form-section{animation:slideInUp .6s ease-out}.contact__form-section{animation-delay:.1s;animation-fill-mode:both}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 1024px){.contact__content{gap:48px}}@media (min-width: 768px){.contact__info{order:2}.contact__form-section{order:1}}@media (min-width: 640px){.contact{padding:32px 0 48px}.contact__title{font-size:2rem}.contact__subtitle{font-size:1rem}.contact__name{font-size:1.5rem}.contact__role{font-size:1rem}}@media (prefers-contrast: high){.contact__info,.contact__form-section,.contact__input,.contact__textarea{border-width:2px}}@media print{.contact__form-section{display:none}.contact__social-link:after{content:" (" attr(href) ")";font-size:.8em;color:#6b7280}}
