@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:#121212;color:#E0E0E0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-weight:600;line-height:1.2;color:#E0E0E0;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;color:#E0E0E0}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:#888888}.container{max-width:1200px}.container,.container-lg{margin:0 auto;padding:0 1rem}.container-lg{max-width:1400px}.container-sm{max-width:800px;margin:0 auto;padding:0 1rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media (max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#E0E0E0}.text-secondary{color:#B0B0B0}.text-accent{color:#888888}.text-dark{color:#121212}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-8xl{font-size:6rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-heading{font-family:Space Grotesk,system-ui,sans-serif}.m-0{margin:0}.m-1{margin:.5rem}.m-2{margin:1rem}.m-3{margin:1.5rem}.m-4{margin:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-8{margin-top:4rem}.mt-12{margin-top:6rem}.mt-16{margin-top:8rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-6{margin-bottom:3rem}.mb-8{margin-bottom:4rem}.mb-12{margin-bottom:6rem}.mb-16{margin-bottom:8rem}.mb-20{margin-bottom:10rem}.mb-24{margin-bottom:12rem}.mb-28{margin-bottom:14rem}.mb-32{margin-bottom:16rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.p-6{padding:3rem}.p-8{padding:4rem}.px-1{padding-left:.5rem;padding-right:.5rem}.px-2{padding-left:1rem;padding-right:1rem}.px-4{padding-left:2rem;padding-right:2rem}.px-6{padding-left:3rem;padding-right:3rem}.px-8{padding-left:4rem;padding-right:4rem}.py-1{padding-top:.5rem;padding-bottom:.5rem}.py-2{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:2rem;padding-bottom:2rem}.py-6{padding-top:3rem;padding-bottom:3rem}.py-12{padding-top:6rem;padding-bottom:6rem}.py-20{padding-top:10rem;padding-bottom:10rem}.bg-primary{background-color:#121212}.bg-secondary{background-color:#1a1a1a}.bg-accent{background-color:#888888}.bg-foreground{background-color:#E0E0E0}.border{border:1px solid #444444}.border-accent{border:1px solid #888888}.border-t{border-top:1px solid #444444}.border-b{border-bottom:1px solid #444444}.rounded{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:rgba(18,18,18,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #444444;height:4rem}.nav{max-width:1200px;margin:0 auto;padding:0 1rem;height:100%;display:flex;align-items:center;justify-content:space-between}.logo{gap:.5rem;font-family:Space Grotesk,sans-serif;font-size:1.25rem;color:#E0E0E0}.logo,.logo-icon{display:flex;align-items:center;font-weight:700}.logo-icon{width:2rem;height:2rem;background:linear-gradient(135deg,#888888,#E0E0E0);border-radius:.5rem;justify-content:center;color:#121212;font-size:.875rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-link{color:#B0B0B0;font-weight:500;position:relative;transition:color .2s ease}.nav-link:hover{color:#E0E0E0}.nav-link:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:#888888;transition:width .2s ease}.nav-link:hover:after{width:100%}.mobile-menu-btn{display:none;background:none;border:none;color:#B0B0B0;font-size:1.5rem;cursor:pointer}.mobile-menu{position:fixed;top:4rem;left:0;right:0;z-index:999;background-color:#121212;border-bottom:1px solid #444444;padding:1rem 0;display:none}.mobile-menu-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:1rem}.mobile-menu-link{color:#B0B0B0;font-weight:500;padding:.5rem 0;transition:color .2s ease}.mobile-menu-link:hover{color:#E0E0E0}.main{padding-top:4rem}.hero,.main{min-height:100vh}.hero{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;background:linear-gradient(135deg,rgba(26,26,26,.5),transparent 50%)}.hero-content{max-width:1000px;margin:0 auto;padding:0 1rem}.hero-title{font-size:6rem;font-family:Space Grotesk,sans-serif;font-weight:700;line-height:1.1;margin-bottom:2rem}.hero-title .accent{color:#888888}.hero-description{font-size:1.25rem;color:#B0B0B0;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn,.hero-buttons{justify-content:center}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.4rem;border-radius:9999px;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;cursor:pointer;border:1px solid transparent;font-family:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 20px rgba(0,0,0,.35)}.btn-primary{background:linear-gradient(135deg,#ffffff,#bdbdbd);color:#121212;border-color:#2a2a2a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.45)}.btn-secondary{background:rgba(255,255,255,.04);color:#E0E0E0;border:1px solid #444444;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn-secondary:hover{border-color:#888888;color:#ffffff;transform:translateY(-2px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-row{display:flex;gap:1.1rem;flex-wrap:wrap;align-items:center}.card{background-color:#1a1a1a;border:1px solid #444444;border-radius:.75rem;padding:2rem;transition:all .2s ease}.card:hover{border-color:#888888}.card-icon{width:4rem;height:4rem;background:linear-gradient(135deg,#888888,#E0E0E0);border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#121212}.card-title{font-weight:600;margin-bottom:1rem;text-align:center}.card-description{color:#B0B0B0;text-align:center}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#E0E0E0}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;background-color:#1a1a1a;border:1px solid #444444;border-radius:.5rem;color:#E0E0E0;font-family:inherit;transition:border-color .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#888888}.form-input::placeholder,.form-textarea::placeholder{color:#B0B0B0}.form-textarea{resize:vertical;min-height:120px}.form-error{color:#ef4444;font-size:.875rem;margin-top:.25rem}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.alert-success{background-color:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#22c55e}.alert-error{background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#ef4444}.footer{background-color:#1a1a1a;border-top:1px solid #444444;padding:3rem 0}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-main{justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.footer-brand,.footer-main{display:flex;align-items:center}.footer-brand{flex-direction:column;gap:1rem}.footer-nav{display:flex;gap:2rem;flex-wrap:wrap}.footer-nav a{color:#B0B0B0;transition:color .2s ease}.footer-nav a:hover{color:#E0E0E0}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #444444;color:#B0B0B0;font-size:.875rem}.fade-in{animation:fadeIn .5s ease-in-out}.slide-up{animation:slideUp .5s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#121212}::-webkit-scrollbar-thumb{background:#444444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#888888}::selection{background-color:#888888;color:#121212}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-12{width:3rem}.w-16{width:4rem}.w-full{width:100%}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-12{height:3rem}.h-16{height:4rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.mx-auto{margin-left:auto;margin-right:auto}.inline-flex{display:inline-flex}.items-start{align-items:flex-start}.space-x-4>*+*{margin-left:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-6>*+*{margin-top:1.5rem}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.bottom-6{bottom:3rem}.right-6{right:3rem}.w-14{width:3.5rem}.h-14{height:3.5rem}.rounded-full{border-radius:9999px}.inset-0{top:0;right:0;bottom:0;left:0}.items-end{align-items:flex-end}.justify-end{justify-content:flex-end}.bg-black{background-color:#000000}.bg-opacity-50{background-color:rgba(0,0,0,.5)!important}.modal-backdrop{background-color:rgba(0,0,0,.5)}.max-w-md{max-width:28rem}.h-96{height:24rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-y-4>*+*{margin-top:1rem}.w-3{width:.75rem}.h-3{height:.75rem}.bg-green-500{background-color:#10b981}.max-w-xs{max-width:20rem}.lg\:max-w-md{max-width:28rem}.text-xs{font-size:.75rem}.opacity-60{opacity:.6}.opacity-50{opacity:.5}.cursor-not-allowed{cursor:not-allowed}.bg-opacity-80:hover{background-color:rgba(136,136,136,.8)}.duration-300{transition-duration:.3s}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.transition-opacity{transition-property:opacity;transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.transition-all{transition-property:all;transition-duration:.15s}@media (min-width:768px){.md\:p-6{padding:1.5rem}.md\:h-\[32rem\]{height:32rem}}@media (min-width:1024px){.lg\:max-w-md{max-width:28rem}}@media (max-width:768px){.nav-links{display:none}.mobile-menu,.mobile-menu-btn{display:block}.hero-title{font-size:3rem}.text-4xl{font-size:2rem}.text-5xl{font-size:2.5rem}.text-6xl{font-size:3rem}.text-8xl{font-size:3.5rem}.hero-buttons{flex-direction:column;align-items:center}.footer-main{flex-direction:column;text-align:center}.footer-nav{justify-content:center}}@media (max-width:640px){.hero-title{font-size:2.5rem}.text-4xl{font-size:1.5rem}.text-5xl{font-size:2rem}.text-6xl{font-size:2.5rem}.text-8xl{font-size:3rem}.section{padding:3rem 0}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-28{margin-bottom:7rem}.mb-32{margin-bottom:8rem}.card{padding:1.5rem}}.featured-post{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #444444;border-radius:16px;padding:3rem;position:relative;overflow:hidden}.featured-post:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#888888,#aaaaaa)}.featured-badge{background:linear-gradient(135deg,#888888,#aaaaaa);color:#121212;padding:.5rem 1rem;border-radius:50px;font-weight:600;font-size:.875rem;letter-spacing:.025em}.research-card{background:#1a1a1a;border:1px solid #333333;border-radius:12px;padding:1.5rem;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.research-card:hover{border-color:#888888;transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #333333}.read-time{background:#333333;color:#B0B0B0;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.post-date{color:#888888;font-size:.875rem;font-weight:500}.card-title{font-size:1.25rem;font-weight:700;line-height:1.3;color:#E0E0E0;margin-bottom:.75rem;transition:color .2s ease;font-family:Space Grotesk,sans-serif}.research-card:hover .card-title{color:#888888}.card-summary{color:#B0B0B0;font-size:.875rem;line-height:1.6;margin-bottom:1rem;flex-grow:1}.card-author{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:#121212;border-radius:8px;border:1px solid #333333}.author-info{display:flex;flex-direction:column;gap:.25rem}.author-name{font-size:.875rem;font-weight:600;color:#E0E0E0}.author-title{font-size:.75rem;color:#888888}.card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.card-button{display:inline-flex;align-items:center;gap:.5rem;color:#888888;font-weight:600;font-size:.875rem;padding:.75rem 1rem;border:1px solid #333333;border-radius:8px;background:transparent;transition:all .2s ease;margin-top:auto}.card-button:hover{color:#E0E0E0;border-color:#888888;background:#333333}.research-tag{background:linear-gradient(135deg,#333333,#444444);color:#E0E0E0;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;border:1px solid #555555;transition:all .2s ease}.research-tag:hover{background:linear-gradient(135deg,#444444,#555555);border-color:#888888}.research-tag-small{background:#333333;color:#B0B0B0;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:500;border:1px solid #444444;transition:all .2s ease}.research-tag-small:hover{background:#444444;border-color:#888888;color:#E0E0E0}.author-avatar{width:3rem;height:3rem;font-size:1rem}.author-avatar,.author-avatar-small{border-radius:50%;background:linear-gradient(135deg,#888888,#aaaaaa);color:#121212;display:flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.05em}.author-avatar-small{width:2rem;height:2rem;font-size:.75rem}.cta-section{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #444444;border-radius:16px;padding:3rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#888888,#aaaaaa)}.contact-info-header,.contact-methods{margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#1a1a1a;border:1px solid #333333;border-radius:12px;transition:all .3s ease}.contact-method:hover{border-color:#888888;transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.contact-method-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#888888,#aaaaaa);color:#121212;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.25rem}.contact-method-content{flex:1 1}.contact-method-title{font-size:1.125rem;font-weight:600;color:#E0E0E0;margin-bottom:.5rem}.contact-method-value{font-size:1rem;font-weight:500;color:#E0E0E0;margin-bottom:.5rem}.contact-method-note{font-size:.875rem;color:#888888;font-style:italic}.contact-expectations{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #444444;border-radius:12px;padding:1.5rem}.expectations-title{color:#E0E0E0;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.expectations-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.expectation-item{display:flex;align-items:center;gap:.75rem;color:#B0B0B0;font-size:.875rem}.expectation-item svg{flex-shrink:0}.contact-form-container{background:#1a1a1a;border:1px solid #333333;border-radius:12px;padding:2rem}.contact-form-header{margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.featured-post-compact{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #444444;border-radius:12px;padding:2rem;position:relative;overflow:hidden}.featured-post-compact:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#888888,#aaaaaa)}.featured-badge-compact{padding:.375rem .75rem;border-radius:50px;font-weight:600;font-size:.8rem;letter-spacing:.025em}.author-avatar-featured,.featured-badge-compact{background:linear-gradient(135deg,#888888,#aaaaaa);color:#121212}.author-avatar-featured{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;letter-spacing:.05em}.research-tag-featured{background:linear-gradient(135deg,#333333,#444444);color:#E0E0E0;padding:.375rem .75rem;border-radius:50px;font-size:.8rem;font-weight:500;border:1px solid #555555;transition:all .2s ease}.research-tag-featured:hover{background:linear-gradient(135deg,#444444,#555555);border-color:#888888}.btn-featured{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#888888,#aaaaaa);color:#121212;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;border:none;transition:all .2s ease}.btn-featured:hover{background:linear-gradient(135deg,#aaaaaa,#cccccc);transform:translateY(-1px)}.legal-content{max-width:800px;margin:0 auto;color:#E0E0E0}.legal-section{margin-bottom:3rem;padding:2rem;background:rgba(255,255,255,.02);border-radius:.75rem;border:1px solid rgba(255,255,255,.1)}.legal-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.legal-section-header svg{color:#888888;flex-shrink:0}.legal-section-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#E0E0E0}.legal-section-content{line-height:1.7}.legal-section-content p{margin-bottom:1rem;color:#B0B0B0}.legal-section-content ul{margin:1rem 0;padding-left:1.5rem}.legal-section-content li{margin-bottom:.5rem;color:#B0B0B0}.legal-section-content strong{color:#E0E0E0;font-weight:600}.legal-disclaimer{margin-top:3rem;padding:2rem;background:rgba(136,136,136,.1);border-radius:.75rem;border:1px solid rgba(136,136,136,.2);text-align:center}.legal-disclaimer p{margin-bottom:0;color:#B0B0B0;font-size:.95rem}.footer-legal{display:flex;gap:1.5rem;align-items:center}.footer-legal a{color:#B0B0B0;font-size:.875rem;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:#888888}@media (max-width:768px){.legal-section{padding:1.5rem}.legal-section-header{gap:.75rem}.legal-section-header h2{font-size:1.25rem}.footer-legal{flex-direction:column;gap:.5rem;margin-top:1rem}}@keyframes chatBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.animate-chat-bounce{animation:chatBounce 1.4s ease-in-out infinite}.animate-slide-up{animation:slideUp .3s ease-out}.chat-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chat-modal-container{z-index:1001}.chat-floating-btn{position:fixed!important;bottom:24px;right:24px;width:60px;height:60px;background:linear-gradient(135deg,#888888,#a0a0a0);color:#121212;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;box-shadow:0 8px 32px rgba(0,0,0,.3);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.chat-floating-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(255,255,255,.1) 50%,transparent);opacity:0;transition:opacity .3s ease}.chat-floating-btn:hover:before{opacity:1}.chat-floating-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 12px 48px rgba(0,0,0,.4)}.chat-floating-btn:active{transform:translateY(0) scale(.95)}.chat-notification-dot{position:absolute;top:12px;right:12px;width:12px;height:12px;background:#10b981;border-radius:50%;border:2px solid #121212;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}to{transform:scale(1);opacity:1}}.chat-window{background:linear-gradient(135deg,#121212,#1a1a1a);border:1px solid rgba(136,136,136,.3);border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;z-index:1001}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:rgba(26,26,26,.8);border-bottom:1px solid rgba(136,136,136,.2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.chat-title{color:#E0E0E0;font-size:16px;font-weight:600;margin:0}.chat-subtitle{color:#B0B0B0;font-size:12px;margin:2px 0 0}.chat-close-btn{color:#B0B0B0;background:none;border:none;padding:4px;border-radius:4px;cursor:pointer;transition:all .2s ease}.chat-close-btn:hover{color:#E0E0E0;background:rgba(136,136,136,.2)}.chat-messages{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:rgba(18,18,18,.5)}.message-container{display:flex;width:100%}.user-message{justify-content:flex-end}.bot-message{justify-content:flex-start}.message-bubble{max-width:85%;padding:12px 16px;border-radius:18px;position:relative;animation:fadeInUp .3s ease-out}.user-bubble{background:linear-gradient(135deg,#888888,#a0a0a0);color:#121212;border-bottom-right-radius:4px;margin-left:auto}.bot-bubble{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#E0E0E0;border:1px solid rgba(136,136,136,.2);border-bottom-left-radius:4px;margin-right:auto}.message-text{font-size:14px;line-height:1.4;margin:0;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.message-time{font-size:11px;opacity:.7;margin:4px 0 0;text-align:right}.bot-bubble .message-time{text-align:left}.typing-bubble{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid rgba(136,136,136,.2);padding:16px}.typing-indicator{display:flex;align-items:center;gap:4px}.typing-dot{width:8px;height:8px;border-radius:50%;background:#888888;animation:typingBounce 1.4s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chat-input-container{padding:16px 20px;background:rgba(26,26,26,.8);border-top:1px solid rgba(136,136,136,.2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.chat-input-form{display:flex;gap:12px;align-items:center}.chat-input{flex:1 1;background:rgba(18,18,18,.6);border:1px solid rgba(136,136,136,.3);border-radius:12px;padding:12px 16px;color:#E0E0E0;font-size:14px;outline:none;transition:all .2s ease}.chat-input:focus{border-color:#888888;background:rgba(18,18,18,.8);box-shadow:0 0 0 2px rgba(136,136,136,.2)}.chat-input::placeholder{color:#B0B0B0}.chat-send-btn{background:linear-gradient(135deg,#888888,#a0a0a0);color:#121212;border:none;border-radius:12px;padding:12px 16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:48px;height:48px}.chat-send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(136,136,136,.3)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:rgba(18,18,18,.3);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:rgba(136,136,136,.4);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:rgba(136,136,136,.6)}@media (max-width:768px){.chat-window{border-radius:12px;margin:16px}.chat-header{padding:12px 16px}.chat-messages{padding:12px}.chat-input-container{padding:12px 16px}.message-bubble{max-width:90%}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}.__variable_e8ce0c{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/7cba1811e3c25a15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_bc0dcf{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_bc0dcf{--font-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}