*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #00ffc8;--primary-glow: #00ffea;--secondary: #00ff88;--bg-dark: #0a0e1a;--bg-darker: #000000;--text-light: #f1f5f9;--text-muted: #94a3b8;--glass-bg: rgba(10, 14, 26, .8);--glass-border: rgba(0, 255, 200, .15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Helvetica Neue,sans-serif;background:var(--bg-darker);color:var(--text-light);line-height:1.6;overflow-x:hidden}.container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 2rem}header{padding:1rem 0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06);background:#00000080}.header-content{display:flex;align-items:center;gap:1.5rem}.logo{display:inline-flex;align-items:baseline;gap:.45rem;font-size:1.2rem;font-weight:800;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;white-space:nowrap;text-decoration:none}.logo-name{flex-shrink:0;line-height:1}.logo-slogan{display:inline-block;line-height:inherit;letter-spacing:-.01em}.logo-slogan:empty{display:none}nav{display:flex;gap:.5rem;align-items:center;margin-left:auto}@keyframes chatTogglePulse{0%,to{box-shadow:inset 0 0 0 1px #00ffc808,0 0 #00ffc800,0 0 #00ffc800}50%{box-shadow:inset 0 0 0 1px #00ffc80f,0 0 0 4px #00ffc814,0 10px 26px #00ffc82e}}.nav-link{padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;font-family:inherit;color:var(--text-muted);text-decoration:none;transition:all .2s;cursor:pointer;background:none;border:none}.nav-link:hover{color:var(--text-light);background:#ffffff0f}.nav-link--highlight{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.5rem 1.15rem;border-radius:8px;font-size:.85rem;font-weight:600;font-family:inherit;color:var(--primary);background:#00ffc814;border:1px solid rgba(0,255,200,.3);box-shadow:inset 0 0 0 1px #00ffc808;animation:chatTogglePulse 2.8s ease-in-out infinite;transition:color .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.nav-link--highlight:hover{color:var(--text-light);background:#00ffc824;border-color:#00ffc86b;animation-play-state:paused}.nav-cta{padding:.5rem 1.15rem;border-radius:8px;font-size:.85rem;font-weight:600;color:#0f172a;background:var(--primary);border:none;cursor:pointer;transition:all .2s;text-decoration:none}.nav-cta:hover{opacity:.85;transform:translateY(-1px)}@media (max-width: 768px){.container{padding:0 1rem}.header-content{flex-wrap:nowrap;gap:.5rem;justify-content:space-between}.logo{display:flex;align-items:baseline;gap:.35rem;min-width:0;flex:1 1 auto;font-size:1rem;white-space:nowrap;overflow:hidden}.logo-name{flex-shrink:0;line-height:1}.logo-slogan{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:-.01em;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;opacity:1;flex:1 1 auto}nav{gap:.25rem;margin-left:0;flex-shrink:1;min-width:0}.nav-link{padding:.4rem .5rem;font-size:.7rem;white-space:nowrap}#navJoinBtn,#navLuckBtn{display:none!important}.nav-cta{padding:.4rem .7rem;font-size:.7rem;white-space:nowrap}}@media (max-width: 640px){.nav-link--highlight{padding:.4rem .7rem;min-height:0;font-size:.7rem;font-weight:600;color:var(--primary);background:#00ffc814;border:1px solid rgba(0,255,200,.34);border-radius:8px;box-shadow:inset 0 0 0 1px #00ffc80a,0 0 16px #00ffc829;animation:none;white-space:nowrap}.nav-link--highlight:hover{color:var(--text-light);background:#00ffc824;border-color:#00ffc870;opacity:1}}@media (max-width: 380px){.container{padding:0 .75rem}header{padding:.75rem 0}.header-content{gap:.35rem}.logo{font-size:.9rem}.logo-slogan{max-width:none}.nav-link{padding:.35rem .4rem;font-size:.65rem}.nav-cta{padding:.35rem .6rem;font-size:.65rem}}.animated-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;background:radial-gradient(ellipse at center,#050808,#000)}#gridCanvas{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6;will-change:transform;z-index:3;pointer-events:none}.animated-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 50% 60%,transparent 0%,rgba(0,0,0,.8) 90%);z-index:1;pointer-events:none}.home-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem 0;align-items:start}.hero{grid-column:1;text-align:center;position:relative;min-height:0;display:grid;grid-template-rows:auto clamp(300px,42vh,440px) auto;align-items:start;align-content:start;gap:1.25rem;padding:2rem 0 .75rem}.hero-top{width:min(100%,920px);margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;margin-bottom:0;line-height:1.1;background:linear-gradient(135deg,#fff 0%,var(--text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;color:var(--text-muted);max-width:780px;margin:0 auto}.chat-drawer{--chat-keyboard-inset: 0px;--chat-visual-height: 100dvh;--chat-visual-top: 0px;position:absolute;top:clamp(5rem,10vh,6.5rem);left:50%;transform:translate(-50%);z-index:90;width:min(960px,calc(100vw - 3rem));min-width:440px;max-width:calc(100vw - 3rem);height:clamp(420px,60vh,620px);min-height:360px;max-height:calc(100vh - 6rem);box-sizing:border-box;overflow:hidden;resize:both;pointer-events:auto;display:flex;flex-direction:row;gap:.6rem}.chat-drawer>.chat-shell{flex:1 1 auto;min-width:440px}.chat-drawer--with-raffle{width:min(1280px,calc(100vw - 3rem));min-width:calc(720px + .6rem)}.chat-raffle-panel{flex:0 0 280px;box-sizing:border-box;margin-left:0;padding:.85rem;border-radius:24px;background:radial-gradient(circle at top right,rgba(0,255,200,.06),transparent 38%),linear-gradient(180deg,#060e15c7,#02070dbd);border:1px solid rgba(0,255,200,.12);box-shadow:0 18px 38px #00000042,inset 0 1px #ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#dcf5f0eb;overflow-y:auto;display:flex;flex-direction:column;gap:.6rem}.chat-raffle-panel[hidden]{display:none!important}.chat-raffle-panel__header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.chat-raffle-panel__title{font-weight:600;font-size:.95rem}.chat-raffle-panel__status{font-size:.75rem;padding:.15rem .5rem;border-radius:999px;background:#00ffc81f;color:#00ffc8f2;text-transform:uppercase;letter-spacing:.04em}.chat-raffle-panel__status[data-status=running]{background:#ffc80029;color:#ffdc78f2}.chat-raffle-panel__status[data-status=finished]{background:#78c8ff29;color:#aadcfff2}.chat-raffle-panel__status[data-status=cancelled]{background:#ff5a5a29;color:#ffa0a0f2}.chat-raffle-panel__meta{display:flex;justify-content:space-between;font-size:.8rem;color:#dcf5f0bf}.chat-raffle-panel__spinner{padding:1.2rem .5rem;text-align:center;font-size:.9rem;color:#ffdc78f2;animation:chatRafflePulse 1.2s ease-in-out infinite}@keyframes chatRafflePulse{0%,to{opacity:.55}50%{opacity:1}}.chat-raffle-panel__winners{border:1px solid rgba(0,255,200,.18);border-radius:14px;padding:.55rem .65rem;background:#00ffc80d}.chat-raffle-panel__winners+.chat-raffle-panel__winners{margin-top:.45rem}.chat-raffle-panel__winners--reroll{border-color:#b482ff52;background:#b482ff14}.chat-raffle-panel__winners--reroll .chat-raffle-panel__winners-title{color:#d2b4fff2}.chat-raffle-panel__winners--reroll .chat-raffle-panel__winner{color:#f0e1fff2}.chat-raffle-panel__winners-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#00ffc8f2;margin-bottom:.3rem}.chat-raffle-panel__winners-list,.chat-raffle-panel__participants-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.chat-raffle-panel__winner{font-weight:600;color:#fff0c8f2;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.chat-raffle-panel__winner-mark{font-size:.85rem;line-height:1}.chat-raffle-panel__winner-name{flex:1 1 auto;min-width:0}.chat-raffle-panel__winner-marks{display:inline-flex;flex-wrap:wrap;gap:.2rem;margin-left:auto}.chat-raffle-panel__winner-mark-btn{font:inherit;cursor:pointer;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:.35rem;padding:.05rem .25rem;color:inherit;line-height:1.1;font-size:.78rem;transition:background-color .15s,border-color .15s}.chat-raffle-panel__winner-mark-btn:hover{background:#ffffff1f;border-color:#ffffff4d}.chat-raffle-panel__winner-mark-btn.is-active{background:#78c88c40;border-color:#78c88c99}.chat-raffle-panel__winner-mark-btn--clear{color:#ffb4b4e6}.chat-shell__raffle-finished-menu{display:flex;flex-direction:column;gap:.5rem}.chat-shell__raffle-finished-menu__primary{font-size:1.1rem;padding:.85rem 1.5rem;font-weight:700}.chat-shell__raffle-finished-menu__row{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:space-between}.chat-shell__raffle-finished-menu__row>button{flex:1 1 0;min-width:0;white-space:nowrap}.chat-raffle-panel__winner-name--scrambling{font-family:JetBrains Mono,Fira Code,Consolas,Courier New,monospace;letter-spacing:.04em;color:#b4ffc8f2;text-shadow:0 0 6px rgba(120,255,180,.45);transition:color .25s,text-shadow .25s}.chat-raffle-panel__prize{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:.2rem 0 .4rem;font-size:.85rem}.chat-raffle-panel__prize-label{color:#ffffffa6}.chat-raffle-panel__prize-link{text-decoration:none;font-weight:600;transition:filter .2s}.chat-raffle-panel__prize-link:hover{filter:brightness(1.2)}.chat-raffle-panel__prize-name{font-weight:600;color:#ffffffd9}.chat-shell__raffle-store-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .55rem;background:#66c2ff1f;border:1px solid rgba(102,194,255,.35);border-radius:8px}.chat-shell__raffle-store-chip__title{font-weight:600;color:#ffffffeb;max-width:16rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-shell__raffle-store-chip__clear{background:transparent;border:none;color:#ffffffb3;cursor:pointer;font-size:1.1rem;line-height:1;padding:0 .2rem}.chat-shell__raffle-store-chip__clear:hover{color:#fff}.chat-shell__raffle-store-suggest{list-style:none;margin:.3rem 0 0;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0006;max-height:12rem;overflow-y:auto}.chat-shell__raffle-store-suggest>li{margin:0;padding:0}.chat-shell__raffle-store-suggest__item{display:block;width:100%;text-align:left;background:transparent;border:none;color:#ffffffe6;padding:.45rem .7rem;font:inherit;cursor:pointer}.chat-shell__raffle-store-suggest__item:hover{background:#66c2ff26}.chat-shell__raffle-store-suggest__item--hint{color:#ffffff8c;font-style:italic;cursor:default}.chat-raffle-panel__participants{display:flex;flex-direction:column;gap:.35rem;flex:1 1 auto;min-height:0}.chat-raffle-panel__participants-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#dcf5f0a6}.chat-raffle-panel__empty{font-size:.85rem;color:#dcf5f08c;padding:.4rem 0}.chat-raffle-panel__participant{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.3rem .5rem;border-radius:10px;background:#ffffff08;font-size:.85rem}.chat-raffle-panel__participant-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-raffle-panel__participant-remove{background:transparent;border:none;color:#ffa0a0d9;font-size:1rem;line-height:1;cursor:pointer;padding:0 .25rem;border-radius:6px}.chat-raffle-panel__participant-remove:hover{background:#ff5a5a29;color:#ffc8c8}.chat-raffle-panel__title-link,.chat-raffle-panel__title-name{font-weight:700}.chat-raffle-panel__title-link{text-decoration:none}.chat-raffle-panel__title-link:hover{text-decoration:underline}.chat-raffle-panel__close{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#dcf5f0e6;width:32px;height:32px;border-radius:50%;align-items:center;justify-content:center;font-size:1.1rem;line-height:1;cursor:pointer;flex:0 0 auto;margin-left:.25rem}.chat-raffle-panel__close:hover{background:#ffffff1f;color:#fff}.chat-raffle-bar{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;box-sizing:border-box;align-items:center;gap:.55rem;padding:.5rem .7rem;margin:0 0 .45rem;border:1px solid rgba(0,255,200,.22);border-radius:12px;background:linear-gradient(135deg,#00ffc81a,#00c8b40a);color:#dcf5f0f2;font:inherit;font-size:.8rem;cursor:pointer;text-align:left;position:sticky;top:0;z-index:6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .15s ease,border-color .15s ease}.chat-raffle-bar:hover,.chat-raffle-bar:focus-visible{background:linear-gradient(135deg,#00ffc829,#00c8b414);border-color:#00ffc85c;outline:none}.chat-raffle-bar__icon{flex:0 0 auto;font-size:1rem;line-height:1}.chat-raffle-bar__sponsor{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.chat-raffle-bar__counts{flex:0 0 auto;display:inline-flex;align-items:center;gap:.4rem;color:#dcf5f0c7;font-size:.74rem;white-space:nowrap}.chat-raffle-bar__count{display:inline-flex;align-items:center;gap:.18rem}.chat-raffle-bar__chevron{flex:0 0 auto;color:#00ffc8b3;font-size:1.1rem;line-height:1}.chat-shell__raffle-btn[data-raffle-state=collecting]{box-shadow:0 0 0 1px #00ffc859 inset}.chat-shell__raffle-btn[data-raffle-state=running]{opacity:1;cursor:progress;animation:chatRaffleBtnPulse 1.1s ease-in-out infinite}@keyframes chatRaffleBtnPulse{0%,to{box-shadow:0 0 0 1px #ffdc788c inset,0 0 #ffdc7880;transform:scale(1)}50%{box-shadow:0 0 0 1px #ffdc78d9 inset,0 0 0 6px #ffdc7800;transform:scale(1.06)}}.chat-shell__raffle-btn[data-raffle-state=finished]{box-shadow:0 0 0 1px #78c8ff59 inset}.chat-shell__raffle-edit-btn,.chat-shell__raffle-cancel-btn{margin-left:.25rem}.chat-shell__raffle-cancel-btn{color:#ffa0a0f2}.chat-shell__raffle-cancel-btn:hover{background:#ff5a5a29}.chat-raffle-panel__spin{position:relative;height:132px;margin:.4rem 0 .6rem;overflow:hidden;border-radius:10px;background:#00000059;border:1px solid rgba(255,220,120,.35);box-shadow:inset 0 0 18px #0000008c}.chat-raffle-panel__spin-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;animation:chatRaffleSlotScroll 1.4s linear infinite;will-change:transform}.chat-raffle-panel__spin-item{height:33px;line-height:33px;padding:0 .75rem;text-align:center;color:#fff0d2f2;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-raffle-panel__spin-marker{position:absolute;left:6px;right:6px;top:50%;height:33px;transform:translateY(-50%);border-top:1px solid rgba(255,220,120,.7);border-bottom:1px solid rgba(255,220,120,.7);pointer-events:none;box-shadow:0 0 12px #ffdc784d inset}@keyframes chatRaffleSlotScroll{0%{transform:translateY(0)}to{transform:translateY(-99px)}}.chat-shell__raffle-plate{display:flex;gap:.6rem;align-items:flex-start;padding:.55rem .75rem;border-radius:12px;background:#00ffc80f;border:1px solid rgba(0,255,200,.18)}.chat-shell__raffle-plate--result{background:#ffdc7814;border-color:#ffdc7840}.chat-shell__raffle-plate--cancelled{background:#ff505014;border-color:#ff50504d}.chat-shell__raffle-plate--cancelled .chat-shell__raffle-plate-status{color:#ffc8c8d9}.chat-shell__raffle-plate-icon{font-size:1.1rem;line-height:1}.chat-shell__raffle-plate-body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.chat-shell__raffle-plate-status{font-size:.85rem;color:#dcf5f0d9}.chat-shell__raffle-plate-meta{font-size:.75rem;color:#dcf5f0a6}.chat-shell__raffle-plate-winners{list-style:none;margin:.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:.15rem;font-size:.85rem;color:#fff0d2f2}.chat-shell__raffle-plate-pos{color:#ffdc78f2;font-weight:600;margin-right:.25rem}.chat-shell__modal-actions--inline{justify-content:flex-start;margin-bottom:.5rem}.chat-shell__message-action--raffle{color:#ffdc78f2}.chat-drawer[hidden]{display:none!important}.chat-drawer--floating{position:fixed;top:0;left:0;right:auto;transform:none!important;z-index:110;border-radius:28px;box-shadow:0 26px 50px #0000008c}.chat-drawer__cta-dock{display:flex;flex-wrap:wrap;gap:.6rem;pointer-events:auto}.chat-drawer__cta-dock .cta-card{flex:1 1 220px;min-width:0;margin:0}@media (max-width: 720px){.chat-drawer__cta-dock{flex-direction:column;gap:.5rem}}@media (max-width: 640px){.chat-drawer__cta-dock{display:none!important}}.chat-shell__header[data-chat-drag-handle]{cursor:grab;user-select:none;-webkit-user-select:none;touch-action:none}.chat-shell__header[data-chat-drag-handle] button,.chat-shell__header[data-chat-drag-handle] a,.chat-shell__header[data-chat-drag-handle] input,.chat-shell__header[data-chat-drag-handle] select,.chat-shell__header[data-chat-drag-handle] [role=listbox]{cursor:pointer;touch-action:auto}body.chat-drawer-dragging,body.chat-drawer-dragging .chat-shell__header[data-chat-drag-handle]{cursor:grabbing!important;user-select:none!important;-webkit-user-select:none!important}@media (max-width: 960px){.chat-drawer--floating{position:absolute;top:clamp(5rem,10vh,6.5rem);left:50%!important;transform:translate(-50%)!important;width:min(960px,calc(100vw - 3rem))!important;height:min(78vh,calc(100vh - 7rem))!important;z-index:90}.chat-shell__drag-bar{display:none}}.chat-drawer.is-resize-hint:after{content:"";position:absolute;right:2px;bottom:2px;width:22px;height:22px;border-radius:6px;pointer-events:none;z-index:5;background:linear-gradient(135deg,transparent 0,transparent 52%,rgba(0,255,200,.85) 60%,rgba(0,255,200,.95) 72%,transparent 78%);animation:chatDrawerResizeHintPulse 1s ease-out 2}@keyframes chatDrawerResizeHintPulse{0%{box-shadow:0 0 #00ffc8a6,0 0 14px 2px #00ffc873;opacity:.95}70%{box-shadow:0 0 0 16px #00ffc800,0 0 22px 4px #00ffc81a;opacity:.7}to{box-shadow:0 0 #00ffc800,0 0 #00ffc800;opacity:.4}}.chat-shell{position:relative;display:grid;grid-template-rows:auto auto auto 1fr auto;gap:.5rem;padding:1.25rem .95rem .95rem;border-radius:28px;overflow:hidden;background:radial-gradient(circle at top right,rgba(0,255,200,.08),transparent 38%),linear-gradient(180deg,#060e15c7,#02070dbd);border:1px solid rgba(0,255,200,.12);box-shadow:0 18px 38px #00000042,inset 0 1px #ffffff08,0 0 0 1px #00ffc80a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.chat-shell__drag-bar{position:absolute;top:0;left:0;right:0;height:18px;z-index:70;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none;display:flex;align-items:center;justify-content:center;background:transparent;border:none}.chat-shell__drag-bar-grip{display:block;width:44px;height:4px;border-radius:999px;background:transparent;transition:background .15s ease}.chat-shell__drag-bar:hover .chat-shell__drag-bar-grip,body.chat-drawer-dragging .chat-shell__drag-bar-grip{background:#94a3b88c}body.chat-drawer-dragging .chat-shell__drag-bar{cursor:grabbing}.chat-shell--drawer{min-height:100%;height:100%;max-height:none;pointer-events:auto}#chatToggleBtn[aria-expanded=true]{color:var(--text-light);background:#00ffc829;border-color:#00ffc86b}.chat-shell [hidden]{display:none!important}.chat-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 25%);pointer-events:none}.chat-shell__header,.chat-shell__history-controls,.chat-shell__channels,.chat-shell__composer,.chat-shell__feed{position:relative;z-index:1}.chat-shell__header{z-index:60;display:flex;align-items:center;justify-content:space-between;gap:.85rem}.chat-shell__header-actions{display:inline-flex;align-items:center;gap:.45rem;flex-shrink:0}.chat-shell__header-mode{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#e2e8f0eb;font-size:1rem;line-height:1;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.chat-shell__header-mode:hover{background:#00ffc81a;border-color:#00ffc847}.chat-shell__header-mode.is-active{background:linear-gradient(135deg,var(--primary),#7effdf);border-color:transparent;color:#02110d}.chat-shell__header-mode[hidden]{display:none}.chat-shell__persona-toggle{position:relative;display:inline-flex}.chat-shell__persona-toggle[hidden]{display:none}.chat-shell__persona-menu{position:absolute;top:calc(100% + .4rem);right:0;margin:0;padding:.25rem 0;list-style:none;background:#0f161ef5;border:1px solid rgba(255,255,255,.12);border-radius:.5rem;min-width:12rem;max-width:18rem;max-height:min(60vh,18rem);overflow-y:auto;overscroll-behavior:contain;box-shadow:0 8px 24px #00000073;z-index:200}.chat-shell__persona-menu[hidden]{display:none}.chat-shell__persona-menu-item{margin:0;padding:0}.chat-shell__persona-menu-item>button{display:block;width:100%;text-align:left;background:transparent;border:none;color:#e2e8f0eb;padding:.45rem .7rem;font:inherit;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-shell__persona-menu-item>button:hover{background:#00ffc81f}.chat-shell__persona-menu-item.is-active>button{background:#00ffc82e;color:#d8fff3;font-weight:600}.chat-shell__heading{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem .75rem;min-width:0}.chat-shell__eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#00ffc8b8;flex-shrink:0}.chat-shell__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-shell__heading h2{margin:0;font-size:1.45rem;line-height:1.1}.chat-shell__heading p{margin:0;font-size:.92rem;color:#94a3b8db;line-height:1.45}.chat-shell__badge{display:inline-flex;align-items:center;justify-content:center;padding:.38rem .7rem;border-radius:999px;font-size:.7rem;font-weight:700;color:#03160f;background:linear-gradient(135deg,#9bffd8,var(--primary));box-shadow:0 8px 20px #00ffc82e;flex-shrink:0}.chat-shell__badge[data-state=guest]{color:#d9fff5;background:#00ffc81a;box-shadow:none}.chat-shell__badge[data-state=readonly]{color:#ffe7b6;background:#f5c35b24;box-shadow:none}.chat-shell__badge[data-state=support]{color:#06111c;background:linear-gradient(135deg,#7ec8ff,#b6e3ff);box-shadow:0 8px 20px #7ec8ff38}.chat-shell__badge[data-state=store]{color:#221400;background:linear-gradient(135deg,#f5c35b,#ffd98f);box-shadow:0 8px 20px #f5c35b38}.chat-shell__badge[data-state=admin]{color:#04150a;background:linear-gradient(135deg,#4ade80,#9cf7b8);box-shadow:0 8px 20px #4ade8038}.chat-shell__badge[data-state=loading],.chat-shell__badge[data-state=connecting]{color:#d8f4ff;background:#7ec8ff1f;box-shadow:none}.chat-shell__badge[data-state=offline]{color:#ffd7d7;background:#f871711f;box-shadow:none}.chat-shell__logout{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 .85rem;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff0a;color:#f1f5f9e6;font-size:.76rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.chat-shell__logout:hover{background:#ffffff14;border-color:#00ffc833;transform:translateY(-1px)}.chat-shell__logout:disabled{opacity:.6;cursor:not-allowed;transform:none}.chat-shell__channels{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;min-width:0}.chat-shell__store-filter{display:inline-flex;align-items:center;gap:.35rem;padding:4px 8px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);min-width:0;max-width:260px;flex:0 1 auto}.chat-shell__store-filter-label{font-size:.95rem;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none}.chat-shell__store-filter-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:var(--text-light);font-size:.78rem;font-weight:500;padding:2px 18px 2px 2px;max-width:220px;text-overflow:ellipsis;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 10px) 50%,calc(100% - 6px) 50%;background-size:4px 4px,4px 4px;background-repeat:no-repeat}.chat-shell__store-filter-select:focus{outline:2px solid rgba(56,189,248,.45);outline-offset:2px;border-radius:4px}.chat-shell__store-filter-select option{color:#0f172a}.chat-shell__channel{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:.35rem .68rem;border-radius:999px;font-size:.74rem;font-weight:600;color:var(--text-muted);background:#ffffff0a;border:1px solid rgba(255,255,255,.07);cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.chat-shell__channel:hover{color:var(--text-light);border-color:#00ffc82e;transform:translateY(-1px)}.chat-shell__channel:disabled{opacity:.45;cursor:default;transform:none}.chat-shell__channel.is-active{color:#02110d;background:linear-gradient(135deg,var(--primary),#7effdf);border-color:transparent}.chat-shell__history-controls{display:flex;justify-content:center}.chat-shell__notice{margin:.4rem .6rem .2rem;padding:.55rem .75rem;border-radius:12px;background:linear-gradient(135deg,#facc151a,#d977060f);border:1px solid rgba(250,204,21,.28);color:#fef3c7eb;font-size:.78rem;line-height:1.4}.chat-shell__notice-body{display:flex;align-items:flex-start;gap:.55rem}.chat-shell__notice-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:#facc1538;color:#fef3c7f5;font-weight:700;font-size:.78rem}.chat-shell__notice-text{flex:1 1 auto;min-width:0}.chat-shell__notice-close{flex:0 0 auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#fef3c7c7;font-size:1rem;line-height:1;padding:0 .25rem;cursor:pointer;border-radius:6px}.chat-shell__notice-close:hover{color:#fef3c7;background:#facc151f}.chat-shell__unread{position:absolute;bottom:88px;left:50%;transform:translate(-50%);-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,255,200,.32);background:linear-gradient(135deg,#00ffc838,#00bfa52e);color:#e0fff7f5;padding:.4rem .95rem;border-radius:999px;font-size:.78rem;font-weight:600;cursor:pointer;box-shadow:0 8px 22px #00ffc82e;z-index:5}.chat-shell__unread:hover{background:linear-gradient(135deg,#00ffc852,#00bfa542)}.chat-shell__load-more{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:34px;padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#94a3b8eb;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.chat-shell__load-more:hover{border-color:#00ffc833;background:#00ffc814;transform:translateY(-1px)}.chat-shell__load-more:disabled{opacity:.65;cursor:not-allowed;transform:none}.chat-shell__feed{grid-row:4;display:flex;flex-direction:column;gap:.3rem;min-height:0;overflow:auto;overscroll-behavior:contain;padding-top:0;padding-right:.15rem;padding-bottom:1rem;position:relative;scroll-padding-top:0;scroll-padding-bottom:1rem}.chat-shell__feed::-webkit-scrollbar{width:6px}.chat-shell__feed::-webkit-scrollbar-thumb{border-radius:999px;background:#94a3b83d}.chat-shell__scroll-to-msg-top{position:sticky;bottom:.6rem;align-self:flex-end;margin-top:-2.6rem;margin-right:.6rem;box-sizing:border-box;flex:0 0 auto;width:2.2rem;height:2.2rem;min-width:2.2rem;min-height:2.2rem;aspect-ratio:1 / 1;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#0f172a2e;color:#e2e8f0c7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:none;cursor:pointer;z-index:6;pointer-events:auto;opacity:.75;transition:opacity .18s ease,background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.chat-shell__scroll-to-msg-top[hidden]{display:none}.chat-shell__scroll-to-msg-top:hover,.chat-shell__scroll-to-msg-top:focus-visible{opacity:1;background:#0f172a8c;border-color:#00ffc859;color:var(--primary, #00ffc8);transform:translateY(-1px);outline:none}.chat-shell__scroll-to-msg-top svg{width:1rem;height:1rem}.chat-shell__pins{position:sticky;top:0;z-index:4;align-self:stretch;height:0;overflow:visible;margin:0;pointer-events:none}.chat-shell__pin{position:absolute;top:0;right:0;display:flex;align-items:flex-start;gap:.6rem;padding:.55rem .8rem .5rem;border-radius:12px;border:1px solid transparent;background:linear-gradient(135deg,#83184338,#4c05192e);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 6px 18px #00000047,inset 0 1px #ffffff08;width:min(420px,70%);max-width:100%;opacity:.78;pointer-events:auto;transition:opacity .18s ease,background .18s ease,border-color .18s ease}.chat-shell__pin:hover,.chat-shell__pin:focus-within{opacity:1}.chat-shell__pin--raffle{border-color:#00ffc833;background:linear-gradient(135deg,#00ffc824,#50288c29);opacity:.9}.chat-shell__pin--raffle .chat-shell__pin-author{color:#9affdef5}.chat-shell__pin--raffle .chat-shell__pin-copy{color:#e2fcf6e6}.chat-shell__pin--stacked{margin-top:0}.chat-shell__pin--stacked:before,.chat-shell__pin--stacked:after{content:"";position:absolute;left:6px;right:6px;height:100%;border-radius:12px;border:1px solid transparent;background:linear-gradient(135deg,#83184329,#4c051924);z-index:-1;pointer-events:none;will-change:transform,opacity}.chat-shell__pin--stacked:before{top:0;animation:chat-pin-stack-loop 3.6s ease-in-out infinite}.chat-shell__pin--stacked:after{top:0;animation:chat-pin-stack-loop 3.6s ease-in-out infinite;animation-delay:1.8s}@keyframes chat-pin-stack-loop{0%{transform:translateY(0) scaleX(.92);opacity:0}18%{transform:translateY(-8px) scaleX(.92);opacity:.4}50%{transform:translateY(-4px) scaleX(.96);opacity:.65}82%{transform:translateY(-1px) scaleX(.99);opacity:.35}to{transform:translateY(0) scaleX(1);opacity:0}}@media (prefers-reduced-motion: reduce){.chat-shell__pin--stacked:before,.chat-shell__pin--stacked:after{animation:none}.chat-shell__pin--stacked:before{transform:translateY(-4px) scaleX(.96);opacity:.55}.chat-shell__pin--stacked:after{transform:translateY(-8px) scaleX(.92);opacity:.35}}.chat-shell__pin-index{align-self:center;flex-shrink:0;font-size:.62rem;font-weight:800;letter-spacing:.08em;color:#d8c4ffe6;background:#a78bfa26;border-radius:999px;padding:.15rem .4rem}.chat-shell__pin-marker{align-self:center;flex-shrink:0;font-size:1.05rem;line-height:1;filter:drop-shadow(0 0 6px hsla(var(--chat-pin-marker-hue, 40),95%,65%,.55));color:hsl(var(--chat-pin-marker-hue, 40),95%,70%)}.chat-shell__pin-body{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1;min-width:0;display:flex;flex-direction:column;gap:.18rem;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.chat-shell__pin-body:hover .chat-shell__pin-copy,.chat-shell__pin-body:focus-visible .chat-shell__pin-copy{color:#f1f5f9f0}.chat-shell__pin-body:focus-visible{outline:none}.chat-shell__pin-author{font-size:.78rem;font-weight:700;color:#d8c4ff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.chat-shell__pin-copy{margin:0;font-size:.82rem;line-height:1.42;color:#cbd5e1db;transition:color .18s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.chat-shell__pin-action{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:34px;padding:.45rem .8rem;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#f1f5f9e6;font-size:.74rem;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.chat-shell__pin-action:hover,.chat-shell__pin-action:focus-visible{background:#ffffff14;border-color:#00ffc833;transform:translateY(-1px);outline:none}.chat-shell__pin-collapse{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0;width:22px;height:22px;align-self:flex-start;margin-left:.15rem;border-radius:8px;border:1px solid transparent;background:#ffffff0d;color:#e2e8f0d9;font-size:.95rem;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.chat-shell__pin-collapse:hover,.chat-shell__pin-collapse:focus-visible{background:#ffffff1a;border-color:#00ffc833;color:#fff;outline:none}.chat-shell__pin--collapsed{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;right:0;width:auto;min-width:0;display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .55rem;cursor:pointer;color:inherit;text-align:left;opacity:.85}.chat-shell__pin--collapsed:hover,.chat-shell__pin--collapsed:focus-visible{opacity:1;outline:none}.chat-shell__message{--chat-top-edge-progress: 0;--chat-top-edge-shift-x: 0px;--chat-top-edge-shift-y: 0px;--chat-top-edge-scale-x: 1;--chat-top-edge-scale-y: 1;position:relative;display:flex;flex-direction:column;gap:.38rem;padding:.72rem 1rem .95rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0f;box-shadow:inset 0 1px #ffffff0a;width:fit-content;max-width:min(100%,82%);transform:translate3d(var(--chat-top-edge-shift-x),var(--chat-top-edge-shift-y),0) scaleX(var(--chat-top-edge-scale-x)) scaleY(var(--chat-top-edge-scale-y));transform-origin:top center;opacity:calc(1 - (var(--chat-top-edge-progress) * .06));filter:saturate(calc(1 - (var(--chat-top-edge-progress) * .04)));transition:transform .14s ease-out,opacity .14s ease-out,filter .14s ease-out}.chat-shell__message.is-highlighted{animation:chat-pin-jump-border 3.6s ease-in-out forwards}@keyframes chat-pin-jump-border{0%{border-color:#ffffff0f}18%{border-color:#f472b6b3}70%{border-color:#f472b6b3}to{border-color:#ffffff0f}}@media (prefers-reduced-motion: reduce){.chat-shell__message.is-highlighted{animation:none;border-color:#ffdc82b3}}.chat-shell__message--foreign{align-self:flex-start}.chat-shell__message--own{align-self:flex-end;border-color:#60a5fa38;background:linear-gradient(135deg,#3b82f64d,#2563eb2e);box-shadow:inset 0 1px #ffffff0a,0 10px 22px #2563eb1f}.chat-shell__message--own .chat-shell__author,.chat-shell__message--own .chat-shell__author-link,.chat-shell__message--own .chat-shell__time,.chat-shell__message--own p{color:#eff6fff5}.chat-shell__message--own .chat-shell__reply-block,.chat-shell__message--own .chat-shell__reply-draft,.chat-shell__message--own .chat-shell__upload-draft{background:#0f172a3d;border-color:#bfdbfe2e}.chat-shell__message.is-reply-target{border-color:#00ffc83d;box-shadow:0 0 0 1px #00ffc81f,inset 0 1px #ffffff05}.chat-shell__message--channel-ads,.chat-shell__message--channel-news{align-self:center;text-align:center;max-width:min(100%,92%)}.chat-shell__message--channel-ads .chat-shell__message-meta,.chat-shell__message--channel-news .chat-shell__message-meta{justify-content:center}.chat-shell__message--channel-ads .chat-shell__message-meta-secondary,.chat-shell__message--channel-news .chat-shell__message-meta-secondary{margin-left:.5rem}.chat-shell__message--channel-ads .chat-shell__attachment,.chat-shell__message--channel-news .chat-shell__attachment{margin-inline:auto}.chat-shell__message--news{align-self:center;text-align:center;max-width:min(100%,92%);border-color:#facc158c;background:linear-gradient(135deg,#facc152e,#d977061a);box-shadow:inset 0 1px #ffffff0d,0 10px 26px #d977062e,0 0 0 1px #facc152e}.chat-shell__message--news .chat-shell__message-meta{justify-content:center}.chat-shell__message--news .chat-shell__message-meta-secondary{margin-left:.5rem}.chat-shell__message--news .chat-shell__attachment{margin-inline:auto}.chat-shell__message--news .chat-shell__author,.chat-shell__message--news .chat-shell__author-link,.chat-shell__message--news p,.chat-shell__message--news .chat-shell__time{color:#fef3c7f5}.chat-shell__message--ad-admin{align-self:center;text-align:center;max-width:min(100%,92%);border-color:#22c55e73;background:linear-gradient(135deg,#22c55e33,#10b9811f);box-shadow:inset 0 1px #ffffff0d,0 10px 26px #10b9812e,0 0 0 1px #22c55e38}.chat-shell__message--ad-admin .chat-shell__message-meta{justify-content:center}.chat-shell__message--ad-admin .chat-shell__message-meta-secondary{margin-left:.5rem}.chat-shell__message--ad-admin .chat-shell__attachment--media,.chat-shell__message--ad-admin .chat-shell__attachment{margin-inline:auto}.chat-shell__message--ad-admin p,.chat-shell__message--ad-admin .chat-shell__time{color:#dcfce7f5}.chat-shell__message--ad-admin .chat-shell__author,.chat-shell__message--ad-admin .chat-shell__author-link{background:linear-gradient(90deg,#4ade80f2,#dcfce7,#22c55ed9,#dcfce7,#4ade80f2);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:chat-shell-ad-admin-name-shimmer 3.6s linear infinite;text-shadow:0 0 12px rgba(74,222,128,.25);font-weight:700;letter-spacing:.02em}@keyframes chat-shell-ad-admin-name-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.chat-shell__message--ad-store,.chat-shell__message--ad-staff{border-color:transparent;background:transparent;box-shadow:none;padding:0;display:grid;grid-template-columns:minmax(160px,240px) minmax(0,1fr);gap:12px;align-items:start;margin-inline:auto}.chat-shell__message--ad-store>.chat-shell__ad-card,.chat-shell__message--ad-staff>.chat-shell__ad-card{grid-column:1;grid-row:1;align-self:start;margin-top:0;box-shadow:0 6px 18px #0f172a59}.chat-shell__message--ad-store>.chat-shell__message-body,.chat-shell__message--ad-staff>.chat-shell__message-body{grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:6px;min-width:0;padding:.72rem 1rem .95rem;border-radius:18px;border:1px solid rgba(56,189,248,.22);background:linear-gradient(135deg,#38bdf814,#6366f10f);box-shadow:inset 0 1px #ffffff0a}.chat-shell__message--ad-staff-admin>.chat-shell__message-body{border-color:#fbbf2452;background:linear-gradient(135deg,#fbbf241a,#f59e0b0f)}.chat-shell__message--ad-staff-support>.chat-shell__message-body{border-color:#4ade8052;background:linear-gradient(135deg,#4ade801a,#22c55e0f)}.chat-shell__message-meta--ad-store{justify-content:flex-end}@media (max-width: 640px){.chat-shell__message--ad-store,.chat-shell__message--ad-staff{grid-template-columns:1fr}.chat-shell__message--ad-store>.chat-shell__ad-card,.chat-shell__message--ad-store>.chat-shell__message-body,.chat-shell__message--ad-staff>.chat-shell__ad-card,.chat-shell__message--ad-staff>.chat-shell__message-body{grid-column:1}.chat-shell__message--ad-store>.chat-shell__message-body,.chat-shell__message--ad-staff>.chat-shell__message-body{grid-row:auto}}.chat-shell__ad-card--staff{border-color:#a78bfa59;background:#0f0c20b3}.chat-shell__ad-card--admin{border-color:#fbbf2480;background:linear-gradient(135deg,#78560c4d,#3c28045c),#0f0c20b3}.chat-shell__ad-card--support{border-color:#4ade8080;background:linear-gradient(135deg,#1450324d,#0a28185c),#0f0c20b3}.chat-shell__ad-card-shop--admin{background:#fbbf242e;border-color:#fbbf248c;color:#fde68a}.chat-shell__ad-card-shop--support{background:#4ade802e;border-color:#4ade808c;color:#bbf7d0}.chat-shell__staff-name{font-weight:700;font-size:.95rem;color:#e0f2fe;line-height:1.2;white-space:normal;word-break:break-word;text-align:center}.chat-shell__staff-role{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8bf;text-align:center}.chat-shell__ad-chips--contacts{display:flex;flex-wrap:wrap;gap:4px;min-width:0}.chat-shell__ad-chip--contact{text-decoration:none;color:#e0f2fe;background:#38bdf82e;border:1px solid rgba(56,189,248,.45);cursor:pointer;transition:background .15s ease,transform .1s ease,border-color .15s ease}.chat-shell__ad-chip--contact:before{content:"🔗";margin-right:.35rem;font-size:.75em;opacity:.85}.chat-shell__ad-chip--contact:hover,.chat-shell__ad-chip--contact:focus-visible{background:#38bdf852;border-color:#38bdf8b3;transform:translateY(-1px);text-decoration:none;outline:none}.chat-shell__ad-card{display:flex;flex-direction:column;gap:10px;padding:12px 14px;border-radius:16px;background:#080e1aa6;border:1px solid rgba(56,189,248,.28);min-width:0;container-type:inline-size}.chat-shell__ad-card--top8{border-color:#ffd7008c;background:linear-gradient(135deg,#78560c52,#3c280466),#080e1aa6;box-shadow:0 6px 18px #0f172a59,0 0 18px #ffd7002e,inset 0 0 24px #ffd7000d}.chat-shell__ad-card--top8 .chat-shell__ad-card-title{color:#fde68a}.chat-shell__ad-card--top8 .chat-shell__ad-card-shop{background:#ffd7002e;border-color:#ffd7008c;color:#fde68a}.chat-shell__ad-card--top8 .chat-shell__ad-card-go{background:linear-gradient(135deg,#ffd70047,#eab30838);border-color:#ffd7008c;color:#fde68a;--chat-soft-arrow-main: #fff7c2;--chat-soft-arrow-mid: #facc15;--chat-soft-arrow-dark: #9a6b00;--chat-soft-arrow-shadow: rgba(250, 204, 21, .38)}.chat-shell__ad-card-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0}.chat-shell__ad-card-head-text{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.chat-shell__ad-card-go{--chat-soft-arrow-main: #f0fbff;--chat-soft-arrow-mid: #67e8f9;--chat-soft-arrow-dark: #0e7490;--chat-soft-arrow-shadow: rgba(56, 189, 248, .38);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#38bdf83d,#6366f133);border:1px solid rgba(56,189,248,.5);color:#e0f2fe;text-decoration:none;font-size:1.1rem;line-height:1;flex-shrink:0;transition:background .15s ease,transform .1s ease}.chat-shell__ad-card-go:hover{background:linear-gradient(135deg,#38bdf85c,#6366f147);transform:translate(1px)}.chat-shell__soft-arrow{display:block;width:1.08rem;height:1.08rem;margin:auto;flex:0 0 auto;background:linear-gradient(145deg,#18211d,#020504 74%);filter:drop-shadow(0 1px 0 rgba(255,255,255,.5)) drop-shadow(0 4px 5px rgba(0,0,0,.28));-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M10 7h7v7' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M10 7h7v7' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat}.chat-shell__soft-arrow--send{width:1.16rem;height:1.16rem}@container (max-width: 220px){.chat-shell__ad-chips{flex-direction:column;align-items:flex-start}.chat-shell__ad-chip{max-width:100%;overflow:hidden;text-overflow:ellipsis}}.chat-shell__ad-card-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background:#0f172ab3;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem}.chat-shell__ad-card-avatar--fallback{border:1px solid rgba(56,189,248,.35)}.chat-shell__ad-card-title{color:#e0f2fe;font-weight:700;text-decoration:none;font-size:.95rem;line-height:1.2;white-space:normal;word-break:break-word;text-align:center;min-width:0;max-width:100%}.chat-shell__ad-card-title:hover{text-decoration:underline}.chat-shell__ad-card-shop{display:inline-block;align-self:flex-start;padding:1px 6px;border-radius:6px;font-size:.6rem;font-weight:700;letter-spacing:.06em;background:#38bdf82e;color:#e0f2fe;border:1px solid rgba(56,189,248,.4)}.chat-shell__ad-card-joined{margin:0;font-size:.74rem;color:#94a3b8eb}.chat-shell__ad-section-title{margin:0;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8e0}.chat-shell__ad-chips{display:flex;flex-wrap:wrap;gap:4px}.chat-shell__ad-chip{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#0f172a8c;color:#e2e8f0eb;font-size:.74rem;font-weight:600;line-height:1.3;white-space:nowrap}.chat-shell__ad-chip--badge{background:transparent}.chat-shell__ad-chip--category{border-color:#6366f173;color:#c7d2fe;background:#4338ca2e}.chat-shell__ad-chip--city{border-color:#22c55e73;color:#bbf7d0;background:#1665342e}.chat-shell__ad-loading{font-size:.75rem;color:#94a3b8d9}.chat-shell__ad-cta{display:inline-block;align-self:flex-start;padding:6px 12px;border-radius:10px;background:linear-gradient(135deg,#38bdf838,#6366f12e);border:1px solid rgba(56,189,248,.45);color:#e0f2fe;text-decoration:none;font-weight:600;font-size:.82rem;transition:background .15s ease,transform .1s ease}.chat-shell__ad-cta:hover{background:linear-gradient(135deg,#38bdf852,#6366f13d);transform:translateY(-1px)}.chat-shell__message--system{align-self:stretch;max-width:100%;border-color:#a78bfa73;background:linear-gradient(135deg,#a78bfa2e,#7c3aed1a);box-shadow:inset 0 1px #ffffff0d,0 8px 22px #7c3aed2e}.chat-shell__message--system .chat-shell__author,.chat-shell__message--system .chat-shell__author-link,.chat-shell__message--system p,.chat-shell__message--system .chat-shell__time{color:#f5f3fff5}.chat-shell__author-badge{display:inline-flex;align-items:center;margin-left:.4rem;padding:.1rem .45rem;border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1}.chat-shell__author-badge--shop{background:linear-gradient(135deg,#38bdf852,#0ea5e938);color:#e0f2fef5;border:1px solid rgba(56,189,248,.45)}.chat-shell__author-badge--admin{background:linear-gradient(135deg,#fbbf2457,#f59e0b38);color:#fef3c7fa;border:1px solid rgba(251,191,36,.5)}.chat-shell__author-badge--support{background:linear-gradient(135deg,#a78bfa52,#7c3aed38);color:#ede9fefa;border:1px solid rgba(167,139,250,.5)}.chat-shell__author-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover;margin-right:.4rem;border:1px solid rgba(167,139,250,.45);flex-shrink:0}.chat-shell__author-tg-badge{display:inline-flex;align-items:center;margin-left:.3rem;font-size:.78rem;line-height:1}.chat-shell__author-linked-badge{display:inline-flex;align-items:center;margin-left:.25rem;font-size:.78rem;line-height:1}.chat-shell__message-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.chat-shell__message-meta-primary{display:inline-flex;align-items:center;gap:.55rem;min-width:0}.chat-shell__message-meta-secondary{display:inline-flex;align-items:flex-start;gap:.35rem;margin-left:auto;min-width:0;flex-shrink:0}.chat-shell__message p{margin:0;font-size:.94rem;color:#f1f5f9e0;line-height:1.45;word-break:break-word;overflow-wrap:anywhere;min-width:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.chat-shell__message p .chat-shell__spoiler{display:inline;vertical-align:baseline;line-height:inherit;font-family:inherit;letter-spacing:normal}.chat-shell__link{color:#00ffc8;text-decoration:underline;text-decoration-color:#00ffc866;text-underline-offset:2px;word-break:break-word;overflow-wrap:anywhere}.chat-shell__link:hover,.chat-shell__link:focus-visible{color:#4dffd7;text-decoration-color:#00ffc8d9}.chat-shell__inline-code{font-family:JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.92em;background:#0f172a8c;color:#f8fafc;border:1px solid rgba(148,163,184,.2);border-radius:4px;padding:0 4px;word-break:break-word}.chat-shell__message--own .chat-shell__inline-code{background:#0f766e59;border-color:#5eead44d}.chat-shell__code-block{font-family:JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.88em;background:#0f172ab3;color:#e2e8f0;border:1px solid rgba(148,163,184,.18);border-radius:8px;padding:8px 10px;margin:6px 0;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;max-width:100%}.chat-shell__code-block code{background:transparent;padding:0;border:0;color:inherit;font-family:inherit;font-size:inherit}.chat-shell__spoiler{display:inline-block;vertical-align:-.08em;line-height:inherit;cursor:pointer;padding:0 2px;border-radius:3px;background:#08120e8c;color:#b4ffc8f2;font-family:JetBrains Mono,Fira Code,Consolas,Courier New,monospace;font-variant-ligatures:none;font-feature-settings:"liga" 0,"calt" 0;letter-spacing:.04em;text-shadow:0 0 6px rgba(120,255,180,.45);transition:background .25s ease,color .25s ease,text-shadow .25s ease;-webkit-user-select:none;user-select:none;contain:layout paint style;white-space:pre-wrap;word-break:break-all;overflow-wrap:anywhere;will-change:contents}.chat-shell__spoiler:focus-visible{outline:1px solid rgba(120,255,180,.55);outline-offset:1px}.chat-shell__spoiler-target{color:inherit;font-family:inherit;font-variant-ligatures:inherit;font-feature-settings:inherit;letter-spacing:inherit;contain:layout paint style;display:inline}.chat-shell__spoiler--revealing,.chat-shell__spoiler--revealed{background:transparent;font-family:inherit;letter-spacing:normal;cursor:text;-webkit-user-select:text;user-select:text;color:#b4ffc8f2;text-shadow:0 0 6px rgba(120,255,180,.45)}.chat-shell__spoiler--revealing .chat-shell__spoiler-target,.chat-shell__spoiler--revealed .chat-shell__spoiler-target{font-family:inherit;letter-spacing:normal}.chat-shell__spoiler--restricted{cursor:not-allowed;color:#ff828cf2;text-shadow:0 0 6px rgba(255,80,100,.45);background:#28080c8c}.chat-shell__spoiler--restricted:focus-visible{outline:1px solid rgba(255,80,100,.55)}.chat-shell__message-placeholder{color:#94a3b8e6;font-style:italic}.chat-shell__message--own .chat-shell__message-placeholder{color:#dbeafed6}.chat-shell__message-placeholder--badge{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .55rem;margin-bottom:.35rem;border-radius:999px;background:#f871712e;color:#fecacaf2;font-size:.7rem;font-style:normal;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.chat-shell__author{font-size:.76rem;font-weight:700;letter-spacing:.04em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.chat-shell__author-link{text-decoration:none}.chat-shell__author-link:hover{text-decoration:underline}.chat-shell__time{font-size:.74rem;color:#94a3b8cc;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(2px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.chat-shell__edited-label{align-self:center;font-size:.63rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#00ffc8b8}.chat-shell__message:hover .chat-shell__time,.chat-shell__message:focus-within .chat-shell__time{opacity:1;visibility:visible;transform:translateY(0)}.chat-shell__reply-block,.chat-shell__reply-draft,.chat-shell__upload-draft{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem .75rem;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff09}.chat-shell__reply-block{flex-direction:column;gap:.25rem;padding-left:.8rem;border-left:3px solid rgba(0,255,200,.35)}.chat-shell__reply-copy,.chat-shell__upload-copy{display:flex;flex-direction:column;gap:.2rem;min-width:0}.chat-shell__reply-author{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#00ffc8d1}.chat-shell__reply-block p,.chat-shell__reply-copy p,.chat-shell__upload-copy span{margin:0;font-size:.8rem;color:#cbd5e1db;line-height:1.4}.chat-shell__upload-copy strong{font-size:.84rem;font-weight:700;color:#f1f5f9f2;overflow-wrap:anywhere}.chat-shell__reply-cancel,.chat-shell__message-action,.chat-shell__attach-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.45rem .8rem;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#f1f5f9e6;font-size:.76rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.chat-shell__message-action-icon{width:.95rem;height:.95rem;stroke:currentColor;fill:none;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.chat-shell__reply-cancel:hover,.chat-shell__message-action:hover,.chat-shell__attach-button:hover{background:#ffffff14;border-color:#00ffc833;transform:translateY(-1px)}.chat-shell__message-action--delete:hover,.chat-shell__message-action--delete:focus-visible{background:#f8717114;border-color:#f871713d;color:#fecaca}.chat-shell__message-action--edit:hover,.chat-shell__message-action--edit:focus-visible{background:#60a5fa1a;border-color:#60a5fa42;color:#bfdbfe}.chat-shell__message-action--report:hover,.chat-shell__message-action--report:focus-visible{background:#fb923c1f;border-color:#fb923c4d;color:#fdba74}.chat-shell__message-action--pin:hover,.chat-shell__message-action--pin:focus-visible{background:#00ffc81f;border-color:#00ffc842;color:#9bffd8}.chat-shell__message-action--unpin:hover,.chat-shell__message-action--unpin:focus-visible,.chat-shell__pin-action--unpin:hover,.chat-shell__pin-action--unpin:focus-visible{background:#f472b61f;border-color:#f472b642;color:#f9a8d4}.chat-shell__message-action--moderate-delete:hover,.chat-shell__message-action--moderate-delete:focus-visible{background:#fbbf241a;border-color:#fbbf2447;color:#fde68a}.chat-shell__reply-cancel,.chat-shell__upload-draft .chat-shell__reply-cancel{margin-left:auto;flex-shrink:0}.chat-shell__message-action{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;flex-shrink:0;min-width:1.7rem;min-height:1.7rem;padding:.1rem;border-radius:999px;border-color:transparent;background:transparent;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(2px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease,background .2s ease,border-color .2s ease}.chat-shell__message-action{align-self:center}.chat-shell__message:hover .chat-shell__message-action,.chat-shell__message:focus-within .chat-shell__message-action,.chat-shell__message-action:focus-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.chat-shell__message-actions{position:relative;margin-left:auto;flex-shrink:0;align-self:center;opacity:0;visibility:hidden;transition:opacity .16s ease,visibility .16s ease}.chat-shell__message-actions--desktop-visible{opacity:1;visibility:visible}.chat-shell__message:hover .chat-shell__message-actions,.chat-shell__message:focus-within .chat-shell__message-actions,.chat-shell__message-actions[open]{opacity:1;visibility:visible}.chat-shell__message-actions>summary{list-style:none;cursor:pointer}.chat-shell__message-actions>summary::-webkit-details-marker,.chat-shell__message-actions>summary::marker{display:none;content:""}.chat-shell__message-actions-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border-radius:999px;border:1px solid transparent;background:#ffffff0a;color:#d6dde7;transition:background .16s ease,border-color .16s ease,color .16s ease}.chat-shell__message-actions-toggle:hover,.chat-shell__message-actions[open] .chat-shell__message-actions-toggle{background:#00ffc81f;border-color:#00ffc852;color:#f4fff9}.chat-shell__message-actions-toggle-icon{width:1rem;height:1rem;pointer-events:none}.chat-shell__message-actions-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:30;display:flex;flex-direction:row;align-items:center;gap:.2rem;padding:.3rem;border-radius:12px;border:1px solid rgba(0,255,200,.18);background:#0c1218f5;box-shadow:0 12px 28px #00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap}.chat-shell__message-actions--up .chat-shell__message-actions-menu{top:auto;bottom:calc(100% + 6px)}.chat-shell__message--own .chat-shell__message-actions-menu{left:auto;right:0}.chat-shell__message-actions-menu .chat-shell__message-action{margin-left:0;opacity:1;visibility:visible;pointer-events:auto;transform:none;background:transparent;color:#d6dde7;transition:background .14s ease,color .14s ease}.chat-shell__message-actions-menu .chat-shell__message-action:hover,.chat-shell__message-actions-menu .chat-shell__message-action:focus-visible{background:#00ffc81f;color:#f4fff9;outline:none}.chat-shell__message-actions-menu .chat-shell__message-action--delete:hover,.chat-shell__message-actions-menu .chat-shell__message-action--moderate-delete:hover,.chat-shell__message-actions-menu .chat-shell__message-action--delete:focus-visible,.chat-shell__message-actions-menu .chat-shell__message-action--moderate-delete:focus-visible{background:#f871712e;color:#ffd5d5}.chat-shell__message-actions-menu .chat-shell__message-action--moderate-delete{color:#f87171}.chat-shell__message--deleted{border-color:#f8717152;background:linear-gradient(135deg,#f8717124,#f871710a);box-shadow:0 0 18px #f8717114;font-size:.78rem;padding:.5rem .8rem .6rem;gap:.25rem}.chat-shell__message--deleted .chat-shell__message-placeholder{font-size:.7rem;opacity:.78}.chat-shell__message--deleted p{font-size:.78rem}.chat-shell__auth-field .chat-shell__input,.chat-shell__input[data-chat-auth-input]{color:#4ade80;font-weight:600;letter-spacing:.01em;text-shadow:0 0 6px rgba(74,222,128,.45);caret-color:#4ade80}.chat-shell__auth-field .chat-shell__input:focus,.chat-shell__input[data-chat-auth-input]:focus{border-color:#4ade808c;box-shadow:0 0 0 3px #4ade802e,0 0 12px #4ade802e}.chat-shell__message--support{border-color:#7ec8ff2e;background:linear-gradient(135deg,#7ec8ff1a,#7ec8ff08);box-shadow:0 0 22px #7ec8ff14}.chat-shell__message--support .chat-shell__author{color:#7ec8ff}.chat-shell__message--store{border-color:#f5c35b2e;background:linear-gradient(135deg,#f5c35b1a,#f5c35b08)}.chat-shell__message--store .chat-shell__author{color:#f5c35b}.chat-shell__message--admin{border-color:#4ade802e;background:linear-gradient(135deg,#4ade801a,#4ade8008)}.chat-shell__message--admin .chat-shell__author{color:#4ade80}.chat-shell__message--user .chat-shell__author{color:#9ca3af}.chat-shell__message--empty,.chat-shell__message--error{align-items:center;text-align:center;background:#ffffff06}.chat-shell__message--error{border-color:#f8717133}.chat-shell__retry{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:36px;padding:.55rem .95rem;border:1px solid rgba(248,113,113,.28);border-radius:999px;background:#f8717114;color:#ffd5d5;font-size:.8rem;font-weight:600;cursor:pointer}.chat-shell__state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;min-height:96px;padding:.9rem 1rem;border-radius:16px;border:1px dashed rgba(0,255,200,.18);background:linear-gradient(180deg,#ffffff09,#ffffff05);text-align:center}.chat-shell__state--error{border-style:solid;border-color:#f871713d;background:linear-gradient(180deg,#7f1d1d2e,#ffffff05)}.chat-shell__state-kicker{font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#00ffc8b8}.chat-shell__state-title{font-size:1rem;font-weight:700;color:#f1f5f9f5}.chat-shell__state-copy{margin:0;max-width:34rem;font-size:.84rem;line-height:1.4;color:#cbd5e1d6}.chat-shell__attachment{display:inline-flex;align-items:center;width:fit-content;max-width:100%;padding:.55rem .75rem;border-radius:12px;border:1px solid rgba(0,255,200,.16);background:#00ffc80f;color:#d8fff4eb;text-decoration:none;font-size:.82rem;font-weight:600}.chat-shell__attachment:hover{background:#00ffc81a}.chat-shell__attachment--media{display:block;padding:0;border:1px solid rgba(0,255,200,.16);background:transparent;border-radius:12px;overflow:hidden;width:fit-content;max-width:100%;align-self:center;margin-inline:auto}.chat-shell__attachment--media .chat-shell__attachment-image{width:auto;height:auto;max-width:100%;max-height:360px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}.chat-shell__attachment-image{display:block;width:260px;max-width:100%;height:200px;border-radius:12px;object-fit:cover;object-position:center;background:#00000040}.chat-shell__attachment-video{display:block;max-width:min(100%,360px);max-height:360px;width:auto;height:auto;border-radius:12px;background:#000}.chat-shell__attachment-grid{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:center;gap:4px;width:100%;max-width:480px;margin-inline:auto;border-radius:12px;overflow:hidden}.chat-shell__attachment-grid .chat-shell__attachment-tile{display:block;position:relative;overflow:hidden;background:#00000040;flex:1 1 0;min-width:0;aspect-ratio:1 / 1;cursor:default;pointer-events:none}.chat-shell__attachment-grid .chat-shell__attachment-image{width:100%;height:100%;border-radius:0;object-fit:cover;pointer-events:none;-webkit-user-drag:none}.chat-shell__attachment-list{display:flex;flex-direction:column;gap:6px;width:100%}.chat-shell__upload-draft--list{display:flex;flex-direction:column;gap:6px;align-items:stretch}.chat-shell__upload-draft-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.chat-shell__upload-counter{align-self:flex-start;font-size:.75rem;color:#ffffff8c;padding-inline:4px}.chat-shell__attach-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#ffffffbf}.chat-shell__upload-thumb{width:52px;height:52px;border-radius:12px;object-fit:cover;flex-shrink:0;border:1px solid rgba(255,255,255,.08)}.chat-shell__upload-remove{margin-left:auto;flex-shrink:0;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid rgba(255,120,120,.28);background:#ff5a5a1a;color:#ffd1d1;font-size:1rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.chat-shell__upload-remove:hover,.chat-shell__upload-remove:focus-visible{background:#ff5a5a33;border-color:#ff78788c;transform:translateY(-1px);outline:none}.chat-shell__composer{grid-row:5;display:flex;flex-direction:column;gap:.45rem;padding:0 .7rem .55rem 0;border-radius:18px;background:transparent;border:none}.chat-shell__composer-header{display:flex;flex-direction:column;gap:.18rem}.chat-shell__composer-label{font-size:.72rem;font-weight:600;color:#94a3b8d9}.chat-shell__composer-description{margin:0;font-size:.8rem;line-height:1.35;color:#cbd5e1d1}.chat-shell__auth-card{display:grid;gap:.65rem}.chat-shell__auth-switch{display:inline-flex;gap:.45rem;flex-wrap:wrap}.chat-shell__auth-mode{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:30px;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#cbd5e1e6;font-size:.78rem;font-weight:600;cursor:pointer}.chat-shell__auth-mode.is-active{color:#02110d;border-color:transparent;background:linear-gradient(135deg,var(--primary),#7effdf)}.chat-shell__auth-form,.chat-shell__composer-form{display:flex;flex-direction:column;gap:.5rem}.chat-shell__composer-input-wrap{position:relative}.chat-shell__composer-toolbar{padding:0;display:inline-flex;flex:0 0 auto;flex-wrap:nowrap;align-items:center;gap:.25rem;margin:0 0 0 auto;pointer-events:auto}.chat-shell__composer-inline-meta .chat-shell__persona-select-wrap+.chat-shell__composer-toolbar{margin-left:.4rem}.chat-shell__composer-toolbar-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffbf;border-radius:5px;padding:0 6px;min-width:22px;height:22px;font-size:.7rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;pointer-events:auto;transition:background .15s ease,color .15s ease,border-color .15s ease}.chat-shell__composer-toolbar-btn:hover{background:#ffffff1a;color:#fff;border-color:#fff3}.chat-shell__composer-toolbar-btn:active{background:#ffffff29}.chat-shell__composer-toolbar-btn code{font-size:.7rem;background:transparent;padding:0;color:inherit}.chat-shell__composer-preview{margin:.4rem .25rem 0;padding:.55rem .7rem;border:1px dashed rgba(255,255,255,.1);border-radius:8px;background:#ffffff05;font-size:.85rem;line-height:1.4;color:#ffffffd9;word-wrap:break-word;overflow-wrap:anywhere;max-height:220px;overflow-y:auto}.chat-shell__composer-preview--empty{color:#ffffff59;border-style:dotted}.chat-shell__composer-preview-label{font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:.3rem}.chat-shell__composer-preview-body{white-space:normal}.chat-shell__composer-preview-body strong{font-weight:700}.chat-shell__composer-preview-body em{font-style:italic}.chat-shell__composer-preview-body s{text-decoration:line-through}.chat-shell__composer-preview-body code.chat-shell__inline-code{background:#ffffff14;border-radius:4px;padding:0 4px;font-size:.8rem}.chat-shell__composer-preview-body pre.chat-shell__code-block{background:#00000059;padding:6px 8px;border-radius:6px;overflow-x:auto;margin:4px 0}.chat-shell__composer-preview-body .chat-shell__spoiler{background:#ffffff2e;color:transparent;border-radius:4px;padding:0 2px}.chat-shell__composer-preview-body .chat-shell__link{color:#79b8ff;text-decoration:underline}.chat-shell__composer-preview-empty{font-style:italic}.chat-shell__composer-inline-meta{position:absolute;bottom:.52rem;left:1.55rem;right:4.1rem;z-index:1;display:flex;align-items:center;gap:.45rem;min-width:0;pointer-events:none}.chat-shell__composer-inline-meta .chat-shell__composer-label{flex:0 0 auto;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}.chat-shell__composer-identity{display:inline-flex;align-items:center;gap:.32rem;min-width:0}.chat-shell__composer-display-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;color:#e2e8f0e6}.chat-shell__composer-divider{flex:0 0 auto;font-size:.74rem;color:#cbd5e194}.chat-shell__composer-inline-meta .chat-shell__composer-description{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;color:#cbd5e1c7}.chat-shell__persona-select-wrap{margin-left:auto;min-width:0;max-width:48%;pointer-events:auto}.chat-shell__persona-select{display:block;width:100%;min-width:0;box-sizing:border-box;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#080f18b8;color:#e2e8f0eb;font:inherit;font-size:.68rem;line-height:1.2;padding:.22rem .55rem;cursor:pointer}.chat-shell__persona-select:focus{outline:none;border-color:#00ffc852;box-shadow:0 0 0 3px #00ffc814}.chat-shell__auth-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.6rem}.chat-shell__auth-form--compact{grid-template-columns:auto auto minmax(10rem,min(44%,26rem)) auto;justify-content:center;align-items:stretch}.chat-shell__auth-field{display:flex;flex-direction:column;gap:.45rem;min-width:0}.chat-shell__auth-field--compact{width:100%}.chat-shell__auth-field .chat-shell__input{height:46px;min-height:46px}.chat-shell__input--centered{text-align:center}.chat-shell__auth-field-label{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#00ffc8bd}.chat-shell__auth-footer{display:flex;align-items:center;justify-content:space-between;gap:.65rem;flex-wrap:wrap;padding-top:.1rem;border-top:1px solid rgba(255,255,255,.06)}.chat-shell__auth-footer--note-only{justify-content:flex-end}.chat-shell__auth-separator{min-height:46px;display:inline-flex;align-items:center;justify-content:center;color:#cbd5e1cc;font-size:.78rem;font-weight:700;line-height:1;white-space:nowrap}.chat-shell__auth-hint{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem;line-height:1.4}.chat-shell__link-btn{background:none;border:none;color:var(--text-muted);font-size:.8rem;cursor:pointer;padding:.25rem 0;opacity:.7}.chat-shell__link-btn:hover{opacity:1;color:var(--text-light)}.chat-shell__link-btn--inline{display:inline;padding:0;margin-left:.25rem;font-size:inherit;vertical-align:baseline}.chat-shell__auth-footer-sep{color:var(--text-muted);opacity:.4;font-size:.8rem;margin:0 .4rem}.chat-shell__auth-actions{display:flex;gap:.5rem}.chat-shell__auth-actions .chat-shell__send-button{display:flex;align-items:center;justify-content:center;flex:1;width:auto;text-align:center;text-decoration:none}.chat-shell__tg-command{display:flex;align-items:center;gap:.5rem;margin-top:.55rem;min-width:0}.chat-shell__tg-command-label{color:var(--text-light);font-size:.88rem;font-weight:600;white-space:nowrap}.chat-shell__tg-command code{flex:0 1 auto;min-width:0;overflow-wrap:anywhere;padding:.45rem .6rem;border-radius:8px;background:#ffffff0f;color:var(--text-light);font-size:.78rem}.chat-shell__send-button--secondary{background:transparent;border:1px solid rgba(255,255,255,.15);color:var(--text-muted)}.chat-shell__send-button--secondary:hover{border-color:#ffffff4d;color:var(--text-light)}.chat-shell__auth-secondary-action{width:100%;justify-content:center}.chat-shell__input,.chat-shell__textarea{display:block;width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0d;color:var(--text-light);font:inherit;padding:.62rem .75rem;resize:none}.chat-shell__input:focus,.chat-shell__textarea:focus{outline:none;border-color:#00ffc847;box-shadow:0 0 0 3px #00ffc814}.chat-shell__textarea{min-height:56px;line-height:1.35;overflow-y:hidden;transition:height .14s ease}.chat-shell__editable{min-height:56px;max-height:220px;overflow-y:auto;line-height:1.4;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere;cursor:text;transition:none}.chat-shell__editable:empty:before{content:attr(data-placeholder);color:#ffffff59;pointer-events:none}.chat-shell__editable:has(>br:only-child):not(:focus):before{content:attr(data-placeholder);color:#ffffff59;pointer-events:none}.chat-shell__editable.chat-shell__editable--has-content:before{content:none!important}.chat-shell__editable strong{font-weight:700}.chat-shell__editable em{font-style:italic}.chat-shell__editable s{text-decoration:line-through}.chat-shell__editable code.chat-shell__inline-code{background:#ffffff14;border-radius:4px;padding:0 4px;font-size:.9em}.chat-shell__editable pre.chat-shell__code-block{background:#00000059;padding:6px 8px;border-radius:6px;overflow-x:auto;margin:4px 0;font-size:.9em}.chat-shell__editable .chat-shell__spoiler{display:inline;vertical-align:baseline;line-height:inherit;background:#94a3b852;color:inherit;font-family:inherit;letter-spacing:normal;text-shadow:none;border-radius:4px;padding:0 2px;cursor:text;-webkit-user-select:text;user-select:text}.chat-shell__editable .chat-shell__spoiler-target{color:inherit}.chat-shell__editable .chat-shell__link{color:#79b8ff;text-decoration:underline}.chat-shell__textarea--with-send{padding-right:3.7rem}.chat-shell__textarea--with-meta{padding-top:.56rem;padding-bottom:2rem}.chat-shell__composer-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.chat-shell__composer-tools{display:flex;align-items:center;gap:.65rem;min-width:0}.chat-shell__send-button{display:inline-flex;align-items:center;justify-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:36px;padding:.55rem .95rem;border:none;border-radius:12px;background:linear-gradient(135deg,#9bffd8,var(--primary));color:#03160f;font-size:.8rem;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;box-shadow:0 8px 18px #00ffc824}.chat-shell__send-button--auth{min-width:112px;height:46px;min-height:46px;align-self:end;justify-content:center}.chat-shell__send-button--telegram-auth{gap:.45rem;min-height:38px;border-radius:999px;background:#1d9bf0;color:#fff;box-shadow:0 10px 24px #1d9bf038}.chat-shell__auth-form--compact .chat-shell__send-button--telegram-auth{height:46px;min-height:46px;align-self:stretch;padding-inline:1rem}@media (max-width: 720px){.chat-shell__auth-form--compact{grid-template-columns:minmax(0,min(100%,24rem));justify-content:center;align-items:stretch;gap:.28rem}.chat-shell__auth-form--compact .chat-shell__auth-field--compact{order:1}.chat-shell__auth-form--compact .chat-shell__auth-separator{order:2;min-height:1.15rem;height:1.15rem;font-size:.72rem}.chat-shell__auth-form--compact .chat-shell__send-button--telegram-auth{order:3;width:100%;max-width:none;height:42px;min-height:42px}.chat-shell__auth-form--compact .chat-shell__auth-submit{display:none}}.chat-shell__send-button--telegram-auth svg{width:1.05rem;height:1.05rem;fill:currentColor}.chat-shell__send-button--inline{display:inline-flex;position:absolute;right:.55rem;top:50%;bottom:auto;min-width:2.2rem;width:2.2rem;min-height:2.2rem;padding:0;border-radius:999px;align-items:center;justify-content:center;font-size:1rem;line-height:1;transform:translateY(-50%)}.chat-shell__send-button:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.chat-shell__notice-banner{display:flex;align-items:center;gap:.75rem;margin:0;padding:.7rem .85rem;border:1px solid rgba(251,191,36,.22);border-left:3px solid rgba(251,191,36,.7);border-radius:12px;background:linear-gradient(135deg,#382a1273,#241c0e59);color:#f1e8c8eb;font-size:.78rem;line-height:1.42}.chat-shell__notice-banner-text{flex:1 1 auto;margin:0;min-width:0}.chat-shell__notice-banner-action{flex:0 0 auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.45rem 1rem;border:1px solid rgba(251,191,36,.5);border-radius:8px;background:#fbbf2424;color:#fee09cfa;font-size:.78rem;font-weight:600;line-height:1;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.chat-shell__notice-banner-action:hover,.chat-shell__notice-banner-action:focus-visible{background:#fbbf243d;border-color:#fbbf24bf;color:#fff7d8;outline:none}.chat-shell__notice-banner-action:active{background:#fbbf2457}@media (max-width: 540px){.chat-shell__notice-banner{flex-wrap:wrap}.chat-shell__notice-banner-action{margin-left:auto}}.chat-shell__send-button--danger{background:linear-gradient(135deg,#fca5a5,#ef4444);color:#1f0708;box-shadow:0 10px 22px #ef444438}.chat-shell__attach-button:disabled,.chat-shell__reply-cancel:disabled,.chat-shell__message-action:disabled{opacity:.65;cursor:not-allowed;transform:none}.chat-shell__system-note,.chat-shell__error-note{margin:0;font-size:.72rem;line-height:1.35}.chat-shell__system-note{color:#94a3b8d9}.chat-shell__error-note{color:#ffb4b4}.chat-shell__composer-note--auto-hide{opacity:1;transition:opacity .42s ease}.chat-shell__composer-note--hiding{opacity:0}.chat-shell__error-note--modal{margin-top:-.15rem}.chat-shell__modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}.chat-shell__modal-backdrop{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#020617bd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.chat-shell__modal{position:relative;z-index:1;display:flex;flex-direction:column;gap:.85rem;width:min(100%,31rem);padding:1rem;border-radius:22px;border:1px solid rgba(251,191,36,.18);background:radial-gradient(circle at top right,rgba(251,191,36,.12),transparent 34%),linear-gradient(180deg,#080c14fa,#03070efa);box-shadow:0 24px 70px #02061785,inset 0 1px #ffffff0d}.chat-shell__modal-header{display:flex;flex-direction:column;gap:.32rem}.chat-shell__modal-title{font-size:1rem;font-weight:700;color:#f8fafcfa}.chat-shell__reply-block--modal{margin:0}.chat-shell__modal-form{display:flex;flex-direction:column;gap:.72rem}.chat-shell__textarea--modal{min-height:110px;max-height:190px;overflow-y:auto}.chat-shell__modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:.6rem}.chat-shell__settings-body{display:flex;flex-direction:column;gap:.65rem}.chat-shell__settings-row{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .65rem;font-size:.9rem;line-height:1.35;color:#f1f5f9e6}.chat-shell__settings-label{flex:0 0 auto;font-weight:600;color:#f8fafcf5}.chat-shell__settings-row>span:not(.chat-shell__settings-label){overflow-wrap:anywhere}.chat-shell__settings-row .chat-shell__reply-cancel{margin-left:0}.chat-shell__settings-row--email-form{align-items:center}.chat-shell__settings-input{flex:1 1 180px;min-width:160px;max-width:280px;min-height:36px;padding:.5rem .7rem;border-radius:10px}.chat-shell__linked-sessions-list{display:flex;flex-direction:column;gap:.35rem;max-height:60vh;overflow-y:auto;padding-right:.25rem}.chat-shell__modal--linked-accounts{width:min(100%,30rem);max-height:min(78vh,calc(var(--chat-visual-height, 100dvh) - 2rem));gap:.55rem;padding:.75rem .85rem;overflow:hidden}.chat-shell__modal--linked-accounts .chat-shell__modal-header{flex:0 0 auto;gap:.18rem}.chat-shell__modal--linked-accounts .chat-shell__composer-description{font-size:.78rem;line-height:1.25}.chat-shell__modal--linked-accounts .chat-shell__linked-sessions-list{flex:1 1 auto;min-height:0;max-height:none;gap:.28rem;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.chat-shell__modal--linked-accounts .chat-shell__linked-session{gap:.22rem .4rem;padding:.28rem .45rem;border-radius:.42rem;font-size:.78rem;line-height:1.18}.chat-shell__modal--linked-accounts .chat-shell__linked-session-name{max-width:8.5rem}.chat-shell__modal--linked-accounts .chat-shell__linked-session-tag{max-width:10rem;padding:.02rem .32rem;font-size:.68rem;line-height:1.28}.chat-shell__modal--linked-accounts .chat-shell__linked-session-tag--time{padding-left:0;padding-right:0}.chat-shell__modal--linked-accounts .chat-shell__modal-actions{flex:0 0 auto;padding-top:.2rem}.chat-shell__linked-session{display:flex;flex-wrap:wrap;align-items:baseline;gap:.3rem .55rem;padding:.4rem .55rem;border-radius:.5rem;background:#ffffff09;border:1px solid rgba(255,255,255,.04);font-size:.82rem;line-height:1.25;color:#f8fafcd9}.chat-shell__linked-session-name{font-weight:600;color:#f8fafcfa;max-width:11rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-shell__linked-session-tag{display:inline-flex;align-items:center;padding:.05rem .4rem;border-radius:.3rem;background:#ffffff0d;color:#e2e8f0c7;font-size:.72rem;line-height:1.4;max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-shell__linked-session-tag--role{background:#fbbf241f;color:#fed7aaf2}.chat-shell__linked-session-tag--reason{background:#00ffc81f;color:#99ffe2f2;border:1px solid rgba(0,255,200,.16);font-weight:700}.chat-shell__linked-session-tag--reason-email{background:#60a5fa24;color:#bfdbfef5;border-color:#60a5fa33}.chat-shell__linked-session-tag--reason-tg{background:#2dd4bf24;color:#99f6e4f5;border-color:#2dd4bf38}.chat-shell__linked-session-tag--time{margin-left:auto;background:transparent;color:#94a3b8d9;padding-left:0;padding-right:0}.chat-shell__linked-session-confidence{display:inline-flex;align-items:center;font-size:1rem;line-height:1;flex-shrink:0}.chat-shell__linked-session--high-confidence{border-color:#22c55e4d;background:#22c55e14}.chat-shell__linked-session--low-confidence{border-color:#fbbf2440;background:#fbbf240f}.chat-shell__telegram-widget{display:flex;justify-content:center;align-items:center;min-height:56px;padding:.75rem 0}.chat-shell__telegram-widget iframe{border:0;color-scheme:normal}.chat-shell__modal--telegram-oauth{width:min(100%,25rem);height:min(31rem,100%);min-height:0;max-height:100%;overflow:auto;padding:2.25rem 1.5rem 1.65rem;border-color:#38bdf829;background:radial-gradient(circle at 52% 18%,rgba(14,165,233,.18),transparent 28%),linear-gradient(180deg,#131c25fc,#0f1720fc)}.chat-shell__telegram-oauth{display:flex;flex:1;flex-direction:column;align-items:center;text-align:center}.chat-shell__telegram-oauth-brands{display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.chat-shell__telegram-oauth-app{width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 16px 34px #02061757}.chat-shell__telegram-oauth-app+.chat-shell__telegram-oauth-app{margin-left:-.7rem}.chat-shell__telegram-oauth-app svg{width:2.35rem;height:2.35rem;fill:currentColor}.chat-shell__telegram-oauth-app--telegram{color:#fff;background:#1d9bf0}.chat-shell__telegram-oauth-app--portal{background:radial-gradient(circle at 50% 55%,rgba(114,245,154,.2),transparent 47%),#05070a;border:1px solid rgba(114,245,154,.18)}.chat-shell__telegram-oauth-app--portal img{width:2.55rem;height:2.55rem;image-rendering:pixelated}.chat-shell__telegram-oauth-title{display:block;color:#f8fafc;font-size:1.45rem;font-weight:700;line-height:1.18}.chat-shell__telegram-oauth-copy{max-width:17rem;margin:.55rem auto 0;color:#bac9dce6;font-size:.96rem;line-height:1.45}.chat-shell__telegram-oauth .chat-shell__error-note{width:100%;margin:1.25rem 0 0}.chat-shell__telegram-oauth-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:min(100%,16.5rem);min-height:3rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;margin-top:auto;border:0;border-radius:999px;color:#fff;background:#1d9bf0;box-shadow:0 18px 36px #1d9bf03d;font-size:1rem;font-weight:650;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.chat-shell__telegram-oauth-button svg{width:1.25rem;height:1.25rem;fill:currentColor}.chat-shell__telegram-oauth-button:hover:not(:disabled){transform:translateY(-1px);background:#22a6ff;box-shadow:0 20px 44px #1d9bf052}.chat-shell__telegram-oauth-button:disabled,.chat-shell__telegram-oauth-alt:disabled{opacity:.62;cursor:wait}.chat-shell__telegram-oauth-alt{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:1.35rem;border:0;background:transparent;color:#38bdf8;font-size:.9rem;cursor:pointer}.chat-shell__telegram-oauth-alt:hover:not(:disabled){color:#7dd3fc}.chat-shell__composer-bar{display:flex;align-items:center;gap:.75rem;min-height:52px;padding:.85rem .95rem;border-radius:16px;background:#ffffff0d;border:1px solid rgba(0,255,200,.1)}.chat-shell__composer-placeholder{font-size:.9rem;color:#94a3b8db}.chat-shell__composer-send{width:34px;height:34px;margin-left:auto;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:#062018;background:linear-gradient(135deg,#9bffd8,var(--primary))}@media (min-width: 961px){.chat-shell__feed{gap:.3rem}.chat-shell__pin{padding:.62rem .72rem;border-radius:14px}.chat-shell__pin-copy{font-size:.76rem;line-height:1.34}.chat-shell__message{position:relative;gap:.28rem;padding:.5rem .85rem .72rem;border-radius:15px}.chat-shell__message-meta{align-items:flex-start;gap:.55rem}.chat-shell__message-meta-secondary{align-items:flex-start}.chat-shell__message p{font-size:.88rem;line-height:1.34}.chat-shell__author{font-size:.68rem;letter-spacing:.07em}.chat-shell__time{font-size:.67rem}.chat-shell__edited-label{font-size:.58rem}.chat-shell__reply-block{gap:.18rem;padding:.5rem .62rem .5rem .68rem}.chat-shell__reply-block p,.chat-shell__reply-copy p,.chat-shell__upload-copy span{font-size:.74rem;line-height:1.32}.chat-shell__upload-copy strong{font-size:.78rem}.chat-shell__message-action{min-width:24px;min-height:24px;padding:.1rem;border-radius:999px;font-size:.66rem}.chat-shell__message-action-icon{width:.82rem;height:.82rem}}.hero-animation-slot{display:block;width:100%;min-height:clamp(300px,42vh,440px);align-self:stretch;pointer-events:none;position:relative}.hero-cta-section{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;width:min(100%,760px);margin:clamp(-5rem,-10vh,-3.75rem) auto 0;position:relative;z-index:2;transition:margin-top .28s ease}@media (min-width: 961px){body.chat-open .hero-cta-section{margin-top:clamp(.75rem,1.8vh,1.15rem)}body.hero-css-active .hero-cta-section{margin-top:calc(clamp(.75rem,1.8vh,1.15rem) + 20px)}}.hero-cta-section:empty{display:none}.hero-cta-section .cta-card{flex:1 1 280px;min-width:0;min-height:82px;opacity:.5}.hero-cta-section .cta-card:hover,.hero-cta-section .cta-card:focus-visible{opacity:1}.hero-cta-section .cta-icon-wrap{width:50px;height:50px;border-radius:16px}.hero-cta-section .cta-text{gap:.15rem}.hero-cta-section .cta-kicker{font-size:.6rem;padding:.2rem .45rem}.hero-cta-section .cta-text strong{font-size:.92rem;line-height:1.15;overflow-wrap:anywhere}.hero-cta-section .cta-subtitle{display:none}.hero-cta-section .cta-arrow{width:38px;height:38px;border-radius:12px}.cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.btn{padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-glow) 100%);color:#0f172a;box-shadow:0 8px 24px #6366f14d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6366f166}.btn-secondary{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);color:var(--text-light)}.btn-secondary:hover{background:#1e293be6;border-color:var(--primary)}.btn-lucky{background:linear-gradient(135deg,var(--secondary) 0%,#f97316 100%);color:#0f172a;box-shadow:0 8px 24px #ec48994d;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.btn-lucky:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 32px #ec489966}.banner-section{grid-column:1;margin:1.25rem 0 4rem}.banner-carousel{display:flex;flex-direction:column;gap:1rem}.banner-card{position:relative;display:flex;align-items:center;gap:1.2rem;padding:1.5rem 2rem;min-height:100px;border-radius:12px;cursor:pointer;transition:all .3s ease;overflow:hidden;background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;box-shadow:0 6px 20px #00000047}.banner-card.has-img{padding:0;min-height:unset;aspect-ratio:25 / 3}.banner-card.banner-media-failed{background:radial-gradient(circle at top left,rgba(0,255,200,.14),transparent 42%),linear-gradient(135deg,#040f18f5,#061f2bf0)}.banner-card:before{display:none}.banner-card:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,255,200,.06),transparent);transition:none}.banner-card:hover:after{animation:bannerSweep .8s ease forwards}.banner-card:hover{transform:translate(4px);box-shadow:0 12px 28px #00000057}@keyframes bannerSweep{0%{left:-60%}to{left:120%}}.banner-icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#00ffc826,#00ff8814);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.banner-text{max-width:60%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#000000a6,#00000059);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:10px;border-left:3px solid var(--primary)}.banner-text h3{font-size:1.15rem;font-weight:700;margin-bottom:.3rem;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.8);line-height:1.3}.banner-text p{color:#ffffffd9;font-size:.9rem;font-weight:400;line-height:1.4;text-shadow:0 1px 4px rgba(0,0,0,.6)}.banner-fallback-text{display:none}.banner-arrow{color:var(--primary);font-size:1.1rem;opacity:0;transform:translate(-8px);transition:all .3s ease;flex-shrink:0;margin-left:auto}.banner-card:hover .banner-arrow{opacity:1;transform:translate(0)}.catalog-section{grid-column:1;margin:6rem 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-title{font-size:2.5rem;font-weight:700}.filters{display:flex;gap:1rem;margin-top:3rem;margin-bottom:2rem;flex-wrap:wrap}.filter-input{padding:.75rem 1.25rem;background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:12px;color:var(--text-light);font-size:1rem;transition:all .3s;flex:1;min-width:200px}.filter-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.filter-input::placeholder{color:var(--text-muted)}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:1.5rem}#premiumGrid.store-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch}#premiumGrid.store-grid .store-card{flex:0 1 calc((100% - 3rem) / 3);min-width:min(300px,100%)}.store-card{background:#01040a8c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:16px;padding:1.5rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.store-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary));transform:scaleX(0);transition:transform .3s}.store-card:hover{transform:translateY(-4px);border-color:var(--primary-glow);box-shadow:0 12px 24px #0000004d}.store-card:hover:after{transform:scaleX(1)}.store-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.store-avatar{width:110px;height:110px;border-radius:14px;background:linear-gradient(135deg,#6366f18c,#22c55e52);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;overflow:hidden;flex-shrink:0;position:relative}.store-avatar:before{content:attr(data-fallback);position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#ffffffe0}.store-avatar img,.store-avatar video{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .2s ease}.store-avatar img.is-loaded,.store-avatar video.is-loaded{opacity:1}.store-info h3{font-size:1.25rem;margin-bottom:.25rem;word-break:break-word;overflow-wrap:anywhere}.store-meta{color:var(--text-muted);font-size:.9rem}.store-desc{color:var(--text-muted);font-size:.95rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;overflow-wrap:anywhere}.store-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.tag{padding:.25rem .75rem;background:#6366f133;border:1px solid rgba(99,102,241,.3);border-radius:6px;font-size:.85rem;color:var(--primary-glow)}.store-card.premium{border:1px solid rgba(255,215,0,.25);background:#01040ad9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 0 15px #ffd70014,inset 0 0 30px #ffd70008}.store-card.premium:before{content:"👑";position:absolute;top:.75rem;right:.75rem;font-size:1.1rem;line-height:1;z-index:2;filter:drop-shadow(0 0 4px rgba(255,215,0,.6))}.store-card.premium:after{background:linear-gradient(90deg,gold,#fa0,gold);height:2px;box-shadow:0 0 8px #ffd70066}.store-card.premium:hover{border-color:#ffd70066;background:#01040ae6;box-shadow:0 12px 30px #ffd70026,0 0 50px #ffd70014,inset 0 0 40px #ffd7000a;transform:translateY(-6px)}.store-card.premium:hover:after{transform:scaleX(1);box-shadow:0 0 12px #ffd70099}.regular-stores{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--glass-border)}.regular-stores-title{font-size:1.4rem;font-weight:600;color:var(--text-muted);margin-bottom:1.5rem}.store-card.fade-up{opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.store-card.fade-up.visible{opacity:1;transform:translateY(0)}.banner-card .banner-img{display:block;width:100%;height:100%;object-fit:cover;border-radius:12px;opacity:0;transition:opacity .4s ease;z-index:0}.banner-card .banner-img.loaded{opacity:1}.banner-card .banner-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:flex-start;padding:0 2.5rem;pointer-events:none}.banner-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:linear-gradient(90deg,#ffffff05 25%,#ffffff0f,#ffffff05 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;display:none}.banner-card.has-img .banner-skeleton{display:block}.banner-card.has-img .banner-img.loaded+.banner-skeleton{display:none}.banner-card.banner-media-failed .banner-fallback-text{display:block}.banner-card.banner-media-failed .banner-arrow{opacity:1;transform:translate(0)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}footer{padding:4rem 0 2rem;border-top:1px solid var(--glass-border);margin-top:6rem;text-align:center;color:var(--text-muted)}.store-cta-section{display:flex;gap:1.25rem;justify-content:center;align-items:stretch;max-width:1100px;margin:0 auto;padding:2rem 0 1.5rem}.cta-card{--cta-accent-rgb: 0, 255, 200;flex:1;display:flex;align-items:center;gap:1rem;padding:1.35rem 1.45rem;border-radius:24px;text-decoration:none;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease,background .35s ease;border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden;isolation:isolate;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 100% 0%,rgba(var(--cta-accent-rgb),.18),transparent 34%),linear-gradient(180deg,#080c14f5,#03070efa);box-shadow:0 18px 40px #00000057,inset 0 1px #ffffff0f,inset 0 -1px #ffffff08}.cta-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(120deg,transparent 18%,rgba(255,255,255,.08) 40%,transparent 58%),radial-gradient(circle at 15% 20%,rgba(255,255,255,.08),transparent 28%);transform:translate(-120%);transition:transform .75s ease}.cta-card:after{content:"";position:absolute;left:1.1rem;right:1.1rem;bottom:1rem;height:1px;background:linear-gradient(90deg,rgba(var(--cta-accent-rgb),0),rgba(var(--cta-accent-rgb),.95),rgba(var(--cta-accent-rgb),0));opacity:.75;transition:opacity .35s ease,transform .35s ease}.cta-card:hover:before{transform:translate(120%)}.cta-card:hover:after{opacity:1;transform:scaleX(1.04)}.cta-card:hover{transform:translateY(-4px);border-color:rgba(var(--cta-accent-rgb),.4);box-shadow:0 24px 48px #0000006b,0 0 32px rgba(var(--cta-accent-rgb),.14),inset 0 1px #ffffff14}.cta-join{--cta-accent-rgb: 0, 255, 200}.cta-join:hover{background:radial-gradient(circle at 100% 0%,rgba(0,255,200,.24),transparent 38%),linear-gradient(180deg,#071215fa,#02090dfc)}.cta-luck{--cta-accent-rgb: 168, 85, 247;background:radial-gradient(circle at 100% 0%,rgba(168,85,247,.22),transparent 36%),radial-gradient(circle at 0% 100%,rgba(249,115,22,.14),transparent 34%),linear-gradient(180deg,#0a0a16f5,#070512fa)}.cta-luck:hover{background:radial-gradient(circle at 100% 0%,rgba(168,85,247,.28),transparent 40%),radial-gradient(circle at 0% 100%,rgba(249,115,22,.2),transparent 38%),linear-gradient(180deg,#0e0b1cfa,#070616fc)}.cta-icon-wrap{width:56px;height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;flex-shrink:0;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;box-shadow:inset 0 1px #ffffff14}.cta-icon-glyph{display:block;transform:translateY(-1px)}.cta-join .cta-icon-wrap{background:linear-gradient(135deg,#00ffc82e,#00ff8814);box-shadow:0 10px 24px #00ffc824,inset 0 1px #ffffff14}.cta-luck .cta-icon-wrap{background:linear-gradient(135deg,#a855f733,#f973161f);box-shadow:0 10px 24px #a855f729,inset 0 1px #ffffff14}.cta-text{display:flex;flex-direction:column;gap:.28rem;min-width:0;flex:1;text-align:left}.cta-kicker{display:inline-flex;align-self:flex-start;padding:.24rem .55rem;border-radius:999px;font-size:.64rem;font-weight:700;line-height:1;letter-spacing:.14em;text-transform:uppercase;color:#f1f5f9e0;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.cta-join .cta-kicker{background:#00ffc81a;border-color:#00ffc82e}.cta-luck .cta-kicker{background:#a855f71f;border-color:#a855f72e}.cta-text strong{font-size:1.08rem;font-weight:800;letter-spacing:-.02em;line-height:1.12}.cta-join .cta-text strong{background:linear-gradient(135deg,#dcfff7,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-luck .cta-text strong{background:linear-gradient(135deg,#f4e8ff,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-subtitle{font-size:.82rem;line-height:1.35;color:#94a3b8f2;overflow-wrap:anywhere}.cta-arrow{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;margin-left:auto;flex-shrink:0;font-size:1.05rem;color:#f1f5f9eb;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);transition:transform .3s ease,background .3s ease,border-color .3s ease,color .3s ease;opacity:1}.cta-card:hover .cta-arrow{transform:translate(3px) translateY(-2px);background:rgba(var(--cta-accent-rgb),.14);border-color:rgba(var(--cta-accent-rgb),.28)}.cta-join:hover .cta-arrow{color:var(--primary)}.cta-luck:hover .cta-arrow{color:#d8b4fe}@media (max-width: 1180px){.home-layout{gap:1.25rem 0}.chat-drawer{top:7rem;width:min(880px,calc(100vw - 2rem));max-width:calc(100vw - 2rem);height:min(78vh,calc(100vh - 8rem));max-height:calc(100vh - 8rem)}}@media (max-width: 960px){.chat-drawer{top:5rem;left:1rem;right:1rem;transform:none;width:auto;min-width:0;max-width:none;height:min(72vh,calc(100vh - 6rem));max-height:calc(100vh - 6rem);min-height:0;resize:none}}@media (min-width: 769px) and (max-width: 1040px){#premiumGrid.store-grid .store-card{flex-basis:calc((100% - 1.5rem)/2)}}@media (max-width: 768px){.hero h1{font-size:2rem}.home-layout{gap:1rem}.chat-drawer{top:4.75rem;left:.85rem;right:.85rem}.chat-shell{border-radius:24px;padding:1rem}.chat-shell__header{flex-direction:column;align-items:stretch}.chat-shell__header-actions{width:100%;justify-content:space-between}.chat-shell__heading{gap:.4rem .55rem}.chat-shell__heading h2{font-size:1.3rem}.chat-shell__heading p,.chat-shell__message p,.chat-shell__composer-placeholder{font-size:.88rem}.chat-shell__feed{max-height:340px}.chat-drawer{height:min(70vh,calc(100vh - 5.5rem));max-height:calc(100vh - 5.5rem)}.chat-shell__composer-actions,.chat-shell__history-controls{flex-direction:column;align-items:stretch}.chat-shell__auth-form{grid-template-columns:1fr}.chat-shell__composer-tools,.chat-shell__reply-draft,.chat-shell__upload-draft{flex-direction:column;align-items:stretch}.chat-shell__send-button,.chat-shell__load-more,.chat-shell__retry,.chat-shell__logout{width:100%;justify-content:center}.chat-shell__attach-button,.chat-shell__reply-cancel{width:100%;justify-content:center;margin-left:0}.hero{grid-template-rows:auto clamp(190px,28vh,240px) auto;gap:.75rem;padding:1rem 0 .5rem}.hero-top{width:100%;gap:.35rem}.hero-animation-slot{min-height:clamp(190px,28vh,240px)}.hero-cta-section{flex-direction:row;gap:.5rem;width:100%;margin-top:0}.hero-cta-section .cta-card{flex:1 1 0;min-height:70px;padding:.7rem .85rem;border-radius:18px}.hero-cta-section .cta-icon-wrap{width:42px;height:42px;border-radius:14px}.hero-cta-section .cta-kicker{font-size:.56rem;padding:.18rem .4rem}.hero-cta-section .cta-text strong{font-size:.82rem}.hero-cta-section .cta-arrow{width:34px;height:34px;border-radius:12px}.hero p{font-size:1rem}.cta-group{flex-direction:column}.store-cta-section{flex-direction:column;gap:.5rem;width:100%}.store-cta-section .cta-card{flex:0 0 auto;width:100%;min-height:70px;padding:.7rem .85rem;border-radius:18px}.store-cta-section .cta-icon-wrap{width:42px;height:42px;border-radius:14px}.store-cta-section .cta-kicker{font-size:.56rem;padding:.18rem .4rem}.store-cta-section .cta-text strong{font-size:.82rem}.store-cta-section .cta-subtitle{display:none}.store-cta-section .cta-arrow{width:34px;height:34px;border-radius:12px}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-title{font-size:1.8rem}.filters{flex-direction:column}.filter-input{min-width:0}.store-grid{grid-template-columns:1fr;gap:1rem}#premiumGrid.store-grid{justify-content:stretch}#premiumGrid.store-grid .store-card{flex-basis:100%;min-width:0}.store-card{padding:1.25rem}.store-avatar{width:90px;height:90px;border-radius:12px}.store-info h3{font-size:1.1rem}.store-desc{font-size:.9rem;-webkit-line-clamp:2}.banner-section{margin:.75rem 0 1.5rem}.banner-card.has-img{aspect-ratio:25 / 3}.banner-card{padding:1rem 1.25rem}.banner-card .banner-content{padding:0 1.25rem}.banner-text{max-width:70%;padding:.5rem 1rem}.banner-text h3{font-size:1rem}.banner-text p{font-size:.8rem}.catalog-section{margin:2rem 0}.regular-stores{margin-top:2rem;padding-top:2rem}.regular-stores-title{font-size:1.2rem}.cta-card{padding:1.15rem;gap:.85rem;border-radius:20px}.cta-icon-wrap{width:44px;height:44px;border-radius:14px;font-size:1.15rem}.cta-kicker{font-size:.58rem}.cta-text strong{font-size:.95rem}.cta-subtitle{font-size:.75rem}.cta-arrow{width:34px;height:34px;font-size:.95rem}}@media (max-width: 430px){.chat-drawer{top:4.4rem;left:.5rem;right:.5rem;min-width:0}.chat-shell{border-radius:22px;padding:.85rem;gap:.85rem}.chat-shell__channels{gap:.35rem}.chat-shell__channel{font-size:.72rem;padding:.4rem .62rem}.chat-shell__message{padding:.8rem .85rem;border-radius:16px}.chat-shell__composer{padding:.75rem .75rem .75rem 0;border-radius:18px}.hero{grid-template-rows:auto clamp(165px,24vh,205px) auto;gap:.5rem}.hero h1{font-size:1.6rem}.hero p{font-size:.9rem}.hero-animation-slot{min-height:clamp(165px,24vh,205px)}.hero-cta-section{gap:.4rem}.hero-cta-section .cta-join,.hero-cta-section .cta-luck{flex:1 1 0}.hero-cta-section .cta-card{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:.38rem;padding:.62rem .5rem;min-height:66px}.hero-cta-section .cta-card:after{left:.5rem;right:.5rem}.hero-cta-section .cta-icon-wrap{grid-column:1;justify-self:start;width:32px;height:32px;border-radius:10px}.hero-cta-section .cta-kicker{display:none}.hero-cta-section .cta-text{grid-column:2;flex:0 1 auto;align-items:center;justify-self:stretch;width:100%;text-align:center;gap:0}.hero-cta-section .cta-text strong{font-size:.76rem;line-height:1.05;letter-spacing:-.03em;white-space:nowrap;overflow-wrap:normal;word-break:normal}.hero-cta-section .cta-arrow{display:none}.store-cta-section{gap:.4rem}.store-cta-section .cta-card{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:.38rem;padding:.62rem .5rem;min-height:66px}.store-cta-section .cta-card:after{left:.5rem;right:.5rem}.store-cta-section .cta-icon-wrap{grid-column:1;justify-self:start;width:32px;height:32px;border-radius:10px}.store-cta-section .cta-kicker{display:none}.store-cta-section .cta-text{grid-column:2;flex:0 1 auto;align-items:center;justify-self:stretch;width:100%;text-align:center;gap:0}.store-cta-section .cta-text strong{font-size:.76rem;line-height:1.05;letter-spacing:-.03em;white-space:nowrap;overflow-wrap:normal;word-break:normal}.store-cta-section .cta-arrow{display:none}.store-card{padding:1rem}.store-avatar{width:70px;height:70px;border-radius:10px}.store-header{gap:.75rem}.store-info h3{font-size:1rem}.store-desc{font-size:.85rem}.banner-section{margin:.5rem 0 1.25rem}.banner-card.has-img{aspect-ratio:25 / 3}.banner-card{padding:.75rem 1rem;min-height:unset}.banner-card .banner-content{padding:0 .75rem}.banner-text{max-width:80%;padding:.35rem .75rem;border-left-width:2px;border-radius:6px}.banner-text h3{font-size:.85rem;margin-bottom:.15rem}.banner-text p{font-size:.72rem}.section-title{font-size:1.5rem}.filter-input{padding:.65rem 1rem;font-size:.9rem}.regular-stores-title{font-size:1.1rem}footer{padding:2rem 0 1.5rem;margin-top:3rem;font-size:.8rem}.cta-card{padding:1rem;gap:.75rem;border-radius:14px}.cta-icon-wrap{width:36px;height:36px;border-radius:10px;font-size:1rem}.cta-text strong{font-size:.88rem}.cta-text span{font-size:.7rem}}.catalog-loading{text-align:center;padding:3rem 0}.catalog-loading .spinner{width:40px;height:40px;border:3px solid var(--glass-border);border-top-color:var(--primary);border-radius:50%;animation:catalogSpin .8s linear infinite;margin:0 auto 1rem}@keyframes catalogSpin{to{transform:rotate(360deg)}}.catalog-loading p{color:var(--text-muted);font-size:.95rem}.catalog-error{text-align:center;padding:3rem 0;color:var(--text-muted)}.catalog-error p{margin-bottom:1rem}.catalog-error button{padding:.6rem 1.5rem;border-radius:10px;background:var(--primary);color:#0f172a;border:none;font-weight:600;cursor:pointer;font-size:.9rem;transition:opacity .2s}.catalog-error button:hover{opacity:.85}@media (max-width: 640px){.chat-raffle-bar{display:inline-flex}.chat-drawer--with-raffle{min-width:0;width:min(960px,calc(100vw - 1rem))}.chat-raffle-panel{position:fixed;left:0;right:0;bottom:0;top:auto;flex:0 0 auto;margin:0;width:100%;max-height:80vh;z-index:110;border-radius:18px 18px 0 0;border:1px solid rgba(0,255,200,.18);border-bottom:0;box-shadow:0 -18px 38px #0006;padding-bottom:max(.85rem,env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .22s ease;pointer-events:none}.chat-raffle-panel.is-open{transform:translateY(0);pointer-events:auto}.chat-raffle-panel__close{display:inline-flex}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer{position:fixed;top:var(--chat-visual-top, 0px);left:0;right:0;bottom:auto;width:100vw;max-width:100vw;height:100vh;height:100dvh;height:var(--chat-visual-height, 100dvh);max-height:none;min-height:0;margin:0;padding:0;border-radius:0;transform:none;z-index:200;resize:none;overflow:hidden;will-change:transform,opacity}.chat-drawer .chat-shell{border-radius:0;height:100%;max-height:none;padding:max(.65rem,env(safe-area-inset-top)) .6rem max(.55rem,env(safe-area-inset-bottom));grid-template-rows:auto auto auto minmax(0,1fr) auto;gap:.4rem}.chat-shell__feed{max-height:none;flex:1 1 auto}.chat-drawer[data-chat-anim=enter]{transform:translateY(100%);opacity:.4}.chat-drawer[data-chat-anim=active]{transform:translateY(0);opacity:1;transition:transform .32s cubic-bezier(.22,.7,.25,1),opacity .22s ease}.chat-drawer[data-chat-anim=leave]{transform:translateY(100%);opacity:.4;transition:transform .28s ease,opacity .22s ease}.chat-drawer[data-chat-dragging=true]{transition:none!important}body.chat-open>header,body.chat-open>main,body.chat-open>footer{visibility:hidden}.chat-drawer .chat-shell{background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.chat-drawer,.chat-drawer>.chat-shell,.chat-drawer--with-raffle{min-width:0}.chat-shell__header{flex-direction:row;align-items:center;gap:.5rem}.chat-shell__header-actions{width:auto;justify-content:flex-end;gap:.35rem}.chat-shell__composer-actions{flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.chat-shell__composer-tools{flex-direction:row;align-items:center;gap:.4rem;flex-wrap:wrap}.chat-shell__send-button{width:auto;flex:0 0 auto;min-width:44px;min-height:44px;padding:.55rem 1.15rem;border-radius:999px}.chat-shell__attach-button{width:44px;min-width:44px;height:44px;margin-left:0;padding:0;border-radius:999px;justify-content:center}.chat-shell__history-controls{flex-direction:row;align-items:center;gap:.35rem;flex-wrap:wrap}.chat-shell__load-more,.chat-shell__retry,.chat-shell__logout,.chat-shell__reply-cancel{width:auto;flex:0 0 auto}.chat-shell__reply-draft,.chat-shell__upload-draft{flex-direction:row;align-items:center;gap:.5rem}.chat-drawer .chat-shell__heading{min-width:0}.chat-drawer .chat-shell__heading h2{max-width:48vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.05rem}.chat-drawer .chat-shell__heading p,.chat-drawer .chat-shell__eyebrow{display:none}.chat-drawer .chat-shell__badge{padding:.3rem .55rem;font-size:.64rem;box-shadow:none}.chat-drawer .chat-shell__composer{padding:.45rem 0 0;gap:.35rem;border-radius:0}.chat-drawer .chat-shell__composer-form{gap:.35rem}.chat-drawer .chat-shell__composer-inline-meta{position:static;display:flex;flex-wrap:wrap;gap:.35rem;padding:0 .1rem}.chat-drawer .chat-shell__composer-toolbar{order:2;width:100%;margin-left:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.chat-drawer .chat-shell__composer-toolbar::-webkit-scrollbar{display:none}.chat-drawer .chat-shell__composer-toolbar-btn{min-width:34px;height:32px;padding:0 .55rem;flex:0 0 auto}.chat-drawer .chat-shell__textarea--with-meta{padding-bottom:.75rem}.chat-drawer .chat-shell__editable{min-height:46px;max-height:min(34vh,150px)}.chat-drawer .chat-shell__modal{max-height:calc(var(--chat-visual-height, 100dvh) - max(1rem,env(safe-area-inset-top)) - max(1rem,env(safe-area-inset-bottom)));overflow:auto}}.chat-shell__message{will-change:transform}.chat-shell__message[data-chat-swiping]{transition:none}.chat-shell__message[data-chat-swiping]:before,.chat-shell__message[data-chat-swiping]:after{content:"";position:absolute;top:50%;width:36px;height:36px;margin-top:-18px;border-radius:50%;background:#00ffc82e;border:1px solid rgba(0,255,200,.55);color:var(--primary, #00ffc8);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ffc8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 17l-5-5 5-5'/><path d='M20 18v-2a4 4 0 0 0-4-4H4'/></svg>");background-repeat:no-repeat;background-position:center;background-size:18px 18px;opacity:var(--chat-swipe-progress, 0);transform:scale(calc(.6 + var(--chat-swipe-progress, 0) * .4));pointer-events:none}.chat-shell__message[data-chat-swiping=right]:before{left:-52px}.chat-shell__message[data-chat-swiping=left]:after{right:-52px;transform:scale(calc(.6 + var(--chat-swipe-progress, 0) * .4)) scaleX(-1)}.chat-shell__message[data-chat-swiping]:not([data-chat-swiping=right]):before,.chat-shell__message[data-chat-swiping]:not([data-chat-swiping=left]):after{display:none}.chat-action-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:auto}.chat-action-sheet[hidden]{display:none}.chat-action-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0408108c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .2s ease}.chat-action-sheet--open .chat-action-sheet__backdrop{opacity:1}.chat-action-sheet__panel{position:relative;background:var(--glass-bg, rgba(20, 28, 44, .92));border-top-left-radius:22px;border-top-right-radius:22px;border:1px solid var(--glass-border, rgba(255, 255, 255, .08));border-bottom:none;padding:8px 12px calc(env(safe-area-inset-bottom,0px) + 12px);transform:translateY(110%);transition:transform .22s cubic-bezier(.2,.8,.2,1);box-shadow:0 -16px 48px #00000073}.chat-action-sheet--open .chat-action-sheet__panel{transform:translateY(0)}.chat-action-sheet__handle{width:44px;height:4px;border-radius:2px;background:#ffffff40;margin:4px auto 10px}.chat-action-sheet__list{display:flex;flex-direction:column;gap:2px}.chat-action-sheet__row{display:flex;align-items:center;gap:12px;width:100%;padding:14px 12px;border:none;border-radius:12px;background:transparent;color:var(--text, #e8eef5);font:inherit;font-size:1rem;text-align:left;cursor:pointer;transition:background .15s ease}.chat-action-sheet__row:hover,.chat-action-sheet__row:active{background:#ffffff0f}.chat-action-sheet__row--destructive{color:#ff7676}.chat-action-sheet__row--warning{color:#ffc266}.chat-action-sheet__icon{flex:0 0 auto;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}.chat-action-sheet__icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.chat-action-sheet__label{flex:1 1 auto;min-width:0}.chat-action-sheet__cancel{margin-top:8px;width:100%;padding:14px;border:none;border-radius:12px;background:#ffffff0f;color:var(--text, #e8eef5);font:inherit;font-size:1rem;font-weight:600;cursor:pointer}@media (min-width: 641px){.chat-action-sheet{display:none!important}}.chat-shell__channel{gap:6px}.chat-shell__channel-icon{font-size:1rem;line-height:1}.chat-shell__channel-label{display:inline-block}.chat-shell__channel-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;border-radius:10px;background:var(--primary, #00ffc8);color:#02110d;font-size:.68rem;font-weight:700;line-height:1}.chat-shell__channel-badge[hidden]{display:none}@media (max-width: 640px){.chat-shell__channels{display:flex;gap:6px;padding:4px;background:#ffffff0a;border-radius:14px;border:1px solid rgba(255,255,255,.06);touch-action:pan-y}.chat-shell__channel{flex:1 1 0;min-height:38px;padding:6px 10px;border-radius:10px;background:transparent;border:none;position:relative}.chat-shell__channel-icon{font-size:1.15rem}.chat-shell__channel-label{display:none}.chat-shell__channel.is-active .chat-shell__channel-label{display:inline-block;font-size:.78rem;margin-left:4px}.chat-shell__channel-badge{position:absolute;top:2px;right:6px;min-width:16px;height:16px;font-size:.6rem}}.chat-drawer{--chat-keyboard-inset: 0px}@media (max-width: 640px){.chat-drawer .chat-shell__composer{padding-bottom:calc(var(--chat-keyboard-inset, 0px) + env(safe-area-inset-bottom,0px));transition:padding-bottom .18s ease}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__feed{padding-bottom:.45rem;-webkit-overflow-scrolling:touch}.chat-drawer .chat-shell__header{min-height:42px}.chat-drawer .chat-shell__channels{display:flex;gap:6px;padding:4px;background:#ffffff0a;border-radius:14px;border:1px solid rgba(255,255,255,.06);touch-action:pan-y}.chat-drawer .chat-shell__channel{flex:1 1 0;min-height:38px;padding:6px 10px;border-radius:10px;background:transparent;border:none;position:relative}.chat-drawer .chat-shell__channel-icon{font-size:1.15rem}.chat-drawer .chat-shell__channel-label{display:none}.chat-drawer .chat-shell__channel.is-active .chat-shell__channel-label{display:inline-block;font-size:.78rem;margin-left:4px}.chat-drawer .chat-shell__channel-badge{position:absolute;top:2px;right:6px;min-width:16px;height:16px;font-size:.6rem}.chat-drawer .chat-shell__composer{padding-bottom:env(safe-area-inset-bottom,0px);transition:padding-bottom .18s ease}body.chat-keyboard-open .chat-drawer .chat-shell{padding-bottom:.45rem}body.chat-keyboard-open .chat-drawer .chat-shell__channels,body.chat-keyboard-open .chat-drawer .chat-shell__history-controls{display:none}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channels,.chat-shell__channels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:4px;width:100%;padding:4px;overflow:hidden;flex-wrap:nowrap;touch-action:pan-y;user-select:none;-webkit-user-select:none}.chat-drawer .chat-shell__channel,.chat-shell__channel{min-width:0;width:100%;min-height:40px;justify-content:center;padding:0 8px;border-radius:999px;white-space:nowrap}.chat-drawer .chat-shell__channel-label,.chat-shell__channel-label,.chat-drawer .chat-shell__channel.is-active .chat-shell__channel-label,.chat-shell__channel.is-active .chat-shell__channel-label{display:inline-block;min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:.78rem;margin-left:0}.chat-drawer .chat-shell__channel-icon,.chat-shell__channel-icon{display:none}.chat-shell__channels[data-chat-channel-paging] .chat-shell__channel.is-active{transform:scale(.98)}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channels,.chat-shell__channels{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;justify-items:center;gap:6px;width:100%;min-height:44px;padding:4px 6px;overflow:hidden;flex-wrap:nowrap;touch-action:pan-y;user-select:none;-webkit-user-select:none}.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before,.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#e2e8f0db;font-size:1.2rem;line-height:1;pointer-events:none}.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before{content:"<";grid-column:1}.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{content:">";grid-column:3}.chat-drawer .chat-shell__channel,.chat-shell__channel{display:none;min-width:0;width:auto;max-width:100%;min-height:38px;justify-content:center;padding:0 16px;border-radius:999px;white-space:nowrap}.chat-drawer .chat-shell__channel.is-active,.chat-shell__channel.is-active{display:inline-flex;grid-column:2;grid-row:1;justify-self:center}.chat-drawer .chat-shell__channel-label,.chat-shell__channel-label,.chat-drawer .chat-shell__channel.is-active .chat-shell__channel-label,.chat-shell__channel.is-active .chat-shell__channel-label{display:inline-block;min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:.88rem;margin-left:0}.chat-drawer .chat-shell__channel-icon,.chat-shell__channel-icon{display:none}.chat-shell__channels[data-chat-channel-paging] .chat-shell__channel.is-active{transform:scale(.98)}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header{display:grid;grid-template-columns:minmax(96px,.9fr) auto;align-items:center;gap:.45rem}.chat-drawer .chat-shell__heading,.chat-shell__heading{min-width:0}.chat-drawer .chat-shell__header-actions,.chat-shell__header-actions{min-width:0;gap:.3rem}.chat-drawer .chat-shell__logout,.chat-shell__logout{max-width:112px;padding:0 .65rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:32px minmax(0,1fr) 32px;width:min(100%,176px);min-height:40px;padding:3px 5px;gap:4px;justify-self:start}.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before,.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{width:30px;height:30px;font-size:1rem}.chat-drawer .chat-shell__channel.is-active,.chat-shell__channel.is-active{min-height:32px;padding:0 8px}.chat-drawer .chat-shell__channel-label,.chat-shell__channel-label,.chat-drawer .chat-shell__channel.is-active .chat-shell__channel-label,.chat-shell__channel.is-active .chat-shell__channel-label{max-width:64px;font-size:.82rem}}@media (max-width: 380px){.chat-drawer .chat-shell__channels,.chat-shell__channels{width:150px;grid-template-columns:28px minmax(0,1fr) 28px}.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before,.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{width:26px;height:26px}.chat-drawer .chat-shell__logout,.chat-shell__logout{max-width:96px;padding:0 .55rem}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:32px minmax(0,1fr) 32px}.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before,.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{content:none}.chat-drawer .chat-shell__channel,.chat-shell__channel{display:none}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{display:inline-flex;width:30px;height:30px;min-width:30px;min-height:30px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#e2e8f0db;font-size:0}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev]{grid-column:1}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{grid-column:3}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{font-size:1rem;line-height:1}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before{content:"<"}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{content:">"}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active]{display:inline-flex;grid-column:2;grid-row:1;justify-self:center;min-height:32px;padding:0 8px;color:var(--primary, #00ffc8);background:transparent;border-color:transparent;box-shadow:none;text-shadow:0 0 10px rgba(0,255,200,.55)}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{color:var(--primary, #00ffc8);max-width:72px;font-weight:800}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channels,.chat-shell__channels{position:relative;grid-template-columns:34px minmax(0,1fr) 34px;cursor:pointer}.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before,.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{content:"";display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#e2e8f0e6;font-size:1rem;line-height:1;pointer-events:none}.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before{content:"<";grid-column:1}.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{content:">";grid-column:3}.chat-drawer .chat-shell__channel,.chat-shell__channel,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{display:none}.chat-drawer .chat-shell__channel.is-active,.chat-shell__channel.is-active,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active]{display:inline-flex;grid-column:2;grid-row:1;justify-self:center;color:#00ffc8!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important;text-shadow:0 0 8px rgba(0,255,200,.85),0 0 18px rgba(0,255,200,.35)}.chat-drawer .chat-shell__channel.is-active .chat-shell__channel-label,.chat-shell__channel.is-active .chat-shell__channel-label,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{color:#00ffc8!important;font-weight:800}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:22px minmax(0,1fr) 22px;width:min(100%,124px);min-height:30px;padding:0;gap:2px;border:0!important;background:transparent!important}.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before,.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{width:22px;height:28px;border:0!important;background:transparent!important;color:#e2e8f0db;font-size:1rem;font-weight:700;box-shadow:none!important}.chat-drawer .chat-shell__channel.is-active,.chat-shell__channel.is-active,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active]{min-height:28px;padding:0 3px;background:transparent!important;border:0!important;box-shadow:none!important}.chat-drawer .chat-shell__channel.is-active .chat-shell__channel-label,.chat-shell__channel.is-active .chat-shell__channel-label,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{max-width:68px;font-size:.82rem;color:#00ffc8!important;text-shadow:0 0 8px rgba(0,255,200,.85),0 0 14px rgba(0,255,200,.35)}.chat-drawer .chat-shell__logout,.chat-shell__logout{width:34px;max-width:34px;height:34px;padding:0;font-size:1rem;line-height:1}}@media (max-width: 380px){.chat-drawer .chat-shell__channels,.chat-shell__channels{width:112px;grid-template-columns:20px minmax(0,1fr) 20px}.chat-drawer .chat-shell__channel.is-active .chat-shell__channel-label,.chat-shell__channel.is-active .chat-shell__channel-label,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{max-width:62px}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header{min-height:38px;grid-template-columns:124px minmax(0,auto);align-items:center}.chat-drawer .chat-shell__header-actions,.chat-shell__header-actions{min-height:34px;align-items:center}.chat-drawer .chat-shell__channels,.chat-shell__channels{width:112px;min-height:28px;grid-template-columns:18px minmax(0,1fr) 18px;background:none!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before,.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{width:18px;height:24px;background:none!important;border:0!important;box-shadow:none!important;color:#e2e8f0eb}.chat-drawer .chat-shell__channel,.chat-shell__channel,.chat-drawer .chat-shell__channel.is-active,.chat-shell__channel.is-active,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active]{background:none!important;background-color:transparent!important;background-image:none!important;border:0!important;box-shadow:none!important;outline:0!important}.chat-drawer .chat-shell__channel.is-active .chat-shell__channel-label,.chat-shell__channel.is-active .chat-shell__channel-label,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{background:none!important;background-color:transparent!important;box-shadow:none!important;text-decoration:none}.chat-drawer .chat-shell__store-filter-select,.chat-shell__store-filter-select{width:1.7rem;max-width:1.7rem;padding:0;color:transparent;background-image:none}.chat-drawer .chat-shell__store-filter-select option,.chat-shell__store-filter-select option{color:#0f172a}.chat-drawer .chat-shell__composer-inline-meta .chat-shell__composer-toolbar,.chat-shell__composer-inline-meta .chat-shell__composer-toolbar{display:none!important}.chat-shell__format-popover{position:absolute;left:.6rem;bottom:calc(100% + .4rem);z-index:20;display:inline-flex;align-items:center;gap:.25rem;padding:.35rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#080f18f5;box-shadow:0 12px 28px #0000005c}.chat-shell__format-popover[hidden]{display:none!important}.chat-shell__format-popover .chat-shell__composer-toolbar-btn{min-width:32px;height:30px}.chat-drawer .chat-shell__composer-input-wrap,.chat-shell__composer-input-wrap{position:relative}.chat-drawer .chat-shell__textarea--with-send,.chat-shell__textarea--with-send{padding-right:3.9rem}.chat-drawer .chat-shell__send-button--inline:not(.chat-shell__attach-button),.chat-shell__send-button--inline:not(.chat-shell__attach-button){position:absolute;right:.5rem;top:50%;width:48px;height:48px;min-width:48px;min-height:48px;padding:0;transform:translateY(-50%);border-radius:999px;z-index:3}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header{display:grid!important;grid-template-columns:112px 34px minmax(0,1fr)!important;grid-template-rows:36px!important;min-height:36px!important;align-items:center!important;column-gap:.35rem!important;row-gap:0!important}.chat-drawer .chat-shell__heading,.chat-shell__heading{grid-column:1!important;grid-row:1!important;width:112px!important;min-width:112px!important;max-width:112px!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{width:112px!important;height:30px!important;min-height:30px!important;padding:0!important;margin:0!important;background:transparent!important;background-color:transparent!important;background-image:none!important;border:0!important;box-shadow:none!important;outline:0!important}.chat-drawer .chat-shell__channel,.chat-shell__channel,.chat-drawer .chat-shell__channel:before,.chat-shell__channel:before,.chat-drawer .chat-shell__channel:after,.chat-shell__channel:after,.chat-drawer .chat-shell__channel>*,.chat-shell__channel>*{background:transparent!important;background-color:transparent!important;background-image:none!important;border:0!important;box-shadow:none!important;outline:0!important}.chat-drawer .chat-shell__channel.is-active,.chat-shell__channel.is-active,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active]{width:auto!important;min-width:0!important;height:28px!important;min-height:28px!important;padding:0 2px!important;color:#00ffc8!important;transform:none!important;filter:none!important}.chat-drawer .chat-shell__channel.is-active .chat-shell__channel-label,.chat-shell__channel.is-active .chat-shell__channel-label,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{display:inline!important;padding:0!important;color:#00ffc8!important;line-height:1!important;text-shadow:none!important;filter:none!important;-webkit-text-fill-color:#00ffc8!important}.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before,.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{width:18px!important;height:28px!important;color:#e2e8f0f2!important;background:transparent!important;border:0!important;box-shadow:none!important}.chat-drawer .chat-shell__store-filter,.chat-shell__store-filter{grid-column:2!important;grid-row:1!important;justify-self:center!important;align-self:center!important;width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;padding:0!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.08)!important;background:#ffffff0a!important;box-sizing:border-box!important;overflow:hidden!important}.chat-drawer .chat-shell__store-filter[hidden],.chat-shell__store-filter[hidden]{display:none!important}.chat-drawer .chat-shell__store-filter-label,.chat-shell__store-filter-label{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:1rem!important;line-height:1!important;pointer-events:none!important}.chat-drawer .chat-shell__store-filter-select,.chat-shell__store-filter-select{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;padding:0!important;opacity:0!important;cursor:pointer!important}.chat-drawer .chat-shell__header-actions,.chat-shell__header-actions{grid-column:3!important;grid-row:1!important;justify-self:end!important;align-self:center!important;display:inline-flex!important;flex-wrap:nowrap!important;min-width:0!important;max-width:100%!important;height:34px!important;min-height:34px!important;overflow:hidden!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header-mode,.chat-shell__header-mode,.chat-drawer .chat-shell__logout,.chat-shell__logout,.chat-drawer .chat-shell__persona-toggle-btn,.chat-shell__persona-toggle-btn,.chat-drawer .chat-shell__store-filter,.chat-shell__store-filter{position:relative!important;width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;min-height:34px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.1)!important;background:#ffffff0e!important;box-shadow:inset 0 1px #ffffff09!important;color:#f1f5f9f0!important;box-sizing:border-box!important;overflow:hidden!important;line-height:1!important}.chat-drawer .chat-shell__header-mode[hidden],.chat-shell__header-mode[hidden],.chat-drawer .chat-shell__logout[hidden],.chat-shell__logout[hidden],.chat-drawer .chat-shell__persona-toggle[hidden],.chat-shell__persona-toggle[hidden],.chat-drawer .chat-shell__store-filter[hidden],.chat-shell__store-filter[hidden]{display:none!important}.chat-drawer .chat-shell__store-filter-label,.chat-shell__store-filter-label{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;font-size:1rem!important;line-height:1!important;pointer-events:none!important}.chat-drawer .chat-shell__store-filter-select,.chat-shell__store-filter-select{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;opacity:0!important;width:100%!important;height:100%!important;cursor:pointer!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 34px 112px!important}.chat-drawer .chat-shell__header-actions,.chat-shell__header-actions{grid-column:1!important;justify-self:start!important}.chat-drawer .chat-shell__store-filter,.chat-shell__store-filter{grid-column:2!important;justify-self:start!important}.chat-drawer .chat-shell__heading,.chat-shell__heading{grid-column:3!important;justify-self:end!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{justify-self:end!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-shell__format-popover{flex-direction:column!important;align-items:stretch!important;gap:.15rem!important;min-width:168px!important;padding:.35rem!important;bottom:calc(100% + .45rem)!important}.chat-shell__format-popover-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:36px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:.5rem;padding:.35rem .55rem;border:0;border-radius:8px;background:transparent;color:#f1f5f9f0;font:inherit;font-size:.86rem;text-align:left;cursor:pointer}.chat-shell__format-popover-btn:hover,.chat-shell__format-popover-btn:active{background:#ffffff14}.chat-shell__format-popover-btn>:first-child{justify-self:center;color:var(--primary, #00ffc8);font-size:.86rem;line-height:1}.chat-shell__format-popover-btn>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header,.chat-drawer .chat-shell__header-actions,.chat-shell__header-actions,.chat-drawer .chat-shell__persona-toggle,.chat-shell__persona-toggle{overflow:visible!important}.chat-drawer .chat-shell__persona-toggle,.chat-shell__persona-toggle{position:relative!important;z-index:120!important}.chat-drawer .chat-shell__persona-menu,.chat-shell__persona-menu{position:absolute!important;top:calc(100% + .45rem)!important;left:0!important;right:auto!important;min-width:min(78vw,17rem)!important;max-width:min(86vw,20rem)!important;z-index:2500!important}.chat-drawer .chat-shell__send-button--inline:not(.chat-shell__attach-button),.chat-shell__send-button--inline:not(.chat-shell__attach-button){top:auto!important;bottom:.5rem!important;transform:none!important;align-self:flex-end!important}.chat-drawer .chat-shell__editable,.chat-shell__editable{padding-right:4.1rem!important;min-height:48px!important;max-height:min(36vh,168px)!important}}.chat-shell__ad-chips--badges{display:flex;flex-wrap:wrap;align-items:center;gap:4px;min-width:0}.chat-shell__ad-section{display:flex;flex-direction:column;gap:4px}.chat-shell__ad-section-title{line-height:1.25}.chat-shell__ad-section>.chat-shell__ad-chips{min-width:0;align-items:center}@media (max-width: 640px){.chat-shell__ad-card{gap:8px;padding:10px 12px}.chat-shell__ad-card-head{gap:8px}.chat-shell__ad-card-avatar{width:36px;height:36px}.chat-shell__ad-card-go{width:30px;height:30px}.chat-shell__ad-section>.chat-shell__ad-chips{min-width:0}}.chat-shell__ad-section>.chat-shell__ad-chips{flex-direction:row}.chat-shell__composer-input-wrap>.chat-shell__send-button--inline:not(.chat-shell__attach-button){box-sizing:border-box;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important;padding:0!important;border-radius:50%!important;line-height:1!important;text-align:center;flex:0 0 48px}.chat-shell__send-icon{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;color:currentColor;font-size:1rem;line-height:1;transform:none}.chat-shell__send-button:disabled .chat-shell__send-icon{transform:none}.chat-shell__composer-input-wrap>.chat-shell__send-button--inline[data-chat-send-trigger]{top:50%!important;right:.5rem!important;bottom:auto!important;transform:translateY(-50%)!important;z-index:4}.chat-shell__composer-input-wrap>.chat-shell__attach-button[data-chat-upload-trigger]{box-sizing:border-box;position:absolute;top:50%!important;right:.5rem!important;bottom:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;margin:0!important;padding:0!important;border-radius:50%!important;opacity:0;pointer-events:none;transform:translateY(-50%) scale(.68)!important;transform-origin:center;z-index:3;transition:opacity .16s ease,transform .2s cubic-bezier(.2,.85,.2,1.15),background .15s ease,border-color .15s ease}.chat-shell__composer-input-wrap.is-attach-revealed>.chat-shell__attach-button[data-chat-upload-trigger]{opacity:1;pointer-events:auto;transform:translateY(calc(-50% - 58px)) scale(1)!important}.chat-shell__composer-input-wrap.is-attach-revealed>.chat-shell__send-button--inline[data-chat-send-trigger]{transform:translateY(-50%) scale(.96)!important}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__composer,.chat-shell__composer{gap:.45rem!important}.chat-drawer .chat-shell__composer-form,.chat-shell__composer-form,.chat-drawer .chat-shell__composer-input-wrap,.chat-shell__composer-input-wrap{width:100%!important;max-width:100%!important}.chat-drawer .chat-shell__composer-inline-meta .chat-shell__composer-identity,.chat-shell__composer-inline-meta .chat-shell__composer-identity{display:none!important}.chat-drawer .chat-shell__composer-inline-meta:not(:has(.chat-shell__persona-select-wrap)),.chat-shell__composer-inline-meta:not(:has(.chat-shell__persona-select-wrap)){display:none!important}.chat-drawer .chat-shell__composer-inline-meta,.chat-shell__composer-inline-meta{margin-top:0!important;min-height:0!important}.chat-drawer .chat-shell__editable.chat-shell__textarea--with-send,.chat-shell__editable.chat-shell__textarea--with-send{box-sizing:border-box;width:100%!important;min-height:54px!important;padding-right:4.45rem!important}.chat-drawer .chat-shell__system-note,.chat-shell__system-note,.chat-drawer .chat-shell__error-note,.chat-shell__error-note{margin:0 0 .25rem!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-shell__composer-input-wrap>.chat-shell__send-button--inline[data-chat-send-trigger]{top:auto!important;right:.5rem!important;bottom:.5rem!important;transform:none!important}.chat-shell__composer-input-wrap>.chat-shell__attach-button[data-chat-upload-trigger]{top:auto!important;right:.65rem!important;bottom:.65rem!important;transform:scale(.68)!important}.chat-shell__composer-input-wrap.is-attach-revealed>.chat-shell__attach-button[data-chat-upload-trigger]{transform:translateY(-58px) scale(1)!important}.chat-shell__composer-input-wrap.is-attach-revealed>.chat-shell__send-button--inline[data-chat-send-trigger]{transform:scale(.96)!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__editable.chat-shell__textarea--with-send,.chat-shell__editable.chat-shell__textarea--with-send{min-height:64px!important;padding-top:.8rem!important;padding-bottom:.8rem!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header{align-items:center!important}.chat-drawer .chat-shell__header-actions,.chat-shell__header-actions,.chat-drawer .chat-shell__channels,.chat-shell__channels,.chat-drawer .chat-shell__store-filter,.chat-shell__store-filter{align-self:center!important;align-items:center!important}.chat-drawer .chat-shell__badge,.chat-shell__badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;height:34px!important;max-width:96px!important;padding:0 .72rem!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;line-height:1!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channels,.chat-shell__channels{display:grid!important;grid-template-columns:18px minmax(0,1fr) 18px!important;align-items:center!important;justify-items:center!important;width:112px!important;min-width:112px!important;background:none!important;border:0!important;box-shadow:none!important}.chat-drawer .chat-shell__channel,.chat-shell__channel{display:none!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager],.chat-shell__channel[data-chat-mobile-pager]{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:none!important;border:0!important;box-shadow:none!important;padding:0!important;min-height:26px!important;line-height:1!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager] .chat-shell__channel-icon,.chat-shell__channel[data-chat-mobile-pager] .chat-shell__channel-icon,.chat-drawer .chat-shell__channel[data-chat-mobile-pager] .chat-shell__channel-badge,.chat-shell__channel[data-chat-mobile-pager] .chat-shell__channel-badge{display:none!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev]{grid-column:1!important;width:18px!important;min-width:18px!important;color:#f1f5f9eb!important;font-size:0!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{grid-column:3!important;width:18px!important;min-width:18px!important;color:#f1f5f9eb!important;font-size:0!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before{content:"<"!important;font-size:.9rem!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{content:">"!important;font-size:.9rem!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active]{grid-column:2!important;min-width:0!important;color:var(--primary, #00ffc8)!important;text-shadow:0 0 8px rgba(0,255,200,.55)!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{display:inline-block!important;max-width:70px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:var(--primary, #00ffc8)!important;font-weight:800!important;font-size:.86rem!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=prev] .chat-shell__channel-label,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=next] .chat-shell__channel-label{display:none!important}}.chat-shell__message-meta{flex-wrap:wrap}.chat-shell__message-meta-primary{flex:1 1 auto;max-width:100%;overflow:visible;flex-wrap:wrap;row-gap:.25rem}.chat-shell__author,.chat-shell__author-link{max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap}.chat-shell__author-badge{flex:0 0 auto}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-shell__message{max-width:min(100%,92%)!important}}.chat-shell__composer-identity{display:none!important}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:26px minmax(0,1fr) 26px!important;width:134px!important;min-width:134px!important;column-gap:4px!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;border-radius:999px!important;background:#00ffc812!important;border:1px solid rgba(0,255,200,.18)!important;color:#d6fff6f5!important;text-shadow:0 0 8px rgba(0,255,200,.45)!important;transition:background .15s ease,transform .12s ease,border-color .15s ease!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:active,.chat-shell__channel[data-chat-mobile-pager=prev]:active,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:active,.chat-shell__channel[data-chat-mobile-pager=next]:active{transform:scale(.94)!important;background:#00ffc824!important;border-color:#00ffc852!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before{content:"�"!important;font-size:1.18rem!important;font-weight:800!important;line-height:1!important;transform:translateY(-1px)}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{content:"�"!important;font-size:1.18rem!important;font-weight:800!important;line-height:1!important;transform:translateY(-1px)}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{max-width:74px!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{color:var(--primary, #00ffc8)!important;background:#00ffc814!important;border-color:#00ffc847!important;box-shadow:0 0 12px #00ffc821,inset 0 0 0 1px #00ffc80d!important;text-shadow:0 0 10px rgba(0,255,200,.75)!important}.chat-shell__message-meta{position:relative;align-items:center;min-width:0;max-width:100%;gap:.25rem}.chat-shell__message--has-time .chat-shell__message-meta{min-height:1.05rem;padding-inline-end:4.6rem}.chat-shell__message-meta-primary{display:flex;flex-wrap:wrap;align-items:center;gap:.18rem .32rem;min-width:0;max-width:100%;line-height:1}.chat-shell__message-meta-secondary{position:absolute;top:0;inset-inline-end:0;margin-left:0}.chat-shell__message--has-time .chat-shell__time{opacity:1;visibility:visible;transform:translateY(0)}.chat-shell__message-actions{display:none!important}.chat-shell__author,.chat-shell__author-link{display:inline-flex;align-items:center;flex:0 1 auto;max-width:min(15ch,calc(100vw - 7.5rem));min-width:0;overflow:visible;white-space:nowrap;font-size:clamp(.58rem,2.5vw,.72rem)!important;letter-spacing:.04em!important;line-height:1.05}.chat-shell__author-badge{margin-left:0!important;padding:.08rem .32rem!important;font-size:clamp(.5rem,2.1vw,.62rem)!important;letter-spacing:.04em!important;max-width:max-content;white-space:nowrap}.chat-shell__message{gap:.16rem;padding:.58rem .76rem .68rem;max-width:min(100%,calc(100vw - 2rem))!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 138px!important;column-gap:.45rem!important;align-items:center!important;overflow:visible!important}.chat-drawer .chat-shell__header-actions,.chat-shell__header-actions{grid-column:1!important;min-width:0!important;max-width:100%!important;overflow:visible!important;gap:.34rem!important}.chat-drawer .chat-shell__heading,.chat-shell__heading,.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-column:2!important;justify-self:end!important}.chat-drawer .chat-shell__badge,.chat-shell__badge{flex:0 1 auto!important;box-sizing:border-box!important;width:auto!important;min-width:min-content!important;max-width:min(15ch + 1.45rem,calc(100vw - 14.25rem))!important;height:34px!important;min-height:34px!important;padding:0 .7rem!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;font-size:clamp(.62rem,2.7vw,.76rem)!important;letter-spacing:0!important;line-height:1!important;border-radius:999px!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{display:grid!important;grid-template-columns:28px minmax(66px,1fr) 28px!important;width:138px!important;min-width:138px!important;max-width:138px!important;column-gap:4px!important;overflow:visible!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{display:inline-flex!important;width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;color:#00ffc8!important;background:#00ffc81a!important;border:1px solid rgba(0,255,200,.32)!important;box-shadow:0 0 14px #00ffc829,inset 0 0 0 1px #00ffc80f!important;text-shadow:0 0 10px rgba(0,255,200,.85)!important;opacity:1!important;visibility:visible!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{color:#00ffc8!important}}@media (max-width: 380px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 126px!important;column-gap:.35rem!important}.chat-drawer .chat-shell__badge,.chat-shell__badge{max-width:min(15ch + 1.1rem,calc(100vw - 13.1rem))!important;padding:0 .55rem!important;font-size:clamp(.56rem,2.95vw,.7rem)!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:26px minmax(58px,1fr) 26px!important;width:126px!important;min-width:126px!important;max-width:126px!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important}}@keyframes chat-channel-arrow-green-pulse{0%,to{color:#00ffc8;text-shadow:0 0 7px rgba(0,255,200,.78),0 0 15px rgba(0,255,200,.28);transform:translateY(-1px) scale(1)}50%{color:#7dffdf;text-shadow:0 0 11px rgba(0,255,200,.95),0 0 22px rgba(0,255,200,.46);transform:translateY(-1px) scale(1.08)}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{color:#00ffc8!important;background:#00ffc814!important;border:1px solid rgba(0,255,200,.3)!important;box-shadow:0 0 12px #00ffc829,inset 0 0 0 1px #00ffc80f!important;font-size:0!important;font-family:Arial,Helvetica,sans-serif!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before{content:"<"!important;display:inline-block!important;color:#00ffc8!important;font-family:Arial,Helvetica,sans-serif!important;font-size:1rem!important;font-weight:900!important;line-height:1!important;animation:chat-channel-arrow-green-pulse 1.35s ease-in-out infinite!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{content:">"!important;display:inline-block!important;color:#00ffc8!important;font-family:Arial,Helvetica,sans-serif!important;font-size:1rem!important;font-weight:900!important;line-height:1!important;animation:chat-channel-arrow-green-pulse 1.35s ease-in-out infinite!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before,.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{content:none!important;display:none!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{display:grid!important;grid-template-columns:24px minmax(58px,1fr) 24px!important;width:118px!important;min-width:118px!important;max-width:118px!important;gap:3px!important;padding:0!important;overflow:visible!important;justify-items:center!important;align-items:center!important;background:transparent!important;border:0!important;box-shadow:none!important}.chat-drawer .chat-shell__channel,.chat-shell__channel{display:none!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager],.chat-shell__channel[data-chat-mobile-pager]{position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:24px!important;height:24px!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;transform:none!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev]{grid-column:1!important;width:24px!important;min-width:24px!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active]{grid-column:2!important;width:auto!important;min-width:0!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{grid-column:3!important;width:24px!important;min-width:24px!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{display:block!important;font-family:Arial,Helvetica,sans-serif!important;font-size:1rem!important;font-weight:900!important;line-height:1!important;color:#00ffc8!important;text-shadow:0 0 8px rgba(0,255,200,.85),0 0 18px rgba(0,255,200,.38)!important;animation:chat-channel-arrow-green-pulse 1.35s ease-in-out infinite!important;transform:none!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before{content:"<"!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{content:">"!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager] .chat-shell__channel-icon,.chat-shell__channel[data-chat-mobile-pager] .chat-shell__channel-icon,.chat-drawer .chat-shell__channel[data-chat-mobile-pager] .chat-shell__channel-badge,.chat-shell__channel[data-chat-mobile-pager] .chat-shell__channel-badge{display:none!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{display:inline-block!important;max-width:58px!important;color:#00ffc8!important;font-size:.84rem!important;font-weight:800!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-shadow:0 0 8px rgba(0,255,200,.65)!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=prev] .chat-shell__channel-label,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=next] .chat-shell__channel-label{display:none!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channel[data-chat-mobile-pager],.chat-shell__channel[data-chat-mobile-pager],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{grid-row:1!important;align-self:center!important;justify-self:center!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 154px!important;column-gap:.5rem!important;align-items:center!important;overflow:visible!important}.chat-drawer .chat-shell__header-actions,.chat-shell__header-actions{grid-column:1!important;grid-row:1!important;justify-self:start!important;display:inline-flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:.34rem!important;min-width:0!important;max-width:100%!important;overflow:visible!important}.chat-drawer .chat-shell__header-actions>.chat-shell__store-filter,.chat-shell__header-actions>.chat-shell__store-filter{order:-20!important;position:relative!important;grid-column:auto!important;grid-row:auto!important;justify-self:auto!important;flex:0 0 34px!important;width:34px!important;min-width:34px!important;max-width:34px!important;margin:0!important}.chat-drawer .chat-shell__heading,.chat-shell__heading{grid-column:2!important;grid-row:1!important;justify-self:end!important;min-width:154px!important;max-width:154px!important;overflow:visible!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-column:auto!important;grid-row:1!important;display:grid!important;grid-template-columns:26px minmax(82px,1fr) 26px!important;width:154px!important;min-width:154px!important;max-width:154px!important;gap:4px!important;overflow:visible!important;justify-items:center!important;align-items:center!important;padding:0!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{max-width:82px!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{width:26px!important;min-width:26px!important;max-width:26px!important}}@media (max-width: 380px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 146px!important;column-gap:.35rem!important}.chat-drawer .chat-shell__heading,.chat-shell__heading,.chat-drawer .chat-shell__channels,.chat-shell__channels{min-width:146px!important;max-width:146px!important;width:146px!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:24px minmax(82px,1fr) 24px!important;gap:3px!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{width:24px!important;min-width:24px!important;max-width:24px!important}}.chat-shell__logout{border-color:#f871716b!important;background:#7f1d1d61!important;color:#fecaca!important;box-shadow:0 0 14px #f8717129,inset 0 1px #ffffff0a!important}.chat-shell__logout:hover,.chat-shell__logout:focus-visible{border-color:#f87171b8!important;background:#b91c1c85!important;color:#fff1f2!important;outline:none}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__logout,.chat-shell__logout{border-color:#f8717180!important;background:#7f1d1d75!important;color:#fecaca!important;box-shadow:0 0 14px #f871712e,inset 0 1px #ffffff0a!important}}.chat-shell__logout-icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 178px!important}.chat-drawer .chat-shell__heading,.chat-shell__heading,.chat-drawer .chat-shell__channels,.chat-shell__channels{width:178px!important;min-width:178px!important;max-width:178px!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:28px minmax(110px,1fr) 28px!important;gap:6px!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active]{gap:.32rem!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-icon,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-icon{display:inline-block!important;flex:0 0 auto!important;margin:0!important;font-size:.95rem!important;line-height:1!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{display:inline-block!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}}@media (max-width: 380px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 166px!important}.chat-drawer .chat-shell__heading,.chat-shell__heading,.chat-drawer .chat-shell__channels,.chat-shell__channels{width:166px!important;min-width:166px!important;max-width:166px!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:26px minmax(106px,1fr) 26px!important;gap:4px!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-icon,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-icon{font-size:.88rem!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{font-size:.82rem!important}}@media (min-width: 769px) and (pointer: fine){.chat-drawer>.chat-shell{background:radial-gradient(circle at top right,rgba(0,255,200,.045),transparent 38%),linear-gradient(180deg,#060e158f,#02070d7a);border-color:#00ffc81a;box-shadow:0 18px 38px #0003,inset 0 1px #ffffff06,0 0 0 1px #00ffc809;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.chat-drawer>.chat-shell:before{background:linear-gradient(180deg,rgba(255,255,255,.012),transparent 25%)}.chat-drawer>.chat-shell .chat-shell__message{background:#ffffff06}.chat-drawer>.chat-shell .chat-shell__message--own{background:linear-gradient(135deg,#3b82f638,#2563eb21)}.chat-drawer>.chat-shell .chat-shell__input,.chat-drawer>.chat-shell .chat-shell__textarea{background:#ffffff09}.chat-drawer>.chat-shell .chat-shell__composer-bar{background:#ffffff09}}@media (min-width: 769px) and (pointer: fine){.chat-shell__message--ad-store,.chat-shell__message--ad-staff{grid-template-columns:minmax(190px,268px) minmax(0,1fr);gap:18px;max-width:min(100%,92%)}}@media (min-width: 769px) and (pointer: fine){.chat-shell__message--ad-store,.chat-shell__message--ad-staff{gap:10px}}.chat-raffle-panel__status{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-width:0}@media (max-width: 640px),(pointer: coarse) and (max-width: 900px){.chat-raffle-panel{touch-action:pan-y;overscroll-behavior:contain}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-raffle-bar{display:inline-flex!important}.chat-drawer--with-raffle{min-width:0!important;width:100vw!important;max-width:100vw!important}.chat-raffle-panel{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;flex:0 0 auto!important;margin:0!important;width:100%!important;max-height:80vh!important;z-index:110!important;border-radius:18px 18px 0 0!important;border:1px solid rgba(0,255,200,.18)!important;border-bottom:0!important;box-shadow:0 -18px 38px #0006!important;padding-bottom:max(.85rem,env(safe-area-inset-bottom))!important;transform:translateY(100%)!important;transition:transform .22s ease!important;pointer-events:none!important;touch-action:pan-y!important;overscroll-behavior:contain!important}.chat-raffle-panel.is-open{transform:translateY(0)!important;pointer-events:auto!important}.chat-raffle-panel__close{display:inline-flex!important}}.chat-raffle-panel__status,.chat-shell__raffle-plate-status{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.chat-shell__raffle-plate{justify-content:center!important;text-align:center!important}.chat-shell__raffle-plate-body{align-items:center!important;text-align:center!important;width:100%!important}.chat-raffle-panel__header{justify-content:center!important;text-align:center!important}.chat-raffle-panel__title{flex:1 1 0!important;min-width:0!important;text-align:center!important}.chat-raffle-panel__status{flex:1 1 0!important;width:100%!important;max-width:100%!important}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-shell__feed--with-raffle-bar .chat-raffle-bar{top:0!important;z-index:8!important;min-height:42px!important;margin-bottom:0!important}.chat-shell__feed--with-raffle-bar .chat-shell__pins{top:48px!important;z-index:7!important}.chat-shell__feed--with-raffle-bar .chat-shell__pin{right:0!important;width:min(100%,calc(100vw - 28px))!important}}@media (min-width: 769px) and (pointer: fine){.chat-raffle-panel__header{justify-content:space-between!important;text-align:left!important}.chat-raffle-panel__title{flex:1 1 auto!important;min-width:0!important;max-width:100%!important;text-align:left!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.chat-raffle-panel__title-link,.chat-raffle-panel__title-name{display:inline-block!important;max-width:calc(100% - 1.65rem)!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;vertical-align:bottom!important}.chat-raffle-panel__status{flex:0 0 auto!important;width:auto!important;max-width:46%!important;white-space:normal!important}}@media (min-width: 769px) and (pointer: fine){.chat-raffle-panel__status{max-width:34%!important;padding:.12rem .38rem!important;font-size:.66rem!important;letter-spacing:.025em!important;line-height:1.15!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-shell__feed--with-raffle-bar .chat-shell__pin:not(.chat-shell__pin--collapsed){right:0!important;left:auto!important;width:min(420px,70%)!important;max-width:calc(100vw - 28px)!important}.chat-shell__feed--with-raffle-bar .chat-shell__pin--collapsed{right:0!important;left:auto!important;width:auto!important;max-width:calc(100vw - 28px)!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-shell__pin--raffle:not(.chat-shell__pin--collapsed),.chat-shell__feed--with-raffle-bar .chat-shell__pin--raffle:not(.chat-shell__pin--collapsed){left:0!important;right:0!important;width:auto!important;max-width:none!important;box-sizing:border-box!important;align-items:center!important;gap:.45rem!important;padding:.48rem .56rem!important;border-radius:10px!important}.chat-shell__pin--raffle .chat-shell__pin-body{gap:.08rem!important}.chat-shell__pin--raffle .chat-shell__pin-author{font-size:.72rem!important;line-height:1.1!important}.chat-shell__pin--raffle .chat-shell__pin-copy{font-size:.74rem!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.chat-shell__pin--raffle .chat-shell__pin-action{min-height:28px!important;padding:.32rem .48rem!important;border-radius:9px!important;font-size:.68rem!important;white-space:nowrap!important}.chat-shell__pin--raffle .chat-shell__pin-collapse{align-self:center!important;width:24px!important;height:24px!important;margin-left:0!important}.chat-shell__pin--raffle.chat-shell__pin--collapsed,.chat-shell__feed--with-raffle-bar .chat-shell__pin--raffle.chat-shell__pin--collapsed{right:0!important;left:auto!important;width:auto!important;max-width:calc(100vw - 28px)!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-shell__pin--raffle .chat-shell__pin-body{flex:1 1 auto!important;min-width:0!important;overflow:visible!important}.chat-shell__pin--raffle .chat-shell__pin-copy{display:block!important;min-width:0!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.28!important;color:#e2fcf6f5!important}.chat-shell__pin--raffle.chat-shell__pin--collapsed,.chat-shell__feed--with-raffle-bar .chat-shell__pin--raffle.chat-shell__pin--collapsed{left:0!important;right:0!important;width:auto!important;max-width:none!important;box-sizing:border-box!important;gap:.45rem!important;padding:.42rem .56rem!important;border-radius:10px!important}.chat-shell__pin--raffle.chat-shell__pin--collapsed .chat-shell__pin-copy--collapsed{flex:1 1 auto!important;display:block!important;margin:0!important;min-width:0!important;white-space:normal!important;overflow:visible!important;line-height:1.25!important;font-size:.74rem!important;color:#e2fcf6f5!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){body.chat-open .chat-drawer__cta-dock,body.chat-open .hero-cta-section,body.chat-open .store-cta-section,body.chat-open .banner-section{display:none!important;visibility:hidden!important;pointer-events:none!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){#chatToggleBtn{min-width:52px!important;min-height:44px!important;padding:.62rem 1rem!important;border-radius:16px!important;font-size:.92rem!important;font-weight:800!important}.chat-drawer[data-chat-origin=side][data-chat-anim=enter]{transform:translate(100%)!important;opacity:.45!important}.chat-drawer[data-chat-origin=side][data-chat-anim=active]{transform:translate(0)!important;opacity:1!important;transition:transform .32s cubic-bezier(.22,.7,.25,1),opacity .22s ease!important}.chat-drawer[data-chat-origin=side][data-chat-anim=leave]{transform:translate(100%)!important;opacity:.45!important;transition:transform .28s ease,opacity .22s ease!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.nav-cta{min-height:44px!important;padding:.62rem 1rem!important;border-radius:16px!important;font-size:.92rem!important;font-weight:800!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){nav{gap:.2rem!important}#chatToggleBtn,.nav-cta,.nav-link--highlight{padding-left:.7rem!important;padding-right:.7rem!important}}@media (max-width: 380px){#chatToggleBtn,.nav-cta,.nav-link--highlight{padding-left:.58rem!important;padding-right:.58rem!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){#chatToggleBtn,.nav-cta,.nav-link--highlight{width:auto!important;min-width:0!important;padding-left:.46rem!important;padding-right:.46rem!important;font-size:.86rem!important;white-space:nowrap!important}#chatToggleBtn{min-width:44px!important}}@media (max-width: 380px){#chatToggleBtn,.nav-cta,.nav-link--highlight{padding-left:.38rem!important;padding-right:.38rem!important;font-size:.82rem!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer[data-chat-origin=right][data-chat-anim=leave]{transform:translate(100%)!important;opacity:.4!important;transition:transform .28s ease,opacity .22s ease!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:30px minmax(0,1fr) 30px!important;width:142px!important;min-width:142px!important;min-height:34px!important;gap:3px!important;overflow:visible!important}.chat-drawer .chat-shell__channels:before,.chat-shell__channels:before,.chat-drawer .chat-shell__channels:after,.chat-shell__channels:after{content:none!important;display:none!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;padding:0!important;border:1px solid rgba(87,255,207,.34)!important;border-radius:999px!important;background:radial-gradient(circle at 35% 22%,rgba(255,255,255,.28),transparent 26%),linear-gradient(145deg,#17ffc838,#0080681a)!important;color:#79ffe3!important;box-shadow:0 0 14px #00ffc852,0 8px 18px #00000047,inset 0 1px #ffffff4d,inset 0 -5px 10px #0003!important;text-shadow:0 0 8px rgba(0,255,200,.95)!important;filter:none!important;transform:translateZ(0)!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,color .16s ease!important;font-size:0!important;cursor:pointer!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{display:block!important;font-size:1.05rem!important;font-weight:900!important;line-height:1!important;color:currentColor!important;transform:translateY(-1px)!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before{content:"�"!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{content:"�"!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:active,.chat-shell__channel[data-chat-mobile-pager=prev]:active,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:active,.chat-shell__channel[data-chat-mobile-pager=next]:active{transform:translateY(1px) scale(.94)!important;box-shadow:0 0 10px #00ffc83d,0 4px 10px #00000038,inset 0 2px 8px #00000047!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{max-width:76px!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{content:""!important;width:.48rem!important;height:.48rem!important;border:solid currentColor!important;border-width:0 2.5px 2.5px 0!important;border-radius:1px!important;font-size:0!important;line-height:0!important;filter:drop-shadow(0 0 5px rgba(0,255,200,.85))!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before{transform:translate(2px) rotate(135deg)!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{transform:translate(-2px) rotate(-45deg)!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{justify-self:start!important;margin-left:-3px!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{transform:translate(-1px) rotate(-45deg)!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{justify-self:end!important;margin-left:4px!important;margin-right:0!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{transform:translate(-1px) rotate(-45deg)!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 164px!important;column-gap:.32rem!important;overflow:visible!important}.chat-drawer .chat-shell__header-actions,.chat-shell__header-actions{min-width:0!important;flex:1 1 auto!important;gap:.28rem!important}.chat-drawer .chat-shell__heading,.chat-shell__heading,.chat-drawer .chat-shell__channels,.chat-shell__channels{width:164px!important;min-width:164px!important;max-width:164px!important;justify-self:end!important;transform:translate(5px)!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:28px minmax(96px,1fr) 28px!important;gap:4px!important}.chat-drawer .chat-shell__badge,.chat-shell__badge{flex:0 1 auto!important;box-sizing:border-box!important;max-width:min(18ch + 1.25rem,calc(100vw - 12.35rem))!important;padding-left:.62rem!important;padding-right:.62rem!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:clamp(.58rem,2.55vw,.72rem)!important}}@media (max-width: 380px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 154px!important;column-gap:.24rem!important}.chat-drawer .chat-shell__heading,.chat-shell__heading,.chat-drawer .chat-shell__channels,.chat-shell__channels{width:154px!important;min-width:154px!important;max-width:154px!important;transform:translate(4px)!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:26px minmax(94px,1fr) 26px!important;gap:4px!important}.chat-drawer .chat-shell__badge,.chat-shell__badge{max-width:min(18ch + 1rem,calc(100vw - 11.65rem))!important;padding-left:.5rem!important;padding-right:.5rem!important;font-size:clamp(.54rem,2.8vw,.68rem)!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 140px!important;column-gap:.28rem!important;overflow:hidden!important}.chat-drawer .chat-shell__header-actions,.chat-shell__header-actions{min-width:0!important;max-width:100%!important;overflow:hidden!important;gap:.26rem!important}.chat-drawer .chat-shell__heading,.chat-shell__heading,.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-column:2!important;justify-self:end!important;box-sizing:border-box!important;width:140px!important;min-width:140px!important;max-width:140px!important;transform:none!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{display:grid!important;grid-template-columns:28px minmax(78px,1fr) 28px!important;gap:3px!important;align-items:center!important;justify-items:center!important;padding:0!important;margin:0!important;overflow:visible!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{justify-self:center!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;min-height:28px!important;margin:0!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active]{justify-self:center!important;width:100%!important;min-width:0!important;max-width:100%!important;justify-content:center!important;gap:.28rem!important;padding:0 1px!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{max-width:calc(100% - 1.25rem)!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chat-drawer .chat-shell__badge,.chat-shell__badge{flex:0 1 auto!important;max-width:min(15ch + 1.1rem,calc(100vw - 11.7rem))!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media (max-width: 380px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 132px!important;column-gap:.22rem!important}.chat-drawer .chat-shell__heading,.chat-shell__heading,.chat-drawer .chat-shell__channels,.chat-shell__channels{width:132px!important;min-width:132px!important;max-width:132px!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:26px minmax(74px,1fr) 26px!important;gap:3px!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{width:26px!important;min-width:26px!important;max-width:26px!important;height:26px!important;min-height:26px!important}.chat-drawer .chat-shell__badge,.chat-shell__badge{max-width:min(15ch + .9rem,calc(100vw - 11rem))!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 168px!important;column-gap:.24rem!important}.chat-drawer .chat-shell__heading,.chat-shell__heading,.chat-drawer .chat-shell__channels,.chat-shell__channels{width:168px!important;min-width:168px!important;max-width:168px!important;transform:none!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:28px minmax(104px,1fr) 28px!important;gap:4px!important;overflow:visible!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active]{width:100%!important;min-width:0!important;max-width:100%!important;gap:.26rem!important;padding:0 2px!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}}@media (max-width: 380px){.chat-drawer .chat-shell__header,.chat-shell__header{grid-template-columns:minmax(0,1fr) 160px!important;column-gap:.18rem!important}.chat-drawer .chat-shell__heading,.chat-shell__heading,.chat-drawer .chat-shell__channels,.chat-shell__channels{width:160px!important;min-width:160px!important;max-width:160px!important}.chat-drawer .chat-shell__channels,.chat-shell__channels{grid-template-columns:26px minmax(100px,1fr) 26px!important;gap:4px!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev],.chat-shell__channel[data-chat-mobile-pager=prev],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next],.chat-shell__channel[data-chat-mobile-pager=next]{box-shadow:inset 0 1px #ffffff3d,inset 0 -5px 10px #0003!important;text-shadow:none!important;filter:none!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-shell__channel[data-chat-mobile-pager=prev]:before,.chat-drawer .chat-shell__channel[data-chat-mobile-pager=next]:before,.chat-shell__channel[data-chat-mobile-pager=next]:before{filter:none!important;text-shadow:none!important}.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active],.chat-shell__channel[data-chat-mobile-pager=active],.chat-drawer .chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label,.chat-shell__channel[data-chat-mobile-pager=active] .chat-shell__channel-label{text-shadow:none!important;filter:none!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){#chatToggleBtn,.nav-link--highlight#chatToggleBtn{font-weight:900!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){#chatToggleBtn.nav-link--highlight{font-family:inherit!important;font-size:.86rem!important;font-weight:800!important;line-height:normal!important;-webkit-font-smoothing:inherit!important;text-rendering:auto!important}}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){#chatToggleBtn.nav-link--highlight{color:var(--primary, #00ffc8)!important;background:#00ffc814!important;border:1px solid rgba(0,255,200,.34)!important;border-radius:8px!important;box-shadow:inset 0 0 0 1px #00ffc80a,0 0 16px #00ffc829!important;animation:none!important}#chatToggleBtn.nav-link--highlight:hover,#chatToggleBtn.nav-link--highlight:focus-visible,#chatToggleBtn.nav-link--highlight[aria-expanded=true]{color:var(--primary, #00ffc8)!important;background:#00ffc81f!important;border-color:#00ffc875!important}.nav-cta{color:#0f172a!important;background:var(--primary, #00ffc8)!important;border:none!important;border-radius:8px!important;box-shadow:0 0 18px #00ffc82e!important}}.chat-action-sheet__row--selected{background:#00ffc817;color:#d8fff3}.chat-action-sheet__row--selected .chat-action-sheet__label{font-weight:700}#chatPersonaSheet .chat-action-sheet__panel{max-height:min(78vh,34rem);display:flex;flex-direction:column}#chatPersonaSheet .chat-action-sheet__list{min-height:0;max-height:calc(min(78vh,34rem) - 5.75rem);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:.15rem}@media (max-width: 768px),(pointer: coarse) and (max-width: 900px){.chat-shell[data-active-channel=ads] .chat-shell__header-actions>*{order:10}.chat-shell[data-active-channel=ads] .chat-shell__header-actions>.chat-shell__logout{order:1}.chat-shell[data-active-channel=ads] .chat-shell__header-actions>.chat-shell__badge{order:2}.chat-shell[data-active-channel=ads] .chat-shell__header-actions>.chat-shell__store-filter{order:3!important;margin-left:0!important}}@media (pointer: coarse){.chat-raffle-panel,.chat-drawer>.chat-shell,.chat-shell__pins,.chat-shell__modal-backdrop,.chat-shell__message-actions-menu,.store-card,.store-card.premium,.cta-card,.btn-secondary,.filter-input,.chat-action-sheet__panel,.chat-shell__channels:before,.chat-shell__channels:after{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}.infinity-orb-wrap{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.infinity-track{width:100%;height:100%}.infinity-track-path{fill:none;stroke:#00ff501f;stroke-width:1.5}.infinity-orb{position:absolute;border-radius:50%;pointer-events:none}@media (prefers-reduced-motion: reduce){.infinity-orb-wrap{display:none}}@media (min-width: 1024px) and (pointer: fine){.chat-shell__message{max-width:min(100%,75%);padding:.85rem 1.2rem 1.05rem}.chat-shell__feed{gap:.5rem;padding:.5rem 0}.chat-shell__composer-bar{padding:.95rem 1.1rem}.chat-shell__textarea{font-size:.95rem;line-height:1.5;min-height:2.8rem}.chat-shell__modal{max-width:540px}.chat-shell__modal--linked-accounts{max-width:680px}.chat-shell__message-action:hover{background:#ffffff1f;transform:scale(1.05)}.chat-shell__attachment-preview{max-width:420px}.chat-shell__feed{scroll-behavior:smooth}.chat-shell__pins{padding:.75rem 1rem}}
