.hc{position:relative;display:inline;border-bottom:1.5px dashed var(--text);cursor:none;transition:background .15s,color .15s,border-color .3s;white-space:nowrap}.hc:hover{background:var(--text);color:var(--bg);border-bottom-color:transparent;padding:0 4px;margin:0 -4px;border-radius:3px}.hc:hover .ii svg{fill:var(--bg)}.hc-panel{position:absolute;bottom:calc(100% + 14px);left:0;pointer-events:none;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .4s cubic-bezier(.34,1.56,.64,1);z-index:200;font-family:var(--font-geist-mono),"Courier New",monospace;white-space:normal}.hc:hover .hc-panel{opacity:1;transform:translateY(0);pointer-events:auto}.hc--flipped .hc-panel{bottom:auto;top:calc(100% + 14px);transform:translateY(-8px)}.hc--flipped:hover .hc-panel{transform:translateY(0)}.hc--flipped .hc-panel:after{bottom:auto;top:-20px}.hc-panel:after{content:"";position:absolute;bottom:-20px;left:-10px;right:-10px;height:24px}.hc-surface{border-radius:14px;overflow:hidden;background:var(--card-bg);color:var(--card-text);border:1px solid var(--card-border);box-shadow:0 1px 3px rgba(0,0,0,.03),0 8px 20px rgba(0,0,0,.06),0 24px 52px rgba(0,0,0,.08)}.dark .hc-surface{box-shadow:0 1px 3px rgba(0,0,0,.15),0 8px 20px rgba(0,0,0,.25),0 24px 52px rgba(0,0,0,.35)}.hc-head{padding:16px 20px 14px;border-bottom:1px solid var(--card-divider);display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--card-subtle)}.hc-body{padding:18px 20px 22px}.hc-row{display:flex;align-items:baseline;gap:20px;padding:6px 0;font-size:13px;line-height:1.6}.hc-k{color:var(--card-subtle);min-width:70px;flex-shrink:0;font-size:11px;font-weight:500;letter-spacing:.03em}.hc-v{color:var(--card-text);font-weight:400;letter-spacing:-.01em}.hc-head-title{display:flex;align-items:center;gap:7px}.hc-logo{width:14px;height:14px;flex-shrink:0;opacity:.7}.hc-date{font-size:9px;font-weight:500;letter-spacing:.06em;padding:3px 8px;border-radius:4px;background:var(--card-divider);color:var(--card-subtle);white-space:nowrap}.hc-stagger{opacity:0;transform:translateY(5px);transition:opacity .25s ease,transform .25s ease}.hc:hover .hc-stagger{opacity:1;transform:translateY(0)}.hc:hover .hc-stagger:first-child{transition-delay:.04s}.hc:hover .hc-stagger:nth-child(2){transition-delay:.08s}.hc:hover .hc-stagger:nth-child(3){transition-delay:.12s}.hc:hover .hc-stagger:nth-child(4){transition-delay:.16s}.hc:hover .hc-stagger:nth-child(5){transition-delay:.2s}.hc:hover .hc-stagger:nth-child(6){transition-delay:.24s}.mobile-backdrop{display:none}@media (max-width:768px){.hc-panel{position:fixed!important;bottom:0!important;left:0!important;right:0!important;top:auto!important;width:100%!important;opacity:0;transform:translateY(100%);transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .25s;z-index:9999;pointer-events:none}.hc:hover{background:transparent;color:var(--text);border-bottom-color:var(--text);padding:0;margin:0}.hc:hover .ii svg{fill:var(--text)}.hc:active .hc-panel,.hc:hover .hc-panel{opacity:0;transform:translateY(100%);pointer-events:none}.hc.active{background:var(--text);color:var(--bg);border-bottom-color:transparent;padding:0 4px;margin:0 -4px;border-radius:3px}.hc.active .ii svg{fill:var(--bg)}.hc.active .ii-radar,.hc.active .ii-wasserman{background:var(--bg)}.hc.active .ii-tg{color:var(--bg)}.hc.active .ii-lc{filter:invert(1)}.hc.active .hc-panel,.hc.active:active .hc-panel,.hc.active:hover .hc-panel{opacity:1!important;transform:translateY(0)!important;pointer-events:auto!important}.hc.active .hc-surface{border-radius:16px 16px 0 0}.hc.active .hc-stagger{opacity:1;transform:translateY(0)}.hc-head{padding:18px 24px 16px;font-size:12px}.hc-body{padding:20px 24px 28px}.hc-row{font-size:15px;padding:7px 0;gap:20px}.hc-k{font-size:12px;min-width:70px}.hc-date{font-size:10px;padding:4px 10px}.mobile-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200}}.hc-logo-radar{width:24px;background:var(--text);-webkit-mask:url(/logos/radar.svg) center/contain no-repeat;mask:url(/logos/radar.svg) center/contain no-repeat;transition:background .3s}.hc-logo-lc{width:auto;height:18px;border-radius:10px;opacity:1}.hc-logo-wasserman{width:18px;background:var(--text);-webkit-mask:url(/logos/wasserman.svg) center/contain no-repeat;mask:url(/logos/wasserman.svg) center/contain no-repeat;transition:background .3s}.hc-logo-tg{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:15px;font-weight:700;color:var(--text);background:transparent;font-family:var(--font-geist),"Helvetica Neue",Helvetica,Arial,sans-serif;transition:color .3s}.hc-logo-for-dark{display:none}.dark .hc-logo-for-dark{display:inline-block}.dark .hc-logo-for-light{display:none}.hc--engineer .hc-panel{width:320px}.hc--engineer .hc-head{gap:8px;justify-content:flex-start}.hc--engineer .hc-head-dot{width:5px;height:5px;border-radius:50%;background:#4ade80;box-shadow:0 0 6px #4ade80;animation:dotGlow 2.4s ease-in-out infinite}@keyframes dotGlow{0%,to{opacity:.6;box-shadow:0 0 4px #4ade80}50%{opacity:1;box-shadow:0 0 10px #4ade80}}.hc--engineer .hc-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:14px;padding-top:14px;border-top:1px solid var(--card-divider)}.hc--engineer .hc-tag{font-size:10px;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:4px;background:var(--card-divider);color:var(--card-subtle)}.hc--langchain{cursor:none;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px;border-bottom:none}.hc--langchain:hover{background:var(--text);color:var(--bg);text-decoration:none;padding:0 5px;margin:0 -5px;border-radius:3px}.hc--langchain .hc-panel{width:360px;bottom:auto;top:calc(100% + 14px);z-index:200}.hc--langchain .hc-panel:after{bottom:auto;top:-20px}.hc--langchain .hc-head-title{display:flex;align-items:center;gap:7px}.hc--langchain .hc-head-arrow{font-size:13px;opacity:.5;transition:opacity .2s,transform .2s}.hc--langchain:hover .hc-head-arrow{opacity:.9;transform:translate(1px,-1px)}.hc-cta{display:flex;align-items:center;gap:12px;margin:0 12px 12px;padding:12px 16px;background:var(--card-divider);border-radius:8px;color:var(--card-text);text-decoration:none;transition:background .2s,transform .2s;cursor:pointer}.hc-cta:hover{background:var(--text);color:var(--bg);transform:translateY(-1px)}.hc-cta-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--card-bg);border-radius:6px;flex-shrink:0;transition:background .2s,color .2s}.hc-cta:hover .hc-cta-icon{background:var(--text);color:var(--bg)}.hc-cta-icon svg{width:16px;height:16px}.hc-cta-content{display:flex;flex-direction:column;gap:2px;flex:1}.hc-cta-label{font-size:12px;font-weight:500;letter-spacing:.01em}.hc-cta-sub{font-size:10px;opacity:.6;letter-spacing:.03em}.hc-cta:hover .hc-cta-sub{opacity:.8}.hc-cta-arrow{font-size:14px;opacity:.5;transition:opacity .2s,transform .2s}.hc-cta:hover .hc-cta-arrow{opacity:1;transform:translate(2px,-2px)}.hc--warner .hc-panel{width:360px}.hc--warner .hc-badge{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid var(--card-divider);font-size:11px;letter-spacing:.04em;color:var(--card-subtle)}.hc--warner .hc-badge-icon{width:11px;height:11px}.hc--uzbekistan .hc-panel,.hc--wasserman .hc-panel{width:360px}.hc--uzbekistan .hc-head{gap:8px;justify-content:flex-start}.hc--uzbekistan .hc-head .hc-head-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.hc--uzbekistan:hover .hc-gallery img{opacity:1;transform:translateX(0)}.hc--uzbekistan:hover .hc-gallery img:first-child{transition-delay:.03s}.hc--uzbekistan:hover .hc-gallery img:nth-child(2){transition-delay:.07s}.hc--uzbekistan:hover .hc-gallery img:nth-child(3){transition-delay:.11s}.hc--uzbekistan:hover .hc-gallery img:nth-child(4){transition-delay:.15s}.hc-journey{display:flex;align-items:flex-start;padding:18px 20px 14px}.hc-jstop{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}.hc-jdot{width:7px;height:7px;border-radius:50%;border:1.5px solid;opacity:0;transform:scale(0);transition:opacity .3s,transform .35s cubic-bezier(.34,1.56,.64,1)}.hc-jdot.active{background:currentColor}.hc-jname{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;opacity:0;white-space:nowrap;transition:opacity .3s}.hc-jline{flex:1;height:1.5px;background:currentColor;opacity:0;transform:scaleX(0);transform-origin:left;transition:opacity .2s,transform .4s cubic-bezier(.22,1,.36,1);margin-top:3px}.hc--uzbekistan:hover .hc-jdot{opacity:.5;transform:scale(1)}.hc--uzbekistan:hover .hc-jdot.active{opacity:.9}.hc--uzbekistan:hover .hc-jline{opacity:.12;transform:scaleX(1)}.hc--uzbekistan:hover .hc-jname{opacity:.5}.hc--uzbekistan:hover .hc-journey>:first-child .hc-jdot{transition-delay:.05s}.hc--uzbekistan:hover .hc-journey>:first-child .hc-jname{transition-delay:.08s}.hc--uzbekistan:hover .hc-journey>:nth-child(2){transition-delay:.12s}.hc--uzbekistan:hover .hc-journey>:nth-child(3) .hc-jdot{transition-delay:.18s}.hc--uzbekistan:hover .hc-journey>:nth-child(3) .hc-jname{transition-delay:.21s}.hc--uzbekistan:hover .hc-journey>:nth-child(4){transition-delay:.25s}.hc--uzbekistan:hover .hc-journey>:nth-child(5) .hc-jdot{transition-delay:.3s}.hc--uzbekistan:hover .hc-journey>:nth-child(5) .hc-jname{transition-delay:.33s}.hc--uzbekistan:hover .hc-journey>:nth-child(6){transition-delay:.37s}.hc--uzbekistan:hover .hc-journey>:nth-child(7) .hc-jdot{transition-delay:.42s}.hc--uzbekistan:hover .hc-journey>:nth-child(7) .hc-jname{transition-delay:.45s}.hc--berklee .hc-panel{width:380px}.hc-gallery-wrapper{position:relative}.hc-gallery{display:flex;gap:6px;padding:6px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.hc-gallery::-webkit-scrollbar{display:none}.hc-gallery img{width:180px;height:130px;object-fit:cover;flex-shrink:0;scroll-snap-align:center;border-radius:8px;opacity:0;transform:translateX(12px);transition:opacity .35s ease,transform .45s cubic-bezier(.22,1,.36,1),box-shadow .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15),0 8px 24px rgba(0,0,0,.1)}.dark .hc-gallery img{box-shadow:0 4px 16px rgba(0,0,0,.4),0 8px 32px rgba(0,0,0,.3)}.hc-gallery img:hover{box-shadow:0 8px 20px rgba(0,0,0,.2),0 16px 40px rgba(0,0,0,.15);transform:translateY(-2px)}.dark .hc-gallery img:hover{box-shadow:0 8px 24px rgba(0,0,0,.5),0 16px 48px rgba(0,0,0,.4)}.hc--berklee.active .hc-gallery img,.hc--berklee:hover .hc-gallery img{opacity:1;transform:translateX(0)}.hc--berklee:hover .hc-gallery img:first-child{transition-delay:.03s}.hc--berklee:hover .hc-gallery img:nth-child(2){transition-delay:.07s}.hc--berklee:hover .hc-gallery img:nth-child(3){transition-delay:.11s}.hc--berklee:hover .hc-gallery img:nth-child(4){transition-delay:.15s}.hc--berklee:hover .hc-gallery img:nth-child(5){transition-delay:.19s}.hc-gallery-dots{display:flex;justify-content:center;gap:6px;padding:8px 0 4px}.hc-gallery-dot{width:6px;height:6px;border-radius:50%;background:var(--card-subtle);opacity:.25;transition:opacity .2s ease,transform .2s ease,width .2s ease;cursor:pointer}.hc-gallery-dot:hover{opacity:.5}.hc-gallery-dot.active{opacity:.8;width:18px;border-radius:3px}.hc-gallery-wrapper:after,.hc-gallery-wrapper:before{content:"";position:absolute;top:6px;bottom:6px;width:24px;pointer-events:none;z-index:1;opacity:0;transition:opacity .3s ease}.hc-gallery-wrapper:before{left:0;background:linear-gradient(to right,var(--card-bg) 0,transparent 100%)}.hc-gallery-wrapper:after{right:0;background:linear-gradient(to left,var(--card-bg) 0,transparent 100%)}.hc-gallery-wrapper.scrollable-left:before,.hc-gallery-wrapper.scrollable-right:after{opacity:1}.hc-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;border-radius:50%;background:var(--card-bg);color:var(--card-text);font-size:14px;cursor:pointer;z-index:2;opacity:0;transition:opacity .2s ease,background .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15)}.dark .hc-gallery-arrow{box-shadow:0 2px 12px rgba(0,0,0,.4)}.hc-gallery-arrow:hover{background:var(--text);color:var(--bg);transform:translateY(-50%) scale(1.05)}.hc-gallery-arrow--left{left:10px}.hc-gallery-arrow--right{right:10px}.hc-gallery-wrapper.scrollable-left .hc-gallery-arrow--left,.hc-gallery-wrapper.scrollable-right .hc-gallery-arrow--right{opacity:.9}.hc-gallery-arrow:disabled{opacity:0!important;pointer-events:none}@media (max-width:768px){.hc-gallery-arrow{display:none}}.hc--contact{border-bottom:none;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px;cursor:none}.hc--contact:hover{background:var(--text);color:var(--bg);text-decoration:none;padding:0 5px;margin:0 -5px;border-radius:3px}.hc--contact .hc-panel{width:300px}.hc--contact .hc-links{padding:12px 20px 18px}.hc-link-label{display:flex;align-items:center;gap:8px}.hc-link-icon{width:14px;height:14px;flex-shrink:0;opacity:.5}.hc--contact .hc-links a{display:flex;align-items:center;justify-content:space-between;padding:6px 0;font-size:13px;color:inherit;text-decoration:none;opacity:0;transform:translateY(5px);transition:opacity .25s ease,transform .25s ease}.hc--contact:hover .hc-links a{opacity:.6;transform:translateY(0)}.hc--contact .hc-links a:hover{opacity:1!important}.hc--contact:hover .hc-links a:first-child{transition-delay:.04s}.hc--contact:hover .hc-links a:nth-child(2){transition-delay:.08s}.hc--contact:hover .hc-links a:nth-child(3){transition-delay:.12s}.hc--contact:hover .hc-links a:nth-child(4){transition-delay:.16s}.hc--contact:hover .hc-links a:nth-child(5){transition-delay:.2s}.hc-ext{opacity:.4;font-size:11px}.hc--tg .hc-panel{width:360px}.hc-gallery-dot{border:none;padding:0;font:inherit;outline:none}.hc-gallery-compact{gap:6px;padding:6px}.hc-gallery-compact img{width:120px;height:80px;border-radius:6px}.hc-gallery-sm .hc-gallery-arrow{width:24px;height:24px;font-size:12px}.hc-gallery-dots-sm{padding:6px 0 2px;gap:5px}.hc-gallery-dots-sm .hc-gallery-dot{width:5px;height:5px}.hc-gallery-dots-sm .hc-gallery-dot.active{width:14px}.hc-gallery-dot:focus-visible{outline:2px solid var(--text);outline-offset:2px}@media (max-width:768px){.hc--uzbekistan.active .hc-gallery img{opacity:1;transform:translateX(0)}.hc--uzbekistan.active .hc-jdot{opacity:.5;transform:scale(1)}.hc--uzbekistan.active .hc-jdot.active{opacity:.9}.hc--uzbekistan.active .hc-jline{opacity:.12;transform:scaleX(1)}.hc--uzbekistan.active .hc-jname{opacity:.5}.hc--berklee.active .hc-gallery img{opacity:1;transform:translateX(0)}.hc--contact.active .hc-links a{opacity:.6;transform:translateY(0)}.hc-gallery img{width:220px;height:150px}.hc-gallery-dots{padding:12px 0 8px;gap:8px}.hc-gallery-dot{width:8px;height:8px}.hc-gallery-dot.active{width:24px}}header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:24px 40px;background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line);transition:background .3s,border-color .3s;position:relative}.dark header{background:var(--bg);backdrop-filter:none;-webkit-backdrop-filter:none}.dark header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none;z-index:-1}.wordmark{font-size:14px;font-weight:500;letter-spacing:-.01em;color:var(--text);transition:color .3s;user-select:none;cursor:none}.dark .wordmark{font-weight:500;letter-spacing:-.015em}.header-right{gap:20px}.header-right,.theme-toggle{display:flex;align-items:center}.theme-toggle{width:36px;height:36px;justify-content:center;cursor:none;background:transparent;border:1px solid var(--line);border-radius:50%;color:var(--faint);transition:color .2s,border-color .2s,background .2s,transform .2s;padding:0}.theme-toggle:hover{color:var(--text);border-color:var(--subtle);background:var(--line-light)}.theme-toggle:active{transform:scale(.95)}.dark .theme-toggle{color:var(--subtle);border-color:var(--line)}.dark .theme-toggle:hover{color:var(--text);border-color:var(--subtle);background:var(--line)}.theme-toggle-inner{display:flex;align-items:center;justify-content:center;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.theme-toggle.animating .theme-toggle-inner{transform:rotate(1turn)}.theme-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.theme-icon-sun{animation:sunEnter .4s ease-out}.theme-icon-moon{animation:moonEnter .4s ease-out}@keyframes sunEnter{0%{opacity:0;transform:scale(.5) rotate(-90deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes moonEnter{0%{opacity:0;transform:scale(.5) rotate(90deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@media (max-width:768px){header{padding:18px 20px}}footer{max-width:1100px;margin:0 auto;padding:0 40px var(--layout-pad)}.footer-inner{border-top:1px solid var(--line);padding-top:40px;font-family:var(--font-geist-mono),"Courier New",monospace;font-size:12px;color:var(--subtle);display:flex;flex-direction:column;gap:32px;transition:border-color .3s,color .3s}.footer-main{display:flex;justify-content:space-between;align-items:flex-start}.footer-brand{display:flex;flex-direction:column;gap:4px}.footer-name{font-size:14px;font-weight:500;color:var(--text);font-family:var(--font-geist),"Helvetica Neue",Helvetica,Arial,sans-serif}.footer-role{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--faint)}.footer-location{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.footer-city{color:var(--subtle)}.footer-time{color:var(--faint);font-size:11px}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{display:flex;align-items:center;gap:4px;color:var(--subtle);text-decoration:none;transition:color .2s;padding:6px 0}.footer-links a:hover{color:var(--text)}.footer-arrow{font-size:10px;opacity:.5;transition:transform .2s,opacity .2s}.footer-links a:hover .footer-arrow{opacity:1;transform:translate(1px,-1px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--line-light);font-size:11px;color:var(--faint)}.footer-copyright{letter-spacing:.02em}.footer-lastseen{font-style:italic;opacity:.7;transition:opacity .2s}.footer-lastseen:hover{opacity:1}@media (max-width:768px){footer{padding:0 24px 60px}.footer-main{flex-direction:column;gap:16px}.footer-location{align-items:flex-start}.footer-links{gap:16px}.footer-bottom{flex-direction:column;gap:12px;align-items:flex-start}}