@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--gd-red:#d22939;--gd-red-dark:#b91d59;--gd-red-light:rgba(210,41,57,.08);--gd-gradient:linear-gradient(135deg,#ac176a,#d22939,#ec3617);--gd-gradient-hover:linear-gradient(135deg,#9a1360,#b91d30,#d42f12);--gd-pink:#ac176a;--gd-orange:#ec3617;--color-bg:#f8f8fa;--color-bg-alt:#f0f0f4;--color-surface:#fff;--color-border:#e2e4ea;--color-border-light:#f0f0f4;--color-text:#1a1a2e;--color-text-muted:#44445a;--color-text-light:#6b6b82;--color-primary:#d22939;--color-primary-hover:#b8232f;--color-secondary:#ac176a;--color-accent:#ec3617;--color-success:#22c55e;--color-warning:#eab308;--color-danger:#ef4444;--color-info:#06b6d4;--platform-steam:#1b2838;--platform-playstation:#003791;--platform-xbox:#107c10;--platform-nintendo:#e60012;--platform-epic:#2f2f2f;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--transition:150ms ease}*{box-sizing:border-box}body{padding:0;background:var(--color-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{margin:0;color:var(--color-text)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3}h1{font-size:1.875rem;letter-spacing:-.02em}h2{font-size:1.5rem;letter-spacing:-.01em}h3{font-size:1.125rem}p{margin:0;color:var(--color-text-muted)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-alt)}::-webkit-scrollbar-thumb{background:#c5c5d4;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9090a8}input,select,textarea{font-family:inherit;font-size:14px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:10px 12px;transition:border-color var(--transition),box-shadow var(--transition);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(210,41,57,.12)}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--color-text-light)}input::placeholder,textarea::placeholder{color:var(--color-text-light)}select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b6b82' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}label{display:block;font-size:13px;font-weight:600;color:var(--color-text-muted);margin-bottom:6px}.sale-block{position:relative;border-radius:var(--radius-sm);clip-path:polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-fade-in{animation:fadeIn .2s ease}.animate-slide-up{animation:slideUp .2s ease}.ChatBot_floatingButton__BBz_Z{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:var(--color-primary,#d22939);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:2000;transition:transform .2s ease,box-shadow .2s ease}.ChatBot_floatingButton__BBz_Z:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(0,0,0,.2)}.ChatBot_floatingButton__BBz_Z svg{width:24px;height:24px;fill:currentColor}.ChatBot_panel__8zJ8n{position:fixed;bottom:92px;right:24px;width:400px;height:560px;background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08);z-index:2000;display:flex;flex-direction:column;overflow:hidden;animation:ChatBot_slideUp____fi_ .25s ease-out}@keyframes ChatBot_slideUp____fi_{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ChatBot_header__sl4Eg{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--color-primary,#d22939);color:#fff;flex-shrink:0}.ChatBot_headerTitle__tmdAV{font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px}.ChatBot_headerTitle__tmdAV svg{width:18px;height:18px;opacity:.9}.ChatBot_closeButton__2bLSK{background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .15s}.ChatBot_closeButton__2bLSK:hover{opacity:1;background:hsla(0,0%,100%,.15)}.ChatBot_closeButton__2bLSK svg{width:18px;height:18px}.ChatBot_messages__aS0Nv{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.ChatBot_messages__aS0Nv::-webkit-scrollbar{width:6px}.ChatBot_messages__aS0Nv::-webkit-scrollbar-track{background:transparent}.ChatBot_messages__aS0Nv::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.ChatBot_emptyState__aV_4H{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;color:#9ca3af}.ChatBot_emptyIcon__kKI5u{width:48px;height:48px;margin-bottom:12px;opacity:.4}.ChatBot_emptyState__aV_4H h3{font-size:15px;font-weight:600;color:#6b7280;margin:0 0 6px}.ChatBot_emptyState__aV_4H p{font-size:13px;margin:0 0 16px;line-height:1.4}.ChatBot_suggestions__blqFn{display:flex;flex-direction:column;gap:8px;width:100%}.ChatBot_suggestionButton__znjZV{background:#f3f4f6;border:1px solid #e2e4ea;border-radius:8px;padding:10px 14px;font-size:13px;color:#374151;cursor:pointer;text-align:left;transition:background .15s,border-color .15s;line-height:1.3}.ChatBot_suggestionButton__znjZV:hover{background:#e2e4ea;border-color:#d1d5db}.ChatBot_messageBubble__ZmlAu{max-width:85%;padding:10px 14px;font-size:13.5px;line-height:1.5;word-wrap:break-word}.ChatBot_userBubble__15sZI{align-self:flex-end;background:var(--color-primary,#d22939);color:#fff;border-radius:12px 12px 4px 12px}.ChatBot_assistantBubble__whoVl{align-self:flex-start;background:#f3f4f6;color:#1f2937;border-radius:12px 12px 12px 4px;white-space:pre-wrap}.ChatBot_streamingDot__iuYEY{display:inline-block;width:6px;height:6px;background:#9ca3af;border-radius:50%;margin-left:4px;animation:ChatBot_pulse__Ul0QR 1s ease-in-out infinite;vertical-align:middle}@keyframes ChatBot_pulse__Ul0QR{0%,to{opacity:.4}50%{opacity:1}}.ChatBot_inputArea__z8szx{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;border-top:1px solid #e2e4ea;flex-shrink:0;background:#fff}.ChatBot_inputArea__z8szx textarea{flex:1;resize:none;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;font-size:13.5px;font-family:inherit;line-height:1.4;max-height:100px;min-height:38px;outline:none;transition:border-color .15s}.ChatBot_inputArea__z8szx textarea:focus{border-color:var(--color-primary,#d22939)}.ChatBot_inputArea__z8szx textarea::-moz-placeholder{color:#9ca3af}.ChatBot_inputArea__z8szx textarea::placeholder{color:#9ca3af}.ChatBot_sendButton__n4WNp{width:36px;height:36px;border-radius:8px;border:none;background:var(--color-primary,#d22939);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,opacity .15s}.ChatBot_sendButton__n4WNp:hover:not(:disabled){background:#b8232f}.ChatBot_sendButton__n4WNp:disabled{opacity:.5;cursor:not-allowed}.ChatBot_sendButton__n4WNp svg{width:16px;height:16px}.ChatBot_errorBubble__HYrgd{align-self:flex-start;background:#fef2f2;color:#991b1b;border-radius:12px 12px 12px 4px;border:1px solid #fecaca;font-size:13px}@media (max-width:480px){.ChatBot_panel__8zJ8n{width:calc(100vw - 32px);right:16px;bottom:88px;height:calc(100vh - 120px);max-height:560px}.ChatBot_floatingButton__BBz_Z{bottom:16px;right:16px}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}