.chat-widget{z-index:10000;font-family:Outfit,sans-serif;position:fixed;bottom:20px;right:20px}.chat-widget-button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff6b00,#ff8c00);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 20px #ff8c0066}.chat-widget-button:hover{transform:scale(1.1);box-shadow:0 6px 25px #ff8c0099}.chat-widget-button .badge{color:#fff;background:#f44;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.chat-widget-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1d24fa;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:380px;height:600px;max-height:80vh;animation:.3s slideUp;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 8px 32px #00000080}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-widget-header{background:linear-gradient(135deg,#ff6b0033,#ff8c0026);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.chat-widget-header-info{align-items:center;gap:.75rem;display:flex}.chat-widget-title{color:#fffffff2;margin:0;font-size:1.1rem;font-weight:600}.chat-widget-status{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.chat-widget-status-dot{background:#2ec4b6;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.chat-widget-status-dot.offline{background:#999;animation:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chat-widget-close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.5rem;transition:all .2s;display:flex}.chat-widget-close:hover{color:#fffffff2;background:#ffffff1a}.chat-widget-messages{background:#0003;flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.chat-widget-messages::-webkit-scrollbar{width:6px}.chat-widget-messages::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.chat-widget-messages::-webkit-scrollbar-thumb{background:#ff8c004d;border-radius:3px}.chat-widget-messages::-webkit-scrollbar-thumb:hover{background:#ff8c0080}.chat-message{flex-direction:column;gap:.25rem;max-width:80%;animation:.3s messageSlide;display:flex}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{align-self:flex-end;align-items:flex-end}.chat-message.admin{align-self:flex-start;align-items:flex-start}.chat-message-bubble{word-wrap:break-word;overflow-wrap:break-word;border-radius:18px;padding:.75rem 1rem;font-size:.9rem;line-height:1.4}.chat-message.user .chat-message-bubble{color:#fff;background:linear-gradient(135deg,#ff6b00,#ff8c00);border-bottom-right-radius:4px}.chat-message.admin .chat-message-bubble{color:#fffffff2;background:#ffffff1a;border:1px solid #ffffff1a;border-bottom-left-radius:4px}.chat-message.system{align-self:center;max-width:90%;margin:.5rem 0}.chat-message.system .chat-message-bubble{color:#ffffff80;text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;padding:.5rem 1rem;font-size:.8rem}.chat-message-time{color:#ffffff80;padding:0 .5rem;font-size:.75rem}.chat-message-attachment{color:#ffffffe6;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem;text-decoration:none;transition:all .2s;display:flex}.chat-message-attachment:hover{color:#ff8c00;background:#ffffff1a}.chat-widget-input-area{background:#0003;border-top:1px solid #ffffff1a;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.chat-widget-input-wrapper{align-items:flex-end;gap:.5rem;display:flex}.chat-widget-input{color:#fffffff2;resize:none;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex:1;min-height:44px;max-height:120px;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.chat-widget-input:focus{background:#ffffff14;border-color:#ff8c0080;outline:none;box-shadow:0 0 0 3px #ff8c001a}.chat-widget-input::placeholder{color:#fff6}.chat-widget-actions{gap:.5rem;display:flex}.chat-widget-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:.75rem;font-size:1.2rem;transition:all .2s;display:flex}.chat-widget-btn:hover{color:#ff8c00;background:#ff8c0033;border-color:#ff8c0066}.chat-widget-btn.send{color:#fff;background:linear-gradient(135deg,#ff6b00,#ff8c00);border:none}.chat-widget-btn.send:hover{transform:scale(1.05);box-shadow:0 4px 15px #ff8c0066}.chat-widget-btn.send:disabled{opacity:.5;cursor:not-allowed;transform:none}.chat-widget-file-input{display:none}.chat-widget-typing{color:#fff9;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-style:italic;display:flex}.chat-widget-typing-dots{gap:4px;display:flex}.chat-widget-typing-dot{background:#ffffff80;border-radius:50%;width:6px;height:6px;animation:1.4s infinite typingDot}.chat-widget-typing-dot:nth-child(2){animation-delay:.2s}.chat-widget-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.chat-widget-empty{text-align:center;color:#ffffff80;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.chat-widget-empty-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.chat-widget-empty-text{font-size:.9rem}@media (max-width:480px){.chat-widget-container{width:calc(100vw - 40px);height:calc(100vh - 100px);max-height:calc(100vh - 100px);bottom:80px;left:20px;right:20px}.chat-widget-button{width:56px;height:56px;bottom:15px;right:15px}}.chat-widget-loading{color:#ffffff80;justify-content:center;align-items:center;padding:2rem;display:flex}.chat-widget-spinner{border:3px solid #ffffff1a;border-top-color:#ff8c00;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
.loyalty-progress-bar-large{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:16px;width:100%;height:32px;position:relative;overflow:hidden}.loyalty-progress-fill-large{height:100%;box-shadow:none;background:#fff;border-radius:16px;min-width:2px;transition:width .8s;position:relative}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width:768px){.loyalty-progress-bar-large{height:24px}}
.social-divider{text-align:center;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;opacity:.7;align-items:center;margin:1.5rem 0 1rem;font-size:.8rem;display:flex}.social-divider:before,.social-divider:after{content:"";border-bottom:1px solid #ffffff14;flex:1}.social-divider:not(:empty):before{margin-right:.75em}.social-divider:not(:empty):after{margin-left:.75em}.social-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:1.5rem;display:grid}.social-btn{color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;justify-content:center;align-items:center;padding:.85rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.social-btn:hover{background:#ffffff14;transform:translateY(-3px)}.google-btn:hover{color:#ea4335;border-color:#ea433580;box-shadow:0 8px 20px #ea433526}.yandex-btn:hover{color:#fc3f1d;border-color:#fc3f1d80;box-shadow:0 8px 20px #fc3f1d26}.telegram-btn:hover{color:#24a1de;border-color:#24a1de80;box-shadow:0 8px 20px #24a1de26}.discord-btn:hover{color:#5865f2;border-color:#5865f280;box-shadow:0 8px 20px #5865f226}.social-btn svg{transition:transform .3s}.social-btn:hover svg{transform:scale(1.15)}
