::-webkit-scrollbar{width:2px;height:2px}::-webkit-scrollbar-track{background:0 0;border-radius:1px}::-webkit-scrollbar-thumb{background:var(--colors-divider);border:none;border-radius:1px}::-webkit-scrollbar-thumb:hover{background:var(--colors-text-secondary)}::-webkit-scrollbar-corner{background:0 0}*{scrollbar-width:thin;scrollbar-color:var(--colors-divider)transparent}::-webkit-scrollbar:horizontal{height:2px}::-webkit-scrollbar:vertical{width:2px}:where([data-testid^=session-item],[role=button],[role=radio],[role=checkbox],[role=tab],[role=switch]:not(input),[role=link],[data-testid=message-input],[tabindex="0"]){position:relative}:where([data-testid^=session-item],[role=button],[role=radio],[role=checkbox],[role=tab],[role=switch]:not(input),[role=link],[data-testid=message-input],[tabindex="0"]):before{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(400px circle at var(--mouse-x,50%)var(--mouse-y,50%),var(--effects-glowColors-start,transparent)0%,var(--effects-glowColors-middle,transparent)40%,transparent 80%);z-index:0;transition:opacity .2s;position:absolute;inset:0}:where([data-testid^=session-item]):hover:before{opacity:var(--effects-glowIntensity-standard,.12)}:where([role=button],[role=radio],[role=checkbox],[role=tab],[role=switch]:not(input),[role=link],[tabindex="0"]):hover:before{opacity:var(--effects-glowIntensity-interactive,.18)}:where([data-testid=message-input]):focus:before{opacity:var(--effects-glowIntensity-interactive,.1)}