@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";
.SupportChat-module__1dB0Ba__floatBtn{background:var(--primary-gradient);width:60px;height:60px;color:var(--text-primary);box-shadow:0 4px 20px var(--border);z-index:1000;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:2rem;right:2rem}.SupportChat-module__1dB0Ba__floatBtn:hover{transform:scale(1.1)rotate(5deg)}.SupportChat-module__1dB0Ba__unreadBadge{background:var(--gold-primary);color:var(--text-primary);border:1px solid var(--border);min-width:22px;height:22px;box-shadow:0 2px 10px var(--border);border-radius:11px;justify-content:center;align-items:center;padding:0 6px;font-size:.75rem;font-weight:700;animation:.5s ease-in-out infinite alternate SupportChat-module__1dB0Ba__bounce;display:flex;position:absolute;top:-5px;right:-5px}@keyframes SupportChat-module__1dB0Ba__bounce{0%{transform:translateY(0)}to{transform:translateY(-3px)}}.SupportChat-module__1dB0Ba__chatWindow{background:var(--bg-secondary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);z-index:1001;width:380px;max-width:calc(100vw - 4rem);height:550px;max-height:calc(100vh - 10rem);box-shadow:0 10px 40px var(--border);border-radius:1.5rem;flex-direction:column;animation:.3s ease-out SupportChat-module__1dB0Ba__slideIn;display:flex;position:fixed;bottom:6rem;right:2rem;overflow:hidden}@keyframes SupportChat-module__1dB0Ba__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SupportChat-module__1dB0Ba__header{background:var(--border);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.SupportChat-module__1dB0Ba__headerInfo{color:var(--text-primary);align-items:center;gap:.75rem;display:flex}.SupportChat-module__1dB0Ba__headerInfo h4{margin:0;font-size:1rem}.SupportChat-module__1dB0Ba__headerInfo p{color:#c58b5a;align-items:center;gap:.25rem;margin-top:.2rem;font-size:.75rem;font-weight:500;display:flex}.SupportChat-module__1dB0Ba__headerInfo p svg{color:#c58b5a;opacity:1}.SupportChat-module__1dB0Ba__closeBtn{color:#fff;opacity:.8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.SupportChat-module__1dB0Ba__closeBtn:hover{opacity:1;transform:scale(1.1)}.SupportChat-module__1dB0Ba__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.SupportChat-module__1dB0Ba__messages::-webkit-scrollbar{width:6px}.SupportChat-module__1dB0Ba__messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.SupportChat-module__1dB0Ba__welcome{text-align:center;color:var(--border);margin-top:3rem}.SupportChat-module__1dB0Ba__welcome p{margin-top:1rem;font-size:1.1rem;font-weight:600}.SupportChat-module__1dB0Ba__welcome small{margin-top:.5rem;font-size:.85rem;display:block}.SupportChat-module__1dB0Ba__messageWrapper{max-width:80%;display:flex}.SupportChat-module__1dB0Ba__userMsg{align-self:flex-end}.SupportChat-module__1dB0Ba__adminMsg{align-self:flex-start}.SupportChat-module__1dB0Ba__message{border-radius:1rem;padding:.75rem 1rem}.SupportChat-module__1dB0Ba__userMsg .SupportChat-module__1dB0Ba__message{color:var(--text-primary);background:#c58b5a80;border:1px solid #c58b5a33;border-bottom-right-radius:.25rem}.SupportChat-module__1dB0Ba__adminMsg .SupportChat-module__1dB0Ba__message{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-bottom-left-radius:.25rem}.SupportChat-module__1dB0Ba__sender{text-transform:uppercase;letter-spacing:.06em;margin-bottom:.3rem;font-size:.7rem;font-weight:700}.SupportChat-module__1dB0Ba__userMsg .SupportChat-module__1dB0Ba__sender{color:#1f110b;opacity:.7}.SupportChat-module__1dB0Ba__adminMsg .SupportChat-module__1dB0Ba__sender{color:var(--text-primary);opacity:.6}.SupportChat-module__1dB0Ba__text{word-break:break-all;font-size:.9rem;line-height:1.4}.SupportChat-module__1dB0Ba__footer{background:#1f110bf2;border-top:1px solid #ffffff0d;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.SupportChat-module__1dB0Ba__footer input{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:1.25rem;outline:none;flex:1;padding:.8rem 1.2rem;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.SupportChat-module__1dB0Ba__footer input:focus{background:#ffffff0f;border-color:#c58b5a;box-shadow:0 0 15px #c58b5a26}.SupportChat-module__1dB0Ba__footer input::placeholder{color:#ffffff4d}.SupportChat-module__1dB0Ba__footer button{color:#1f110b;cursor:pointer;background:linear-gradient(135deg,#c58b5a 0%,#a47146 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 12px #c58b5a33}.SupportChat-module__1dB0Ba__footer button svg{transition:transform .3s}.SupportChat-module__1dB0Ba__footer button:not(:disabled):hover{transform:scale(1.1)rotate(-10deg);box-shadow:0 6px 20px #c58b5a66}.SupportChat-module__1dB0Ba__footer button:not(:disabled):hover svg{transform:translate(2px,-2px)scale(1.1)}.SupportChat-module__1dB0Ba__footer button:disabled{opacity:.3;cursor:not-allowed;filter:grayscale()}@media (max-width:480px){.SupportChat-module__1dB0Ba__chatWindow{border-radius:0;width:100%;height:100%;max-height:100%;bottom:0;right:0}.SupportChat-module__1dB0Ba__floatBtn{bottom:1rem;right:1rem}}.SupportChat-module__1dB0Ba__verifyNotice{text-align:center;background:var(--bg-secondary);border-top:1px solid var(--border);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.25rem;padding:2.5rem 2rem;display:flex}.SupportChat-module__1dB0Ba__verifyNotice p{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.SupportChat-module__1dB0Ba__verifyNotice small{color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem;line-height:1.5}
:root{--bg-primary:#1a0f0a;--bg-secondary:#2a160e;--bg-card:#3a1f14;--gold-primary:#c58b5a;--gold-dark:#8b5e3c;--primary-gradient:linear-gradient(135deg, #c58b5a, #8b5e3c);--text-primary:#f5e6da;--text-secondary:#cbb2a3;--text-muted:#8a6f5e;--border:#ffffff14;--border-light:#ffffff1f;--radius-sm:.625rem;--radius:.875rem;--radius-lg:1.25rem;--radius-xl:1.5rem;--radius-2xl:2rem;--radius-full:9999px;--font-main:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--success-green:#22c55e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:#1a0f0a;min-height:100%}body{background-color:var(--bg-primary);color:var(--text-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-primary)}.glass{background:var(--bg-secondary);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--radius)}.glass-card{background:var(--bg-secondary);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .3s}.glass-card:hover{border-color:var(--gold-primary);transform:translateY(-4px);box-shadow:0 12px 24px -10px #00000080}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-card);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}*{scrollbar-width:thin;scrollbar-color:var(--bg-card) transparent}::selection{background:var(--gold-primary);color:var(--bg-primary)}
