*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}
@keyframes cf-pop-in{0%{opacity:0;transform:translateY(24px)scale(.9)}60%{opacity:1;transform:translateY(-3px)scale(1.015)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes cf-icon-pop{0%{opacity:0;transform:scale(.4)rotate(-35deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes cf-ring-pulse{0%{opacity:.55;transform:scale(1)}to{opacity:0;transform:scale(1.9)}}@keyframes cf-msg-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes cf-teaser-in{0%{opacity:0;transform:translateY(10px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes cf-dot-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes cf-online-pulse{0%,to{box-shadow:0 0 #4caf508c}70%{box-shadow:0 0 0 5px #4caf5000}}.cf-chat-launcher{z-index:999;color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #00000052}.cf-chat-launcher:before{content:"";opacity:0;pointer-events:none;background:#e8401c;border-radius:50%;position:absolute;inset:0}.cf-chat-launcher--attention:before{animation:2.2s ease-out infinite cf-ring-pulse}.cf-chat-launcher:hover{background:linear-gradient(135deg,#e8401c,#c9350f);transform:translateY(-3px)scale(1.06);box-shadow:0 12px 30px #e8401c59}.cf-chat-launcher:active{transform:translateY(-1px)scale(.97)}.cf-chat-icon{animation:.28s cubic-bezier(.34,1.56,.64,1) cf-icon-pop;display:flex}.cf-chat-teaser{z-index:998;color:#0a0a0a;cursor:pointer;background:#fff;border-radius:14px 14px 4px;align-items:center;gap:10px;max-width:240px;padding:10px 14px;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:500;animation:.35s cubic-bezier(.34,1.56,.64,1) cf-teaser-in;display:flex;position:fixed;bottom:92px;right:24px;box-shadow:0 10px 28px #0003}.cf-chat-teaser-close{color:#888;cursor:pointer;background:#f2f2f0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.cf-chat-teaser-close:hover{color:#0a0a0a;background:#e5e5e3}.cf-chat-panel{z-index:999;transform-origin:100% 100%;opacity:0;pointer-events:none;visibility:hidden;background:#fff;border-radius:16px;flex-direction:column;width:min(360px,100vw - 32px);height:min(520px,100vh - 140px);font-family:Inter,system-ui,sans-serif;transition:opacity .22s,transform .22s cubic-bezier(.34,1.56,.64,1),visibility .22s;display:flex;position:fixed;bottom:92px;right:24px;overflow:hidden;transform:translateY(16px)scale(.94);box-shadow:0 16px 48px #0000003d}.cf-chat-panel--open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)scale(1)}.cf-chat-header{color:#fff;background:linear-gradient(135deg,#141414,#0a0a0a);justify-content:space-between;align-items:center;padding:14px 16px;font-family:Syne,system-ui,sans-serif;display:flex}.cf-chat-header-left{align-items:center;gap:10px;display:flex}.cf-chat-avatar{background:linear-gradient(135deg,#e8401c,#c9350f);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cf-chat-header-title{letter-spacing:.02em;align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex}.cf-chat-online{background:#4caf50;border-radius:50%;width:7px;height:7px;animation:2s ease-out infinite cf-online-pulse}.cf-chat-header-sub{color:#888;margin-top:2px;font-size:11px}.cf-chat-close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;padding:4px;transition:opacity .15s,transform .15s;display:flex}.cf-chat-close:hover{opacity:1;transform:rotate(90deg)}.cf-chat-notice{color:#6b6b68;background:#fff5f0;border-bottom:1px solid #f3ddd3;flex-shrink:0;padding:10px 16px;font-size:11px;line-height:1.5}.cf-chat-notice p{margin:0}.cf-chat-notice p+p{margin-top:2px}.cf-chat-notice strong{color:#0a0a0a}.cf-chat-notice a{color:#e8401c;text-decoration:underline}.cf-chat-messages{background:#f2f2f0;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.cf-chat-msg{border-radius:12px;max-width:84%;padding:9px 12px;font-size:13px;line-height:1.5;animation:.28s cubic-bezier(.2,.8,.2,1) cf-msg-in}.cf-chat-msg.user{color:#fff;white-space:pre-wrap;background:#0a0a0a;border-bottom-right-radius:4px;align-self:flex-end}.cf-chat-p{margin:0 0 8px}.cf-chat-p:last-child{margin-bottom:0}.cf-chat-list{flex-direction:column;gap:4px;margin:0 0 8px;padding-left:18px;display:flex}.cf-chat-list:last-child{margin-bottom:0}.cf-chat-list li{padding-left:2px}.cf-chat-msg.assistant{color:#0a0a0a;background:#fff;border:1px solid #e5e5e3;border-bottom-left-radius:4px;align-self:flex-start}.cf-chat-msg.pending{align-items:center;gap:4px;padding:12px 14px;display:flex}.cf-typing-dot{background:#999;border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite cf-dot-bounce}.cf-typing-dot:nth-child(2){animation-delay:.15s}.cf-typing-dot:nth-child(3){animation-delay:.3s}.cf-chat-error{color:#e8401c;text-align:center;align-self:center;font-size:12px}.cf-chat-form{background:#fff;border-top:1px solid #eee;gap:8px;padding:12px;display:flex}.cf-chat-input{border:1px solid #ddd;border-radius:20px;outline:none;flex:1;padding:9px 14px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.cf-chat-input:focus{border-color:#0a0a0a;box-shadow:0 0 0 3px #0a0a0a14}.cf-chat-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e8401c,#c9350f);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .15s cubic-bezier(.34,1.56,.64,1),background .15s;display:flex}.cf-chat-send:hover:not(:disabled){transform:scale(1.08)}.cf-chat-send:active:not(:disabled){transform:scale(.94)}.cf-chat-send:disabled{cursor:not-allowed;background:#ccc}.cf-chat-messages::-webkit-scrollbar{width:6px}.cf-chat-messages::-webkit-scrollbar-thumb{background:#00000026;border-radius:999px}@media (max-width:480px){.cf-chat-panel{width:auto;left:16px;right:16px}.cf-chat-teaser{max-width:calc(100vw - 90px);right:16px}.cf-chat-launcher{bottom:16px;right:16px}}@media (prefers-reduced-motion:reduce){.cf-chat-launcher,.cf-chat-launcher:before,.cf-chat-icon,.cf-chat-panel,.cf-chat-msg,.cf-chat-teaser,.cf-typing-dot,.cf-chat-online{transition:none!important;animation:none!important}}
@keyframes cf-cookie-in{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.cf-cookie-banner{z-index:1000;color:#0a0a0a;background:#fff;border-radius:16px;width:min(380px,100vw - 32px);padding:20px;font-family:Inter,system-ui,sans-serif;animation:.3s cubic-bezier(.34,1.56,.64,1) cf-cookie-in;position:fixed;bottom:24px;left:24px;box-shadow:0 16px 48px #00000047}.cf-cookie-dismiss{color:#666;cursor:pointer;background:#f2f2f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:12px;right:12px}.cf-cookie-dismiss:hover{color:#0a0a0a;background:#e5e5e3}.cf-cookie-text{color:#333;margin:0 0 16px;padding-right:20px;font-size:13px;line-height:1.6}.cf-cookie-text a{color:#e8401c;text-decoration:underline}.cf-cookie-categories{flex-direction:column;gap:14px;margin-bottom:18px;display:flex}.cf-cookie-category{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.cf-cookie-category-title{margin-bottom:2px;font-family:Syne,system-ui,sans-serif;font-size:13px;font-weight:700}.cf-cookie-category-desc{color:#777;font-size:12px;line-height:1.5}.cf-cookie-category input[type=checkbox]{accent-color:#e8401c;flex-shrink:0;width:18px;height:18px;margin-top:2px}.cf-cookie-actions{flex-wrap:wrap;gap:8px;display:flex}.cf-cookie-btn{cursor:pointer;border:1px solid #0000;border-radius:10px;flex:1;min-width:100px;padding:10px 14px;font-size:12px;font-weight:600;transition:transform .15s,background .15s,border-color .15s}.cf-cookie-btn:active{transform:scale(.97)}.cf-cookie-btn--solid{color:#fff;background:#0a0a0a}.cf-cookie-btn--solid:hover{background:#e8401c}.cf-cookie-btn--outline{color:#0a0a0a;background:#fff;border-color:#ddd}.cf-cookie-btn--outline:hover{border-color:#0a0a0a}.cf-cookie-btn--ghost{color:#666;text-align:left;background:0 0;flex-basis:100%;padding-left:0}.cf-cookie-btn--ghost:hover{color:#0a0a0a;text-decoration:underline}.cf-cookie-settings-btn{z-index:900;color:#0a0a0a;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:24px;left:24px;box-shadow:0 6px 18px #00000038}.cf-cookie-settings-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000047}@media (max-width:480px){.cf-cookie-banner{width:auto;bottom:16px;left:16px;right:16px}.cf-cookie-settings-btn{bottom:16px;left:16px}}@media (prefers-reduced-motion:reduce){.cf-cookie-banner{animation:none!important}}
