.live-chat-widget{z-index:9990;font-family:var(--font-hind), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:fixed;bottom:24px;right:24px}.live-chat-trigger{color:#fff;cursor:pointer;background:#09090b;border:1px solid #ffffff24;border-radius:9999px;align-items:center;gap:12px;padding:6px 18px 6px 6px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 12px 32px #000000b3,0 0 0 1px #ef444440,0 0 16px #3b82f633}.live-chat-trigger:hover{background:#111114;transform:translateY(-2px)scale(1.03);box-shadow:0 16px 36px #000000d9,0 0 0 2px #ef444466,0 0 24px #3b82f659}.live-chat-trigger__avatar-wrap{background:linear-gradient(135deg,#ef4444 0%,#3b82f6 100%);border-radius:50%;flex-shrink:0;width:42px;height:42px;padding:2px;position:relative}.live-chat-trigger__avatar{object-fit:cover;background:#09090b;border-radius:50%;width:100%;height:100%}.live-chat-trigger__status{background:#10b981;border:2px solid #09090b;border-radius:50%;width:12px;height:12px;animation:2s infinite pulseGreenLive;position:absolute;bottom:0;right:0}.live-chat-trigger__status--away{background:#f59e0b;animation:none;box-shadow:0 0 6px #f59e0b99}@keyframes pulseGreenLive{0%,to{box-shadow:0 0 #10b981b3}50%{box-shadow:0 0 0 6px #10b98100}}.live-chat-trigger__label-group{text-align:left;flex-direction:column;display:flex}.live-chat-trigger__label{letter-spacing:-.01em;color:#fff;white-space:nowrap;font-size:.88rem;font-weight:700}.live-chat-trigger__sublabel{text-transform:uppercase;letter-spacing:.06em;background:linear-gradient(90deg,#ef4444 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:.7rem;font-weight:800}.live-chat-window{z-index:9995;background:#09090b;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;width:380px;max-width:calc(100vw - 32px);height:550px;max-height:calc(100vh - 48px);animation:.3s cubic-bezier(.16,1,.3,1) forwards chatModalIn;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 28px 60px #000000d9,0 0 0 1px #ffffff14}@keyframes chatModalIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.live-chat-header{color:#fff;background:#0e0e11;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:14px 18px;display:flex;position:relative}.live-chat-header:after{content:"";background:linear-gradient(90deg,#ef444499 0%,#3b82f699 100%);height:1px;position:absolute;bottom:-1px;left:0;right:0}.live-chat-header__info{align-items:center;gap:12px;display:flex}.live-chat-header__avatar{background:linear-gradient(135deg,#ef4444 0%,#3b82f6 100%);border-radius:50%;flex-shrink:0;width:44px;height:44px;padding:2px;position:relative}.live-chat-header__avatar img{object-fit:cover;background:#09090b;border-radius:50%;width:100%;height:100%}.live-chat-header__avatar .live-chat-status-dot{background:#10b981;border:2px solid #09090b;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.live-chat-header__avatar .live-chat-status-dot--away{background:#f59e0b}.live-chat-header__title{flex-direction:column;display:flex}.live-chat-header__name{color:#fff;font-size:.96rem;font-weight:700;line-height:1.2}.live-chat-header__sub{color:#a1a1aa;align-items:center;gap:6px;margin-top:2px;font-size:.75rem;display:flex}.live-chat-header__sub-dot{background:#10b981;border-radius:50%;width:6px;height:6px;display:inline-block}.live-chat-header__sub-dot--away{background:#f59e0b}.live-chat-header__close{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.live-chat-header__close:hover{color:#fff;background:#ffffff14}.live-chat-visitor-bar{background:#0c0c0e;border-bottom:1px solid #ffffff0f;padding:8px 14px}.live-chat-visitor-bar input{font-family:var(--font-hind), sans-serif;color:#f4f4f5;background:#151518;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;padding:6px 12px;font-size:.78rem;transition:all .2s}.live-chat-visitor-bar input:focus{border-color:#3b82f680;box-shadow:0 0 0 2px #3b82f626}.live-chat-visitor-bar input::placeholder{color:#71717a}.live-chat-messages{background:#09090b;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.live-chat-welcome-banner{color:#a1a1aa;background:#121215;border:1px solid #ffffff14;border-radius:12px;padding:12px 14px;font-size:.82rem;line-height:1.45;box-shadow:inset 0 1px #ffffff0a}.live-chat-away-banner{color:#fbbf24;background:#f59e0b14;border:1px solid #f59e0b40;border-radius:12px;padding:10px 14px;font-size:.78rem;line-height:1.4;animation:.3s ease-out fadeInTyping;box-shadow:inset 0 1px #f59e0b0d}.live-chat-chips{flex-direction:column;gap:6px;margin-top:4px;display:flex}.live-chat-chip{color:#a1a1aa;text-align:left;cursor:pointer;background:#131316;border:1px solid #ffffff14;border-radius:10px;padding:8px 12px;font-size:.78rem;font-weight:500;transition:all .2s}.live-chat-chip:hover{color:#fff;background:#18181c;border-color:#3b82f666;transform:translate(3px);box-shadow:0 0 12px #3b82f626}.live-chat-bubble-wrap{flex-direction:column;max-width:82%;display:flex}.live-chat-bubble-wrap--visitor{align-self:flex-end;align-items:flex-end}.live-chat-bubble-wrap--owner{align-self:flex-start;align-items:flex-start}.live-chat-bubble-sender{color:#71717a;align-items:center;gap:6px;margin-bottom:3px;font-size:.7rem;font-weight:700;display:flex}.owner-badge-tag{font-family:var(--font-bebas-neue), sans-serif;color:#f87171;text-transform:uppercase;letter-spacing:.06em;background:#ef444426;border:1px solid #ef444459;border-radius:4px;padding:1px 6px;font-size:.72rem;font-weight:800}.live-chat-bubble{font-family:var(--font-hind), sans-serif;word-break:break-word;border-radius:16px;padding:10px 14px;font-size:.88rem;line-height:1.4}.live-chat-bubble--visitor{color:#fff;background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%);border-bottom-right-radius:4px;box-shadow:0 4px 14px #2563eb4d}.live-chat-bubble--owner{color:#f4f4f5;background:#141418;border:1px solid #ffffff1a;border-bottom-left-radius:4px;box-shadow:0 4px 12px #0006}.live-chat-bubble-time{color:#71717a;margin-top:3px;font-size:.65rem}.live-chat-typing-wrap{animation:.25s ease-out fadeInTyping}@keyframes fadeInTyping{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.live-chat-bubble--typing{background:#141418;border:1px solid #ffffff1f;align-items:center;gap:10px;padding:8px 14px;display:flex}.live-chat-typing-text{color:#a1a1aa;font-size:.8rem;font-style:italic}.live-chat-typing-dots{align-items:center;gap:4px;display:inline-flex}.typing-dot{background:#3b82f6;border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite both bounceDot}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}.typing-dot:nth-child(3){animation-delay:0s}@keyframes bounceDot{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;background:#ef4444;transform:scale(1.2)}}.live-chat-input-area{background:#0e0e11;border-top:1px solid #ffffff14;align-items:center;gap:8px;padding:12px 14px;display:flex}.live-chat-input-area input{font-family:var(--font-hind), sans-serif;color:#fff;background:#151518;border:1px solid #ffffff1a;border-radius:24px;outline:none;flex:1;padding:9px 16px;font-size:.88rem;transition:all .2s}.live-chat-input-area input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.live-chat-input-area input::placeholder{color:#71717a}.live-chat-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#3b82f6 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .25s;display:flex;box-shadow:0 2px 10px #ef444459,0 2px 10px #3b82f659}.live-chat-send-btn:hover:not(:disabled){transform:scale(1.08);box-shadow:0 4px 16px #ef444480,0 4px 16px #3b82f680}.live-chat-send-btn:disabled{opacity:.35;cursor:not-allowed;transform:none}.live-chat-send-btn svg{width:17px;height:17px;transform:translate(1px)}@media (max-width:480px){.live-chat-widget{bottom:16px;right:16px}.live-chat-window{border-radius:16px;width:calc(100vw - 24px);height:85vh;bottom:12px;right:12px}}
.navbar{z-index:5000;-webkit-user-select:none;user-select:none;background-color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:relative}.mikey-logo-link{flex-shrink:0;align-items:center;display:inline-flex}.mikey-logo{cursor:pointer;width:clamp(39px,1.9129rem + 2.3981vw,49px);height:clamp(47px,2.4129rem + 2.3981vw,57px);transition:opacity .3s,transform .3s}.mikey-logo:hover{opacity:.5;transform:scale(1.05)}.navbar-toggle{cursor:pointer;touch-action:manipulation;border:1px solid #e0e0e0;border-radius:6px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:9px;display:inline-flex}.navbar-toggle__bar{background-color:var(--secondary-color);border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar-toggle[aria-expanded=true] .navbar-toggle__bar:first-child{transform:translateY(7px)rotate(45deg)}.navbar-toggle[aria-expanded=true] .navbar-toggle__bar:nth-child(2){opacity:0}.navbar-toggle[aria-expanded=true] .navbar-toggle__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar-menu{z-index:2147483647;opacity:0;background:#fff;border-top:1px solid #eee;border-radius:0 0 12px 12px;flex-direction:column;gap:.25rem;width:100%;max-height:calc(100dvh - 72px);padding:.75rem 1rem 1rem;transition:opacity .22s,transform .22s;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;transform:translateY(-8px);box-shadow:0 12px 24px #00000014}.navbar-menu.open{opacity:1;display:flex;transform:translateY(0)}.nav-sections{font-family:var(--font-bebas-neue), sans-serif;color:var(--secondary-color);border-radius:6px;padding:.7rem .5rem;font-size:1.35rem;transition:color .3s,background-color .3s}.nav-sections:hover{color:#6b6b6b}.nav-sections.selected{cursor:default;background-color:#f4f4f4}.language-selection{font-family:var(--font-architects-daughter), cursive;color:#999;gap:1.25rem;padding:.7rem .5rem;font-size:1.2rem;display:flex}.language{cursor:pointer;color:#999;padding:.2em;transition:color .3s,transform .3s}.language:hover{color:#2e2e2e;transform:scale(1.05)}.language.selected{color:#0000;cursor:default;background:linear-gradient(red 0%,#0047ff 100%);-webkit-background-clip:text;background-clip:text}.button-get-in-touch-desktop{font-family:var(--font-bebas-neue), sans-serif;text-align:center;background-color:var(--secondary-color);color:#fff;border-radius:6px;padding:.6rem 1rem;font-size:1.2rem;transition:transform .3s;box-shadow:2px 2px red,-2px -2px #0047ff}.button-get-in-touch-desktop:hover{transform:scale(1.05)}.button-get-in-touch-desktop-selected{color:var(--secondary-color);background-color:#fff}@media (min-width:768px){.navbar{justify-content:flex-start;gap:2rem;padding:1vw 1.5vw .5vw}.mikey-logo{width:clamp(49px,2.6458rem + .8681vw,59px);height:clamp(57px,3.0625rem + 1.0417vw,69px);image-rendering:crisp-edges}.navbar-toggle{display:none}.navbar-menu{z-index:auto;width:auto;box-shadow:none;opacity:1;background:0 0;border:none;border-radius:0;flex-direction:row;align-items:center;gap:1.5rem;max-height:none;margin-left:auto;padding:0;transition:none;display:flex;position:static;top:auto;left:auto;right:auto;overflow:visible;transform:none}.nav-sections{background:0 0;justify-content:center;align-items:center;padding:calc(5px + .06em) 7px calc(5px - .06em);font-size:clamp(30px,1.0417rem + 1.7361vw,50px);line-height:1;display:inline-flex}.nav-sections:hover{color:#6b6b6b;transform:scale(1.05)}.nav-sections.selected{cursor:default;background-color:#0000;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#0047ff 0%,red 16%,#0047ff 32%,red 48%,#0047ff 64%,red 80%,#0047ff 100%);background-position:0 0;background-repeat:repeat,repeat;background-size:300% 300%;background-attachment:scroll,scroll;background-origin:padding-box,border-box;background-clip:padding-box,border-box;border:clamp(3.5px,.1563rem + .1302vw,5px) solid #0000;border-radius:.15em;animation:3s linear infinite shimmer}.nav-sections.selected:hover{color:inherit;transform:none}.language-selection{margin:0 2vw;padding:0;font-size:clamp(15px,.5208rem + .8681vw,25px)}.button-get-in-touch-desktop{letter-spacing:1.2px;white-space:nowrap;border-radius:.3vw;padding:.5rem;font-size:clamp(20px,.8333rem + .8681vw,30px);box-shadow:.2vw .2vw red,-.2vw -.2vw #0047ff}}
