.emma-widget{--emma-gold:#d7ad4a;--emma-navy:#111722;--emma-surface:#1b2230;--emma-muted:#9ba4b4;position:fixed;right:24px;bottom:24px;z-index:9999;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.emma-widget *{box-sizing:border-box}
.emma-chat-launcher{width:76px;height:76px;padding:3px;border:2px solid var(--emma-gold);border-radius:50%;background:var(--emma-navy);box-shadow:0 14px 42px rgba(5,9,16,.36);cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.emma-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 48px rgba(5,9,16,.46)}
.emma-chat-launcher img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}
.emma-chat-shell{position:absolute;right:0;bottom:92px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(472px,calc(100vw - 32px));height:min(760px,calc(100vh - 112px));overflow:hidden;border:1px solid rgba(215,173,74,.48);border-radius:22px;background:var(--emma-navy);box-shadow:0 26px 80px rgba(3,8,18,.48);color:#f7f4ec;transform-origin:bottom right}
.emma-chat-shell[hidden]{display:none}
.emma-chat-header{display:flex;align-items:center;gap:12px;padding:15px 16px;border-bottom:1px solid rgba(215,173,74,.38);background:linear-gradient(135deg,#111722,#171f2c)}
.emma-chat-avatar{width:46px;height:46px;border:2px solid var(--emma-gold);border-radius:50%;object-fit:cover}
.emma-chat-identity{min-width:0;flex:1}.emma-chat-identity strong{display:block;font-family:Georgia,serif;font-size:18px;color:#fff}.emma-chat-identity span{display:block;margin-top:2px;font-size:12px;color:#c8ced8}
.emma-chat-status{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:11px;color:#dbc37d}.emma-chat-status i{width:7px;height:7px;border-radius:50%;background:#49c77b;box-shadow:0 0 0 3px rgba(73,199,123,.13)}
.emma-chat-controls{display:flex;gap:7px}.emma-chat-controls button{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(215,173,74,.58);border-radius:50%;background:#202a39;color:#fff;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.24)}.emma-chat-controls button:hover,.emma-chat-controls button:focus-visible{border-color:#f0cf72;background:var(--emma-gold);color:#111722;outline:0}
.emma-chat-messages{overflow-y:auto;padding:18px 16px 10px;scroll-behavior:smooth}.emma-chat-messages::-webkit-scrollbar{width:7px}.emma-chat-messages::-webkit-scrollbar-thumb{border-radius:8px;background:#505866}
.emma-message{max-width:88%;margin:0 0 12px;padding:12px 14px;border-radius:16px;white-space:pre-line;font-size:14px;line-height:1.52;box-shadow:0 5px 18px rgba(0,0,0,.12)}
.emma-message a{color:#f3dfaa;text-decoration:underline;font-weight:700}
.emma-message.assistant{border-bottom-left-radius:5px;background:#252d3a;color:#f3f4f6}.emma-message.user{margin-left:auto;border-bottom-right-radius:5px;background:linear-gradient(135deg,#e4ba51,#c7952c);color:#15191f}.emma-message.system{max-width:100%;padding:8px 10px;border:1px solid rgba(215,173,74,.25);background:rgba(215,173,74,.08);color:#e7d395;text-align:center;font-size:12px}
.emma-typing{display:inline-flex;gap:5px}.emma-typing i{width:6px;height:6px;border-radius:50%;background:#bbc2cc;animation:emma-pulse 1.2s infinite}.emma-typing i:nth-child(2){animation-delay:.15s}.emma-typing i:nth-child(3){animation-delay:.3s}@keyframes emma-pulse{0%,80%,100%{opacity:.35;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}
.emma-quick-replies{display:grid;grid-template-columns:1fr;gap:6px;max-height:220px;overflow-y:auto;margin:0 0 10px;padding:0 2px 2px}.emma-quick-replies:empty{display:none}.emma-quick-replies button{width:100%;min-height:36px;padding:7px 12px;border:1px solid rgba(215,173,74,.54);border-radius:9px;background:rgba(215,173,74,.08);color:#f3dfaa;text-align:left;font-size:12px;line-height:1.2;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.emma-quick-replies button:hover,.emma-quick-replies button:focus-visible{border-color:var(--emma-gold);background:var(--emma-gold);color:#131923}
.emma-chat-composer{padding:10px 14px 14px;border-top:1px solid rgba(255,255,255,.09);background:#121925}
.emma-chat-form{display:flex;align-items:center;gap:8px}.emma-chat-form input{min-width:0;flex:1;height:44px;padding:0 14px;border:1px solid #3a4351;border-radius:999px;outline:0;background:#202733;color:#fff;font-size:14px}.emma-chat-form input:focus{border-color:var(--emma-gold);box-shadow:0 0 0 3px rgba(215,173,74,.12)}.emma-chat-form input::placeholder{color:#929baa}.emma-chat-form button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border:0;border-radius:50%;background:var(--emma-gold);color:#111722;font-size:20px;cursor:pointer}.emma-chat-form button:disabled,.emma-chat-form input:disabled{opacity:.55}
.emma-chat-privacy{margin:8px 8px 0;color:#7f8998;text-align:center;font-size:10px;line-height:1.35}
@media(max-width:640px){.emma-widget{right:12px;bottom:12px}.emma-chat-launcher{width:64px;height:64px}.emma-chat-shell{position:fixed;inset:10px 8px 82px;width:auto;height:auto;border-radius:18px;transform-origin:bottom center}.emma-message{max-width:92%;font-size:14px}.emma-quick-replies{max-height:190px}.emma-quick-replies button{min-height:34px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.emma-chat-launcher,.emma-chat-messages{transition:none;scroll-behavior:auto}.emma-typing i{animation:none}}
.google-review-mini{width:min(1220px,calc(100% - 64px))!important;max-width:1220px!important;margin:64px auto 72px!important;padding:26px 28px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:24px!important;border:1px solid rgba(214,169,31,.58)!important;border-radius:24px!important;background:linear-gradient(135deg,#fffdf8 0%,#fff8ed 100%)!important;box-shadow:0 24px 70px rgba(16,23,34,.09)!important}.google-review-mark{display:flex!important;align-items:center!important;gap:12px!important}.google-g{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;border-radius:50%!important;background:#fff!important;color:#4285f4!important;font-weight:900!important;font-size:25px!important;box-shadow:0 10px 24px rgba(16,23,34,.12)!important}.google-review-mini .stars{color:#efa400!important;letter-spacing:.12em!important;font-size:18px!important;white-space:nowrap!important}.google-review-copy small{display:block!important;margin-bottom:3px!important;color:#9a6d08!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}.google-review-copy strong{display:block!important;color:var(--ink,#0b1b33)!important;font:800 clamp(26px,2.4vw,34px)/1.05 Georgia,serif!important;letter-spacing:-.02em!important}.google-review-copy span{display:block!important;margin-top:3px!important;color:#5d6675!important;font-weight:800!important}.google-review-copy p{max-width:78ch!important;margin:9px 0 0!important;color:#475467!important;line-height:1.55!important}.google-review-link{justify-self:end!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:13px 22px!important;border-radius:999px!important;background:var(--navy,#081522)!important;color:#fff!important;text-decoration:none!important;font-weight:900!important;box-shadow:0 16px 34px rgba(16,23,34,.18)!important;white-space:nowrap!important}.site-footer{padding:58px 0 28px!important;background:#081522!important;border-top:4px solid var(--gold,#d2a135)!important}.site-footer>.footer-grid{width:min(1220px,calc(100% - 64px))!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(280px,1.1fr) minmax(220px,.75fr) minmax(260px,.9fr)!important;gap:clamp(52px,7vw,130px)!important;align-items:start!important}.site-footer h3{margin:0 0 14px!important;color:#fff!important;font-size:24px!important;line-height:1.12!important}.site-footer p{max-width:54ch!important;line-height:1.7!important}.site-footer a{color:#d7e0eb!important;text-decoration:none!important}.site-footer a:hover{color:#fff!important;text-decoration:underline!important;text-decoration-color:var(--gold,#d2a135)!important;text-underline-offset:4px!important}.site-footer>.footer-accordions{width:min(1220px,calc(100% - 64px))!important;margin:34px auto 0!important;padding-top:22px!important;border-top:1px solid rgba(255,255,255,.12)!important;display:flex!important;flex-wrap:wrap!important;gap:18px 26px!important}.site-footer>.footer-accordions a{font-weight:800!important;color:#cbd5e1!important}.site-footer>.copyright{width:min(1220px,calc(100% - 64px))!important;margin:30px auto 0!important;padding-top:20px!important;border-top:1px solid rgba(255,255,255,.12)!important;color:#c9d3df!important}@media(max-width:860px){.google-review-mini{grid-template-columns:1fr!important;width:min(94vw,1220px)!important;margin:44px auto 52px!important;padding:22px!important}.google-review-link{justify-self:start!important}.site-footer>.footer-grid{grid-template-columns:1fr!important;width:min(94vw,1220px)!important;gap:28px!important}.site-footer>.footer-accordions,.site-footer>.copyright{width:min(94vw,1220px)!important}.site-footer h3{font-size:21px!important}}@media(max-width:560px){.google-review-mark{align-items:flex-start!important;flex-direction:column!important}.google-review-mini .stars{font-size:16px!important}.google-review-copy strong{font-size:26px!important}.site-footer>.footer-accordions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}}
.site-footer>.footer-legal-links{width:min(1220px,calc(100% - 64px))!important;margin:10px auto 0!important;display:flex!important;flex-wrap:wrap!important;gap:12px 18px!important;align-items:center!important}.site-footer>.footer-legal-links a{color:#d7e0eb!important;font-size:15px!important}@media(max-width:860px){.site-footer>.footer-legal-links{width:min(94vw,1220px)!important}}
.sniper-project-review{width:100%!important;margin:18px 0 20px!important;padding:17px 18px!important;border:1px solid #d8c28a!important;border-left:4px solid #c79624!important;border-radius:16px!important;background:linear-gradient(135deg,#fffdf7,#fff9ed)!important;box-shadow:0 10px 26px rgba(16,23,34,.055)!important}.sniper-project-review h3{margin:0 0 8px!important;color:var(--ink,#101722)!important;font-family:Georgia,serif!important;font-size:clamp(20px,1.7vw,26px)!important;line-height:1.12!important}.sniper-project-review p{margin:8px 0!important;line-height:1.58!important}.sniper-project-review .hans-review-positive{color:#1f2937!important}.sniper-project-review .hans-review-check{margin-top:11px!important;padding:11px 13px!important;border-radius:12px!important;background:#fff4d8!important;color:#70520a!important}


